tencentcloud-sdk-nodejs-clb 4.0.431 → 4.0.432

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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- # Release 4.0.431
1
+ # Release 4.0.432
2
2
 
3
3
  ## 企业收付平台(cpdp) 版本:2019-08-20
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-clb",
3
- "version": "4.0.431",
3
+ "version": "4.0.432",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -1,8 +1,5 @@
1
+ import { v20180317 } from "./v20180317"
1
2
 
2
- import { v20180317 } from "./v20180317"
3
-
4
- export const clb = {
5
- v20180317: v20180317,
6
-
7
- }
8
-
3
+ export const clb = {
4
+ v20180317: v20180317,
5
+ }