tencentcloud-sdk-nodejs-oceanus 4.1.289 → 4.1.292

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.289",
3
+ "version": "4.1.292",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1676,19 +1676,19 @@ export interface SqlGatewayItem {
1676
1676
  */
1677
1677
  export interface DeleteTableConfigRequest {
1678
1678
  /**
1679
- * 作业ID
1679
+ * <p>作业ID</p>
1680
1680
  */
1681
1681
  JobId: string;
1682
1682
  /**
1683
- * 调试作业ID
1683
+ * <p>调试作业ID</p>
1684
1684
  */
1685
1685
  DebugId: number;
1686
1686
  /**
1687
- * 表名
1687
+ * <p>表名</p>
1688
1688
  */
1689
1689
  TableName: string;
1690
1690
  /**
1691
- * 工作空间 SerialId
1691
+ * <p>工作空间 SerialId</p>
1692
1692
  */
1693
1693
  WorkSpaceId?: string;
1694
1694
  }