@gct-paas/api 0.1.4-dev.5 → 0.1.4-dev.6

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,10 +236,6 @@ export interface getAppModelMetaListQuery {
236
236
  * env
237
237
  */
238
238
  env: string;
239
- /**
240
- * module
241
- */
242
- module: string;
243
239
  }
244
240
  export interface getAppPublishLogInfoQuery {
245
241
  /**
@@ -29,10 +29,6 @@ export interface getListQuery {
29
29
  * 查询全量信息时传 true,否则只查询简要信息
30
30
  */
31
31
  fullInfo?: boolean;
32
- /**
33
- * 来源
34
- */
35
- source?: string;
36
32
  /**
37
33
  * 类型
38
34
  */
@@ -34,6 +34,10 @@ export interface getListQuery {
34
34
  * 结束时间
35
35
  */
36
36
  endTime?: string;
37
+ /**
38
+ * 所属模块(实体、枚举、web页面)
39
+ */
40
+ module?: string;
37
41
  /**
38
42
  * 应用名称
39
43
  */
@@ -104,10 +108,6 @@ export interface getListCompleteQuery {
104
108
  *
105
109
  */
106
110
  modifyUserName?: string;
107
- /**
108
- * 所属模块(实体、枚举、web页面 、view_model_module/视图模型模块 、data_model/数据模型模块、document_module/单据、pad_module/pad页面设计)
109
- */
110
- module?: string;
111
111
  /**
112
112
  *
113
113
  */
@@ -178,10 +178,6 @@ export interface getPageQuery {
178
178
  *
179
179
  */
180
180
  modifyUserName?: string;
181
- /**
182
- * 所属模块(实体、枚举、web页面 、view_model_module/视图模型模块 、data_model/数据模型模块、document_module/单据、pad_module/pad页面设计)
183
- */
184
- module?: string;
185
181
  /**
186
182
  *
187
183
  */
@@ -220,6 +216,10 @@ export interface getPageListQuery {
220
216
  * 结束时间
221
217
  */
222
218
  endTime?: string;
219
+ /**
220
+ * 所属模块(实体、枚举、web页面)
221
+ */
222
+ module?: string;
223
223
  /**
224
224
  * 应用名称
225
225
  */
@@ -91,10 +91,6 @@ export interface getPageListQuery {
91
91
  * 更新人id
92
92
  */
93
93
  modifyUserId?: string;
94
- /**
95
- * 模块类型
96
- */
97
- module?: string;
98
94
  /**
99
95
  * 操作人
100
96
  */
@@ -145,10 +141,6 @@ export interface getReversePageListQuery {
145
141
  * 工单id
146
142
  */
147
143
  mfgOrderId?: string;
148
- /**
149
- * 模块类型
150
- */
151
- module?: string;
152
144
  /**
153
145
  * 操作人
154
146
  */
@@ -157,6 +149,10 @@ export interface getReversePageListQuery {
157
149
  * 操作人id
158
150
  */
159
151
  operatorId?: string;
152
+ /**
153
+ * 订单号
154
+ */
155
+ orderNo?: string;
160
156
  /**
161
157
  * 页码
162
158
  */
@@ -301,6 +301,10 @@ export interface getPageListQuery {
301
301
  * 状态
302
302
  */
303
303
  instanceStatus?: string;
304
+ /**
305
+ * 状态不等于
306
+ */
307
+ instanceStatusNe?: string;
304
308
  /**
305
309
  * 更新人id
306
310
  */
@@ -435,6 +439,10 @@ export interface getReverseTracePageListQuery {
435
439
  * 填报人
436
440
  */
437
441
  operatorId?: string;
442
+ /**
443
+ * 订单号
444
+ */
445
+ orderNo?: string;
438
446
  /**
439
447
  * 页码
440
448
  */
@@ -13962,6 +13962,18 @@ export interface MessageRecordResponse {
13962
13962
  * @type string
13963
13963
  */
13964
13964
  resultMsg?: string;
13965
+ /**
13966
+ * 跳转配置: {"WEB":"菜单id","MOBILE":"菜单id","PAD":"菜单id"}
13967
+ *
13968
+ * @type string
13969
+ */
13970
+ routerConfig?: string;
13971
+ /**
13972
+ * 跳转参数:由调用全局方法方传递
13973
+ *
13974
+ * @type string
13975
+ */
13976
+ routerParams?: string;
13965
13977
  /**
13966
13978
  * 租户id
13967
13979
  *
@@ -14086,6 +14098,12 @@ export interface MessageTmplRequest {
14086
14098
  * @type string
14087
14099
  */
14088
14100
  rangUser?: string;
14101
+ /**
14102
+ * 跳转配置: {"WEB":"菜单id","MOBILE":"菜单id","PAD":"菜单id"}
14103
+ *
14104
+ * @type string
14105
+ */
14106
+ routerConfig?: string;
14089
14107
  /**
14090
14108
  * 租户id
14091
14109
  *
@@ -14202,6 +14220,12 @@ export interface MessageTmplResponse {
14202
14220
  * @type string
14203
14221
  */
14204
14222
  pushType?: string;
14223
+ /**
14224
+ * 跳转配置: {"WEB":"菜单id","MOBILE":"菜单id","PAD":"菜单id"}
14225
+ *
14226
+ * @type string
14227
+ */
14228
+ routerConfig?: string;
14205
14229
  /**
14206
14230
  * 租户id
14207
14231
  *
@@ -14360,6 +14384,18 @@ export interface MessageTmplSendRequest {
14360
14384
  * @type string
14361
14385
  */
14362
14386
  rangUser?: string;
14387
+ /**
14388
+ *
14389
+ *
14390
+ * @type string
14391
+ */
14392
+ routerConfig?: string;
14393
+ /**
14394
+ *
14395
+ *
14396
+ * @type string
14397
+ */
14398
+ routerParams?: string;
14363
14399
  /**
14364
14400
  * 支持流程
14365
14401
  *
@@ -203,10 +203,6 @@ export interface getModelMetaListQuery {
203
203
  *
204
204
  */
205
205
  modifyUserName?: string;
206
- /**
207
- * 所属模块(实体、枚举、web页面 、view_model_module/视图模型模块 、data_model/数据模型模块、document_module/单据)
208
- */
209
- module?: string;
210
206
  /**
211
207
  *
212
208
  */
@@ -7833,6 +7833,18 @@ export interface InternalMessageResponse {
7833
7833
  * @type string
7834
7834
  */
7835
7835
  receiverId?: string;
7836
+ /**
7837
+ * 跳转配置: {"WEB":"菜单id","MOBILE":"菜单id","PAD":"菜单id"}
7838
+ *
7839
+ * @type string
7840
+ */
7841
+ routerConfig?: string;
7842
+ /**
7843
+ * 跳转参数:由调用全局方法方传递
7844
+ *
7845
+ * @type string
7846
+ */
7847
+ routerParams?: string;
7836
7848
  /**
7837
7849
  * 是否支持跳转
7838
7850
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/api",
3
- "version": "0.1.4-dev.5",
3
+ "version": "0.1.4-dev.6",
4
4
  "description": "paas 平台底包",
5
5
  "type": "module",
6
6
  "keywords": [