tencentcloud-sdk-nodejs 4.1.109 → 4.1.110

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.
Files changed (62) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ams/index.js +2 -2
  3. package/es/services/bi/v20220105/bi_client.js +20 -8
  4. package/es/services/btoe/index.js +2 -2
  5. package/es/services/dbbrain/index.js +2 -2
  6. package/es/services/ims/index.js +2 -2
  7. package/es/services/iotcloud/index.js +2 -2
  8. package/es/services/iotvideo/index.js +2 -2
  9. package/es/services/irp/index.js +2 -2
  10. package/es/services/mongodb/index.js +2 -2
  11. package/es/services/organization/index.js +2 -2
  12. package/es/services/tem/index.js +2 -2
  13. package/es/services/teo/index.js +2 -2
  14. package/es/services/thpc/index.js +2 -2
  15. package/es/services/tke/index.js +2 -2
  16. package/es/services/tms/index.js +2 -2
  17. package/es/services/vm/index.js +2 -2
  18. package/es/services/vod/index.js +2 -2
  19. package/package.json +1 -1
  20. package/tencentcloud/common/sdk_version.d.ts +1 -1
  21. package/tencentcloud/common/sdk_version.js +1 -1
  22. package/tencentcloud/services/ams/index.d.ts +4 -4
  23. package/tencentcloud/services/ams/index.js +2 -2
  24. package/tencentcloud/services/as/v20180419/as_models.d.ts +9 -3
  25. package/tencentcloud/services/bi/v20220105/bi_client.d.ts +25 -9
  26. package/tencentcloud/services/bi/v20220105/bi_client.js +36 -12
  27. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +1805 -1407
  28. package/tencentcloud/services/btoe/index.d.ts +4 -4
  29. package/tencentcloud/services/btoe/index.js +2 -2
  30. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -4
  31. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +8 -0
  32. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  33. package/tencentcloud/services/dbbrain/index.js +2 -2
  34. package/tencentcloud/services/ims/index.d.ts +4 -4
  35. package/tencentcloud/services/ims/index.js +2 -2
  36. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  37. package/tencentcloud/services/iotcloud/index.js +2 -2
  38. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  39. package/tencentcloud/services/iotvideo/index.js +2 -2
  40. package/tencentcloud/services/irp/index.d.ts +4 -4
  41. package/tencentcloud/services/irp/index.js +2 -2
  42. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  43. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -4
  44. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  45. package/tencentcloud/services/mongodb/index.js +2 -2
  46. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  47. package/tencentcloud/services/organization/index.d.ts +4 -4
  48. package/tencentcloud/services/organization/index.js +2 -2
  49. package/tencentcloud/services/tem/index.d.ts +4 -4
  50. package/tencentcloud/services/tem/index.js +2 -2
  51. package/tencentcloud/services/teo/index.d.ts +4 -4
  52. package/tencentcloud/services/teo/index.js +2 -2
  53. package/tencentcloud/services/thpc/index.d.ts +4 -4
  54. package/tencentcloud/services/thpc/index.js +2 -2
  55. package/tencentcloud/services/tke/index.d.ts +4 -4
  56. package/tencentcloud/services/tke/index.js +2 -2
  57. package/tencentcloud/services/tms/index.d.ts +4 -4
  58. package/tencentcloud/services/tms/index.js +2 -2
  59. package/tencentcloud/services/vm/index.d.ts +4 -4
  60. package/tencentcloud/services/vm/index.js +2 -2
  61. package/tencentcloud/services/vod/index.d.ts +4 -4
  62. package/tencentcloud/services/vod/index.js +2 -2
@@ -1,10 +1,10 @@
1
1
  export declare const btoe: {
2
- v20210303: {
3
- Client: typeof import("./v20210303/btoe_client").Client;
4
- Models: typeof import("./v20210303/btoe_models");
5
- };
6
2
  v20210514: {
7
3
  Client: typeof import("./v20210514/btoe_client").Client;
8
4
  Models: typeof import("./v20210514/btoe_models");
9
5
  };
6
+ v20210303: {
7
+ Client: typeof import("./v20210303/btoe_client").Client;
8
+ Models: typeof import("./v20210303/btoe_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.btoe = void 0;
4
- const v20210303_1 = require("./v20210303");
5
4
  const v20210514_1 = require("./v20210514");
5
+ const v20210303_1 = require("./v20210303");
6
6
  exports.btoe = {
7
- v20210303: v20210303_1.v20210303,
8
7
  v20210514: v20210514_1.v20210514,
8
+ v20210303: v20210303_1.v20210303,
9
9
  };
@@ -5606,7 +5606,8 @@ export interface PreviewLogStatistic {
5606
5606
  */
5607
5607
  LineNum: number;
5608
5608
  /**
5609
- * 目标日志主题
5609
+ * 目标日志主题ID
5610
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
5610
5611
  */
5611
5612
  DstTopicId?: string;
5612
5613
  /**
@@ -6837,19 +6838,16 @@ export interface DataTransformTaskInfo {
6837
6838
  Status?: number;
6838
6839
  /**
6839
6840
  * 加工任务创建时间
6840
- 示例值:2025-03-18 19:55:54
6841
6841
  时间格式:yyyy-MM-dd HH:mm:ss
6842
6842
  */
6843
6843
  CreateTime?: string;
6844
6844
  /**
6845
6845
  * 最近修改时间
6846
- 示例值:2025-04-18 16:55:54
6847
6846
  时间格式:yyyy-MM-dd HH:mm:ss
6848
6847
  */
6849
6848
  UpdateTime?: string;
6850
6849
  /**
6851
6850
  * 最后启用时间,如果需要重建集群,修改该时间
6852
- 示例值:2025-05-18 19:55:54
6853
6851
  时间格式:yyyy-MM-dd HH:mm:ss
6854
6852
  */
6855
6853
  LastEnableTime?: string;
@@ -10421,6 +10421,14 @@ export interface InstanceSpec {
10421
10421
  * 库存数量
10422
10422
  */
10423
10423
  StockCount?: number;
10424
+ /**
10425
+ * 最大cpu
10426
+ */
10427
+ MaxCpu?: number;
10428
+ /**
10429
+ * 最小cpu
10430
+ */
10431
+ MinCpu?: number;
10424
10432
  }
10425
10433
  /**
10426
10434
  * IsolateInstance请求参数结构体
@@ -1,10 +1,10 @@
1
1
  export declare const dbbrain: {
2
- v20210527: {
3
- Client: typeof import("./v20210527/dbbrain_client").Client;
4
- Models: typeof import("./v20210527/dbbrain_models");
5
- };
6
2
  v20191016: {
7
3
  Client: typeof import("./v20191016/dbbrain_client").Client;
8
4
  Models: typeof import("./v20191016/dbbrain_models");
9
5
  };
6
+ v20210527: {
7
+ Client: typeof import("./v20210527/dbbrain_client").Client;
8
+ Models: typeof import("./v20210527/dbbrain_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.dbbrain = void 0;
4
- const v20210527_1 = require("./v20210527");
5
4
  const v20191016_1 = require("./v20191016");
5
+ const v20210527_1 = require("./v20210527");
6
6
  exports.dbbrain = {
7
- v20210527: v20210527_1.v20210527,
8
7
  v20191016: v20191016_1.v20191016,
8
+ v20210527: v20210527_1.v20210527,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const ims: {
2
- v20200713: {
3
- Client: typeof import("./v20200713/ims_client").Client;
4
- Models: typeof import("./v20200713/ims_models");
5
- };
6
2
  v20201229: {
7
3
  Client: typeof import("./v20201229/ims_client").Client;
8
4
  Models: typeof import("./v20201229/ims_models");
9
5
  };
6
+ v20200713: {
7
+ Client: typeof import("./v20200713/ims_client").Client;
8
+ Models: typeof import("./v20200713/ims_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ims = void 0;
4
- const v20200713_1 = require("./v20200713");
5
4
  const v20201229_1 = require("./v20201229");
5
+ const v20200713_1 = require("./v20200713");
6
6
  exports.ims = {
7
- v20200713: v20200713_1.v20200713,
8
7
  v20201229: v20201229_1.v20201229,
8
+ v20200713: v20200713_1.v20200713,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const iotcloud: {
2
- v20180614: {
3
- Client: typeof import("./v20180614/iotcloud_client").Client;
4
- Models: typeof import("./v20180614/iotcloud_models");
5
- };
6
2
  v20210408: {
7
3
  Client: typeof import("./v20210408/iotcloud_client").Client;
8
4
  Models: typeof import("./v20210408/iotcloud_models");
9
5
  };
6
+ v20180614: {
7
+ Client: typeof import("./v20180614/iotcloud_client").Client;
8
+ Models: typeof import("./v20180614/iotcloud_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotcloud = void 0;
4
- const v20180614_1 = require("./v20180614");
5
4
  const v20210408_1 = require("./v20210408");
5
+ const v20180614_1 = require("./v20180614");
6
6
  exports.iotcloud = {
7
- v20180614: v20180614_1.v20180614,
8
7
  v20210408: v20210408_1.v20210408,
8
+ v20180614: v20180614_1.v20180614,
9
9
  };
@@ -3,12 +3,12 @@ export declare const iotvideo: {
3
3
  Client: typeof import("./v20201215/iotvideo_client").Client;
4
4
  Models: typeof import("./v20201215/iotvideo_models");
5
5
  };
6
- v20191126: {
7
- Client: typeof import("./v20191126/iotvideo_client").Client;
8
- Models: typeof import("./v20191126/iotvideo_models");
9
- };
10
6
  v20211125: {
11
7
  Client: typeof import("./v20211125/iotvideo_client").Client;
12
8
  Models: typeof import("./v20211125/iotvideo_models");
13
9
  };
10
+ v20191126: {
11
+ Client: typeof import("./v20191126/iotvideo_client").Client;
12
+ Models: typeof import("./v20191126/iotvideo_models");
13
+ };
14
14
  };
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotvideo = void 0;
4
4
  const v20201215_1 = require("./v20201215");
5
- const v20191126_1 = require("./v20191126");
6
5
  const v20211125_1 = require("./v20211125");
6
+ const v20191126_1 = require("./v20191126");
7
7
  exports.iotvideo = {
8
8
  v20201215: v20201215_1.v20201215,
9
- v20191126: v20191126_1.v20191126,
10
9
  v20211125: v20211125_1.v20211125,
10
+ v20191126: v20191126_1.v20191126,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const irp: {
2
- v20220805: {
3
- Client: typeof import("./v20220805/irp_client").Client;
4
- Models: typeof import("./v20220805/irp_models");
5
- };
6
2
  v20220324: {
7
3
  Client: typeof import("./v20220324/irp_client").Client;
8
4
  Models: typeof import("./v20220324/irp_models");
9
5
  };
6
+ v20220805: {
7
+ Client: typeof import("./v20220805/irp_client").Client;
8
+ Models: typeof import("./v20220805/irp_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.irp = void 0;
4
- const v20220805_1 = require("./v20220805");
5
4
  const v20220324_1 = require("./v20220324");
5
+ const v20220805_1 = require("./v20220805");
6
6
  exports.irp = {
7
- v20220805: v20220805_1.v20220805,
8
7
  v20220324: v20220324_1.v20220324,
8
+ v20220805: v20220805_1.v20220805,
9
9
  };
@@ -1794,7 +1794,7 @@ export interface InstanceReturnable {
1794
1794
  /**
1795
1795
  * 实例退还失败错误码。取值:
1796
1796
  0: 可以退还
1797
- 1: 资源已退货。如为退货后续费资源,请于购买6小时后操作
1797
+ 1: 资源已退货。
1798
1798
  2: 资源已到期
1799
1799
  3: 资源购买超过5天不支持退款
1800
1800
  4: 非预付费资源不支持退款
@@ -5057,11 +5057,11 @@ export interface TranscodeTotalInfo {
5057
5057
  例如:2019-01-08T10:00:00Z。
5058
5058
  注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
5059
5059
  */
5060
- Time: string;
5060
+ Time?: string;
5061
5061
  /**
5062
5062
  * 转码时长,单位:分钟。
5063
5063
  */
5064
- Duration: number;
5064
+ Duration?: number;
5065
5065
  /**
5066
5066
  * 编码方式,带模块,
5067
5067
  示例:
@@ -5070,12 +5070,12 @@ export interface TranscodeTotalInfo {
5070
5070
  topspeed_H264 =》极速高清-H264,
5071
5071
  topspeed_H265 =》极速高清-H265。
5072
5072
  */
5073
- ModuleCodec: string;
5073
+ ModuleCodec?: string;
5074
5074
  /**
5075
5075
  * 分辨率,
5076
5076
  示例:540*480。
5077
5077
  */
5078
- Resolution: string;
5078
+ Resolution?: string;
5079
5079
  }
5080
5080
  /**
5081
5081
  * UnBindLiveDomainCert返回参数结构体
@@ -1,10 +1,10 @@
1
1
  export declare const mongodb: {
2
- v20180408: {
3
- Client: typeof import("./v20180408/mongodb_client").Client;
4
- Models: typeof import("./v20180408/mongodb_models");
5
- };
6
2
  v20190725: {
7
3
  Client: typeof import("./v20190725/mongodb_client").Client;
8
4
  Models: typeof import("./v20190725/mongodb_models");
9
5
  };
6
+ v20180408: {
7
+ Client: typeof import("./v20180408/mongodb_client").Client;
8
+ Models: typeof import("./v20180408/mongodb_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.mongodb = void 0;
4
- const v20180408_1 = require("./v20180408");
5
4
  const v20190725_1 = require("./v20190725");
5
+ const v20180408_1 = require("./v20180408");
6
6
  exports.mongodb = {
7
- v20180408: v20180408_1.v20180408,
8
7
  v20190725: v20190725_1.v20190725,
8
+ v20180408: v20180408_1.v20180408,
9
9
  };
@@ -5212,7 +5212,7 @@ export interface ModifyAlarmPolicyTasksRequest {
5212
5212
  */
5213
5213
  PolicyId: string;
5214
5214
  /**
5215
- * 告警策略触发任务列表,空数据代表解绑
5215
+ * 告警策略触发任务列表,空数据代表解绑示例值: { "Type": "AS", "TaskConfig": "{\"Region\":\"ap-guangzhou\",\"Group\":\"asg-0zhspjx\",\"Policy\":\"asp-ganig28\"}" }
5216
5216
  */
5217
5217
  TriggerTasks?: Array<AlarmPolicyTriggerTask>;
5218
5218
  }
@@ -1,10 +1,10 @@
1
1
  export declare const organization: {
2
- v20181225: {
3
- Client: typeof import("./v20181225/organization_client").Client;
4
- Models: typeof import("./v20181225/organization_models");
5
- };
6
2
  v20210331: {
7
3
  Client: typeof import("./v20210331/organization_client").Client;
8
4
  Models: typeof import("./v20210331/organization_models");
9
5
  };
6
+ v20181225: {
7
+ Client: typeof import("./v20181225/organization_client").Client;
8
+ Models: typeof import("./v20181225/organization_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.organization = void 0;
4
- const v20181225_1 = require("./v20181225");
5
4
  const v20210331_1 = require("./v20210331");
5
+ const v20181225_1 = require("./v20181225");
6
6
  exports.organization = {
7
- v20181225: v20181225_1.v20181225,
8
7
  v20210331: v20210331_1.v20210331,
8
+ v20181225: v20181225_1.v20181225,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tem: {
2
- v20210701: {
3
- Client: typeof import("./v20210701/tem_client").Client;
4
- Models: typeof import("./v20210701/tem_models");
5
- };
6
2
  v20201221: {
7
3
  Client: typeof import("./v20201221/tem_client").Client;
8
4
  Models: typeof import("./v20201221/tem_models");
9
5
  };
6
+ v20210701: {
7
+ Client: typeof import("./v20210701/tem_client").Client;
8
+ Models: typeof import("./v20210701/tem_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tem = void 0;
4
- const v20210701_1 = require("./v20210701");
5
4
  const v20201221_1 = require("./v20201221");
5
+ const v20210701_1 = require("./v20210701");
6
6
  exports.tem = {
7
- v20210701: v20210701_1.v20210701,
8
7
  v20201221: v20201221_1.v20201221,
8
+ v20210701: v20210701_1.v20210701,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const teo: {
2
- v20220106: {
3
- Client: typeof import("./v20220106/teo_client").Client;
4
- Models: typeof import("./v20220106/teo_models");
5
- };
6
2
  v20220901: {
7
3
  Client: typeof import("./v20220901/teo_client").Client;
8
4
  Models: typeof import("./v20220901/teo_models");
9
5
  };
6
+ v20220106: {
7
+ Client: typeof import("./v20220106/teo_client").Client;
8
+ Models: typeof import("./v20220106/teo_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.teo = void 0;
4
- const v20220106_1 = require("./v20220106");
5
4
  const v20220901_1 = require("./v20220901");
5
+ const v20220106_1 = require("./v20220106");
6
6
  exports.teo = {
7
- v20220106: v20220106_1.v20220106,
8
7
  v20220901: v20220901_1.v20220901,
8
+ v20220106: v20220106_1.v20220106,
9
9
  };
@@ -1,4 +1,8 @@
1
1
  export declare const thpc: {
2
+ v20230321: {
3
+ Client: typeof import("./v20230321/thpc_client").Client;
4
+ Models: typeof import("./v20230321/thpc_models");
5
+ };
2
6
  v20211109: {
3
7
  Client: typeof import("./v20211109/thpc_client").Client;
4
8
  Models: typeof import("./v20211109/thpc_models");
@@ -7,8 +11,4 @@ export declare const thpc: {
7
11
  Client: typeof import("./v20220401/thpc_client").Client;
8
12
  Models: typeof import("./v20220401/thpc_models");
9
13
  };
10
- v20230321: {
11
- Client: typeof import("./v20230321/thpc_client").Client;
12
- Models: typeof import("./v20230321/thpc_models");
13
- };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.thpc = void 0;
4
+ const v20230321_1 = require("./v20230321");
4
5
  const v20211109_1 = require("./v20211109");
5
6
  const v20220401_1 = require("./v20220401");
6
- const v20230321_1 = require("./v20230321");
7
7
  exports.thpc = {
8
+ v20230321: v20230321_1.v20230321,
8
9
  v20211109: v20211109_1.v20211109,
9
10
  v20220401: v20220401_1.v20220401,
10
- v20230321: v20230321_1.v20230321,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tke: {
2
- v20220501: {
3
- Client: typeof import("./v20220501/tke_client").Client;
4
- Models: typeof import("./v20220501/tke_models");
5
- };
6
2
  v20180525: {
7
3
  Client: typeof import("./v20180525/tke_client").Client;
8
4
  Models: typeof import("./v20180525/tke_models");
9
5
  };
6
+ v20220501: {
7
+ Client: typeof import("./v20220501/tke_client").Client;
8
+ Models: typeof import("./v20220501/tke_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tke = void 0;
4
- const v20220501_1 = require("./v20220501");
5
4
  const v20180525_1 = require("./v20180525");
5
+ const v20220501_1 = require("./v20220501");
6
6
  exports.tke = {
7
- v20220501: v20220501_1.v20220501,
8
7
  v20180525: v20180525_1.v20180525,
8
+ v20220501: v20220501_1.v20220501,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tms: {
2
- v20200713: {
3
- Client: typeof import("./v20200713/tms_client").Client;
4
- Models: typeof import("./v20200713/tms_models");
5
- };
6
2
  v20201229: {
7
3
  Client: typeof import("./v20201229/tms_client").Client;
8
4
  Models: typeof import("./v20201229/tms_models");
9
5
  };
6
+ v20200713: {
7
+ Client: typeof import("./v20200713/tms_client").Client;
8
+ Models: typeof import("./v20200713/tms_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tms = void 0;
4
- const v20200713_1 = require("./v20200713");
5
4
  const v20201229_1 = require("./v20201229");
5
+ const v20200713_1 = require("./v20200713");
6
6
  exports.tms = {
7
- v20200713: v20200713_1.v20200713,
8
7
  v20201229: v20201229_1.v20201229,
8
+ v20200713: v20200713_1.v20200713,
9
9
  };
@@ -1,12 +1,12 @@
1
1
  export declare const vm: {
2
- v20210922: {
3
- Client: typeof import("./v20210922/vm_client").Client;
4
- Models: typeof import("./v20210922/vm_models");
5
- };
6
2
  v20201229: {
7
3
  Client: typeof import("./v20201229/vm_client").Client;
8
4
  Models: typeof import("./v20201229/vm_models");
9
5
  };
6
+ v20210922: {
7
+ Client: typeof import("./v20210922/vm_client").Client;
8
+ Models: typeof import("./v20210922/vm_models");
9
+ };
10
10
  v20200709: {
11
11
  Client: typeof import("./v20200709/vm_client").Client;
12
12
  Models: typeof import("./v20200709/vm_models");
@@ -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");
5
4
  const v20201229_1 = require("./v20201229");
5
+ const v20210922_1 = require("./v20210922");
6
6
  const v20200709_1 = require("./v20200709");
7
7
  exports.vm = {
8
- v20210922: v20210922_1.v20210922,
9
8
  v20201229: v20201229_1.v20201229,
9
+ v20210922: v20210922_1.v20210922,
10
10
  v20200709: v20200709_1.v20200709,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const vod: {
2
- v20240718: {
3
- Client: typeof import("./v20240718/vod_client").Client;
4
- Models: typeof import("./v20240718/vod_models");
5
- };
6
2
  v20180717: {
7
3
  Client: typeof import("./v20180717/vod_client").Client;
8
4
  Models: typeof import("./v20180717/vod_models");
9
5
  };
6
+ v20240718: {
7
+ Client: typeof import("./v20240718/vod_client").Client;
8
+ Models: typeof import("./v20240718/vod_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.vod = void 0;
4
- const v20240718_1 = require("./v20240718");
5
4
  const v20180717_1 = require("./v20180717");
5
+ const v20240718_1 = require("./v20240718");
6
6
  exports.vod = {
7
- v20240718: v20240718_1.v20240718,
8
7
  v20180717: v20180717_1.v20180717,
8
+ v20240718: v20240718_1.v20240718,
9
9
  };