tccli 3.0.846.1__py2.py3-none-any.whl → 3.0.847.1__py2.py3-none-any.whl

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 (35) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/billing/v20180709/api.json +2 -20
  3. tccli/services/billing/v20180709/examples.json +2 -2
  4. tccli/services/cat/v20180409/api.json +0 -28
  5. tccli/services/cat/v20180409/examples.json +7 -7
  6. tccli/services/ccc/v20200210/api.json +16 -7
  7. tccli/services/ccc/v20200210/examples.json +2 -2
  8. tccli/services/cdb/v20170320/api.json +63 -46
  9. tccli/services/cdb/v20170320/examples.json +3 -3
  10. tccli/services/cdn/v20180606/api.json +1 -11
  11. tccli/services/cdn/v20180606/examples.json +1 -1
  12. tccli/services/cls/v20201016/api.json +44 -33
  13. tccli/services/cls/v20201016/examples.json +3 -3
  14. tccli/services/cvm/v20170312/api.json +2 -4
  15. tccli/services/ess/ess_client.py +212 -0
  16. tccli/services/ess/v20201111/api.json +456 -21
  17. tccli/services/ess/v20201111/examples.json +45 -1
  18. tccli/services/essbasic/v20210526/api.json +1 -1
  19. tccli/services/iotexplorer/v20190423/api.json +25 -33
  20. tccli/services/iotexplorer/v20190423/examples.json +9 -9
  21. tccli/services/monitor/v20180724/api.json +8 -0
  22. tccli/services/monitor/v20180724/examples.json +2 -2
  23. tccli/services/mps/v20190612/api.json +2 -7
  24. tccli/services/ocr/v20181119/api.json +45 -66
  25. tccli/services/ocr/v20181119/examples.json +16 -16
  26. tccli/services/tcss/v20201101/api.json +40 -7
  27. tccli/services/tcss/v20201101/examples.json +3 -3
  28. tccli/services/trtc/v20190722/api.json +41 -29
  29. tccli/services/trtc/v20190722/examples.json +10 -10
  30. {tccli-3.0.846.1.dist-info → tccli-3.0.847.1.dist-info}/METADATA +2 -2
  31. {tccli-3.0.846.1.dist-info → tccli-3.0.847.1.dist-info}/RECORD +35 -35
  32. {tccli-3.0.846.1.dist-info → tccli-3.0.847.1.dist-info}/LICENSE +0 -0
  33. {tccli-3.0.846.1.dist-info → tccli-3.0.847.1.dist-info}/WHEEL +0 -0
  34. {tccli-3.0.846.1.dist-info → tccli-3.0.847.1.dist-info}/entry_points.txt +0 -0
  35. {tccli-3.0.846.1.dist-info → tccli-3.0.847.1.dist-info}/top_level.txt +0 -0
@@ -91,6 +91,13 @@
91
91
  "output": "CreateIntegrationEmployeesResponse",
92
92
  "status": "online"
93
93
  },
94
+ "CreateIntegrationUserRoles": {
95
+ "document": "集成版绑定员工角色",
96
+ "input": "CreateIntegrationUserRolesRequest",
97
+ "name": "集成版绑定员工角色",
98
+ "output": "CreateIntegrationUserRolesResponse",
99
+ "status": "online"
100
+ },
94
101
  "CreateMultiFlowSignQRCode": {
95
102
  "document": "此接口(CreateMultiFlowSignQRCode)用于创建一码多扫流程签署二维码。\n适用场景:无需填写签署人信息,可通过模板id生成签署二维码,签署人可通过扫描二维码补充签署信息进行实名签署。常用于提前不知道签署人的身份信息场景,例如:劳务工招工、大批量员工入职等场景。\n适用的模板仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模板,且模板中发起方没有填写控件。",
96
103
  "input": "CreateMultiFlowSignQRCodeRequest",
@@ -147,6 +154,13 @@
147
154
  "output": "DeleteIntegrationEmployeesResponse",
148
155
  "status": "online"
149
156
  },
157
+ "DeleteIntegrationRoleUsers": {
158
+ "document": "解绑用户角色绑定关系",
159
+ "input": "DeleteIntegrationRoleUsersRequest",
160
+ "name": "集成版解绑用户角色",
161
+ "output": "DeleteIntegrationRoleUsersResponse",
162
+ "status": "online"
163
+ },
150
164
  "DeleteSealPolicies": {
151
165
  "document": "撤销员工持有的印章权限",
152
166
  "input": "DeleteSealPoliciesRequest",
@@ -203,6 +217,13 @@
203
217
  "output": "DescribeIntegrationMainOrganizationUserResponse",
204
218
  "status": "online"
205
219
  },
220
+ "DescribeIntegrationRoles": {
221
+ "document": "查询集成版角色",
222
+ "input": "DescribeIntegrationRolesRequest",
223
+ "name": "查询集成版角色",
224
+ "output": "DescribeIntegrationRolesResponse",
225
+ "status": "online"
226
+ },
206
227
  "DescribeOrganizationGroupOrganizations": {
207
228
  "document": "此API接口用户查询加入集团的成员企业",
208
229
  "input": "DescribeOrganizationGroupOrganizationsRequest",
@@ -259,6 +280,13 @@
259
280
  "output": "StartFlowResponse",
260
281
  "status": "online"
261
282
  },
283
+ "UpdateIntegrationEmployees": {
284
+ "document": "更新集成版员工信息(姓名,手机号,邮件),用户实名后无法更改姓名与手机号",
285
+ "input": "UpdateIntegrationEmployeesRequest",
286
+ "name": "更新集成版员工信息",
287
+ "output": "UpdateIntegrationEmployeesResponse",
288
+ "status": "online"
289
+ },
262
290
  "UploadFiles": {
263
291
  "document": "此接口(UploadFiles)用于文件上传。\n适用场景:用于生成pdf资源编号(FileIds)来配合“用PDF创建流程”接口使用,使用场景可详见“用PDF创建流程”接口说明。\n其中上传的文件,图片类型(png/jpg/jpeg)大小限制为5M,其他大小限制为60M。\n调用时需要设置Domain/接口请求域名为 file.ess.tencent.cn,并设置参数Version/版本号为2020-12-22",
264
292
  "input": "UploadFilesRequest",
@@ -989,7 +1017,7 @@
989
1017
  "value_allowed_null": false
990
1018
  },
991
1019
  {
992
- "document": "渠道版控件 id 标识",
1020
+ "document": "平台模板控件 id 标识",
993
1021
  "example": "无",
994
1022
  "member": "string",
995
1023
  "name": "ChannelComponentId",
@@ -1016,7 +1044,7 @@
1016
1044
  "value_allowed_null": false
1017
1045
  },
1018
1046
  {
1019
- "document": "//渠道子客控件来源。0-渠道指定;1-用户自定义",
1047
+ "document": "//子客控件来源。0-平台指定;1-用户自定义",
1020
1048
  "example": "无",
1021
1049
  "member": "uint64",
1022
1050
  "name": "ChannelComponentSource",
@@ -1975,6 +2003,64 @@
1975
2003
  ],
1976
2004
  "type": "object"
1977
2005
  },
2006
+ "CreateIntegrationUserRolesRequest": {
2007
+ "document": "CreateIntegrationUserRoles请求参数结构体",
2008
+ "members": [
2009
+ {
2010
+ "document": "操作人信息",
2011
+ "example": "无",
2012
+ "member": "UserInfo",
2013
+ "name": "Operator",
2014
+ "required": true,
2015
+ "type": "object"
2016
+ },
2017
+ {
2018
+ "document": "绑定角色的用户id列表",
2019
+ "example": "无",
2020
+ "member": "string",
2021
+ "name": "UserIds",
2022
+ "required": true,
2023
+ "type": "list"
2024
+ },
2025
+ {
2026
+ "document": "绑定角色的角色id列表",
2027
+ "example": "无",
2028
+ "member": "string",
2029
+ "name": "RoleIds",
2030
+ "required": true,
2031
+ "type": "list"
2032
+ },
2033
+ {
2034
+ "document": "代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填",
2035
+ "example": "无",
2036
+ "member": "Agent",
2037
+ "name": "Agent",
2038
+ "required": false,
2039
+ "type": "object"
2040
+ }
2041
+ ],
2042
+ "type": "object"
2043
+ },
2044
+ "CreateIntegrationUserRolesResponse": {
2045
+ "document": "CreateIntegrationUserRoles返回参数结构体",
2046
+ "members": [
2047
+ {
2048
+ "document": "绑定角色失败列表信息",
2049
+ "example": "无",
2050
+ "member": "FailedCreateRoleData",
2051
+ "name": "FailedCreateRoleData",
2052
+ "type": "list",
2053
+ "value_allowed_null": false
2054
+ },
2055
+ {
2056
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
2057
+ "member": "string",
2058
+ "name": "RequestId",
2059
+ "type": "string"
2060
+ }
2061
+ ],
2062
+ "type": "object"
2063
+ },
1978
2064
  "CreateMultiFlowSignQRCodeRequest": {
1979
2065
  "document": "CreateMultiFlowSignQRCode请求参数结构体",
1980
2066
  "members": [
@@ -2698,6 +2784,64 @@
2698
2784
  ],
2699
2785
  "type": "object"
2700
2786
  },
2787
+ "DeleteIntegrationRoleUsersRequest": {
2788
+ "document": "DeleteIntegrationRoleUsers请求参数结构体",
2789
+ "members": [
2790
+ {
2791
+ "document": "操作人",
2792
+ "example": "无",
2793
+ "member": "UserInfo",
2794
+ "name": "Operator",
2795
+ "required": true,
2796
+ "type": "object"
2797
+ },
2798
+ {
2799
+ "document": "角色id",
2800
+ "example": "无",
2801
+ "member": "string",
2802
+ "name": "RoleId",
2803
+ "required": true,
2804
+ "type": "string"
2805
+ },
2806
+ {
2807
+ "document": "用户信息",
2808
+ "example": "无",
2809
+ "member": "UserInfo",
2810
+ "name": "Users",
2811
+ "required": true,
2812
+ "type": "list"
2813
+ },
2814
+ {
2815
+ "document": "代理信息",
2816
+ "example": "无",
2817
+ "member": "Agent",
2818
+ "name": "Agent",
2819
+ "required": false,
2820
+ "type": "object"
2821
+ }
2822
+ ],
2823
+ "type": "object"
2824
+ },
2825
+ "DeleteIntegrationRoleUsersResponse": {
2826
+ "document": "DeleteIntegrationRoleUsers返回参数结构体",
2827
+ "members": [
2828
+ {
2829
+ "document": "角色id",
2830
+ "example": "无",
2831
+ "member": "string",
2832
+ "name": "RoleId",
2833
+ "type": "string",
2834
+ "value_allowed_null": false
2835
+ },
2836
+ {
2837
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
2838
+ "member": "string",
2839
+ "name": "RequestId",
2840
+ "type": "string"
2841
+ }
2842
+ ],
2843
+ "type": "object"
2844
+ },
2701
2845
  "DeleteSealPoliciesRequest": {
2702
2846
  "document": "DeleteSealPolicies请求参数结构体",
2703
2847
  "members": [
@@ -3140,7 +3284,7 @@
3140
3284
  "type": "list"
3141
3285
  },
3142
3286
  {
3143
- "document": "这个参数跟下面的IsChannel参数配合使用。\nIsChannel=false时,ApplicationId参数不起任何作用。\nIsChannel=true时,ApplicationId为空,查询所有渠道模板列表;ApplicationId不为空,查询指定渠道下的模板列表\nApplicationId为空,查询渠道模板列表",
3287
+ "document": "这个参数跟下面的IsChannel参数配合使用。\nIsChannel=false时,ApplicationId参数不起任何作用。\nIsChannel=true时,ApplicationId为空,查询所有第三方应用集成平台企业模板列表;ApplicationId不为空,查询指定应用下的模板列表\nApplicationId为空,查询所有应用下的模板列表",
3144
3288
  "example": "无",
3145
3289
  "member": "string",
3146
3290
  "name": "ApplicationId",
@@ -3148,7 +3292,7 @@
3148
3292
  "type": "string"
3149
3293
  },
3150
3294
  {
3151
- "document": "默认为false,查询SaaS模板库列表;\n为true,查询渠道模板库管理列表",
3295
+ "document": "默认为false,查询SaaS模板库列表;\n为true,查询第三方应用集成平台企业模板库管理列表",
3152
3296
  "example": "无",
3153
3297
  "member": "bool",
3154
3298
  "name": "IsChannel",
@@ -3326,6 +3470,96 @@
3326
3470
  ],
3327
3471
  "type": "object"
3328
3472
  },
3473
+ "DescribeIntegrationRolesRequest": {
3474
+ "document": "DescribeIntegrationRoles请求参数结构体",
3475
+ "members": [
3476
+ {
3477
+ "document": "操作人信息",
3478
+ "example": "无",
3479
+ "member": "UserInfo",
3480
+ "name": "Operator",
3481
+ "required": true,
3482
+ "type": "object"
3483
+ },
3484
+ {
3485
+ "document": "返回最大数量,最大为200",
3486
+ "example": "无",
3487
+ "member": "uint64",
3488
+ "name": "Limit",
3489
+ "required": true,
3490
+ "type": "int"
3491
+ },
3492
+ {
3493
+ "document": "代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填",
3494
+ "example": "无",
3495
+ "member": "Agent",
3496
+ "name": "Agent",
3497
+ "required": false,
3498
+ "type": "object"
3499
+ },
3500
+ {
3501
+ "document": "查询的关键字段:\nKey:\"RoleType\",Vales:[\"1\"]查询系统角色,Values:[\"2]查询自定义角色\nKey:\"RoleStatus\",Values:[\"1\"]查询启用角色,Values:[\"2\"]查询禁用角色\nKey:\"IsGroupRole\",Values:[\"0\"],查询非集团角色,Values:[\"1\"]表示查询集团角色",
3502
+ "example": "无",
3503
+ "member": "Filter",
3504
+ "name": "Filters",
3505
+ "required": false,
3506
+ "type": "list"
3507
+ },
3508
+ {
3509
+ "document": "偏移量,默认为0,最大为2000",
3510
+ "example": "无",
3511
+ "member": "uint64",
3512
+ "name": "Offset",
3513
+ "required": false,
3514
+ "type": "int"
3515
+ }
3516
+ ],
3517
+ "type": "object"
3518
+ },
3519
+ "DescribeIntegrationRolesResponse": {
3520
+ "document": "DescribeIntegrationRoles返回参数结构体",
3521
+ "members": [
3522
+ {
3523
+ "document": "偏移量,默认为0,最大为2000",
3524
+ "example": "无",
3525
+ "member": "uint64",
3526
+ "name": "Offset",
3527
+ "type": "int",
3528
+ "value_allowed_null": false
3529
+ },
3530
+ {
3531
+ "document": "返回最大数量,最大为200",
3532
+ "example": "无",
3533
+ "member": "uint64",
3534
+ "name": "Limit",
3535
+ "type": "int",
3536
+ "value_allowed_null": false
3537
+ },
3538
+ {
3539
+ "document": "符合查询条件的总的角色数",
3540
+ "example": "无",
3541
+ "member": "uint64",
3542
+ "name": "TotalCount",
3543
+ "type": "int",
3544
+ "value_allowed_null": false
3545
+ },
3546
+ {
3547
+ "document": "企业角色信息列表",
3548
+ "example": "无",
3549
+ "member": "IntegrateRole",
3550
+ "name": "IntegrateRoles",
3551
+ "type": "list",
3552
+ "value_allowed_null": false
3553
+ },
3554
+ {
3555
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
3556
+ "member": "string",
3557
+ "name": "RequestId",
3558
+ "type": "string"
3559
+ }
3560
+ ],
3561
+ "type": "object"
3562
+ },
3329
3563
  "DescribeOrganizationGroupOrganizationsRequest": {
3330
3564
  "document": "DescribeOrganizationGroupOrganizations请求参数结构体",
3331
3565
  "members": [
@@ -3658,6 +3892,30 @@
3658
3892
  ],
3659
3893
  "type": "object"
3660
3894
  },
3895
+ "FailedCreateRoleData": {
3896
+ "document": "绑定角色失败信息",
3897
+ "members": [
3898
+ {
3899
+ "document": "用户userId\n注意:此字段可能返回 null,表示取不到有效值。",
3900
+ "example": "无",
3901
+ "member": "string",
3902
+ "name": "UserId",
3903
+ "required": false,
3904
+ "type": "string",
3905
+ "value_allowed_null": true
3906
+ },
3907
+ {
3908
+ "document": "角色id列表\n注意:此字段可能返回 null,表示取不到有效值。",
3909
+ "example": "无",
3910
+ "member": "string",
3911
+ "name": "RoleIds",
3912
+ "required": false,
3913
+ "type": "list",
3914
+ "value_allowed_null": true
3915
+ }
3916
+ ],
3917
+ "usage": "out"
3918
+ },
3661
3919
  "FailedCreateStaffData": {
3662
3920
  "document": "创建员工的失败数据",
3663
3921
  "members": [
@@ -3730,6 +3988,57 @@
3730
3988
  ],
3731
3989
  "usage": "out"
3732
3990
  },
3991
+ "FailedUpdateStaffData": {
3992
+ "document": "更新员工信息失败返回的数据信息",
3993
+ "members": [
3994
+ {
3995
+ "document": "用户传入的名称",
3996
+ "example": "无",
3997
+ "member": "string",
3998
+ "name": "DisplayName",
3999
+ "required": false,
4000
+ "type": "string",
4001
+ "value_allowed_null": false
4002
+ },
4003
+ {
4004
+ "document": "用户传入的手机号",
4005
+ "example": "无",
4006
+ "member": "string",
4007
+ "name": "Mobile",
4008
+ "required": false,
4009
+ "type": "string",
4010
+ "value_allowed_null": false
4011
+ },
4012
+ {
4013
+ "document": "失败原因",
4014
+ "example": "无",
4015
+ "member": "string",
4016
+ "name": "Reason",
4017
+ "required": false,
4018
+ "type": "string",
4019
+ "value_allowed_null": false
4020
+ },
4021
+ {
4022
+ "document": "用户Id",
4023
+ "example": "无",
4024
+ "member": "string",
4025
+ "name": "UserId",
4026
+ "required": false,
4027
+ "type": "string",
4028
+ "value_allowed_null": false
4029
+ },
4030
+ {
4031
+ "document": "用户OpenId",
4032
+ "example": "无",
4033
+ "member": "string",
4034
+ "name": "OpenId",
4035
+ "required": false,
4036
+ "type": "string",
4037
+ "value_allowed_null": false
4038
+ }
4039
+ ],
4040
+ "usage": "out"
4041
+ },
3733
4042
  "FileInfo": {
3734
4043
  "document": "二期接口返回的模板中文件的信息结构",
3735
4044
  "members": [
@@ -4375,10 +4684,9 @@
4375
4684
  "usage": "out"
4376
4685
  },
4377
4686
  "FormField": {
4378
- "document": "电子文档的控件填充信息。按照控件类型进行相应的填充。\n\n【数据表格传参说明】\n当模板的 ComponentType='DYNAMIC_TABLE'时(渠道版或集成版),FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充数据表格(支持内容的单元格合并)\n输入示例1:\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\"\n },\n {\n \"content\":\"head2\"\n },\n {\n \"content\":\"head3\"\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\"\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\"\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\"\n }\n ]\n }\n}\n\n```\n\n输入示例2(表格表头宽度比例配置):\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\",\n \"widthPercent\": 30\n },\n {\n \"content\":\"head2\",\n \"widthPercent\": 30\n },\n {\n \"content\":\"head3\",\n \"widthPercent\": 40\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\"\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\"\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\"\n }\n ]\n }\n}\n\n```\n表格参数说明\n\n| 名称 | 类型 | 描述 |\n| ------------------- | ------- | ------------------------------------------------- |\n| headers | Array | 表头:不超过10列,不支持单元格合并,字数不超过100 |\n| rowCount | Integer | 表格内容最大行数 |\n| cells.N.rowStart | Integer | 单元格坐标:行起始index |\n| cells.N.rowEnd | Integer | 单元格坐标:行结束index |\n| cells.N.columnStart | Integer | 单元格坐标:列起始index |\n| cells.N.columnEnd | Integer | 单元格坐标:列结束index |\n| cells.N.content | String | 单元格内容,字数不超过100 |\n\n表格参数headers说明\nwidthPercent Integer 表头单元格列占总表头的比例,例如1:30表示 此列占表头的30%,不填写时列宽度平均拆分;例如2:总2列,某一列填写40,剩余列可以为空,按照60计算。;例如3:总3列,某一列填写30,剩余2列可以为空,分别为(100-30)/2=35\ncontent String 表头单元格内容,字数不超过100",
4687
+ "document": "电子文档的控件填充信息。按照控件类型进行相应的填充。\n\n【数据表格传参说明】\n当模板的 ComponentType='DYNAMIC_TABLE'时,FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充数据表格(支持内容的单元格合并)\n输入示例1:\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\"\n },\n {\n \"content\":\"head2\"\n },\n {\n \"content\":\"head3\"\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\"\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\"\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\"\n }\n ]\n }\n}\n\n```\n\n输入示例2(表格表头宽度比例配置):\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\",\n \"widthPercent\": 30\n },\n {\n \"content\":\"head2\",\n \"widthPercent\": 30\n },\n {\n \"content\":\"head3\",\n \"widthPercent\": 40\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\"\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\"\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\"\n }\n ]\n }\n}\n\n```\n表格参数说明\n\n| 名称 | 类型 | 描述 |\n| ------------------- | ------- | ------------------------------------------------- |\n| headers | Array | 表头:不超过10列,不支持单元格合并,字数不超过100 |\n| rowCount | Integer | 表格内容最大行数 |\n| cells.N.rowStart | Integer | 单元格坐标:行起始index |\n| cells.N.rowEnd | Integer | 单元格坐标:行结束index |\n| cells.N.columnStart | Integer | 单元格坐标:列起始index |\n| cells.N.columnEnd | Integer | 单元格坐标:列结束index |\n| cells.N.content | String | 单元格内容,字数不超过100 |\n\n表格参数headers说明\nwidthPercent Integer 表头单元格列占总表头的比例,例如1:30表示 此列占表头的30%,不填写时列宽度平均拆分;例如2:总2列,某一列填写40,剩余列可以为空,按照60计算。;例如3:总3列,某一列填写30,剩余2列可以为空,分别为(100-30)/2=35\ncontent String 表头单元格内容,字数不超过100",
4379
4688
  "members": [
4380
4689
  {
4381
- "default": "",
4382
4690
  "document": "控件填充vaule,ComponentType和传入值类型对应关系:\nTEXT - 文本内容\nMULTI_LINE_TEXT - 文本内容\nCHECK_BOX - true/false\nFILL_IMAGE、ATTACHMENT - 附件的FileId,需要通过UploadFiles接口上传获取\nSELECTOR - 选项值\nDYNAMIC_TABLE - 传入json格式的表格内容,具体见数据结构FlowInfo:https://cloud.tencent.com/document/api/1420/61525#FlowInfo",
4383
4691
  "example": "ComponentValue",
4384
4692
  "member": "string",
@@ -4388,7 +4696,6 @@
4388
4696
  "value_allowed_null": false
4389
4697
  },
4390
4698
  {
4391
- "default": "",
4392
4699
  "document": "控件id,和ComponentName选择一项传入即可",
4393
4700
  "example": "componentId",
4394
4701
  "member": "string",
@@ -4398,7 +4705,6 @@
4398
4705
  "value_allowed_null": false
4399
4706
  },
4400
4707
  {
4401
- "default": "",
4402
4708
  "document": "控件名字,最大长度不超过30字符,和ComponentId选择一项传入即可",
4403
4709
  "example": "ComponentName",
4404
4710
  "member": "string",
@@ -4614,6 +4920,57 @@
4614
4920
  ],
4615
4921
  "usage": "out"
4616
4922
  },
4923
+ "IntegrateRole": {
4924
+ "document": "企业角色数据信息",
4925
+ "members": [
4926
+ {
4927
+ "document": "角色id\n注意:此字段可能返回 null,表示取不到有效值。",
4928
+ "example": "无",
4929
+ "member": "string",
4930
+ "name": "RoleId",
4931
+ "required": false,
4932
+ "type": "string",
4933
+ "value_allowed_null": true
4934
+ },
4935
+ {
4936
+ "document": "角色名\n注意:此字段可能返回 null,表示取不到有效值。",
4937
+ "example": "无",
4938
+ "member": "string",
4939
+ "name": "RoleName",
4940
+ "required": false,
4941
+ "type": "string",
4942
+ "value_allowed_null": true
4943
+ },
4944
+ {
4945
+ "document": "角色类型:1-系统角色,2-自定义角色\n注意:此字段可能返回 null,表示取不到有效值。",
4946
+ "example": "无",
4947
+ "member": "uint64",
4948
+ "name": "RoleStatus",
4949
+ "required": false,
4950
+ "type": "int",
4951
+ "value_allowed_null": true
4952
+ },
4953
+ {
4954
+ "document": "是否是集团角色\n注意:此字段可能返回 null,表示取不到有效值。",
4955
+ "example": "无",
4956
+ "member": "bool",
4957
+ "name": "IsGroupRole",
4958
+ "required": false,
4959
+ "type": "bool",
4960
+ "value_allowed_null": true
4961
+ },
4962
+ {
4963
+ "document": "管辖的子企业列表\n注意:此字段可能返回 null,表示取不到有效值。",
4964
+ "example": "无",
4965
+ "member": "string",
4966
+ "name": "SubOrgIdList",
4967
+ "required": false,
4968
+ "type": "list",
4969
+ "value_allowed_null": true
4970
+ }
4971
+ ],
4972
+ "usage": "out"
4973
+ },
4617
4974
  "IntegrationMainOrganizationUser": {
4618
4975
  "document": "主企业员工账号信息",
4619
4976
  "members": [
@@ -4971,7 +5328,6 @@
4971
5328
  "document": "签署参与者信息",
4972
5329
  "members": [
4973
5330
  {
4974
- "default": "",
4975
5331
  "document": "签署参与者ID",
4976
5332
  "example": "无",
4977
5333
  "member": "string",
@@ -4981,7 +5337,6 @@
4981
5337
  "value_allowed_null": false
4982
5338
  },
4983
5339
  {
4984
- "default": "",
4985
5340
  "document": "参与者类型(ENTERPRISE/INDIVIDUAL)",
4986
5341
  "example": "无",
4987
5342
  "member": "string",
@@ -4991,7 +5346,6 @@
4991
5346
  "value_allowed_null": false
4992
5347
  },
4993
5348
  {
4994
- "default": "",
4995
5349
  "document": "描述信息",
4996
5350
  "example": "无",
4997
5351
  "member": "string",
@@ -5001,7 +5355,6 @@
5001
5355
  "value_allowed_null": false
5002
5356
  },
5003
5357
  {
5004
- "default": "",
5005
5358
  "document": "角色名称",
5006
5359
  "example": "无",
5007
5360
  "member": "string",
@@ -5011,7 +5364,6 @@
5011
5364
  "value_allowed_null": false
5012
5365
  },
5013
5366
  {
5014
- "default": "",
5015
5367
  "document": "是否需要验证,默认为false",
5016
5368
  "example": "无",
5017
5369
  "member": "bool",
@@ -5021,7 +5373,6 @@
5021
5373
  "value_allowed_null": false
5022
5374
  },
5023
5375
  {
5024
- "default": "",
5025
5376
  "document": "是否需要签署,默认为true",
5026
5377
  "example": "无",
5027
5378
  "member": "bool",
@@ -5031,7 +5382,6 @@
5031
5382
  "value_allowed_null": false
5032
5383
  },
5033
5384
  {
5034
- "default": "",
5035
5385
  "document": "添加序列",
5036
5386
  "example": "无",
5037
5387
  "member": "int64",
@@ -5041,7 +5391,6 @@
5041
5391
  "value_allowed_null": false
5042
5392
  },
5043
5393
  {
5044
- "default": "",
5045
5394
  "document": "是否需要发送,默认为true",
5046
5395
  "example": "无",
5047
5396
  "member": "bool",
@@ -5051,7 +5400,6 @@
5051
5400
  "value_allowed_null": false
5052
5401
  },
5053
5402
  {
5054
- "default": "",
5055
5403
  "document": "邮箱地址",
5056
5404
  "example": "无",
5057
5405
  "member": "string",
@@ -5061,7 +5409,6 @@
5061
5409
  "value_allowed_null": false
5062
5410
  },
5063
5411
  {
5064
- "default": "",
5065
5412
  "document": "电话号码",
5066
5413
  "example": "无",
5067
5414
  "member": "string",
@@ -5071,7 +5418,6 @@
5071
5418
  "value_allowed_null": false
5072
5419
  },
5073
5420
  {
5074
- "default": "",
5075
5421
  "document": "关联的用户ID",
5076
5422
  "example": "无",
5077
5423
  "member": "string",
@@ -5081,7 +5427,6 @@
5081
5427
  "value_allowed_null": false
5082
5428
  },
5083
5429
  {
5084
- "default": "",
5085
5430
  "document": "发送方式(EMAIL/MOBILE)",
5086
5431
  "example": "无",
5087
5432
  "member": "string",
@@ -5091,7 +5436,6 @@
5091
5436
  "value_allowed_null": false
5092
5437
  },
5093
5438
  {
5094
- "default": "",
5095
5439
  "document": "附属信息",
5096
5440
  "example": "无",
5097
5441
  "member": "string",
@@ -5614,6 +5958,39 @@
5614
5958
  ],
5615
5959
  "usage": "out"
5616
5960
  },
5961
+ "SuccessUpdateStaffData": {
5962
+ "document": "更新员工信息成功返回的数据信息",
5963
+ "members": [
5964
+ {
5965
+ "document": "传入的用户名称",
5966
+ "example": "无",
5967
+ "member": "string",
5968
+ "name": "DisplayName",
5969
+ "required": false,
5970
+ "type": "string",
5971
+ "value_allowed_null": false
5972
+ },
5973
+ {
5974
+ "document": "传入的手机号",
5975
+ "example": "无",
5976
+ "member": "string",
5977
+ "name": "Mobile",
5978
+ "required": false,
5979
+ "type": "string",
5980
+ "value_allowed_null": false
5981
+ },
5982
+ {
5983
+ "document": "用户Id",
5984
+ "example": "无",
5985
+ "member": "string",
5986
+ "name": "UserId",
5987
+ "required": false,
5988
+ "type": "string",
5989
+ "value_allowed_null": false
5990
+ }
5991
+ ],
5992
+ "usage": "out"
5993
+ },
5617
5994
  "TemplateInfo": {
5618
5995
  "document": "二期接口返回的模板的信息结构",
5619
5996
  "members": [
@@ -5800,6 +6177,64 @@
5800
6177
  ],
5801
6178
  "usage": "both"
5802
6179
  },
6180
+ "UpdateIntegrationEmployeesRequest": {
6181
+ "document": "UpdateIntegrationEmployees请求参数结构体",
6182
+ "members": [
6183
+ {
6184
+ "document": "操作人信息",
6185
+ "example": "无",
6186
+ "member": "UserInfo",
6187
+ "name": "Operator",
6188
+ "required": true,
6189
+ "type": "object"
6190
+ },
6191
+ {
6192
+ "document": "代理信息",
6193
+ "example": "无",
6194
+ "member": "Agent",
6195
+ "name": "Agent",
6196
+ "required": true,
6197
+ "type": "object"
6198
+ },
6199
+ {
6200
+ "document": "员工信息",
6201
+ "example": "无",
6202
+ "member": "Staff",
6203
+ "name": "Employees",
6204
+ "required": true,
6205
+ "type": "list"
6206
+ }
6207
+ ],
6208
+ "type": "object"
6209
+ },
6210
+ "UpdateIntegrationEmployeesResponse": {
6211
+ "document": "UpdateIntegrationEmployees返回参数结构体",
6212
+ "members": [
6213
+ {
6214
+ "document": "更新成功的用户列表",
6215
+ "example": "无",
6216
+ "member": "SuccessUpdateStaffData",
6217
+ "name": "SuccessEmployeeData",
6218
+ "type": "list",
6219
+ "value_allowed_null": false
6220
+ },
6221
+ {
6222
+ "document": "更新失败的用户列表",
6223
+ "example": "无",
6224
+ "member": "FailedUpdateStaffData",
6225
+ "name": "FailedEmployeeData",
6226
+ "type": "list",
6227
+ "value_allowed_null": false
6228
+ },
6229
+ {
6230
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
6231
+ "member": "string",
6232
+ "name": "RequestId",
6233
+ "type": "string"
6234
+ }
6235
+ ],
6236
+ "type": "object"
6237
+ },
5803
6238
  "UploadFile": {
5804
6239
  "document": "此结构体 (UploadFile) 用于描述多文件上传的文件信息。",
5805
6240
  "members": [