@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.
@@ -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
  */
@@ -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
  /**
@@ -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.2",
4
4
  "description": "paas 平台底包",
5
5
  "type": "module",
6
6
  "keywords": [