tencentcloud-sdk-nodejs-wedata 4.1.70 → 4.1.71
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
|
@@ -18805,6 +18805,11 @@ export interface BizCatalogsInfo {
|
|
|
18805
18805
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18806
18806
|
*/
|
|
18807
18807
|
Position: number;
|
|
18808
|
+
/**
|
|
18809
|
+
* 类目名称英文
|
|
18810
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18811
|
+
*/
|
|
18812
|
+
NameEn?: string;
|
|
18808
18813
|
}
|
|
18809
18814
|
/**
|
|
18810
18815
|
* 分页数据集
|