@alicloud/aliding20230426 2.20.1 → 2.20.2
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 +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -0
package/dist/client.d.ts
CHANGED
|
@@ -20632,6 +20632,7 @@ export declare class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
20632
20632
|
* 13414
|
|
20633
20633
|
*/
|
|
20634
20634
|
playbackDuration?: number;
|
|
20635
|
+
replayUrl?: string;
|
|
20635
20636
|
/**
|
|
20636
20637
|
* @remarks
|
|
20637
20638
|
* requestId
|
package/dist/client.js
CHANGED
|
@@ -18025,6 +18025,7 @@ class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
18025
18025
|
livePlayUrl: 'livePlayUrl',
|
|
18026
18026
|
liveStatus: 'liveStatus',
|
|
18027
18027
|
playbackDuration: 'playbackDuration',
|
|
18028
|
+
replayUrl: 'replayUrl',
|
|
18028
18029
|
requestId: 'requestId',
|
|
18029
18030
|
staffId: 'staffId',
|
|
18030
18031
|
startTime: 'startTime',
|
|
@@ -18045,6 +18046,7 @@ class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
18045
18046
|
livePlayUrl: 'string',
|
|
18046
18047
|
liveStatus: 'number',
|
|
18047
18048
|
playbackDuration: 'number',
|
|
18049
|
+
replayUrl: 'string',
|
|
18048
18050
|
requestId: 'string',
|
|
18049
18051
|
staffId: 'string',
|
|
18050
18052
|
startTime: 'number',
|