tencentcloud-sdk-lighthouse 1.0.200

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: 9b02c551f028539bdb0be2f6c6c20d408f360cfe
4
+ data.tar.gz: c3fa8c554889fb6dfbc1f8632c37e1407af7d49a
5
+ SHA512:
6
+ metadata.gz: c595146bcd4fcac6193dae452eb6107801e0567d144d9c1b6ecee0751eaf20a624dd5bc90efca8e98ae56bb3e871e232654e6d32dc6b890ffbe69e88b81e0c0e
7
+ data.tar.gz: b1dd43e405ded6572dff889af6e51226fe169d6aaa5cb13ebcc83fea7531028c100d3e716d63e3b9fdf40f6c206a691d717808b08440143e0a54d441078bd5a5
data/lib/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.0.200
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'tencentcloud-sdk-common'
4
+
5
+ require_relative 'v20200324/client'
6
+ require_relative 'v20200324/models'
7
+
8
+ module TencentCloud
9
+ module Lighthouse
10
+ end
11
+ end