tencentcloud-sdk-bh 3.0.944

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: 21f1a83ae863193e65a83d6489e76d834723a0bb
4
+ data.tar.gz: 96f8b1882a230f0c8216406f8918e75daec5e53b
5
+ SHA512:
6
+ metadata.gz: 501c1d1c1a0b870c5a730c9d9900dcf4357ac760800956af3c509df6f6d3ae9fd750ce8cc4acc050290b93015b8822ad3094f4839db41d3d94a77984965a1c25
7
+ data.tar.gz: 669e8429dae6b95f47544d6de389b8715583045291ee1ee08542e8fa5a4d5d7d12219028120a4847cd542bce1a7b93fc94e2cf6b7e4bba2429061f016c112db8
data/lib/VERSION ADDED
@@ -0,0 +1 @@
1
+ 3.0.944
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'tencentcloud-sdk-common'
4
+
5
+ require_relative 'v20230418/client'
6
+ require_relative 'v20230418/models'
7
+
8
+ module TencentCloud
9
+ module Bh
10
+ end
11
+ end