tencentcloud-sdk-nodejs-vm 4.1.144 → 4.1.148

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.
@@ -1,8 +1,8 @@
1
+ import { v20210922 } from "./v20210922";
1
2
  import { v20200709 } from "./v20200709";
2
3
  import { v20201229 } from "./v20201229";
3
- import { v20210922 } from "./v20210922";
4
4
  export const vm = {
5
+ v20210922: v20210922,
5
6
  v20200709: v20200709,
6
7
  v20201229: v20201229,
7
- v20210922: v20210922,
8
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vm",
3
- "version": "4.1.144",
3
+ "version": "4.1.148",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,4 +1,8 @@
1
1
  export declare const vm: {
2
+ v20210922: {
3
+ Client: typeof import("./v20210922/vm_client").Client;
4
+ Models: typeof import("./v20210922/vm_models");
5
+ };
2
6
  v20200709: {
3
7
  Client: typeof import("./v20200709/vm_client").Client;
4
8
  Models: typeof import("./v20200709/vm_models");
@@ -7,8 +11,4 @@ export declare const vm: {
7
11
  Client: typeof import("./v20201229/vm_client").Client;
8
12
  Models: typeof import("./v20201229/vm_models");
9
13
  };
10
- v20210922: {
11
- Client: typeof import("./v20210922/vm_client").Client;
12
- Models: typeof import("./v20210922/vm_models");
13
- };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.vm = void 0;
4
+ const v20210922_1 = require("./v20210922");
4
5
  const v20200709_1 = require("./v20200709");
5
6
  const v20201229_1 = require("./v20201229");
6
- const v20210922_1 = require("./v20210922");
7
7
  exports.vm = {
8
+ v20210922: v20210922_1.v20210922,
8
9
  v20200709: v20200709_1.v20200709,
9
10
  v20201229: v20201229_1.v20201229,
10
- v20210922: v20210922_1.v20210922,
11
11
  };
@@ -276,7 +276,7 @@ export interface DescribeTaskDetailResponse {
276
276
  */
277
277
  Status?: string;
278
278
  /**
279
- * 该字段用于返回调用视频审核接口时输入的视频审核类型,取值为:**VIDEO**(点播视频)和**LIVE_VIDEO**(直播视频),默认值为VIDEO。
279
+ * 该字段用于返回调用视频审核接口时输入的视频审核类型,取值为:**VIDEO**(点播视频)、**LIVE_VIDEO**(直播视频)和**VIDEO_AIGC**(AI生成检测),默认值为VIDEO。
280
280
  */
281
281
  Type?: string;
282
282
  /**