@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/aliding20230426",
3
- "version": "1.4.1",
3
+ "version": "2.0.0",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
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?: number;
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: 'number',
9304
+ liveId: 'string',
9303
9305
  livePlayUrl: 'string',
9306
+ liveStatus: 'number',
9304
9307
  playbackDuration: 'number',
9305
9308
  requestId: 'string',
9306
9309
  startTime: 'number',