@gct-paas/api 0.1.0-word.3 → 0.1.1

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.
Files changed (89) hide show
  1. package/dist/gct-api.esm.min.js +1 -1
  2. package/dist/gct-api.system.min.js +1 -1
  3. package/es/apaas/service/api-config.mjs +167 -9
  4. package/es/apaas/service/apis/designer-common.service.d.ts +5 -1
  5. package/es/apaas/service/apis/doc-control-started.service.d.ts +76 -1
  6. package/es/apaas/service/apis/doc-control-task-todo.service.d.ts +12 -0
  7. package/es/apaas/service/apis/excel.service.d.ts +6 -2
  8. package/es/apaas/service/apis/field-meta.service.d.ts +21 -0
  9. package/es/apaas/service/apis/file-resource.service.d.ts +1 -0
  10. package/es/apaas/service/apis/file.service.d.ts +1 -0
  11. package/es/apaas/service/apis/i18n-info.service.d.ts +1 -0
  12. package/es/apaas/service/apis/label.service.d.ts +15 -4
  13. package/es/apaas/service/apis/model-meta.service.d.ts +15 -1
  14. package/es/apaas/service/apis/office.service.d.ts +4 -1
  15. package/es/apaas/service/apis/online-form-instance.service.d.ts +45 -0
  16. package/es/apaas/service/apis/online-form.service.d.ts +8 -1
  17. package/es/apaas/service/apis/process-task-done.service.d.ts +24 -1
  18. package/es/apaas/service/apis/process-task-todo.service.d.ts +36 -1
  19. package/es/apaas/service/apis/ss.service.d.ts +1 -0
  20. package/es/apaas/service/entities.d.ts +2264 -344
  21. package/es/apaas/service/index.d.ts +6 -0
  22. package/es/ipaas/service/api-config.mjs +21 -2
  23. package/es/ipaas/service/apis/connector-config.service.d.ts +1 -0
  24. package/es/ipaas/service/apis/flow.service.d.ts +78 -1
  25. package/es/ipaas/service/entities.d.ts +162 -0
  26. package/es/platform/service/api-config.mjs +52 -21
  27. package/es/platform/service/apis/api.service.d.ts +18 -0
  28. package/es/platform/service/apis/apk.service.d.ts +4 -1
  29. package/es/platform/service/apis/app.service.d.ts +8 -1
  30. package/es/platform/service/apis/assets.service.d.ts +1 -0
  31. package/es/platform/service/apis/bi-app.service.d.ts +4 -3
  32. package/es/platform/service/apis/bi-file.service.d.ts +1 -0
  33. package/es/platform/service/apis/device-interconnection-param.service.d.ts +4 -1
  34. package/es/platform/service/apis/device-interconnection.service.d.ts +4 -1
  35. package/es/platform/service/apis/file.service.d.ts +6 -1
  36. package/es/platform/service/apis/i18n-info.service.d.ts +1 -0
  37. package/es/platform/service/apis/invoke-log.service.d.ts +17 -1
  38. package/es/platform/service/apis/ldap.service.d.ts +4 -1
  39. package/es/platform/service/apis/license.service.d.ts +18 -0
  40. package/es/platform/service/apis/org.service.d.ts +0 -4
  41. package/es/platform/service/apis/plat.service.d.ts +4 -1
  42. package/es/platform/service/apis/pn-project.service.d.ts +1 -0
  43. package/es/platform/service/apis/tenant.service.d.ts +0 -4
  44. package/es/platform/service/apis/user.service.d.ts +15 -3
  45. package/es/platform/service/entities.d.ts +94 -0
  46. package/lib/apaas/service/api-config.cjs +139 -9
  47. package/lib/apaas/service/apis/designer-common.service.d.ts +5 -1
  48. package/lib/apaas/service/apis/doc-control-started.service.d.ts +76 -1
  49. package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +12 -0
  50. package/lib/apaas/service/apis/excel.service.d.ts +6 -2
  51. package/lib/apaas/service/apis/field-meta.service.d.ts +21 -0
  52. package/lib/apaas/service/apis/file-resource.service.d.ts +1 -0
  53. package/lib/apaas/service/apis/file.service.d.ts +1 -0
  54. package/lib/apaas/service/apis/i18n-info.service.d.ts +1 -0
  55. package/lib/apaas/service/apis/label.service.d.ts +15 -4
  56. package/lib/apaas/service/apis/model-meta.service.d.ts +15 -1
  57. package/lib/apaas/service/apis/office.service.d.ts +4 -1
  58. package/lib/apaas/service/apis/online-form-instance.service.d.ts +45 -0
  59. package/lib/apaas/service/apis/online-form.service.d.ts +8 -1
  60. package/lib/apaas/service/apis/process-task-done.service.d.ts +24 -1
  61. package/lib/apaas/service/apis/process-task-todo.service.d.ts +36 -1
  62. package/lib/apaas/service/apis/ss.service.d.ts +1 -0
  63. package/lib/apaas/service/entities.d.ts +2264 -344
  64. package/lib/apaas/service/index.d.ts +6 -0
  65. package/lib/ipaas/service/api-config.cjs +18 -2
  66. package/lib/ipaas/service/apis/connector-config.service.d.ts +1 -0
  67. package/lib/ipaas/service/apis/flow.service.d.ts +78 -1
  68. package/lib/ipaas/service/entities.d.ts +162 -0
  69. package/lib/platform/service/api-config.cjs +50 -21
  70. package/lib/platform/service/apis/api.service.d.ts +18 -0
  71. package/lib/platform/service/apis/apk.service.d.ts +4 -1
  72. package/lib/platform/service/apis/app.service.d.ts +8 -1
  73. package/lib/platform/service/apis/assets.service.d.ts +1 -0
  74. package/lib/platform/service/apis/bi-app.service.d.ts +4 -3
  75. package/lib/platform/service/apis/bi-file.service.d.ts +1 -0
  76. package/lib/platform/service/apis/device-interconnection-param.service.d.ts +4 -1
  77. package/lib/platform/service/apis/device-interconnection.service.d.ts +4 -1
  78. package/lib/platform/service/apis/file.service.d.ts +6 -1
  79. package/lib/platform/service/apis/i18n-info.service.d.ts +1 -0
  80. package/lib/platform/service/apis/invoke-log.service.d.ts +17 -1
  81. package/lib/platform/service/apis/ldap.service.d.ts +4 -1
  82. package/lib/platform/service/apis/license.service.d.ts +18 -0
  83. package/lib/platform/service/apis/org.service.d.ts +0 -4
  84. package/lib/platform/service/apis/plat.service.d.ts +4 -1
  85. package/lib/platform/service/apis/pn-project.service.d.ts +1 -0
  86. package/lib/platform/service/apis/tenant.service.d.ts +0 -4
  87. package/lib/platform/service/apis/user.service.d.ts +15 -3
  88. package/lib/platform/service/entities.d.ts +94 -0
  89. package/package.json +12 -5
@@ -15,6 +15,7 @@ export interface BiFileService {
15
15
  */
16
16
  postUpload(
17
17
  query: postUploadQuery,
18
+ data: FormData,
18
19
  config?: Partial<AxiosRequestConfig>,
19
20
  ): Promise<string>;
20
21
  }
@@ -56,7 +56,10 @@ export interface DeviceInterconnectionParamService {
56
56
  /**
57
57
  * 导入
58
58
  */
59
- postImport(config?: Partial<AxiosRequestConfig>): Promise<string>;
59
+ postImport(
60
+ data: FormData,
61
+ config?: Partial<AxiosRequestConfig>,
62
+ ): Promise<string>;
60
63
  /**
61
64
  * 详情
62
65
  */
@@ -69,7 +69,10 @@ export interface DeviceInterconnectionService {
69
69
  /**
70
70
  * 导入
71
71
  */
72
- postImport(config?: Partial<AxiosRequestConfig>): Promise<string>;
72
+ postImport(
73
+ data: FormData,
74
+ config?: Partial<AxiosRequestConfig>,
75
+ ): Promise<string>;
73
76
  /**
74
77
  * 详情
75
78
  */
@@ -26,17 +26,22 @@ export interface FileService {
26
26
  */
27
27
  postUploadCommon(
28
28
  query: postUploadCommonQuery,
29
+ data: FormData,
29
30
  config?: Partial<AxiosRequestConfig>,
30
31
  ): Promise<string>;
31
32
  /**
32
33
  * 文件上传minio用作数据集
33
34
  */
34
- postUploadDataset(config?: Partial<AxiosRequestConfig>): Promise<object>;
35
+ postUploadDataset(
36
+ data: FormData,
37
+ config?: Partial<AxiosRequestConfig>,
38
+ ): Promise<object>;
35
39
  /**
36
40
  * 文件上传minio
37
41
  */
38
42
  postUploadImage(
39
43
  query: postUploadImageQuery,
44
+ data: FormData,
40
45
  config?: Partial<AxiosRequestConfig>,
41
46
  ): Promise<string>;
42
47
  }
@@ -95,6 +95,7 @@ export interface I18NInfoService {
95
95
  */
96
96
  postLangUpload(
97
97
  query: postLangUploadQuery,
98
+ data: FormData,
98
99
  config?: Partial<AxiosRequestConfig>,
99
100
  ): Promise<object>;
100
101
  /**
@@ -19,6 +19,10 @@ export interface getPageListQuery {
19
19
  * 调用时间起
20
20
  */
21
21
  beginTime?: string;
22
+ /**
23
+ * 请求体
24
+ */
25
+ body?: string;
22
26
  /**
23
27
  * 调用时间止
24
28
  */
@@ -40,13 +44,25 @@ export interface getPageListQuery {
40
44
  */
41
45
  pageNo?: number;
42
46
  /**
43
- * 每页数据条数
47
+ * 分页大小
44
48
  */
45
49
  pageSize?: number;
50
+ /**
51
+ * 响应体
52
+ */
53
+ response?: string;
46
54
  /**
47
55
  * 调用结果
48
56
  */
49
57
  result?: number;
58
+ /**
59
+ * 排序字段
60
+ */
61
+ sortField?: string;
62
+ /**
63
+ * 排序方式:ASC/DESC, 不传默认 ASC
64
+ */
65
+ sortType?: string;
50
66
  }
51
67
  export interface InvokeLogService {
52
68
  /**
@@ -3,5 +3,8 @@ export interface LdapService {
3
3
  /**
4
4
  * 文件上传minio
5
5
  */
6
- postUploadCertificate(config?: Partial<AxiosRequestConfig>): Promise<string>;
6
+ postUploadCertificate(
7
+ data: FormData,
8
+ config?: Partial<AxiosRequestConfig>,
9
+ ): Promise<string>;
7
10
  }
@@ -2,6 +2,7 @@ import type { AxiosRequestConfig } from 'axios';
2
2
  import type {
3
3
  ClientsDto,
4
4
  AuthBasicInfo,
5
+ AppEffectiveLicense,
5
6
  LicenseExpireMsg,
6
7
  LicenseLimitResponse,
7
8
  AcLicenseResponse,
@@ -57,6 +58,16 @@ export interface getGetAppBasicInfoQuery {
57
58
  */
58
59
  appId?: string;
59
60
  }
61
+ export interface getGetAppEffectiveLicenseQuery {
62
+ /**
63
+ * 应用id
64
+ */
65
+ appId: string;
66
+ /**
67
+ * 环境
68
+ */
69
+ env: string;
70
+ }
60
71
  export interface getGetExpireMsgQuery {
61
72
  /**
62
73
  * 应用id
@@ -181,6 +192,13 @@ export interface LicenseService {
181
192
  query: getGetAppBasicInfoQuery,
182
193
  config?: Partial<AxiosRequestConfig>,
183
194
  ): Promise<AuthBasicInfo>;
195
+ /**
196
+ * 获取应用有效授权
197
+ */
198
+ getGetAppEffectiveLicense(
199
+ query: getGetAppEffectiveLicenseQuery,
200
+ config?: Partial<AxiosRequestConfig>,
201
+ ): Promise<AppEffectiveLicense>;
184
202
  /**
185
203
  * 获取过期提醒
186
204
  */
@@ -81,10 +81,6 @@ export interface getUserPageListQuery {
81
81
  * 排序方式:ASC/DESC, 不传默认 ASC
82
82
  */
83
83
  sortType?: string;
84
- /**
85
- * 参数来源,0企业后台管理、1租户后台管理
86
- */
87
- source?: number;
88
84
  /**
89
85
  * 创建开始时间
90
86
  */
@@ -143,7 +143,10 @@ export interface PlatService {
143
143
  /**
144
144
  * 企微证书文件上传
145
145
  */
146
- postUploadCertFile(config?: Partial<AxiosRequestConfig>): Promise<string>;
146
+ postUploadCertFile(
147
+ data: FormData,
148
+ config?: Partial<AxiosRequestConfig>,
149
+ ): Promise<string>;
147
150
  /**
148
151
  * (平台管理)添加管理员 保存
149
152
  */
@@ -121,6 +121,7 @@ export interface PnProjectService {
121
121
  */
122
122
  postImport(
123
123
  query: postImportQuery,
124
+ data: FormData,
124
125
  config?: Partial<AxiosRequestConfig>,
125
126
  ): Promise<string>;
126
127
  /**
@@ -131,10 +131,6 @@ export interface getManagementOrgUserPageListQuery {
131
131
  * 排序方式:ASC/DESC, 不传默认 ASC
132
132
  */
133
133
  sortType?: string;
134
- /**
135
- * 参数来源,0企业后台管理、1租户后台管理
136
- */
137
- source?: number;
138
134
  /**
139
135
  * 创建开始时间
140
136
  */
@@ -158,6 +158,7 @@ export interface UserService {
158
158
  */
159
159
  postOrgPlatImport(
160
160
  query: postOrgPlatImportQuery,
161
+ data: FormData,
161
162
  config?: Partial<AxiosRequestConfig>,
162
163
  ): Promise<object>;
163
164
  /**
@@ -172,6 +173,7 @@ export interface UserService {
172
173
  */
173
174
  postOrgTenantImport(
174
175
  query: postOrgTenantImportQuery,
176
+ data: FormData,
175
177
  config?: Partial<AxiosRequestConfig>,
176
178
  ): Promise<object>;
177
179
  /**
@@ -179,6 +181,7 @@ export interface UserService {
179
181
  */
180
182
  postOrgTenantImport4App(
181
183
  query: postOrgTenantImport4AppQuery,
184
+ data: FormData,
182
185
  config?: Partial<AxiosRequestConfig>,
183
186
  ): Promise<object>;
184
187
  /**
@@ -205,7 +208,10 @@ export interface UserService {
205
208
  /**
206
209
  * (平台管理)用户管理 导入(平台/公司)人员
207
210
  */
208
- postPlatImport(config?: Partial<AxiosRequestConfig>): Promise<object>;
211
+ postPlatImport(
212
+ data: FormData,
213
+ config?: Partial<AxiosRequestConfig>,
214
+ ): Promise<object>;
209
215
  /**
210
216
  * (平台管理)用户管理 导出人员
211
217
  */
@@ -251,11 +257,17 @@ export interface UserService {
251
257
  /**
252
258
  * (租户管理后台)用户管理 导入(平台/公司)人员
253
259
  */
254
- postTenantImport(config?: Partial<AxiosRequestConfig>): Promise<object>;
260
+ postTenantImport(
261
+ data: FormData,
262
+ config?: Partial<AxiosRequestConfig>,
263
+ ): Promise<object>;
255
264
  /**
256
265
  * (租户管理后台)用户管理 导入(平台/公司)人员
257
266
  */
258
- postTenantImport4App(config?: Partial<AxiosRequestConfig>): Promise<object>;
267
+ postTenantImport4App(
268
+ data: FormData,
269
+ config?: Partial<AxiosRequestConfig>,
270
+ ): Promise<object>;
259
271
  /**
260
272
  * (租户管理后台)用户管理 导出人员
261
273
  */
@@ -36,6 +36,62 @@ export interface APIDatasetConfigDTO {
36
36
  */
37
37
  taskFreqValue?: number;
38
38
  }
39
+ export interface AcLicense {
40
+ /**
41
+ *
42
+ *
43
+ * @type string
44
+ */
45
+ appId?: string;
46
+ /**
47
+ *
48
+ *
49
+ * @type string
50
+ */
51
+ category?: string;
52
+ /**
53
+ *
54
+ *
55
+ * @type string
56
+ */
57
+ customerName?: string;
58
+ /**
59
+ *
60
+ *
61
+ * @type string
62
+ */
63
+ effectiveDate?: string;
64
+ /**
65
+ *
66
+ *
67
+ * @type string
68
+ */
69
+ env?: string;
70
+ /**
71
+ *
72
+ *
73
+ * @type string
74
+ */
75
+ expirationDate?: string;
76
+ /**
77
+ *
78
+ *
79
+ * @type string
80
+ */
81
+ id?: string;
82
+ /**
83
+ *
84
+ *
85
+ * @type string
86
+ */
87
+ productName?: string;
88
+ /**
89
+ *
90
+ *
91
+ * @type number
92
+ */
93
+ state?: number;
94
+ }
39
95
  export interface AcLicenseResponse {
40
96
  /**
41
97
  * 授权类别 系统授权:system 增购:additional
@@ -1118,6 +1174,20 @@ export interface AppDataRequest {
1118
1174
  */
1119
1175
  type?: string;
1120
1176
  }
1177
+ export interface AppEffectiveLicense {
1178
+ /**
1179
+ * 是否校验license
1180
+ *
1181
+ * @type boolean
1182
+ */
1183
+ licenseCheck?: boolean;
1184
+ /**
1185
+ * license列表
1186
+ *
1187
+ * @type AcLicense[]
1188
+ */
1189
+ licenseList?: AcLicense[];
1190
+ }
1121
1191
  export interface AppGrantedStatisticDTO {
1122
1192
  /**
1123
1193
  * 剩余
@@ -3587,6 +3657,12 @@ export interface BtwNodeVO {
3587
3657
  * @type string
3588
3658
  */
3589
3659
  name?: string;
3660
+ /**
3661
+ * btw模板路径类型:local本地选择、common网络共享
3662
+ *
3663
+ * @type string
3664
+ */
3665
+ pathType?: string;
3590
3666
  /**
3591
3667
  *
3592
3668
  *
@@ -6305,6 +6381,12 @@ export interface ExprDTO {
6305
6381
  value?: IObject;
6306
6382
  }
6307
6383
  export interface ExtFieldConfig {
6384
+ /**
6385
+ * 启用密文展示(密文:1 ,明文:0)
6386
+ *
6387
+ * @type number
6388
+ */
6389
+ encrypted?: number;
6308
6390
  /**
6309
6391
  * 字段名称
6310
6392
  *
@@ -15421,6 +15503,12 @@ export interface PrintResourceResponse {
15421
15503
  * @type string
15422
15504
  */
15423
15505
  name?: string;
15506
+ /**
15507
+ * btw模板路径类型:local本地选择、common网络共享
15508
+ *
15509
+ * @type string
15510
+ */
15511
+ pathType?: string;
15424
15512
  /**
15425
15513
  * 打印机IP
15426
15514
  *
@@ -16823,6 +16911,12 @@ export interface SelectItem {
16823
16911
  * @type string
16824
16912
  */
16825
16913
  alias?: string;
16914
+ /**
16915
+ * 保留小数位
16916
+ *
16917
+ * @type number
16918
+ */
16919
+ digit?: number;
16826
16920
  /**
16827
16921
  * 去重
16828
16922
  *
@@ -5,6 +5,35 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.apiConfig = void 0;
7
7
  const apiConfig = exports.apiConfig = [{
8
+ name: "medPro",
9
+ entityName: "med-pro",
10
+ apis: [{
11
+ mode: "post",
12
+ method: "postModelMetaDataAssociation",
13
+ path: "modelMeta/dataAssociation",
14
+ hasData: true
15
+ }, {
16
+ mode: "get",
17
+ method: "getModelMetaGetSysConfig",
18
+ path: "modelMeta/getSysConfig",
19
+ hasQuery: true
20
+ }, {
21
+ mode: "get",
22
+ method: "getModelMetaHasDataAssociation",
23
+ path: "modelMeta/hasDataAssociation",
24
+ hasQuery: true
25
+ }, {
26
+ mode: "get",
27
+ method: "getModelMetaModelDataAssociation",
28
+ path: "modelMeta/modelDataAssociation",
29
+ hasQuery: true
30
+ }, {
31
+ mode: "get",
32
+ method: "getEdhrAttachmentGetEdhrAttachment",
33
+ path: "edhrAttachment/getEdhrAttachment",
34
+ hasQuery: true
35
+ }]
36
+ }, {
8
37
  name: "appBranch",
9
38
  entityName: "app-branch",
10
39
  apis: [{
@@ -1114,11 +1143,13 @@ const apiConfig = exports.apiConfig = [{
1114
1143
  mode: "post",
1115
1144
  method: "postUploadFile",
1116
1145
  path: "upload/file",
1117
- hasQuery: true
1146
+ hasQuery: true,
1147
+ hasData: true
1118
1148
  }, {
1119
1149
  mode: "post",
1120
1150
  method: "postUploadLabelImage",
1121
- path: "upload/label/image"
1151
+ path: "upload/label/image",
1152
+ hasData: true
1122
1153
  }, {
1123
1154
  mode: "get",
1124
1155
  method: "getUserInfo",
@@ -1237,6 +1268,17 @@ const apiConfig = exports.apiConfig = [{
1237
1268
  name: "docControlStarted",
1238
1269
  entityName: "doc-control-started",
1239
1270
  apis: [{
1271
+ mode: "get",
1272
+ method: "getAllPageList",
1273
+ path: "all/page/list",
1274
+ hasQuery: true
1275
+ }, {
1276
+ mode: "put",
1277
+ method: "putEffectiveDateId",
1278
+ path: "effectiveDate/{id}",
1279
+ hasPathParams: true,
1280
+ hasData: true
1281
+ }, {
1240
1282
  mode: "get",
1241
1283
  method: "getInfo",
1242
1284
  path: "info",
@@ -2051,6 +2093,11 @@ const apiConfig = exports.apiConfig = [{
2051
2093
  method: "postPreview",
2052
2094
  path: "preview",
2053
2095
  hasData: true
2096
+ }, {
2097
+ mode: "get",
2098
+ method: "getRemoveDocument",
2099
+ path: "remove/document",
2100
+ hasQuery: true
2054
2101
  }, {
2055
2102
  mode: "post",
2056
2103
  method: "postSave",
@@ -2094,7 +2141,8 @@ const apiConfig = exports.apiConfig = [{
2094
2141
  mode: "post",
2095
2142
  method: "postUpload",
2096
2143
  path: "upload",
2097
- hasQuery: true
2144
+ hasQuery: true,
2145
+ hasData: true
2098
2146
  }]
2099
2147
  }, {
2100
2148
  name: "fileTask",
@@ -2131,7 +2179,8 @@ const apiConfig = exports.apiConfig = [{
2131
2179
  mode: "post",
2132
2180
  method: "postUploadImage",
2133
2181
  path: "upload/image",
2134
- hasQuery: true
2182
+ hasQuery: true,
2183
+ hasData: true
2135
2184
  }]
2136
2185
  }, {
2137
2186
  name: "form",
@@ -2301,7 +2350,8 @@ const apiConfig = exports.apiConfig = [{
2301
2350
  mode: "post",
2302
2351
  method: "postLangUpload",
2303
2352
  path: "lang/upload",
2304
- hasQuery: true
2353
+ hasQuery: true,
2354
+ hasData: true
2305
2355
  }, {
2306
2356
  mode: "get",
2307
2357
  method: "getPageList",
@@ -2314,6 +2364,24 @@ const apiConfig = exports.apiConfig = [{
2314
2364
  hasPathParams: true,
2315
2365
  hasData: true
2316
2366
  }]
2367
+ }, {
2368
+ name: "importReport",
2369
+ entityName: "import-report",
2370
+ apis: [{
2371
+ mode: "get",
2372
+ method: "getInfo",
2373
+ path: "info",
2374
+ hasQuery: true
2375
+ }, {
2376
+ mode: "get",
2377
+ method: "getList",
2378
+ path: "list"
2379
+ }, {
2380
+ mode: "get",
2381
+ method: "getPageList",
2382
+ path: "page/list",
2383
+ hasQuery: true
2384
+ }]
2317
2385
  }, {
2318
2386
  name: "instanceRelation",
2319
2387
  entityName: "instance-relation",
@@ -2464,6 +2532,11 @@ const apiConfig = exports.apiConfig = [{
2464
2532
  method: "postBtw",
2465
2533
  path: "btw",
2466
2534
  hasData: true
2535
+ }, {
2536
+ mode: "post",
2537
+ method: "postBtwCopy",
2538
+ path: "btw/copy",
2539
+ hasData: true
2467
2540
  }, {
2468
2541
  mode: "get",
2469
2542
  method: "getBtwPageList",
@@ -2476,8 +2549,8 @@ const apiConfig = exports.apiConfig = [{
2476
2549
  hasQuery: true
2477
2550
  }, {
2478
2551
  mode: "put",
2479
- method: "putBtwUpdateDesigner",
2480
- path: "btw/updateDesigner",
2552
+ method: "putBtwUpdate",
2553
+ path: "btw/update",
2481
2554
  hasData: true
2482
2555
  }, {
2483
2556
  mode: "post",
@@ -2516,7 +2589,8 @@ const apiConfig = exports.apiConfig = [{
2516
2589
  }, {
2517
2590
  mode: "post",
2518
2591
  method: "postImport",
2519
- path: "import"
2592
+ path: "import",
2593
+ hasData: true
2520
2594
  }, {
2521
2595
  mode: "get",
2522
2596
  method: "getLabelCategoryTree",
@@ -3177,6 +3251,11 @@ const apiConfig = exports.apiConfig = [{
3177
3251
  method: "getPermissionEnabledList",
3178
3252
  path: "permission-enabled/list",
3179
3253
  hasQuery: true
3254
+ }, {
3255
+ mode: "get",
3256
+ method: "getPermissionRelation",
3257
+ path: "permission/relation",
3258
+ hasQuery: true
3180
3259
  }, {
3181
3260
  mode: "post",
3182
3261
  method: "postSave",
@@ -3313,7 +3392,8 @@ const apiConfig = exports.apiConfig = [{
3313
3392
  apis: [{
3314
3393
  mode: "post",
3315
3394
  method: "postDocxJson",
3316
- path: "docx-json"
3395
+ path: "docx-json",
3396
+ hasData: true
3317
3397
  }]
3318
3398
  }, {
3319
3399
  name: "onlineFormCategory",
@@ -3381,6 +3461,31 @@ const apiConfig = exports.apiConfig = [{
3381
3461
  method: "getAppendixFormList",
3382
3462
  path: "appendix/form/list",
3383
3463
  hasQuery: true
3464
+ }, {
3465
+ mode: "post",
3466
+ method: "postDataCollectionAbandon",
3467
+ path: "data-collection/abandon",
3468
+ hasData: true
3469
+ }, {
3470
+ mode: "post",
3471
+ method: "postDataCollectionCreate",
3472
+ path: "data-collection/create",
3473
+ hasData: true
3474
+ }, {
3475
+ mode: "get",
3476
+ method: "getDataCollectionListAll",
3477
+ path: "data-collection/listAll",
3478
+ hasQuery: true
3479
+ }, {
3480
+ mode: "post",
3481
+ method: "postDataCollectionUpdateAlias",
3482
+ path: "data-collection/update-alias",
3483
+ hasData: true
3484
+ }, {
3485
+ mode: "post",
3486
+ method: "postDataCollectionUpdateStatus",
3487
+ path: "data-collection/update-status",
3488
+ hasData: true
3384
3489
  }, {
3385
3490
  mode: "get",
3386
3491
  method: "getDataIds",
@@ -3769,6 +3874,11 @@ const apiConfig = exports.apiConfig = [{
3769
3874
  mode: "get",
3770
3875
  method: "getDataInitProtocolList",
3771
3876
  path: "data-init/protocol/list"
3877
+ }, {
3878
+ mode: "post",
3879
+ method: "postPartialSubmit",
3880
+ path: "partialSubmit",
3881
+ hasData: true
3772
3882
  }, {
3773
3883
  mode: "post",
3774
3884
  method: "postProcessAbandon",
@@ -4792,6 +4902,11 @@ const apiConfig = exports.apiConfig = [{
4792
4902
  name: "processTaskDone",
4793
4903
  entityName: "process-task-done",
4794
4904
  apis: [{
4905
+ mode: "post",
4906
+ method: "postApproveHisPageList",
4907
+ path: "approve/his/page/list",
4908
+ hasData: true
4909
+ }, {
4795
4910
  mode: "get",
4796
4911
  method: "getPageList",
4797
4912
  path: "page/list",
@@ -4805,6 +4920,11 @@ const apiConfig = exports.apiConfig = [{
4805
4920
  method: "getAllUserPageList",
4806
4921
  path: "all-user/page/list",
4807
4922
  hasQuery: true
4923
+ }, {
4924
+ mode: "post",
4925
+ method: "postApproveHisPageList",
4926
+ path: "approve/his/page/list",
4927
+ hasData: true
4808
4928
  }, {
4809
4929
  mode: "get",
4810
4930
  method: "getPageList",
@@ -5590,6 +5710,16 @@ const apiConfig = exports.apiConfig = [{
5590
5710
  hasQuery: true,
5591
5711
  hasData: true
5592
5712
  }]
5713
+ }, {
5714
+ name: "ss",
5715
+ entityName: "ss",
5716
+ apis: [{
5717
+ mode: "post",
5718
+ method: "postUploadExcel",
5719
+ path: "upload/excel",
5720
+ hasQuery: true,
5721
+ hasData: true
5722
+ }]
5593
5723
  }, {
5594
5724
  name: "stash",
5595
5725
  entityName: "stash",
@@ -433,12 +433,16 @@ export interface DesignerCommonService {
433
433
  */
434
434
  postUploadFile(
435
435
  query: postUploadFileQuery,
436
+ data: FormData,
436
437
  config?: Partial<AxiosRequestConfig>,
437
438
  ): Promise<string>;
438
439
  /**
439
440
  * 上传标签图片
440
441
  */
441
- postUploadLabelImage(config?: Partial<AxiosRequestConfig>): Promise<string>;
442
+ postUploadLabelImage(
443
+ data: FormData,
444
+ config?: Partial<AxiosRequestConfig>,
445
+ ): Promise<string>;
442
446
  /**
443
447
  * 获取用户角色权限组
444
448
  */