tencentcloud-sdk-ds 3.0.590 → 3.0.591
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180523/models.rb +27 -27
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1eb6e3fba62b7d9a6fb6ca325460cc26afe0b1fc
|
|
4
|
+
data.tar.gz: 1494a05ca676323b72e5c526217fb9b66b39e5a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0997e8647977a9383241b4b104a88b1635e34040d9feea30c0df3013ba93788bbe9c2077b26ac275ea6be4f42523b77e0f5d34461d9e2f31712e781a1f101738
|
|
7
|
+
data.tar.gz: dfbdfd14848b7cf8f76daf8099f7a92418ac2fa8b79eb5a70bfbad04c79fbb75bd480529919d0307491796f3561fbd91fa4549c3f95d17f867eba833738f3ced
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20180523/models.rb
CHANGED
|
@@ -31,7 +31,7 @@ module TencentCloud
|
|
|
31
31
|
# @type VerifyCode: String
|
|
32
32
|
|
|
33
33
|
attr_accessor :Module, :Operation, :AccountResId, :ContractResId, :VerifyCode
|
|
34
|
-
|
|
34
|
+
|
|
35
35
|
def initialize(_module=nil, operation=nil, accountresid=nil, contractresid=nil, verifycode=nil)
|
|
36
36
|
@Module = _module
|
|
37
37
|
@Operation = operation
|
|
@@ -55,7 +55,7 @@ module TencentCloud
|
|
|
55
55
|
# @type RequestId: String
|
|
56
56
|
|
|
57
57
|
attr_accessor :RequestId
|
|
58
|
-
|
|
58
|
+
|
|
59
59
|
def initialize(requestid=nil)
|
|
60
60
|
@RequestId = requestid
|
|
61
61
|
end
|
|
@@ -85,7 +85,7 @@ module TencentCloud
|
|
|
85
85
|
# @type ExpireTime: String
|
|
86
86
|
|
|
87
87
|
attr_accessor :Module, :Operation, :SignInfos, :ContractFile, :ContractName, :Remarks, :Initiator, :ExpireTime
|
|
88
|
-
|
|
88
|
+
|
|
89
89
|
def initialize(_module=nil, operation=nil, signinfos=nil, contractfile=nil, contractname=nil, remarks=nil, initiator=nil, expiretime=nil)
|
|
90
90
|
@Module = _module
|
|
91
91
|
@Operation = operation
|
|
@@ -124,7 +124,7 @@ module TencentCloud
|
|
|
124
124
|
# @type RequestId: String
|
|
125
125
|
|
|
126
126
|
attr_accessor :TaskId, :RequestId
|
|
127
|
-
|
|
127
|
+
|
|
128
128
|
def initialize(taskid=nil, requestid=nil)
|
|
129
129
|
@TaskId = taskid
|
|
130
130
|
@RequestId = requestid
|
|
@@ -162,7 +162,7 @@ module TencentCloud
|
|
|
162
162
|
# @type Email: String
|
|
163
163
|
|
|
164
164
|
attr_accessor :Module, :Operation, :Name, :IdentType, :IdentNo, :MobilePhone, :TransactorName, :TransactorIdentType, :TransactorIdentNo, :TransactorPhone, :Email
|
|
165
|
-
|
|
165
|
+
|
|
166
166
|
def initialize(_module=nil, operation=nil, name=nil, identtype=nil, identno=nil, mobilephone=nil, transactorname=nil, transactoridenttype=nil, transactoridentno=nil, transactorphone=nil, email=nil)
|
|
167
167
|
@Module = _module
|
|
168
168
|
@Operation = operation
|
|
@@ -200,7 +200,7 @@ module TencentCloud
|
|
|
200
200
|
# @type RequestId: String
|
|
201
201
|
|
|
202
202
|
attr_accessor :AccountResId, :RequestId
|
|
203
|
-
|
|
203
|
+
|
|
204
204
|
def initialize(accountresid=nil, requestid=nil)
|
|
205
205
|
@AccountResId = accountresid
|
|
206
206
|
@RequestId = requestid
|
|
@@ -228,7 +228,7 @@ module TencentCloud
|
|
|
228
228
|
# @type MobilePhone: String
|
|
229
229
|
|
|
230
230
|
attr_accessor :Module, :Operation, :Name, :IdentType, :IdentNo, :MobilePhone
|
|
231
|
-
|
|
231
|
+
|
|
232
232
|
def initialize(_module=nil, operation=nil, name=nil, identtype=nil, identno=nil, mobilephone=nil)
|
|
233
233
|
@Module = _module
|
|
234
234
|
@Operation = operation
|
|
@@ -256,7 +256,7 @@ module TencentCloud
|
|
|
256
256
|
# @type RequestId: String
|
|
257
257
|
|
|
258
258
|
attr_accessor :AccountResId, :RequestId
|
|
259
|
-
|
|
259
|
+
|
|
260
260
|
def initialize(accountresid=nil, requestid=nil)
|
|
261
261
|
@AccountResId = accountresid
|
|
262
262
|
@RequestId = requestid
|
|
@@ -282,7 +282,7 @@ module TencentCloud
|
|
|
282
282
|
# @type ImgData: String
|
|
283
283
|
|
|
284
284
|
attr_accessor :Module, :Operation, :AccountResId, :ImgUrl, :ImgData
|
|
285
|
-
|
|
285
|
+
|
|
286
286
|
def initialize(_module=nil, operation=nil, accountresid=nil, imgurl=nil, imgdata=nil)
|
|
287
287
|
@Module = _module
|
|
288
288
|
@Operation = operation
|
|
@@ -308,7 +308,7 @@ module TencentCloud
|
|
|
308
308
|
# @type RequestId: String
|
|
309
309
|
|
|
310
310
|
attr_accessor :SealResId, :RequestId
|
|
311
|
-
|
|
311
|
+
|
|
312
312
|
def initialize(sealresid=nil, requestid=nil)
|
|
313
313
|
@SealResId = sealresid
|
|
314
314
|
@RequestId = requestid
|
|
@@ -330,7 +330,7 @@ module TencentCloud
|
|
|
330
330
|
# @type AccountList: Array
|
|
331
331
|
|
|
332
332
|
attr_accessor :Module, :Operation, :AccountList
|
|
333
|
-
|
|
333
|
+
|
|
334
334
|
def initialize(_module=nil, operation=nil, accountlist=nil)
|
|
335
335
|
@Module = _module
|
|
336
336
|
@Operation = operation
|
|
@@ -354,7 +354,7 @@ module TencentCloud
|
|
|
354
354
|
# @type RequestId: String
|
|
355
355
|
|
|
356
356
|
attr_accessor :DelSuccessList, :DelFailedList, :RequestId
|
|
357
|
-
|
|
357
|
+
|
|
358
358
|
def initialize(delsuccesslist=nil, delfailedlist=nil, requestid=nil)
|
|
359
359
|
@DelSuccessList = delsuccesslist
|
|
360
360
|
@DelFailedList = delfailedlist
|
|
@@ -380,7 +380,7 @@ module TencentCloud
|
|
|
380
380
|
# @type SealResId: String
|
|
381
381
|
|
|
382
382
|
attr_accessor :Module, :Operation, :AccountResId, :SealResId
|
|
383
|
-
|
|
383
|
+
|
|
384
384
|
def initialize(_module=nil, operation=nil, accountresid=nil, sealresid=nil)
|
|
385
385
|
@Module = _module
|
|
386
386
|
@Operation = operation
|
|
@@ -404,7 +404,7 @@ module TencentCloud
|
|
|
404
404
|
# @type RequestId: String
|
|
405
405
|
|
|
406
406
|
attr_accessor :SealResId, :RequestId
|
|
407
|
-
|
|
407
|
+
|
|
408
408
|
def initialize(sealresid=nil, requestid=nil)
|
|
409
409
|
@SealResId = sealresid
|
|
410
410
|
@RequestId = requestid
|
|
@@ -426,7 +426,7 @@ module TencentCloud
|
|
|
426
426
|
# @type TaskId: Integer
|
|
427
427
|
|
|
428
428
|
attr_accessor :Module, :Operation, :TaskId
|
|
429
|
-
|
|
429
|
+
|
|
430
430
|
def initialize(_module=nil, operation=nil, taskid=nil)
|
|
431
431
|
@Module = _module
|
|
432
432
|
@Operation = operation
|
|
@@ -450,7 +450,7 @@ module TencentCloud
|
|
|
450
450
|
# @type RequestId: String
|
|
451
451
|
|
|
452
452
|
attr_accessor :TaskResult, :TaskType, :RequestId
|
|
453
|
-
|
|
453
|
+
|
|
454
454
|
def initialize(taskresult=nil, tasktype=nil, requestid=nil)
|
|
455
455
|
@TaskResult = taskresult
|
|
456
456
|
@TaskType = tasktype
|
|
@@ -474,7 +474,7 @@ module TencentCloud
|
|
|
474
474
|
# @type ContractResId: String
|
|
475
475
|
|
|
476
476
|
attr_accessor :Module, :Operation, :ContractResId
|
|
477
|
-
|
|
477
|
+
|
|
478
478
|
def initialize(_module=nil, operation=nil, contractresid=nil)
|
|
479
479
|
@Module = _module
|
|
480
480
|
@Operation = operation
|
|
@@ -496,7 +496,7 @@ module TencentCloud
|
|
|
496
496
|
# @type RequestId: String
|
|
497
497
|
|
|
498
498
|
attr_accessor :TaskId, :RequestId
|
|
499
|
-
|
|
499
|
+
|
|
500
500
|
def initialize(taskid=nil, requestid=nil)
|
|
501
501
|
@TaskId = taskid
|
|
502
502
|
@RequestId = requestid
|
|
@@ -520,7 +520,7 @@ module TencentCloud
|
|
|
520
520
|
# @type AccountResId: String
|
|
521
521
|
|
|
522
522
|
attr_accessor :Module, :Operation, :ContractResId, :AccountResId
|
|
523
|
-
|
|
523
|
+
|
|
524
524
|
def initialize(_module=nil, operation=nil, contractresid=nil, accountresid=nil)
|
|
525
525
|
@Module = _module
|
|
526
526
|
@Operation = operation
|
|
@@ -542,7 +542,7 @@ module TencentCloud
|
|
|
542
542
|
# @type RequestId: String
|
|
543
543
|
|
|
544
544
|
attr_accessor :RequestId
|
|
545
|
-
|
|
545
|
+
|
|
546
546
|
def initialize(requestid=nil)
|
|
547
547
|
@RequestId = requestid
|
|
548
548
|
end
|
|
@@ -576,7 +576,7 @@ module TencentCloud
|
|
|
576
576
|
# @type ImageData: String
|
|
577
577
|
|
|
578
578
|
attr_accessor :Module, :Operation, :ContractResId, :AccountResId, :SignLocations, :AuthorizationTime, :Position, :SealResId, :CertType, :ImageData
|
|
579
|
-
|
|
579
|
+
|
|
580
580
|
def initialize(_module=nil, operation=nil, contractresid=nil, accountresid=nil, signlocations=nil, authorizationtime=nil, position=nil, sealresid=nil, certtype=nil, imagedata=nil)
|
|
581
581
|
@Module = _module
|
|
582
582
|
@Operation = operation
|
|
@@ -617,7 +617,7 @@ module TencentCloud
|
|
|
617
617
|
# @type RequestId: String
|
|
618
618
|
|
|
619
619
|
attr_accessor :RequestId
|
|
620
|
-
|
|
620
|
+
|
|
621
621
|
def initialize(requestid=nil)
|
|
622
622
|
@RequestId = requestid
|
|
623
623
|
end
|
|
@@ -651,7 +651,7 @@ module TencentCloud
|
|
|
651
651
|
# @type ImageData: String
|
|
652
652
|
|
|
653
653
|
attr_accessor :Module, :Operation, :ContractResId, :AccountResId, :SignKeyword, :AuthorizationTime, :Position, :SealResId, :CertType, :ImageData
|
|
654
|
-
|
|
654
|
+
|
|
655
655
|
def initialize(_module=nil, operation=nil, contractresid=nil, accountresid=nil, signkeyword=nil, authorizationtime=nil, position=nil, sealresid=nil, certtype=nil, imagedata=nil)
|
|
656
656
|
@Module = _module
|
|
657
657
|
@Operation = operation
|
|
@@ -688,7 +688,7 @@ module TencentCloud
|
|
|
688
688
|
# @type RequestId: String
|
|
689
689
|
|
|
690
690
|
attr_accessor :RequestId
|
|
691
|
-
|
|
691
|
+
|
|
692
692
|
def initialize(requestid=nil)
|
|
693
693
|
@RequestId = requestid
|
|
694
694
|
end
|
|
@@ -716,7 +716,7 @@ module TencentCloud
|
|
|
716
716
|
# @type SignLocation: String
|
|
717
717
|
|
|
718
718
|
attr_accessor :AccountResId, :AuthorizationTime, :Location, :SealId, :ImageData, :CertType, :SignLocation
|
|
719
|
-
|
|
719
|
+
|
|
720
720
|
def initialize(accountresid=nil, authorizationtime=nil, location=nil, sealid=nil, imagedata=nil, certtype=nil, signlocation=nil)
|
|
721
721
|
@AccountResId = accountresid
|
|
722
722
|
@AuthorizationTime = authorizationtime
|
|
@@ -752,7 +752,7 @@ module TencentCloud
|
|
|
752
752
|
# @type ImageHeight: String
|
|
753
753
|
|
|
754
754
|
attr_accessor :Keyword, :OffsetCoordX, :OffsetCoordY, :ImageWidth, :ImageHeight
|
|
755
|
-
|
|
755
|
+
|
|
756
756
|
def initialize(keyword=nil, offsetcoordx=nil, offsetcoordy=nil, imagewidth=nil, imageheight=nil)
|
|
757
757
|
@Keyword = keyword
|
|
758
758
|
@OffsetCoordX = offsetcoordx
|
|
@@ -784,7 +784,7 @@ module TencentCloud
|
|
|
784
784
|
# @type SignLocationRUY: String
|
|
785
785
|
|
|
786
786
|
attr_accessor :SignOnPage, :SignLocationLBX, :SignLocationLBY, :SignLocationRUX, :SignLocationRUY
|
|
787
|
-
|
|
787
|
+
|
|
788
788
|
def initialize(signonpage=nil, signlocationlbx=nil, signlocationlby=nil, signlocationrux=nil, signlocationruy=nil)
|
|
789
789
|
@SignOnPage = signonpage
|
|
790
790
|
@SignLocationLBX = signlocationlbx
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ds
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
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-
|
|
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
|