@gct-paas/api 0.1.6-dev.9 → 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.
Files changed (33) hide show
  1. package/dist/index.esm.min.js +1 -1
  2. package/es/apaas/service/api-config.mjs +283 -0
  3. package/es/apaas/service/apis/api.service.d.ts +0 -4
  4. package/es/apaas/service/apis/app-global-settings.service.d.ts +0 -4
  5. package/es/apaas/service/apis/category.service.d.ts +0 -8
  6. package/es/apaas/service/apis/designer-common.service.d.ts +16 -0
  7. package/es/apaas/service/apis/edhr-instance.service.d.ts +4 -8
  8. package/es/apaas/service/apis/excel-tmpl.service.d.ts +8 -0
  9. package/es/apaas/service/apis/excel.service.d.ts +2 -2
  10. package/es/apaas/service/apis/field-meta.service.d.ts +13 -0
  11. package/es/apaas/service/apis/medPro.service.d.ts +108 -0
  12. package/es/apaas/service/apis/message-tmpl.service.d.ts +4 -0
  13. package/es/apaas/service/apis/model-meta.service.d.ts +17 -0
  14. package/es/apaas/service/apis/online-form-instance.service.d.ts +4 -16
  15. package/es/apaas/service/apis/online-form-tmpl.service.d.ts +18 -1
  16. package/es/apaas/service/apis/print.service.d.ts +10 -1
  17. package/es/apaas/service/apis/process-approval-log.service.d.ts +1 -1
  18. package/es/apaas/service/apis/script.service.d.ts +26 -1
  19. package/es/apaas/service/apis/ss.service.d.ts +16 -0
  20. package/es/apaas/service/apis/trace-log-details.service.d.ts +12 -0
  21. package/es/apaas/service/entities.d.ts +860 -16
  22. package/es/apaas/service/index.d.ts +4 -0
  23. package/es/empty.d.ts +2 -0
  24. package/es/empty.mjs +1 -0
  25. package/es/platform/service/api-config.mjs +14 -4
  26. package/es/platform/service/apis/api.service.d.ts +35 -10
  27. package/es/platform/service/apis/dashboard.service.d.ts +0 -4
  28. package/es/platform/service/apis/license.service.d.ts +1 -10
  29. package/es/platform/service/apis/org.service.d.ts +0 -4
  30. package/es/platform/service/apis/print-log.service.d.ts +4 -0
  31. package/es/platform/service/apis/tenant.service.d.ts +0 -4
  32. package/es/platform/service/entities.d.ts +18 -0
  33. package/package.json +18 -10
@@ -1785,6 +1785,12 @@ export interface CategoryCompleteResponse {
1785
1785
  * @type RelationResponse[]
1786
1786
  */
1787
1787
  children?: RelationResponse[];
1788
+ /**
1789
+ * 创建人
1790
+ *
1791
+ * @type string
1792
+ */
1793
+ createUserId?: string;
1788
1794
  /**
1789
1795
  * 是否子版本
1790
1796
  *
@@ -4636,6 +4642,124 @@ export interface DesignerOperateLogResponse {
4636
4642
  */
4637
4643
  requestInfo?: string;
4638
4644
  }
4645
+ export interface DetailPageRequest {
4646
+ /**
4647
+ * 页面描述
4648
+ *
4649
+ * @type string
4650
+ */
4651
+ description?: string;
4652
+ /**
4653
+ * 页面设计json
4654
+ *
4655
+ * @type string
4656
+ */
4657
+ designerJson?: string;
4658
+ /**
4659
+ * 页面key
4660
+ *
4661
+ * @type string
4662
+ */
4663
+ key?: string;
4664
+ /**
4665
+ * 页面名称
4666
+ *
4667
+ * @type string
4668
+ */
4669
+ name?: string;
4670
+ /**
4671
+ * 运行时json
4672
+ *
4673
+ * @type string
4674
+ */
4675
+ runtimeJson?: string;
4676
+ }
4677
+ export interface DetailPageResponse {
4678
+ /**
4679
+ *
4680
+ *
4681
+ * @type string
4682
+ */
4683
+ createTime?: string;
4684
+ /**
4685
+ *
4686
+ *
4687
+ * @type string
4688
+ */
4689
+ createUserId?: string;
4690
+ /**
4691
+ *
4692
+ *
4693
+ * @type string
4694
+ */
4695
+ createUserName?: string;
4696
+ /**
4697
+ * 页面描述
4698
+ *
4699
+ * @type string
4700
+ */
4701
+ description?: string;
4702
+ /**
4703
+ * 页面设计json
4704
+ *
4705
+ * @type string
4706
+ */
4707
+ designerJson?: string;
4708
+ /**
4709
+ * 是否为草稿 0: 非草稿 1: 草稿
4710
+ *
4711
+ * @type number
4712
+ */
4713
+ draft?: number;
4714
+ /**
4715
+ * 主键
4716
+ *
4717
+ * @type string
4718
+ */
4719
+ id?: string;
4720
+ /**
4721
+ * 初始提交 id
4722
+ *
4723
+ * @type string
4724
+ */
4725
+ initCommitId?: string;
4726
+ /**
4727
+ * 页面key
4728
+ *
4729
+ * @type string
4730
+ */
4731
+ key?: string;
4732
+ /**
4733
+ *
4734
+ *
4735
+ * @type string
4736
+ */
4737
+ modifyTime?: string;
4738
+ /**
4739
+ *
4740
+ *
4741
+ * @type string
4742
+ */
4743
+ modifyUserId?: string;
4744
+ /**
4745
+ *
4746
+ *
4747
+ * @type string
4748
+ */
4749
+ modifyUserName?: string;
4750
+ /**
4751
+ * 页面名称
4752
+ *
4753
+ * @type string
4754
+ */
4755
+ name?: string;
4756
+ /**
4757
+ * 运行时json
4758
+ *
4759
+ * @type string
4760
+ */
4761
+ runtimeJson?: string;
4762
+ }
4639
4763
  export interface DhrProcessApproveRequest {
4640
4764
  /**
4641
4765
  * 点击的按钮的key
@@ -7629,6 +7753,12 @@ export interface EdhrTmplCommonRequest {
7629
7753
  * @type string
7630
7754
  */
7631
7755
  offlineVersion?: string;
7756
+ /**
7757
+ * 状态
7758
+ *
7759
+ * @type boolean
7760
+ */
7761
+ operatingState?: boolean;
7632
7762
  /**
7633
7763
  * 版本
7634
7764
  *
@@ -7679,6 +7809,12 @@ export interface EdhrTmplRequest {
7679
7809
  * @type string
7680
7810
  */
7681
7811
  offlineVersion?: string;
7812
+ /**
7813
+ * 状态
7814
+ *
7815
+ * @type boolean
7816
+ */
7817
+ operatingState?: boolean;
7682
7818
  /**
7683
7819
  * 版本
7684
7820
  *
@@ -8676,6 +8812,56 @@ export interface ExcelColumnInfoV1 {
8676
8812
  */
8677
8813
  width?: number;
8678
8814
  }
8815
+ export interface ExcelTemplateAndConfigReq {
8816
+ /**
8817
+ * 模板配置
8818
+ *
8819
+ * @type ExcelTmplConfigV1[]
8820
+ */
8821
+ configJsons?: ExcelTmplConfigV1[];
8822
+ /**
8823
+ * 执行方式 0:同步,1:异步
8824
+ *
8825
+ * @type number
8826
+ */
8827
+ exeType?: number;
8828
+ /**
8829
+ * 模板key
8830
+ *
8831
+ * @type string
8832
+ */
8833
+ key?: string;
8834
+ /**
8835
+ * 业务逻辑脚本key
8836
+ *
8837
+ * @type string
8838
+ */
8839
+ lsKey?: string;
8840
+ /**
8841
+ * 模型key
8842
+ *
8843
+ * @type string
8844
+ */
8845
+ modelKey?: string;
8846
+ /**
8847
+ * 模板名称
8848
+ *
8849
+ * @type string
8850
+ */
8851
+ name?: string;
8852
+ /**
8853
+ * 类型:IMPORT-导入;EXPORT-导出
8854
+ *
8855
+ * @type string
8856
+ */
8857
+ type?: string;
8858
+ /**
8859
+ * 验证规则脚本key
8860
+ *
8861
+ * @type string
8862
+ */
8863
+ vsKey?: string;
8864
+ }
8679
8865
  export interface ExcelTemplateConfigReq {
8680
8866
  /**
8681
8867
  * 模板配置
@@ -9005,6 +9191,12 @@ export interface ExcelTmplResponse {
9005
9191
  * @type string
9006
9192
  */
9007
9193
  name?: string;
9194
+ /**
9195
+ * 类型(BUILTIN:内置,后台创建 USER_DEFINED:自定义,前台创建)
9196
+ *
9197
+ * @type string
9198
+ */
9199
+ source?: string;
9008
9200
  /**
9009
9201
  * 支持流程
9010
9202
  *
@@ -9091,6 +9283,12 @@ export interface ExcelValidateResponse {
9091
9283
  * @type number
9092
9284
  */
9093
9285
  succeed?: number;
9286
+ /**
9287
+ * 导入模板key
9288
+ *
9289
+ * @type string
9290
+ */
9291
+ tmplKey?: string;
9094
9292
  /**
9095
9293
  * 总条数
9096
9294
  *
@@ -13476,11 +13674,17 @@ export interface MenuPermissionDTO {
13476
13674
  }
13477
13675
  export interface MergeConflictDTO {
13478
13676
  /**
13479
- * 最终选择: SOURCE/TARGET
13677
+ * 最终选择: SOURCE/TARGET/MERGED
13480
13678
  *
13481
13679
  * @type string
13482
13680
  */
13483
13681
  choice?: string;
13682
+ /**
13683
+ * 合并内容json
13684
+ *
13685
+ * @type string
13686
+ */
13687
+ mergeResult?: string;
13484
13688
  /**
13485
13689
  * 主键值
13486
13690
  *
@@ -13974,11 +14178,7 @@ export interface MessageRecordResponse {
13974
14178
  */
13975
14179
  resultMsg?: string;
13976
14180
  /**
13977
- * 跳转配置: {
13978
- "WEB": {"id":"菜单id","name":"菜单名称"},
13979
- "MOBILE": {"id":"菜单id","name":"菜单名称"},
13980
- "PAD": {"id":"菜单id","name":"菜单名称"}
13981
- }
14181
+ * 跳转配置
13982
14182
  *
13983
14183
  * @type string
13984
14184
  */
@@ -14114,11 +14314,7 @@ export interface MessageTmplRequest {
14114
14314
  */
14115
14315
  rangUser?: string;
14116
14316
  /**
14117
- * 跳转配置: {
14118
- "WEB": {"id":"菜单id","name":"菜单名称"},
14119
- "MOBILE": {"id":"菜单id","name":"菜单名称"},
14120
- "PAD": {"id":"菜单id","name":"菜单名称"}
14121
- }
14317
+ * 跳转配置
14122
14318
  *
14123
14319
  * @type string
14124
14320
  */
@@ -14240,11 +14436,7 @@ export interface MessageTmplResponse {
14240
14436
  */
14241
14437
  pushType?: string;
14242
14438
  /**
14243
- * 跳转配置: {
14244
- "WEB": {"id":"菜单id","name":"菜单名称"},
14245
- "MOBILE": {"id":"菜单id","name":"菜单名称"},
14246
- "PAD": {"id":"菜单id","name":"菜单名称"}
14247
- }
14439
+ * 跳转配置
14248
14440
  *
14249
14441
  * @type string
14250
14442
  */
@@ -15073,6 +15265,12 @@ export interface ModelMeta {
15073
15265
  * @type string
15074
15266
  */
15075
15267
  displayField?: string;
15268
+ /**
15269
+ *
15270
+ *
15271
+ * @type string
15272
+ */
15273
+ foreignTable?: string;
15076
15274
  /**
15077
15275
  *
15078
15276
  *
@@ -15151,6 +15349,12 @@ export interface ModelMeta {
15151
15349
  * @type string
15152
15350
  */
15153
15351
  refModelKey?: string;
15352
+ /**
15353
+ *
15354
+ *
15355
+ * @type number
15356
+ */
15357
+ shared?: number;
15154
15358
  /**
15155
15359
  *
15156
15360
  *
@@ -15267,6 +15471,12 @@ export interface ModelMetaDTO {
15267
15471
  * @type FieldMetaDTO[]
15268
15472
  */
15269
15473
  fieldMetaList?: FieldMetaDTO[];
15474
+ /**
15475
+ *
15476
+ *
15477
+ * @type string
15478
+ */
15479
+ foreignTable?: string;
15270
15480
  /**
15271
15481
  *
15272
15482
  *
@@ -15357,6 +15567,12 @@ export interface ModelMetaDTO {
15357
15567
  * @type string
15358
15568
  */
15359
15569
  refModelKey?: string;
15570
+ /**
15571
+ *
15572
+ *
15573
+ * @type number
15574
+ */
15575
+ shared?: number;
15360
15576
  /**
15361
15577
  *
15362
15578
  *
@@ -15493,6 +15709,12 @@ export interface ModelMetaResponse {
15493
15709
  * @type PruneFieldMetaResponse[]
15494
15710
  */
15495
15711
  fieldMetas?: PruneFieldMetaResponse[];
15712
+ /**
15713
+ *
15714
+ *
15715
+ * @type string
15716
+ */
15717
+ foreignTable?: string;
15496
15718
  /**
15497
15719
  * 主键
15498
15720
  *
@@ -15559,6 +15781,12 @@ export interface ModelMetaResponse {
15559
15781
  * @type string
15560
15782
  */
15561
15783
  refModelKey?: string;
15784
+ /**
15785
+ * 是否主模型(0: 否 1: 是)
15786
+ *
15787
+ * @type number
15788
+ */
15789
+ shared?: number;
15562
15790
  /**
15563
15791
  * 特殊配置
15564
15792
  *
@@ -19555,6 +19783,12 @@ export interface OnlineFormTmplRequest {
19555
19783
  * @type string
19556
19784
  */
19557
19785
  offlineVersion?: string;
19786
+ /**
19787
+ * 状态
19788
+ *
19789
+ * @type boolean
19790
+ */
19791
+ operatingState?: boolean;
19558
19792
  /**
19559
19793
  * 操作
19560
19794
  *
@@ -22364,6 +22598,20 @@ export interface PmProcessVersion {
22364
22598
  */
22365
22599
  processDefinitionVersionId?: string;
22366
22600
  }
22601
+ export interface PreviewPrintRequest {
22602
+ /**
22603
+ * 模型数据id
22604
+ *
22605
+ * @type string
22606
+ */
22607
+ dataId?: string;
22608
+ /**
22609
+ * 标签模板id->baseId:id
22610
+ *
22611
+ * @type string
22612
+ */
22613
+ labelId?: string;
22614
+ }
22367
22615
  export interface PrintAdapterDTO {
22368
22616
  /**
22369
22617
  * 分支Id
@@ -22678,6 +22926,14 @@ export interface PrintLogSearchRequest {
22678
22926
  */
22679
22927
  startTime?: string;
22680
22928
  }
22929
+ export interface PrintPreviewResponse {
22930
+ /**
22931
+ * 带有Data URI Scheme的base64图片
22932
+ *
22933
+ * @type string
22934
+ */
22935
+ img?: string;
22936
+ }
22681
22937
  export interface PrintRelateDTO {
22682
22938
  /**
22683
22939
  * rdo父id
@@ -26013,6 +26269,18 @@ export interface ProcessPathResponse {
26013
26269
  * @type string
26014
26270
  */
26015
26271
  caseId?: string;
26272
+ /**
26273
+ * 事务实例id(为兼容前端逻辑)
26274
+ *
26275
+ * @type string
26276
+ */
26277
+ childTxnInstId?: string;
26278
+ /**
26279
+ * 事务实例状态(为兼容前端逻辑)
26280
+ *
26281
+ * @type string
26282
+ */
26283
+ childTxnInstStatus?: string;
26016
26284
  /**
26017
26285
  *
26018
26286
  *
@@ -29921,6 +30189,12 @@ export interface RdoTreeResponse {
29921
30189
  * @type string
29922
30190
  */
29923
30191
  key?: string;
30192
+ /**
30193
+ *
30194
+ *
30195
+ * @type string
30196
+ */
30197
+ modelKey?: string;
29924
30198
  /**
29925
30199
  *
29926
30200
  *
@@ -30105,6 +30379,12 @@ export interface RelationResponse {
30105
30379
  * @type RelationResponse[]
30106
30380
  */
30107
30381
  children?: RelationResponse[];
30382
+ /**
30383
+ * 创建人
30384
+ *
30385
+ * @type string
30386
+ */
30387
+ createUserId?: string;
30108
30388
  /**
30109
30389
  * 实体模型的默认显示字段
30110
30390
  *
@@ -30141,6 +30421,12 @@ export interface RelationResponse {
30141
30421
  * @type string
30142
30422
  */
30143
30423
  name?: string;
30424
+ /**
30425
+ * 是否主模型(0: 否 1: 是)
30426
+ *
30427
+ * @type number
30428
+ */
30429
+ shared?: number;
30144
30430
  /**
30145
30431
  * 排序
30146
30432
  *
@@ -31444,6 +31730,86 @@ export interface SandboxConfigResponse {
31444
31730
  */
31445
31731
  webRoutePath?: string;
31446
31732
  }
31733
+ export interface ScriptContrastDTO {
31734
+ /**
31735
+ *
31736
+ *
31737
+ * @type number
31738
+ */
31739
+ active?: number;
31740
+ /**
31741
+ *
31742
+ *
31743
+ * @type string
31744
+ */
31745
+ categoryName?: string;
31746
+ /**
31747
+ * 是否冲突
31748
+ *
31749
+ * @type boolean
31750
+ */
31751
+ conflict?: boolean;
31752
+ /**
31753
+ *
31754
+ *
31755
+ * @type string
31756
+ */
31757
+ description?: string;
31758
+ /**
31759
+ *
31760
+ *
31761
+ * @type string
31762
+ */
31763
+ id?: string;
31764
+ /**
31765
+ *
31766
+ *
31767
+ * @type string
31768
+ */
31769
+ key?: string;
31770
+ /**
31771
+ * 合并后内容json
31772
+ *
31773
+ * @type string
31774
+ */
31775
+ mergeResult?: string;
31776
+ /**
31777
+ *
31778
+ *
31779
+ * @type string
31780
+ */
31781
+ name?: string;
31782
+ /**
31783
+ *
31784
+ *
31785
+ * @type string
31786
+ */
31787
+ scriptKey?: string;
31788
+ /**
31789
+ *
31790
+ *
31791
+ * @type number
31792
+ */
31793
+ sortNum?: number;
31794
+ /**
31795
+ * 源版本内容json
31796
+ *
31797
+ * @type string
31798
+ */
31799
+ sourceContent?: string;
31800
+ /**
31801
+ * 导入版本内容json
31802
+ *
31803
+ * @type string
31804
+ */
31805
+ targetContent?: string;
31806
+ /**
31807
+ *
31808
+ *
31809
+ * @type string
31810
+ */
31811
+ version?: string;
31812
+ }
31447
31813
  export interface ScriptExecuteRequest {
31448
31814
  /**
31449
31815
  *
@@ -31464,6 +31830,92 @@ export interface ScriptExecuteRequest {
31464
31830
  */
31465
31831
  values?: IObject;
31466
31832
  }
31833
+ export interface ScriptImportDTO {
31834
+ /**
31835
+ * 分类ID ,当选择导入到已有分类,传导入分类ID
31836
+ *
31837
+ * @type string
31838
+ */
31839
+ categoryId?: string;
31840
+ /**
31841
+ * 分类名称
31842
+ *
31843
+ * @type string
31844
+ */
31845
+ categoryName?: string;
31846
+ /**
31847
+ * 新增脚本的导入分类
31848
+ *
31849
+ * @type string
31850
+ */
31851
+ importStrategy?: string;
31852
+ /**
31853
+ *
31854
+ *
31855
+ * @type ScriptMergePreviewDTO[]
31856
+ */
31857
+ mergedResults?: ScriptMergePreviewDTO[];
31858
+ }
31859
+ export interface ScriptImportResultDTO {
31860
+ /**
31861
+ * 导入版本数量
31862
+ *
31863
+ * @type number
31864
+ */
31865
+ count?: number;
31866
+ /**
31867
+ * JS脚本key
31868
+ *
31869
+ * @type string
31870
+ */
31871
+ key?: string;
31872
+ /**
31873
+ * JS脚本名称
31874
+ *
31875
+ * @type string
31876
+ */
31877
+ name?: string;
31878
+ }
31879
+ export interface ScriptMergePreviewDTO {
31880
+ /**
31881
+ * 是否冲突
31882
+ *
31883
+ * @type boolean
31884
+ */
31885
+ conflict?: boolean;
31886
+ /**
31887
+ * JS脚本key
31888
+ *
31889
+ * @type string
31890
+ */
31891
+ key?: string;
31892
+ /**
31893
+ * JS脚本名称
31894
+ *
31895
+ * @type string
31896
+ */
31897
+ name?: string;
31898
+ /**
31899
+ *
31900
+ *
31901
+ * @type ScriptContrastDTO[]
31902
+ */
31903
+ scriptVersions?: ScriptContrastDTO[];
31904
+ }
31905
+ export interface ScriptRelation {
31906
+ /**
31907
+ * 分类ID
31908
+ *
31909
+ * @type string
31910
+ */
31911
+ categoryId?: string;
31912
+ /**
31913
+ *
31914
+ *
31915
+ * @type string[]
31916
+ */
31917
+ ids?: string[];
31918
+ }
31467
31919
  export interface ScriptRequest {
31468
31920
  /**
31469
31921
  * app分类id
@@ -34680,6 +35132,398 @@ export interface TraceSettingResponse {
34680
35132
  */
34681
35133
  treeData?: object[];
34682
35134
  }
35135
+ export interface TransactionDTO {
35136
+ /**
35137
+ *
35138
+ *
35139
+ * @type TransactionVersion[]
35140
+ */
35141
+ children?: TransactionVersion[];
35142
+ /**
35143
+ *
35144
+ *
35145
+ * @type string
35146
+ */
35147
+ createTime?: string;
35148
+ /**
35149
+ *
35150
+ *
35151
+ * @type string
35152
+ */
35153
+ createUserId?: string;
35154
+ /**
35155
+ *
35156
+ *
35157
+ * @type string
35158
+ */
35159
+ createUserName?: string;
35160
+ /**
35161
+ *
35162
+ *
35163
+ * @type number
35164
+ */
35165
+ deleted?: number;
35166
+ /**
35167
+ * 备注
35168
+ *
35169
+ * @type string
35170
+ */
35171
+ description?: string;
35172
+ /**
35173
+ * id
35174
+ *
35175
+ * @type string
35176
+ */
35177
+ id?: string;
35178
+ /**
35179
+ * 事务key
35180
+ *
35181
+ * @type string
35182
+ */
35183
+ key?: string;
35184
+ /**
35185
+ * 绑定模型key
35186
+ *
35187
+ * @type string
35188
+ */
35189
+ modelKey?: string;
35190
+ /**
35191
+ * 绑定模型
35192
+ *
35193
+ * @type string
35194
+ */
35195
+ modelName?: string;
35196
+ /**
35197
+ *
35198
+ *
35199
+ * @type string
35200
+ */
35201
+ modifyTime?: string;
35202
+ /**
35203
+ *
35204
+ *
35205
+ * @type string
35206
+ */
35207
+ modifyUserId?: string;
35208
+ /**
35209
+ *
35210
+ *
35211
+ * @type string
35212
+ */
35213
+ modifyUserName?: string;
35214
+ /**
35215
+ * 事务名称
35216
+ *
35217
+ * @type string
35218
+ */
35219
+ name?: string;
35220
+ /**
35221
+ * 流程定义id
35222
+ *
35223
+ * @type string
35224
+ */
35225
+ procDefId?: string;
35226
+ }
35227
+ export interface TransactionRequest {
35228
+ /**
35229
+ * 父id
35230
+ *
35231
+ * @type string
35232
+ */
35233
+ baseId?: string;
35234
+ /**
35235
+ * 是否默认版本 1是 0否
35236
+ *
35237
+ * @type number
35238
+ */
35239
+ default?: number;
35240
+ /**
35241
+ * 备注
35242
+ *
35243
+ * @type string
35244
+ */
35245
+ description?: string;
35246
+ /**
35247
+ * 设计json
35248
+ *
35249
+ * @type string
35250
+ */
35251
+ designerJson?: string;
35252
+ /**
35253
+ * 详情页设计json
35254
+ *
35255
+ * @type string
35256
+ */
35257
+ detailDesignerJson?: string;
35258
+ /**
35259
+ * 详情页运行时json
35260
+ *
35261
+ * @type string
35262
+ */
35263
+ detailRuntimeJson?: string;
35264
+ /**
35265
+ * 事务key
35266
+ *
35267
+ * @type string
35268
+ */
35269
+ key?: string;
35270
+ /**
35271
+ * 绑定模型key
35272
+ *
35273
+ * @type string
35274
+ */
35275
+ modelKey?: string;
35276
+ /**
35277
+ * 事务名称
35278
+ *
35279
+ * @type string
35280
+ */
35281
+ name?: string;
35282
+ /**
35283
+ * 运行时json
35284
+ *
35285
+ * @type string
35286
+ */
35287
+ runtimeJson?: string;
35288
+ /**
35289
+ * 版本
35290
+ *
35291
+ * @type string
35292
+ */
35293
+ version?: string;
35294
+ }
35295
+ export interface TransactionResponse {
35296
+ /**
35297
+ * 父id
35298
+ *
35299
+ * @type string
35300
+ */
35301
+ baseId?: string;
35302
+ /**
35303
+ *
35304
+ *
35305
+ * @type string
35306
+ */
35307
+ createTime?: string;
35308
+ /**
35309
+ *
35310
+ *
35311
+ * @type string
35312
+ */
35313
+ createUserId?: string;
35314
+ /**
35315
+ *
35316
+ *
35317
+ * @type string
35318
+ */
35319
+ createUserName?: string;
35320
+ /**
35321
+ * 是否默认版本 1是 0否
35322
+ *
35323
+ * @type number
35324
+ */
35325
+ defaulted?: number;
35326
+ /**
35327
+ * 备注
35328
+ *
35329
+ * @type string
35330
+ */
35331
+ description?: string;
35332
+ /**
35333
+ * 设计json
35334
+ *
35335
+ * @type string
35336
+ */
35337
+ designerJson?: string;
35338
+ /**
35339
+ * 详情页设计json
35340
+ *
35341
+ * @type string
35342
+ */
35343
+ detailDesignerJson?: string;
35344
+ /**
35345
+ * 详情页运行时json
35346
+ *
35347
+ * @type string
35348
+ */
35349
+ detailRuntimeJson?: string;
35350
+ /**
35351
+ * id
35352
+ *
35353
+ * @type string
35354
+ */
35355
+ id?: string;
35356
+ /**
35357
+ * 事务key
35358
+ *
35359
+ * @type string
35360
+ */
35361
+ key?: string;
35362
+ /**
35363
+ * 绑定模型key
35364
+ *
35365
+ * @type string
35366
+ */
35367
+ modelKey?: string;
35368
+ /**
35369
+ * 模型名称
35370
+ *
35371
+ * @type string
35372
+ */
35373
+ modelName?: string;
35374
+ /**
35375
+ *
35376
+ *
35377
+ * @type string
35378
+ */
35379
+ modifyTime?: string;
35380
+ /**
35381
+ *
35382
+ *
35383
+ * @type string
35384
+ */
35385
+ modifyUserId?: string;
35386
+ /**
35387
+ *
35388
+ *
35389
+ * @type string
35390
+ */
35391
+ modifyUserName?: string;
35392
+ /**
35393
+ * 事务名称
35394
+ *
35395
+ * @type string
35396
+ */
35397
+ name?: string;
35398
+ /**
35399
+ * 流程定义id
35400
+ *
35401
+ * @type string
35402
+ */
35403
+ procDefId?: string;
35404
+ /**
35405
+ * 运行时json
35406
+ *
35407
+ * @type string
35408
+ */
35409
+ runtimeJson?: string;
35410
+ /**
35411
+ * 是否系统内置(0自定义、1内置)
35412
+ *
35413
+ * @type number
35414
+ */
35415
+ sysBuiltin?: number;
35416
+ /**
35417
+ * 版本
35418
+ *
35419
+ * @type string
35420
+ */
35421
+ version?: string;
35422
+ }
35423
+ export interface TransactionVersion {
35424
+ /**
35425
+ * 父id
35426
+ *
35427
+ * @type string
35428
+ */
35429
+ baseId?: string;
35430
+ /**
35431
+ *
35432
+ *
35433
+ * @type string
35434
+ */
35435
+ createTime?: string;
35436
+ /**
35437
+ *
35438
+ *
35439
+ * @type string
35440
+ */
35441
+ createUserId?: string;
35442
+ /**
35443
+ *
35444
+ *
35445
+ * @type string
35446
+ */
35447
+ createUserName?: string;
35448
+ /**
35449
+ * 是否默认版本 1是 0否
35450
+ *
35451
+ * @type number
35452
+ */
35453
+ defaulted?: number;
35454
+ /**
35455
+ *
35456
+ *
35457
+ * @type number
35458
+ */
35459
+ deleted?: number;
35460
+ /**
35461
+ * id
35462
+ *
35463
+ * @type string
35464
+ */
35465
+ id?: string;
35466
+ /**
35467
+ * 事务key
35468
+ *
35469
+ * @type string
35470
+ */
35471
+ key?: string;
35472
+ /**
35473
+ * 绑定模型key
35474
+ *
35475
+ * @type string
35476
+ */
35477
+ modelKey?: string;
35478
+ /**
35479
+ * 绑定模型
35480
+ *
35481
+ * @type string
35482
+ */
35483
+ modelName?: string;
35484
+ /**
35485
+ *
35486
+ *
35487
+ * @type string
35488
+ */
35489
+ modifyTime?: string;
35490
+ /**
35491
+ *
35492
+ *
35493
+ * @type string
35494
+ */
35495
+ modifyUserId?: string;
35496
+ /**
35497
+ *
35498
+ *
35499
+ * @type string
35500
+ */
35501
+ modifyUserName?: string;
35502
+ /**
35503
+ * 事务名称
35504
+ *
35505
+ * @type string
35506
+ */
35507
+ name?: string;
35508
+ /**
35509
+ * 流程定义id
35510
+ *
35511
+ * @type string
35512
+ */
35513
+ procDefId?: string;
35514
+ /**
35515
+ * 是否系统内置(0自定义、1内置)
35516
+ *
35517
+ * @type number
35518
+ */
35519
+ sysBuiltin?: number;
35520
+ /**
35521
+ * 版本
35522
+ *
35523
+ * @type string
35524
+ */
35525
+ version?: string;
35526
+ }
34683
35527
  export interface TransferAllWorkItemRequest {
34684
35528
  /**
34685
35529
  *