@gct-paas/api 6.0.0-dev.0 → 6.0.0-dev.2
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/es/apaas/service/apis/api.service.d.ts +4 -0
- package/es/apaas/service/apis/app-org.service.d.ts +0 -4
- package/es/apaas/service/apis/category.service.d.ts +8 -0
- package/es/apaas/service/entities.d.ts +6 -0
- package/es/platform/service/apis/app.service.d.ts +4 -0
- package/es/platform/service/apis/dashboard.service.d.ts +0 -4
- package/es/platform/service/apis/org.service.d.ts +0 -4
- package/es/platform/service/apis/print-log.service.d.ts +4 -0
- package/es/platform/service/apis/tenant.service.d.ts +0 -4
- package/es/platform/service/entities.d.ts +6 -0
- package/package.json +1 -1
|
@@ -34,6 +34,10 @@ export interface getListQuery extends IObject {
|
|
|
34
34
|
* 结束时间
|
|
35
35
|
*/
|
|
36
36
|
endTime?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 所属模块(实体、枚举、web页面)
|
|
39
|
+
*/
|
|
40
|
+
module?: string;
|
|
37
41
|
/**
|
|
38
42
|
* 应用名称
|
|
39
43
|
*/
|
|
@@ -220,6 +224,10 @@ export interface getPageListQuery extends IObject {
|
|
|
220
224
|
* 结束时间
|
|
221
225
|
*/
|
|
222
226
|
endTime?: string;
|
|
227
|
+
/**
|
|
228
|
+
* 所属模块(实体、枚举、web页面)
|
|
229
|
+
*/
|
|
230
|
+
module?: string;
|
|
223
231
|
/**
|
|
224
232
|
* 应用名称
|
|
225
233
|
*/
|
|
@@ -22925,6 +22925,12 @@ export interface PrintLogSearchRequest {
|
|
|
22925
22925
|
* @type string
|
|
22926
22926
|
*/
|
|
22927
22927
|
startTime?: string;
|
|
22928
|
+
/**
|
|
22929
|
+
* 标签名称
|
|
22930
|
+
*
|
|
22931
|
+
* @type string
|
|
22932
|
+
*/
|
|
22933
|
+
tagName?: string;
|
|
22928
22934
|
}
|
|
22929
22935
|
export interface PrintPreviewResponse {
|
|
22930
22936
|
/**
|
|
@@ -15713,6 +15713,12 @@ export interface PrintLogSearchRequest {
|
|
|
15713
15713
|
* @type string
|
|
15714
15714
|
*/
|
|
15715
15715
|
startTime?: string;
|
|
15716
|
+
/**
|
|
15717
|
+
* 标签名称
|
|
15718
|
+
*
|
|
15719
|
+
* @type string
|
|
15720
|
+
*/
|
|
15721
|
+
tagName?: string;
|
|
15716
15722
|
}
|
|
15717
15723
|
export interface PrintResourceCount {
|
|
15718
15724
|
/**
|