@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/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -9268,8 +9268,9 @@ export class QueryLiveInfoResponseBody extends $tea.Model {
|
|
|
9268
9268
|
duration?: number;
|
|
9269
9269
|
endTime?: number;
|
|
9270
9270
|
introduction?: string;
|
|
9271
|
-
liveId?:
|
|
9271
|
+
liveId?: string;
|
|
9272
9272
|
livePlayUrl?: string;
|
|
9273
|
+
liveStatus?: number;
|
|
9273
9274
|
playbackDuration?: number;
|
|
9274
9275
|
requestId?: string;
|
|
9275
9276
|
startTime?: number;
|
|
@@ -9284,6 +9285,7 @@ export class QueryLiveInfoResponseBody extends $tea.Model {
|
|
|
9284
9285
|
introduction: 'introduction',
|
|
9285
9286
|
liveId: 'liveId',
|
|
9286
9287
|
livePlayUrl: 'livePlayUrl',
|
|
9288
|
+
liveStatus: 'liveStatus',
|
|
9287
9289
|
playbackDuration: 'playbackDuration',
|
|
9288
9290
|
requestId: 'requestId',
|
|
9289
9291
|
startTime: 'startTime',
|
|
@@ -9299,8 +9301,9 @@ export class QueryLiveInfoResponseBody extends $tea.Model {
|
|
|
9299
9301
|
duration: 'number',
|
|
9300
9302
|
endTime: 'number',
|
|
9301
9303
|
introduction: 'string',
|
|
9302
|
-
liveId: '
|
|
9304
|
+
liveId: 'string',
|
|
9303
9305
|
livePlayUrl: 'string',
|
|
9306
|
+
liveStatus: 'number',
|
|
9304
9307
|
playbackDuration: 'number',
|
|
9305
9308
|
requestId: 'string',
|
|
9306
9309
|
startTime: 'number',
|