tencentcloud-sdk-nodejs-oceanus 4.1.15 → 4.1.20

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-oceanus",
3
- "version": "4.1.15",
3
+ "version": "4.1.20",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -229,7 +229,7 @@ export interface CreateJobConfigRequest {
229
229
  */
230
230
  EntrypointClass?: string;
231
231
  /**
232
- * 主类入参
232
+ * 主类入参,需要区分下Sql作业配置,Jar作业配置,Python作业配置,具体参考下面的示例值
233
233
  */
234
234
  ProgramArgs?: string;
235
235
  /**