tencentcloud-sdk-nodejs-ims 4.1.66 → 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
|
@@ -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
|
/**
|