tencentcloud-sdk-nodejs-ccc 4.1.199 → 4.1.208
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
|
@@ -3089,6 +3089,18 @@ export interface ModifyOwnNumberApplyRequest {
|
|
|
3089
3089
|
* 同市固话去掉区号
|
|
3090
3090
|
*/
|
|
3091
3091
|
LocalNumberTrimAC?: boolean;
|
|
3092
|
+
/**
|
|
3093
|
+
* 被叫格式透传 (完成透传用户输入,不做处理)
|
|
3094
|
+
*/
|
|
3095
|
+
CalleeFormatPassthrough?: boolean;
|
|
3096
|
+
/**
|
|
3097
|
+
* 主叫格式透传 (完成透传用户输入,不做处理)
|
|
3098
|
+
*/
|
|
3099
|
+
CallerFormatPassthrough?: boolean;
|
|
3100
|
+
/**
|
|
3101
|
+
* 国际长途前缀码
|
|
3102
|
+
*/
|
|
3103
|
+
InternationalNumberPrefix?: string;
|
|
3092
3104
|
}
|
|
3093
3105
|
/**
|
|
3094
3106
|
* PSTN 会话信息
|
|
@@ -5580,6 +5592,18 @@ export interface CreateOwnNumberApplyRequest {
|
|
|
5580
5592
|
* 同市固话去掉区号
|
|
5581
5593
|
*/
|
|
5582
5594
|
LocalNumberTrimAC?: boolean;
|
|
5595
|
+
/**
|
|
5596
|
+
* 被叫格式透传 (完成透传用户输入,不做处理)
|
|
5597
|
+
*/
|
|
5598
|
+
CalleeFormatPassthrough?: boolean;
|
|
5599
|
+
/**
|
|
5600
|
+
* 主叫格式透传 (完成透传用户输入,不做处理)
|
|
5601
|
+
*/
|
|
5602
|
+
CallerFormatPassthrough?: boolean;
|
|
5603
|
+
/**
|
|
5604
|
+
* 国际长途前缀码
|
|
5605
|
+
*/
|
|
5606
|
+
InternationalNumberPrefix?: string;
|
|
5583
5607
|
}
|
|
5584
5608
|
/**
|
|
5585
5609
|
* DescribeCallInMetrics请求参数结构体
|