tencentcloud-sdk-iss 3.0.628

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f21836e5237187e1e94943bea82445717030dfe0
4
+ data.tar.gz: f1927731ec0e84c8d8e7791f547f96e15d38aae6
5
+ SHA512:
6
+ metadata.gz: aaa88322996cac27293c80a4e84497293c2d50f30c8ec06b11d014a73fbd8db9924a2e1dd0ebf75535027679116f979f42fc457881dc77eda308629c0578874f
7
+ data.tar.gz: 6e3d5101a9974cf945494f46367207cf776765fcd58d5a0646650ce8bcca89c64aad0fddcfa43f8da26472aa804b01d185bf1224935e61650e22ac23d5b27e35
data/lib/VERSION ADDED
@@ -0,0 +1 @@
1
+ 3.0.628
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'tencentcloud-sdk-common'
4
+
5
+ require_relative 'v20230517/client'
6
+ require_relative 'v20230517/models'
7
+
8
+ module TencentCloud
9
+ module Iss
10
+ end
11
+ end