tencentcloud-sdk-nodejs-ess 4.1.148 → 4.1.149

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-ess",
3
- "version": "4.1.148",
3
+ "version": "4.1.149",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7038,6 +7038,7 @@ export interface DescribeOrganizationGroupOrganizationsRequest {
7038
7038
  Offset: number;
7039
7039
  /**
7040
7040
  * 查询成员企业的企业名,模糊匹配
7041
+ * @deprecated
7041
7042
  */
7042
7043
  Name?: string;
7043
7044
  /**