@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/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -29959,6 +29959,7 @@ export class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
29959
29959
|
* 13414
|
|
29960
29960
|
*/
|
|
29961
29961
|
playbackDuration?: number;
|
|
29962
|
+
replayUrl?: string;
|
|
29962
29963
|
/**
|
|
29963
29964
|
* @remarks
|
|
29964
29965
|
* requestId
|
|
@@ -30004,6 +30005,7 @@ export class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
30004
30005
|
livePlayUrl: 'livePlayUrl',
|
|
30005
30006
|
liveStatus: 'liveStatus',
|
|
30006
30007
|
playbackDuration: 'playbackDuration',
|
|
30008
|
+
replayUrl: 'replayUrl',
|
|
30007
30009
|
requestId: 'requestId',
|
|
30008
30010
|
staffId: 'staffId',
|
|
30009
30011
|
startTime: 'startTime',
|
|
@@ -30025,6 +30027,7 @@ export class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
30025
30027
|
livePlayUrl: 'string',
|
|
30026
30028
|
liveStatus: 'number',
|
|
30027
30029
|
playbackDuration: 'number',
|
|
30030
|
+
replayUrl: 'string',
|
|
30028
30031
|
requestId: 'string',
|
|
30029
30032
|
staffId: 'string',
|
|
30030
30033
|
startTime: 'number',
|