@gct-paas/api 6.0.0-dev.1 → 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.
@@ -236,6 +236,10 @@ export interface getAppModelMetaListQuery extends IObject {
236
236
  * env
237
237
  */
238
238
  env: string;
239
+ /**
240
+ * module
241
+ */
242
+ module: string;
239
243
  }
240
244
  export interface getAppPublishLogInfoQuery extends IObject {
241
245
  /**
@@ -71,10 +71,6 @@ export interface getUserPageListQuery extends IObject {
71
71
  * 排序方式:ASC/DESC, 不传默认 ASC
72
72
  */
73
73
  sortType?: string;
74
- /**
75
- * 参数来源,0企业后台管理、1租户后台管理
76
- */
77
- source?: number;
78
74
  /**
79
75
  * 创建开始时间
80
76
  */
@@ -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
  */
@@ -87,10 +87,6 @@ export interface getPageListQuery extends IObject {
87
87
  * 更新人id
88
88
  */
89
89
  modifyUserId?: string;
90
- /**
91
- * 模块类型
92
- */
93
- module?: string;
94
90
  /**
95
91
  * 操作人
96
92
  */
@@ -145,10 +141,6 @@ export interface getReversePageListQuery extends IObject {
145
141
  * 工单id
146
142
  */
147
143
  mfgOrderId?: string;
148
- /**
149
- * 模块类型
150
- */
151
- module?: string;
152
144
  /**
153
145
  * 操作人
154
146
  */
@@ -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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/api",
3
- "version": "6.0.0-dev.1",
3
+ "version": "6.0.0-dev.2",
4
4
  "description": "paas 平台底包",
5
5
  "type": "module",
6
6
  "keywords": [