tencentcloud-sdk-nodejs-intl-en 3.0.1167 → 3.0.1168

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.1167",
3
+ "version": "3.0.1168",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1167";
1
+ const sdkVersion = "3.0.1168";
2
2
  module.exports = sdkVersion
@@ -109,6 +109,7 @@ module.exports = {
109
109
  tke: require("./tke"),
110
110
  tms: require("./tms"),
111
111
  tmt: require("./tmt"),
112
+ trabbit: require("./trabbit"),
112
113
  trro: require("./trro"),
113
114
  trtc: require("./trtc"),
114
115
  tts: require("./tts"),
@@ -0,0 +1,3 @@
1
+ module.exports = {
2
+ v20230418: require("./v20230418"),
3
+ };
@@ -0,0 +1,4 @@
1
+ module.exports = {
2
+ Client: require("./trabbit_client"),
3
+ Models: require("./models"),
4
+ };