tencentcloud-sdk-nodejs-lke 4.1.201 → 4.1.203

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-lke",
3
- "version": "4.1.201",
3
+ "version": "4.1.203",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3140,6 +3140,10 @@ export interface CreateWorkflowRunRequest {
3140
3140
  * API参数配置
3141
3141
  */
3142
3142
  CustomVariables?: Array<CustomVariable>;
3143
+ /**
3144
+ * 用户ID
3145
+ */
3146
+ VisitorId?: string;
3143
3147
  }
3144
3148
  /**
3145
3149
  * DescribeQA请求参数结构体