tencentcloud-sdk-python 3.0.1378__py2.py3-none-any.whl → 3.0.1380__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 (56) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/autoscaling_client.py +5 -6
  3. tencentcloud/autoscaling/v20180419/models.py +398 -294
  4. tencentcloud/batch/v20170312/batch_client.py +3 -3
  5. tencentcloud/batch/v20170312/models.py +230 -168
  6. tencentcloud/bh/v20230418/models.py +235 -2
  7. tencentcloud/bi/v20220105/models.py +32 -0
  8. tencentcloud/cbs/v20170312/cbs_client.py +1 -1
  9. tencentcloud/cbs/v20170312/models.py +18 -18
  10. tencentcloud/cdb/v20170320/errorcodes.py +6 -0
  11. tencentcloud/cdb/v20170320/models.py +32 -2
  12. tencentcloud/cfw/v20190904/models.py +24 -24
  13. tencentcloud/clb/v20180317/clb_client.py +7 -7
  14. tencentcloud/clb/v20180317/models.py +57 -47
  15. tencentcloud/cynosdb/v20190107/errorcodes.py +9 -0
  16. tencentcloud/cynosdb/v20190107/models.py +21 -2
  17. tencentcloud/dbbrain/v20210527/dbbrain_client.py +46 -0
  18. tencentcloud/dbbrain/v20210527/models.py +368 -0
  19. tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
  20. tencentcloud/dnspod/v20210323/models.py +503 -0
  21. tencentcloud/domain/v20180808/errorcodes.py +3 -0
  22. tencentcloud/domain/v20180808/models.py +68 -44
  23. tencentcloud/emr/v20190103/models.py +30 -0
  24. tencentcloud/ess/v20201111/models.py +15 -0
  25. tencentcloud/essbasic/v20210526/models.py +2 -2
  26. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  27. tencentcloud/mps/v20190612/models.py +211 -2
  28. tencentcloud/postgres/v20170312/models.py +12 -83
  29. tencentcloud/postgres/v20170312/postgres_client.py +12 -29
  30. tencentcloud/tbaas/v20180416/models.py +0 -234
  31. tencentcloud/tbaas/v20180416/tbaas_client.py +0 -23
  32. tencentcloud/tcb/v20180608/models.py +4 -4
  33. tencentcloud/tdmq/v20200217/errorcodes.py +33 -0
  34. tencentcloud/teo/v20220901/models.py +589 -92
  35. tencentcloud/teo/v20220901/teo_client.py +23 -0
  36. tencentcloud/thpc/v20211109/models.py +2 -2
  37. tencentcloud/thpc/v20220401/models.py +4 -4
  38. tencentcloud/thpc/v20230321/errorcodes.py +9 -0
  39. tencentcloud/thpc/v20230321/models.py +79 -0
  40. tencentcloud/thpc/v20230321/thpc_client.py +23 -0
  41. tencentcloud/tke/v20180525/models.py +242 -184
  42. tencentcloud/tmt/v20180321/errorcodes.py +3 -0
  43. tencentcloud/tmt/v20180321/models.py +443 -1
  44. tencentcloud/tmt/v20180321/tmt_client.py +28 -0
  45. tencentcloud/trtc/v20190722/trtc_client.py +2 -3
  46. tencentcloud/vpc/v20170312/models.py +162 -118
  47. tencentcloud/vpc/v20170312/vpc_client.py +1 -1
  48. tencentcloud/waf/v20180125/models.py +15 -0
  49. tencentcloud/wedata/v20210820/errorcodes.py +9 -0
  50. tencentcloud/wedata/v20210820/models.py +1839 -161
  51. tencentcloud/wedata/v20210820/wedata_client.py +115 -0
  52. {tencentcloud_sdk_python-3.0.1378.dist-info → tencentcloud_sdk_python-3.0.1380.dist-info}/METADATA +1 -1
  53. {tencentcloud_sdk_python-3.0.1378.dist-info → tencentcloud_sdk_python-3.0.1380.dist-info}/RECORD +56 -56
  54. {tencentcloud_sdk_python-3.0.1378.dist-info → tencentcloud_sdk_python-3.0.1380.dist-info}/LICENSE +0 -0
  55. {tencentcloud_sdk_python-3.0.1378.dist-info → tencentcloud_sdk_python-3.0.1380.dist-info}/WHEEL +0 -0
  56. {tencentcloud_sdk_python-3.0.1378.dist-info → tencentcloud_sdk_python-3.0.1380.dist-info}/top_level.txt +0 -0
@@ -106,10 +106,11 @@ class BatchModifyDomainInfoRequest(AbstractModel):
106
106
 
107
107
  def __init__(self):
108
108
  r"""
109
- :param _Domains: 批量修改的域名。
109
+ :param _Domains: 批量修改的域名数组
110
+ 个数最大不超过4000
110
111
  :type Domains: list of str
111
- :param _TemplateId: 模板ID
112
- 可从DescribeTemplates接口获取
112
+ :param _TemplateId: 模板ID
113
+ 可从[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
113
114
  :type TemplateId: str
114
115
  :param _LockTransfer: true: 开启60天内禁止转移注册商锁定
115
116
  false:关闭60天内禁止转移注册商锁定
@@ -122,7 +123,8 @@ false:关闭60天内禁止转移注册商锁定
122
123
 
123
124
  @property
124
125
  def Domains(self):
125
- """批量修改的域名。
126
+ """批量修改的域名数组
127
+ 个数最大不超过4000
126
128
  :rtype: list of str
127
129
  """
128
130
  return self._Domains
@@ -133,8 +135,8 @@ false:关闭60天内禁止转移注册商锁定
133
135
 
134
136
  @property
135
137
  def TemplateId(self):
136
- """模板ID
137
- 可从DescribeTemplates接口获取
138
+ """模板ID
139
+ 可从[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
138
140
  :rtype: str
139
141
  """
140
142
  return self._TemplateId
@@ -729,8 +731,11 @@ class BiddingPreReleaseResponse(AbstractModel):
729
731
  def __init__(self):
730
732
  r"""
731
733
  :param _IsNeedPay: 是否需要额外支付
734
+ true: 需要额外支付
735
+ false: 不需要额外支付
732
736
  :type IsNeedPay: bool
733
- :param _BillingParam: 计费请求参数,以类Json字符串的形式进行返回。用于计费下单
737
+ :param _BillingParam: 计费请求参数,以类Json字符串的形式进行返回。json字符串前有一个">"特定标识符号,去掉标识符的字符串可用于计费下单
738
+
734
739
  :type BillingParam: str
735
740
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
736
741
  :type RequestId: str
@@ -742,6 +747,8 @@ class BiddingPreReleaseResponse(AbstractModel):
742
747
  @property
743
748
  def IsNeedPay(self):
744
749
  """是否需要额外支付
750
+ true: 需要额外支付
751
+ false: 不需要额外支付
745
752
  :rtype: bool
746
753
  """
747
754
  return self._IsNeedPay
@@ -752,7 +759,8 @@ class BiddingPreReleaseResponse(AbstractModel):
752
759
 
753
760
  @property
754
761
  def BillingParam(self):
755
- """计费请求参数,以类Json字符串的形式进行返回。用于计费下单
762
+ """计费请求参数,以类Json字符串的形式进行返回。json字符串前有一个">"特定标识符号,去掉标识符的字符串可用于计费下单
763
+
756
764
  :rtype: str
757
765
  """
758
766
  return self._BillingParam
@@ -1874,8 +1882,8 @@ class CreateCustomDnsHostRequest(AbstractModel):
1874
1882
 
1875
1883
  def __init__(self):
1876
1884
  r"""
1877
- :param _DomainId: 域名实例ID
1878
- 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
1885
+ :param _DomainId: 域名实例ID
1886
+ 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
1879
1887
  :type DomainId: str
1880
1888
  :param _DnsName: Dns名称
1881
1889
  例如:<>.test.com;其中<>就是Dns名称,可以是任意域名允许的格式
@@ -1890,8 +1898,8 @@ class CreateCustomDnsHostRequest(AbstractModel):
1890
1898
 
1891
1899
  @property
1892
1900
  def DomainId(self):
1893
- """域名实例ID
1894
- 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
1901
+ """域名实例ID
1902
+ 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
1895
1903
  :rtype: str
1896
1904
  """
1897
1905
  return self._DomainId
@@ -2293,7 +2301,7 @@ class CreatePhoneEmailRequest(AbstractModel):
2293
2301
  :param _Type: 1:手机 2:邮箱
2294
2302
  :type Type: int
2295
2303
  :param _VerifyCode: 验证码
2296
- 通过调用SendPhoneEmailCode接口发送到手机或邮箱的验证码:https://cloud.tencent.com/document/api/242/62666
2304
+ 通过调用[SendPhoneEmailCode](https://cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码
2297
2305
  :type VerifyCode: str
2298
2306
  """
2299
2307
  self._Code = None
@@ -2325,7 +2333,7 @@ class CreatePhoneEmailRequest(AbstractModel):
2325
2333
  @property
2326
2334
  def VerifyCode(self):
2327
2335
  """验证码
2328
- 通过调用SendPhoneEmailCode接口发送到手机或邮箱的验证码:https://cloud.tencent.com/document/api/242/62666
2336
+ 通过调用[SendPhoneEmailCode](https://cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码
2329
2337
  :rtype: str
2330
2338
  """
2331
2339
  return self._VerifyCode
@@ -2843,7 +2851,7 @@ class DeleteTemplateRequest(AbstractModel):
2843
2851
  def __init__(self):
2844
2852
  r"""
2845
2853
  :param _TemplateId: 模板ID
2846
- 可通过DescribeTemplates接口获取
2854
+ 可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
2847
2855
  :type TemplateId: str
2848
2856
  """
2849
2857
  self._TemplateId = None
@@ -2851,7 +2859,7 @@ class DeleteTemplateRequest(AbstractModel):
2851
2859
  @property
2852
2860
  def TemplateId(self):
2853
2861
  """模板ID
2854
- 可通过DescribeTemplates接口获取
2862
+ 可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
2855
2863
  :rtype: str
2856
2864
  """
2857
2865
  return self._TemplateId
@@ -3529,7 +3537,7 @@ class DescribeBiddingAppointListRequest(AbstractModel):
3529
3537
  默认值1
3530
3538
  :type PageNumber: int
3531
3539
  :param _PageSize: 每页数量
3532
- 默认:20 取值范围【1,200
3540
+ 默认:20 取值范围[1,200]
3533
3541
  :type PageSize: int
3534
3542
  :param _Domain: 域名
3535
3543
  :type Domain: str
@@ -3543,7 +3551,10 @@ AppointEndTime 预约结束时间
3543
3551
  BiddingPrice 竞价保证金
3544
3552
  BiddingEndTime 竞价结束时间
3545
3553
  :type SortField: str
3546
- :param _SortOrder: 排序规则:asc升序,desc降序
3554
+ :param _SortOrder: 排序规则:
3555
+ asc:升序
3556
+ desc:降序
3557
+ 默认:asc
3547
3558
  :type SortOrder: str
3548
3559
  """
3549
3560
  self._PageNumber = None
@@ -3568,7 +3579,7 @@ BiddingEndTime 竞价结束时间
3568
3579
  @property
3569
3580
  def PageSize(self):
3570
3581
  """每页数量
3571
- 默认:20 取值范围【1,200
3582
+ 默认:20 取值范围[1,200]
3572
3583
  :rtype: int
3573
3584
  """
3574
3585
  return self._PageSize
@@ -3618,7 +3629,10 @@ BiddingEndTime 竞价结束时间
3618
3629
 
3619
3630
  @property
3620
3631
  def SortOrder(self):
3621
- """排序规则:asc升序,desc降序
3632
+ """排序规则:
3633
+ asc:升序
3634
+ desc:降序
3635
+ 默认:asc
3622
3636
  :rtype: str
3623
3637
  """
3624
3638
  return self._SortOrder
@@ -4178,7 +4192,7 @@ class DescribeBiddingSuccessfulDetailRequest(AbstractModel):
4178
4192
  def __init__(self):
4179
4193
  r"""
4180
4194
  :param _BusinessID: 预约ID
4181
- 可通过[DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)接口获取
4195
+ 可通过[DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)接口获取
4182
4196
  :type BusinessID: str
4183
4197
  """
4184
4198
  self._BusinessID = None
@@ -4186,7 +4200,7 @@ class DescribeBiddingSuccessfulDetailRequest(AbstractModel):
4186
4200
  @property
4187
4201
  def BusinessID(self):
4188
4202
  """预约ID
4189
- 可通过[DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)接口获取
4203
+ 可通过[DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)接口获取
4190
4204
  :rtype: str
4191
4205
  """
4192
4206
  return self._BusinessID
@@ -4407,7 +4421,7 @@ class DescribeBiddingSuccessfulListRequest(AbstractModel):
4407
4421
  默认:1
4408
4422
  :type PageNumber: int
4409
4423
  :param _PageSize: 每页数量
4410
- 默认:20 取值范围【1,200
4424
+ 默认:20 取值范围[1,200]
4411
4425
  :type PageSize: int
4412
4426
  :param _Domain: 域名
4413
4427
  :type Domain: str
@@ -4417,7 +4431,10 @@ class DescribeBiddingSuccessfulListRequest(AbstractModel):
4417
4431
  默认<空>,不排序
4418
4432
  SuccessfulTime 预约结束时间
4419
4433
  :type SortField: str
4420
- :param _SortOrder: 排序规则:asc升序,desc降序
4434
+ :param _SortOrder: 排序规则:
4435
+ asc:升序
4436
+ desc:降序
4437
+ 默认:asc
4421
4438
  :type SortOrder: str
4422
4439
  """
4423
4440
  self._PageNumber = None
@@ -4442,7 +4459,7 @@ SuccessfulTime 预约结束时间
4442
4459
  @property
4443
4460
  def PageSize(self):
4444
4461
  """每页数量
4445
- 默认:20 取值范围【1,200
4462
+ 默认:20 取值范围[1,200]
4446
4463
  :rtype: int
4447
4464
  """
4448
4465
  return self._PageSize
@@ -4488,7 +4505,10 @@ SuccessfulTime 预约结束时间
4488
4505
 
4489
4506
  @property
4490
4507
  def SortOrder(self):
4491
- """排序规则:asc升序,desc降序
4508
+ """排序规则:
4509
+ asc:升序
4510
+ desc:降序
4511
+ 默认:asc
4492
4512
  :rtype: str
4493
4513
  """
4494
4514
  return self._SortOrder
@@ -4717,7 +4737,7 @@ class DescribeDomainBaseInfoRequest(AbstractModel):
4717
4737
  def __init__(self):
4718
4738
  r"""
4719
4739
  :param _Domain: 域名
4720
- 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
4740
+ 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
4721
4741
  :type Domain: str
4722
4742
  """
4723
4743
  self._Domain = None
@@ -4725,7 +4745,7 @@ class DescribeDomainBaseInfoRequest(AbstractModel):
4725
4745
  @property
4726
4746
  def Domain(self):
4727
4747
  """域名
4728
- 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
4748
+ 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
4729
4749
  :rtype: str
4730
4750
  """
4731
4751
  return self._Domain
@@ -6922,7 +6942,7 @@ class DescribeTemplateRequest(AbstractModel):
6922
6942
  def __init__(self):
6923
6943
  r"""
6924
6944
  :param _TemplateId: 模板ID
6925
- 通过DescribeTemplateList接口获取:https://cloud.tencent.com/document/api/242/48940
6945
+ 通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
6926
6946
  :type TemplateId: str
6927
6947
  """
6928
6948
  self._TemplateId = None
@@ -6930,7 +6950,7 @@ class DescribeTemplateRequest(AbstractModel):
6930
6950
  @property
6931
6951
  def TemplateId(self):
6932
6952
  """模板ID
6933
- 通过DescribeTemplateList接口获取:https://cloud.tencent.com/document/api/242/48940
6953
+ 通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
6934
6954
  :rtype: str
6935
6955
  """
6936
6956
  return self._TemplateId
@@ -7336,7 +7356,7 @@ clientTransferProhibited:注册商禁止转移
7336
7356
  clientUpdateProhibited:注册商禁止更新
7337
7357
  clientDeleteProhibited:注册商禁止删除
7338
7358
  serverRenewProhibited: 注册局禁止续费
7339
- clientRenewProhobited: 注册商禁止续费
7359
+ clientRenewProhibited: 注册商禁止续费
7340
7360
  :type DomainStatus: list of str
7341
7361
  :param _BuyStatus: 域名购买状态。
7342
7362
  ok:正常
@@ -7500,7 +7520,7 @@ clientTransferProhibited:注册商禁止转移
7500
7520
  clientUpdateProhibited:注册商禁止更新
7501
7521
  clientDeleteProhibited:注册商禁止删除
7502
7522
  serverRenewProhibited: 注册局禁止续费
7503
- clientRenewProhobited: 注册商禁止续费
7523
+ clientRenewProhibited: 注册商禁止续费
7504
7524
  :rtype: list of str
7505
7525
  """
7506
7526
  return self._DomainStatus
@@ -8195,7 +8215,7 @@ clientTransferProhibited:注册商禁止转移
8195
8215
  clientUpdateProhibited:注册商禁止更新
8196
8216
  clientDeleteProhibited:注册商禁止删除
8197
8217
  serverRenewProhibited: 注册局禁止续费
8198
- clientRenewProhobited: 注册商禁止续费
8218
+ clientRenewProhibited: 注册商禁止续费
8199
8219
  :type DomainStatus: list of str
8200
8220
  :param _BuyStatus: 域名购买状态。
8201
8221
  ok:正常
@@ -8370,7 +8390,7 @@ clientTransferProhibited:注册商禁止转移
8370
8390
  clientUpdateProhibited:注册商禁止更新
8371
8391
  clientDeleteProhibited:注册商禁止删除
8372
8392
  serverRenewProhibited: 注册局禁止续费
8373
- clientRenewProhobited: 注册商禁止续费
8393
+ clientRenewProhibited: 注册商禁止续费
8374
8394
  :rtype: list of str
8375
8395
  """
8376
8396
  return self._DomainStatus
@@ -10483,7 +10503,7 @@ class SetDomainAutoRenewRequest(AbstractModel):
10483
10503
  def __init__(self):
10484
10504
  r"""
10485
10505
  :param _DomainId: 域名实例ID
10486
- 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
10506
+ 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
10487
10507
  :type DomainId: str
10488
10508
  :param _AutoRenew: AutoRenew 有三个可选值:
10489
10509
  0:不设置自动续费
@@ -10497,7 +10517,7 @@ class SetDomainAutoRenewRequest(AbstractModel):
10497
10517
  @property
10498
10518
  def DomainId(self):
10499
10519
  """域名实例ID
10500
- 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
10520
+ 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
10501
10521
  :rtype: str
10502
10522
  """
10503
10523
  return self._DomainId
@@ -10710,9 +10730,11 @@ Approved: 已实名认证
10710
10730
  Reject: 实名审核失败
10711
10731
  NotVerified: 实名信息待修改
10712
10732
  :type AuditStatus: str
10713
- :param _CreatedOn: 创建时间
10733
+ :param _CreatedOn: 创建时间
10734
+ 格式:YYYY-MM-DD HH:mm:ss
10714
10735
  :type CreatedOn: str
10715
- :param _UpdatedOn: 更新时间
10736
+ :param _UpdatedOn: 更新时间
10737
+ 格式:YYYY-MM-DD HH:mm:ss
10716
10738
  :type UpdatedOn: str
10717
10739
  :param _UserUin: 用户UIN
10718
10740
  :type UserUin: str
@@ -10773,7 +10795,8 @@ NotVerified: 实名信息待修改
10773
10795
 
10774
10796
  @property
10775
10797
  def CreatedOn(self):
10776
- """创建时间
10798
+ """创建时间
10799
+ 格式:YYYY-MM-DD HH:mm:ss
10777
10800
  :rtype: str
10778
10801
  """
10779
10802
  return self._CreatedOn
@@ -10784,7 +10807,8 @@ NotVerified: 实名信息待修改
10784
10807
 
10785
10808
  @property
10786
10809
  def UpdatedOn(self):
10787
- """更新时间
10810
+ """更新时间
10811
+ 格式:YYYY-MM-DD HH:mm:ss
10788
10812
  :rtype: str
10789
10813
  """
10790
10814
  return self._UpdatedOn
@@ -10921,8 +10945,8 @@ class TransferInDomainBatchRequest(AbstractModel):
10921
10945
  :type Domains: list of str
10922
10946
  :param _PassWords: 域名转移码数组。
10923
10947
  :type PassWords: list of str
10924
- :param _TemplateId: 模板ID。
10925
- 可通过DescribeTemplates接口获取
10948
+ :param _TemplateId: 模板ID。
10949
+ 可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
10926
10950
  :type TemplateId: str
10927
10951
  :param _PayMode: 付费模式 0手动在线付费,1使用余额付费。
10928
10952
  :type PayMode: int
@@ -10982,8 +11006,8 @@ false:关闭60天内禁止转移注册商锁定
10982
11006
 
10983
11007
  @property
10984
11008
  def TemplateId(self):
10985
- """模板ID。
10986
- 可通过DescribeTemplates接口获取
11009
+ """模板ID。
11010
+ 可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
10987
11011
  :rtype: str
10988
11012
  """
10989
11013
  return self._TemplateId
@@ -34222,11 +34222,14 @@ class UserInfoForUserManager(AbstractModel):
34222
34222
  :type PassWord: str
34223
34223
  :param _ReMark: 备注
34224
34224
  :type ReMark: str
34225
+ :param _Groups: 用户副组
34226
+ :type Groups: list of str
34225
34227
  """
34226
34228
  self._UserName = None
34227
34229
  self._UserGroup = None
34228
34230
  self._PassWord = None
34229
34231
  self._ReMark = None
34232
+ self._Groups = None
34230
34233
 
34231
34234
  @property
34232
34235
  def UserName(self):
@@ -34272,12 +34275,24 @@ class UserInfoForUserManager(AbstractModel):
34272
34275
  def ReMark(self, ReMark):
34273
34276
  self._ReMark = ReMark
34274
34277
 
34278
+ @property
34279
+ def Groups(self):
34280
+ """用户副组
34281
+ :rtype: list of str
34282
+ """
34283
+ return self._Groups
34284
+
34285
+ @Groups.setter
34286
+ def Groups(self, Groups):
34287
+ self._Groups = Groups
34288
+
34275
34289
 
34276
34290
  def _deserialize(self, params):
34277
34291
  self._UserName = params.get("UserName")
34278
34292
  self._UserGroup = params.get("UserGroup")
34279
34293
  self._PassWord = params.get("PassWord")
34280
34294
  self._ReMark = params.get("ReMark")
34295
+ self._Groups = params.get("Groups")
34281
34296
  memeber_set = set(params.keys())
34282
34297
  for name, value in vars(self).items():
34283
34298
  property_name = name[1:]
@@ -34299,9 +34314,12 @@ class UserManagerFilter(AbstractModel):
34299
34314
  :type UserName: str
34300
34315
  :param _UserType: 用户来源
34301
34316
  :type UserType: str
34317
+ :param _Groups: 组名
34318
+ :type Groups: str
34302
34319
  """
34303
34320
  self._UserName = None
34304
34321
  self._UserType = None
34322
+ self._Groups = None
34305
34323
 
34306
34324
  @property
34307
34325
  def UserName(self):
@@ -34325,10 +34343,22 @@ class UserManagerFilter(AbstractModel):
34325
34343
  def UserType(self, UserType):
34326
34344
  self._UserType = UserType
34327
34345
 
34346
+ @property
34347
+ def Groups(self):
34348
+ """组名
34349
+ :rtype: str
34350
+ """
34351
+ return self._Groups
34352
+
34353
+ @Groups.setter
34354
+ def Groups(self, Groups):
34355
+ self._Groups = Groups
34356
+
34328
34357
 
34329
34358
  def _deserialize(self, params):
34330
34359
  self._UserName = params.get("UserName")
34331
34360
  self._UserType = params.get("UserType")
34361
+ self._Groups = params.get("Groups")
34332
34362
  memeber_set = set(params.keys())
34333
34363
  for name, value in vars(self).items():
34334
34364
  property_name = name[1:]
@@ -5069,6 +5069,8 @@ class CreateBatchSignUrlRequest(AbstractModel):
5069
5069
  1. `请确保和合同中填入的一致`。
5070
5070
  2. `在生成动态签署人补充链接场景中,可以通过传入此值,对补充的个人参与方信息进行限制。仅匹配传入证件类型的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方,且需要和证件号参数一同传递,不能单独进行限制。`
5071
5071
  :type IdCardType: str
5072
+ :param _SignatureTypes: 指定批量签署合同的签名类型,可传递以下值:<ul><li>**0**:手写签名</li><li>**1**:OCR楷体</li><li>**2**:姓名印章</li><li>**3**:图片印章</li><li>**4**:系统签名</li><li>**5**:长效手写签名(包含手写签名)</li></ul>注:<ul><li>不传值的情况则计算所有合同中个人签署区的签名类型,规则如下:<ul><li>1.如果所有合同中所有的个人签署区方式包含多种则是手写</li><li>2.如果所有合同中所有个人签名区签名类型仅为一种则就是那一种签名方式(例如合同1有多个签署区都是指定OCR楷体,合同2中也是多个签署区都是指定OCR楷体...则使用OCR楷体)</li></ul></li><li>该参数会覆盖您合同中的签名类型,若您在发起合同时限定了签名类型(赋值签名类型给ComponentTypeLimit),请将这些签名类型赋予此参数</li><li>若签署方为企业员工,此参数无效,签名方式将以合同中为准。</li></ul>
5073
+ :type SignatureTypes: list of int
5072
5074
  :param _IdCardNumber: 证件号码,应符合以下规则
5073
5075
  <ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>
5074
5076
  <li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>
@@ -5125,6 +5127,7 @@ class CreateBatchSignUrlRequest(AbstractModel):
5125
5127
  self._Mobile = None
5126
5128
  self._Agent = None
5127
5129
  self._IdCardType = None
5130
+ self._SignatureTypes = None
5128
5131
  self._IdCardNumber = None
5129
5132
  self._NotifyType = None
5130
5133
  self._FlowIds = None
@@ -5212,6 +5215,17 @@ class CreateBatchSignUrlRequest(AbstractModel):
5212
5215
  def IdCardType(self, IdCardType):
5213
5216
  self._IdCardType = IdCardType
5214
5217
 
5218
+ @property
5219
+ def SignatureTypes(self):
5220
+ """指定批量签署合同的签名类型,可传递以下值:<ul><li>**0**:手写签名</li><li>**1**:OCR楷体</li><li>**2**:姓名印章</li><li>**3**:图片印章</li><li>**4**:系统签名</li><li>**5**:长效手写签名(包含手写签名)</li></ul>注:<ul><li>不传值的情况则计算所有合同中个人签署区的签名类型,规则如下:<ul><li>1.如果所有合同中所有的个人签署区方式包含多种则是手写</li><li>2.如果所有合同中所有个人签名区签名类型仅为一种则就是那一种签名方式(例如合同1有多个签署区都是指定OCR楷体,合同2中也是多个签署区都是指定OCR楷体...则使用OCR楷体)</li></ul></li><li>该参数会覆盖您合同中的签名类型,若您在发起合同时限定了签名类型(赋值签名类型给ComponentTypeLimit),请将这些签名类型赋予此参数</li><li>若签署方为企业员工,此参数无效,签名方式将以合同中为准。</li></ul>
5221
+ :rtype: list of int
5222
+ """
5223
+ return self._SignatureTypes
5224
+
5225
+ @SignatureTypes.setter
5226
+ def SignatureTypes(self, SignatureTypes):
5227
+ self._SignatureTypes = SignatureTypes
5228
+
5215
5229
  @property
5216
5230
  def IdCardNumber(self):
5217
5231
  """证件号码,应符合以下规则
@@ -5354,6 +5368,7 @@ class CreateBatchSignUrlRequest(AbstractModel):
5354
5368
  self._Agent = Agent()
5355
5369
  self._Agent._deserialize(params.get("Agent"))
5356
5370
  self._IdCardType = params.get("IdCardType")
5371
+ self._SignatureTypes = params.get("SignatureTypes")
5357
5372
  self._IdCardNumber = params.get("IdCardNumber")
5358
5373
  self._NotifyType = params.get("NotifyType")
5359
5374
  self._FlowIds = params.get("FlowIds")
@@ -5721,7 +5721,7 @@ class ChannelCreateFlowSignUrlRequest(AbstractModel):
5721
5721
  :type FlowId: str
5722
5722
  :param _FlowApproverInfos: 流程签署人列表,其中结构体的ApproverType必传。
5723
5723
  若为个人签署方或saas企业签署方,则Name,Mobile必传。OrganizationName 传对应企业名称。
5724
- 若为子客企业签署方则需传OpenId、OrganizationOpenId,其他可不传。
5724
+ 若为子客企业签署方则需传OpenId、OrganizationOpenId,OrganizationName 其他可不传。(如果对应OrganizationOpenId 子客已经认证激活了,则可以省去OrganizationName)
5725
5725
 
5726
5726
  此结构体和发起接口参与方结构体复用,除了上述参数外,可传递的参数有:
5727
5727
  1. RecipientId: 发起合同会返回,可以直接用于指定需要生成链接的签署方。
@@ -5792,7 +5792,7 @@ class ChannelCreateFlowSignUrlRequest(AbstractModel):
5792
5792
  def FlowApproverInfos(self):
5793
5793
  """流程签署人列表,其中结构体的ApproverType必传。
5794
5794
  若为个人签署方或saas企业签署方,则Name,Mobile必传。OrganizationName 传对应企业名称。
5795
- 若为子客企业签署方则需传OpenId、OrganizationOpenId,其他可不传。
5795
+ 若为子客企业签署方则需传OpenId、OrganizationOpenId,OrganizationName 其他可不传。(如果对应OrganizationOpenId 子客已经认证激活了,则可以省去OrganizationName)
5796
5796
 
5797
5797
  此结构体和发起接口参与方结构体复用,除了上述参数外,可传递的参数有:
5798
5798
  1. RecipientId: 发起合同会返回,可以直接用于指定需要生成链接的签署方。
@@ -45,7 +45,7 @@ class LkeapClient(AbstractClient):
45
45
  - 支持64K上下文长度,最大输出16k。
46
46
  - DeepSeek-R1(model 参数值为**deepseek-r1**)
47
47
  - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。
48
- - 支持64K上下文长度,最大输出16k。
48
+ - 支持96K上下文长度,最大输入长度64k,最大输出16k(默认4k),最大思维链输出长度32k
49
49
  - DeepSeek-Prover-V2(model 参数值为**deepseek-prover-v2**)
50
50
  - DeepSeek-Prover-V2 为671B 参数 MoE 模型,在数学定理证明和复杂计算任务中表现出色。
51
51
  - 支持64K上下文长度,最大输出16k。