tencentcloud-sdk-nodejs 4.0.985 → 4.0.987

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 (104) hide show
  1. package/CHANGELOG.md +681 -0
  2. package/SERVICE_CHANGELOG.md +796 -73
  3. package/package.json +1 -1
  4. package/products.md +32 -31
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +11 -4
  7. package/src/services/cam/v20190116/cam_models.ts +6 -6
  8. package/src/services/cdb/v20170320/cdb_client.ts +18 -9
  9. package/src/services/cdb/v20170320/cdb_models.ts +74 -1
  10. package/src/services/cfs/v20190719/cfs_models.ts +8 -0
  11. package/src/services/clb/v20180317/clb_models.ts +1 -1
  12. package/src/services/config/v20220802/config_models.ts +47 -37
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +59 -11
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +206 -76
  15. package/src/services/emr/v20190103/emr_models.ts +9 -4
  16. package/src/services/ess/v20201111/ess_models.ts +10 -0
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +11 -1
  18. package/src/services/facefusion/v20181201/facefusion_models.ts +2 -2
  19. package/src/services/index.ts +1 -0
  20. package/src/services/lke/v20231130/lke_client.ts +126 -39
  21. package/src/services/lke/v20231130/lke_models.ts +464 -78
  22. package/src/services/mqtt/v20240516/mqtt_client.ts +32 -8
  23. package/src/services/mqtt/v20240516/mqtt_models.ts +261 -109
  24. package/src/services/ocr/v20181119/ocr_models.ts +4 -0
  25. package/src/services/privatedns/v20201028/privatedns_models.ts +26 -13
  26. package/src/services/pts/v20210728/pts_models.ts +16 -12
  27. package/src/services/scf/v20180416/scf_models.ts +4 -0
  28. package/src/services/ssl/v20191205/ssl_client.ts +2 -2
  29. package/src/services/ssl/v20191205/ssl_models.ts +120 -96
  30. package/src/services/tcr/v20190924/tcr_models.ts +27 -16
  31. package/src/services/tdmq/v20200217/tdmq_client.ts +15 -25
  32. package/src/services/tdmq/v20200217/tdmq_models.ts +6 -45
  33. package/src/services/tmt/v20180321/tmt_client.ts +1 -1
  34. package/src/services/trocket/v20230308/trocket_models.ts +12 -12
  35. package/src/services/trtc/v20190722/trtc_models.ts +2 -1
  36. package/src/services/vclm/v20240523/vclm_client.ts +36 -53
  37. package/src/services/vclm/v20240523/vclm_models.ts +16 -1
  38. package/src/services/vcube/index.ts +5 -0
  39. package/src/services/vcube/v20220410/index.ts +6 -0
  40. package/src/services/vcube/v20220410/vcube_client.ts +455 -0
  41. package/src/services/vcube/v20220410/vcube_models.ts +2125 -0
  42. package/src/services/vod/v20180717/vod_models.ts +17 -1
  43. package/src/services/vpc/v20170312/vpc_client.ts +16 -9
  44. package/src/services/vpc/v20170312/vpc_models.ts +48 -52
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +11 -4
  48. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +6 -6
  49. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +13 -5
  50. package/tencentcloud/services/cdb/v20170320/cdb_client.js +12 -4
  51. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +73 -1
  52. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -0
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  54. package/tencentcloud/services/config/v20220802/config_models.d.ts +47 -37
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +19 -3
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +27 -3
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +197 -75
  58. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +9 -4
  59. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -0
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -1
  61. package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +2 -2
  62. package/tencentcloud/services/index.d.ts +1 -0
  63. package/tencentcloud/services/index.js +2 -0
  64. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +41 -13
  65. package/tencentcloud/services/lke/v20231130/lke_client.js +60 -18
  66. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +447 -78
  67. package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +11 -4
  68. package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +15 -4
  69. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +256 -109
  70. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  71. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +26 -13
  72. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +16 -12
  73. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +4 -0
  74. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +2 -2
  75. package/tencentcloud/services/ssl/v20191205/ssl_client.js +2 -2
  76. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +120 -96
  77. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +27 -16
  78. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -11
  79. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +9 -13
  80. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -43
  81. package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -1
  82. package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -1
  83. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +12 -12
  84. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
  85. package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +36 -53
  86. package/tencentcloud/services/vclm/v20240523/vclm_client.js +36 -53
  87. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +16 -1
  88. package/tencentcloud/services/vcube/index.d.ts +6 -0
  89. package/tencentcloud/services/vcube/index.js +7 -0
  90. package/tencentcloud/services/vcube/v20220410/index.d.ts +6 -0
  91. package/tencentcloud/services/vcube/v20220410/index.js +9 -0
  92. package/tencentcloud/services/vcube/v20220410/vcube_client.d.ts +146 -0
  93. package/tencentcloud/services/vcube/v20220410/vcube_client.js +235 -0
  94. package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +2025 -0
  95. package/tencentcloud/services/vcube/v20220410/vcube_models.js +18 -0
  96. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -1
  97. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +13 -6
  98. package/tencentcloud/services/vpc/v20170312/vpc_client.js +13 -6
  99. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +48 -52
  100. package/test/cynosdb.v20190107.test.js +42 -2
  101. package/test/lke.v20231130.test.js +88 -18
  102. package/test/mqtt.v20240516.test.js +22 -2
  103. package/test/tdmq.v20200217.test.js +2 -12
  104. package/test/vcube.v20220410.test.js +361 -0
@@ -204,26 +204,32 @@ export interface DescribeVideoTranslateJobResponse {
204
204
  TranslateResults?: Array<TranslateResult>;
205
205
  /**
206
206
  * 是否需要确认翻译结果。0:不需要,1:需要。
207
+ * @deprecated
207
208
  */
208
209
  JobConfirm?: number;
209
210
  /**
210
211
  * 音频任务 ID。
212
+ * @deprecated
211
213
  */
212
214
  JobAudioTaskId?: string;
213
215
  /**
214
216
  * 视频审核任务ID。
217
+ * @deprecated
215
218
  */
216
219
  JobVideoModerationId?: string;
217
220
  /**
218
221
  * 音频审核任务 ID。
222
+ * @deprecated
219
223
  */
220
224
  JobAudioModerationId?: string;
221
225
  /**
222
226
  * 口型驱动任务 ID。
227
+ * @deprecated
223
228
  */
224
229
  JobVideoId?: string;
225
230
  /**
226
231
  * 视频素材原始 URL。
232
+ * @deprecated
227
233
  */
228
234
  OriginalVideoUrl?: string;
229
235
  /**
@@ -232,6 +238,7 @@ export interface DescribeVideoTranslateJobResponse {
232
238
  AsrTimestamps?: Array<AsrTimestamps>;
233
239
  /**
234
240
  * 提交视频转译任务时的 requestId。
241
+ * @deprecated
235
242
  */
236
243
  JobSubmitReqId?: string;
237
244
  /**
@@ -521,20 +528,28 @@ export interface ConfirmVideoTranslateJobResponse {
521
528
  JobId?: string;
522
529
  /**
523
530
  * 音频转译任务 ID。
531
+ * @deprecated
524
532
  */
525
533
  TaskId?: string;
526
534
  /**
527
535
  * 音频转译结果确认 session。
536
+ * @deprecated
528
537
  */
529
538
  SessionId?: string;
530
539
  /**
531
- * 该字段与 DescribeVideoTranslateJob 接口的 Status 功能相同,均表示任务状态。0:任务初始化。1:音频翻译中。 2:音频翻译失败。 3:音频翻译成功。 4:音频结果待确认。 5:音频结果已确认完毕。6:视频翻译中。 7:视频翻译失败。 8:视频翻译成功。
540
+ * 任务状态。0:任务初始化。1:音频翻译中。 2:音频翻译失败。 3:音频翻译成功。 4:音频结果待确认。 5:音频结果已确认完毕。6:视频翻译中。 7:视频翻译失败。 8:视频翻译成功。
541
+ * @deprecated
532
542
  */
533
543
  Status?: number;
534
544
  /**
535
545
  * 视频转译任务信息。
546
+ * @deprecated
536
547
  */
537
548
  Message?: string;
549
+ /**
550
+ * 任务状态。0:任务初始化。1:音频翻译中。 2:音频翻译失败。 3:音频翻译成功。 4:音频结果待确认。 5:音频结果已确认完毕。6:视频翻译中。 7:视频翻译失败。 8:视频翻译成功。
551
+ */
552
+ JobStatus?: number;
538
553
  /**
539
554
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
540
555
  */
@@ -0,0 +1,6 @@
1
+ export declare const vcube: {
2
+ v20220410: {
3
+ Client: typeof import("./v20220410/vcube_client").Client;
4
+ Models: typeof import("./v20220410/vcube_models");
5
+ };
6
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.vcube = void 0;
4
+ const v20220410_1 = require("./v20220410");
5
+ exports.vcube = {
6
+ v20220410: v20220410_1.v20220410,
7
+ };
@@ -0,0 +1,6 @@
1
+ import * as Models from "./vcube_models";
2
+ import { Client } from "./vcube_client";
3
+ export declare const v20220410: {
4
+ Client: typeof Client;
5
+ Models: typeof Models;
6
+ };
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.v20220410 = void 0;
4
+ const Models = require("./vcube_models");
5
+ const vcube_client_1 = require("./vcube_client");
6
+ exports.v20220410 = {
7
+ Client: vcube_client_1.Client,
8
+ Models: Models
9
+ };
@@ -0,0 +1,146 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ import { ClientConfig } from "../../../common/interface";
3
+ import { DescribeVcubeApplicationAndLicenseRequest, CreateLicenseResponse, CreateApplicationAndVideoResponse, CreateApplicationAndBindLicenseResponse, ModifyFormalApplicationResponse, DescribeXMagicResourceListRequest, DescribeVcubeResourcesListRequest, DescribeTrialFeatureResponse, CreateTrialLicenseResponse, DescribeUserConfigResponse, RenewTestXMagicResponse, RenewVideoResponse, UpdateXMagicRequest, DescribeVcubeResourcesRequest, CreateLicenseRequest, CreateTrialApplicationAndLicenseRequest, ModifyFormalApplicationRequest, DescribeLicenseListRequest, DescribeSTSRequest, RenewLicenseRequest, RenewLicenseResponse, DescribeVcubeApplicationAndPlayListRequest, DescribeVcubeApplicationAndXMagicListRequest, DescribeVcubeResourcesListResponse, DescribeLicenseListResponse, ModifyApplicationResponse, ModifyXMagicRequest, DescribeVcubeResourcesResponse, DescribeNewsRequest, CreateTestXMagicResponse, DescribeUserConfigRequest, RenewTestXMagicRequest, UpdateXMagicResponse, ModifyLicenseRequest, CreateActivityLicenseResponse, UpdateTestXMagicResponse, CreateTrialApplicationAndLicenseResponse, DescribeXMagicResourceRequest, ModifyPresetApplicationResponse, CreateXMagicResponse, ModifyPresetApplicationRequest, DescribeNewsResponse, DescribeSTSResponse, DescribeXMagicResourceResponse, DescribeVcubeApplicationAndPlayListResponse, ModifyTrialLicenseResponse, UpdateTrialLicenseResponse, ModifyApplicationRequest, CreateXMagicRequest, RenewVideoRequest, CreateApplicationAndVideoRequest, DescribeVcubeApplicationAndLicenseResponse, CreateTestXMagicRequest, DescribeVcubeApplicationAndXMagicListResponse, CreateTrialLicenseRequest, DescribeFeatureListRequest, CreateActivityLicenseRequest, UpdateTrialLicenseRequest, UpdateTestXMagicRequest, ModifyLicenseResponse, CreateApplicationAndWebPlayerLicenseResponse, ModifyTrialLicenseRequest, ModifyXMagicResponse, CreateApplicationAndWebPlayerLicenseRequest, CreateApplicationAndBindLicenseRequest, DescribeFeatureListResponse, DescribeXMagicResourceListResponse, DescribeTrialFeatureRequest } from "./vcube_models";
4
+ /**
5
+ * vcube client
6
+ * @class
7
+ */
8
+ export declare class Client extends AbstractClient {
9
+ constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 续期测试license
12
+ */
13
+ ModifyTrialLicense(req: ModifyTrialLicenseRequest, cb?: (error: string, rep: ModifyTrialLicenseResponse) => void): Promise<ModifyTrialLicenseResponse>;
14
+ /**
15
+ * 续期测试版优图美视
16
+ */
17
+ RenewTestXMagic(req: RenewTestXMagicRequest, cb?: (error: string, rep: RenewTestXMagicResponse) => void): Promise<RenewTestXMagicResponse>;
18
+ /**
19
+ * 查询视立方 license 资源,所有的资源包
20
+ */
21
+ DescribeVcubeResources(req: DescribeVcubeResourcesRequest, cb?: (error: string, rep: DescribeVcubeResourcesResponse) => void): Promise<DescribeVcubeResourcesResponse>;
22
+ /**
23
+ * 创建应用并绑定license或者XMagic
24
+ */
25
+ CreateApplicationAndBindLicense(req: CreateApplicationAndBindLicenseRequest, cb?: (error: string, rep: CreateApplicationAndBindLicenseResponse) => void): Promise<CreateApplicationAndBindLicenseResponse>;
26
+ /**
27
+ * 创建 web 播放器基础版
28
+ */
29
+ CreateApplicationAndWebPlayerLicense(req: CreateApplicationAndWebPlayerLicenseRequest, cb?: (error: string, rep: CreateApplicationAndWebPlayerLicenseResponse) => void): Promise<CreateApplicationAndWebPlayerLicenseResponse>;
30
+ /**
31
+ * 用途美视资源包用于开通正式优图美视
32
+ */
33
+ DescribeXMagicResource(req: DescribeXMagicResourceRequest, cb?: (error: string, rep: DescribeXMagicResourceResponse) => void): Promise<DescribeXMagicResourceResponse>;
34
+ /**
35
+ * 编辑更改应用
36
+ */
37
+ ModifyApplication(req: ModifyApplicationRequest, cb?: (error: string, rep: ModifyApplicationResponse) => void): Promise<ModifyApplicationResponse>;
38
+ /**
39
+ * 修改正式应用的包名称
40
+ */
41
+ ModifyFormalApplication(req: ModifyFormalApplicationRequest, cb?: (error: string, rep: ModifyFormalApplicationResponse) => void): Promise<ModifyFormalApplicationResponse>;
42
+ /**
43
+ * 查询用户个性配置
44
+ */
45
+ DescribeUserConfig(req?: DescribeUserConfigRequest, cb?: (error: string, rep: DescribeUserConfigResponse) => void): Promise<DescribeUserConfigResponse>;
46
+ /**
47
+ * 获取临时秘钥,用于图片,特效包上传
48
+ */
49
+ DescribeSTS(req?: DescribeSTSRequest, cb?: (error: string, rep: DescribeSTSResponse) => void): Promise<DescribeSTSResponse>;
50
+ /**
51
+ * 修改内置应用包名
52
+ */
53
+ ModifyPresetApplication(req: ModifyPresetApplicationRequest, cb?: (error: string, rep: ModifyPresetApplicationResponse) => void): Promise<ModifyPresetApplicationResponse>;
54
+ /**
55
+ * 查询视立方 license 资源,包括资源包赠送和直接购买的资源
56
+ */
57
+ DescribeVcubeResourcesList(req: DescribeVcubeResourcesListRequest, cb?: (error: string, rep: DescribeVcubeResourcesListResponse) => void): Promise<DescribeVcubeResourcesListResponse>;
58
+ /**
59
+ * 开通测试license
60
+ */
61
+ CreateTrialLicense(req: CreateTrialLicenseRequest, cb?: (error: string, rep: CreateTrialLicenseResponse) => void): Promise<CreateTrialLicenseResponse>;
62
+ /**
63
+ * 正式license 升降配,点播精简版、基础版
64
+ */
65
+ ModifyLicense(req: ModifyLicenseRequest, cb?: (error: string, rep: ModifyLicenseResponse) => void): Promise<ModifyLicenseResponse>;
66
+ /**
67
+ * 查询用户license, 按照应用分类
68
+ */
69
+ DescribeVcubeApplicationAndLicense(req: DescribeVcubeApplicationAndLicenseRequest, cb?: (error: string, rep: DescribeVcubeApplicationAndLicenseResponse) => void): Promise<DescribeVcubeApplicationAndLicenseResponse>;
70
+ /**
71
+ * 将测试xmagic升级到正式版
72
+ */
73
+ UpdateTestXMagic(req: UpdateTestXMagicRequest, cb?: (error: string, rep: UpdateTestXMagicResponse) => void): Promise<UpdateTestXMagicResponse>;
74
+ /**
75
+ * 更新优图美视的申请信息 Status 为2,3的时候可用
76
+ */
77
+ UpdateXMagic(req: UpdateXMagicRequest, cb?: (error: string, rep: UpdateXMagicResponse) => void): Promise<UpdateXMagicResponse>;
78
+ /**
79
+ * 测试 license 升级为正式 license
80
+ */
81
+ UpdateTrialLicense(req: UpdateTrialLicenseRequest, cb?: (error: string, rep: UpdateTrialLicenseResponse) => void): Promise<UpdateTrialLicenseResponse>;
82
+ /**
83
+ * 查询用户优图license, 按照应用分类
84
+ */
85
+ DescribeVcubeApplicationAndXMagicList(req: DescribeVcubeApplicationAndXMagicListRequest, cb?: (error: string, rep: DescribeVcubeApplicationAndXMagicListResponse) => void): Promise<DescribeVcubeApplicationAndXMagicListResponse>;
86
+ /**
87
+ * 查询用户点播直播等license, 按照应用分类,国际站专用
88
+ */
89
+ DescribeVcubeApplicationAndPlayList(req: DescribeVcubeApplicationAndPlayListRequest, cb?: (error: string, rep: DescribeVcubeApplicationAndPlayListResponse) => void): Promise<DescribeVcubeApplicationAndPlayListResponse>;
90
+ /**
91
+ * 总览页查询临期License列表,和统计数据
92
+ */
93
+ DescribeLicenseList(req?: DescribeLicenseListRequest, cb?: (error: string, rep: DescribeLicenseListResponse) => void): Promise<DescribeLicenseListResponse>;
94
+ /**
95
+ * 创建活动license
96
+ */
97
+ CreateActivityLicense(req: CreateActivityLicenseRequest, cb?: (error: string, rep: CreateActivityLicenseResponse) => void): Promise<CreateActivityLicenseResponse>;
98
+ /**
99
+ * 绑定license
100
+ */
101
+ CreateLicense(req: CreateLicenseRequest, cb?: (error: string, rep: CreateLicenseResponse) => void): Promise<CreateLicenseResponse>;
102
+ /**
103
+ * 申请开通测试版优图
104
+ */
105
+ CreateTestXMagic(req: CreateTestXMagicRequest, cb?: (error: string, rep: CreateTestXMagicResponse) => void): Promise<CreateTestXMagicResponse>;
106
+ /**
107
+ * 续期国际站视频播放功能和中国站web基础版
108
+ */
109
+ RenewVideo(req: RenewVideoRequest, cb?: (error: string, rep: RenewVideoResponse) => void): Promise<RenewVideoResponse>;
110
+ /**
111
+ * 正式license 续期与变更有效期
112
+ */
113
+ RenewLicense(req: RenewLicenseRequest, cb?: (error: string, rep: RenewLicenseResponse) => void): Promise<RenewLicenseResponse>;
114
+ /**
115
+ * 创建测试应用并开通测试 license
116
+ */
117
+ CreateTrialApplicationAndLicense(req: CreateTrialApplicationAndLicenseRequest, cb?: (error: string, rep: CreateTrialApplicationAndLicenseResponse) => void): Promise<CreateTrialApplicationAndLicenseResponse>;
118
+ /**
119
+ * 用于优图美视资源列表展示
120
+ */
121
+ DescribeXMagicResourceList(req: DescribeXMagicResourceListRequest, cb?: (error: string, rep: DescribeXMagicResourceListResponse) => void): Promise<DescribeXMagicResourceListResponse>;
122
+ /**
123
+ * 查询测试应用可以开通的功能
124
+ */
125
+ DescribeTrialFeature(req?: DescribeTrialFeatureRequest, cb?: (error: string, rep: DescribeTrialFeatureResponse) => void): Promise<DescribeTrialFeatureResponse>;
126
+ /**
127
+ * x08开通正式版优图美视功能,针对已经有Application的情况
128
+ */
129
+ CreateXMagic(req: CreateXMagicRequest, cb?: (error: string, rep: CreateXMagicResponse) => void): Promise<CreateXMagicResponse>;
130
+ /**
131
+ * 创建应用和视频播放license 目前只有国际站可以用
132
+ */
133
+ CreateApplicationAndVideo(req: CreateApplicationAndVideoRequest, cb?: (error: string, rep: CreateApplicationAndVideoResponse) => void): Promise<CreateApplicationAndVideoResponse>;
134
+ /**
135
+ * 查询功能列表
136
+ */
137
+ DescribeFeatureList(req?: DescribeFeatureListRequest, cb?: (error: string, rep: DescribeFeatureListResponse) => void): Promise<DescribeFeatureListResponse>;
138
+ /**
139
+ * 查询产品动态
140
+ */
141
+ DescribeNews(req: DescribeNewsRequest, cb?: (error: string, rep: DescribeNewsResponse) => void): Promise<DescribeNewsResponse>;
142
+ /**
143
+ * 使用一个腾讯特效资源,更新现在的腾讯特效license,license功能和到期时间会以新的资源为准,老资源会被替换下来
144
+ */
145
+ ModifyXMagic(req: ModifyXMagicRequest, cb?: (error: string, rep: ModifyXMagicResponse) => void): Promise<ModifyXMagicResponse>;
146
+ }
@@ -0,0 +1,235 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Client = void 0;
4
+ /* eslint-disable @typescript-eslint/no-unused-vars */
5
+ /*
6
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+ const abstract_client_1 = require("../../../common/abstract_client");
22
+ /**
23
+ * vcube client
24
+ * @class
25
+ */
26
+ class Client extends abstract_client_1.AbstractClient {
27
+ constructor(clientConfig) {
28
+ super("vcube.tencentcloudapi.com", "2022-04-10", clientConfig);
29
+ }
30
+ /**
31
+ * 续期测试license
32
+ */
33
+ async ModifyTrialLicense(req, cb) {
34
+ return this.request("ModifyTrialLicense", req, cb);
35
+ }
36
+ /**
37
+ * 续期测试版优图美视
38
+ */
39
+ async RenewTestXMagic(req, cb) {
40
+ return this.request("RenewTestXMagic", req, cb);
41
+ }
42
+ /**
43
+ * 查询视立方 license 资源,所有的资源包
44
+ */
45
+ async DescribeVcubeResources(req, cb) {
46
+ return this.request("DescribeVcubeResources", req, cb);
47
+ }
48
+ /**
49
+ * 创建应用并绑定license或者XMagic
50
+ */
51
+ async CreateApplicationAndBindLicense(req, cb) {
52
+ return this.request("CreateApplicationAndBindLicense", req, cb);
53
+ }
54
+ /**
55
+ * 创建 web 播放器基础版
56
+ */
57
+ async CreateApplicationAndWebPlayerLicense(req, cb) {
58
+ return this.request("CreateApplicationAndWebPlayerLicense", req, cb);
59
+ }
60
+ /**
61
+ * 用途美视资源包用于开通正式优图美视
62
+ */
63
+ async DescribeXMagicResource(req, cb) {
64
+ return this.request("DescribeXMagicResource", req, cb);
65
+ }
66
+ /**
67
+ * 编辑更改应用
68
+ */
69
+ async ModifyApplication(req, cb) {
70
+ return this.request("ModifyApplication", req, cb);
71
+ }
72
+ /**
73
+ * 修改正式应用的包名称
74
+ */
75
+ async ModifyFormalApplication(req, cb) {
76
+ return this.request("ModifyFormalApplication", req, cb);
77
+ }
78
+ /**
79
+ * 查询用户个性配置
80
+ */
81
+ async DescribeUserConfig(req, cb) {
82
+ return this.request("DescribeUserConfig", req, cb);
83
+ }
84
+ /**
85
+ * 获取临时秘钥,用于图片,特效包上传
86
+ */
87
+ async DescribeSTS(req, cb) {
88
+ return this.request("DescribeSTS", req, cb);
89
+ }
90
+ /**
91
+ * 修改内置应用包名
92
+ */
93
+ async ModifyPresetApplication(req, cb) {
94
+ return this.request("ModifyPresetApplication", req, cb);
95
+ }
96
+ /**
97
+ * 查询视立方 license 资源,包括资源包赠送和直接购买的资源
98
+ */
99
+ async DescribeVcubeResourcesList(req, cb) {
100
+ return this.request("DescribeVcubeResourcesList", req, cb);
101
+ }
102
+ /**
103
+ * 开通测试license
104
+ */
105
+ async CreateTrialLicense(req, cb) {
106
+ return this.request("CreateTrialLicense", req, cb);
107
+ }
108
+ /**
109
+ * 正式license 升降配,点播精简版、基础版
110
+ */
111
+ async ModifyLicense(req, cb) {
112
+ return this.request("ModifyLicense", req, cb);
113
+ }
114
+ /**
115
+ * 查询用户license, 按照应用分类
116
+ */
117
+ async DescribeVcubeApplicationAndLicense(req, cb) {
118
+ return this.request("DescribeVcubeApplicationAndLicense", req, cb);
119
+ }
120
+ /**
121
+ * 将测试xmagic升级到正式版
122
+ */
123
+ async UpdateTestXMagic(req, cb) {
124
+ return this.request("UpdateTestXMagic", req, cb);
125
+ }
126
+ /**
127
+ * 更新优图美视的申请信息 Status 为2,3的时候可用
128
+ */
129
+ async UpdateXMagic(req, cb) {
130
+ return this.request("UpdateXMagic", req, cb);
131
+ }
132
+ /**
133
+ * 测试 license 升级为正式 license
134
+ */
135
+ async UpdateTrialLicense(req, cb) {
136
+ return this.request("UpdateTrialLicense", req, cb);
137
+ }
138
+ /**
139
+ * 查询用户优图license, 按照应用分类
140
+ */
141
+ async DescribeVcubeApplicationAndXMagicList(req, cb) {
142
+ return this.request("DescribeVcubeApplicationAndXMagicList", req, cb);
143
+ }
144
+ /**
145
+ * 查询用户点播直播等license, 按照应用分类,国际站专用
146
+ */
147
+ async DescribeVcubeApplicationAndPlayList(req, cb) {
148
+ return this.request("DescribeVcubeApplicationAndPlayList", req, cb);
149
+ }
150
+ /**
151
+ * 总览页查询临期License列表,和统计数据
152
+ */
153
+ async DescribeLicenseList(req, cb) {
154
+ return this.request("DescribeLicenseList", req, cb);
155
+ }
156
+ /**
157
+ * 创建活动license
158
+ */
159
+ async CreateActivityLicense(req, cb) {
160
+ return this.request("CreateActivityLicense", req, cb);
161
+ }
162
+ /**
163
+ * 绑定license
164
+ */
165
+ async CreateLicense(req, cb) {
166
+ return this.request("CreateLicense", req, cb);
167
+ }
168
+ /**
169
+ * 申请开通测试版优图
170
+ */
171
+ async CreateTestXMagic(req, cb) {
172
+ return this.request("CreateTestXMagic", req, cb);
173
+ }
174
+ /**
175
+ * 续期国际站视频播放功能和中国站web基础版
176
+ */
177
+ async RenewVideo(req, cb) {
178
+ return this.request("RenewVideo", req, cb);
179
+ }
180
+ /**
181
+ * 正式license 续期与变更有效期
182
+ */
183
+ async RenewLicense(req, cb) {
184
+ return this.request("RenewLicense", req, cb);
185
+ }
186
+ /**
187
+ * 创建测试应用并开通测试 license
188
+ */
189
+ async CreateTrialApplicationAndLicense(req, cb) {
190
+ return this.request("CreateTrialApplicationAndLicense", req, cb);
191
+ }
192
+ /**
193
+ * 用于优图美视资源列表展示
194
+ */
195
+ async DescribeXMagicResourceList(req, cb) {
196
+ return this.request("DescribeXMagicResourceList", req, cb);
197
+ }
198
+ /**
199
+ * 查询测试应用可以开通的功能
200
+ */
201
+ async DescribeTrialFeature(req, cb) {
202
+ return this.request("DescribeTrialFeature", req, cb);
203
+ }
204
+ /**
205
+ * x08开通正式版优图美视功能,针对已经有Application的情况
206
+ */
207
+ async CreateXMagic(req, cb) {
208
+ return this.request("CreateXMagic", req, cb);
209
+ }
210
+ /**
211
+ * 创建应用和视频播放license 目前只有国际站可以用
212
+ */
213
+ async CreateApplicationAndVideo(req, cb) {
214
+ return this.request("CreateApplicationAndVideo", req, cb);
215
+ }
216
+ /**
217
+ * 查询功能列表
218
+ */
219
+ async DescribeFeatureList(req, cb) {
220
+ return this.request("DescribeFeatureList", req, cb);
221
+ }
222
+ /**
223
+ * 查询产品动态
224
+ */
225
+ async DescribeNews(req, cb) {
226
+ return this.request("DescribeNews", req, cb);
227
+ }
228
+ /**
229
+ * 使用一个腾讯特效资源,更新现在的腾讯特效license,license功能和到期时间会以新的资源为准,老资源会被替换下来
230
+ */
231
+ async ModifyXMagic(req, cb) {
232
+ return this.request("ModifyXMagic", req, cb);
233
+ }
234
+ }
235
+ exports.Client = Client;