tencentcloud-sdk-nodejs-ims 4.1.67 → 4.1.68

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-ims",
3
- "version": "4.1.67",
3
+ "version": "4.1.68",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -301,7 +301,6 @@ export interface LibDetail {
301
301
  LibId?: string;
302
302
  /**
303
303
  * 该字段用于返回自定义库的名称,以方便自定义库管理和配置。
304
- 注意:此字段可能返回 null,表示取不到有效值。
305
304
  */
306
305
  LibName?: string;
307
306
  /**
@@ -314,7 +313,6 @@ export interface LibDetail {
314
313
  Label?: string;
315
314
  /**
316
315
  * 该字段用于返回其他自定义标签以满足您的定制化场景需求,若无需求则可略过。
317
- 注意:此字段可能返回 null,表示取不到有效值。
318
316
  */
319
317
  Tag?: string;
320
318
  /**