tencentcloud-sdk-ccc 3.0.929 → 3.0.931

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: 27aec963cd3dc54b1b5d5bba6c7027356b265713
4
- data.tar.gz: 734062e9b531f665ae29df861c747e189b3937b5
3
+ metadata.gz: 09f2a7bafbded12dae512978f65a0389bdefabca
4
+ data.tar.gz: ad46ab49b10c7cfab932816adeb676b6e186e0eb
5
5
  SHA512:
6
- metadata.gz: b2492682d1597eb010b6636f7a65b9b39c172b97a08370848461224f05f256b6c0cb6f5d04ee48ab5a28ab5cb1414c1bda4d67af42b803e10f660f11cc4f7b6c
7
- data.tar.gz: c0bf68b8e16966800e5e6fc77b0d0aa9db1570bdcebc39e8e09e73bbc1230461028919212d3285ffd89911125dcb9c4a45bafc4d5c294d50c8b1f6696544f59b
6
+ metadata.gz: 4d1029dbcbe196ccacd9cc4fd5216922a3c2f364411b9bc12d0f989661b935694dca7e64b0607198a1080ecf6929e7b4efa9deeda9091aa79e3acf29e4be8365
7
+ data.tar.gz: 093ad88781088f090fb7eba2f7d46612c0744e1182ecf9739be2e440294247e860f158c1f514808f9b9f53afda298e2f7f4fed2a056ec8d5257273536ab9f6ee
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.929
1
+ 3.0.931
@@ -4113,14 +4113,17 @@ module TencentCloud
4113
4113
  # @type MaxCallCount: Integer
4114
4114
  # @param MaxCallPSec: 每秒最大并发数
4115
4115
  # @type MaxCallPSec: Integer
4116
+ # @param OutboundCalleeFormat: 呼出被叫格式,使用 {+E.164} 或 {E.164},
4117
+ # @type OutboundCalleeFormat: String
4116
4118
 
4117
- attr_accessor :CallType, :PhoneNumber, :MaxCallCount, :MaxCallPSec
4119
+ attr_accessor :CallType, :PhoneNumber, :MaxCallCount, :MaxCallPSec, :OutboundCalleeFormat
4118
4120
 
4119
- def initialize(calltype=nil, phonenumber=nil, maxcallcount=nil, maxcallpsec=nil)
4121
+ def initialize(calltype=nil, phonenumber=nil, maxcallcount=nil, maxcallpsec=nil, outboundcalleeformat=nil)
4120
4122
  @CallType = calltype
4121
4123
  @PhoneNumber = phonenumber
4122
4124
  @MaxCallCount = maxcallcount
4123
4125
  @MaxCallPSec = maxcallpsec
4126
+ @OutboundCalleeFormat = outboundcalleeformat
4124
4127
  end
4125
4128
 
4126
4129
  def deserialize(params)
@@ -4128,6 +4131,7 @@ module TencentCloud
4128
4131
  @PhoneNumber = params['PhoneNumber']
4129
4132
  @MaxCallCount = params['MaxCallCount']
4130
4133
  @MaxCallPSec = params['MaxCallPSec']
4134
+ @OutboundCalleeFormat = params['OutboundCalleeFormat']
4131
4135
  end
4132
4136
  end
4133
4137
 
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.929
4
+ version: 3.0.931
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-21 00:00:00.000000000 Z
11
+ date: 2024-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common