tencentcloud-sdk-nodejs-intl-en 3.0.1253 → 3.0.1255

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1253",
3
+ "version": "3.0.1255",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1253";
1
+ const sdkVersion = "3.0.1255";
2
2
  module.exports = sdkVersion
@@ -111,6 +111,7 @@ module.exports = {
111
111
  tdmq: require("./tdmq"),
112
112
  tem: require("./tem"),
113
113
  teo: require("./teo"),
114
+ tione: require("./tione"),
114
115
  tiw: require("./tiw"),
115
116
  tke: require("./tke"),
116
117
  tms: require("./tms"),
@@ -0,0 +1,3 @@
1
+ module.exports = {
2
+ v20211111: require("./v20211111"),
3
+ };
@@ -0,0 +1,4 @@
1
+ module.exports = {
2
+ Client: require("./tione_client"),
3
+ Models: require("./models"),
4
+ };