tencentcloud-sdk-ccc 3.0.586 → 3.0.587

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73c2fed899be6861133f5eb3dcaf4883effa158d
4
- data.tar.gz: c1335416000fef150719792ee441267ec33c5be7
3
+ metadata.gz: bf86cf862b4bdc7b2b53e12781f350af399be5d0
4
+ data.tar.gz: b58ecb777fe1f9943c6cb7ec8566bb815ebc501a
5
5
  SHA512:
6
- metadata.gz: 622f3c0ceb68a9c3e04dc0b50b944a70442c597c7e89883818a19688d423fe84953e1b408e772659187f13708f0f0cf38fd00c30e6454d39a3b156c51d1eed52
7
- data.tar.gz: 2e4190c52cb8b00474b52602a9f338158e7e4c56b3820796539ea72e2a0db5a2717ff797a42b9c7fdc4b3368720442ec9e01471bf79e302dbbf67da30ccdbd0f
6
+ metadata.gz: 9279d57c02a026a64e36e392789d1ea0ad5b22ed48f2bf8718a003805077cf04ff5401a9922b730b05c721c730a9999f15ad83eafd2caee2ca3e9f5f37bd5ea8
7
+ data.tar.gz: b4c1bda6241a999ede02d04f2b6eda749258ba76c3404f2431d3ef7245e27f6990ead28a2a83d2b4aae347c0343ce809dfd83a2a4253be9cebcd989a737b8519
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.586
1
+ 3.0.587
@@ -538,20 +538,23 @@ module TencentCloud
538
538
  # @type UserId: String
539
539
  # @param Callee: 被叫号码,须带 0086 前缀
540
540
  # @type Callee: String
541
- # @param Caller: 主叫号码,须带 0086 前缀
541
+ # @param Caller: 主叫号码(废弃,使用Callers),须带 0086 前缀
542
542
  # @type Caller: String
543
+ # @param Callers: 指定主叫号码列表,如果前面的号码失败了会自动换成下一个号码,须带 0086 前缀
544
+ # @type Callers: Array
543
545
  # @param IsForceUseMobile: 是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单
544
546
  # @type IsForceUseMobile: Boolean
545
547
  # @param Uui: 自定义数据,长度限制 1024 字节
546
548
  # @type Uui: String
547
549
 
548
- attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :IsForceUseMobile, :Uui
550
+ attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :Callers, :IsForceUseMobile, :Uui
549
551
 
550
- def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, isforceusemobile=nil, uui=nil)
552
+ def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, callers=nil, isforceusemobile=nil, uui=nil)
551
553
  @SdkAppId = sdkappid
552
554
  @UserId = userid
553
555
  @Callee = callee
554
556
  @Caller = caller
557
+ @Callers = callers
555
558
  @IsForceUseMobile = isforceusemobile
556
559
  @Uui = uui
557
560
  end
@@ -561,6 +564,7 @@ module TencentCloud
561
564
  @UserId = params['UserId']
562
565
  @Callee = params['Callee']
563
566
  @Caller = params['Caller']
567
+ @Callers = params['Callers']
564
568
  @IsForceUseMobile = params['IsForceUseMobile']
565
569
  @Uui = params['Uui']
566
570
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ccc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.586
4
+ version: 3.0.587
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-07 00:00:00.000000000 Z
11
+ date: 2023-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common