@alicloud/aliding20230426 2.10.0 → 2.11.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 +152 -0
- package/dist/client.js +274 -18
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +315 -0
package/dist/client.d.ts
CHANGED
|
@@ -11923,6 +11923,99 @@ export declare class QueryScheduleConferenceResponse extends $tea.Model {
|
|
|
11923
11923
|
[key: string]: any;
|
|
11924
11924
|
});
|
|
11925
11925
|
}
|
|
11926
|
+
export declare class QueryScheduleConferenceInfoHeaders extends $tea.Model {
|
|
11927
|
+
commonHeaders?: {
|
|
11928
|
+
[key: string]: string;
|
|
11929
|
+
};
|
|
11930
|
+
accountContext?: QueryScheduleConferenceInfoHeadersAccountContext;
|
|
11931
|
+
static names(): {
|
|
11932
|
+
[key: string]: string;
|
|
11933
|
+
};
|
|
11934
|
+
static types(): {
|
|
11935
|
+
[key: string]: any;
|
|
11936
|
+
};
|
|
11937
|
+
constructor(map?: {
|
|
11938
|
+
[key: string]: any;
|
|
11939
|
+
});
|
|
11940
|
+
}
|
|
11941
|
+
export declare class QueryScheduleConferenceInfoShrinkHeaders extends $tea.Model {
|
|
11942
|
+
commonHeaders?: {
|
|
11943
|
+
[key: string]: string;
|
|
11944
|
+
};
|
|
11945
|
+
accountContextShrink?: string;
|
|
11946
|
+
static names(): {
|
|
11947
|
+
[key: string]: string;
|
|
11948
|
+
};
|
|
11949
|
+
static types(): {
|
|
11950
|
+
[key: string]: any;
|
|
11951
|
+
};
|
|
11952
|
+
constructor(map?: {
|
|
11953
|
+
[key: string]: any;
|
|
11954
|
+
});
|
|
11955
|
+
}
|
|
11956
|
+
export declare class QueryScheduleConferenceInfoRequest extends $tea.Model {
|
|
11957
|
+
maxResults?: number;
|
|
11958
|
+
nextToken?: string;
|
|
11959
|
+
scheduleConferenceId?: string;
|
|
11960
|
+
tenantContext?: QueryScheduleConferenceInfoRequestTenantContext;
|
|
11961
|
+
static names(): {
|
|
11962
|
+
[key: string]: string;
|
|
11963
|
+
};
|
|
11964
|
+
static types(): {
|
|
11965
|
+
[key: string]: any;
|
|
11966
|
+
};
|
|
11967
|
+
constructor(map?: {
|
|
11968
|
+
[key: string]: any;
|
|
11969
|
+
});
|
|
11970
|
+
}
|
|
11971
|
+
export declare class QueryScheduleConferenceInfoShrinkRequest extends $tea.Model {
|
|
11972
|
+
maxResults?: number;
|
|
11973
|
+
nextToken?: string;
|
|
11974
|
+
scheduleConferenceId?: string;
|
|
11975
|
+
tenantContextShrink?: string;
|
|
11976
|
+
static names(): {
|
|
11977
|
+
[key: string]: string;
|
|
11978
|
+
};
|
|
11979
|
+
static types(): {
|
|
11980
|
+
[key: string]: any;
|
|
11981
|
+
};
|
|
11982
|
+
constructor(map?: {
|
|
11983
|
+
[key: string]: any;
|
|
11984
|
+
});
|
|
11985
|
+
}
|
|
11986
|
+
export declare class QueryScheduleConferenceInfoResponseBody extends $tea.Model {
|
|
11987
|
+
conferenceList?: QueryScheduleConferenceInfoResponseBodyConferenceList[];
|
|
11988
|
+
nextToken?: string;
|
|
11989
|
+
requestId?: string;
|
|
11990
|
+
totalCount?: number;
|
|
11991
|
+
vendorRequestId?: string;
|
|
11992
|
+
vendorType?: string;
|
|
11993
|
+
static names(): {
|
|
11994
|
+
[key: string]: string;
|
|
11995
|
+
};
|
|
11996
|
+
static types(): {
|
|
11997
|
+
[key: string]: any;
|
|
11998
|
+
};
|
|
11999
|
+
constructor(map?: {
|
|
12000
|
+
[key: string]: any;
|
|
12001
|
+
});
|
|
12002
|
+
}
|
|
12003
|
+
export declare class QueryScheduleConferenceInfoResponse extends $tea.Model {
|
|
12004
|
+
headers?: {
|
|
12005
|
+
[key: string]: string;
|
|
12006
|
+
};
|
|
12007
|
+
statusCode?: number;
|
|
12008
|
+
body?: QueryScheduleConferenceInfoResponseBody;
|
|
12009
|
+
static names(): {
|
|
12010
|
+
[key: string]: string;
|
|
12011
|
+
};
|
|
12012
|
+
static types(): {
|
|
12013
|
+
[key: string]: any;
|
|
12014
|
+
};
|
|
12015
|
+
constructor(map?: {
|
|
12016
|
+
[key: string]: any;
|
|
12017
|
+
});
|
|
12018
|
+
}
|
|
11926
12019
|
export declare class QueryUserHonorsHeaders extends $tea.Model {
|
|
11927
12020
|
commonHeaders?: {
|
|
11928
12021
|
[key: string]: string;
|
|
@@ -17285,6 +17378,8 @@ export declare class CreateSubscribedCalendarHeadersAccountContext extends $tea.
|
|
|
17285
17378
|
});
|
|
17286
17379
|
}
|
|
17287
17380
|
export declare class CreateSubscribedCalendarRequestSubscribeScope extends $tea.Model {
|
|
17381
|
+
corpIds?: string[];
|
|
17382
|
+
openConversationIds?: string[];
|
|
17288
17383
|
userIds?: string[];
|
|
17289
17384
|
static names(): {
|
|
17290
17385
|
[key: string]: string;
|
|
@@ -22737,6 +22832,47 @@ export declare class QueryScheduleConferenceRequestTenantContext extends $tea.Mo
|
|
|
22737
22832
|
[key: string]: any;
|
|
22738
22833
|
});
|
|
22739
22834
|
}
|
|
22835
|
+
export declare class QueryScheduleConferenceInfoHeadersAccountContext extends $tea.Model {
|
|
22836
|
+
accountId?: string;
|
|
22837
|
+
static names(): {
|
|
22838
|
+
[key: string]: string;
|
|
22839
|
+
};
|
|
22840
|
+
static types(): {
|
|
22841
|
+
[key: string]: any;
|
|
22842
|
+
};
|
|
22843
|
+
constructor(map?: {
|
|
22844
|
+
[key: string]: any;
|
|
22845
|
+
});
|
|
22846
|
+
}
|
|
22847
|
+
export declare class QueryScheduleConferenceInfoRequestTenantContext extends $tea.Model {
|
|
22848
|
+
tenantId?: string;
|
|
22849
|
+
static names(): {
|
|
22850
|
+
[key: string]: string;
|
|
22851
|
+
};
|
|
22852
|
+
static types(): {
|
|
22853
|
+
[key: string]: any;
|
|
22854
|
+
};
|
|
22855
|
+
constructor(map?: {
|
|
22856
|
+
[key: string]: any;
|
|
22857
|
+
});
|
|
22858
|
+
}
|
|
22859
|
+
export declare class QueryScheduleConferenceInfoResponseBodyConferenceList extends $tea.Model {
|
|
22860
|
+
conferenceId?: string;
|
|
22861
|
+
endTime?: number;
|
|
22862
|
+
roomCode?: string;
|
|
22863
|
+
startTime?: number;
|
|
22864
|
+
status?: number;
|
|
22865
|
+
title?: string;
|
|
22866
|
+
static names(): {
|
|
22867
|
+
[key: string]: string;
|
|
22868
|
+
};
|
|
22869
|
+
static types(): {
|
|
22870
|
+
[key: string]: any;
|
|
22871
|
+
};
|
|
22872
|
+
constructor(map?: {
|
|
22873
|
+
[key: string]: any;
|
|
22874
|
+
});
|
|
22875
|
+
}
|
|
22740
22876
|
export declare class QueryUserHonorsHeadersAccountContext extends $tea.Model {
|
|
22741
22877
|
accountId?: string;
|
|
22742
22878
|
static names(): {
|
|
@@ -26280,6 +26416,22 @@ export default class Client extends OpenApi {
|
|
|
26280
26416
|
* @return QueryScheduleConferenceResponse
|
|
26281
26417
|
*/
|
|
26282
26418
|
queryScheduleConference(request: QueryScheduleConferenceRequest): Promise<QueryScheduleConferenceResponse>;
|
|
26419
|
+
/**
|
|
26420
|
+
* @summary 查询预约会议历史会议信息
|
|
26421
|
+
*
|
|
26422
|
+
* @param tmpReq QueryScheduleConferenceInfoRequest
|
|
26423
|
+
* @param tmpHeader QueryScheduleConferenceInfoHeaders
|
|
26424
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
26425
|
+
* @return QueryScheduleConferenceInfoResponse
|
|
26426
|
+
*/
|
|
26427
|
+
queryScheduleConferenceInfoWithOptions(tmpReq: QueryScheduleConferenceInfoRequest, tmpHeader: QueryScheduleConferenceInfoHeaders, runtime: $Util.RuntimeOptions): Promise<QueryScheduleConferenceInfoResponse>;
|
|
26428
|
+
/**
|
|
26429
|
+
* @summary 查询预约会议历史会议信息
|
|
26430
|
+
*
|
|
26431
|
+
* @param request QueryScheduleConferenceInfoRequest
|
|
26432
|
+
* @return QueryScheduleConferenceInfoResponse
|
|
26433
|
+
*/
|
|
26434
|
+
queryScheduleConferenceInfo(request: QueryScheduleConferenceInfoRequest): Promise<QueryScheduleConferenceInfoResponse>;
|
|
26283
26435
|
/**
|
|
26284
26436
|
* @summary 查询员工勋章列表
|
|
26285
26437
|
*
|