tencentcloud-sdk-essbasic 3.0.601 → 3.0.603
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/models.rb +3 -0
- 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: 0aada57f5290405af4ec24b4eb3f735e2ca4f084
|
4
|
+
data.tar.gz: 9973979d4c0dff1f03b34e04e4d405faf8076c2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: affb710651564eb31f471a54cf4fc658b3ed9e80c131a79a62f8ed7cfee579ee2b9ae6feb713da1837eacbafefcc6cad3790465ba1885ed31af1d5285d53eecc
|
7
|
+
data.tar.gz: 0658b6d81be658fb5e7fb61de4dbe2a01210d86bace33af99c642013e553d13ed6754eb710cf6eceab09d51ffb5b170976a30aeaa2632f4f13a6913252a29704
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.603
|
data/lib/v20210526/models.rb
CHANGED
@@ -2229,6 +2229,9 @@ module TencentCloud
|
|
2229
2229
|
# @type ApproverOption: :class:`Tencentcloud::Essbasic.v20210526.models.CommonApproverOption`
|
2230
2230
|
|
2231
2231
|
attr_accessor :NotChannelOrganization, :ApproverType, :OrganizationId, :OrganizationOpenId, :OrganizationName, :UserId, :OpenId, :ApproverName, :ApproverMobile, :RecipientId, :PreReadTime, :IsFullText, :NotifyType, :ApproverOption
|
2232
|
+
extend Gem::Deprecate
|
2233
|
+
deprecate :NotifyType, :none, 2023, 6
|
2234
|
+
deprecate :NotifyType=, :none, 2023, 6
|
2232
2235
|
|
2233
2236
|
def initialize(notchannelorganization=nil, approvertype=nil, organizationid=nil, organizationopenid=nil, organizationname=nil, userid=nil, openid=nil, approvername=nil, approvermobile=nil, recipientid=nil, prereadtime=nil, isfulltext=nil, notifytype=nil, approveroption=nil)
|
2234
2237
|
@NotChannelOrganization = notchannelorganization
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-essbasic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.603
|
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-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|