@gct-paas/api 6.0.0-dev.0 → 6.0.0-dev.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.
@@ -87,6 +87,10 @@ export interface getPageListQuery extends IObject {
87
87
  * 更新人id
88
88
  */
89
89
  modifyUserId?: string;
90
+ /**
91
+ * 模块类型
92
+ */
93
+ module?: string;
90
94
  /**
91
95
  * 操作人
92
96
  */
@@ -141,6 +145,10 @@ export interface getReversePageListQuery extends IObject {
141
145
  * 工单id
142
146
  */
143
147
  mfgOrderId?: string;
148
+ /**
149
+ * 模块类型
150
+ */
151
+ module?: string;
144
152
  /**
145
153
  * 操作人
146
154
  */
@@ -203,6 +203,10 @@ export interface getModelMetaListQuery extends IObject {
203
203
  *
204
204
  */
205
205
  modifyUserName?: string;
206
+ /**
207
+ * 所属模块(实体、枚举、web页面 、view_model_module/视图模型模块 、data_model/数据模型模块、document_module/单据)
208
+ */
209
+ module?: string;
206
210
  /**
207
211
  *
208
212
  */
@@ -32,10 +32,6 @@ export interface getPageListQuery extends IObject {
32
32
  * 每页数据条数
33
33
  */
34
34
  pageSize?: number;
35
- /**
36
- * 仪表盘来源
37
- */
38
- source?: number;
39
35
  }
40
36
  export interface putIdPathParams {
41
37
  id: string;
@@ -81,10 +81,6 @@ export interface getUserPageListQuery extends IObject {
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
  */
@@ -74,6 +74,10 @@ export interface getPageListQuery extends IObject {
74
74
  * 开始时间
75
75
  */
76
76
  startTime?: string;
77
+ /**
78
+ * 标签名称
79
+ */
80
+ tagName?: string;
77
81
  }
78
82
  export interface PrintLogService {
79
83
  /**
@@ -131,10 +131,6 @@ export interface getManagementOrgUserPageListQuery extends IObject {
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
  */
@@ -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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/api",
3
- "version": "6.0.0-dev.0",
3
+ "version": "6.0.0-dev.1",
4
4
  "description": "paas 平台底包",
5
5
  "type": "module",
6
6
  "keywords": [