@alicloud/aliding20230426 2.20.0 → 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 +28 -6
- package/dist/client.js +10 -8
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +36 -12
package/dist/client.d.ts
CHANGED
|
@@ -20545,13 +20545,19 @@ export declare class QueryGroupLiveInfoShrinkHeaders extends $tea.Model {
|
|
|
20545
20545
|
}
|
|
20546
20546
|
export declare class QueryGroupLiveInfoRequest extends $tea.Model {
|
|
20547
20547
|
/**
|
|
20548
|
+
* @remarks
|
|
20549
|
+
* This parameter is required.
|
|
20550
|
+
*
|
|
20548
20551
|
* @example
|
|
20549
|
-
*
|
|
20552
|
+
* 333d
|
|
20550
20553
|
*/
|
|
20551
20554
|
anchorUnionId?: string;
|
|
20552
20555
|
/**
|
|
20556
|
+
* @remarks
|
|
20557
|
+
* This parameter is required.
|
|
20558
|
+
*
|
|
20553
20559
|
* @example
|
|
20554
|
-
*
|
|
20560
|
+
* 4d38xxxxx
|
|
20555
20561
|
*/
|
|
20556
20562
|
liveUuid?: string;
|
|
20557
20563
|
tenantContext?: QueryGroupLiveInfoRequestTenantContext;
|
|
@@ -20567,13 +20573,19 @@ export declare class QueryGroupLiveInfoRequest extends $tea.Model {
|
|
|
20567
20573
|
}
|
|
20568
20574
|
export declare class QueryGroupLiveInfoShrinkRequest extends $tea.Model {
|
|
20569
20575
|
/**
|
|
20576
|
+
* @remarks
|
|
20577
|
+
* This parameter is required.
|
|
20578
|
+
*
|
|
20570
20579
|
* @example
|
|
20571
|
-
*
|
|
20580
|
+
* 333d
|
|
20572
20581
|
*/
|
|
20573
20582
|
anchorUnionId?: string;
|
|
20574
20583
|
/**
|
|
20584
|
+
* @remarks
|
|
20585
|
+
* This parameter is required.
|
|
20586
|
+
*
|
|
20575
20587
|
* @example
|
|
20576
|
-
*
|
|
20588
|
+
* 4d38xxxxx
|
|
20577
20589
|
*/
|
|
20578
20590
|
liveUuid?: string;
|
|
20579
20591
|
tenantContextShrink?: string;
|
|
@@ -20620,6 +20632,7 @@ export declare class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
20620
20632
|
* 13414
|
|
20621
20633
|
*/
|
|
20622
20634
|
playbackDuration?: number;
|
|
20635
|
+
replayUrl?: string;
|
|
20623
20636
|
/**
|
|
20624
20637
|
* @remarks
|
|
20625
20638
|
* requestId
|
|
@@ -20628,6 +20641,7 @@ export declare class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
20628
20641
|
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
20629
20642
|
*/
|
|
20630
20643
|
requestId?: string;
|
|
20644
|
+
staffId?: string;
|
|
20631
20645
|
/**
|
|
20632
20646
|
* @example
|
|
20633
20647
|
* 1687924800000
|
|
@@ -20644,7 +20658,15 @@ export declare class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
20644
20658
|
* 10
|
|
20645
20659
|
*/
|
|
20646
20660
|
uv?: number;
|
|
20661
|
+
/**
|
|
20662
|
+
* @example
|
|
20663
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
20664
|
+
*/
|
|
20647
20665
|
vendorRequestId?: string;
|
|
20666
|
+
/**
|
|
20667
|
+
* @example
|
|
20668
|
+
* dingtalk
|
|
20669
|
+
*/
|
|
20648
20670
|
vendorType?: string;
|
|
20649
20671
|
static names(): {
|
|
20650
20672
|
[key: string]: string;
|
|
@@ -49349,7 +49371,7 @@ export default class Client extends OpenApi {
|
|
|
49349
49371
|
*/
|
|
49350
49372
|
queryDentry(request: QueryDentryRequest): Promise<QueryDentryResponse>;
|
|
49351
49373
|
/**
|
|
49352
|
-
*
|
|
49374
|
+
* 查询群直播详情
|
|
49353
49375
|
*
|
|
49354
49376
|
* @param tmpReq - QueryGroupLiveInfoRequest
|
|
49355
49377
|
* @param tmpHeader - QueryGroupLiveInfoHeaders
|
|
@@ -49358,7 +49380,7 @@ export default class Client extends OpenApi {
|
|
|
49358
49380
|
*/
|
|
49359
49381
|
queryGroupLiveInfoWithOptions(tmpReq: QueryGroupLiveInfoRequest, tmpHeader: QueryGroupLiveInfoHeaders, runtime: $Util.RuntimeOptions): Promise<QueryGroupLiveInfoResponse>;
|
|
49360
49382
|
/**
|
|
49361
|
-
*
|
|
49383
|
+
* 查询群直播详情
|
|
49362
49384
|
*
|
|
49363
49385
|
* @param request - QueryGroupLiveInfoRequest
|
|
49364
49386
|
* @returns QueryGroupLiveInfoResponse
|
package/dist/client.js
CHANGED
|
@@ -18025,7 +18025,9 @@ class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
18025
18025
|
livePlayUrl: 'livePlayUrl',
|
|
18026
18026
|
liveStatus: 'liveStatus',
|
|
18027
18027
|
playbackDuration: 'playbackDuration',
|
|
18028
|
+
replayUrl: 'replayUrl',
|
|
18028
18029
|
requestId: 'requestId',
|
|
18030
|
+
staffId: 'staffId',
|
|
18029
18031
|
startTime: 'startTime',
|
|
18030
18032
|
subscribeCount: 'subscribeCount',
|
|
18031
18033
|
title: 'title',
|
|
@@ -18044,7 +18046,9 @@ class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
18044
18046
|
livePlayUrl: 'string',
|
|
18045
18047
|
liveStatus: 'number',
|
|
18046
18048
|
playbackDuration: 'number',
|
|
18049
|
+
replayUrl: 'string',
|
|
18047
18050
|
requestId: 'string',
|
|
18051
|
+
staffId: 'string',
|
|
18048
18052
|
startTime: 'number',
|
|
18049
18053
|
subscribeCount: 'number',
|
|
18050
18054
|
title: 'string',
|
|
@@ -50558,7 +50562,7 @@ class Client extends openapi_client_1.default {
|
|
|
50558
50562
|
return await this.queryDentryWithOptions(request, headers, runtime);
|
|
50559
50563
|
}
|
|
50560
50564
|
/**
|
|
50561
|
-
*
|
|
50565
|
+
* 查询群直播详情
|
|
50562
50566
|
*
|
|
50563
50567
|
* @param tmpReq - QueryGroupLiveInfoRequest
|
|
50564
50568
|
* @param tmpHeader - QueryGroupLiveInfoHeaders
|
|
@@ -50577,14 +50581,13 @@ class Client extends openapi_client_1.default {
|
|
|
50577
50581
|
if (!tea_util_1.default.isUnset(tmpReq.tenantContext)) {
|
|
50578
50582
|
request.tenantContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.tenantContext, "TenantContext", "json");
|
|
50579
50583
|
}
|
|
50580
|
-
let
|
|
50584
|
+
let body = {};
|
|
50581
50585
|
if (!tea_util_1.default.isUnset(request.anchorUnionId)) {
|
|
50582
|
-
|
|
50586
|
+
body["AnchorUnionId"] = request.anchorUnionId;
|
|
50583
50587
|
}
|
|
50584
50588
|
if (!tea_util_1.default.isUnset(request.liveUuid)) {
|
|
50585
|
-
|
|
50589
|
+
body["LiveUuid"] = request.liveUuid;
|
|
50586
50590
|
}
|
|
50587
|
-
let body = {};
|
|
50588
50591
|
if (!tea_util_1.default.isUnset(request.tenantContextShrink)) {
|
|
50589
50592
|
body["TenantContext"] = request.tenantContextShrink;
|
|
50590
50593
|
}
|
|
@@ -50597,7 +50600,6 @@ class Client extends openapi_client_1.default {
|
|
|
50597
50600
|
}
|
|
50598
50601
|
let req = new $OpenApi.OpenApiRequest({
|
|
50599
50602
|
headers: realHeaders,
|
|
50600
|
-
query: openapi_util_1.default.query(query),
|
|
50601
50603
|
body: openapi_util_1.default.parseToMap(body),
|
|
50602
50604
|
});
|
|
50603
50605
|
let params = new $OpenApi.Params({
|
|
@@ -50605,7 +50607,7 @@ class Client extends openapi_client_1.default {
|
|
|
50605
50607
|
version: "2023-04-26",
|
|
50606
50608
|
protocol: "HTTPS",
|
|
50607
50609
|
pathname: `/dingtalk/v1/ysp/queryGroupLiveInfo`,
|
|
50608
|
-
method: "
|
|
50610
|
+
method: "POST",
|
|
50609
50611
|
authType: "AK",
|
|
50610
50612
|
style: "ROA",
|
|
50611
50613
|
reqBodyType: "formData",
|
|
@@ -50614,7 +50616,7 @@ class Client extends openapi_client_1.default {
|
|
|
50614
50616
|
return $tea.cast(await this.callApi(params, req, runtime), new QueryGroupLiveInfoResponse({}));
|
|
50615
50617
|
}
|
|
50616
50618
|
/**
|
|
50617
|
-
*
|
|
50619
|
+
* 查询群直播详情
|
|
50618
50620
|
*
|
|
50619
50621
|
* @param request - QueryGroupLiveInfoRequest
|
|
50620
50622
|
* @returns QueryGroupLiveInfoResponse
|