tencentcloud-sdk-nodejs-csip 4.1.181 → 4.1.183

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-csip",
3
- "version": "4.1.181",
3
+ "version": "4.1.183",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6911,6 +6911,10 @@ export interface DescribeCallRecordRequest {
6911
6911
  * 访问账号uin
6912
6912
  */
6913
6913
  AccUin?: string;
6914
+ /**
6915
+ * 访问密钥,注意:不支持临时密钥的情况
6916
+ */
6917
+ AccessKey?: string;
6914
6918
  /**
6915
6919
  * 过滤器
6916
6920
  */