tencentcloud-sdk-nodejs-apm 4.1.54 → 4.1.63

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-apm",
3
- "version": "4.1.54",
3
+ "version": "4.1.63",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -304,6 +304,10 @@ export interface ApmInstanceDetail {
304
304
  * traceId的索引key: 当CLS索引类型为键值索引时生效
305
305
  */
306
306
  LogTraceIdKey?: string;
307
+ /**
308
+ * 业务系统鉴权 token
309
+ */
310
+ Token?: string;
307
311
  }
308
312
  /**
309
313
  * CreateApmInstance请求参数结构体