@alicloud/aliding20230426 2.20.0 → 2.20.1
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 +27 -6
- package/dist/client.js +8 -8
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +33 -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;
|
|
@@ -20628,6 +20640,7 @@ export declare class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
20628
20640
|
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
20629
20641
|
*/
|
|
20630
20642
|
requestId?: string;
|
|
20643
|
+
staffId?: string;
|
|
20631
20644
|
/**
|
|
20632
20645
|
* @example
|
|
20633
20646
|
* 1687924800000
|
|
@@ -20644,7 +20657,15 @@ export declare class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
20644
20657
|
* 10
|
|
20645
20658
|
*/
|
|
20646
20659
|
uv?: number;
|
|
20660
|
+
/**
|
|
20661
|
+
* @example
|
|
20662
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
20663
|
+
*/
|
|
20647
20664
|
vendorRequestId?: string;
|
|
20665
|
+
/**
|
|
20666
|
+
* @example
|
|
20667
|
+
* dingtalk
|
|
20668
|
+
*/
|
|
20648
20669
|
vendorType?: string;
|
|
20649
20670
|
static names(): {
|
|
20650
20671
|
[key: string]: string;
|
|
@@ -49349,7 +49370,7 @@ export default class Client extends OpenApi {
|
|
|
49349
49370
|
*/
|
|
49350
49371
|
queryDentry(request: QueryDentryRequest): Promise<QueryDentryResponse>;
|
|
49351
49372
|
/**
|
|
49352
|
-
*
|
|
49373
|
+
* 查询群直播详情
|
|
49353
49374
|
*
|
|
49354
49375
|
* @param tmpReq - QueryGroupLiveInfoRequest
|
|
49355
49376
|
* @param tmpHeader - QueryGroupLiveInfoHeaders
|
|
@@ -49358,7 +49379,7 @@ export default class Client extends OpenApi {
|
|
|
49358
49379
|
*/
|
|
49359
49380
|
queryGroupLiveInfoWithOptions(tmpReq: QueryGroupLiveInfoRequest, tmpHeader: QueryGroupLiveInfoHeaders, runtime: $Util.RuntimeOptions): Promise<QueryGroupLiveInfoResponse>;
|
|
49360
49381
|
/**
|
|
49361
|
-
*
|
|
49382
|
+
* 查询群直播详情
|
|
49362
49383
|
*
|
|
49363
49384
|
* @param request - QueryGroupLiveInfoRequest
|
|
49364
49385
|
* @returns QueryGroupLiveInfoResponse
|
package/dist/client.js
CHANGED
|
@@ -18026,6 +18026,7 @@ class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
18026
18026
|
liveStatus: 'liveStatus',
|
|
18027
18027
|
playbackDuration: 'playbackDuration',
|
|
18028
18028
|
requestId: 'requestId',
|
|
18029
|
+
staffId: 'staffId',
|
|
18029
18030
|
startTime: 'startTime',
|
|
18030
18031
|
subscribeCount: 'subscribeCount',
|
|
18031
18032
|
title: 'title',
|
|
@@ -18045,6 +18046,7 @@ class QueryGroupLiveInfoResponseBody extends $tea.Model {
|
|
|
18045
18046
|
liveStatus: 'number',
|
|
18046
18047
|
playbackDuration: 'number',
|
|
18047
18048
|
requestId: 'string',
|
|
18049
|
+
staffId: 'string',
|
|
18048
18050
|
startTime: 'number',
|
|
18049
18051
|
subscribeCount: 'number',
|
|
18050
18052
|
title: 'string',
|
|
@@ -50558,7 +50560,7 @@ class Client extends openapi_client_1.default {
|
|
|
50558
50560
|
return await this.queryDentryWithOptions(request, headers, runtime);
|
|
50559
50561
|
}
|
|
50560
50562
|
/**
|
|
50561
|
-
*
|
|
50563
|
+
* 查询群直播详情
|
|
50562
50564
|
*
|
|
50563
50565
|
* @param tmpReq - QueryGroupLiveInfoRequest
|
|
50564
50566
|
* @param tmpHeader - QueryGroupLiveInfoHeaders
|
|
@@ -50577,14 +50579,13 @@ class Client extends openapi_client_1.default {
|
|
|
50577
50579
|
if (!tea_util_1.default.isUnset(tmpReq.tenantContext)) {
|
|
50578
50580
|
request.tenantContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.tenantContext, "TenantContext", "json");
|
|
50579
50581
|
}
|
|
50580
|
-
let
|
|
50582
|
+
let body = {};
|
|
50581
50583
|
if (!tea_util_1.default.isUnset(request.anchorUnionId)) {
|
|
50582
|
-
|
|
50584
|
+
body["AnchorUnionId"] = request.anchorUnionId;
|
|
50583
50585
|
}
|
|
50584
50586
|
if (!tea_util_1.default.isUnset(request.liveUuid)) {
|
|
50585
|
-
|
|
50587
|
+
body["LiveUuid"] = request.liveUuid;
|
|
50586
50588
|
}
|
|
50587
|
-
let body = {};
|
|
50588
50589
|
if (!tea_util_1.default.isUnset(request.tenantContextShrink)) {
|
|
50589
50590
|
body["TenantContext"] = request.tenantContextShrink;
|
|
50590
50591
|
}
|
|
@@ -50597,7 +50598,6 @@ class Client extends openapi_client_1.default {
|
|
|
50597
50598
|
}
|
|
50598
50599
|
let req = new $OpenApi.OpenApiRequest({
|
|
50599
50600
|
headers: realHeaders,
|
|
50600
|
-
query: openapi_util_1.default.query(query),
|
|
50601
50601
|
body: openapi_util_1.default.parseToMap(body),
|
|
50602
50602
|
});
|
|
50603
50603
|
let params = new $OpenApi.Params({
|
|
@@ -50605,7 +50605,7 @@ class Client extends openapi_client_1.default {
|
|
|
50605
50605
|
version: "2023-04-26",
|
|
50606
50606
|
protocol: "HTTPS",
|
|
50607
50607
|
pathname: `/dingtalk/v1/ysp/queryGroupLiveInfo`,
|
|
50608
|
-
method: "
|
|
50608
|
+
method: "POST",
|
|
50609
50609
|
authType: "AK",
|
|
50610
50610
|
style: "ROA",
|
|
50611
50611
|
reqBodyType: "formData",
|
|
@@ -50614,7 +50614,7 @@ class Client extends openapi_client_1.default {
|
|
|
50614
50614
|
return $tea.cast(await this.callApi(params, req, runtime), new QueryGroupLiveInfoResponse({}));
|
|
50615
50615
|
}
|
|
50616
50616
|
/**
|
|
50617
|
-
*
|
|
50617
|
+
* 查询群直播详情
|
|
50618
50618
|
*
|
|
50619
50619
|
* @param request - QueryGroupLiveInfoRequest
|
|
50620
50620
|
* @returns QueryGroupLiveInfoResponse
|