tencentcloud-sdk-nodejs-cynosdb 4.1.283 → 4.1.284

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-cynosdb",
3
- "version": "4.1.283",
3
+ "version": "4.1.284",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8872,6 +8872,10 @@ export interface QueryFilter {
8872
8872
  * CreateAccounts返回参数结构体
8873
8873
  */
8874
8874
  export interface CreateAccountsResponse {
8875
+ /**
8876
+ * <p>任务 ID</p>
8877
+ */
8878
+ TaskId?: number;
8875
8879
  /**
8876
8880
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8877
8881
  */