tencentcloud-sdk-nodejs-ccc 4.1.126 → 4.1.133

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-ccc",
3
- "version": "4.1.126",
3
+ "version": "4.1.133",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2049,6 +2049,10 @@ export interface BindNumberCallInInterfaceRequest {
2049
2049
  * 待绑定的回调地址
2050
2050
  */
2051
2051
  CallInInterface?: Interface;
2052
+ /**
2053
+ * 绑定号码类型: inner: 内线号码 | number: 正常线路号码
2054
+ */
2055
+ NumberType?: string;
2052
2056
  }
2053
2057
  /**
2054
2058
  * DescribeTelSession请求参数结构体