@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
|
@@ -349,12 +349,6 @@ const apiConfig = exports.apiConfig = [{
|
|
|
349
349
|
path: "list",
|
|
350
350
|
hasQuery: true,
|
|
351
351
|
hasData: false
|
|
352
|
-
}, {
|
|
353
|
-
mode: "post",
|
|
354
|
-
method: "postListMulti",
|
|
355
|
-
path: "list-multi",
|
|
356
|
-
hasQuery: false,
|
|
357
|
-
hasData: false
|
|
358
352
|
}, {
|
|
359
353
|
mode: "get",
|
|
360
354
|
method: "getPageList",
|
|
@@ -506,6 +500,16 @@ const apiConfig = exports.apiConfig = [{
|
|
|
506
500
|
hasQuery: false,
|
|
507
501
|
hasData: true
|
|
508
502
|
}]
|
|
503
|
+
}, {
|
|
504
|
+
name: "biApp",
|
|
505
|
+
entityName: "bi-app",
|
|
506
|
+
apis: [{
|
|
507
|
+
mode: "get",
|
|
508
|
+
method: "getExportAppid",
|
|
509
|
+
path: "export/{appid}",
|
|
510
|
+
hasQuery: false,
|
|
511
|
+
hasData: false
|
|
512
|
+
}]
|
|
509
513
|
}, {
|
|
510
514
|
name: "biDataSet",
|
|
511
515
|
entityName: "bi-data-set",
|
|
@@ -890,11 +894,23 @@ const apiConfig = exports.apiConfig = [{
|
|
|
890
894
|
name: "database",
|
|
891
895
|
entityName: "database",
|
|
892
896
|
apis: [{
|
|
897
|
+
mode: "post",
|
|
898
|
+
method: "post",
|
|
899
|
+
path: "",
|
|
900
|
+
hasQuery: false,
|
|
901
|
+
hasData: true
|
|
902
|
+
}, {
|
|
893
903
|
mode: "post",
|
|
894
904
|
method: "postAddDatabase",
|
|
895
905
|
path: "addDatabase",
|
|
896
906
|
hasQuery: false,
|
|
897
907
|
hasData: true
|
|
908
|
+
}, {
|
|
909
|
+
mode: "post",
|
|
910
|
+
method: "postApiDataFlatten",
|
|
911
|
+
path: "api-data-flatten",
|
|
912
|
+
hasQuery: false,
|
|
913
|
+
hasData: false
|
|
898
914
|
}, {
|
|
899
915
|
mode: "get",
|
|
900
916
|
method: "getColumnInformation",
|
|
@@ -949,6 +965,12 @@ const apiConfig = exports.apiConfig = [{
|
|
|
949
965
|
path: "table/information",
|
|
950
966
|
hasQuery: true,
|
|
951
967
|
hasData: false
|
|
968
|
+
}, {
|
|
969
|
+
mode: "post",
|
|
970
|
+
method: "postTestApi",
|
|
971
|
+
path: "testApi",
|
|
972
|
+
hasQuery: false,
|
|
973
|
+
hasData: true
|
|
952
974
|
}, {
|
|
953
975
|
mode: "post",
|
|
954
976
|
method: "postTestDatabaseConn",
|
|
@@ -967,6 +989,12 @@ const apiConfig = exports.apiConfig = [{
|
|
|
967
989
|
path: "view/information",
|
|
968
990
|
hasQuery: true,
|
|
969
991
|
hasData: false
|
|
992
|
+
}, {
|
|
993
|
+
mode: "put",
|
|
994
|
+
method: "putId",
|
|
995
|
+
path: "",
|
|
996
|
+
hasQuery: true,
|
|
997
|
+
hasData: true
|
|
970
998
|
}]
|
|
971
999
|
}, {
|
|
972
1000
|
name: "dataset",
|
|
@@ -995,6 +1023,18 @@ const apiConfig = exports.apiConfig = [{
|
|
|
995
1023
|
path: "column-value",
|
|
996
1024
|
hasQuery: true,
|
|
997
1025
|
hasData: false
|
|
1026
|
+
}, {
|
|
1027
|
+
mode: "post",
|
|
1028
|
+
method: "postCreateRequest",
|
|
1029
|
+
path: "create-request",
|
|
1030
|
+
hasQuery: true,
|
|
1031
|
+
hasData: false
|
|
1032
|
+
}, {
|
|
1033
|
+
mode: "post",
|
|
1034
|
+
method: "postEditRequest",
|
|
1035
|
+
path: "edit-request",
|
|
1036
|
+
hasQuery: true,
|
|
1037
|
+
hasData: true
|
|
998
1038
|
}, {
|
|
999
1039
|
mode: "put",
|
|
1000
1040
|
method: "putEncode",
|
|
@@ -1274,6 +1314,138 @@ const apiConfig = exports.apiConfig = [{
|
|
|
1274
1314
|
hasQuery: true,
|
|
1275
1315
|
hasData: true
|
|
1276
1316
|
}]
|
|
1317
|
+
}, {
|
|
1318
|
+
name: "deviceInterconnection",
|
|
1319
|
+
entityName: "device-interconnection",
|
|
1320
|
+
apis: [{
|
|
1321
|
+
mode: "post",
|
|
1322
|
+
method: "post",
|
|
1323
|
+
path: "",
|
|
1324
|
+
hasQuery: false,
|
|
1325
|
+
hasData: true
|
|
1326
|
+
}, {
|
|
1327
|
+
mode: "delete",
|
|
1328
|
+
method: "delete",
|
|
1329
|
+
path: "",
|
|
1330
|
+
hasQuery: true,
|
|
1331
|
+
hasData: false
|
|
1332
|
+
}, {
|
|
1333
|
+
mode: "get",
|
|
1334
|
+
method: "getData",
|
|
1335
|
+
path: "data",
|
|
1336
|
+
hasQuery: true,
|
|
1337
|
+
hasData: false
|
|
1338
|
+
}, {
|
|
1339
|
+
mode: "post",
|
|
1340
|
+
method: "postExport",
|
|
1341
|
+
path: "export",
|
|
1342
|
+
hasQuery: false,
|
|
1343
|
+
hasData: false
|
|
1344
|
+
}, {
|
|
1345
|
+
mode: "post",
|
|
1346
|
+
method: "postImport",
|
|
1347
|
+
path: "import",
|
|
1348
|
+
hasQuery: false,
|
|
1349
|
+
hasData: false
|
|
1350
|
+
}, {
|
|
1351
|
+
mode: "get",
|
|
1352
|
+
method: "getInfo",
|
|
1353
|
+
path: "info",
|
|
1354
|
+
hasQuery: true,
|
|
1355
|
+
hasData: false
|
|
1356
|
+
}, {
|
|
1357
|
+
mode: "get",
|
|
1358
|
+
method: "getList",
|
|
1359
|
+
path: "list",
|
|
1360
|
+
hasQuery: false,
|
|
1361
|
+
hasData: false
|
|
1362
|
+
}, {
|
|
1363
|
+
mode: "get",
|
|
1364
|
+
method: "getPageList",
|
|
1365
|
+
path: "page/list",
|
|
1366
|
+
hasQuery: true,
|
|
1367
|
+
hasData: false
|
|
1368
|
+
}, {
|
|
1369
|
+
mode: "put",
|
|
1370
|
+
method: "putId",
|
|
1371
|
+
path: "",
|
|
1372
|
+
hasQuery: true,
|
|
1373
|
+
hasData: true
|
|
1374
|
+
}]
|
|
1375
|
+
}, {
|
|
1376
|
+
name: "deviceInterconnectionParam",
|
|
1377
|
+
entityName: "device-interconnection-param",
|
|
1378
|
+
apis: [{
|
|
1379
|
+
mode: "post",
|
|
1380
|
+
method: "post",
|
|
1381
|
+
path: "",
|
|
1382
|
+
hasQuery: false,
|
|
1383
|
+
hasData: true
|
|
1384
|
+
}, {
|
|
1385
|
+
mode: "delete",
|
|
1386
|
+
method: "delete",
|
|
1387
|
+
path: "",
|
|
1388
|
+
hasQuery: true,
|
|
1389
|
+
hasData: false
|
|
1390
|
+
}, {
|
|
1391
|
+
mode: "post",
|
|
1392
|
+
method: "postExport",
|
|
1393
|
+
path: "export",
|
|
1394
|
+
hasQuery: false,
|
|
1395
|
+
hasData: false
|
|
1396
|
+
}, {
|
|
1397
|
+
mode: "post",
|
|
1398
|
+
method: "postImport",
|
|
1399
|
+
path: "import",
|
|
1400
|
+
hasQuery: false,
|
|
1401
|
+
hasData: false
|
|
1402
|
+
}, {
|
|
1403
|
+
mode: "get",
|
|
1404
|
+
method: "getInfo",
|
|
1405
|
+
path: "info",
|
|
1406
|
+
hasQuery: true,
|
|
1407
|
+
hasData: false
|
|
1408
|
+
}, {
|
|
1409
|
+
mode: "get",
|
|
1410
|
+
method: "getList",
|
|
1411
|
+
path: "list",
|
|
1412
|
+
hasQuery: false,
|
|
1413
|
+
hasData: false
|
|
1414
|
+
}, {
|
|
1415
|
+
mode: "get",
|
|
1416
|
+
method: "getPageList",
|
|
1417
|
+
path: "page/list",
|
|
1418
|
+
hasQuery: true,
|
|
1419
|
+
hasData: false
|
|
1420
|
+
}, {
|
|
1421
|
+
mode: "put",
|
|
1422
|
+
method: "putId",
|
|
1423
|
+
path: "",
|
|
1424
|
+
hasQuery: true,
|
|
1425
|
+
hasData: true
|
|
1426
|
+
}]
|
|
1427
|
+
}, {
|
|
1428
|
+
name: "deviceParamRef",
|
|
1429
|
+
entityName: "device-param-ref",
|
|
1430
|
+
apis: [{
|
|
1431
|
+
mode: "get",
|
|
1432
|
+
method: "getInfo",
|
|
1433
|
+
path: "info",
|
|
1434
|
+
hasQuery: true,
|
|
1435
|
+
hasData: false
|
|
1436
|
+
}, {
|
|
1437
|
+
mode: "get",
|
|
1438
|
+
method: "getList",
|
|
1439
|
+
path: "list",
|
|
1440
|
+
hasQuery: false,
|
|
1441
|
+
hasData: false
|
|
1442
|
+
}, {
|
|
1443
|
+
mode: "get",
|
|
1444
|
+
method: "getPageList",
|
|
1445
|
+
path: "page/list",
|
|
1446
|
+
hasQuery: true,
|
|
1447
|
+
hasData: false
|
|
1448
|
+
}]
|
|
1277
1449
|
}, {
|
|
1278
1450
|
name: "externalMessage",
|
|
1279
1451
|
entityName: "external-message",
|
|
@@ -1373,7 +1545,7 @@ const apiConfig = exports.apiConfig = [{
|
|
|
1373
1545
|
mode: "post",
|
|
1374
1546
|
method: "postUploadCommon",
|
|
1375
1547
|
path: "upload-common",
|
|
1376
|
-
hasQuery:
|
|
1548
|
+
hasQuery: true,
|
|
1377
1549
|
hasData: false
|
|
1378
1550
|
}, {
|
|
1379
1551
|
mode: "post",
|
|
@@ -1731,6 +1903,12 @@ const apiConfig = exports.apiConfig = [{
|
|
|
1731
1903
|
path: "info",
|
|
1732
1904
|
hasQuery: true,
|
|
1733
1905
|
hasData: false
|
|
1906
|
+
}, {
|
|
1907
|
+
mode: "get",
|
|
1908
|
+
method: "getModuleAuth",
|
|
1909
|
+
path: "moduleAuth",
|
|
1910
|
+
hasQuery: true,
|
|
1911
|
+
hasData: false
|
|
1734
1912
|
}, {
|
|
1735
1913
|
mode: "get",
|
|
1736
1914
|
method: "getPageList",
|
|
@@ -2415,6 +2593,12 @@ const apiConfig = exports.apiConfig = [{
|
|
|
2415
2593
|
path: "feishu",
|
|
2416
2594
|
hasQuery: false,
|
|
2417
2595
|
hasData: true
|
|
2596
|
+
}, {
|
|
2597
|
+
mode: "get",
|
|
2598
|
+
method: "getGlobalDisabledDevelop",
|
|
2599
|
+
path: "global/disabled/develop",
|
|
2600
|
+
hasQuery: false,
|
|
2601
|
+
hasData: false
|
|
2418
2602
|
}, {
|
|
2419
2603
|
mode: "get",
|
|
2420
2604
|
method: "getInfo",
|
|
@@ -2445,6 +2629,18 @@ const apiConfig = exports.apiConfig = [{
|
|
|
2445
2629
|
path: "security",
|
|
2446
2630
|
hasQuery: false,
|
|
2447
2631
|
hasData: true
|
|
2632
|
+
}, {
|
|
2633
|
+
mode: "get",
|
|
2634
|
+
method: "getTenantCfg",
|
|
2635
|
+
path: "tenant/cfg",
|
|
2636
|
+
hasQuery: false,
|
|
2637
|
+
hasData: false
|
|
2638
|
+
}, {
|
|
2639
|
+
mode: "get",
|
|
2640
|
+
method: "getTenantDisabledDevelop",
|
|
2641
|
+
path: "tenant/disabled/develop",
|
|
2642
|
+
hasQuery: true,
|
|
2643
|
+
hasData: false
|
|
2448
2644
|
}, {
|
|
2449
2645
|
mode: "post",
|
|
2450
2646
|
method: "postTheme",
|
|
@@ -4813,6 +5009,12 @@ const apiConfig = exports.apiConfig = [{
|
|
|
4813
5009
|
path: "app-setting/infoByAppId",
|
|
4814
5010
|
hasQuery: true,
|
|
4815
5011
|
hasData: false
|
|
5012
|
+
}, {
|
|
5013
|
+
mode: "get",
|
|
5014
|
+
method: "getAppFindAllByTenantId",
|
|
5015
|
+
path: "app/findAllByTenantId",
|
|
5016
|
+
hasQuery: false,
|
|
5017
|
+
hasData: false
|
|
4816
5018
|
}, {
|
|
4817
5019
|
mode: "get",
|
|
4818
5020
|
method: "getAppGetDestBySource",
|
|
@@ -4904,11 +5106,11 @@ const apiConfig = exports.apiConfig = [{
|
|
|
4904
5106
|
hasQuery: false,
|
|
4905
5107
|
hasData: true
|
|
4906
5108
|
}, {
|
|
4907
|
-
mode: "
|
|
4908
|
-
method: "
|
|
5109
|
+
mode: "post",
|
|
5110
|
+
method: "postAppOrgUserPageList",
|
|
4909
5111
|
path: "app/org/user/page/list",
|
|
4910
|
-
hasQuery:
|
|
4911
|
-
hasData:
|
|
5112
|
+
hasQuery: false,
|
|
5113
|
+
hasData: true
|
|
4912
5114
|
}, {
|
|
4913
5115
|
mode: "post",
|
|
4914
5116
|
method: "postAppOrgUserRemove",
|
|
@@ -4927,12 +5129,24 @@ const apiConfig = exports.apiConfig = [{
|
|
|
4927
5129
|
path: "app/org/{id}",
|
|
4928
5130
|
hasQuery: false,
|
|
4929
5131
|
hasData: true
|
|
5132
|
+
}, {
|
|
5133
|
+
mode: "get",
|
|
5134
|
+
method: "getAppProdPublished",
|
|
5135
|
+
path: "app/prodPublished",
|
|
5136
|
+
hasQuery: false,
|
|
5137
|
+
hasData: false
|
|
4930
5138
|
}, {
|
|
4931
5139
|
mode: "get",
|
|
4932
5140
|
method: "getAppPublished",
|
|
4933
5141
|
path: "app/published",
|
|
4934
5142
|
hasQuery: false,
|
|
4935
5143
|
hasData: false
|
|
5144
|
+
}, {
|
|
5145
|
+
mode: "get",
|
|
5146
|
+
method: "getAppTestPublished",
|
|
5147
|
+
path: "app/testPublished",
|
|
5148
|
+
hasQuery: false,
|
|
5149
|
+
hasData: false
|
|
4936
5150
|
}, {
|
|
4937
5151
|
mode: "post",
|
|
4938
5152
|
method: "postAppUpdateApaasAppSetting",
|
|
@@ -4970,11 +5184,11 @@ const apiConfig = exports.apiConfig = [{
|
|
|
4970
5184
|
hasQuery: false,
|
|
4971
5185
|
hasData: false
|
|
4972
5186
|
}, {
|
|
4973
|
-
mode: "
|
|
4974
|
-
method: "
|
|
5187
|
+
mode: "post",
|
|
5188
|
+
method: "postAppUserPageList",
|
|
4975
5189
|
path: "app/user/page/list",
|
|
4976
|
-
hasQuery:
|
|
4977
|
-
hasData:
|
|
5190
|
+
hasQuery: false,
|
|
5191
|
+
hasData: true
|
|
4978
5192
|
}, {
|
|
4979
5193
|
mode: "post",
|
|
4980
5194
|
method: "postAppUserRemove",
|
|
@@ -5047,6 +5261,18 @@ const apiConfig = exports.apiConfig = [{
|
|
|
5047
5261
|
path: "data-source/type",
|
|
5048
5262
|
hasQuery: true,
|
|
5049
5263
|
hasData: false
|
|
5264
|
+
}, {
|
|
5265
|
+
mode: "delete",
|
|
5266
|
+
method: "deleteDevopsSbx",
|
|
5267
|
+
path: "devops/sbx",
|
|
5268
|
+
hasQuery: true,
|
|
5269
|
+
hasData: false
|
|
5270
|
+
}, {
|
|
5271
|
+
mode: "get",
|
|
5272
|
+
method: "getDevopsSbxRedoData",
|
|
5273
|
+
path: "devops/sbx/redo/data",
|
|
5274
|
+
hasQuery: true,
|
|
5275
|
+
hasData: false
|
|
5050
5276
|
}, {
|
|
5051
5277
|
mode: "post",
|
|
5052
5278
|
method: "postFileTaskList",
|
|
@@ -5077,6 +5303,18 @@ const apiConfig = exports.apiConfig = [{
|
|
|
5077
5303
|
path: "login-log/userLoginLogPage",
|
|
5078
5304
|
hasQuery: false,
|
|
5079
5305
|
hasData: true
|
|
5306
|
+
}, {
|
|
5307
|
+
mode: "get",
|
|
5308
|
+
method: "getLoginSsoOauth2Authorize",
|
|
5309
|
+
path: "login/sso/oauth2/authorize",
|
|
5310
|
+
hasQuery: true,
|
|
5311
|
+
hasData: false
|
|
5312
|
+
}, {
|
|
5313
|
+
mode: "get",
|
|
5314
|
+
method: "getLoginSsoOauth2Debug",
|
|
5315
|
+
path: "login/sso/oauth2/debug",
|
|
5316
|
+
hasQuery: false,
|
|
5317
|
+
hasData: false
|
|
5080
5318
|
}, {
|
|
5081
5319
|
mode: "get",
|
|
5082
5320
|
method: "getModelInfo",
|
|
@@ -5167,6 +5405,12 @@ const apiConfig = exports.apiConfig = [{
|
|
|
5167
5405
|
path: "org/findAllByIdIn",
|
|
5168
5406
|
hasQuery: false,
|
|
5169
5407
|
hasData: false
|
|
5408
|
+
}, {
|
|
5409
|
+
mode: "get",
|
|
5410
|
+
method: "getOrgInfoId",
|
|
5411
|
+
path: "org/info/{id}",
|
|
5412
|
+
hasQuery: false,
|
|
5413
|
+
hasData: false
|
|
5170
5414
|
}, {
|
|
5171
5415
|
mode: "post",
|
|
5172
5416
|
method: "postOrgList",
|
|
@@ -5221,6 +5465,18 @@ const apiConfig = exports.apiConfig = [{
|
|
|
5221
5465
|
path: "print-log/page/list",
|
|
5222
5466
|
hasQuery: false,
|
|
5223
5467
|
hasData: true
|
|
5468
|
+
}, {
|
|
5469
|
+
mode: "get",
|
|
5470
|
+
method: "getPrintBtwFileTree",
|
|
5471
|
+
path: "print/btwFileTree",
|
|
5472
|
+
hasQuery: false,
|
|
5473
|
+
hasData: false
|
|
5474
|
+
}, {
|
|
5475
|
+
mode: "get",
|
|
5476
|
+
method: "getPrintBtwTmplExist",
|
|
5477
|
+
path: "print/btwTmplExist",
|
|
5478
|
+
hasQuery: true,
|
|
5479
|
+
hasData: false
|
|
5224
5480
|
}, {
|
|
5225
5481
|
mode: "get",
|
|
5226
5482
|
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,
|