@alicloud/aliding20230426 1.4.1 → 2.0.0
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/dist/client.d.ts +2 -1
- package/dist/client.js +3 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +5 -2
package/dist/client.d.ts
CHANGED
|
@@ -5472,8 +5472,9 @@ export declare class QueryLiveInfoResponseBody extends $tea.Model {
|
|
|
5472
5472
|
duration?: number;
|
|
5473
5473
|
endTime?: number;
|
|
5474
5474
|
introduction?: string;
|
|
5475
|
-
liveId?:
|
|
5475
|
+
liveId?: string;
|
|
5476
5476
|
livePlayUrl?: string;
|
|
5477
|
+
liveStatus?: number;
|
|
5477
5478
|
playbackDuration?: number;
|
|
5478
5479
|
requestId?: string;
|
|
5479
5480
|
startTime?: number;
|
package/dist/client.js
CHANGED
|
@@ -7381,6 +7381,7 @@ class QueryLiveInfoResponseBody extends $tea.Model {
|
|
|
7381
7381
|
introduction: 'introduction',
|
|
7382
7382
|
liveId: 'liveId',
|
|
7383
7383
|
livePlayUrl: 'livePlayUrl',
|
|
7384
|
+
liveStatus: 'liveStatus',
|
|
7384
7385
|
playbackDuration: 'playbackDuration',
|
|
7385
7386
|
requestId: 'requestId',
|
|
7386
7387
|
startTime: 'startTime',
|
|
@@ -7395,8 +7396,9 @@ class QueryLiveInfoResponseBody extends $tea.Model {
|
|
|
7395
7396
|
duration: 'number',
|
|
7396
7397
|
endTime: 'number',
|
|
7397
7398
|
introduction: 'string',
|
|
7398
|
-
liveId: '
|
|
7399
|
+
liveId: 'string',
|
|
7399
7400
|
livePlayUrl: 'string',
|
|
7401
|
+
liveStatus: 'number',
|
|
7400
7402
|
playbackDuration: 'number',
|
|
7401
7403
|
requestId: 'string',
|
|
7402
7404
|
startTime: 'number',
|