tencentcloud-sdk-npp 3.0.590 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190823/models.rb +21 -21
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89046ddc10d9b628a3d891ed204afb30492c9e4e
4
- data.tar.gz: 9c5b25520b45dfd5c8ec429e55da1894bf6e0d76
3
+ metadata.gz: 98fff2fcde7f5048a7b8d50f711705292ddf73ec
4
+ data.tar.gz: 10987836c23efb940e5326ce0d84aade68def26e
5
5
  SHA512:
6
- metadata.gz: 535776c8cc89576f346a06cc7cddae72495f64dde3284389cad6b81fbc43d58fec09043dcb058cfe6f7ccc52f4840e12affa222fa0d44cda4fe41d8ac624600b
7
- data.tar.gz: 430c3f5453c5970caa7b30cf273f0d27c7e40ee3e90a138a17281df4fe70bb72248c103fc1c025b9ce583a612a66026ccb19e0a8d42d507e0f8dae88f9a83707
6
+ metadata.gz: 891b5ca2b42947b2e6bc03376368e63d998e100b91ab2816e7ae4fda23a5efec683c7a269886c9cd53e555849c812ec916dcdaf8cacac4c66034a232cf854899
7
+ data.tar.gz: 5db82488587e71f902170f99a6f0563a931c54bb343a3edca1af72157feda7c281c9647aca3c92a46da5c99e37a309992be00114b211032d3392f1167afac817
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -56,7 +56,7 @@ module TencentCloud
56
56
  # @type OrderId: String
57
57
 
58
58
  attr_accessor :CallId, :Src, :Dst, :StartSrcCallTime, :StartSrcRingTime, :SrcAcceptTime, :StartDstCallTime, :StartDstRingTime, :DstAcceptTime, :EndCallTime, :CallEndStatus, :Duration, :RecordUrl, :CallType, :BizId, :OrderId
59
-
59
+
60
60
  def initialize(callid=nil, src=nil, dst=nil, startsrccalltime=nil, startsrcringtime=nil, srcaccepttime=nil, startdstcalltime=nil, startdstringtime=nil, dstaccepttime=nil, endcalltime=nil, callendstatus=nil, duration=nil, recordurl=nil, calltype=nil, bizid=nil, orderid=nil)
61
61
  @CallId = callid
62
62
  @Src = src
@@ -104,7 +104,7 @@ module TencentCloud
104
104
  # @type Phone: String
105
105
 
106
106
  attr_accessor :Nation, :Phone
107
-
107
+
108
108
  def initialize(nation=nil, phone=nil)
109
109
  @Nation = nation
110
110
  @Phone = phone
@@ -151,7 +151,7 @@ module TencentCloud
151
151
  # @type OrderId: String
152
152
 
153
153
  attr_accessor :BizAppId, :Src, :Dst, :SrcDisplayNum, :DstDisplayNum, :Record, :MaxAllowTime, :StatusFlag, :StatusUrl, :HangupUrl, :RecordUrl, :BizId, :LastCallId, :PreCallerHandle, :OrderId
154
-
154
+
155
155
  def initialize(bizappid=nil, src=nil, dst=nil, srcdisplaynum=nil, dstdisplaynum=nil, record=nil, maxallowtime=nil, statusflag=nil, statusurl=nil, hangupurl=nil, recordurl=nil, bizid=nil, lastcallid=nil, precallerhandle=nil, orderid=nil)
156
156
  @BizAppId = bizappid
157
157
  @Src = src
@@ -212,7 +212,7 @@ module TencentCloud
212
212
  # @type RequestId: String
213
213
 
214
214
  attr_accessor :CallId, :SrcDisplayNum, :DstDisplayNum, :ErrorCode, :Msg, :RequestId
215
-
215
+
216
216
  def initialize(callid=nil, srcdisplaynum=nil, dstdisplaynum=nil, errorcode=nil, msg=nil, requestid=nil)
217
217
  @CallId = callid
218
218
  @SrcDisplayNum = srcdisplaynum
@@ -242,7 +242,7 @@ module TencentCloud
242
242
  # @type BizId: String
243
243
 
244
244
  attr_accessor :BizAppId, :BindId, :BizId
245
-
245
+
246
246
  def initialize(bizappid=nil, bindid=nil, bizid=nil)
247
247
  @BizAppId = bizappid
248
248
  @BindId = bindid
@@ -273,7 +273,7 @@ module TencentCloud
273
273
  # @type RequestId: String
274
274
 
275
275
  attr_accessor :ErrorCode, :Msg, :BindId, :RefLeftNum, :RequestId
276
-
276
+
277
277
  def initialize(errorcode=nil, msg=nil, bindid=nil, refleftnum=nil, requestid=nil)
278
278
  @ErrorCode = errorcode
279
279
  @Msg = msg
@@ -301,7 +301,7 @@ module TencentCloud
301
301
  # @type CancelFlag: String
302
302
 
303
303
  attr_accessor :BizAppId, :CallId, :CancelFlag
304
-
304
+
305
305
  def initialize(bizappid=nil, callid=nil, cancelflag=nil)
306
306
  @BizAppId = bizappid
307
307
  @CallId = callid
@@ -329,7 +329,7 @@ module TencentCloud
329
329
  # @type RequestId: String
330
330
 
331
331
  attr_accessor :ErrorCode, :Msg, :CallId, :RequestId
332
-
332
+
333
333
  def initialize(errorcode=nil, msg=nil, callid=nil, requestid=nil)
334
334
  @ErrorCode = errorcode
335
335
  @Msg = msg
@@ -359,7 +359,7 @@ module TencentCloud
359
359
  # @type EndTimeStamp: String
360
360
 
361
361
  attr_accessor :BizAppId, :CallId, :Src, :StartTimeStamp, :EndTimeStamp
362
-
362
+
363
363
  def initialize(bizappid=nil, callid=nil, src=nil, starttimestamp=nil, endtimestamp=nil)
364
364
  @BizAppId = bizappid
365
365
  @CallId = callid
@@ -395,7 +395,7 @@ module TencentCloud
395
395
  # @type RequestId: String
396
396
 
397
397
  attr_accessor :Cdr, :Offset, :ErrorCode, :Msg, :RequestId
398
-
398
+
399
399
  def initialize(cdr=nil, offset=nil, errorcode=nil, msg=nil, requestid=nil)
400
400
  @Cdr = cdr
401
401
  @Offset = offset
@@ -434,7 +434,7 @@ module TencentCloud
434
434
  # @type CallStatus: String
435
435
 
436
436
  attr_accessor :BizAppId, :CallId, :Src, :Dst, :CallStatus
437
-
437
+
438
438
  def initialize(bizappid=nil, callid=nil, src=nil, dst=nil, callstatus=nil)
439
439
  @BizAppId = bizappid
440
440
  @CallId = callid
@@ -472,7 +472,7 @@ module TencentCloud
472
472
  # @type RequestId: String
473
473
 
474
474
  attr_accessor :ErrorCode, :Msg, :AppId, :CallId, :Src, :Dst, :CallStatus, :RequestId
475
-
475
+
476
476
  def initialize(errorcode=nil, msg=nil, appid=nil, callid=nil, src=nil, dst=nil, callstatus=nil, requestid=nil)
477
477
  @ErrorCode = errorcode
478
478
  @Msg = msg
@@ -502,7 +502,7 @@ module TencentCloud
502
502
  # @type BizAppId: String
503
503
 
504
504
  attr_accessor :BizAppId
505
-
505
+
506
506
  def initialize(bizappid=nil)
507
507
  @BizAppId = bizappid
508
508
  end
@@ -529,7 +529,7 @@ module TencentCloud
529
529
  # @type RequestId: String
530
530
 
531
531
  attr_accessor :AppId, :CodeList, :ErrorCode, :Msg, :RequestId
532
-
532
+
533
533
  def initialize(appid=nil, codelist=nil, errorcode=nil, msg=nil, requestid=nil)
534
534
  @AppId = appid
535
535
  @CodeList = codelist
@@ -568,7 +568,7 @@ module TencentCloud
568
568
  # @type EndTimeStamp: String
569
569
 
570
570
  attr_accessor :BizAppId, :CallId, :Src, :StartTimeStamp, :EndTimeStamp
571
-
571
+
572
572
  def initialize(bizappid=nil, callid=nil, src=nil, starttimestamp=nil, endtimestamp=nil)
573
573
  @BizAppId = bizappid
574
574
  @CallId = callid
@@ -603,7 +603,7 @@ module TencentCloud
603
603
  # @type RequestId: String
604
604
 
605
605
  attr_accessor :ErrorCode, :Msg, :Offset, :Cdr, :RequestId
606
-
606
+
607
607
  def initialize(errorcode=nil, msg=nil, offset=nil, cdr=nil, requestid=nil)
608
608
  @ErrorCode = errorcode
609
609
  @Msg = msg
@@ -674,7 +674,7 @@ module TencentCloud
674
674
  # @type RecordUrl: String
675
675
 
676
676
  attr_accessor :BizAppId, :Dst, :Src, :AccreditList, :AssignVirtualNum, :Record, :CityId, :BizId, :MaxAssignTime, :StatusFlag, :StatusUrl, :HangupUrl, :RecordUrl
677
-
677
+
678
678
  def initialize(bizappid=nil, dst=nil, src=nil, accreditlist=nil, assignvirtualnum=nil, record=nil, cityid=nil, bizid=nil, maxassigntime=nil, statusflag=nil, statusurl=nil, hangupurl=nil, recordurl=nil)
679
679
  @BizAppId = bizappid
680
680
  @Dst = dst
@@ -728,7 +728,7 @@ module TencentCloud
728
728
  # @type RequestId: String
729
729
 
730
730
  attr_accessor :ErrorCode, :BindId, :RefNum, :VirtualNum, :Msg, :RequestId
731
-
731
+
732
732
  def initialize(errorcode=nil, bindid=nil, refnum=nil, virtualnum=nil, msg=nil, requestid=nil)
733
733
  @ErrorCode = errorcode
734
734
  @BindId = bindid
@@ -756,7 +756,7 @@ module TencentCloud
756
756
  # @type Operate: String
757
757
 
758
758
  attr_accessor :Key, :Operate
759
-
759
+
760
760
  def initialize(key=nil, operate=nil)
761
761
  @Key = key
762
762
  @Operate = operate
@@ -784,7 +784,7 @@ module TencentCloud
784
784
  # @type PromptGender: String
785
785
 
786
786
  attr_accessor :ReadPrompt, :InterruptPrompt, :KeyList, :RepeatTimes, :KeyPressUrl, :PromptGender
787
-
787
+
788
788
  def initialize(readprompt=nil, interruptprompt=nil, keylist=nil, repeattimes=nil, keypressurl=nil, promptgender=nil)
789
789
  @ReadPrompt = readprompt
790
790
  @InterruptPrompt = interruptprompt
@@ -843,7 +843,7 @@ module TencentCloud
843
843
  # @type RecordUrl: String
844
844
 
845
845
  attr_accessor :CallId, :BindId, :Src, :Dst, :DstVirtualNum, :CallCenterAcceptTime, :StartDstCallTime, :StartDstRingTime, :DstAcceptTime, :EndCallTime, :CallEndStatus, :SrcDuration, :DstDuration, :RecordUrl
846
-
846
+
847
847
  def initialize(callid=nil, bindid=nil, src=nil, dst=nil, dstvirtualnum=nil, callcenteraccepttime=nil, startdstcalltime=nil, startdstringtime=nil, dstaccepttime=nil, endcalltime=nil, callendstatus=nil, srcduration=nil, dstduration=nil, recordurl=nil)
848
848
  @CallId = callid
849
849
  @BindId = bindid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-npp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.591
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-12 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common