tencentcloud-sdk-youmall 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: 25eec85e9a54639756e2d1b76060d612469fae8d
4
+ data.tar.gz: 1205dd7469906b5769b647ef392d8a07024f75d3
5
+ SHA512:
6
+ metadata.gz: 7c629ac7d52f33cc4abd0d8f6a28ea2139e707f2d4ff045152cfda7bf44c741345a2074565cdb987b90eb46d698ec08df10eb62bbf8a632f805d195b013a408d
7
+ data.tar.gz: 55d824b199453f684014075683d0dc044e4a94579b654e3003a7853226c29af993eeba598d825809fd193c82e01b3b01d830e4046ada0906304e66140af31c37
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 'v20180228/client'
6
+ require_relative 'v20180228/models'
7
+
8
+ module TencentCloud
9
+ module Youmall
10
+ end
11
+ end