tencentcloud-sdk-nodejs 4.0.283 → 4.0.284
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/CHANGELOG.md +22 -0
- package/SERVICE_CHANGELOG.md +44 -127
- package/package.json +1 -1
- package/products.md +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +15 -2
- package/src/services/ame/v20190916/ame_models.ts +92 -14
- package/src/services/index.ts +1 -0
- package/src/services/lowcode/index.ts +5 -0
- package/src/services/lowcode/v20210108/index.ts +6 -0
- package/src/services/lowcode/v20210108/lowcode_client.ts +48 -0
- package/src/services/lowcode/v20210108/lowcode_models.ts +359 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.d.ts +5 -1
- package/tencentcloud/services/ame/v20190916/ame_client.js +6 -0
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +79 -13
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lowcode/index.d.ts +6 -0
- package/tencentcloud/services/lowcode/index.js +7 -0
- package/tencentcloud/services/lowcode/v20210108/index.d.ts +6 -0
- package/tencentcloud/services/lowcode/v20210108/index.js +9 -0
- package/tencentcloud/services/lowcode/v20210108/lowcode_client.d.ts +14 -0
- package/tencentcloud/services/lowcode/v20210108/lowcode_client.js +37 -0
- package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +287 -0
- package/tencentcloud/services/lowcode/v20210108/lowcode_models.js +18 -0
- package/test/ame.v20190916.test.js +10 -0
- package/test/lowcode.v20210108.test.js +31 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
# Release 4.0.284
|
|
2
|
+
|
|
3
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
|
+
|
|
5
|
+
### 第 24 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-01-28 08:00:20
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeKTVTopList](https://cloud.tencent.com/document/api/1155/68908)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [KTVMusicTopInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicTopInfo)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
1
23
|
# Release 4.0.283
|
|
2
24
|
|
|
3
25
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,104 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
6
|
-
|
|
7
|
-
发布时间:2022-01-27 08:04:32
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeKTVSingerCategories](https://cloud.tencent.com/document/api/1155/68860)
|
|
16
|
-
* [DescribeKTVSingerMusics](https://cloud.tencent.com/document/api/1155/68859)
|
|
17
|
-
* [DescribeKTVSingers](https://cloud.tencent.com/document/api/1155/68858)
|
|
18
|
-
|
|
19
|
-
修改接口:
|
|
20
|
-
|
|
21
|
-
* [DescribeKTVMusicDetail](https://cloud.tencent.com/document/api/1155/56402)
|
|
22
|
-
|
|
23
|
-
* 新增出参:MidiJsonUrl, ChorusClipSet
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
新增数据结构:
|
|
27
|
-
|
|
28
|
-
* [ChorusClip](https://cloud.tencent.com/document/api/1155/40113#ChorusClip)
|
|
29
|
-
* [KTVSingerBaseInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerBaseInfo)
|
|
30
|
-
* [KTVSingerCategoryInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerCategoryInfo)
|
|
31
|
-
* [KTVSingerInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerInfo)
|
|
32
|
-
* [SortBy](https://cloud.tencent.com/document/api/1155/40113#SortBy)
|
|
33
|
-
|
|
34
|
-
修改数据结构:
|
|
35
|
-
|
|
36
|
-
* [KTVMusicBaseInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicBaseInfo)
|
|
37
|
-
|
|
38
|
-
* 新增成员:SingerInfoSet
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
## 访问管理(cam) 版本:2019-01-16
|
|
44
|
-
|
|
45
|
-
### 第 42 次发布
|
|
46
|
-
|
|
47
|
-
发布时间:2022-01-27 08:10:42
|
|
48
|
-
|
|
49
|
-
本次发布包含了以下内容:
|
|
50
|
-
|
|
51
|
-
改善已有的文档。
|
|
52
|
-
|
|
53
|
-
修改数据结构:
|
|
54
|
-
|
|
55
|
-
* [SubAccountInfo](https://cloud.tencent.com/document/api/598/33167#SubAccountInfo)
|
|
56
|
-
|
|
57
|
-
* 新增成员:NickName
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
63
|
-
|
|
64
|
-
### 第 47 次发布
|
|
65
|
-
|
|
66
|
-
发布时间:2022-01-27 08:22:16
|
|
67
|
-
|
|
68
|
-
本次发布包含了以下内容:
|
|
69
|
-
|
|
70
|
-
改善已有的文档。
|
|
71
|
-
|
|
72
|
-
新增数据结构:
|
|
73
|
-
|
|
74
|
-
* [ClassCreatedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassCreatedEvent)
|
|
75
|
-
* [ClassDeletedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassDeletedEvent)
|
|
76
|
-
* [ClassMovedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassMovedEvent)
|
|
77
|
-
* [ImportMediaInfo](https://cloud.tencent.com/document/api/1156/40360#ImportMediaInfo)
|
|
78
|
-
* [MaterialAddedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialAddedEvent)
|
|
79
|
-
* [MaterialDeletedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialDeletedEvent)
|
|
80
|
-
* [MaterialImportedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialImportedEvent)
|
|
81
|
-
* [MaterialModifiedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialModifiedEvent)
|
|
82
|
-
* [MaterialMovedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialMovedEvent)
|
|
83
|
-
* [ProjectSwitcherStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectSwitcherStatusChangedEvent)
|
|
84
|
-
|
|
85
|
-
修改数据结构:
|
|
86
|
-
|
|
87
|
-
* [EventContent](https://cloud.tencent.com/document/api/1156/40360#EventContent)
|
|
88
|
-
|
|
89
|
-
* 新增成员:Operator, ProjectSwitcherStatusChangedEvent, MaterialImportedEvent, MaterialAddedEvent, MaterialMovedEvent, MaterialModifiedEvent, MaterialDeletedEvent, ClassCreatedEvent, ClassMovedEvent, ClassDeletedEvent
|
|
90
|
-
|
|
91
|
-
* [StorageNewFileCreatedEvent](https://cloud.tencent.com/document/api/1156/40360#StorageNewFileCreatedEvent)
|
|
92
|
-
|
|
93
|
-
* 新增成员:TaskId, SourceContext
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
## 云开发低码(lowcode) 版本:2021-01-08
|
|
99
|
-
|
|
100
|
-
### 第 1 次发布
|
|
5
|
+
### 第 24 次发布
|
|
101
6
|
|
|
102
|
-
发布时间:2022-01-
|
|
7
|
+
发布时间:2022-01-28 08:00:20
|
|
103
8
|
|
|
104
9
|
本次发布包含了以下内容:
|
|
105
10
|
|
|
@@ -107,15 +12,11 @@
|
|
|
107
12
|
|
|
108
13
|
新增接口:
|
|
109
14
|
|
|
110
|
-
* [
|
|
15
|
+
* [DescribeKTVTopList](https://cloud.tencent.com/document/api/1155/68908)
|
|
111
16
|
|
|
112
17
|
新增数据结构:
|
|
113
18
|
|
|
114
|
-
* [
|
|
115
|
-
* [DataSourceDetailItems](https://cloud.tencent.com/document/api/1301/68878#DataSourceDetailItems)
|
|
116
|
-
* [DataSourceLinkApp](https://cloud.tencent.com/document/api/1301/68878#DataSourceLinkApp)
|
|
117
|
-
* [DataSourceQueryOption](https://cloud.tencent.com/document/api/1301/68878#DataSourceQueryOption)
|
|
118
|
-
* [TicketAuthInfo](https://cloud.tencent.com/document/api/1301/68878#TicketAuthInfo)
|
|
19
|
+
* [KTVMusicTopInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicTopInfo)
|
|
119
20
|
|
|
120
21
|
|
|
121
22
|
|
|
@@ -518,6 +419,22 @@
|
|
|
518
419
|
|
|
519
420
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
520
421
|
|
|
422
|
+
### 第 24 次发布
|
|
423
|
+
|
|
424
|
+
发布时间:2022-01-28 08:00:20
|
|
425
|
+
|
|
426
|
+
本次发布包含了以下内容:
|
|
427
|
+
|
|
428
|
+
改善已有的文档。
|
|
429
|
+
|
|
430
|
+
新增接口:
|
|
431
|
+
|
|
432
|
+
* [[DescribeKTVTopList](https://cloud.tencent.com/document/api/1155/68908)](https://cloud.tencent.com/document/api/#/#)
|
|
433
|
+
|
|
434
|
+
新增数据结构:
|
|
435
|
+
|
|
436
|
+
* [[KTVMusicTopInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicTopInfo)](https://cloud.tencent.com/document/api/1155/40113#[KTVMusicTopInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicTopInfo))
|
|
437
|
+
|
|
521
438
|
### 第 23 次发布
|
|
522
439
|
|
|
523
440
|
发布时间:2022-01-27 08:04:32
|
|
@@ -528,9 +445,9 @@
|
|
|
528
445
|
|
|
529
446
|
新增接口:
|
|
530
447
|
|
|
531
|
-
* [
|
|
532
|
-
* [
|
|
533
|
-
* [
|
|
448
|
+
* [DescribeKTVSingerCategories](https://cloud.tencent.com/document/api/1155/68860)
|
|
449
|
+
* [DescribeKTVSingerMusics](https://cloud.tencent.com/document/api/1155/68859)
|
|
450
|
+
* [DescribeKTVSingers](https://cloud.tencent.com/document/api/1155/68858)
|
|
534
451
|
|
|
535
452
|
修改接口:
|
|
536
453
|
|
|
@@ -541,11 +458,11 @@
|
|
|
541
458
|
|
|
542
459
|
新增数据结构:
|
|
543
460
|
|
|
544
|
-
* [
|
|
545
|
-
* [
|
|
546
|
-
* [
|
|
547
|
-
* [
|
|
548
|
-
* [
|
|
461
|
+
* [ChorusClip](https://cloud.tencent.com/document/api/1155/40113#ChorusClip)
|
|
462
|
+
* [KTVSingerBaseInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerBaseInfo)
|
|
463
|
+
* [KTVSingerCategoryInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerCategoryInfo)
|
|
464
|
+
* [KTVSingerInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerInfo)
|
|
465
|
+
* [SortBy](https://cloud.tencent.com/document/api/1155/40113#SortBy)
|
|
549
466
|
|
|
550
467
|
修改数据结构:
|
|
551
468
|
|
|
@@ -16825,16 +16742,16 @@
|
|
|
16825
16742
|
|
|
16826
16743
|
新增数据结构:
|
|
16827
16744
|
|
|
16828
|
-
* [
|
|
16829
|
-
* [
|
|
16830
|
-
* [
|
|
16831
|
-
* [
|
|
16832
|
-
* [
|
|
16833
|
-
* [
|
|
16834
|
-
* [
|
|
16835
|
-
* [
|
|
16836
|
-
* [
|
|
16837
|
-
* [
|
|
16745
|
+
* [ClassCreatedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassCreatedEvent)
|
|
16746
|
+
* [ClassDeletedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassDeletedEvent)
|
|
16747
|
+
* [ClassMovedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassMovedEvent)
|
|
16748
|
+
* [ImportMediaInfo](https://cloud.tencent.com/document/api/1156/40360#ImportMediaInfo)
|
|
16749
|
+
* [MaterialAddedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialAddedEvent)
|
|
16750
|
+
* [MaterialDeletedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialDeletedEvent)
|
|
16751
|
+
* [MaterialImportedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialImportedEvent)
|
|
16752
|
+
* [MaterialModifiedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialModifiedEvent)
|
|
16753
|
+
* [MaterialMovedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialMovedEvent)
|
|
16754
|
+
* [ProjectSwitcherStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectSwitcherStatusChangedEvent)
|
|
16838
16755
|
|
|
16839
16756
|
修改数据结构:
|
|
16840
16757
|
|
|
@@ -40403,15 +40320,15 @@
|
|
|
40403
40320
|
|
|
40404
40321
|
新增接口:
|
|
40405
40322
|
|
|
40406
|
-
* [
|
|
40323
|
+
* [DescribeDataSourceList](https://cloud.tencent.com/document/api/1301/68877)
|
|
40407
40324
|
|
|
40408
40325
|
新增数据结构:
|
|
40409
40326
|
|
|
40410
|
-
* [
|
|
40411
|
-
* [
|
|
40412
|
-
* [
|
|
40413
|
-
* [
|
|
40414
|
-
* [
|
|
40327
|
+
* [DataSourceDetail](https://cloud.tencent.com/document/api/1301/68878#DataSourceDetail)
|
|
40328
|
+
* [DataSourceDetailItems](https://cloud.tencent.com/document/api/1301/68878#DataSourceDetailItems)
|
|
40329
|
+
* [DataSourceLinkApp](https://cloud.tencent.com/document/api/1301/68878#DataSourceLinkApp)
|
|
40330
|
+
* [DataSourceQueryOption](https://cloud.tencent.com/document/api/1301/68878#DataSourceQueryOption)
|
|
40331
|
+
* [TicketAuthInfo](https://cloud.tencent.com/document/api/1301/68878#TicketAuthInfo)
|
|
40415
40332
|
|
|
40416
40333
|
|
|
40417
40334
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-01-07 08:02:53 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-01-07 08:02:54 |
|
|
8
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-
|
|
8
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-28 08:00:20 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-12-21 08:00:20 |
|
|
10
10
|
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-01-19 08:04:47 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.284"
|
|
@@ -23,13 +23,14 @@ import {
|
|
|
23
23
|
ModifyMusicOnShelvesResponse,
|
|
24
24
|
Station,
|
|
25
25
|
DescribeKTVMusicDetailRequest,
|
|
26
|
+
KTVMusicTopInfo,
|
|
26
27
|
DescribeKTVSingerCategoriesRequest,
|
|
27
28
|
KTVSingerBaseInfo,
|
|
28
29
|
ModifyMusicOnShelvesRequest,
|
|
29
30
|
PlayCommandInput,
|
|
30
31
|
DescribeMusicRequest,
|
|
31
32
|
DescribeMusicSaleStatusRequest,
|
|
32
|
-
|
|
33
|
+
TakeMusicOffShelvesRequest,
|
|
33
34
|
DescribeCloudMusicResponse,
|
|
34
35
|
MusicDetailInfo,
|
|
35
36
|
ImagePath,
|
|
@@ -62,6 +63,7 @@ import {
|
|
|
62
63
|
JoinRoomInput,
|
|
63
64
|
DestroyKTVRobotResponse,
|
|
64
65
|
CreateKTVRobotRequest,
|
|
66
|
+
DescribeKTVTopListRequest,
|
|
65
67
|
DescribeKTVPlaylistDetailRequest,
|
|
66
68
|
Music,
|
|
67
69
|
DescribeStationsResponse,
|
|
@@ -94,7 +96,7 @@ import {
|
|
|
94
96
|
DescribeKTVPlaylistsResponse,
|
|
95
97
|
DescribeKTVPlaylistDetailResponse,
|
|
96
98
|
SetAudioParamCommandInput,
|
|
97
|
-
|
|
99
|
+
TakeMusicOffShelves,
|
|
98
100
|
OfflineMusicDetail,
|
|
99
101
|
DescribeAuthInfoRequest,
|
|
100
102
|
Package,
|
|
@@ -102,6 +104,7 @@ import {
|
|
|
102
104
|
KTVRobotInfo,
|
|
103
105
|
DescribeItemsRequest,
|
|
104
106
|
Item,
|
|
107
|
+
DescribeKTVTopListResponse,
|
|
105
108
|
MusicOpenDetail,
|
|
106
109
|
DescribePackagesRequest,
|
|
107
110
|
DescribePackagesResponse,
|
|
@@ -261,6 +264,16 @@ export class Client extends AbstractClient {
|
|
|
261
264
|
return this.request("SyncKTVRobotCommand", req, cb)
|
|
262
265
|
}
|
|
263
266
|
|
|
267
|
+
/**
|
|
268
|
+
* 获取直播互动曲库歌曲的周榜和月榜
|
|
269
|
+
*/
|
|
270
|
+
async DescribeKTVTopList(
|
|
271
|
+
req: DescribeKTVTopListRequest,
|
|
272
|
+
cb?: (error: string, rep: DescribeKTVTopListResponse) => void
|
|
273
|
+
): Promise<DescribeKTVTopListResponse> {
|
|
274
|
+
return this.request("DescribeKTVTopList", req, cb)
|
|
275
|
+
}
|
|
276
|
+
|
|
264
277
|
/**
|
|
265
278
|
* 根据歌单 Id 获取歌单详情,包括歌单的基础信息以及歌曲列表。
|
|
266
279
|
*/
|
|
@@ -100,6 +100,46 @@ export interface DescribeKTVMusicDetailRequest {
|
|
|
100
100
|
MusicId: string
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
+
/**
|
|
104
|
+
* 排行榜结构
|
|
105
|
+
*/
|
|
106
|
+
export interface KTVMusicTopInfo {
|
|
107
|
+
/**
|
|
108
|
+
* 歌曲Id
|
|
109
|
+
*/
|
|
110
|
+
MusicId: string
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* 歌曲名称
|
|
114
|
+
*/
|
|
115
|
+
Name: string
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* 歌手名称列表
|
|
119
|
+
*/
|
|
120
|
+
SingerInfoSet: Array<KTVSingerBaseInfo>
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* 歌词名称列表
|
|
124
|
+
*/
|
|
125
|
+
LyricistSet: Array<string>
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* 作曲列表
|
|
129
|
+
*/
|
|
130
|
+
ComposerSet: Array<string>
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* 标签列表
|
|
134
|
+
*/
|
|
135
|
+
TagSet: Array<string>
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* 播放时长
|
|
139
|
+
*/
|
|
140
|
+
Duration: number
|
|
141
|
+
}
|
|
142
|
+
|
|
103
143
|
/**
|
|
104
144
|
* DescribeKTVSingerCategories请求参数结构体
|
|
105
145
|
*/
|
|
@@ -188,19 +228,13 @@ export interface DescribeMusicSaleStatusRequest {
|
|
|
188
228
|
}
|
|
189
229
|
|
|
190
230
|
/**
|
|
191
|
-
*
|
|
231
|
+
* TakeMusicOffShelves请求参数结构体
|
|
192
232
|
*/
|
|
193
|
-
export interface
|
|
233
|
+
export interface TakeMusicOffShelvesRequest {
|
|
194
234
|
/**
|
|
195
|
-
*
|
|
235
|
+
* 资源方下架必传结构
|
|
196
236
|
*/
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
/**
|
|
200
|
-
* 当曲目临时下架时:已订购客户无影响,无需消息通知。当曲目封杀下架后,推送消息至已订购老客户,枚举值,判断是否上/下架
|
|
201
|
-
在售状态,0在售,1临时下架,2永久下架
|
|
202
|
-
*/
|
|
203
|
-
SaleStatus: string
|
|
237
|
+
TakeMusicOffShelves: Array<TakeMusicOffShelves>
|
|
204
238
|
}
|
|
205
239
|
|
|
206
240
|
/**
|
|
@@ -883,6 +917,24 @@ export interface CreateKTVRobotRequest {
|
|
|
883
917
|
JoinRoomInput: JoinRoomInput
|
|
884
918
|
}
|
|
885
919
|
|
|
920
|
+
/**
|
|
921
|
+
* DescribeKTVTopList请求参数结构体
|
|
922
|
+
*/
|
|
923
|
+
export interface DescribeKTVTopListRequest {
|
|
924
|
+
/**
|
|
925
|
+
* 榜单类型。默认Hot
|
|
926
|
+
<li> Hot, 热歌榜。</li>
|
|
927
|
+
*/
|
|
928
|
+
Type?: string
|
|
929
|
+
|
|
930
|
+
/**
|
|
931
|
+
* 榜单周期 默认为Week
|
|
932
|
+
<li> Week, 周榜。</li>
|
|
933
|
+
<li> Month, 月榜。</li>
|
|
934
|
+
*/
|
|
935
|
+
Period?: string
|
|
936
|
+
}
|
|
937
|
+
|
|
886
938
|
/**
|
|
887
939
|
* DescribeKTVPlaylistDetail请求参数结构体
|
|
888
940
|
*/
|
|
@@ -1647,13 +1699,19 @@ export interface SetAudioParamCommandInput {
|
|
|
1647
1699
|
}
|
|
1648
1700
|
|
|
1649
1701
|
/**
|
|
1650
|
-
*
|
|
1702
|
+
* 下架歌曲复合结构
|
|
1651
1703
|
*/
|
|
1652
|
-
export interface
|
|
1704
|
+
export interface TakeMusicOffShelves {
|
|
1653
1705
|
/**
|
|
1654
|
-
*
|
|
1706
|
+
* 资源方对应音乐Id
|
|
1655
1707
|
*/
|
|
1656
|
-
|
|
1708
|
+
MusicIds: string
|
|
1709
|
+
|
|
1710
|
+
/**
|
|
1711
|
+
* 当曲目临时下架时:已订购客户无影响,无需消息通知。当曲目封杀下架后,推送消息至已订购老客户,枚举值,判断是否上/下架
|
|
1712
|
+
在售状态,0在售,1临时下架,2永久下架
|
|
1713
|
+
*/
|
|
1714
|
+
SaleStatus: string
|
|
1657
1715
|
}
|
|
1658
1716
|
|
|
1659
1717
|
/**
|
|
@@ -1892,6 +1950,26 @@ export interface Item {
|
|
|
1892
1950
|
Status: number
|
|
1893
1951
|
}
|
|
1894
1952
|
|
|
1953
|
+
/**
|
|
1954
|
+
* DescribeKTVTopList返回参数结构体
|
|
1955
|
+
*/
|
|
1956
|
+
export interface DescribeKTVTopListResponse {
|
|
1957
|
+
/**
|
|
1958
|
+
* 歌曲基础信息列表
|
|
1959
|
+
*/
|
|
1960
|
+
KTVMusicTopInfoSet: Array<KTVMusicTopInfo>
|
|
1961
|
+
|
|
1962
|
+
/**
|
|
1963
|
+
* 返回总条数
|
|
1964
|
+
*/
|
|
1965
|
+
TotalCount: number
|
|
1966
|
+
|
|
1967
|
+
/**
|
|
1968
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1969
|
+
*/
|
|
1970
|
+
RequestId?: string
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1895
1973
|
/**
|
|
1896
1974
|
* 对外开放信息
|
|
1897
1975
|
*/
|
package/src/services/index.ts
CHANGED
|
@@ -100,6 +100,7 @@ export { ivld } from "./ivld"
|
|
|
100
100
|
export { kms } from "./kms"
|
|
101
101
|
export { lighthouse } from "./lighthouse"
|
|
102
102
|
export { live } from "./live"
|
|
103
|
+
export { lowcode } from "./lowcode"
|
|
103
104
|
export { lp } from "./lp"
|
|
104
105
|
export { mariadb } from "./mariadb"
|
|
105
106
|
export { market } from "./market"
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
|
+
import { ClientConfig } from "../../../common/interface"
|
|
20
|
+
import {
|
|
21
|
+
TicketAuthInfo,
|
|
22
|
+
DescribeDataSourceListRequest,
|
|
23
|
+
DataSourceQueryOption,
|
|
24
|
+
DataSourceLinkApp,
|
|
25
|
+
DataSourceDetail,
|
|
26
|
+
DataSourceDetailItems,
|
|
27
|
+
DescribeDataSourceListResponse,
|
|
28
|
+
} from "./lowcode_models"
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* lowcode client
|
|
32
|
+
* @class
|
|
33
|
+
*/
|
|
34
|
+
export class Client extends AbstractClient {
|
|
35
|
+
constructor(clientConfig: ClientConfig) {
|
|
36
|
+
super("lowcode.tencentcloudapi.com", "2021-01-08", clientConfig)
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* 获取数据源详情列表
|
|
41
|
+
*/
|
|
42
|
+
async DescribeDataSourceList(
|
|
43
|
+
req: DescribeDataSourceListRequest,
|
|
44
|
+
cb?: (error: string, rep: DescribeDataSourceListResponse) => void
|
|
45
|
+
): Promise<DescribeDataSourceListResponse> {
|
|
46
|
+
return this.request("DescribeDataSourceList", req, cb)
|
|
47
|
+
}
|
|
48
|
+
}
|