/** */ import * as $Util from '@alicloud/tea-util'; import OpenApi, * as $OpenApi from '@alicloud/openapi-client'; import * as $tea from '@alicloud/tea-typescript'; export declare class AiRetailProductAddHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductAddRequest extends $tea.Model { attribute?: { [key: string]: string; }; barcodes?: string[]; brand?: string; category?: string; currecy?: string; /** * @example * 1 */ enable?: number; imageFileIds?: string[]; itemNumbers?: string[]; price?: number; /** * @remarks * This parameter is required. */ productCode?: string; /** * @example * 办公室的电话是:13222333232 */ productFab?: string; /** * @example * https://xxxxxxx.com/xxxxxx */ productInfo?: string; /** * @remarks * This parameter is required. * * @example * 办公室的电话是多少 */ productName?: string; tag1?: string; tag2?: string; tag3?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductAddResponseBody extends $tea.Model { productId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductAddResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: AiRetailProductAddResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductDeleteHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductDeleteRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 111111 */ productId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductDeleteResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductImgUploadHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductImgUploadRequest extends $tea.Model { /** * @remarks * This parameter is required. */ bizCode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductImgUploadResponseBody extends $tea.Model { result?: AiRetailProductImgUploadResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductImgUploadResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: AiRetailProductImgUploadResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductQueryHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductQueryRequest extends $tea.Model { productCode?: string; productId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductQueryResponseBody extends $tea.Model { data?: AiRetailProductQueryResponseBodyData[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductQueryResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: AiRetailProductQueryResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductUpdateHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductUpdateRequest extends $tea.Model { attribute?: { [key: string]: string; }; barcodes?: string[]; brand?: string; category?: string; currency?: string; enable?: number; imageFileIds?: string[]; itemNumbers?: string[]; price?: number; productCode?: string; /** * @example * 办公室的电话是:13222333232 */ productFab?: string; /** * @remarks * This parameter is required. */ productId?: number; /** * @example * https://xxxxxxx.com/xxxxxx */ productInfo?: string; /** * @example * 办公室的电话是多少 */ productName?: string; tag1?: string; tag2?: string; tag3?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductUpdateResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiTrainingDetailHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiTrainingDetailRequest extends $tea.Model { recordId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiTrainingDetailResponseBody extends $tea.Model { result?: AiTrainingDetailResponseBodyResult; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiTrainingDetailResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: AiTrainingDetailResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiTrainingRecordHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiTrainingRecordRequest extends $tea.Model { direction?: number; endTime?: number; lastId?: number; size?: number; startTime?: number; taskId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiTrainingRecordResponseBody extends $tea.Model { direction?: number; hasMore?: boolean; lastId?: number; trainingList?: AiTrainingRecordResponseBodyTrainingList[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiTrainingRecordResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: AiTrainingRecordResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetTaskResultHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetTaskResultRequest extends $tea.Model { taskIds?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetTaskResultResponseBody extends $tea.Model { tasks?: BatchGetTaskResultResponseBodyTasks[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetTaskResultResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: BatchGetTaskResultResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BusinessMatchHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BusinessMatchRequest extends $tea.Model { /** * @remarks * This parameter is required. */ businessInfo?: string; /** * @remarks * This parameter is required. */ corpName?: string; /** * @remarks * This parameter is required. */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BusinessMatchResponseBody extends $tea.Model { taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BusinessMatchResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: BusinessMatchResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BusinessMatchResultHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BusinessMatchResultRequest extends $tea.Model { /** * @remarks * This parameter is required. */ taskId?: string; /** * @remarks * This parameter is required. */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BusinessMatchResultResponseBody extends $tea.Model { content?: string; isMatched?: boolean; status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BusinessMatchResultResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: BusinessMatchResultResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusAddRenterMemberHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusAddRenterMemberRequest extends $tea.Model { /** * @example * {"age":8} */ extend?: string; /** * @remarks * This parameter is required. * * @example * 158******** */ mobile?: string; /** * @remarks * This parameter is required. * * @example * 张三组 */ name?: string; /** * @remarks * This parameter is required. * * @example * 612355 */ renterId?: number; /** * @example * admin */ type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusAddRenterMemberResponseBody extends $tea.Model { unionId?: string; userId?: string; userState?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusAddRenterMemberResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusAddRenterMemberResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusCreateCampusHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusCreateCampusRequest extends $tea.Model { /** * @example * 锦城街道和谐社区101号 */ address?: string; /** * @example * 5200.13(平方千米) */ area?: number; /** * @example * 0 */ belongProjectGroupId?: number; /** * @remarks * This parameter is required. * * @example * 绿城未来park */ campusName?: string; /** * @example * 1000 */ capacity?: number; /** * @example * 371500 */ cityId?: number; /** * @example * 中国 */ country?: string; /** * @example * 371502 */ countyId?: number; /** * @remarks * This parameter is required. */ creatorUnionId?: string; /** * @example * 绿城未来park项目 */ description?: string; /** * @example * {"creator":"dsy"} */ extend?: string; /** * @example * 123,456 */ location?: string; orderEndTime?: number; orderInfo?: string; /** * @example * 1655704317794 */ orderStartTime?: number; /** * @example * 370000(山东) */ provId?: number; /** * @example * 156xxxx4338 */ telephone?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusCreateCampusResponseBody extends $tea.Model { campusCorpId?: string; campusDeptId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusCreateCampusResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusCreateCampusResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusCreateCampusGroupHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusCreateCampusGroupRequest extends $tea.Model { /** * @example * 扩展信息 */ extend?: string; /** * @remarks * This parameter is required. * * @example * 测试项目组 */ name?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusCreateCampusGroupResponseBody extends $tea.Model { groupId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusCreateCampusGroupResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusCreateCampusGroupResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusCreateRenterHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusCreateRenterRequest extends $tea.Model { /** * @example * 231313 */ creditCode?: string; /** * @example * 1655704317794 */ endTime?: number; /** * @example * 扩展 */ extend?: string; /** * @remarks * This parameter is required. * * @example * 钉钉 */ name?: string; /** * @example * 1655704317794 */ startTime?: number; /** * @example * 1 */ state?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusCreateRenterResponseBody extends $tea.Model { /** * @example * 1001 */ renterId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusCreateRenterResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusCreateRenterResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusDelRenterMemberHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusDelRenterMemberRequest extends $tea.Model { /** * @example * 124353123 */ renterId?: number; /** * @example * kindg**** */ unionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusDelRenterMemberResponseBody extends $tea.Model { content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusDelRenterMemberResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusDelRenterMemberResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusDeleteCampusGroupHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusDeleteCampusGroupRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 12345 */ campusProjectGroupId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusDeleteCampusGroupResponseBody extends $tea.Model { success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusDeleteCampusGroupResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusDeleteCampusGroupResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusDeleteRenterHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusDeleteRenterRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1001 */ renterId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusDeleteRenterResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetCampusHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetCampusRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 11 */ campusDeptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetCampusResponseBody extends $tea.Model { /** * @example * ##街道 */ address?: string; /** * @example * 1000 */ area?: number; /** * @example * 1011 */ belongProjectGroupId?: string; /** * @example * ding121212 */ campusCorpId?: string; /** * @example * 1001 */ campusDeptId?: number; /** * @example * 测试园区 */ campusName?: string; /** * @example * 100 */ capacity?: string; /** * @example * 2030 */ cityId?: number; /** * @example * 中国 */ country?: string; /** * @example * 203040 */ countyId?: number; /** * @example * 描述 */ description?: string; /** * @example * 扩展 */ extend?: string; /** * @example * 120.1,28.1 */ location?: string; /** * @example * 1655704317794 */ orderEndTime?: number; /** * @example * 购买信息 */ orderInfo?: string; /** * @example * 1655704317794 */ orderStartTime?: number; /** * @example * 20 */ provId?: number; /** * @example * 13914772123 */ telephone?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetCampusResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusGetCampusResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetCampusGroupHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetCampusGroupRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 11 */ groupId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetCampusGroupResponseBody extends $tea.Model { /** * @example * 项目扩展信息 */ extend?: string; /** * @example * 测试项目组 */ projectGroupName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetCampusGroupResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusGetCampusGroupResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetRenterHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetRenterRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1001 */ renterId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetRenterResponseBody extends $tea.Model { /** * @example * ding121313 */ bindRenterCorpId?: string; /** * @example * 1655704317794 */ bindTime?: number; /** * @example * 231313 */ creditCode?: string; /** * @example * 1655704317794 */ endTime?: number; /** * @example * 扩展 */ extend?: string; /** * @example * 名称 */ name?: string; /** * @example * 101 */ renterDeptId?: number; /** * @example * 1655704317794 */ startTime?: number; /** * @example * 1 */ state?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetRenterResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusGetRenterResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetRenterMemberHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetRenterMemberRequest extends $tea.Model { /** * @example * 1987215 */ renterId?: number; /** * @remarks * This parameter is required. * * @example * 1iasndkjas8 */ unionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetRenterMemberResponseBody extends $tea.Model { extend?: string; inviteState?: number; name?: string; state?: string; type?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusGetRenterMemberResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusGetRenterMemberResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListCampusHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListCampusRequest extends $tea.Model { /** * @example * 12345 */ groupDeptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListCampusResponseBody extends $tea.Model { result?: CampusListCampusResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListCampusResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusListCampusResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListCampusGroupHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListCampusGroupResponseBody extends $tea.Model { result?: CampusListCampusGroupResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListCampusGroupResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusListCampusGroupResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListRenterHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListRenterResponseBody extends $tea.Model { result?: CampusListRenterResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListRenterResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusListRenterResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListRenterMembersHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListRenterMembersRequest extends $tea.Model { /** * @example * 836213123 */ renterId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListRenterMembersResponseBody extends $tea.Model { result?: CampusListRenterMembersResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListRenterMembersResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusListRenterMembersResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateCampusHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateCampusRequest extends $tea.Model { /** * @example * 锦城街道和谐社区101号 */ address?: string; /** * @example * 5200.13(平方米) */ area?: number; /** * @example * 0 */ belongProjectGroupId?: number; /** * @remarks * This parameter is required. * * @example * 12345 */ campusDeptId?: number; /** * @example * 绿城未来park */ campusName?: string; /** * @example * 10000 */ capacity?: number; /** * @example * 371500 */ cityId?: number; /** * @example * 中国 */ country?: string; /** * @example * 371502 */ countyId?: number; /** * @example * 绿城产业 */ description?: string; /** * @example * {"creator":"dsy"} */ extend?: string; /** * @example * 1655704317794 */ orderEndTime?: number; /** * @example * 线下付款 */ orderInfo?: number; /** * @example * 1655704317794 */ orderStartTime?: number; /** * @example * 370000(山东) */ provId?: number; /** * @example * 156XXXX338 */ telephone?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateCampusResponseBody extends $tea.Model { content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateCampusResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusUpdateCampusResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateCampusGroupHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateCampusGroupRequest extends $tea.Model { /** * @remarks * This parameter is required. */ campusProjectGroupId?: number; /** * @example * 扩展信息 */ extend?: string; /** * @example * 绿城未来park */ name?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateCampusGroupResponseBody extends $tea.Model { content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateCampusGroupResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusUpdateCampusGroupResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateRenterHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateRenterRequest extends $tea.Model { /** * @example * 231313 */ creditCode?: string; /** * @example * 16123523124 */ endTime?: number; /** * @example * 扩展 */ extend?: string; /** * @remarks * This parameter is required. * * @example * 钉钉 */ name?: string; /** * @remarks * This parameter is required. * * @example * 12352335 */ renterId?: number; /** * @example * 2183478412 */ startTime?: number; /** * @example * 0 */ state?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateRenterResponseBody extends $tea.Model { /** * @example * 1001 */ renterId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateRenterResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusUpdateRenterResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateRenterMemberHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateRenterMemberRequest extends $tea.Model { /** * @example * 扩展 */ extend?: string; /** * @example * 张三组 */ name?: string; /** * @remarks * This parameter is required. * * @example * 41239123 */ renterId?: number; /** * @example * 1 */ type?: string; /** * @remarks * This parameter is required. * * @example * fksif91273 */ unionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateRenterMemberResponseBody extends $tea.Model { content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusUpdateRenterMemberResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CampusUpdateRenterMemberResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIAddDatasetPermissionHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIAddDatasetPermissionRequest extends $tea.Model { /** * @example * user */ authorizationType?: string; authorizedObjectId?: string[]; datasetId?: number; /** * @example * 操作人id */ optUser?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIAddDatasetPermissionResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIAddDatasetPermissionResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatAIAddDatasetPermissionResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIListDatasetHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIListDatasetRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 111111 */ appId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIListDatasetResponseBody extends $tea.Model { result?: ChatAIListDatasetResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIListDatasetResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatAIListDatasetResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIQueryDatasetPermissionHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIQueryDatasetPermissionRequest extends $tea.Model { /** * @example * 数据集Id */ datasetId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIQueryDatasetPermissionResponseBody extends $tea.Model { permissionInfos?: ChatAIQueryDatasetPermissionResponseBodyPermissionInfos[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIQueryDatasetPermissionResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatAIQueryDatasetPermissionResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIRemoveDatasetPermissionHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIRemoveDatasetPermissionRequest extends $tea.Model { /** * @example * user */ authorizationType?: string; authorizedObjectId?: string[]; datasetId?: number; /** * @example * 操作人id */ optUser?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIRemoveDatasetPermissionResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIRemoveDatasetPermissionResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatAIRemoveDatasetPermissionResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAITextSentimentAnalysisHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAITextSentimentAnalysisRequest extends $tea.Model { history?: string[]; /** * @remarks * This parameter is required. */ text?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAITextSentimentAnalysisResponseBody extends $tea.Model { result?: ChatAITextSentimentAnalysisResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAITextSentimentAnalysisResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatAITextSentimentAnalysisResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAiQueryLogsHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAiQueryLogsRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 123 */ appId?: number; /** * @example * 1744124223000 */ endTime?: number; /** * @remarks * This parameter is required. * * @example * 0 */ pageNumber?: number; /** * @remarks * This parameter is required. * * @example * 20 */ pageSize?: number; /** * @example * 123 */ scenceId?: number; /** * @example * 1744124223000 */ startTime?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAiQueryLogsResponseBody extends $tea.Model { data?: ChatAiQueryLogsResponseBodyData[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 20 */ pageSize?: number; /** * @example * 200 */ total?: number; /** * @example * 50 */ totalPage?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAiQueryLogsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatAiQueryLogsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAiTravelListHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAiTravelListRequest extends $tea.Model { paramList?: ChatAiTravelListRequestParamList[]; /** * @example * qaz12345900 */ travelId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAiTravelListResponseBody extends $tea.Model { content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAiTravelListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatAiTravelListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatFormGetDataForApiAccessHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatFormGetDataForApiAccessRequest extends $tea.Model { /** * @remarks * This parameter is required. */ dingTalkTraceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatFormGetDataForApiAccessResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ data?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatFormGetDataForApiAccessResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatFormGetDataForApiAccessResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddGeneralFileHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddGeneralFileRequest extends $tea.Model { /** * @example * aaaaa */ bizId?: string; /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. * * @example * https://xxxxxxx.com/xxxxxx */ downloadUrl?: string; /** * @example * 这是一个财务制度相关的文件 */ fileDesc?: string; /** * @remarks * This parameter is required. * * @example * aaa.doc */ fileName?: string; tagList?: ChatMemoAddGeneralFileRequestTagList[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddGeneralFileResponseBody extends $tea.Model { /** * @example * xxxxx */ bizId?: string; /** * @example * aaaa.doc */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddGeneralFileResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoAddGeneralFileResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddKnowledgeGraphNodeHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddKnowledgeGraphNodeRequest extends $tea.Model { /** * @example * xxxxxx */ bizId?: string; /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. */ nodeInfo?: ChatMemoAddKnowledgeGraphNodeRequestNodeInfo; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddKnowledgeGraphNodeResponseBody extends $tea.Model { /** * @example * xxxxx */ bizId?: string; /** * @example * aaaa.doc */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddKnowledgeGraphNodeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoAddKnowledgeGraphNodeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddKnowledgeGraphRelationHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddKnowledgeGraphRelationRequest extends $tea.Model { /** * @example * xxxxxx */ bizId?: string; /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. */ relationInfo?: ChatMemoAddKnowledgeGraphRelationRequestRelationInfo; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddKnowledgeGraphRelationResponseBody extends $tea.Model { /** * @example * xxxxx */ bizId?: string; /** * @example * aaaa.doc */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddKnowledgeGraphRelationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoAddKnowledgeGraphRelationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoDeleteGeneralFileHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoDeleteGeneralFileRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. * * @example * aaaa.doc */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoDeleteGeneralFileResponseBody extends $tea.Model { /** * @example * true */ result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoDeleteGeneralFileResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoDeleteGeneralFileResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoDeleteKnowledgeGraphNodeHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoDeleteKnowledgeGraphNodeRequest extends $tea.Model { /** * @example * xxxxxx */ bizId?: string; /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. * * @example * xxxxx */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoDeleteKnowledgeGraphNodeResponseBody extends $tea.Model { /** * @example * xxxxx */ bizId?: string; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoDeleteKnowledgeGraphNodeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoDeleteKnowledgeGraphNodeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoDeleteKnowledgeGraphRelationHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoDeleteKnowledgeGraphRelationRequest extends $tea.Model { /** * @example * xxxxxx */ bizId?: string; /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. * * @example * xxxxx */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoDeleteKnowledgeGraphRelationResponseBody extends $tea.Model { /** * @example * xxxxx */ bizId?: string; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoDeleteKnowledgeGraphRelationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoDeleteKnowledgeGraphRelationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoFaqAddHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoFaqAddRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 办公室的电话是:13222333232 */ answer?: string; /** * @example * aaaaa */ bizId?: string; /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. * * @example * 办公室的电话是多少 */ question?: string; /** * @example * https://xxxxxxx.com/xxxxxx */ redirection?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoFaqAddResponseBody extends $tea.Model { /** * @example * xxxxx */ bizId?: string; /** * @example * aaaa.doc */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoFaqAddResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoFaqAddResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoFaqDeleteHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoFaqDeleteRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. * * @example * aaaa */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoFaqDeleteResponseBody extends $tea.Model { /** * @example * true */ result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoFaqDeleteResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoFaqDeleteResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoFaqListHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoFaqListRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. * * @example * 1 */ pageNumber?: number; /** * @remarks * This parameter is required. * * @example * 20 */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoFaqListResponseBody extends $tea.Model { data?: ChatMemoFaqListResponseBodyData[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 20 */ pageSize?: number; /** * @example * 200 */ total?: number; /** * @example * 50 */ totalPage?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoFaqListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoFaqListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoGetFileListHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoGetFileListRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. * * @example * 1 */ pageNumber?: number; /** * @remarks * This parameter is required. * * @example * 20 */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoGetFileListResponseBody extends $tea.Model { data?: ChatMemoGetFileListResponseBodyData[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 20 */ pageSize?: number; /** * @example * 200 */ total?: number; /** * @example * 50 */ totalPage?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoGetFileListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoGetFileListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoGetFileStatusHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoGetFileStatusRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. * * @example * aaaa.doc */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoGetFileStatusResponseBody extends $tea.Model { /** * @example * -1 */ status?: number; /** * @example * 待处理 */ statusDesc?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoGetFileStatusResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoGetFileStatusResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoQueryKnowledgeGraphNodeHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoQueryKnowledgeGraphNodeRequest extends $tea.Model { /** * @example * xxxxxx */ bizId?: string; /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. * * @example * xxxxx */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoQueryKnowledgeGraphNodeResponseBody extends $tea.Model { /** * @example * xxxxx */ bizId?: string; /** * @remarks * This parameter is required. */ nodeInfo?: ChatMemoQueryKnowledgeGraphNodeResponseBodyNodeInfo; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoQueryKnowledgeGraphNodeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoQueryKnowledgeGraphNodeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoQueryKnowledgeGraphRelationHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoQueryKnowledgeGraphRelationRequest extends $tea.Model { /** * @example * xxxxxx */ bizId?: string; /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. * * @example * xxxxx */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoQueryKnowledgeGraphRelationResponseBody extends $tea.Model { /** * @example * xxxxx */ bizId?: string; /** * @remarks * This parameter is required. */ relationInfo?: ChatMemoQueryKnowledgeGraphRelationResponseBodyRelationInfo; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoQueryKnowledgeGraphRelationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoQueryKnowledgeGraphRelationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoUpdateKnowledgeGraphNodeHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoUpdateKnowledgeGraphNodeRequest extends $tea.Model { /** * @example * xxxxxx */ bizId?: string; /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. */ nodeInfo?: ChatMemoUpdateKnowledgeGraphNodeRequestNodeInfo; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoUpdateKnowledgeGraphNodeResponseBody extends $tea.Model { /** * @example * xxxxx */ bizId?: string; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoUpdateKnowledgeGraphNodeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoUpdateKnowledgeGraphNodeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoUpdateKnowledgeGraphRelationHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoUpdateKnowledgeGraphRelationRequest extends $tea.Model { /** * @example * xxxxxx */ bizId?: string; /** * @remarks * This parameter is required. * * @example * 111111 */ datasetId?: number; /** * @remarks * This parameter is required. */ relationInfo?: ChatMemoUpdateKnowledgeGraphRelationRequestRelationInfo; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoUpdateKnowledgeGraphRelationResponseBody extends $tea.Model { /** * @example * xxxxx */ bizId?: string; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoUpdateKnowledgeGraphRelationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ChatMemoUpdateKnowledgeGraphRelationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CirclePostDetailHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CirclePostDetailRequest extends $tea.Model { postId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CirclePostDetailResponseBody extends $tea.Model { result?: CirclePostDetailResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CirclePostDetailResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CirclePostDetailResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CirclePostRecordHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CirclePostRecordRequest extends $tea.Model { direction?: number; endTime?: number; size?: number; startTime?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CirclePostRecordResponseBody extends $tea.Model { result?: CirclePostRecordResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CirclePostRecordResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CirclePostRecordResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeActiveCollegeDeptGroupHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeActiveCollegeDeptGroupRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 11111 */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeActiveCollegeDeptGroupResponseBody extends $tea.Model { /** * @example * 0134124 */ openConversationId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeActiveCollegeDeptGroupResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeActiveCollegeDeptGroupResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeAddCollegeDeptHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeAddCollegeDeptRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 三年二班 */ deptName?: string; /** * @remarks * This parameter is required. * * @example * class */ deptType?: string; /** * @remarks * This parameter is required. * * @example * 10 */ sortFactor?: number; /** * @remarks * This parameter is required. * * @example * 22222 */ superId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeAddCollegeDeptResponseBody extends $tea.Model { /** * @example * 123123 */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeAddCollegeDeptResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeAddCollegeDeptResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeAddManagerHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeAddManagerRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 11111 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 12525 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeAddManagerResponseBody extends $tea.Model { /** * @example * true */ isSuccessful?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeAddManagerResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeAddManagerResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeAddStudentHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeAddStudentRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 6235234 */ deptId?: number; /** * @example * ”city“:"Beijing" */ empExtension?: { [key: string]: string; }; /** * @example * male */ gender?: string; /** * @example * 11019xxxxxx0001 */ identifyId?: string; /** * @remarks * This parameter is required. * * @example * 186xxxxxxxx */ mobile?: string; /** * @example * 2015 */ startYear?: string; /** * @remarks * This parameter is required. * * @example * 张三 */ studentName?: string; /** * @remarks * This parameter is required. * * @example * mf1922051 */ studentNumber?: string; /** * @example * 0324124 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeAddStudentResponseBody extends $tea.Model { /** * @example * NORMAL */ dingMemberStatus?: string; /** * @example * true */ isActive?: boolean; /** * @example * 1111111 */ studentId?: number; /** * @example * 11111111 */ unionId?: string; /** * @example * 0324124 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeAddStudentResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeAddStudentResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeChangeStudentDeptHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeChangeStudentDeptRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 11111 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 222222 */ newDeptId?: number; /** * @remarks * This parameter is required. * * @example * 33333 */ studentId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeChangeStudentDeptResponseBody extends $tea.Model { /** * @example * true */ isSuccessful?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeChangeStudentDeptResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeChangeStudentDeptResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeDeleteCollegeDeptHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeDeleteCollegeDeptRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 11111 */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeDeleteCollegeDeptResponseBody extends $tea.Model { /** * @example * true */ isSuccessful?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeDeleteCollegeDeptResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeDeleteCollegeDeptResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListCollegeSubDeptHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListCollegeSubDeptRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 11111 */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListCollegeSubDeptResponseBody extends $tea.Model { collegeDeptInfoSimpleList?: CollegeListCollegeSubDeptResponseBodyCollegeDeptInfoSimpleList[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListCollegeSubDeptResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeListCollegeSubDeptResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListDeptManagerHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListDeptManagerRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1111 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 10 */ pageNumber?: number; /** * @remarks * This parameter is required. * * @example * 100 */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListDeptManagerResponseBody extends $tea.Model { managerInfoSimpleList?: CollegeListDeptManagerResponseBodyManagerInfoSimpleList[]; /** * @example * 1000 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListDeptManagerResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeListDeptManagerResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListStudentInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListStudentInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. */ deptId?: number; /** * @remarks * This parameter is required. * * @example * UNCHECKED */ dingStudentStatus?: string; /** * @remarks * This parameter is required. * * @example * 10 */ pageNumber?: number; /** * @remarks * This parameter is required. * * @example * 100 */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListStudentInfoResponseBody extends $tea.Model { studentInfoSimpleList?: CollegeListStudentInfoResponseBodyStudentInfoSimpleList[]; /** * @example * 10 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListStudentInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeListStudentInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListUncheckedStudentHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListUncheckedStudentRequest extends $tea.Model { /** * @example * 1111111 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 1 */ pageNumber?: number; /** * @remarks * This parameter is required. * * @example * 100 */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListUncheckedStudentResponseBody extends $tea.Model { studentInfoSimpleList?: CollegeListUncheckedStudentResponseBodyStudentInfoSimpleList[]; /** * @example * 10 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListUncheckedStudentResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeListUncheckedStudentResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryCollegeDeptGroupInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryCollegeDeptGroupInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 111111 */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryCollegeDeptGroupInfoResponseBody extends $tea.Model { /** * @example * xxx全员群 */ groupName?: string; /** * @example * 0124215 */ openConversationId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryCollegeDeptGroupInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeQueryCollegeDeptGroupInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryCollegeDeptInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryCollegeDeptInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 111111 */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryCollegeDeptInfoResponseBody extends $tea.Model { /** * @example * 01123 */ deptId?: number; /** * @example * 三年二班 */ deptName?: string; /** * @example * class */ deptType?: string; /** * @example * 1 */ sortFactor?: number; /** * @example * 0123123 */ superId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryCollegeDeptInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeQueryCollegeDeptInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByDeptHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByDeptRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 11111 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 22222 */ studentId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByDeptResponseBody extends $tea.Model { /** * @example * 01123 */ deptId?: number; /** * @example * NORMAL */ dingMemberStatus?: string; /** * @example * ”city“:"Beijing" */ empExtension?: { [key: string]: any; }; /** * @example * male */ gender?: string; /** * @example * 11019xxxxxx0001 */ identifyId?: string; /** * @example * true */ isActive?: boolean; /** * @example * 2015 */ startYear?: string; /** * @example * 1111111 */ studentId?: number; /** * @example * 张三 */ studentName?: string; /** * @example * mf1922051 */ studentNumber?: string; /** * @example * 11111111 */ unionId?: string; /** * @example * 0324124 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByDeptResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeQueryStudentInfoByDeptResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByMobileHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByMobileRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 187xxxxxxxx */ mobile?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByMobileResponseBody extends $tea.Model { deptStudentInfoList?: CollegeQueryStudentInfoByMobileResponseBodyDeptStudentInfoList[]; /** * @example * NORMAL */ dingMemberStatus?: string; /** * @example * ”city“:"Beijing" */ empExtension?: { [key: string]: any; }; /** * @example * male */ gender?: string; /** * @example * 11019xxxxxx0001 */ identifyId?: string; /** * @example * true */ isActive?: boolean; /** * @example * 2015 */ startYear?: string; /** * @example * 1111111 */ studentId?: number; /** * @example * 张三 */ studentName?: string; /** * @example * 11111111 */ unionId?: string; /** * @example * 0324124 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByMobileResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeQueryStudentInfoByMobileResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByStudentIdHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByStudentIdRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 22222 */ studentId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByStudentIdResponseBody extends $tea.Model { deptStudentInfoList?: CollegeQueryStudentInfoByStudentIdResponseBodyDeptStudentInfoList[]; /** * @example * NORMAL */ dingMemberStatus?: string; /** * @example * ”city“:"Beijing" */ empExtension?: { [key: string]: any; }; /** * @example * male */ gender?: string; /** * @example * 11019xxxxxx0001 */ identifyId?: string; /** * @example * true */ isActive?: boolean; /** * @example * 2015 */ startYear?: string; /** * @example * 1111111 */ studentId?: number; /** * @example * 张三 */ studentName?: string; /** * @example * 11111111 */ unionId?: string; /** * @example * 0324124 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByStudentIdResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeQueryStudentInfoByStudentIdResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeRemoveManagerHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeRemoveManagerRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 11111 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * true */ isForce?: boolean; /** * @remarks * This parameter is required. * * @example * 12345 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeRemoveManagerResponseBody extends $tea.Model { /** * @example * true */ isSuccessful?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeRemoveManagerResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeRemoveManagerResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeRemoveStudentHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeRemoveStudentRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1111 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 2222 */ studentId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeRemoveStudentResponseBody extends $tea.Model { /** * @example * true */ isSuccessful?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeRemoveStudentResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeRemoveStudentResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateCollegeDeptHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateCollegeDeptRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1111 */ deptId?: number; deptName?: string; /** * @example * 10 */ sortFactor?: number; /** * @example * 22222 */ superId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateCollegeDeptResponseBody extends $tea.Model { /** * @example * true */ isSuccessful?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateCollegeDeptResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeUpdateCollegeDeptResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateStudentDeptInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateStudentDeptInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 11111 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 22222 */ studentId?: number; /** * @example * mf193121 */ studentNumber?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateStudentDeptInfoResponseBody extends $tea.Model { /** * @example * true */ isSuccessful?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateStudentDeptInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeUpdateStudentDeptInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateStudentInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateStudentInfoRequest extends $tea.Model { /** * @example * "city":"beijing" */ empExtension?: { [key: string]: string; }; /** * @example * male */ gender?: string; /** * @example * 11019xxxxxx0001 */ identifyId?: string; /** * @example * 2015 */ startYear?: string; /** * @remarks * This parameter is required. * * @example * 1111111 */ studentId?: number; /** * @example * 张三 */ studentName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateStudentInfoResponseBody extends $tea.Model { /** * @example * true */ isSuccessful?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateStudentInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeUpdateStudentInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateStudentMoblieHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateStudentMoblieRequest extends $tea.Model { isForce?: boolean; /** * @remarks * This parameter is required. * * @example * 187xxxxxxxx */ newMobile?: string; /** * @remarks * This parameter is required. * * @example * 222222 */ studentId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateStudentMoblieResponseBody extends $tea.Model { /** * @example * failed */ updateResult?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeUpdateStudentMoblieResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CollegeUpdateStudentMoblieResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactCreateHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactCreateRequest extends $tea.Model { managerIdList?: string[]; /** * @remarks * This parameter is required. * * @example * A项目通讯录 */ name?: string; order?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactCreateResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: CustomizeContactCreateResponseBodyContent; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactCreateResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CustomizeContactCreateResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeleteHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeleteRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * xxx */ code?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeleteResponseBody extends $tea.Model { content?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeleteResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CustomizeContactDeleteResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptCreateHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptCreateRequest extends $tea.Model { /** * @remarks * This parameter is required. */ code?: string; managerIdList?: string[]; /** * @remarks * This parameter is required. */ name?: string; order?: number; /** * @remarks * This parameter is required. */ parentDeptId?: number; refId?: number; /** * @remarks * This parameter is required. */ type?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptCreateResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptCreateResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CustomizeContactDeptCreateResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptDeleteHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptDeleteRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * XXX */ code?: string; /** * @remarks * This parameter is required. * * @example * 65722123 */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptDeleteResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptDeleteResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CustomizeContactDeptDeleteResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptGroupCreateHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptGroupCreateRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * alt-contact:Mzc0ODAwMQ== */ code?: string; /** * @remarks * This parameter is required. * * @example * 65725421 */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptGroupCreateResponseBody extends $tea.Model { content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptGroupCreateResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CustomizeContactDeptGroupCreateResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. */ code?: string; /** * @remarks * This parameter is required. */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptInfoResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: CustomizeContactDeptInfoResponseBodyContent; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CustomizeContactDeptInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptListHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptListRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * XXXX */ code?: string; /** * @remarks * This parameter is required. * * @example * 65722123 */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptListResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: CustomizeContactDeptListResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CustomizeContactDeptListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptUpdateHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptUpdateRequest extends $tea.Model { /** * @remarks * This parameter is required. */ code?: string; /** * @remarks * This parameter is required. */ deptId?: number; managerIdList?: string[]; name?: string; order?: number; /** * @remarks * This parameter is required. */ parentDeptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptUpdateResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptUpdateResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CustomizeContactDeptUpdateResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactEmpAddHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactEmpAddRequest extends $tea.Model { /** * @remarks * This parameter is required. */ code?: string; /** * @remarks * This parameter is required. * * @example * 65722123 */ deptId?: number; /** * @remarks * This parameter is required. */ userIdList?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactEmpAddResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactEmpAddResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CustomizeContactEmpAddResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactEmpDeleteHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactEmpDeleteRequest extends $tea.Model { /** * @remarks * This parameter is required. */ code?: string; /** * @remarks * This parameter is required. * * @example * 65722123 */ deptId?: number; /** * @remarks * This parameter is required. */ userIdList?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactEmpDeleteResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactEmpDeleteResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CustomizeContactEmpDeleteResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactEmpListHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactEmpListRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 65722123 */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactEmpListResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: CustomizeContactEmpListResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactEmpListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CustomizeContactEmpListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactListHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactListResponseBody extends $tea.Model { content?: CustomizeContactListResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CustomizeContactListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactUpdateHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactUpdateRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * alt-contact:MjkwMDAa */ code?: string; managerIdList?: string[]; /** * @remarks * This parameter is required. * * @example * A项目通讯录 */ name?: string; /** * @remarks * This parameter is required. */ order?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactUpdateResponseBody extends $tea.Model { content?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactUpdateResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CustomizeContactUpdateResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DIgitalStoreMessagePushHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DIgitalStoreMessagePushRequest extends $tea.Model { messageDataList?: DIgitalStoreMessagePushRequestMessageDataList[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DIgitalStoreMessagePushShrinkRequest extends $tea.Model { messageDataListShrink?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DIgitalStoreMessagePushResponseBody extends $tea.Model { /** * @example * true */ content?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DIgitalStoreMessagePushResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DIgitalStoreMessagePushResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreCardRecordHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreCardRecordRequest extends $tea.Model { /** * @example * 1696917858123 */ beginTime?: number; /** * @example * 1696918858123 */ endTime?: number; ids?: number[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 10 */ pageSize?: number; /** * @example * 场景卡片名称 */ sceneCardName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreCardRecordResponseBody extends $tea.Model { content?: DigitalStoreCardRecordResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreCardRecordResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreCardRecordResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreContactInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreContactInfoResponseBody extends $tea.Model { /** * @remarks * This parameter is required. * * @example * codexxxxx */ code?: string; /** * @example * 123 */ dingDeptId?: number; /** * @example * 门店通 */ name?: string; /** * @remarks * This parameter is required. * * @example * 5647993312 */ rootDeptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreContactInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreContactInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreConversationsHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreConversationsRequest extends $tea.Model { /** * @example * xxx店 */ conversationTitle?: string; /** * @example * store */ conversationType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreConversationsResponseBody extends $tea.Model { content?: DigitalStoreConversationsResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreConversationsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreConversationsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreExportCardRecordHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreExportCardRecordRequest extends $tea.Model { /** * @example * 1696917858123 */ beginTime?: number; /** * @example * 1696918858123 */ endTime?: number; ids?: number[]; /** * @example * 场景卡片名称 */ sceneCardName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreExportCardRecordResponseBody extends $tea.Model { fileName?: string; fileType?: string; fileUrl?: string; id?: string; isImport?: string; remark?: string; status?: string; successNum?: string; totalNum?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreExportCardRecordResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreExportCardRecordResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreExportCardRecordDetailHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreExportCardRecordDetailRequest extends $tea.Model { /** * @example * 1696917858123 */ beginTime?: number; /** * @example * 1696918858123 */ endTime?: number; ids?: number[]; /** * @example * 场景卡片名称 */ sceneCardName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreExportCardRecordDetailResponseBody extends $tea.Model { fileName?: string; fileType?: string; fileUrl?: string; id?: string; isImport?: string; remark?: string; status?: string; successNum?: string; totalNum?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreExportCardRecordDetailResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreExportCardRecordDetailResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreGroupInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreGroupInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ groupId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreGroupInfoResponseBody extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ groupId?: number; /** * @remarks * This parameter is required. * * @example * 分组1 */ groupName?: string; /** * @remarks * This parameter is required. */ storeIdList?: number[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreGroupInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreGroupInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreGroupsHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreGroupsResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: DigitalStoreGroupsResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreGroupsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreGroupsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreNodeInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreNodeInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. */ code?: string; /** * @remarks * This parameter is required. */ nodeId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreNodeInfoResponseBody extends $tea.Model { /** * @example * 76644111 */ dingDeptId?: number; /** * @remarks * This parameter is required. * * @example * 6756433 */ id?: number; /** * @remarks * This parameter is required. * * @example * 华夏之心店 */ name?: string; /** * @remarks * This parameter is required. * * @example * 873366531 */ parentId?: number; /** * @remarks * This parameter is required. * * @example * 1 */ type?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreNodeInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreNodeInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreQueryConversationHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreQueryConversationRequest extends $tea.Model { /** * @example * F1342222 */ storeCode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreQueryConversationResponseBody extends $tea.Model { conversationTitle?: string; openConversationId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreQueryConversationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreQueryConversationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreRightsInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreRightsInfoResponseBody extends $tea.Model { /** * @example * 1659668620000 */ endTime?: number; /** * @remarks * This parameter is required. * * @example * 100 */ quantity?: number; /** * @example * RIGHT_MDT_LEVEL */ rightsCode?: string; /** * @remarks * This parameter is required. * * @example * 高级版 */ rightsName?: string; /** * @example * 1656990220000 */ startTime?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreRightsInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreRightsInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreRolesHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreRolesResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: DigitalStoreRolesResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreRolesResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreRolesResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreSceneScopeHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreSceneScopeRequest extends $tea.Model { /** * @example * cidxxa9122s733s1== */ openConversationId?: string; /** * @example * achieveAllocate */ sceneCode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreSceneScopeResponseBody extends $tea.Model { /** * @example * store */ groupConversationType?: string; /** * @example * 536239912 */ scopeId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreSceneScopeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreSceneScopeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreStoreInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreStoreInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. */ code?: string; /** * @remarks * This parameter is required. */ storeId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreStoreInfoResponseBody extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 余杭塘路xxxx号 */ address?: string; /** * @remarks * This parameter is required. * * @example * 9:00-22:00 */ businessHours?: string; /** * @example * 64266411 */ dingDeptId?: number; /** * @remarks * This parameter is required. * * @example * 123 */ latitude?: string; /** * @remarks * This parameter is required. * * @example * 余杭塘路xxxx号 */ locationAddress?: string; /** * @remarks * This parameter is required. * * @example * 123 */ longitude?: string; /** * @remarks * This parameter is required. * * @example * 华夏之心店 */ name?: string; /** * @remarks * This parameter is required. * * @example * 873366531 */ parentId?: number; /** * @remarks * This parameter is required. * * @example * CLOSED */ status?: string; /** * @remarks * This parameter is required. * * @example * 10平方米 */ storeAcreage?: string; /** * @remarks * This parameter is required. * * @example * 1千兆 */ storeBandwidth?: string; /** * @remarks * This parameter is required. * * @example * xxxxxxxxxxx */ storeCode?: string; /** * @remarks * This parameter is required. * * @example * 6756433 */ storeId?: number; /** * @remarks * This parameter is required. * * @example * 0571-123456 */ telephone?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreStoreInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreStoreInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreSubNodesHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreSubNodesRequest extends $tea.Model { /** * @remarks * This parameter is required. */ code?: string; /** * @remarks * This parameter is required. */ nodeId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreSubNodesResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: DigitalStoreSubNodesResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreSubNodesResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreSubNodesResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUpdateAuthInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUpdateAuthInfoRequest extends $tea.Model { updateUserList?: DigitalStoreUpdateAuthInfoRequestUpdateUserList[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUpdateAuthInfoResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUpdateAuthInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreUpdateAuthInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUserInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUserInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * alt;ss1331 */ code?: string; /** * @remarks * This parameter is required. * * @example * 2311sds1 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUserInfoResponseBody extends $tea.Model { /** * @example * 张三 */ name?: string; roleIdList?: number[]; /** * @remarks * This parameter is required. * * @example * 5647993312 */ scopeList?: number[]; /** * @remarks * This parameter is required. */ storeList?: number[]; /** * @remarks * This parameter is required. * * @example * 331222222 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUserInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreUserInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUsersHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUsersRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * alt:1213ss */ code?: string; /** * @remarks * This parameter is required. * * @example * 1231 */ nodeId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUsersResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: DigitalStoreUsersResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUsersResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStoreUsersResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStorelistExportTaskRecordHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStorelistExportTaskRecordRequest extends $tea.Model { pageNumber?: number; pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStorelistExportTaskRecordResponseBody extends $tea.Model { content?: DigitalStorelistExportTaskRecordResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStorelistExportTaskRecordResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DigitalStorelistExportTaskRecordResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalAppOrgsHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalAppOrgsRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * ecological */ externalType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalAppOrgsResponseBody extends $tea.Model { result?: ExternalQueryExternalAppOrgsResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalAppOrgsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ExternalQueryExternalAppOrgsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalBelongMainOrgHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalBelongMainOrgRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * ecological */ externalType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalBelongMainOrgResponseBody extends $tea.Model { corpId?: string; corpName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalBelongMainOrgResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ExternalQueryExternalBelongMainOrgResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalOrgsHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalOrgsRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * ecological */ externalType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalOrgsResponseBody extends $tea.Model { result?: ExternalQueryExternalOrgsResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalOrgsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ExternalQueryExternalOrgsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetConvertResultHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetConvertResultRequest extends $tea.Model { /** * @remarks * This parameter is required. */ taskBizId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetConvertResultResponseBody extends $tea.Model { dingOpenErrcode?: number; errorMsg?: string; result?: GetConvertResultResponseBodyResult; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetConvertResultResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetConvertResultResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskPackageResultHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskPackageResultRequest extends $tea.Model { bizCode?: string; /** * @remarks * This parameter is required. */ taskPackageId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskPackageResultResponseBody extends $tea.Model { taskPackageId?: string; tasks?: GetTaskPackageResultResponseBodyTasks[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskPackageResultResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetTaskPackageResultResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskQueueHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskQueueRequest extends $tea.Model { /** * @remarks * This parameter is required. */ bizCode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskQueueResponseBody extends $tea.Model { errorCode?: string; errorMsg?: string; result?: GetTaskQueueResponseBodyResult; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskQueueResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetTaskQueueResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class HospitalDataCheckHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class HospitalDataCheckRequest extends $tea.Model { /** * @example * 1 */ allDeptCount?: number; /** * @example * 1 */ allDeptUserCount?: number; /** * @example * 1 */ allGroupCount?: number; /** * @example * 1 */ allGroupUserCount?: number; /** * @example * 1 */ deptCount?: number; /** * @example * 1 */ deptUserCount?: number; /** * @example * 1 */ groupCount?: number; /** * @example * 1 */ groupUserCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class HospitalDataCheckResponseBody extends $tea.Model { allDeptCount?: number; allDeptUserCount?: number; allGroupCount?: number; allGroupUserCount?: number; deptCount?: number; deptUserCount?: number; groupCount?: number; groupUserCount?: number; match?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class HospitalDataCheckResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: HospitalDataCheckResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureCommonEventHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureCommonEventRequest extends $tea.Model { /** * @remarks * This parameter is required. */ action?: string; /** * @remarks * This parameter is required. */ appKey?: string; bizData?: { [key: string]: any; }; /** * @remarks * This parameter is required. */ eventType?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureCommonEventResponseBody extends $tea.Model { errorMsg?: string; requestId?: string; result?: IndustryManufactureCommonEventResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureCommonEventResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryManufactureCommonEventResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureCostRecordListGetHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureCostRecordListGetRequest extends $tea.Model { appId?: number; appIds?: number[]; appName?: string; corpId?: string; cursor?: number; endTime?: number; instanceId?: string; isvOrgId?: number; materialNo?: string; microappAgentId?: number; orderNo?: string; orgId?: number; pageNumber?: number; pageSize?: number; productionTaskNo?: string; startTime?: number; suiteKey?: string; tokenGrantType?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureCostRecordListGetResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ hasMore?: boolean; list?: IndustryManufactureCostRecordListGetResponseBodyList[]; /** * @remarks * This parameter is required. */ nextCursor?: number; /** * @remarks * This parameter is required. */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureCostRecordListGetResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryManufactureCostRecordListGetResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureFeeListGetHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureFeeListGetRequest extends $tea.Model { appId?: number; appIds?: number[]; appName?: string; corpId?: string; cursor?: number; endTime?: number; isvOrgId?: number; materialNo?: string; microappAgentId?: number; orgId?: number; pageNumber?: number; pageSize?: number; productionTaskNo?: string; startTime?: number; suiteKey?: string; tokenGrantType?: number; type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureFeeListGetResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ hasMore?: boolean; /** * @remarks * This parameter is required. */ list?: IndustryManufactureFeeListGetResponseBodyList[]; /** * @remarks * This parameter is required. */ nextCursor?: number; /** * @remarks * This parameter is required. */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureFeeListGetResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryManufactureFeeListGetResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureLabourCostHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureLabourCostRequest extends $tea.Model { appId?: number; appIds?: number[]; appName?: string; corpId?: string; cursor?: number; endTime?: number; isvOrgId?: string; materialNo?: string; microappAgentId?: number; orgId?: number; /** * @remarks * This parameter is required. */ pageNumber?: number; /** * @remarks * This parameter is required. */ pageSize?: number; processNo?: string; startTime?: number; suiteKey?: string; tokenGrantType?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureLabourCostResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ hasMore?: boolean; list?: IndustryManufactureLabourCostResponseBodyList[]; /** * @remarks * This parameter is required. */ nextCursor?: number; /** * @remarks * This parameter is required. */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureLabourCostResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryManufactureLabourCostResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMaterialListHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMaterialListRequest extends $tea.Model { appId?: number; appIds?: number[]; appName?: string; /** * @remarks * This parameter is required. */ corpId?: string; currentPage?: number; cursor?: number; endTime?: number; instanceId?: string; isvOrgId?: number; materialNo?: string; microappAgentId?: number; orgId?: number; pageSize?: number; startTime?: number; suiteKey?: string; tokenGrantType?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMaterialListResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ hasMore?: boolean; list?: IndustryManufactureMaterialListResponseBodyList[]; /** * @remarks * This parameter is required. */ nextCursor?: number; /** * @remarks * This parameter is required. */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMaterialListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryManufactureMaterialListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesDispatchTaskHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesDispatchTaskRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * add */ action?: string; /** * @remarks * This parameter is required. * * @example * opsoft */ appKey?: string; /** * @example * task */ baseDataName?: string; /** * @example * 3 */ defectsAmount?: string; /** * @example * 张三 */ dispatchStaffName?: string; /** * @example * 170000000332 */ dispatchStaffNo?: string; /** * @example * 20 */ fineAmount?: string; /** * @example * 1 */ overdue?: number; /** * @example * 321 */ planQuantity?: number; /** * @example * 1 */ priority?: number; /** * @example * 打磨 */ processName?: string; /** * @example * fsdfs3fsd2234wds */ processUuid?: string; /** * @example * dingfsdfs3fsd2234wds */ productCode?: string; /** * @example * 毛坯KM50二级盖 */ productName?: string; /** * @example * 20*20*3 */ productSpecification?: string; /** * @example * dingfsdfs3fsd2234wds */ projectCode?: string; /** * @example * 0220423001 */ projectId?: string; /** * @example * WORKING */ projectStatus?: string; /** * @example * [{"userId":"123","name":"汉俊","planQuantity":30}] */ taskOperators?: string; /** * @example * 2021-03-12 23:59:59 */ taskPlanEndTime?: string; /** * @example * 2021-03-12 23:59:59 */ taskPlanStartTime?: string; /** * @example * WORKING */ taskStatus?: string; /** * @example * NORMAL */ taskType?: string; /** * @example * dfsdfs3fsd2234wds */ teamId?: string; /** * @remarks * This parameter is required. * * @example * fsdfs3fsd2234wds */ uuid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesDispatchTaskResponseBody extends $tea.Model { result?: IndustryManufactureMesDispatchTaskResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesDispatchTaskResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryManufactureMesDispatchTaskResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesMaterialHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesMaterialRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * add */ action?: string; /** * @remarks * This parameter is required. * * @example * opsoft */ appKey?: string; /** * @example * material */ baseDataName?: string; /** * @example * 紧压白茶,白茶,红茶 */ category?: string; /** * **if can be null:** * true */ extendData?: IndustryManufactureMesMaterialRequestExtendData[]; /** * @example * 20220509028 */ productCode?: string; /** * @example * 毛坯SNR47端盖 */ productName?: string; /** * @example * KM63 */ productSpecification?: string; /** * @example * 原材料 */ prop?: string; /** * @example * 件 */ unit?: string; /** * @remarks * This parameter is required. * * @example * 39C1E213-86B2-706B-9615-5B957DF8C15D */ uuid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesMaterialResponseBody extends $tea.Model { result?: IndustryManufactureMesMaterialResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesMaterialResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryManufactureMesMaterialResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesOutPlanHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesOutPlanRequest extends $tea.Model { /** * @example * APPROVING */ approvalStatus?: string; /** * @example * [{"userId":"123","name":"汉俊"}] */ approver?: string; /** * @remarks * This parameter is required. * * @example * wwPlan */ baseDataName?: string; /** * @remarks * This parameter is required. * * @example * WWJH-20220728 */ outSourceProjectCode?: string; /** * @example * cid34444 */ outSourceTeamId?: string; /** * @example * 321 */ price?: string; /** * @example * 20220728_OP20 */ processIdentificationCode?: string; /** * @example * [{ "uuid": "1543878029936459777", "name": "YF-盐雾", "preProcess": "1470231820594245633" }] */ processUuids?: string; /** * @example * WL12345 */ productCode?: string; /** * @example * 毛坯KM63三级盖 */ productName?: string; /** * @example * 5/16*13.5 */ productSpecification?: string; /** * @example * 20220728_001 */ projectCode?: string; /** * @example * 20220728_001 */ projectId?: string; /** * @example * 321 */ sendPlanQuantity?: string; /** * @example * GX002 */ supplierCode?: string; /** * @example * 北京供应 */ supplierName?: string; /** * @example * 20 */ totalWage?: string; /** * @remarks * This parameter is required. * * @example * C1E213-86B2-706B-9615-5B957DF8C15D */ uuid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesOutPlanResponseBody extends $tea.Model { result?: IndustryManufactureMesOutPlanResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesOutPlanResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryManufactureMesOutPlanResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesOutputHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesOutputRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * add */ action?: string; /** * @remarks * This parameter is required. * * @example * opsoft */ appKey?: string; /** * @example * AGREE */ approveStatus?: string; /** * @example * output */ baseDataName?: string; /** * @example * 3 */ defectsAmount?: string; /** * @example * [{"count":10,"reason":"工废"},{"count":20,"reason":"料废"}] */ defectsReason?: string; /** * @example * 20 */ fineAmount?: string; /** * @example * y */ hasQualityTest?: string; /** * @example * 1 */ overdue?: number; /** * @example * 321 */ planQuantity?: number; /** * @example * 1 */ priority?: number; /** * @example * 打磨 */ processName?: string; /** * @example * fsdfs3fsd2234wds */ processUuid?: string; /** * @example * dingfsdfs3fsd2234wds */ productCode?: string; /** * @example * 毛坯KM50二级盖 */ productName?: string; /** * @example * 20*20*3 */ productSpecification?: string; /** * @example * dingfsdfs3fsd2234wds */ projectCode?: string; /** * @example * 0220423001 */ projectId?: string; /** * @example * WORKING */ projectStatus?: string; /** * @example * VERIFIED */ qualityTestStatus?: string; /** * @example * 2021-03-12 23:59:59 */ taskPlanEndTime?: string; /** * @example * 2021-03-12 23:59:59 */ taskPlanStartTime?: string; /** * @example * WORKING */ taskStatus?: string; /** * @example * NORMAL */ taskType?: string; /** * @example * C1E213-86B2-706B-9615-5B957DF8C15D */ taskUuid?: string; /** * @example * dfsdfs3fsd2234wds */ teamId?: string; /** * @example * 170000000332 */ userId?: string; /** * @example * 张三 */ userName?: string; /** * @remarks * This parameter is required. * * @example * fsdfs3fsd2234wds */ uuid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesOutputResponseBody extends $tea.Model { result?: IndustryManufactureMesOutputResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesOutputResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryManufactureMesOutputResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesProcessHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesProcessRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * add */ action?: string; /** * @remarks * This parameter is required. * * @example * opsoft */ appKey?: string; /** * @example * process */ baseDataName?: string; extendData?: IndustryManufactureMesProcessRequestExtendData[]; /** * @example * 打磨 */ name?: string; /** * @example * y */ needDispatch?: string; /** * @example * n */ needQualityTest?: string; /** * @example * 011354 */ no?: string; /** * @example * 0.21 */ price?: string; /** * @example * 自制 */ prop?: string; /** * @example * 这里是备注 */ remark?: string; /** * @example * 止口面攻牙的操作方法 */ sop?: string; /** * @remarks * This parameter is required. * * @example * 39C1E213-86B2-706B-9615-5B957DF8C15D */ uuid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesProcessResponseBody extends $tea.Model { result?: IndustryManufactureMesProcessResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesProcessResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryManufactureMesProcessResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesProductionPlanHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesProductionPlanRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * add */ action?: string; /** * @example * 2021-03-12 00:00:00 */ actualEndTime?: string; /** * @example * 2021-03-12 00:00:00 */ actualStartTime?: string; /** * @remarks * This parameter is required. * * @example * opsoft */ appKey?: string; /** * @remarks * This parameter is required. * * @example * productionplan */ baseDataName?: string; /** * @example * 39C1E213-86B2-706B-9615-5B957DF8C15D */ bomUuid?: string; events?: string[]; extendData?: IndustryManufactureMesProductionPlanRequestExtendData[]; /** * @example * 20220509034 */ no?: string; /** * @example * 0 */ overdue?: string; /** * @example * 2021-03-12 00:00:00 */ planEndTime?: string; /** * @example * 321 */ planQuantity?: string; /** * @example * 2021-03-12 00:00:00 */ planStartTime?: string; /** * @example * { TODO "uuid": "1543878029722550273", "name": "YF-钣金", "preProcess": "" } */ processUuids?: string; /** * @example * 011351 */ productCode?: string; /** * @example * 毛坯KM50三级盖 */ productName?: string; /** * @example * KM50 */ productSpecification?: string; /** * @example * 300 */ qualifiedQuantity?: string; /** * @example * sell20220509034 */ sellOrderNo?: string; /** * @example * WORKING */ status?: string; /** * @example * { "processId1": ["teamId11", "teamId12", "teamId13"], "processId2": ["teamId21", "teamId22", "teamId23"] } */ teamList?: string; /** * @example * 毛坯KM50三级盖 */ title?: string; /** * @example * NORMAL */ type?: string; /** * @example * 个 */ unit?: string; /** * @remarks * This parameter is required. * * @example * 39C1E213-86B2-706B-9615-5B957DF8C15D */ uuid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesProductionPlanResponseBody extends $tea.Model { result?: IndustryManufactureMesProductionPlanResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesProductionPlanResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryManufactureMesProductionPlanResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesSubCooperationTeamHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesSubCooperationTeamRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * add */ action?: string; /** * @remarks * This parameter is required. * * @example * libai */ appKey?: string; /** * @remarks * This parameter is required. * * @example * outTeam */ baseDataName?: string; events?: string[]; extendData?: IndustryManufactureMesSubCooperationTeamRequestExtendData[]; groupPlugins?: IndustryManufactureMesSubCooperationTeamRequestGroupPlugins[]; /** * @example * SUB_COOPERATION_GROUP */ groupType?: string; leaders?: IndustryManufactureMesSubCooperationTeamRequestLeaders[]; members?: IndustryManufactureMesSubCooperationTeamRequestMembers[]; /** * @example * 打磨班组 */ name?: string; /** * @remarks * This parameter is required. * * @example * dingfsdfs3fsd2234wds */ outCorpId?: string; processIds?: string[]; /** * @remarks * This parameter is required. * * @example * d41d8cd98f00b204e9800998ecf8427e */ uuid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesSubCooperationTeamResponseBody extends $tea.Model { result?: IndustryManufactureMesSubCooperationTeamResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesSubCooperationTeamResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryManufactureMesSubCooperationTeamResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesTeamMgmtHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesTeamMgmtRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * add */ action?: string; /** * @remarks * This parameter is required. * * @example * libai */ appKey?: string; /** * @remarks * This parameter is required. * * @example * team */ baseDataName?: string; events?: string[]; extendData?: IndustryManufactureMesTeamMgmtRequestExtendData[]; groupConfig?: { [key: string]: any; }; groupPlugins?: IndustryManufactureMesTeamMgmtRequestGroupPlugins[]; /** * @example * PROCESS */ groupType?: string; /** * @remarks * This parameter is required. * * @example * d41d8cd98f00b204e9800998ecf8427e */ id?: string; leaders?: IndustryManufactureMesTeamMgmtRequestLeaders[]; members?: IndustryManufactureMesTeamMgmtRequestMembers[]; /** * @example * 打磨班组 */ name?: string; processIds?: string[]; tagKey?: string; tagValues?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesTeamMgmtResponseBody extends $tea.Model { dingOpenErrcode?: number; /** * @remarks * This parameter is required. */ errorMsg?: string; /** * @remarks * This parameter is required. */ result?: IndustryManufactureMesTeamMgmtResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesTeamMgmtResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryManufactureMesTeamMgmtResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryMmanufactureMaterialCostGetHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryMmanufactureMaterialCostGetRequest extends $tea.Model { appId?: number; appIds?: number[]; appName?: string; /** * @remarks * This parameter is required. */ corpId?: string; cursor?: number; endTime?: number; instanceId?: string; isvOrgId?: number; materialNo?: string; microappAgentId?: number; orgId?: number; /** * @remarks * This parameter is required. */ pageNumber?: number; /** * @remarks * This parameter is required. */ pageSize?: number; startTime?: number; suiteKey?: string; tokenGrantType?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryMmanufactureMaterialCostGetResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ hasMore?: boolean; list?: IndustryMmanufactureMaterialCostGetResponseBodyList[]; /** * @remarks * This parameter is required. */ nextCursor?: number; /** * @remarks * This parameter is required. */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryMmanufactureMaterialCostGetResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: IndustryMmanufactureMaterialCostGetResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class OrderConvertHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class OrderConvertRequest extends $tea.Model { attachments?: OrderConvertRequestAttachments[]; /** * @remarks * This parameter is required. */ operateUserId?: string; /** * @remarks * This parameter is required. */ ruleBizId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class OrderConvertResponseBody extends $tea.Model { dingOpenErrcode?: number; errorMsg?: string; result?: string; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class OrderConvertResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: OrderConvertResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PushDingMessageHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PushDingMessageRequest extends $tea.Model { /** * @example * 10001 */ appId?: number; /** * @remarks * This parameter is required. * * @example * 消息内容 */ content?: string; /** * @remarks * This parameter is required. * * @example * CARD */ messageType?: string; /** * @example * https://www.dingtalk.com */ messageUrl?: string; /** * @example * http://pic.616pic.com/ys_b_img/00/27/71/Uu8E6C2Edn.jpg */ pictureUrl?: string; /** * @example * 转跳链接 */ singleTitle?: string; /** * @example * https://www.dingtalk.com */ singleUrl?: string; /** * @example * 消息title */ title?: string; /** * @remarks * This parameter is required. */ userIdList?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PushDingMessageResponseBody extends $tea.Model { content?: number; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PushDingMessageResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: PushDingMessageResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDepartmentHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDepartmentRequest extends $tea.Model { /** * @example * 1 */ pageNumber?: number; /** * @example * 200 */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDepartmentResponseBody extends $tea.Model { content?: QueryAllDepartmentResponseBodyContent[]; /** * @example * 1 */ currentPage?: number; /** * @example * 100 */ totalCount?: number; /** * @example * 10 */ totalPages?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDepartmentResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryAllDepartmentResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDoctorsHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDoctorsRequest extends $tea.Model { monthMark?: string; /** * @example * 1 */ pageNum?: number; /** * @example * 200 */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDoctorsResponseBody extends $tea.Model { content?: QueryAllDoctorsResponseBodyContent[]; /** * @remarks * This parameter is required. */ currentPage?: number; /** * @remarks * This parameter is required. */ totalCount?: number; /** * @remarks * This parameter is required. * * @example * 32 */ totalPages?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDoctorsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryAllDoctorsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllGroupHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllGroupRequest extends $tea.Model { /** * @example * 1 */ pageNumber?: number; /** * @example * 200 */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllGroupResponseBody extends $tea.Model { content?: QueryAllGroupResponseBodyContent[]; currentPage?: number; totalCount?: number; totalPages?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllGroupResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryAllGroupResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllGroupsInDeptHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllGroupsInDeptRequest extends $tea.Model { /** * @example * 1 */ pageNumber?: number; /** * @example * 200 */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllGroupsInDeptResponseBody extends $tea.Model { content?: QueryAllGroupsInDeptResponseBodyContent[]; currentPage?: number; totalCount?: number; totalPages?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllGroupsInDeptResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryAllGroupsInDeptResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllMemberByDeptHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllMemberByDeptRequest extends $tea.Model { monthMark?: string; /** * @example * 1 */ pageNumber?: number; /** * @example * 200 */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllMemberByDeptResponseBody extends $tea.Model { content?: QueryAllMemberByDeptResponseBodyContent[]; /** * @remarks * This parameter is required. */ currentPage?: number; /** * @remarks * This parameter is required. */ totalCount?: number; /** * @remarks * This parameter is required. * * @example * 32 */ totalPages?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllMemberByDeptResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryAllMemberByDeptResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllMemberByGroupHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllMemberByGroupRequest extends $tea.Model { monthMark?: string; /** * @example * 1 */ pageNumber?: number; /** * @example * 200 */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllMemberByGroupResponseBody extends $tea.Model { content?: QueryAllMemberByGroupResponseBodyContent[]; /** * @remarks * This parameter is required. */ currentPage?: number; /** * @remarks * This parameter is required. */ totalCount?: number; /** * @remarks * This parameter is required. * * @example * 32 */ totalPages?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllMemberByGroupResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryAllMemberByGroupResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryBizOptLogHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryBizOptLogRequest extends $tea.Model { maxResults?: number; /** * @example * 10000 */ nextToken?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryBizOptLogResponseBody extends $tea.Model { content?: QueryBizOptLogResponseBodyContent[]; /** * @remarks * This parameter is required. */ nextToken?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryBizOptLogResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryBizOptLogResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryChatAIOXMInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryChatAIOXMInfoRequest extends $tea.Model { /** * @example * 专属AI 平台信息Code */ code?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryChatAIOXMInfoResponseBody extends $tea.Model { result?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryChatAIOXMInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryChatAIOXMInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryConvertRulesHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryConvertRulesRequest extends $tea.Model { keyword?: string; /** * @remarks * This parameter is required. */ pageNo?: number; /** * @remarks * This parameter is required. */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryConvertRulesResponseBody extends $tea.Model { dingOpenErrcode?: number; errorMsg?: string; result?: QueryConvertRulesResponseBodyResult; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryConvertRulesResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryConvertRulesResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDepartmentExtendInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDepartmentExtendInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1000 */ deptCode?: number; /** * @remarks * This parameter is required. * * @example * 1 */ propCode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDepartmentExtendInfoResponseBody extends $tea.Model { content?: QueryDepartmentExtendInfoResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDepartmentExtendInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryDepartmentExtendInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDepartmentInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDepartmentInfoResponseBody extends $tea.Model { content?: QueryDepartmentInfoResponseBodyContent; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDepartmentInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryDepartmentInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDoctorDetailsByJobNumberHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDoctorDetailsByJobNumberRequest extends $tea.Model { /** * @example * 0 */ monthMark?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDoctorDetailsByJobNumberResponseBody extends $tea.Model { content?: QueryDoctorDetailsByJobNumberResponseBodyContent; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDoctorDetailsByJobNumberResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryDoctorDetailsByJobNumberResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryGroupInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryGroupInfoResponseBody extends $tea.Model { content?: QueryGroupInfoResponseBodyContent; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryGroupInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryGroupInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalDistrictInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalDistrictInfoRequest extends $tea.Model { /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalDistrictInfoResponseBody extends $tea.Model { content?: QueryHospitalDistrictInfoResponseBodyContent[]; /** * @remarks * This parameter is required. * * @example * 2 */ currentPage?: number; /** * @remarks * This parameter is required. * * @example * 100 */ totalCount?: number; /** * @remarks * This parameter is required. * * @example * 10 */ totalPages?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalDistrictInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryHospitalDistrictInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalRoleUserInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalRoleUserInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ pageNumber?: number; /** * @remarks * This parameter is required. * * @example * 100 */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalRoleUserInfoResponseBody extends $tea.Model { content?: QueryHospitalRoleUserInfoResponseBodyContent[]; /** * @remarks * This parameter is required. * * @example * 1 */ currentPage?: number; /** * @remarks * This parameter is required. * * @example * 100 */ totalCount?: number; /** * @remarks * This parameter is required. * * @example * 10 */ totalPages?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalRoleUserInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryHospitalRoleUserInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalRolesHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalRolesResponseBody extends $tea.Model { content?: QueryHospitalRolesResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalRolesResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryHospitalRolesResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryJobCodeDictionaryHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryJobCodeDictionaryResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: QueryJobCodeDictionaryResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryJobCodeDictionaryResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryJobCodeDictionaryResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryJobStatusCodeDictionaryHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryJobStatusCodeDictionaryResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ content?: QueryJobStatusCodeDictionaryResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryJobStatusCodeDictionaryResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryJobStatusCodeDictionaryResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryMedicalEventsHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryMedicalEventsResponseBody extends $tea.Model { content?: QueryMedicalEventsResponseBodyContent[]; /** * @remarks * This parameter is required. */ success?: boolean; /** * @remarks * This parameter is required. */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryMedicalEventsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryMedicalEventsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryOrderConvertResultHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryOrderConvertResultRequest extends $tea.Model { contentSearch?: string; createTimeEnd?: number; createTimeStart?: number; /** * @remarks * This parameter is required. */ pageNo?: number; /** * @remarks * This parameter is required. */ pageSize?: number; status?: string; title?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryOrderConvertResultResponseBody extends $tea.Model { dingOpenErrcode?: number; errorMsg?: string; result?: QueryOrderConvertResultResponseBodyResult; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryOrderConvertResultResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryOrderConvertResultResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserCredentialsHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserCredentialsRequest extends $tea.Model { /** * @remarks * This parameter is required. */ userIds?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserCredentialsResponseBody extends $tea.Model { content?: QueryUserCredentialsResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserCredentialsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryUserCredentialsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserExtInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserExtInfoResponseBody extends $tea.Model { content?: QueryUserExtInfoResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserExtInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryUserExtInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserExtendValuesHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserExtendValuesRequest extends $tea.Model { userExtendKey?: string; /** * @remarks * This parameter is required. */ userIds?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserExtendValuesResponseBody extends $tea.Model { content?: QueryUserExtendValuesResponseBodyContent[]; /** * @remarks * This parameter is required. */ success?: boolean; /** * @remarks * This parameter is required. */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserExtendValuesResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryUserExtendValuesResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserInfoRequest extends $tea.Model { monthMark?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserInfoResponseBody extends $tea.Model { content?: QueryUserInfoResponseBodyContent; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryUserInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserProbCodeDictionaryHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserProbCodeDictionaryResponseBody extends $tea.Model { content?: QueryUserProbCodeDictionaryResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserProbCodeDictionaryResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryUserProbCodeDictionaryResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserRolesHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserRolesResponseBody extends $tea.Model { content?: QueryUserRolesResponseBodyContent[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserRolesResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryUserRolesResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SaveUserExtendValuesHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SaveUserExtendValuesRequest extends $tea.Model { userDisplayName?: string; /** * @remarks * This parameter is required. */ userExtendKey?: string; /** * @remarks * This parameter is required. */ userExtendValue?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SaveUserExtendValuesResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SaveUserExtendValuesResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SaveUserExtendValuesResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SubmitTaskHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SubmitTaskRequest extends $tea.Model { /** * @example * 1001 */ appId?: number; /** * @example * MEETING */ bizCode?: string; data?: SubmitTaskRequestData[]; unionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SubmitTaskResponseBody extends $tea.Model { tasks?: SubmitTaskResponseBodyTasks[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SubmitTaskResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SubmitTaskResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SubmitTaskPackageHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SubmitTaskPackageRequest extends $tea.Model { appId?: number; /** * **if can be null:** * false */ appSecret?: string; /** * @remarks * This parameter is required. */ bizCode?: string; data?: SubmitTaskPackageRequestData[]; desc?: string; fileType?: string; taskPackageName?: string; unionId?: string; version?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SubmitTaskPackageResponseBody extends $tea.Model { taskIdList?: string[]; taskPackageId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SubmitTaskPackageResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SubmitTaskPackageResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplAddRoleHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplAddRoleRequest extends $tea.Model { /** * @remarks * This parameter is required. */ parentRoleGroupId?: string; /** * @remarks * This parameter is required. */ roleName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplAddRoleResponseBody extends $tea.Model { /** * @example * 1213 */ result?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplAddRoleResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplAddRoleResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddDeptHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddDeptRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 闪电供应商 */ deptName?: string; /** * @example * G12345 */ partnerNumber?: string; /** * @remarks * This parameter is required. * * @example * 1111 */ superDeptId?: number; /** * @remarks * This parameter is required. * * @example * SUPPLY_CHAIN_DEPT_TYPE */ supplyDeptType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddDeptResponseBody extends $tea.Model { result?: SupplyAddDeptResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddDeptResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyAddDeptResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddMemberHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddMemberRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * false * * **if can be null:** * false */ isPartnerManager?: boolean; /** * @remarks * This parameter is required. * * @example * 187xxxx0001 */ memberMobile?: string; /** * @remarks * This parameter is required. * * @example * 李白 */ memberName?: string; /** * @example * 经理 */ memberTitle?: string; /** * @example * 1001 */ memberWorkNumber?: string; /** * @remarks * This parameter is required. * * @example * 1111 */ supplyDeptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddMemberResponseBody extends $tea.Model { result?: SupplyAddMemberResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddMemberResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyAddMemberResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddPartnerAdminsHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddPartnerAdminsRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 11 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 11 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddPartnerAdminsResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddPartnerAdminsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyAddPartnerAdminsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddPartnerManagersHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddPartnerManagersRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 56781213 */ deptId?: number; /** * @remarks * This parameter is required. */ interfaceId?: string; /** * @remarks * This parameter is required. */ interfaceType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddPartnerManagersResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddPartnerManagersResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyAddPartnerManagersResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddPartnerTypeHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddPartnerTypeRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 标签名称 */ name?: string; /** * @remarks * This parameter is required. * * @example * 862 */ superId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddPartnerTypeResponseBody extends $tea.Model { result?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddPartnerTypeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyAddPartnerTypeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainDeleteDeptHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainDeleteDeptRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1111 */ supplyDeptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainDeleteDeptResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainDeleteDeptResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyChainDeleteDeptResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainQueryDeptInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainQueryDeptInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1111 */ supplyDeptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainQueryDeptInfoResponseBody extends $tea.Model { result?: SupplyChainQueryDeptInfoResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainQueryDeptInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyChainQueryDeptInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainUpdateDeptInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainUpdateDeptInfoRequest extends $tea.Model { /** * @example * 名称 */ name?: string; /** * @example * 123 */ partnerNumber?: string; partnerTypeList?: number[]; /** * @example * 1231 */ superId?: number; /** * @remarks * This parameter is required. * * @example * 576488112 */ supplyDeptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainUpdateDeptInfoResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainUpdateDeptInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyChainUpdateDeptInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeleteMemberHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeleteMemberRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ deptId?: number; /** * @example * 13914772100 */ mobile?: string; /** * @example * 01010 */ unionId?: string; /** * @example * 0101 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeleteMemberResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeleteMemberResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyDeleteMemberResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeletePartnerAdminsHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeletePartnerAdminsRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1111 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 111 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeletePartnerAdminsResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeletePartnerAdminsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyDeletePartnerAdminsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeletePartnerManagersHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeletePartnerManagersRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1231 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 12131 */ interfaceId?: string; /** * @remarks * This parameter is required. * * @example * user */ interfaceType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeletePartnerManagersResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeletePartnerManagersResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyDeletePartnerManagersResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeletePartnerTypeHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeletePartnerTypeRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ labelId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeletePartnerTypeResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeletePartnerTypeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyDeletePartnerTypeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeleteRoleHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeleteRoleRequest extends $tea.Model { /** * @remarks * This parameter is required. */ isRoleGroup?: boolean; /** * @remarks * This parameter is required. */ roleId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeleteRoleResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyDeleteRoleResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyDeleteRoleResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyGetMemberHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyGetMemberRequest extends $tea.Model { /** * @example * 19912345678 */ mobile?: string; unionId?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyGetMemberResponseBody extends $tea.Model { result?: SupplyGetMemberResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyGetMemberResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyGetMemberResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListDeptMembersHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListDeptMembersRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 10 */ pageNumber?: number; /** * @remarks * This parameter is required. * * @example * 100 */ pageSize?: number; /** * @remarks * This parameter is required. * * @example * 1111 */ supplyDeptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListDeptMembersResponseBody extends $tea.Model { /** * @example * true */ hasMore?: boolean; list?: SupplyListDeptMembersResponseBodyList[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListDeptMembersResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyListDeptMembersResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerAdminsHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerAdminsRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 56781123 */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerAdminsResponseBody extends $tea.Model { result?: SupplyListPartnerAdminsResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerAdminsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyListPartnerAdminsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerManagersHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerManagersRequest extends $tea.Model { /** * @example * 56781233 */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerManagersResponseBody extends $tea.Model { result?: SupplyListPartnerManagersResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerManagersResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyListPartnerManagersResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerTypeHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerTypeRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ labelId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerTypeResponseBody extends $tea.Model { result?: SupplyListPartnerTypeResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerTypeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyListPartnerTypeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListRoleHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListRoleRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 123 */ parentRoleId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListRoleResponseBody extends $tea.Model { result?: SupplyListRoleResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListRoleResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyListRoleResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListSubDeptHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListSubDeptRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1111 */ supplyDeptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListSubDeptResponseBody extends $tea.Model { result?: SupplyListSubDeptResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListSubDeptResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyListSubDeptResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyQueryPartnerTypeHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyQueryPartnerTypeRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ labelId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyQueryPartnerTypeResponseBody extends $tea.Model { result?: SupplyQueryPartnerTypeResponseBodyResult; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyQueryPartnerTypeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyQueryPartnerTypeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyUpdateMemberHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyUpdateMemberRequest extends $tea.Model { /** * @remarks * This parameter is required. */ isCopyDept?: boolean; /** * @example * 财务 */ memberTitle?: string; /** * @example * 121212 */ memberWorkNumber?: string; /** * @example * 13914772100 */ mobile?: string; /** * @remarks * This parameter is required. * * @example * 11 */ newDeptId?: number; /** * @remarks * This parameter is required. * * @example * 111 */ oldDeptId?: number; roleIdList?: string[]; /** * @example * 111 */ unionId?: string; /** * @example * 1212 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyUpdateMemberResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyUpdateMemberResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyUpdateMemberResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyUpdatePartnerTypeHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyUpdatePartnerTypeRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ labelId?: number; /** * @example * 标签名称 */ name?: string; /** * @example * 862 */ superId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyUpdatePartnerTypeResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyUpdatePartnerTypeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyUpdatePartnerTypeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyUpdateRoleHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyUpdateRoleRequest extends $tea.Model { /** * @remarks * This parameter is required. */ isRoleGroup?: boolean; /** * @remarks * This parameter is required. */ roleId?: string; /** * @remarks * This parameter is required. */ roleName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyUpdateRoleResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyUpdateRoleResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SupplyUpdateRoleResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class UpdateUserExtendInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string; }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class UpdateUserExtendInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 备注, 当jobStatusCode为其他(0)时, 需要通过该字段补充状态 */ comments?: string; /** * @remarks * This parameter is required. * * @example * 1 */ jobCode?: string; jobStatusCode?: string[]; /** * @remarks * This parameter is required. * * @example * 1 */ userProbCode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class UpdateUserExtendInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductImgUploadResponseBodyResult extends $tea.Model { ossFileId?: string; ossUploadUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiRetailProductQueryResponseBodyData extends $tea.Model { attribute?: string; barcodes?: string; brand?: string; category?: string; currency?: string; enable?: number; imageFileIds?: string; itemNumbers?: string; price?: number; productCode?: string; productFab?: string; productId?: number; productInfo?: string; productName?: string; /** * @example * 热销 */ tag1?: string; /** * @example * 新品 */ tag2?: string; /** * @example * 尾款 */ tag3?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiTrainingDetailResponseBodyResultProductInfoList extends $tea.Model { attribute?: string; brand?: string; category?: string; currency?: string; imageUrls?: string[]; price?: number; productCode?: string; productFab?: string; productId?: number; productInfo?: string; productName?: string; relatedType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiTrainingDetailResponseBodyResultTaskInfo extends $tea.Model { description?: string; taskId?: number; taskName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiTrainingDetailResponseBodyResult extends $tea.Model { adminReview?: string; aiJobStatus?: string; creator?: string; duration?: number; feedback?: number; feedbackContent?: string; gmtCreate?: string; gmtModified?: string; id?: number; isExcellent?: number; productInfoList?: AiTrainingDetailResponseBodyResultProductInfoList[]; productName?: string; taskInfo?: AiTrainingDetailResponseBodyResultTaskInfo; trainingRanking?: number; trainingRankingPercent?: number; trainingScore?: number; userId?: string; userName?: string; videoDownloadUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AiTrainingRecordResponseBodyTrainingList extends $tea.Model { aiJobStatus?: string; gmtCreate?: string; id?: number; productName?: string; trainingRanking?: number; trainingRankingPercent?: number; trainingScore?: number; userId?: string; userName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetTaskResultResponseBodyTasksResultItemsSubs extends $tea.Model { point?: number; reference?: string; referenceFrame?: string[]; subInfo?: string; subName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetTaskResultResponseBodyTasksResultItems extends $tea.Model { /** * @example * 主持人有问好,并得到积极回应 */ info?: string; /** * @example * 是否有问好 */ name?: string; /** * @example * 10 */ point?: number; reference?: string; referenceFrame?: string[]; subs?: BatchGetTaskResultResponseBodyTasksResultItemsSubs[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetTaskResultResponseBodyTasksResult extends $tea.Model { /** * @example * https://industry-ai-prod.oss-cn-zhangjiakou.aliyuncs.com/4beae5155406457291fcbdd76c4e8da8.txt */ audioText?: string; audioTextFormatted?: string; /** * @example * 2024-05-14 */ date?: string; /** * @example * xxx项目 */ desc?: string; /** * @example * 1001 */ id?: number; items?: BatchGetTaskResultResponseBodyTasksResultItems[]; /** * @example * xxx项目会议 */ name?: string; summary?: string; /** * @example * 100 */ total?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetTaskResultResponseBodyTasks extends $tea.Model { result?: BatchGetTaskResultResponseBodyTasksResult; /** * @example * COMPLETED */ status?: string; statusInfo?: string; /** * @example * 4beae5155406457291fcbdd76c4e8da8 */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListCampusResponseBodyResult extends $tea.Model { /** * @example * 杭州市余杭区 */ address?: string; /** * @example * 121212.1 */ area?: number; /** * @example * 1 */ belongProjectGroupId?: number; /** * @example * ding121212 */ campusCorpId?: string; /** * @example * 1 */ campusDeptId?: number; /** * @example * 测试园区 */ campusName?: string; /** * @example * 30450 */ cityId?: number; /** * @example * 中国 */ country?: string; /** * @example * 304501 */ countyId?: number; /** * @example * 测试 */ description?: string; /** * @example * 扩展 */ extend?: string; /** * @example * 120.1321,28.1213 */ location?: string; /** * @example * 1655704317794 */ orderEndTime?: number; /** * @example * 规格1 */ orderInfo?: string; /** * @example * 1655704317794 */ orderStartTime?: number; /** * @example * 304 */ provId?: number; /** * @example * 13914773133 */ telephone?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListCampusGroupResponseBodyResult extends $tea.Model { /** * @example * 扩展 */ extend?: string; /** * @example * 10101 */ groupDeptId?: number; /** * @example * 测试项目组 */ groupName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListRenterResponseBodyResult extends $tea.Model { /** * @example * ding3242423 */ bindRenterCorpId?: string; /** * @example * 1655704317794 */ bindTime?: number; /** * @example * 1313131414 */ creditCode?: string; /** * @example * 1655704317794 */ endTime?: number; /** * @example * 扩展信息 */ extend?: string; /** * @example * 测试租客 */ name?: string; /** * @example * 100 */ renterDeptId?: number; /** * @example * 1655704317794 */ startTime?: number; /** * @example * 1 */ state?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CampusListRenterMembersResponseBodyResult extends $tea.Model { extend?: string; inviteState?: string; name?: string; state?: string; type?: string; unionId?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIListDatasetResponseBodyResult extends $tea.Model { datasetDesc?: string; datasetId?: number; datasetName?: string; memoType?: string; resourceType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAIQueryDatasetPermissionResponseBodyPermissionInfos extends $tea.Model { permissionType?: string; permissionValues?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAITextSentimentAnalysisResponseBodyResult extends $tea.Model { sentiment?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAiQueryLogsResponseBodyData extends $tea.Model { appName?: string; extendInfo?: string; feedbackState?: number; feedbackStateDesc?: string; question?: string; questionTime?: number; response?: string; runtime?: number; scene?: string; sessionType?: string; userId?: string; userName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatAiTravelListRequestParamList extends $tea.Model { /** * @example * qaz1234567 */ itineraryId?: string; /** * @example * {"lineNumber":1} */ value?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddGeneralFileRequestTagList extends $tea.Model { /** * @example * 产品名 */ tagName?: string; tagValueList?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddKnowledgeGraphNodeRequestNodeInfo extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 人物 */ nodeLabel?: string; /** * @remarks * This parameter is required. * * @example * 刘备 */ nodeName?: string; /** * @example * {"年龄":43} */ propertiesString?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoAddKnowledgeGraphRelationRequestRelationInfo extends $tea.Model { /** * @remarks * This parameter is required. * * @example * xxxx */ endId?: string; /** * @example * {"年龄":43} */ propertiesString?: string; /** * @remarks * This parameter is required. * * @example * 出生于 */ relationName?: string; /** * @remarks * This parameter is required. * * @example * xxxxx */ startId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoFaqListResponseBodyData extends $tea.Model { /** * @example * 办公室电话是:13223333233 */ answer?: string; /** * @example * xxxx */ bizId?: string; /** * @example * yyyyyy-aaaaaa-bbbbb-cccccccccc.docx */ mediaId?: string; /** * @example * 办公室电话是多少 */ question?: string; /** * @example * http://www.dingtalk.com/ */ redirection?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoGetFileListResponseBodyData extends $tea.Model { /** * @example * xxxx */ bizId?: string; /** * @example * 财务制度文件 */ fileDesc?: string; /** * @example * aaaaa.doc */ fileName?: string; /** * @example * yyyyyy-aaaaaa-bbbbb-cccccccccc.docx */ mediaId?: string; tagMap?: { [key: string]: string[]; }; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoQueryKnowledgeGraphNodeResponseBodyNodeInfo extends $tea.Model { /** * @example * xxxxxx */ mediaId?: string; /** * @remarks * This parameter is required. * * @example * 人物 */ nodeLabel?: string; /** * @remarks * This parameter is required. * * @example * 刘备 */ nodeName?: string; /** * @example * {"年龄":43} */ propertiesString?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoQueryKnowledgeGraphRelationResponseBodyRelationInfo extends $tea.Model { /** * @example * xxxx */ endId?: string; /** * @example * xxxxxx */ mediaId?: string; /** * @example * {"年龄":43} */ propertiesString?: string; /** * @remarks * This parameter is required. * * @example * 出生于 */ relationName?: string; /** * @remarks * This parameter is required. * * @example * xxxx */ startId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoUpdateKnowledgeGraphNodeRequestNodeInfo extends $tea.Model { /** * @remarks * This parameter is required. * * @example * xxxxxxx */ mediaId?: string; /** * @example * {"年龄":43} */ propertiesString?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ChatMemoUpdateKnowledgeGraphRelationRequestRelationInfo extends $tea.Model { /** * @remarks * This parameter is required. * * @example * xxxxx */ mediaId?: string; /** * @example * {"年龄":43} */ propertiesString?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CirclePostDetailResponseBodyResultProducts extends $tea.Model { id?: number; price?: number; productCode?: string; productName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CirclePostDetailResponseBodyResultTagList extends $tea.Model { tagColor?: string; tagId?: number; tagName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CirclePostDetailResponseBodyResult extends $tea.Model { content?: string; deptId?: number; deptName?: string; dislikeCount?: number; gmtCreate?: string; likeCount?: number; mediaUrlList?: string[]; postId?: number; postType?: string; products?: CirclePostDetailResponseBodyResultProducts[]; status?: string; tagList?: CirclePostDetailResponseBodyResultTagList[]; title?: string; userId?: string; userName?: string; viewCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CirclePostRecordResponseBodyResultPostsList extends $tea.Model { content?: string; gmtCreate?: string; postId?: number; title?: string; userName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CirclePostRecordResponseBodyResult extends $tea.Model { direction?: number; hasMore?: boolean; lastPostId?: number; postsList?: CirclePostRecordResponseBodyResultPostsList[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListCollegeSubDeptResponseBodyCollegeDeptInfoSimpleList extends $tea.Model { /** * @example * 01123 */ deptId?: number; /** * @example * 三年二班 */ deptName?: string; /** * @example * class */ deptType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListDeptManagerResponseBodyManagerInfoSimpleList extends $tea.Model { isActive?: boolean; /** * @example * 张三 */ name?: string; /** * @example * 0324124 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListStudentInfoResponseBodyStudentInfoSimpleList extends $tea.Model { /** * @example * NORMAL */ dingMemberStatus?: string; isActive?: boolean; /** * @example * 1111111 */ studentId?: number; /** * @example * 张三 */ studentName?: string; /** * @example * 11111111 */ unionId?: string; /** * @example * 0324124 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeListUncheckedStudentResponseBodyStudentInfoSimpleList extends $tea.Model { /** * @example * NORMAL */ dingMemberStatus?: string; isActive?: boolean; /** * @example * 1111111 */ studentId?: number; /** * @example * 张三 */ studentName?: string; /** * @example * 11111111 */ unionId?: string; /** * @example * 0324124 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByMobileResponseBodyDeptStudentInfoList extends $tea.Model { /** * @example * 01123 */ deptId?: number; /** * @example * student */ memberType?: string; /** * @example * mf1922051 */ studentNumber?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CollegeQueryStudentInfoByStudentIdResponseBodyDeptStudentInfoList extends $tea.Model { /** * @example * 01123 */ deptId?: number; /** * @example * student */ memberType?: string; /** * @example * mf1922051 */ studentNumber?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactCreateResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * alt:vndk1nd0 */ code?: string; /** * @remarks * This parameter is required. * * @example * A项目通讯录 */ name?: string; /** * @remarks * This parameter is required. * * @example * 1 */ order?: number; /** * @remarks * This parameter is required. * * @example * 78933133 */ rootDeptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptInfoResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. */ code?: string; /** * @remarks * This parameter is required. */ id?: number; /** * @remarks * This parameter is required. */ managerIdList?: string[]; /** * @remarks * This parameter is required. */ name?: string; /** * @remarks * This parameter is required. */ order?: number; /** * @remarks * This parameter is required. */ parentDeptId?: number; /** * @remarks * This parameter is required. */ refId?: number; /** * @remarks * This parameter is required. */ type?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactDeptListResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. */ code?: string; /** * @remarks * This parameter is required. */ id?: number; /** * @remarks * This parameter is required. */ managerIdList?: string[]; /** * @remarks * This parameter is required. */ name?: string; /** * @remarks * This parameter is required. */ order?: number; /** * @remarks * This parameter is required. */ parentDeptId?: number; /** * @remarks * This parameter is required. */ refId?: number; /** * @remarks * This parameter is required. */ type?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactEmpListResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. */ name?: string; /** * @remarks * This parameter is required. */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CustomizeContactListResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * adsbggaixopxx */ code?: string; /** * @remarks * This parameter is required. * * @example * XX项目通讯录 */ name?: string; /** * @remarks * This parameter is required. * * @example * 1 */ order?: number; /** * @remarks * This parameter is required. * * @example * 97722112 */ rootDeptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DIgitalStoreMessagePushRequestMessageDataList extends $tea.Model { /** * @example * xxxxcallback */ callbackKey?: string; /** * @example * {"key":"value"} */ content?: string; /** * @example * true */ newCard?: boolean; /** * @example * ysn138dh1712dsa */ outTraceId?: string; /** * @example * StoreOrder */ sceneCardCode?: string; /** * @example * 54774321 */ sceneScope?: number; /** * @example * true */ sendNow?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreCardRecordResponseBodyContentDetailList extends $tea.Model { deptName?: string; readStatusStr?: string; readTime?: number; roleName?: string; userName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreCardRecordResponseBodyContent extends $tea.Model { conversationTitle?: string; detailList?: DigitalStoreCardRecordResponseBodyContentDetailList[]; id?: number; memberNum?: number; readNum?: number; readPercent?: string; receiveNum?: number; sceneCardName?: string; sendStatus?: string; sendTime?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreConversationsResponseBodyContent extends $tea.Model { /** * @example * xxxx店 */ conversationTitle?: string; /** * @example * store */ conversationType?: string; /** * @example * 123 */ id?: number; /** * @example * cid1234984881 */ openConversationId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreGroupsResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ groupId?: number; /** * @remarks * This parameter is required. * * @example * 待装修门店 */ groupName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreRolesResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ level?: number; /** * @remarks * This parameter is required. * * @example * DS_XXXXX */ roleCode?: string; /** * @remarks * This parameter is required. * * @example * 1 */ roleId?: number; /** * @remarks * This parameter is required. * * @example * 店长 */ roleName?: string; /** * @example * create */ source?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreSubNodesResponseBodyContent extends $tea.Model { dingDeptId?: number; /** * @remarks * This parameter is required. * * @example * 6756433 */ id?: number; /** * @remarks * This parameter is required. * * @example * 华夏之心店 */ name?: string; /** * @remarks * This parameter is required. * * @example * 873366531 */ parentId?: number; /** * @remarks * This parameter is required. * * @example * 1 */ type?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUpdateAuthInfoRequestUpdateUserListRoleList extends $tea.Model { /** * @example * 区域督导 */ roleName?: string; /** * @example * 255 */ sourceRoleId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUpdateAuthInfoRequestUpdateUserListUserAuthList extends $tea.Model { /** * @example * 8733901123 */ dingDeptId?: string; /** * @example * 998383831 */ sourceDeptId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUpdateAuthInfoRequestUpdateUserList extends $tea.Model { roleList?: DigitalStoreUpdateAuthInfoRequestUpdateUserListRoleList[]; userAuthList?: DigitalStoreUpdateAuthInfoRequestUpdateUserListUserAuthList[]; /** * @example * 0998182231 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStoreUsersResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 张三 */ name?: string; /** * @remarks * This parameter is required. * * @example * 112121341231 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DigitalStorelistExportTaskRecordResponseBodyContent extends $tea.Model { fileName?: string; fileType?: string; fileUrl?: string; id?: string; isImport?: string; remark?: string; status?: string; successNum?: string; totalNum?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalAppOrgsResponseBodyResult extends $tea.Model { /** * @example * ding121212 */ corpId?: string; /** * @example * 组织名 */ corpName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExternalQueryExternalOrgsResponseBodyResult extends $tea.Model { /** * @example * ding121212 */ corpId?: string; /** * @example * 组织名 */ corpName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetConvertResultResponseBodyResultOutputInfo extends $tea.Model { content?: string; fileName?: string; fileSize?: number; fileType?: string; fileUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetConvertResultResponseBodyResult extends $tea.Model { corpId?: string; createTime?: number; creatorName?: string; outputInfo?: GetConvertResultResponseBodyResultOutputInfo; status?: string; taskBizId?: string; title?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskPackageResultResponseBodyTasksResultItems extends $tea.Model { advantages?: string; fabReference?: string; info?: string; name?: string; point?: number; reference?: string; res?: boolean; suggestion?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskPackageResultResponseBodyTasksResult extends $tea.Model { audioText?: string; audioTextFormatted?: string; date?: string; desc?: string; formName?: string; id?: number; items?: GetTaskPackageResultResponseBodyTasksResultItems[]; name?: string; parseText?: string; rawData?: string; summary?: string; total?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskPackageResultResponseBodyTasks extends $tea.Model { reportLink?: string; result?: GetTaskPackageResultResponseBodyTasksResult; status?: string; statusInfo?: string; taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskQueueResponseBodyResult extends $tea.Model { pendingCount?: number; processingCount?: number; totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureCommonEventResponseBodyResult extends $tea.Model { content?: string; httpCode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureCostRecordListGetResponseBodyList extends $tea.Model { /** * @remarks * This parameter is required. */ corpId?: string; /** * @remarks * This parameter is required. */ count?: number; /** * @remarks * This parameter is required. */ ext?: string; /** * @remarks * This parameter is required. */ gmtCreate?: number; /** * @remarks * This parameter is required. */ gmtModified?: number; /** * @remarks * This parameter is required. */ instanceId?: string; /** * @remarks * This parameter is required. */ isDeleted?: string; /** * @remarks * This parameter is required. */ materialCostRecordNo?: string; /** * @remarks * This parameter is required. */ materialName?: string; /** * @remarks * This parameter is required. */ materialNo?: string; /** * @remarks * This parameter is required. */ memo?: string; /** * @remarks * This parameter is required. */ orderNo?: string; /** * @remarks * This parameter is required. */ price?: number; /** * @remarks * This parameter is required. */ processCode?: string; /** * @remarks * This parameter is required. */ productionTaskNo?: string; /** * @remarks * This parameter is required. */ realCount?: number; /** * @remarks * This parameter is required. */ realPrice?: number; /** * @remarks * This parameter is required. */ type?: string; /** * @remarks * This parameter is required. */ unit?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureFeeListGetResponseBodyList extends $tea.Model { /** * @remarks * This parameter is required. */ amount?: string; /** * @remarks * This parameter is required. */ corpId?: string; /** * @remarks * This parameter is required. */ count?: number; /** * @remarks * This parameter is required. */ ext?: string; /** * @remarks * This parameter is required. */ gmtCreate?: number; /** * @remarks * This parameter is required. */ gmtModified?: number; /** * @remarks * This parameter is required. */ id?: number; /** * @remarks * This parameter is required. */ instanceId?: string; /** * @remarks * This parameter is required. */ isDeleted?: string; /** * @remarks * This parameter is required. */ materialName?: string; /** * @remarks * This parameter is required. */ materialNo?: string; /** * @remarks * This parameter is required. */ perAmount?: number; /** * @remarks * This parameter is required. */ processCode?: string; /** * @remarks * This parameter is required. */ productionTaskNo?: string; /** * @remarks * This parameter is required. */ title?: string; /** * @remarks * This parameter is required. */ type?: string; /** * @remarks * This parameter is required. */ unit?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureLabourCostResponseBodyList extends $tea.Model { /** * @remarks * This parameter is required. */ corpId?: string; /** * @remarks * This parameter is required. */ ext?: string; /** * @remarks * This parameter is required. */ gmtCreate?: number; /** * @remarks * This parameter is required. */ gmtModified?: number; /** * @remarks * This parameter is required. */ instanceId?: string; /** * @remarks * This parameter is required. */ labourCostName?: string; /** * @remarks * This parameter is required. */ labourCostNo?: string; /** * @remarks * This parameter is required. */ materialName?: string; /** * @remarks * This parameter is required. */ materialNo?: string; /** * @remarks * This parameter is required. */ processCode?: string; /** * @remarks * This parameter is required. */ processName?: string; /** * @remarks * This parameter is required. */ processNo?: string; /** * @remarks * This parameter is required. */ qualifiedPrice?: number; /** * @remarks * This parameter is required. */ unQualifiedInfo?: string; /** * @remarks * This parameter is required. */ unQualifiedPrice1?: number; /** * @remarks * This parameter is required. */ unQualifiedPrice2?: number; /** * @remarks * This parameter is required. */ unQualifiedReason1?: string; /** * @remarks * This parameter is required. */ unQualifiedReason2?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMaterialListResponseBodyList extends $tea.Model { /** * @remarks * This parameter is required. */ category?: string; /** * @remarks * This parameter is required. */ corpId?: string; /** * @remarks * This parameter is required. */ ext?: string; /** * @remarks * This parameter is required. */ instanceId?: string; /** * @remarks * This parameter is required. */ materialName?: string; /** * @remarks * This parameter is required. */ materialNo?: string; /** * @remarks * This parameter is required. */ processCode?: string; /** * @remarks * This parameter is required. */ specification?: string; /** * @remarks * This parameter is required. */ stockMaxWarn?: number; /** * @remarks * This parameter is required. */ stockMinWarn?: number; /** * @remarks * This parameter is required. */ type?: string; /** * @remarks * This parameter is required. */ unit?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesDispatchTaskResponseBodyResult extends $tea.Model { content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesMaterialRequestExtendData extends $tea.Model { /** * @example * staffName */ code?: string; /** * @example * 生产人员 */ name?: string; /** * @example * 张三 */ value?: string; /** * @example * string */ valueType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesMaterialResponseBodyResult extends $tea.Model { content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesOutPlanResponseBodyResult extends $tea.Model { content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesOutputResponseBodyResult extends $tea.Model { content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesProcessRequestExtendData extends $tea.Model { /** * @example * username */ code?: string; /** * @example * 生产人员 */ name?: string; /** * @example * 李四 */ value?: string; /** * @example * string */ valueType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesProcessResponseBodyResult extends $tea.Model { content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesProductionPlanRequestExtendData extends $tea.Model { /** * @example * staffName */ code?: string; /** * @example * 生产人员 */ name?: string; /** * @example * 张三 */ value?: string; /** * @example * string */ valueType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesProductionPlanResponseBodyResult extends $tea.Model { content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesSubCooperationTeamRequestExtendData extends $tea.Model { /** * @remarks * This parameter is required. * * @example * school */ code?: string; /** * @example * 学校 */ name?: string; /** * @remarks * This parameter is required. * * @example * 北大 */ value?: string; /** * @remarks * This parameter is required. * * @example * string */ valueType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesSubCooperationTeamRequestGroupPlugins extends $tea.Model { /** * @remarks * This parameter is required. */ label?: string; /** * @remarks * This parameter is required. */ value?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesSubCooperationTeamRequestLeaders extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 张三 */ name?: string; /** * @remarks * This parameter is required. * * @example * 1919442747879777 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesSubCooperationTeamRequestMembers extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 李四 */ name?: string; /** * @remarks * This parameter is required. * * @example * 1919442747879777 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesSubCooperationTeamResponseBodyResult extends $tea.Model { content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesTeamMgmtRequestExtendData extends $tea.Model { /** * @remarks * This parameter is required. * * @example * school */ code?: string; /** * @example * 学校 */ name?: string; /** * @remarks * This parameter is required. * * @example * 北大 */ value?: string; /** * @remarks * This parameter is required. * * @example * string */ valueType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesTeamMgmtRequestGroupPlugins extends $tea.Model { /** * @remarks * This parameter is required. */ label?: string; /** * @remarks * This parameter is required. */ value?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesTeamMgmtRequestLeaders extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 张三 */ name?: string; /** * @remarks * This parameter is required. * * @example * 1919442747879777 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesTeamMgmtRequestMembers extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 李四 */ name?: string; /** * @remarks * This parameter is required. * * @example * 1919442747879777 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryManufactureMesTeamMgmtResponseBodyResult extends $tea.Model { /** * @remarks * This parameter is required. */ content?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class IndustryMmanufactureMaterialCostGetResponseBodyList extends $tea.Model { /** * @remarks * This parameter is required. */ actPrice?: number; /** * @remarks * This parameter is required. */ corpId?: string; /** * @remarks * This parameter is required. */ count?: number; /** * @remarks * This parameter is required. */ ext?: string; /** * @remarks * This parameter is required. */ gmtCreate?: number; /** * @remarks * This parameter is required. */ gmtModified?: number; /** * @remarks * This parameter is required. */ instanceId?: string; /** * @remarks * This parameter is required. */ materialCostNo?: string; /** * @remarks * This parameter is required. */ materialName?: string; /** * @remarks * This parameter is required. */ materialNo?: string; /** * @remarks * This parameter is required. */ memo?: string; /** * @remarks * This parameter is required. */ price?: number; /** * @remarks * This parameter is required. */ processCode?: string; /** * @remarks * This parameter is required. */ unit?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class OrderConvertRequestAttachments extends $tea.Model { /** * @remarks * This parameter is required. */ fileName?: string; /** * @remarks * This parameter is required. */ fileUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDepartmentResponseBodyContentDeptAndExtDepartment extends $tea.Model { /** * @remarks * This parameter is required. * * @example * asd123 */ deptCode?: string; /** * @remarks * This parameter is required. * * @example * 骨科 */ deptName?: string; /** * @remarks * This parameter is required. * * @example * 1 */ deptOrder?: number; /** * @remarks * This parameter is required. * * @example * 0 */ deptStatus?: number; /** * @remarks * This parameter is required. * * @example * 1 */ deptType?: number; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtCreateStr?: string; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtModifiedStr?: string; /** * @remarks * This parameter is required. * * @example * 130000 */ id?: number; /** * @remarks * This parameter is required. * * @example * 骨科 */ name?: string; /** * @remarks * This parameter is required. * * @example * asd123 */ parentDeptCode?: string; /** * @remarks * This parameter is required. * * @example * 备注 */ remark?: string; /** * @remarks * This parameter is required. */ wardIdList?: number[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDepartmentResponseBodyContentDeptAndExtExtendInfos extends $tea.Model { /** * @remarks * This parameter is required. * * @example * asd123 */ deptCode?: string; /** * @remarks * This parameter is required. * * @example * 科室、医务科、医生都不一样 */ deptExtendDisplayName?: string; /** * @remarks * This parameter is required. * * @example * 科室、医务科、医生都不一样 */ deptExtendKey?: string; /** * @remarks * This parameter is required. * * @example * 科室、医务科、医生都不一样 */ deptExtendValue?: string; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtCreateStr?: string; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtModifiedStr?: string; /** * @remarks * This parameter is required. * * @example * 20000 */ id?: number; /** * @remarks * This parameter is required. * * @example * 0 */ status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDepartmentResponseBodyContentDeptAndExt extends $tea.Model { /** * @remarks * This parameter is required. */ department?: QueryAllDepartmentResponseBodyContentDeptAndExtDepartment; /** * @remarks * This parameter is required. */ extendInfos?: QueryAllDepartmentResponseBodyContentDeptAndExtExtendInfos[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDepartmentResponseBodyContentGroupAndExtListExtendInfos extends $tea.Model { /** * @remarks * This parameter is required. * * @example * asd123 */ deptCode?: string; /** * @remarks * This parameter is required. * * @example * 科室、医务科、医生都不一样 */ deptExtendDisplayName?: string; /** * @remarks * This parameter is required. * * @example * 科室、医务科、医生都不一样 */ deptExtendKey?: string; /** * @remarks * This parameter is required. * * @example * 科室、医务科、医生都不一样 */ deptExtendValue?: string; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtCreateStr?: string; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtModifiedStr?: string; /** * @remarks * This parameter is required. * * @example * 20000 */ id?: number; /** * @remarks * This parameter is required. * * @example * 0 */ status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDepartmentResponseBodyContentGroupAndExtListGroupLeader extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 888asd */ jobNumber?: string; /** * @remarks * This parameter is required. * * @example * 张三 */ name?: string; /** * @remarks * This parameter is required. * * @example * 666abc */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDepartmentResponseBodyContentGroupAndExtListGroup extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 13000 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 1 */ deptStatus?: number; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtCreateStr?: string; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtModifiedStr?: string; /** * @remarks * This parameter is required. * * @example * 13001 */ id?: number; /** * @remarks * This parameter is required. */ leader?: QueryAllDepartmentResponseBodyContentGroupAndExtListGroupLeader; /** * @remarks * This parameter is required. * * @example * 张三组 */ name?: string; /** * @remarks * This parameter is required. * * @example * 13000 */ parentDeptCode?: string; /** * @remarks * This parameter is required. * * @example * 备注 */ remark?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDepartmentResponseBodyContentGroupAndExtList extends $tea.Model { /** * @remarks * This parameter is required. */ extendInfos?: QueryAllDepartmentResponseBodyContentGroupAndExtListExtendInfos[]; /** * @remarks * This parameter is required. */ group?: QueryAllDepartmentResponseBodyContentGroupAndExtListGroup; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDepartmentResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. */ deptAndExt?: QueryAllDepartmentResponseBodyContentDeptAndExt; /** * @remarks * This parameter is required. */ groupAndExtList?: QueryAllDepartmentResponseBodyContentGroupAndExtList[]; /** * @remarks * This parameter is required. * * @example * 130000 */ id?: number; /** * @remarks * This parameter is required. * * @example * 骨科 */ name?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllDoctorsResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1758 */ assessGroupId?: string; /** * @remarks * This parameter is required. * * @example * 张三组 */ assessGroupName?: string; /** * @remarks * This parameter is required. * * @example * 1312312321 */ deptCode?: string; /** * @remarks * This parameter is required. * * @example * 3 */ deptType?: string; /** * @remarks * This parameter is required. * * @example * 2021-06-08 21:57:10 */ gmtCreateStr?: string; /** * @remarks * This parameter is required. * * @example * 2021-06-08 21:57:10 */ gmtModifiedStr?: string; /** * @remarks * This parameter is required. * * @example * 123345 */ id?: number; /** * @remarks * This parameter is required. * * @example * 0001 */ jobNum?: string; /** * @remarks * This parameter is required. * * @example * 0 */ status?: number; /** * @remarks * This parameter is required. * * @example * u0398812938821 */ uid?: string; /** * @remarks * This parameter is required. * * @example * aaa12312312 */ userCode?: string; /** * @remarks * This parameter is required. * * @example * 用户名称 */ userName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllGroupResponseBodyContent extends $tea.Model { /** * @example * 12 */ deptId?: number; /** * @example * 1 */ id?: number; /** * @example * 医疗组1 */ name?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllGroupsInDeptResponseBodyContent extends $tea.Model { /** * @example * 12 */ deptId?: number; /** * @example * 1 */ id?: number; /** * @example * 医疗组1 */ name?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllMemberByDeptResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 0001 */ jobNum?: string; /** * @remarks * This parameter is required. * * @example * u0398812938821 */ uid?: string; /** * @remarks * This parameter is required. * * @example * 用户名称 */ userName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryAllMemberByGroupResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 0001 */ jobNum?: string; /** * @remarks * This parameter is required. * * @example * u0398812938821 */ uid?: string; /** * @remarks * This parameter is required. * * @example * 用户名称 */ userName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryBizOptLogResponseBodyContent extends $tea.Model { /** * @example * 固定值 1-医疗组 */ bizType?: number; /** * @example * 1-钉钉数据,2-自建数据 */ dataType?: number; /** * @example * 23821 */ id?: number; optAfterData?: string; optBeforeData?: string; /** * @example * 1-人员,2-部门 */ optBizType?: number; optExtend?: string; optJobNumber?: string; optObjectCode?: string; optObjectName?: string; optObjectUserJobNo?: string; /** * @example * 1-成功,2-失败 */ optSuccess?: number; /** * @example * 1622191102012 */ optTime?: number; /** * @example * 0-删除,1-添加,2-修改,3-作废 */ optType?: number; optUserCode?: string; optUserName?: string; remark?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryConvertRulesResponseBodyResultItemsSourceFiles extends $tea.Model { fileName?: string; fileSize?: number; fileTag?: string; mediaId?: string; previewUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryConvertRulesResponseBodyResultItemsTargetFiles extends $tea.Model { fileName?: string; fileSize?: number; fileTag?: string; mediaId?: string; previewUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryConvertRulesResponseBodyResultItems extends $tea.Model { corpId?: string; description?: string; gmtCreate?: number; gmtModified?: number; name?: string; ruleBizId?: string; sourceFiles?: QueryConvertRulesResponseBodyResultItemsSourceFiles[]; targetFiles?: QueryConvertRulesResponseBodyResultItemsTargetFiles[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryConvertRulesResponseBodyResult extends $tea.Model { items?: QueryConvertRulesResponseBodyResultItems[]; pageNo?: number; pageSize?: number; totalCount?: number; totalPages?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDepartmentExtendInfoResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1231 */ deptCode?: string; /** * @remarks * This parameter is required. * * @example * a */ deptExtendDisplayName?: string; /** * @remarks * This parameter is required. * * @example * 2 */ deptExtendKey?: string; /** * @remarks * This parameter is required. * * @example * 1 */ deptExtendValue?: string; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtCreateStr?: string; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtModifiedStr?: string; /** * @remarks * This parameter is required. * * @example * 1000 */ id?: number; /** * @remarks * This parameter is required. * * @example * 0 */ status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDepartmentInfoResponseBodyContentDepartment extends $tea.Model { /** * @example * 2341 */ deptCode?: string; /** * @example * 血液科 */ deptName?: string; /** * @example * 2 */ deptOrder?: number; /** * @example * 0 */ deptStatus?: number; /** * @example * 3 */ deptType?: number; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtCreateStr?: string; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtModifiedStr?: string; /** * @example * 12321 */ id?: number; /** * @example * 血液科 */ name?: string; /** * @example * 3421 */ parentDeptCode?: string; /** * @example * 科室 */ remark?: string; wardIdList?: number[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDepartmentInfoResponseBodyContentExtendInfos extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1234 */ deptCode?: string; /** * @example * 科室主任 */ deptExtendDisplayName?: string; /** * @example * 1 */ deptExtendKey?: string; /** * @example * 1 */ deptExtendValue?: string; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtCreateStr?: string; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtModifiedStr?: string; /** * @example * 10000 */ id?: number; /** * @example * 0 */ status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDepartmentInfoResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. */ department?: QueryDepartmentInfoResponseBodyContentDepartment; extendInfos?: QueryDepartmentInfoResponseBodyContentExtendInfos[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDoctorDetailsByJobNumberResponseBodyContentDeptList extends $tea.Model { categoryName?: string; deptId?: number; deptName?: string; gmtCreate?: string; gmtModified?: string; relationId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDoctorDetailsByJobNumberResponseBodyContentGroupList extends $tea.Model { deptId?: number; deptName?: string; groupId?: number; groupName?: string; isAssessGroup?: string; isLeader?: boolean; relationId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDoctorDetailsByJobNumberResponseBodyContentJobStatus extends $tea.Model { code?: string; statusName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDoctorDetailsByJobNumberResponseBodyContentProfessionalTitle extends $tea.Model { code?: string; professionalTitleCategory?: string; professionalTitleDetail?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDoctorDetailsByJobNumberResponseBodyContentUserProbList extends $tea.Model { code?: string; userPropertyName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryDoctorDetailsByJobNumberResponseBodyContent extends $tea.Model { deptList?: QueryDoctorDetailsByJobNumberResponseBodyContentDeptList[]; groupList?: QueryDoctorDetailsByJobNumberResponseBodyContentGroupList[]; jobNumber?: string; jobStatus?: QueryDoctorDetailsByJobNumberResponseBodyContentJobStatus[]; professionalTitle?: QueryDoctorDetailsByJobNumberResponseBodyContentProfessionalTitle; userId?: string; userName?: string; userProbList?: QueryDoctorDetailsByJobNumberResponseBodyContentUserProbList[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryGroupInfoResponseBodyContentExtendInfos extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 28765 */ deptCode?: string; /** * @example * 科室、医生都不一样 */ deptExtendDisplayName?: string; /** * @remarks * This parameter is required. * * @example * 科室、医生都不一样 */ deptExtendKey?: string; /** * @remarks * This parameter is required. * * @example * 科室、医生都不一样 */ deptExtendValue?: string; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtCreateStr?: string; /** * @remarks * This parameter is required. * * @example * 2021-08-24 20:30:31 */ gmtModifiedStr?: string; /** * @remarks * This parameter is required. * * @example * 10000 */ id?: number; /** * @remarks * This parameter is required. * * @example * 0 */ status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryGroupInfoResponseBodyContentGroupLeader extends $tea.Model { /** * @example * 3212 */ jobNumber?: string; /** * @example * 张三 */ name?: string; /** * @example * 1234 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryGroupInfoResponseBodyContentGroup extends $tea.Model { /** * @example * 321222 */ deptId?: number; /** * @example * 1 */ deptStatus?: number; /** * @example * 2021-08-24 20:30:31 */ gmtCreateStr?: string; /** * @example * 2021-08-24 20:30:31 */ gmtModifiedStr?: string; /** * @example * 3212 */ id?: number; leader?: QueryGroupInfoResponseBodyContentGroupLeader; /** * @example * 张三组 */ name?: string; /** * @example * 1 */ parentDeptCode?: string; /** * @example * 备注 */ remark?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryGroupInfoResponseBodyContent extends $tea.Model { extendInfos?: QueryGroupInfoResponseBodyContentExtendInfos[]; group?: QueryGroupInfoResponseBodyContentGroup; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalDistrictInfoResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 一楼 */ address?: string; /** * @remarks * This parameter is required. * * @example * 0 */ deleted?: number; /** * @remarks * This parameter is required. * * @example * 一病区 */ districtName?: string; /** * @remarks * This parameter is required. * * @example * 1 */ districtType?: number; /** * @remarks * This parameter is required. * * @example * 2021-12-22 15:30:31 */ gmtCreate?: string; /** * @remarks * This parameter is required. * * @example * 2021-12-22 15:30:31 */ gmtModified?: string; /** * @remarks * This parameter is required. * * @example * 123 */ id?: number; /** * @remarks * This parameter is required. * * @example * 123 */ parentDistrictId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalRoleUserInfoResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 2021-12-22 15:30:31 */ gmtCreate?: string; /** * @remarks * This parameter is required. * * @example * 2021-12-22 15:30:31 */ gmtModified?: string; /** * @remarks * This parameter is required. * * @example * 2783939 */ jobNumber?: string; /** * @remarks * This parameter is required. * * @example * sys_admin */ roleCode?: string; /** * @remarks * This parameter is required. * * @example * 管理员 */ roleName?: string; status?: number; /** * @remarks * This parameter is required. * * @example * 7424792 */ userCode?: string; /** * @remarks * This parameter is required. * * @example * 张三 */ userName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryHospitalRolesResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. */ gmtCreate?: string; /** * @remarks * This parameter is required. * * @example * 1 */ id?: number; /** * @remarks * This parameter is required. * * @example * 0 */ isDeleted?: number; /** * @remarks * This parameter is required. * * @example * 0 */ readOnly?: number; /** * @remarks * This parameter is required. */ remark?: string; /** * @remarks * This parameter is required. * * @example * sys_admin */ roleCode?: string; /** * @remarks * This parameter is required. * * @example * 系统管理员 */ roleName?: string; /** * @remarks * This parameter is required. * * @example * 0 */ sort?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryJobCodeDictionaryResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ category?: string; /** * @remarks * This parameter is required. * * @example * 1 */ code?: string; /** * @remarks * This parameter is required. * * @example * 主任医师 */ displayName?: string; /** * @remarks * This parameter is required. * * @example * 医师 */ doctorType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryJobStatusCodeDictionaryResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ category?: string; /** * @remarks * This parameter is required. * * @example * 1 */ code?: string; /** * @remarks * This parameter is required. * * @example * 主任医师 */ displayName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryMedicalEventsResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. */ code?: string; content?: string; /** * @remarks * This parameter is required. */ eventId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryOrderConvertResultResponseBodyResultItemsOutputInfo extends $tea.Model { content?: string; fileName?: string; fileSize?: string; fileType?: string; fileUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryOrderConvertResultResponseBodyResultItems extends $tea.Model { corpId?: string; createTime?: number; creatorName?: string; outputInfo?: QueryOrderConvertResultResponseBodyResultItemsOutputInfo; status?: string; taskBizId?: string; title?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryOrderConvertResultResponseBodyResult extends $tea.Model { items?: QueryOrderConvertResultResponseBodyResultItems[]; pageNo?: number; pageSize?: number; totalCount?: number; totalPages?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserCredentialsResponseBodyContentCredentialList extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 医生资格证书 */ credentialName?: string; /** * @remarks * This parameter is required. * * @example * 1 */ credentialType?: number; /** * @remarks * This parameter is required. * * @example * 2022-08-01 */ termOfValidity?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserCredentialsResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. */ credentialList?: QueryUserCredentialsResponseBodyContentCredentialList[]; /** * @remarks * This parameter is required. * * @example * 1234 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserExtInfoResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 2021-12-22 15:30:31 */ gmtCreate?: string; /** * @remarks * This parameter is required. * * @example * 2021-12-22 15:30:31 */ gmtModified?: string; /** * @remarks * This parameter is required. * * @example * 0 */ status?: number; /** * @remarks * This parameter is required. * * @example * 10320266246 */ userCode?: string; /** * @remarks * This parameter is required. * * @example * 扩展属性描述 */ userExtendDisplayName?: string; /** * @remarks * This parameter is required. * * @example * 扩展属性Key */ userExtendKey?: string; /** * @remarks * This parameter is required. * * @example * 扩展属性值 */ userExtendValue?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserExtendValuesResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. */ userCode?: string; userExtendDisplayName?: string; /** * @remarks * This parameter is required. */ userExtendKey?: string; /** * @remarks * This parameter is required. */ userExtendValue?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserInfoResponseBodyContentDept extends $tea.Model { /** * @example * 2021-06-02 17:44:17 */ gmtCreateStr?: string; /** * @example * 2021-06-02 17:44:17 */ gmtModifiedStr?: string; /** * @remarks * This parameter is required. * * @example * 123 */ id?: number; /** * @remarks * This parameter is required. * * @example * 科室名称2 */ name?: string; relId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserInfoResponseBodyContentGroup extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 123 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 科室名称2 */ deptName?: string; /** * @example * 2021-06-02 17:44:17 */ gmtCreateStr?: string; /** * @example * 2021-06-02 17:44:17 */ gmtModifiedStr?: string; /** * @remarks * This parameter is required. * * @example * 123 */ id?: number; /** * @remarks * This parameter is required. * * @example * 医疗组名称2 */ name?: string; relId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserInfoResponseBodyContentJob extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ bizType?: string; /** * @remarks * This parameter is required. * * @example * 分类 */ category?: string; /** * @remarks * This parameter is required. * * @example * code1 */ code?: string; /** * @remarks * This parameter is required. * * @example * 展示名称 */ displayName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserInfoResponseBodyContentJobStatus extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ bizType?: string; /** * @remarks * This parameter is required. * * @example * 分类 */ category?: string; /** * @remarks * This parameter is required. * * @example * 标签Code */ code?: string; /** * @remarks * This parameter is required. * * @example * 展示名称 */ displayName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserInfoResponseBodyContentJobStatusList extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ bizType?: string; /** * @remarks * This parameter is required. * * @example * 分类 */ category?: string; /** * @remarks * This parameter is required. * * @example * 标签Code */ code?: string; /** * @remarks * This parameter is required. * * @example * 展示名称 */ displayName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserInfoResponseBodyContentUserProb extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ bizType?: string; /** * @remarks * This parameter is required. * * @example * 分类 */ category?: string; /** * @remarks * This parameter is required. * * @example * 标签Code */ code?: string; /** * @remarks * This parameter is required. * * @example * 展示名称 */ displayName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserInfoResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * comments */ comments?: string; /** * @remarks * This parameter is required. */ dept?: QueryUserInfoResponseBodyContentDept[]; /** * @remarks * This parameter is required. */ group?: QueryUserInfoResponseBodyContentGroup[]; /** * @remarks * This parameter is required. */ job?: QueryUserInfoResponseBodyContentJob; /** * @remarks * This parameter is required. * * @example * 0001 */ jobNum?: string; /** * @remarks * This parameter is required. */ jobStatus?: QueryUserInfoResponseBodyContentJobStatus; /** * @remarks * This parameter is required. */ jobStatusList?: QueryUserInfoResponseBodyContentJobStatusList[]; /** * @remarks * This parameter is required. * * @example * u0398812938821 */ uid?: string; /** * @remarks * This parameter is required. * * @example * 用户名称 */ userName?: string; /** * @remarks * This parameter is required. */ userProb?: QueryUserInfoResponseBodyContentUserProb; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserProbCodeDictionaryResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ category?: string; /** * @remarks * This parameter is required. * * @example * 1 */ code?: string; /** * @remarks * This parameter is required. * * @example * 主任医师 */ displayName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryUserRolesResponseBodyContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * roleCode */ roleCode?: string; /** * @remarks * This parameter is required. * * @example * roleNem */ roleName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SubmitTaskRequestData extends $tea.Model { /** * @example * 2024-05-14 */ date?: string; /** * @example * xx项目 */ desc?: string; /** * @example * 根据不同业务类型,传业务需求的JSON字符串 */ extension?: string; /** * @example * audio */ fileType?: string; fileUrl?: string[]; /** * @example * 1001 */ id?: number; /** * @example * xx项目会议 */ name?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SubmitTaskResponseBodyTasks extends $tea.Model { /** * @example * 1001 */ id?: number; /** * @example * 8ef16170b6e24d8fb77b832d7603b835 */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SubmitTaskPackageRequestData extends $tea.Model { extension?: string; fileUrl?: string; fileUrls?: string[]; taskName?: string; textContent?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddDeptResponseBodyResult extends $tea.Model { /** * @remarks * This parameter is required. */ deptId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyAddMemberResponseBodyResult extends $tea.Model { /** * @remarks * This parameter is required. * * @example * NORMAL */ dingMemberStatus?: string; /** * @remarks * This parameter is required. * * @example * 12345abc */ unionId?: string; /** * @example * 12345abc */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainQueryDeptInfoResponseBodyResultPartnerTypeInfoList extends $tea.Model { /** * @example * 111 */ id?: number; /** * @example * 11111 */ name?: string; /** * @example * 1111 */ superId?: number; /** * @example * 1111 */ superName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyChainQueryDeptInfoResponseBodyResult extends $tea.Model { /** * @example * 1111 */ deptId?: number; /** * @example * ROOT */ deptType?: string; hasSubDept?: boolean; /** * @example * xxxx 有限公司 */ name?: string; /** * @example * 111111 */ partnerNumber?: string; partnerTypeInfoList?: SupplyChainQueryDeptInfoResponseBodyResultPartnerTypeInfoList[]; /** * @example * 1111 */ superId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyGetMemberResponseBodyResultRoleInfoList extends $tea.Model { /** * @example * 123 */ roleId?: string; /** * @example * 老板 */ roleName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyGetMemberResponseBodyResult extends $tea.Model { deptIdList?: number[]; /** * @example * NORMAL */ dingMemberStatus?: string; /** * @example * true */ isActive?: boolean; /** * @example * 李白 */ memberName?: string; /** * @example * 经理 */ memberTitle?: string; /** * @example * 123 */ memberWorkNumber?: string; roleInfoList?: SupplyGetMemberResponseBodyResultRoleInfoList[]; supplyNodeList?: number[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListDeptMembersResponseBodyList extends $tea.Model { /** * @example * NORMAL */ dingMemberStatus?: string; /** * @example * true */ isActive?: boolean; /** * @example * 李白 */ memberName?: string; /** * @example * 经理 */ memberTitle?: string; /** * @example * 123 */ memberWorkNumber?: string; /** * @example * 123abc */ unionId?: string; /** * @example * 123344 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerAdminsResponseBodyResult extends $tea.Model { /** * @example * 负责人名称 */ name?: string; /** * @example * 99292111 */ unionId?: string; /** * @example * 8782166278711 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerManagersResponseBodyResult extends $tea.Model { /** * @example * 56789123 */ deptId?: string; /** * @example * 对接部门名称 */ deptName?: string; /** * @example * user */ interfaceType?: string; /** * @example * 121234567 */ userId?: string; /** * @example * 名称 */ userName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListPartnerTypeResponseBodyResult extends $tea.Model { /** * @example * 10 */ labelId?: number; /** * @example * 标签1 */ name?: string; /** * @example * 1 */ superId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListRoleResponseBodyResult extends $tea.Model { isRoleGroup?: boolean; /** * @example * 123 */ roleId?: string; /** * @example * 老板 */ roleName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListSubDeptResponseBodyResultPartnerTypeInfoList extends $tea.Model { /** * @example * 111 */ id?: number; /** * @example * 11111 */ name?: string; /** * @example * 1111 */ superId?: number; /** * @example * 1111 */ superName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyListSubDeptResponseBodyResult extends $tea.Model { /** * @example * 1111 */ deptId?: number; /** * @example * ROOT */ deptType?: string; hasSubDept?: boolean; /** * @example * xxxx 有限公司 */ name?: string; /** * @example * 111111 */ partnerNumber?: string; partnerTypeInfoList?: SupplyListSubDeptResponseBodyResultPartnerTypeInfoList[]; /** * @example * 1111 */ superId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SupplyQueryPartnerTypeResponseBodyResult extends $tea.Model { /** * @example * 21 */ labelId?: number; /** * @example * 标签1 */ name?: string; /** * @example * 1 */ superId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export default class Client extends OpenApi { constructor(config: $OpenApi.Config); /** * 新增商品 * * @param request - AiRetailProductAddRequest * @param headers - AiRetailProductAddHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns AiRetailProductAddResponse */ aiRetailProductAddWithOptions(request: AiRetailProductAddRequest, headers: AiRetailProductAddHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 新增商品 * * @param request - AiRetailProductAddRequest * @returns AiRetailProductAddResponse */ aiRetailProductAdd(request: AiRetailProductAddRequest): Promise; /** * 删除商品 * * @param request - AiRetailProductDeleteRequest * @param headers - AiRetailProductDeleteHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns AiRetailProductDeleteResponse */ aiRetailProductDeleteWithOptions(request: AiRetailProductDeleteRequest, headers: AiRetailProductDeleteHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除商品 * * @param request - AiRetailProductDeleteRequest * @returns AiRetailProductDeleteResponse */ aiRetailProductDelete(request: AiRetailProductDeleteRequest): Promise; /** * 商品图片上传 * * @param request - AiRetailProductImgUploadRequest * @param headers - AiRetailProductImgUploadHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns AiRetailProductImgUploadResponse */ aiRetailProductImgUploadWithOptions(request: AiRetailProductImgUploadRequest, headers: AiRetailProductImgUploadHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 商品图片上传 * * @param request - AiRetailProductImgUploadRequest * @returns AiRetailProductImgUploadResponse */ aiRetailProductImgUpload(request: AiRetailProductImgUploadRequest): Promise; /** * 查询商品 * * @param request - AiRetailProductQueryRequest * @param headers - AiRetailProductQueryHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns AiRetailProductQueryResponse */ aiRetailProductQueryWithOptions(request: AiRetailProductQueryRequest, headers: AiRetailProductQueryHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询商品 * * @param request - AiRetailProductQueryRequest * @returns AiRetailProductQueryResponse */ aiRetailProductQuery(request: AiRetailProductQueryRequest): Promise; /** * 更新商品 * * @param request - AiRetailProductUpdateRequest * @param headers - AiRetailProductUpdateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns AiRetailProductUpdateResponse */ aiRetailProductUpdateWithOptions(request: AiRetailProductUpdateRequest, headers: AiRetailProductUpdateHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新商品 * * @param request - AiRetailProductUpdateRequest * @returns AiRetailProductUpdateResponse */ aiRetailProductUpdate(request: AiRetailProductUpdateRequest): Promise; /** * AI练货记录详情 * * @param request - AiTrainingDetailRequest * @param headers - AiTrainingDetailHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns AiTrainingDetailResponse */ aiTrainingDetailWithOptions(request: AiTrainingDetailRequest, headers: AiTrainingDetailHeaders, runtime: $Util.RuntimeOptions): Promise; /** * AI练货记录详情 * * @param request - AiTrainingDetailRequest * @returns AiTrainingDetailResponse */ aiTrainingDetail(request: AiTrainingDetailRequest): Promise; /** * AI练货记录 * * @param request - AiTrainingRecordRequest * @param headers - AiTrainingRecordHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns AiTrainingRecordResponse */ aiTrainingRecordWithOptions(request: AiTrainingRecordRequest, headers: AiTrainingRecordHeaders, runtime: $Util.RuntimeOptions): Promise; /** * AI练货记录 * * @param request - AiTrainingRecordRequest * @returns AiTrainingRecordResponse */ aiTrainingRecord(request: AiTrainingRecordRequest): Promise; /** * 批量查询任务结果 * * @param request - BatchGetTaskResultRequest * @param headers - BatchGetTaskResultHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns BatchGetTaskResultResponse */ batchGetTaskResultWithOptions(request: BatchGetTaskResultRequest, headers: BatchGetTaskResultHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 批量查询任务结果 * * @param request - BatchGetTaskResultRequest * @returns BatchGetTaskResultResponse */ batchGetTaskResult(request: BatchGetTaskResultRequest): Promise; /** * 商机匹配 * * @param request - BusinessMatchRequest * @param headers - BusinessMatchHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns BusinessMatchResponse */ businessMatchWithOptions(request: BusinessMatchRequest, headers: BusinessMatchHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 商机匹配 * * @param request - BusinessMatchRequest * @returns BusinessMatchResponse */ businessMatch(request: BusinessMatchRequest): Promise; /** * 商机匹配结果查询 * * @param request - BusinessMatchResultRequest * @param headers - BusinessMatchResultHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns BusinessMatchResultResponse */ businessMatchResultWithOptions(request: BusinessMatchResultRequest, headers: BusinessMatchResultHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 商机匹配结果查询 * * @param request - BusinessMatchResultRequest * @returns BusinessMatchResultResponse */ businessMatchResult(request: BusinessMatchResultRequest): Promise; /** * 添加租客下成员 * * @param request - CampusAddRenterMemberRequest * @param headers - CampusAddRenterMemberHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusAddRenterMemberResponse */ campusAddRenterMemberWithOptions(request: CampusAddRenterMemberRequest, headers: CampusAddRenterMemberHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 添加租客下成员 * * @param request - CampusAddRenterMemberRequest * @returns CampusAddRenterMemberResponse */ campusAddRenterMember(request: CampusAddRenterMemberRequest): Promise; /** * 创建园区 * * @param request - CampusCreateCampusRequest * @param headers - CampusCreateCampusHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusCreateCampusResponse */ campusCreateCampusWithOptions(request: CampusCreateCampusRequest, headers: CampusCreateCampusHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 创建园区 * * @param request - CampusCreateCampusRequest * @returns CampusCreateCampusResponse */ campusCreateCampus(request: CampusCreateCampusRequest): Promise; /** * 创建园区项目组 * * @param request - CampusCreateCampusGroupRequest * @param headers - CampusCreateCampusGroupHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusCreateCampusGroupResponse */ campusCreateCampusGroupWithOptions(request: CampusCreateCampusGroupRequest, headers: CampusCreateCampusGroupHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 创建园区项目组 * * @param request - CampusCreateCampusGroupRequest * @returns CampusCreateCampusGroupResponse */ campusCreateCampusGroup(request: CampusCreateCampusGroupRequest): Promise; /** * 创建租客 * * @param request - CampusCreateRenterRequest * @param headers - CampusCreateRenterHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusCreateRenterResponse */ campusCreateRenterWithOptions(request: CampusCreateRenterRequest, headers: CampusCreateRenterHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 创建租客 * * @param request - CampusCreateRenterRequest * @returns CampusCreateRenterResponse */ campusCreateRenter(request: CampusCreateRenterRequest): Promise; /** * 移除租客人员 * * @param request - CampusDelRenterMemberRequest * @param headers - CampusDelRenterMemberHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusDelRenterMemberResponse */ campusDelRenterMemberWithOptions(request: CampusDelRenterMemberRequest, headers: CampusDelRenterMemberHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 移除租客人员 * * @param request - CampusDelRenterMemberRequest * @returns CampusDelRenterMemberResponse */ campusDelRenterMember(request: CampusDelRenterMemberRequest): Promise; /** * 删除园区项目组 * * @param request - CampusDeleteCampusGroupRequest * @param headers - CampusDeleteCampusGroupHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusDeleteCampusGroupResponse */ campusDeleteCampusGroupWithOptions(request: CampusDeleteCampusGroupRequest, headers: CampusDeleteCampusGroupHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除园区项目组 * * @param request - CampusDeleteCampusGroupRequest * @returns CampusDeleteCampusGroupResponse */ campusDeleteCampusGroup(request: CampusDeleteCampusGroupRequest): Promise; /** * 删除租客 * * @param request - CampusDeleteRenterRequest * @param headers - CampusDeleteRenterHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusDeleteRenterResponse */ campusDeleteRenterWithOptions(request: CampusDeleteRenterRequest, headers: CampusDeleteRenterHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除租客 * * @param request - CampusDeleteRenterRequest * @returns CampusDeleteRenterResponse */ campusDeleteRenter(request: CampusDeleteRenterRequest): Promise; /** * 查询园区详情 * * @param request - CampusGetCampusRequest * @param headers - CampusGetCampusHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusGetCampusResponse */ campusGetCampusWithOptions(request: CampusGetCampusRequest, headers: CampusGetCampusHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询园区详情 * * @param request - CampusGetCampusRequest * @returns CampusGetCampusResponse */ campusGetCampus(request: CampusGetCampusRequest): Promise; /** * 查询园区项目组详情 * * @param request - CampusGetCampusGroupRequest * @param headers - CampusGetCampusGroupHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusGetCampusGroupResponse */ campusGetCampusGroupWithOptions(request: CampusGetCampusGroupRequest, headers: CampusGetCampusGroupHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询园区项目组详情 * * @param request - CampusGetCampusGroupRequest * @returns CampusGetCampusGroupResponse */ campusGetCampusGroup(request: CampusGetCampusGroupRequest): Promise; /** * 获取租客详情 * * @param request - CampusGetRenterRequest * @param headers - CampusGetRenterHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusGetRenterResponse */ campusGetRenterWithOptions(request: CampusGetRenterRequest, headers: CampusGetRenterHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取租客详情 * * @param request - CampusGetRenterRequest * @returns CampusGetRenterResponse */ campusGetRenter(request: CampusGetRenterRequest): Promise; /** * 查询租客指定成员信息 * * @param request - CampusGetRenterMemberRequest * @param headers - CampusGetRenterMemberHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusGetRenterMemberResponse */ campusGetRenterMemberWithOptions(request: CampusGetRenterMemberRequest, headers: CampusGetRenterMemberHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询租客指定成员信息 * * @param request - CampusGetRenterMemberRequest * @returns CampusGetRenterMemberResponse */ campusGetRenterMember(request: CampusGetRenterMemberRequest): Promise; /** * 查询园区列表 * * @param request - CampusListCampusRequest * @param headers - CampusListCampusHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusListCampusResponse */ campusListCampusWithOptions(request: CampusListCampusRequest, headers: CampusListCampusHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询园区列表 * * @param request - CampusListCampusRequest * @returns CampusListCampusResponse */ campusListCampus(request: CampusListCampusRequest): Promise; /** * 查询园区项目组列表 * * @param headers - CampusListCampusGroupHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusListCampusGroupResponse */ campusListCampusGroupWithOptions(headers: CampusListCampusGroupHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询园区项目组列表 * @returns CampusListCampusGroupResponse */ campusListCampusGroup(): Promise; /** * 获取租客列表 * * @param headers - CampusListRenterHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusListRenterResponse */ campusListRenterWithOptions(headers: CampusListRenterHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取租客列表 * @returns CampusListRenterResponse */ campusListRenter(): Promise; /** * 查询租客下所有成员 * * @param request - CampusListRenterMembersRequest * @param headers - CampusListRenterMembersHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusListRenterMembersResponse */ campusListRenterMembersWithOptions(request: CampusListRenterMembersRequest, headers: CampusListRenterMembersHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询租客下所有成员 * * @param request - CampusListRenterMembersRequest * @returns CampusListRenterMembersResponse */ campusListRenterMembers(request: CampusListRenterMembersRequest): Promise; /** * 更新园区项目 * * @param request - CampusUpdateCampusRequest * @param headers - CampusUpdateCampusHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusUpdateCampusResponse */ campusUpdateCampusWithOptions(request: CampusUpdateCampusRequest, headers: CampusUpdateCampusHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新园区项目 * * @param request - CampusUpdateCampusRequest * @returns CampusUpdateCampusResponse */ campusUpdateCampus(request: CampusUpdateCampusRequest): Promise; /** * 更新园区项目组 * * @param request - CampusUpdateCampusGroupRequest * @param headers - CampusUpdateCampusGroupHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusUpdateCampusGroupResponse */ campusUpdateCampusGroupWithOptions(request: CampusUpdateCampusGroupRequest, headers: CampusUpdateCampusGroupHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新园区项目组 * * @param request - CampusUpdateCampusGroupRequest * @returns CampusUpdateCampusGroupResponse */ campusUpdateCampusGroup(request: CampusUpdateCampusGroupRequest): Promise; /** * 更新租客 * * @param request - CampusUpdateRenterRequest * @param headers - CampusUpdateRenterHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusUpdateRenterResponse */ campusUpdateRenterWithOptions(request: CampusUpdateRenterRequest, headers: CampusUpdateRenterHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新租客 * * @param request - CampusUpdateRenterRequest * @returns CampusUpdateRenterResponse */ campusUpdateRenter(request: CampusUpdateRenterRequest): Promise; /** * 更新租客下成员 * * @param request - CampusUpdateRenterMemberRequest * @param headers - CampusUpdateRenterMemberHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CampusUpdateRenterMemberResponse */ campusUpdateRenterMemberWithOptions(request: CampusUpdateRenterMemberRequest, headers: CampusUpdateRenterMemberHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新租客下成员 * * @param request - CampusUpdateRenterMemberRequest * @returns CampusUpdateRenterMemberResponse */ campusUpdateRenterMember(request: CampusUpdateRenterMemberRequest): Promise; /** * 添加数据集权限 * * @param request - ChatAIAddDatasetPermissionRequest * @param headers - ChatAIAddDatasetPermissionHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatAIAddDatasetPermissionResponse */ chatAIAddDatasetPermissionWithOptions(request: ChatAIAddDatasetPermissionRequest, headers: ChatAIAddDatasetPermissionHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 添加数据集权限 * * @param request - ChatAIAddDatasetPermissionRequest * @returns ChatAIAddDatasetPermissionResponse */ chatAIAddDatasetPermission(request: ChatAIAddDatasetPermissionRequest): Promise; /** * 获取chatAI应用下的数据集列表 * * @param request - ChatAIListDatasetRequest * @param headers - ChatAIListDatasetHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatAIListDatasetResponse */ chatAIListDatasetWithOptions(request: ChatAIListDatasetRequest, headers: ChatAIListDatasetHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取chatAI应用下的数据集列表 * * @param request - ChatAIListDatasetRequest * @returns ChatAIListDatasetResponse */ chatAIListDataset(request: ChatAIListDatasetRequest): Promise; /** * 查询数据集权限明细 * * @param request - ChatAIQueryDatasetPermissionRequest * @param headers - ChatAIQueryDatasetPermissionHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatAIQueryDatasetPermissionResponse */ chatAIQueryDatasetPermissionWithOptions(request: ChatAIQueryDatasetPermissionRequest, headers: ChatAIQueryDatasetPermissionHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询数据集权限明细 * * @param request - ChatAIQueryDatasetPermissionRequest * @returns ChatAIQueryDatasetPermissionResponse */ chatAIQueryDatasetPermission(request: ChatAIQueryDatasetPermissionRequest): Promise; /** * 删除数据集权限 * * @param request - ChatAIRemoveDatasetPermissionRequest * @param headers - ChatAIRemoveDatasetPermissionHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatAIRemoveDatasetPermissionResponse */ chatAIRemoveDatasetPermissionWithOptions(request: ChatAIRemoveDatasetPermissionRequest, headers: ChatAIRemoveDatasetPermissionHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除数据集权限 * * @param request - ChatAIRemoveDatasetPermissionRequest * @returns ChatAIRemoveDatasetPermissionResponse */ chatAIRemoveDatasetPermission(request: ChatAIRemoveDatasetPermissionRequest): Promise; /** * Chai文本情感分析 * * @param request - ChatAITextSentimentAnalysisRequest * @param headers - ChatAITextSentimentAnalysisHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatAITextSentimentAnalysisResponse */ chatAITextSentimentAnalysisWithOptions(request: ChatAITextSentimentAnalysisRequest, headers: ChatAITextSentimentAnalysisHeaders, runtime: $Util.RuntimeOptions): Promise; /** * Chai文本情感分析 * * @param request - ChatAITextSentimentAnalysisRequest * @returns ChatAITextSentimentAnalysisResponse */ chatAITextSentimentAnalysis(request: ChatAITextSentimentAnalysisRequest): Promise; /** * 获取ChatAI问答日志 * * @param request - ChatAiQueryLogsRequest * @param headers - ChatAiQueryLogsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatAiQueryLogsResponse */ chatAiQueryLogsWithOptions(request: ChatAiQueryLogsRequest, headers: ChatAiQueryLogsHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取ChatAI问答日志 * * @param request - ChatAiQueryLogsRequest * @returns ChatAiQueryLogsResponse */ chatAiQueryLogs(request: ChatAiQueryLogsRequest): Promise; /** * 获取差旅单列表 * * @param request - ChatAiTravelListRequest * @param headers - ChatAiTravelListHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatAiTravelListResponse */ chatAiTravelListWithOptions(request: ChatAiTravelListRequest, headers: ChatAiTravelListHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取差旅单列表 * * @param request - ChatAiTravelListRequest * @returns ChatAiTravelListResponse */ chatAiTravelList(request: ChatAiTravelListRequest): Promise; /** * ChatForm查询表单识别结果 * * @param request - ChatFormGetDataForApiAccessRequest * @param headers - ChatFormGetDataForApiAccessHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatFormGetDataForApiAccessResponse */ chatFormGetDataForApiAccessWithOptions(request: ChatFormGetDataForApiAccessRequest, headers: ChatFormGetDataForApiAccessHeaders, runtime: $Util.RuntimeOptions): Promise; /** * ChatForm查询表单识别结果 * * @param request - ChatFormGetDataForApiAccessRequest * @returns ChatFormGetDataForApiAccessResponse */ chatFormGetDataForApiAccess(request: ChatFormGetDataForApiAccessRequest): Promise; /** * 新增普通文件 * * @param request - ChatMemoAddGeneralFileRequest * @param headers - ChatMemoAddGeneralFileHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoAddGeneralFileResponse */ chatMemoAddGeneralFileWithOptions(request: ChatMemoAddGeneralFileRequest, headers: ChatMemoAddGeneralFileHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 新增普通文件 * * @param request - ChatMemoAddGeneralFileRequest * @returns ChatMemoAddGeneralFileResponse */ chatMemoAddGeneralFile(request: ChatMemoAddGeneralFileRequest): Promise; /** * 新增知识图谱节点 * * @param request - ChatMemoAddKnowledgeGraphNodeRequest * @param headers - ChatMemoAddKnowledgeGraphNodeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoAddKnowledgeGraphNodeResponse */ chatMemoAddKnowledgeGraphNodeWithOptions(request: ChatMemoAddKnowledgeGraphNodeRequest, headers: ChatMemoAddKnowledgeGraphNodeHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 新增知识图谱节点 * * @param request - ChatMemoAddKnowledgeGraphNodeRequest * @returns ChatMemoAddKnowledgeGraphNodeResponse */ chatMemoAddKnowledgeGraphNode(request: ChatMemoAddKnowledgeGraphNodeRequest): Promise; /** * 新增知识图谱关系 * * @param request - ChatMemoAddKnowledgeGraphRelationRequest * @param headers - ChatMemoAddKnowledgeGraphRelationHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoAddKnowledgeGraphRelationResponse */ chatMemoAddKnowledgeGraphRelationWithOptions(request: ChatMemoAddKnowledgeGraphRelationRequest, headers: ChatMemoAddKnowledgeGraphRelationHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 新增知识图谱关系 * * @param request - ChatMemoAddKnowledgeGraphRelationRequest * @returns ChatMemoAddKnowledgeGraphRelationResponse */ chatMemoAddKnowledgeGraphRelation(request: ChatMemoAddKnowledgeGraphRelationRequest): Promise; /** * 删除普通文件 * * @param request - ChatMemoDeleteGeneralFileRequest * @param headers - ChatMemoDeleteGeneralFileHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoDeleteGeneralFileResponse */ chatMemoDeleteGeneralFileWithOptions(request: ChatMemoDeleteGeneralFileRequest, headers: ChatMemoDeleteGeneralFileHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除普通文件 * * @param request - ChatMemoDeleteGeneralFileRequest * @returns ChatMemoDeleteGeneralFileResponse */ chatMemoDeleteGeneralFile(request: ChatMemoDeleteGeneralFileRequest): Promise; /** * 删除知识图谱节点 * * @param request - ChatMemoDeleteKnowledgeGraphNodeRequest * @param headers - ChatMemoDeleteKnowledgeGraphNodeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoDeleteKnowledgeGraphNodeResponse */ chatMemoDeleteKnowledgeGraphNodeWithOptions(request: ChatMemoDeleteKnowledgeGraphNodeRequest, headers: ChatMemoDeleteKnowledgeGraphNodeHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除知识图谱节点 * * @param request - ChatMemoDeleteKnowledgeGraphNodeRequest * @returns ChatMemoDeleteKnowledgeGraphNodeResponse */ chatMemoDeleteKnowledgeGraphNode(request: ChatMemoDeleteKnowledgeGraphNodeRequest): Promise; /** * 删除知识图谱关系 * * @param request - ChatMemoDeleteKnowledgeGraphRelationRequest * @param headers - ChatMemoDeleteKnowledgeGraphRelationHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoDeleteKnowledgeGraphRelationResponse */ chatMemoDeleteKnowledgeGraphRelationWithOptions(request: ChatMemoDeleteKnowledgeGraphRelationRequest, headers: ChatMemoDeleteKnowledgeGraphRelationHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除知识图谱关系 * * @param request - ChatMemoDeleteKnowledgeGraphRelationRequest * @returns ChatMemoDeleteKnowledgeGraphRelationResponse */ chatMemoDeleteKnowledgeGraphRelation(request: ChatMemoDeleteKnowledgeGraphRelationRequest): Promise; /** * 新增 FAQ * * @param request - ChatMemoFaqAddRequest * @param headers - ChatMemoFaqAddHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoFaqAddResponse */ chatMemoFaqAddWithOptions(request: ChatMemoFaqAddRequest, headers: ChatMemoFaqAddHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 新增 FAQ * * @param request - ChatMemoFaqAddRequest * @returns ChatMemoFaqAddResponse */ chatMemoFaqAdd(request: ChatMemoFaqAddRequest): Promise; /** * 删除指定数据集中的FAQ * * @param request - ChatMemoFaqDeleteRequest * @param headers - ChatMemoFaqDeleteHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoFaqDeleteResponse */ chatMemoFaqDeleteWithOptions(request: ChatMemoFaqDeleteRequest, headers: ChatMemoFaqDeleteHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除指定数据集中的FAQ * * @param request - ChatMemoFaqDeleteRequest * @returns ChatMemoFaqDeleteResponse */ chatMemoFaqDelete(request: ChatMemoFaqDeleteRequest): Promise; /** * 查询指定数据集中的FAQ列表 * * @param request - ChatMemoFaqListRequest * @param headers - ChatMemoFaqListHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoFaqListResponse */ chatMemoFaqListWithOptions(request: ChatMemoFaqListRequest, headers: ChatMemoFaqListHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询指定数据集中的FAQ列表 * * @param request - ChatMemoFaqListRequest * @returns ChatMemoFaqListResponse */ chatMemoFaqList(request: ChatMemoFaqListRequest): Promise; /** * 查询指定数据集中的文件列表 * * @param request - ChatMemoGetFileListRequest * @param headers - ChatMemoGetFileListHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoGetFileListResponse */ chatMemoGetFileListWithOptions(request: ChatMemoGetFileListRequest, headers: ChatMemoGetFileListHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询指定数据集中的文件列表 * * @param request - ChatMemoGetFileListRequest * @returns ChatMemoGetFileListResponse */ chatMemoGetFileList(request: ChatMemoGetFileListRequest): Promise; /** * 获取文件状态 * * @param request - ChatMemoGetFileStatusRequest * @param headers - ChatMemoGetFileStatusHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoGetFileStatusResponse */ chatMemoGetFileStatusWithOptions(request: ChatMemoGetFileStatusRequest, headers: ChatMemoGetFileStatusHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取文件状态 * * @param request - ChatMemoGetFileStatusRequest * @returns ChatMemoGetFileStatusResponse */ chatMemoGetFileStatus(request: ChatMemoGetFileStatusRequest): Promise; /** * 查询知识图谱节点 * * @param request - ChatMemoQueryKnowledgeGraphNodeRequest * @param headers - ChatMemoQueryKnowledgeGraphNodeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoQueryKnowledgeGraphNodeResponse */ chatMemoQueryKnowledgeGraphNodeWithOptions(request: ChatMemoQueryKnowledgeGraphNodeRequest, headers: ChatMemoQueryKnowledgeGraphNodeHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询知识图谱节点 * * @param request - ChatMemoQueryKnowledgeGraphNodeRequest * @returns ChatMemoQueryKnowledgeGraphNodeResponse */ chatMemoQueryKnowledgeGraphNode(request: ChatMemoQueryKnowledgeGraphNodeRequest): Promise; /** * 查询知识图谱关系 * * @param request - ChatMemoQueryKnowledgeGraphRelationRequest * @param headers - ChatMemoQueryKnowledgeGraphRelationHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoQueryKnowledgeGraphRelationResponse */ chatMemoQueryKnowledgeGraphRelationWithOptions(request: ChatMemoQueryKnowledgeGraphRelationRequest, headers: ChatMemoQueryKnowledgeGraphRelationHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询知识图谱关系 * * @param request - ChatMemoQueryKnowledgeGraphRelationRequest * @returns ChatMemoQueryKnowledgeGraphRelationResponse */ chatMemoQueryKnowledgeGraphRelation(request: ChatMemoQueryKnowledgeGraphRelationRequest): Promise; /** * 更新知识图谱节点 * * @param request - ChatMemoUpdateKnowledgeGraphNodeRequest * @param headers - ChatMemoUpdateKnowledgeGraphNodeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoUpdateKnowledgeGraphNodeResponse */ chatMemoUpdateKnowledgeGraphNodeWithOptions(request: ChatMemoUpdateKnowledgeGraphNodeRequest, headers: ChatMemoUpdateKnowledgeGraphNodeHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新知识图谱节点 * * @param request - ChatMemoUpdateKnowledgeGraphNodeRequest * @returns ChatMemoUpdateKnowledgeGraphNodeResponse */ chatMemoUpdateKnowledgeGraphNode(request: ChatMemoUpdateKnowledgeGraphNodeRequest): Promise; /** * 更新知识图谱关系 * * @param request - ChatMemoUpdateKnowledgeGraphRelationRequest * @param headers - ChatMemoUpdateKnowledgeGraphRelationHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ChatMemoUpdateKnowledgeGraphRelationResponse */ chatMemoUpdateKnowledgeGraphRelationWithOptions(request: ChatMemoUpdateKnowledgeGraphRelationRequest, headers: ChatMemoUpdateKnowledgeGraphRelationHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新知识图谱关系 * * @param request - ChatMemoUpdateKnowledgeGraphRelationRequest * @returns ChatMemoUpdateKnowledgeGraphRelationResponse */ chatMemoUpdateKnowledgeGraphRelation(request: ChatMemoUpdateKnowledgeGraphRelationRequest): Promise; /** * 美搭发帖记录详情 * * @param request - CirclePostDetailRequest * @param headers - CirclePostDetailHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CirclePostDetailResponse */ circlePostDetailWithOptions(request: CirclePostDetailRequest, headers: CirclePostDetailHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 美搭发帖记录详情 * * @param request - CirclePostDetailRequest * @returns CirclePostDetailResponse */ circlePostDetail(request: CirclePostDetailRequest): Promise; /** * 美搭发帖记录 * * @param request - CirclePostRecordRequest * @param headers - CirclePostRecordHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CirclePostRecordResponse */ circlePostRecordWithOptions(request: CirclePostRecordRequest, headers: CirclePostRecordHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 美搭发帖记录 * * @param request - CirclePostRecordRequest * @returns CirclePostRecordResponse */ circlePostRecord(request: CirclePostRecordRequest): Promise; /** * 开启学段/学院/年级/专业\系/班级群 * * @param request - CollegeActiveCollegeDeptGroupRequest * @param headers - CollegeActiveCollegeDeptGroupHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeActiveCollegeDeptGroupResponse */ collegeActiveCollegeDeptGroupWithOptions(request: CollegeActiveCollegeDeptGroupRequest, headers: CollegeActiveCollegeDeptGroupHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 开启学段/学院/年级/专业\系/班级群 * * @param request - CollegeActiveCollegeDeptGroupRequest * @returns CollegeActiveCollegeDeptGroupResponse */ collegeActiveCollegeDeptGroup(request: CollegeActiveCollegeDeptGroupRequest): Promise; /** * 创建学段/学院/年级/专业\系/班级 * * @param request - CollegeAddCollegeDeptRequest * @param headers - CollegeAddCollegeDeptHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeAddCollegeDeptResponse */ collegeAddCollegeDeptWithOptions(request: CollegeAddCollegeDeptRequest, headers: CollegeAddCollegeDeptHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 创建学段/学院/年级/专业\系/班级 * * @param request - CollegeAddCollegeDeptRequest * @returns CollegeAddCollegeDeptResponse */ collegeAddCollegeDept(request: CollegeAddCollegeDeptRequest): Promise; /** * 往部门中添加负责人 * * @param request - CollegeAddManagerRequest * @param headers - CollegeAddManagerHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeAddManagerResponse */ collegeAddManagerWithOptions(request: CollegeAddManagerRequest, headers: CollegeAddManagerHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 往部门中添加负责人 * * @param request - CollegeAddManagerRequest * @returns CollegeAddManagerResponse */ collegeAddManager(request: CollegeAddManagerRequest): Promise; /** * 在班级中添加人员 * * @param request - CollegeAddStudentRequest * @param headers - CollegeAddStudentHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeAddStudentResponse */ collegeAddStudentWithOptions(request: CollegeAddStudentRequest, headers: CollegeAddStudentHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 在班级中添加人员 * * @param request - CollegeAddStudentRequest * @returns CollegeAddStudentResponse */ collegeAddStudent(request: CollegeAddStudentRequest): Promise; /** * 移动学生到其他部门 * * @param request - CollegeChangeStudentDeptRequest * @param headers - CollegeChangeStudentDeptHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeChangeStudentDeptResponse */ collegeChangeStudentDeptWithOptions(request: CollegeChangeStudentDeptRequest, headers: CollegeChangeStudentDeptHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 移动学生到其他部门 * * @param request - CollegeChangeStudentDeptRequest * @returns CollegeChangeStudentDeptResponse */ collegeChangeStudentDept(request: CollegeChangeStudentDeptRequest): Promise; /** * 删除学段/学院/年级/专业\系/班级 * * @param request - CollegeDeleteCollegeDeptRequest * @param headers - CollegeDeleteCollegeDeptHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeDeleteCollegeDeptResponse */ collegeDeleteCollegeDeptWithOptions(request: CollegeDeleteCollegeDeptRequest, headers: CollegeDeleteCollegeDeptHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除学段/学院/年级/专业\系/班级 * * @param request - CollegeDeleteCollegeDeptRequest * @returns CollegeDeleteCollegeDeptResponse */ collegeDeleteCollegeDept(request: CollegeDeleteCollegeDeptRequest): Promise; /** * 获取下级节点列表 * * @param request - CollegeListCollegeSubDeptRequest * @param headers - CollegeListCollegeSubDeptHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeListCollegeSubDeptResponse */ collegeListCollegeSubDeptWithOptions(request: CollegeListCollegeSubDeptRequest, headers: CollegeListCollegeSubDeptHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取下级节点列表 * * @param request - CollegeListCollegeSubDeptRequest * @returns CollegeListCollegeSubDeptResponse */ collegeListCollegeSubDept(request: CollegeListCollegeSubDeptRequest): Promise; /** * 获取部门下所有负责人列表 * * @param request - CollegeListDeptManagerRequest * @param headers - CollegeListDeptManagerHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeListDeptManagerResponse */ collegeListDeptManagerWithOptions(request: CollegeListDeptManagerRequest, headers: CollegeListDeptManagerHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取部门下所有负责人列表 * * @param request - CollegeListDeptManagerRequest * @returns CollegeListDeptManagerResponse */ collegeListDeptManager(request: CollegeListDeptManagerRequest): Promise; /** * 分页获取班级下所有学生列表 * * @param request - CollegeListStudentInfoRequest * @param headers - CollegeListStudentInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeListStudentInfoResponse */ collegeListStudentInfoWithOptions(request: CollegeListStudentInfoRequest, headers: CollegeListStudentInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 分页获取班级下所有学生列表 * * @param request - CollegeListStudentInfoRequest * @returns CollegeListStudentInfoResponse */ collegeListStudentInfo(request: CollegeListStudentInfoRequest): Promise; /** * 分页查询未加入组织的学生列表 * * @param request - CollegeListUncheckedStudentRequest * @param headers - CollegeListUncheckedStudentHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeListUncheckedStudentResponse */ collegeListUncheckedStudentWithOptions(request: CollegeListUncheckedStudentRequest, headers: CollegeListUncheckedStudentHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 分页查询未加入组织的学生列表 * * @param request - CollegeListUncheckedStudentRequest * @returns CollegeListUncheckedStudentResponse */ collegeListUncheckedStudent(request: CollegeListUncheckedStudentRequest): Promise; /** * 获取学段/学院/年级/专业\系/班级群群信息 * * @param request - CollegeQueryCollegeDeptGroupInfoRequest * @param headers - CollegeQueryCollegeDeptGroupInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeQueryCollegeDeptGroupInfoResponse */ collegeQueryCollegeDeptGroupInfoWithOptions(request: CollegeQueryCollegeDeptGroupInfoRequest, headers: CollegeQueryCollegeDeptGroupInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取学段/学院/年级/专业\系/班级群群信息 * * @param request - CollegeQueryCollegeDeptGroupInfoRequest * @returns CollegeQueryCollegeDeptGroupInfoResponse */ collegeQueryCollegeDeptGroupInfo(request: CollegeQueryCollegeDeptGroupInfoRequest): Promise; /** * 获取学段/学院/年级/专业\系/班级信息 * * @param request - CollegeQueryCollegeDeptInfoRequest * @param headers - CollegeQueryCollegeDeptInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeQueryCollegeDeptInfoResponse */ collegeQueryCollegeDeptInfoWithOptions(request: CollegeQueryCollegeDeptInfoRequest, headers: CollegeQueryCollegeDeptInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取学段/学院/年级/专业\系/班级信息 * * @param request - CollegeQueryCollegeDeptInfoRequest * @returns CollegeQueryCollegeDeptInfoResponse */ collegeQueryCollegeDeptInfo(request: CollegeQueryCollegeDeptInfoRequest): Promise; /** * 获取指定部门下指定学生的信息 * * @param request - CollegeQueryStudentInfoByDeptRequest * @param headers - CollegeQueryStudentInfoByDeptHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeQueryStudentInfoByDeptResponse */ collegeQueryStudentInfoByDeptWithOptions(request: CollegeQueryStudentInfoByDeptRequest, headers: CollegeQueryStudentInfoByDeptHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取指定部门下指定学生的信息 * * @param request - CollegeQueryStudentInfoByDeptRequest * @returns CollegeQueryStudentInfoByDeptResponse */ collegeQueryStudentInfoByDept(request: CollegeQueryStudentInfoByDeptRequest): Promise; /** * 根据手机号查询学生信息 * * @param request - CollegeQueryStudentInfoByMobileRequest * @param headers - CollegeQueryStudentInfoByMobileHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeQueryStudentInfoByMobileResponse */ collegeQueryStudentInfoByMobileWithOptions(request: CollegeQueryStudentInfoByMobileRequest, headers: CollegeQueryStudentInfoByMobileHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 根据手机号查询学生信息 * * @param request - CollegeQueryStudentInfoByMobileRequest * @returns CollegeQueryStudentInfoByMobileResponse */ collegeQueryStudentInfoByMobile(request: CollegeQueryStudentInfoByMobileRequest): Promise; /** * 根据studentId查询学生信息 * * @param request - CollegeQueryStudentInfoByStudentIdRequest * @param headers - CollegeQueryStudentInfoByStudentIdHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeQueryStudentInfoByStudentIdResponse */ collegeQueryStudentInfoByStudentIdWithOptions(request: CollegeQueryStudentInfoByStudentIdRequest, headers: CollegeQueryStudentInfoByStudentIdHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 根据studentId查询学生信息 * * @param request - CollegeQueryStudentInfoByStudentIdRequest * @returns CollegeQueryStudentInfoByStudentIdResponse */ collegeQueryStudentInfoByStudentId(request: CollegeQueryStudentInfoByStudentIdRequest): Promise; /** * 从部门中移除负责人 * * @param request - CollegeRemoveManagerRequest * @param headers - CollegeRemoveManagerHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeRemoveManagerResponse */ collegeRemoveManagerWithOptions(request: CollegeRemoveManagerRequest, headers: CollegeRemoveManagerHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 从部门中移除负责人 * * @param request - CollegeRemoveManagerRequest * @returns CollegeRemoveManagerResponse */ collegeRemoveManager(request: CollegeRemoveManagerRequest): Promise; /** * 从部门中移除学生 * * @param request - CollegeRemoveStudentRequest * @param headers - CollegeRemoveStudentHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeRemoveStudentResponse */ collegeRemoveStudentWithOptions(request: CollegeRemoveStudentRequest, headers: CollegeRemoveStudentHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 从部门中移除学生 * * @param request - CollegeRemoveStudentRequest * @returns CollegeRemoveStudentResponse */ collegeRemoveStudent(request: CollegeRemoveStudentRequest): Promise; /** * 编辑学段/学院/年级/专业\系/班级 * * @param request - CollegeUpdateCollegeDeptRequest * @param headers - CollegeUpdateCollegeDeptHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeUpdateCollegeDeptResponse */ collegeUpdateCollegeDeptWithOptions(request: CollegeUpdateCollegeDeptRequest, headers: CollegeUpdateCollegeDeptHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 编辑学段/学院/年级/专业\系/班级 * * @param request - CollegeUpdateCollegeDeptRequest * @returns CollegeUpdateCollegeDeptResponse */ collegeUpdateCollegeDept(request: CollegeUpdateCollegeDeptRequest): Promise; /** * 更新学生的部门相关信息 * * @param request - CollegeUpdateStudentDeptInfoRequest * @param headers - CollegeUpdateStudentDeptInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeUpdateStudentDeptInfoResponse */ collegeUpdateStudentDeptInfoWithOptions(request: CollegeUpdateStudentDeptInfoRequest, headers: CollegeUpdateStudentDeptInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新学生的部门相关信息 * * @param request - CollegeUpdateStudentDeptInfoRequest * @returns CollegeUpdateStudentDeptInfoResponse */ collegeUpdateStudentDeptInfo(request: CollegeUpdateStudentDeptInfoRequest): Promise; /** * 更新班级下学生信息 * * @param request - CollegeUpdateStudentInfoRequest * @param headers - CollegeUpdateStudentInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeUpdateStudentInfoResponse */ collegeUpdateStudentInfoWithOptions(request: CollegeUpdateStudentInfoRequest, headers: CollegeUpdateStudentInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新班级下学生信息 * * @param request - CollegeUpdateStudentInfoRequest * @returns CollegeUpdateStudentInfoResponse */ collegeUpdateStudentInfo(request: CollegeUpdateStudentInfoRequest): Promise; /** * 修改学生手机号 * * @param request - CollegeUpdateStudentMoblieRequest * @param headers - CollegeUpdateStudentMoblieHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CollegeUpdateStudentMoblieResponse */ collegeUpdateStudentMoblieWithOptions(request: CollegeUpdateStudentMoblieRequest, headers: CollegeUpdateStudentMoblieHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 修改学生手机号 * * @param request - CollegeUpdateStudentMoblieRequest * @returns CollegeUpdateStudentMoblieResponse */ collegeUpdateStudentMoblie(request: CollegeUpdateStudentMoblieRequest): Promise; /** * 创建自定义通讯录 * * @param request - CustomizeContactCreateRequest * @param headers - CustomizeContactCreateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CustomizeContactCreateResponse */ customizeContactCreateWithOptions(request: CustomizeContactCreateRequest, headers: CustomizeContactCreateHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 创建自定义通讯录 * * @param request - CustomizeContactCreateRequest * @returns CustomizeContactCreateResponse */ customizeContactCreate(request: CustomizeContactCreateRequest): Promise; /** * 删除自定义通讯录 * * @param request - CustomizeContactDeleteRequest * @param headers - CustomizeContactDeleteHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CustomizeContactDeleteResponse */ customizeContactDeleteWithOptions(request: CustomizeContactDeleteRequest, headers: CustomizeContactDeleteHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除自定义通讯录 * * @param request - CustomizeContactDeleteRequest * @returns CustomizeContactDeleteResponse */ customizeContactDelete(request: CustomizeContactDeleteRequest): Promise; /** * 创建部门 * * @param request - CustomizeContactDeptCreateRequest * @param headers - CustomizeContactDeptCreateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CustomizeContactDeptCreateResponse */ customizeContactDeptCreateWithOptions(request: CustomizeContactDeptCreateRequest, headers: CustomizeContactDeptCreateHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 创建部门 * * @param request - CustomizeContactDeptCreateRequest * @returns CustomizeContactDeptCreateResponse */ customizeContactDeptCreate(request: CustomizeContactDeptCreateRequest): Promise; /** * 删除部门 * * @param request - CustomizeContactDeptDeleteRequest * @param headers - CustomizeContactDeptDeleteHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CustomizeContactDeptDeleteResponse */ customizeContactDeptDeleteWithOptions(request: CustomizeContactDeptDeleteRequest, headers: CustomizeContactDeptDeleteHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除部门 * * @param request - CustomizeContactDeptDeleteRequest * @returns CustomizeContactDeptDeleteResponse */ customizeContactDeptDelete(request: CustomizeContactDeptDeleteRequest): Promise; /** * 创建自定义通讯录某个部门的部门群 * * @param request - CustomizeContactDeptGroupCreateRequest * @param headers - CustomizeContactDeptGroupCreateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CustomizeContactDeptGroupCreateResponse */ customizeContactDeptGroupCreateWithOptions(request: CustomizeContactDeptGroupCreateRequest, headers: CustomizeContactDeptGroupCreateHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 创建自定义通讯录某个部门的部门群 * * @param request - CustomizeContactDeptGroupCreateRequest * @returns CustomizeContactDeptGroupCreateResponse */ customizeContactDeptGroupCreate(request: CustomizeContactDeptGroupCreateRequest): Promise; /** * 获取部门详情 * * @param request - CustomizeContactDeptInfoRequest * @param headers - CustomizeContactDeptInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CustomizeContactDeptInfoResponse */ customizeContactDeptInfoWithOptions(request: CustomizeContactDeptInfoRequest, headers: CustomizeContactDeptInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取部门详情 * * @param request - CustomizeContactDeptInfoRequest * @returns CustomizeContactDeptInfoResponse */ customizeContactDeptInfo(request: CustomizeContactDeptInfoRequest): Promise; /** * 获取子部门列表 * * @param request - CustomizeContactDeptListRequest * @param headers - CustomizeContactDeptListHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CustomizeContactDeptListResponse */ customizeContactDeptListWithOptions(request: CustomizeContactDeptListRequest, headers: CustomizeContactDeptListHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取子部门列表 * * @param request - CustomizeContactDeptListRequest * @returns CustomizeContactDeptListResponse */ customizeContactDeptList(request: CustomizeContactDeptListRequest): Promise; /** * 更新部门 * * @param request - CustomizeContactDeptUpdateRequest * @param headers - CustomizeContactDeptUpdateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CustomizeContactDeptUpdateResponse */ customizeContactDeptUpdateWithOptions(request: CustomizeContactDeptUpdateRequest, headers: CustomizeContactDeptUpdateHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新部门 * * @param request - CustomizeContactDeptUpdateRequest * @returns CustomizeContactDeptUpdateResponse */ customizeContactDeptUpdate(request: CustomizeContactDeptUpdateRequest): Promise; /** * 普通部门下添加人员 * * @param request - CustomizeContactEmpAddRequest * @param headers - CustomizeContactEmpAddHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CustomizeContactEmpAddResponse */ customizeContactEmpAddWithOptions(request: CustomizeContactEmpAddRequest, headers: CustomizeContactEmpAddHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 普通部门下添加人员 * * @param request - CustomizeContactEmpAddRequest * @returns CustomizeContactEmpAddResponse */ customizeContactEmpAdd(request: CustomizeContactEmpAddRequest): Promise; /** * 普通部门下移除人员 * * @param request - CustomizeContactEmpDeleteRequest * @param headers - CustomizeContactEmpDeleteHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CustomizeContactEmpDeleteResponse */ customizeContactEmpDeleteWithOptions(request: CustomizeContactEmpDeleteRequest, headers: CustomizeContactEmpDeleteHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 普通部门下移除人员 * * @param request - CustomizeContactEmpDeleteRequest * @returns CustomizeContactEmpDeleteResponse */ customizeContactEmpDelete(request: CustomizeContactEmpDeleteRequest): Promise; /** * 查询部门下人员 * * @param request - CustomizeContactEmpListRequest * @param headers - CustomizeContactEmpListHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CustomizeContactEmpListResponse */ customizeContactEmpListWithOptions(request: CustomizeContactEmpListRequest, headers: CustomizeContactEmpListHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询部门下人员 * * @param request - CustomizeContactEmpListRequest * @returns CustomizeContactEmpListResponse */ customizeContactEmpList(request: CustomizeContactEmpListRequest): Promise; /** * 获取自定义通讯录列表 * * @param headers - CustomizeContactListHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CustomizeContactListResponse */ customizeContactListWithOptions(headers: CustomizeContactListHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取自定义通讯录列表 * @returns CustomizeContactListResponse */ customizeContactList(): Promise; /** * 更新自定义通讯录 * * @param request - CustomizeContactUpdateRequest * @param headers - CustomizeContactUpdateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CustomizeContactUpdateResponse */ customizeContactUpdateWithOptions(request: CustomizeContactUpdateRequest, headers: CustomizeContactUpdateHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新自定义通讯录 * * @param request - CustomizeContactUpdateRequest * @returns CustomizeContactUpdateResponse */ customizeContactUpdate(request: CustomizeContactUpdateRequest): Promise; /** * 门店通业务消息推送 * * @param tmpReq - DIgitalStoreMessagePushRequest * @param headers - DIgitalStoreMessagePushHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DIgitalStoreMessagePushResponse */ dIgitalStoreMessagePushWithOptions(tmpReq: DIgitalStoreMessagePushRequest, headers: DIgitalStoreMessagePushHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 门店通业务消息推送 * * @param request - DIgitalStoreMessagePushRequest * @returns DIgitalStoreMessagePushResponse */ dIgitalStoreMessagePush(request: DIgitalStoreMessagePushRequest): Promise; /** * 群运营-场景卡片发送记录列表 * * @param request - DigitalStoreCardRecordRequest * @param headers - DigitalStoreCardRecordHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreCardRecordResponse */ digitalStoreCardRecordWithOptions(request: DigitalStoreCardRecordRequest, headers: DigitalStoreCardRecordHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 群运营-场景卡片发送记录列表 * * @param request - DigitalStoreCardRecordRequest * @returns DigitalStoreCardRecordResponse */ digitalStoreCardRecord(request: DigitalStoreCardRecordRequest): Promise; /** * 查询组织中门店通通讯录基础信息 * * @param headers - DigitalStoreContactInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreContactInfoResponse */ digitalStoreContactInfoWithOptions(headers: DigitalStoreContactInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询组织中门店通通讯录基础信息 * @returns DigitalStoreContactInfoResponse */ digitalStoreContactInfo(): Promise; /** * 获取门店通相关会话列表(区域群、门店群) * * @param request - DigitalStoreConversationsRequest * @param headers - DigitalStoreConversationsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreConversationsResponse */ digitalStoreConversationsWithOptions(request: DigitalStoreConversationsRequest, headers: DigitalStoreConversationsHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取门店通相关会话列表(区域群、门店群) * * @param request - DigitalStoreConversationsRequest * @returns DigitalStoreConversationsResponse */ digitalStoreConversations(request: DigitalStoreConversationsRequest): Promise; /** * 群运营-数据监控-导出列表 * * @param request - DigitalStoreExportCardRecordRequest * @param headers - DigitalStoreExportCardRecordHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreExportCardRecordResponse */ digitalStoreExportCardRecordWithOptions(request: DigitalStoreExportCardRecordRequest, headers: DigitalStoreExportCardRecordHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 群运营-数据监控-导出列表 * * @param request - DigitalStoreExportCardRecordRequest * @returns DigitalStoreExportCardRecordResponse */ digitalStoreExportCardRecord(request: DigitalStoreExportCardRecordRequest): Promise; /** * 群运营-数据监控-导出明细 * * @param request - DigitalStoreExportCardRecordDetailRequest * @param headers - DigitalStoreExportCardRecordDetailHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreExportCardRecordDetailResponse */ digitalStoreExportCardRecordDetailWithOptions(request: DigitalStoreExportCardRecordDetailRequest, headers: DigitalStoreExportCardRecordDetailHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 群运营-数据监控-导出明细 * * @param request - DigitalStoreExportCardRecordDetailRequest * @returns DigitalStoreExportCardRecordDetailResponse */ digitalStoreExportCardRecordDetail(request: DigitalStoreExportCardRecordDetailRequest): Promise; /** * 查询门店通中的门店分组详情 * * @param request - DigitalStoreGroupInfoRequest * @param headers - DigitalStoreGroupInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreGroupInfoResponse */ digitalStoreGroupInfoWithOptions(request: DigitalStoreGroupInfoRequest, headers: DigitalStoreGroupInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询门店通中的门店分组详情 * * @param request - DigitalStoreGroupInfoRequest * @returns DigitalStoreGroupInfoResponse */ digitalStoreGroupInfo(request: DigitalStoreGroupInfoRequest): Promise; /** * 查询门店通中的分组列表 * * @param headers - DigitalStoreGroupsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreGroupsResponse */ digitalStoreGroupsWithOptions(headers: DigitalStoreGroupsHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询门店通中的分组列表 * @returns DigitalStoreGroupsResponse */ digitalStoreGroups(): Promise; /** * 查询门店通讯录某个节点信息 * * @param request - DigitalStoreNodeInfoRequest * @param headers - DigitalStoreNodeInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreNodeInfoResponse */ digitalStoreNodeInfoWithOptions(request: DigitalStoreNodeInfoRequest, headers: DigitalStoreNodeInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询门店通讯录某个节点信息 * * @param request - DigitalStoreNodeInfoRequest * @returns DigitalStoreNodeInfoResponse */ digitalStoreNodeInfo(request: DigitalStoreNodeInfoRequest): Promise; /** * 通过门店Code获取门店群信息 * * @param request - DigitalStoreQueryConversationRequest * @param headers - DigitalStoreQueryConversationHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreQueryConversationResponse */ digitalStoreQueryConversationWithOptions(request: DigitalStoreQueryConversationRequest, headers: DigitalStoreQueryConversationHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 通过门店Code获取门店群信息 * * @param request - DigitalStoreQueryConversationRequest * @returns DigitalStoreQueryConversationResponse */ digitalStoreQueryConversation(request: DigitalStoreQueryConversationRequest): Promise; /** * 门店通权益信息查询 * * @param headers - DigitalStoreRightsInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreRightsInfoResponse */ digitalStoreRightsInfoWithOptions(headers: DigitalStoreRightsInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 门店通权益信息查询 * @returns DigitalStoreRightsInfoResponse */ digitalStoreRightsInfo(): Promise; /** * 查询门店通中的角色列表 * * @param headers - DigitalStoreRolesHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreRolesResponse */ digitalStoreRolesWithOptions(headers: DigitalStoreRolesHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询门店通中的角色列表 * @returns DigitalStoreRolesResponse */ digitalStoreRoles(): Promise; /** * 获取门店通场景群的业务范围 * * @param request - DigitalStoreSceneScopeRequest * @param headers - DigitalStoreSceneScopeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreSceneScopeResponse */ digitalStoreSceneScopeWithOptions(request: DigitalStoreSceneScopeRequest, headers: DigitalStoreSceneScopeHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取门店通场景群的业务范围 * * @param request - DigitalStoreSceneScopeRequest * @returns DigitalStoreSceneScopeResponse */ digitalStoreSceneScope(request: DigitalStoreSceneScopeRequest): Promise; /** * 查询门店通中的门店详情 * * @param request - DigitalStoreStoreInfoRequest * @param headers - DigitalStoreStoreInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreStoreInfoResponse */ digitalStoreStoreInfoWithOptions(request: DigitalStoreStoreInfoRequest, headers: DigitalStoreStoreInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询门店通中的门店详情 * * @param request - DigitalStoreStoreInfoRequest * @returns DigitalStoreStoreInfoResponse */ digitalStoreStoreInfo(request: DigitalStoreStoreInfoRequest): Promise; /** * 查询门店通讯录某个节点下的子节点 * * @param request - DigitalStoreSubNodesRequest * @param headers - DigitalStoreSubNodesHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreSubNodesResponse */ digitalStoreSubNodesWithOptions(request: DigitalStoreSubNodesRequest, headers: DigitalStoreSubNodesHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询门店通讯录某个节点下的子节点 * * @param request - DigitalStoreSubNodesRequest * @returns DigitalStoreSubNodesResponse */ digitalStoreSubNodes(request: DigitalStoreSubNodesRequest): Promise; /** * 修改人员管辖范围以及所属角色 * * @param request - DigitalStoreUpdateAuthInfoRequest * @param headers - DigitalStoreUpdateAuthInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreUpdateAuthInfoResponse */ digitalStoreUpdateAuthInfoWithOptions(request: DigitalStoreUpdateAuthInfoRequest, headers: DigitalStoreUpdateAuthInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 修改人员管辖范围以及所属角色 * * @param request - DigitalStoreUpdateAuthInfoRequest * @returns DigitalStoreUpdateAuthInfoResponse */ digitalStoreUpdateAuthInfo(request: DigitalStoreUpdateAuthInfoRequest): Promise; /** * 查询门店通讯录人员信息 * * @param request - DigitalStoreUserInfoRequest * @param headers - DigitalStoreUserInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreUserInfoResponse */ digitalStoreUserInfoWithOptions(request: DigitalStoreUserInfoRequest, headers: DigitalStoreUserInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询门店通讯录人员信息 * * @param request - DigitalStoreUserInfoRequest * @returns DigitalStoreUserInfoResponse */ digitalStoreUserInfo(request: DigitalStoreUserInfoRequest): Promise; /** * 查询门店通讯录某个节点下的所有人员 * * @param request - DigitalStoreUsersRequest * @param headers - DigitalStoreUsersHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStoreUsersResponse */ digitalStoreUsersWithOptions(request: DigitalStoreUsersRequest, headers: DigitalStoreUsersHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询门店通讯录某个节点下的所有人员 * * @param request - DigitalStoreUsersRequest * @returns DigitalStoreUsersResponse */ digitalStoreUsers(request: DigitalStoreUsersRequest): Promise; /** * 群运营-数据监控-查询导出任务的记录列表 * * @param request - DigitalStorelistExportTaskRecordRequest * @param headers - DigitalStorelistExportTaskRecordHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DigitalStorelistExportTaskRecordResponse */ digitalStorelistExportTaskRecordWithOptions(request: DigitalStorelistExportTaskRecordRequest, headers: DigitalStorelistExportTaskRecordHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 群运营-数据监控-查询导出任务的记录列表 * * @param request - DigitalStorelistExportTaskRecordRequest * @returns DigitalStorelistExportTaskRecordResponse */ digitalStorelistExportTaskRecord(request: DigitalStorelistExportTaskRecordRequest): Promise; /** * 查询启用了当前应用的外部协作组织 * * @param request - ExternalQueryExternalAppOrgsRequest * @param headers - ExternalQueryExternalAppOrgsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ExternalQueryExternalAppOrgsResponse */ externalQueryExternalAppOrgsWithOptions(request: ExternalQueryExternalAppOrgsRequest, headers: ExternalQueryExternalAppOrgsHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询启用了当前应用的外部协作组织 * * @param request - ExternalQueryExternalAppOrgsRequest * @returns ExternalQueryExternalAppOrgsResponse */ externalQueryExternalAppOrgs(request: ExternalQueryExternalAppOrgsRequest): Promise; /** * 查询归属的主组织 * * @param request - ExternalQueryExternalBelongMainOrgRequest * @param headers - ExternalQueryExternalBelongMainOrgHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ExternalQueryExternalBelongMainOrgResponse */ externalQueryExternalBelongMainOrgWithOptions(request: ExternalQueryExternalBelongMainOrgRequest, headers: ExternalQueryExternalBelongMainOrgHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询归属的主组织 * * @param request - ExternalQueryExternalBelongMainOrgRequest * @returns ExternalQueryExternalBelongMainOrgResponse */ externalQueryExternalBelongMainOrg(request: ExternalQueryExternalBelongMainOrgRequest): Promise; /** * 查询外部协作组织 * * @param request - ExternalQueryExternalOrgsRequest * @param headers - ExternalQueryExternalOrgsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ExternalQueryExternalOrgsResponse */ externalQueryExternalOrgsWithOptions(request: ExternalQueryExternalOrgsRequest, headers: ExternalQueryExternalOrgsHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询外部协作组织 * * @param request - ExternalQueryExternalOrgsRequest * @returns ExternalQueryExternalOrgsResponse */ externalQueryExternalOrgs(request: ExternalQueryExternalOrgsRequest): Promise; /** * 获取转换结果 * * @param request - GetConvertResultRequest * @param headers - GetConvertResultHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetConvertResultResponse */ getConvertResultWithOptions(request: GetConvertResultRequest, headers: GetConvertResultHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取转换结果 * * @param request - GetConvertResultRequest * @returns GetConvertResultResponse */ getConvertResult(request: GetConvertResultRequest): Promise; /** * getTaskPackageResult * * @param request - GetTaskPackageResultRequest * @param headers - GetTaskPackageResultHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetTaskPackageResultResponse */ getTaskPackageResultWithOptions(request: GetTaskPackageResultRequest, headers: GetTaskPackageResultHeaders, runtime: $Util.RuntimeOptions): Promise; /** * getTaskPackageResult * * @param request - GetTaskPackageResultRequest * @returns GetTaskPackageResultResponse */ getTaskPackageResult(request: GetTaskPackageResultRequest): Promise; /** * 查询任务队列情况 * * @param request - GetTaskQueueRequest * @param headers - GetTaskQueueHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetTaskQueueResponse */ getTaskQueueWithOptions(request: GetTaskQueueRequest, headers: GetTaskQueueHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询任务队列情况 * * @param request - GetTaskQueueRequest * @returns GetTaskQueueResponse */ getTaskQueue(request: GetTaskQueueRequest): Promise; /** * 医疗数据对账 * * @param request - HospitalDataCheckRequest * @param headers - HospitalDataCheckHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns HospitalDataCheckResponse */ hospitalDataCheckWithOptions(request: HospitalDataCheckRequest, headers: HospitalDataCheckHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 医疗数据对账 * * @param request - HospitalDataCheckRequest * @returns HospitalDataCheckResponse */ hospitalDataCheck(request: HospitalDataCheckRequest): Promise; /** * 行业化制造业事件中心 * * @param request - IndustryManufactureCommonEventRequest * @param headers - IndustryManufactureCommonEventHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryManufactureCommonEventResponse */ industryManufactureCommonEventWithOptions(request: IndustryManufactureCommonEventRequest, headers: IndustryManufactureCommonEventHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 行业化制造业事件中心 * * @param request - IndustryManufactureCommonEventRequest * @returns IndustryManufactureCommonEventResponse */ industryManufactureCommonEvent(request: IndustryManufactureCommonEventRequest): Promise; /** * 物料成本开放服务 * * @param request - IndustryManufactureCostRecordListGetRequest * @param headers - IndustryManufactureCostRecordListGetHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryManufactureCostRecordListGetResponse */ industryManufactureCostRecordListGetWithOptions(request: IndustryManufactureCostRecordListGetRequest, headers: IndustryManufactureCostRecordListGetHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 物料成本开放服务 * * @param request - IndustryManufactureCostRecordListGetRequest * @returns IndustryManufactureCostRecordListGetResponse */ industryManufactureCostRecordListGet(request: IndustryManufactureCostRecordListGetRequest): Promise; /** * 费用服务 * * @param request - IndustryManufactureFeeListGetRequest * @param headers - IndustryManufactureFeeListGetHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryManufactureFeeListGetResponse */ industryManufactureFeeListGetWithOptions(request: IndustryManufactureFeeListGetRequest, headers: IndustryManufactureFeeListGetHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 费用服务 * * @param request - IndustryManufactureFeeListGetRequest * @returns IndustryManufactureFeeListGetResponse */ industryManufactureFeeListGet(request: IndustryManufactureFeeListGetRequest): Promise; /** * 行业化-制造业工价接口 * * @param request - IndustryManufactureLabourCostRequest * @param headers - IndustryManufactureLabourCostHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryManufactureLabourCostResponse */ industryManufactureLabourCostWithOptions(request: IndustryManufactureLabourCostRequest, headers: IndustryManufactureLabourCostHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 行业化-制造业工价接口 * * @param request - IndustryManufactureLabourCostRequest * @returns IndustryManufactureLabourCostResponse */ industryManufactureLabourCost(request: IndustryManufactureLabourCostRequest): Promise; /** * 查询行业物料列表 * * @param request - IndustryManufactureMaterialListRequest * @param headers - IndustryManufactureMaterialListHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryManufactureMaterialListResponse */ industryManufactureMaterialListWithOptions(request: IndustryManufactureMaterialListRequest, headers: IndustryManufactureMaterialListHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询行业物料列表 * * @param request - IndustryManufactureMaterialListRequest * @returns IndustryManufactureMaterialListResponse */ industryManufactureMaterialList(request: IndustryManufactureMaterialListRequest): Promise; /** * 派工任务管理 * * @param request - IndustryManufactureMesDispatchTaskRequest * @param headers - IndustryManufactureMesDispatchTaskHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryManufactureMesDispatchTaskResponse */ industryManufactureMesDispatchTaskWithOptions(request: IndustryManufactureMesDispatchTaskRequest, headers: IndustryManufactureMesDispatchTaskHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 派工任务管理 * * @param request - IndustryManufactureMesDispatchTaskRequest * @returns IndustryManufactureMesDispatchTaskResponse */ industryManufactureMesDispatchTask(request: IndustryManufactureMesDispatchTaskRequest): Promise; /** * MES系统物料管理 * * @param request - IndustryManufactureMesMaterialRequest * @param headers - IndustryManufactureMesMaterialHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryManufactureMesMaterialResponse */ industryManufactureMesMaterialWithOptions(request: IndustryManufactureMesMaterialRequest, headers: IndustryManufactureMesMaterialHeaders, runtime: $Util.RuntimeOptions): Promise; /** * MES系统物料管理 * * @param request - IndustryManufactureMesMaterialRequest * @returns IndustryManufactureMesMaterialResponse */ industryManufactureMesMaterial(request: IndustryManufactureMesMaterialRequest): Promise; /** * 生产委外工单管理 * * @param request - IndustryManufactureMesOutPlanRequest * @param headers - IndustryManufactureMesOutPlanHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryManufactureMesOutPlanResponse */ industryManufactureMesOutPlanWithOptions(request: IndustryManufactureMesOutPlanRequest, headers: IndustryManufactureMesOutPlanHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 生产委外工单管理 * * @param request - IndustryManufactureMesOutPlanRequest * @returns IndustryManufactureMesOutPlanResponse */ industryManufactureMesOutPlan(request: IndustryManufactureMesOutPlanRequest): Promise; /** * 生产报工管理 * * @param request - IndustryManufactureMesOutputRequest * @param headers - IndustryManufactureMesOutputHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryManufactureMesOutputResponse */ industryManufactureMesOutputWithOptions(request: IndustryManufactureMesOutputRequest, headers: IndustryManufactureMesOutputHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 生产报工管理 * * @param request - IndustryManufactureMesOutputRequest * @returns IndustryManufactureMesOutputResponse */ industryManufactureMesOutput(request: IndustryManufactureMesOutputRequest): Promise; /** * MES系统工序管理 * * @param request - IndustryManufactureMesProcessRequest * @param headers - IndustryManufactureMesProcessHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryManufactureMesProcessResponse */ industryManufactureMesProcessWithOptions(request: IndustryManufactureMesProcessRequest, headers: IndustryManufactureMesProcessHeaders, runtime: $Util.RuntimeOptions): Promise; /** * MES系统工序管理 * * @param request - IndustryManufactureMesProcessRequest * @returns IndustryManufactureMesProcessResponse */ industryManufactureMesProcess(request: IndustryManufactureMesProcessRequest): Promise; /** * 生产工单管理 * * @param request - IndustryManufactureMesProductionPlanRequest * @param headers - IndustryManufactureMesProductionPlanHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryManufactureMesProductionPlanResponse */ industryManufactureMesProductionPlanWithOptions(request: IndustryManufactureMesProductionPlanRequest, headers: IndustryManufactureMesProductionPlanHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 生产工单管理 * * @param request - IndustryManufactureMesProductionPlanRequest * @returns IndustryManufactureMesProductionPlanResponse */ industryManufactureMesProductionPlan(request: IndustryManufactureMesProductionPlanRequest): Promise; /** * 生产委外合作班组管理 * * @param request - IndustryManufactureMesSubCooperationTeamRequest * @param headers - IndustryManufactureMesSubCooperationTeamHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryManufactureMesSubCooperationTeamResponse */ industryManufactureMesSubCooperationTeamWithOptions(request: IndustryManufactureMesSubCooperationTeamRequest, headers: IndustryManufactureMesSubCooperationTeamHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 生产委外合作班组管理 * * @param request - IndustryManufactureMesSubCooperationTeamRequest * @returns IndustryManufactureMesSubCooperationTeamResponse */ industryManufactureMesSubCooperationTeam(request: IndustryManufactureMesSubCooperationTeamRequest): Promise; /** * MES系统班组管理 * * @param request - IndustryManufactureMesTeamMgmtRequest * @param headers - IndustryManufactureMesTeamMgmtHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryManufactureMesTeamMgmtResponse */ industryManufactureMesTeamMgmtWithOptions(request: IndustryManufactureMesTeamMgmtRequest, headers: IndustryManufactureMesTeamMgmtHeaders, runtime: $Util.RuntimeOptions): Promise; /** * MES系统班组管理 * * @param request - IndustryManufactureMesTeamMgmtRequest * @returns IndustryManufactureMesTeamMgmtResponse */ industryManufactureMesTeamMgmt(request: IndustryManufactureMesTeamMgmtRequest): Promise; /** * 物料成本查询服务 * * @param request - IndustryMmanufactureMaterialCostGetRequest * @param headers - IndustryMmanufactureMaterialCostGetHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns IndustryMmanufactureMaterialCostGetResponse */ industryMmanufactureMaterialCostGetWithOptions(request: IndustryMmanufactureMaterialCostGetRequest, headers: IndustryMmanufactureMaterialCostGetHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 物料成本查询服务 * * @param request - IndustryMmanufactureMaterialCostGetRequest * @returns IndustryMmanufactureMaterialCostGetResponse */ industryMmanufactureMaterialCostGet(request: IndustryMmanufactureMaterialCostGetRequest): Promise; /** * 订单转换 * * @param request - OrderConvertRequest * @param headers - OrderConvertHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns OrderConvertResponse */ orderConvertWithOptions(request: OrderConvertRequest, headers: OrderConvertHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 订单转换 * * @param request - OrderConvertRequest * @returns OrderConvertResponse */ orderConvert(request: OrderConvertRequest): Promise; /** * 提供text和card两种形式工作通知消息 * * @param request - PushDingMessageRequest * @param headers - PushDingMessageHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns PushDingMessageResponse */ pushDingMessageWithOptions(request: PushDingMessageRequest, headers: PushDingMessageHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 提供text和card两种形式工作通知消息 * * @param request - PushDingMessageRequest * @returns PushDingMessageResponse */ pushDingMessage(request: PushDingMessageRequest): Promise; /** * 获取当前组织下的所有科室 * * @param request - QueryAllDepartmentRequest * @param headers - QueryAllDepartmentHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryAllDepartmentResponse */ queryAllDepartmentWithOptions(request: QueryAllDepartmentRequest, headers: QueryAllDepartmentHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取当前组织下的所有科室 * * @param request - QueryAllDepartmentRequest * @returns QueryAllDepartmentResponse */ queryAllDepartment(request: QueryAllDepartmentRequest): Promise; /** * 查询医院下的所有医生 * * @param request - QueryAllDoctorsRequest * @param headers - QueryAllDoctorsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryAllDoctorsResponse */ queryAllDoctorsWithOptions(request: QueryAllDoctorsRequest, headers: QueryAllDoctorsHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询医院下的所有医生 * * @param request - QueryAllDoctorsRequest * @returns QueryAllDoctorsResponse */ queryAllDoctors(request: QueryAllDoctorsRequest): Promise; /** * 查询所有医疗组 * * @param request - QueryAllGroupRequest * @param headers - QueryAllGroupHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryAllGroupResponse */ queryAllGroupWithOptions(request: QueryAllGroupRequest, headers: QueryAllGroupHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询所有医疗组 * * @param request - QueryAllGroupRequest * @returns QueryAllGroupResponse */ queryAllGroup(request: QueryAllGroupRequest): Promise; /** * 查询科室下的所有医疗组 * * @param request - QueryAllGroupsInDeptRequest * @param headers - QueryAllGroupsInDeptHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryAllGroupsInDeptResponse */ queryAllGroupsInDeptWithOptions(deptId: string, request: QueryAllGroupsInDeptRequest, headers: QueryAllGroupsInDeptHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询科室下的所有医疗组 * * @param request - QueryAllGroupsInDeptRequest * @returns QueryAllGroupsInDeptResponse */ queryAllGroupsInDept(deptId: string, request: QueryAllGroupsInDeptRequest): Promise; /** * 查询科室下的所有人员 * * @param request - QueryAllMemberByDeptRequest * @param headers - QueryAllMemberByDeptHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryAllMemberByDeptResponse */ queryAllMemberByDeptWithOptions(deptId: string, request: QueryAllMemberByDeptRequest, headers: QueryAllMemberByDeptHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询科室下的所有人员 * * @param request - QueryAllMemberByDeptRequest * @returns QueryAllMemberByDeptResponse */ queryAllMemberByDept(deptId: string, request: QueryAllMemberByDeptRequest): Promise; /** * 获取医疗组下面的所有成员 * * @param request - QueryAllMemberByGroupRequest * @param headers - QueryAllMemberByGroupHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryAllMemberByGroupResponse */ queryAllMemberByGroupWithOptions(groupId: string, request: QueryAllMemberByGroupRequest, headers: QueryAllMemberByGroupHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取医疗组下面的所有成员 * * @param request - QueryAllMemberByGroupRequest * @returns QueryAllMemberByGroupResponse */ queryAllMemberByGroup(groupId: string, request: QueryAllMemberByGroupRequest): Promise; /** * 获取当前企业医疗通讯录的业务操作日志 * * @param request - QueryBizOptLogRequest * @param headers - QueryBizOptLogHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryBizOptLogResponse */ queryBizOptLogWithOptions(request: QueryBizOptLogRequest, headers: QueryBizOptLogHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取当前企业医疗通讯录的业务操作日志 * * @param request - QueryBizOptLogRequest * @returns QueryBizOptLogResponse */ queryBizOptLog(request: QueryBizOptLogRequest): Promise; /** * 获取专属AI平台信息 * * @param request - QueryChatAIOXMInfoRequest * @param headers - QueryChatAIOXMInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryChatAIOXMInfoResponse */ queryChatAIOXMInfoWithOptions(request: QueryChatAIOXMInfoRequest, headers: QueryChatAIOXMInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取专属AI平台信息 * * @param request - QueryChatAIOXMInfoRequest * @returns QueryChatAIOXMInfoResponse */ queryChatAIOXMInfo(request: QueryChatAIOXMInfoRequest): Promise; /** * 查询订单转换规则 * * @param request - QueryConvertRulesRequest * @param headers - QueryConvertRulesHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryConvertRulesResponse */ queryConvertRulesWithOptions(request: QueryConvertRulesRequest, headers: QueryConvertRulesHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询订单转换规则 * * @param request - QueryConvertRulesRequest * @returns QueryConvertRulesResponse */ queryConvertRules(request: QueryConvertRulesRequest): Promise; /** * 查询科室和医疗组的扩展信息 * * @param request - QueryDepartmentExtendInfoRequest * @param headers - QueryDepartmentExtendInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryDepartmentExtendInfoResponse */ queryDepartmentExtendInfoWithOptions(request: QueryDepartmentExtendInfoRequest, headers: QueryDepartmentExtendInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询科室和医疗组的扩展信息 * * @param request - QueryDepartmentExtendInfoRequest * @returns QueryDepartmentExtendInfoResponse */ queryDepartmentExtendInfo(request: QueryDepartmentExtendInfoRequest): Promise; /** * 查询部门详情 * * @param headers - QueryDepartmentInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryDepartmentInfoResponse */ queryDepartmentInfoWithOptions(deptId: string, headers: QueryDepartmentInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询部门详情 * @returns QueryDepartmentInfoResponse */ queryDepartmentInfo(deptId: string): Promise; /** * 通过工号查询人员信息 * * @param request - QueryDoctorDetailsByJobNumberRequest * @param headers - QueryDoctorDetailsByJobNumberHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryDoctorDetailsByJobNumberResponse */ queryDoctorDetailsByJobNumberWithOptions(jobNumber: string, request: QueryDoctorDetailsByJobNumberRequest, headers: QueryDoctorDetailsByJobNumberHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 通过工号查询人员信息 * * @param request - QueryDoctorDetailsByJobNumberRequest * @returns QueryDoctorDetailsByJobNumberResponse */ queryDoctorDetailsByJobNumber(jobNumber: string, request: QueryDoctorDetailsByJobNumberRequest): Promise; /** * 获取医疗组详情 * * @param headers - QueryGroupInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryGroupInfoResponse */ queryGroupInfoWithOptions(groupId: string, headers: QueryGroupInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取医疗组详情 * @returns QueryGroupInfoResponse */ queryGroupInfo(groupId: string): Promise; /** * 查询医院的院区和病区信息 * * @param request - QueryHospitalDistrictInfoRequest * @param headers - QueryHospitalDistrictInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryHospitalDistrictInfoResponse */ queryHospitalDistrictInfoWithOptions(request: QueryHospitalDistrictInfoRequest, headers: QueryHospitalDistrictInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询医院的院区和病区信息 * * @param request - QueryHospitalDistrictInfoRequest * @returns QueryHospitalDistrictInfoResponse */ queryHospitalDistrictInfo(request: QueryHospitalDistrictInfoRequest): Promise; /** * 查询医院所有角色的人员 * * @param request - QueryHospitalRoleUserInfoRequest * @param headers - QueryHospitalRoleUserInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryHospitalRoleUserInfoResponse */ queryHospitalRoleUserInfoWithOptions(request: QueryHospitalRoleUserInfoRequest, headers: QueryHospitalRoleUserInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询医院所有角色的人员 * * @param request - QueryHospitalRoleUserInfoRequest * @returns QueryHospitalRoleUserInfoResponse */ queryHospitalRoleUserInfo(request: QueryHospitalRoleUserInfoRequest): Promise; /** * 查询医院的角色 * * @param headers - QueryHospitalRolesHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryHospitalRolesResponse */ queryHospitalRolesWithOptions(headers: QueryHospitalRolesHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询医院的角色 * @returns QueryHospitalRolesResponse */ queryHospitalRoles(): Promise; /** * 查询职称字典表 * * @param headers - QueryJobCodeDictionaryHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryJobCodeDictionaryResponse */ queryJobCodeDictionaryWithOptions(headers: QueryJobCodeDictionaryHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询职称字典表 * @returns QueryJobCodeDictionaryResponse */ queryJobCodeDictionary(): Promise; /** * 查询工作状态字典表 * * @param headers - QueryJobStatusCodeDictionaryHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryJobStatusCodeDictionaryResponse */ queryJobStatusCodeDictionaryWithOptions(headers: QueryJobStatusCodeDictionaryHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询工作状态字典表 * @returns QueryJobStatusCodeDictionaryResponse */ queryJobStatusCodeDictionary(): Promise; /** * 查询医疗行业事件 * * @param headers - QueryMedicalEventsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryMedicalEventsResponse */ queryMedicalEventsWithOptions(headers: QueryMedicalEventsHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询医疗行业事件 * @returns QueryMedicalEventsResponse */ queryMedicalEvents(): Promise; /** * 查询订单转换结果 * * @param request - QueryOrderConvertResultRequest * @param headers - QueryOrderConvertResultHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryOrderConvertResultResponse */ queryOrderConvertResultWithOptions(request: QueryOrderConvertResultRequest, headers: QueryOrderConvertResultHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询订单转换结果 * * @param request - QueryOrderConvertResultRequest * @returns QueryOrderConvertResultResponse */ queryOrderConvertResult(request: QueryOrderConvertResultRequest): Promise; /** * 查询用户的证书 * * @param request - QueryUserCredentialsRequest * @param headers - QueryUserCredentialsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryUserCredentialsResponse */ queryUserCredentialsWithOptions(request: QueryUserCredentialsRequest, headers: QueryUserCredentialsHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询用户的证书 * * @param request - QueryUserCredentialsRequest * @returns QueryUserCredentialsResponse */ queryUserCredentials(request: QueryUserCredentialsRequest): Promise; /** * 查询人员的扩展信息 * * @param headers - QueryUserExtInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryUserExtInfoResponse */ queryUserExtInfoWithOptions(userId: string, headers: QueryUserExtInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询人员的扩展信息 * @returns QueryUserExtInfoResponse */ queryUserExtInfo(userId: string): Promise; /** * 获取用户拓展字段 * * @param request - QueryUserExtendValuesRequest * @param headers - QueryUserExtendValuesHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryUserExtendValuesResponse */ queryUserExtendValuesWithOptions(request: QueryUserExtendValuesRequest, headers: QueryUserExtendValuesHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取用户拓展字段 * * @param request - QueryUserExtendValuesRequest * @returns QueryUserExtendValuesResponse */ queryUserExtendValues(request: QueryUserExtendValuesRequest): Promise; /** * 查询人员详情 * * @param request - QueryUserInfoRequest * @param headers - QueryUserInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryUserInfoResponse */ queryUserInfoWithOptions(userId: string, request: QueryUserInfoRequest, headers: QueryUserInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询人员详情 * * @param request - QueryUserInfoRequest * @returns QueryUserInfoResponse */ queryUserInfo(userId: string, request: QueryUserInfoRequest): Promise; /** * 查询人员属性字典表 * * @param headers - QueryUserProbCodeDictionaryHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryUserProbCodeDictionaryResponse */ queryUserProbCodeDictionaryWithOptions(headers: QueryUserProbCodeDictionaryHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询人员属性字典表 * @returns QueryUserProbCodeDictionaryResponse */ queryUserProbCodeDictionary(): Promise; /** * 查询人员权限 * * @param headers - QueryUserRolesHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryUserRolesResponse */ queryUserRolesWithOptions(userId: string, headers: QueryUserRolesHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询人员权限 * @returns QueryUserRolesResponse */ queryUserRoles(userId: string): Promise; /** * 保存用户拓展字段 * * @param request - SaveUserExtendValuesRequest * @param headers - SaveUserExtendValuesHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SaveUserExtendValuesResponse */ saveUserExtendValuesWithOptions(userId: string, request: SaveUserExtendValuesRequest, headers: SaveUserExtendValuesHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 保存用户拓展字段 * * @param request - SaveUserExtendValuesRequest * @returns SaveUserExtendValuesResponse */ saveUserExtendValues(userId: string, request: SaveUserExtendValuesRequest): Promise; /** * 提交ai解析任务 * * @param request - SubmitTaskRequest * @param headers - SubmitTaskHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SubmitTaskResponse */ submitTaskWithOptions(request: SubmitTaskRequest, headers: SubmitTaskHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 提交ai解析任务 * * @param request - SubmitTaskRequest * @returns SubmitTaskResponse */ submitTask(request: SubmitTaskRequest): Promise; /** * submitTaskPackage * * @param request - SubmitTaskPackageRequest * @param headers - SubmitTaskPackageHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SubmitTaskPackageResponse */ submitTaskPackageWithOptions(request: SubmitTaskPackageRequest, headers: SubmitTaskPackageHeaders, runtime: $Util.RuntimeOptions): Promise; /** * submitTaskPackage * * @param request - SubmitTaskPackageRequest * @returns SubmitTaskPackageResponse */ submitTaskPackage(request: SubmitTaskPackageRequest): Promise; /** * 增加角色或角色组 * * @param request - SupplAddRoleRequest * @param headers - SupplAddRoleHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplAddRoleResponse */ supplAddRoleWithOptions(request: SupplAddRoleRequest, headers: SupplAddRoleHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 增加角色或角色组 * * @param request - SupplAddRoleRequest * @returns SupplAddRoleResponse */ supplAddRole(request: SupplAddRoleRequest): Promise; /** * 新增供应链节点 * * @param request - SupplyAddDeptRequest * @param headers - SupplyAddDeptHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyAddDeptResponse */ supplyAddDeptWithOptions(request: SupplyAddDeptRequest, headers: SupplyAddDeptHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 新增供应链节点 * * @param request - SupplyAddDeptRequest * @returns SupplyAddDeptResponse */ supplyAddDept(request: SupplyAddDeptRequest): Promise; /** * 添加供应商人员 * * @param request - SupplyAddMemberRequest * @param headers - SupplyAddMemberHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyAddMemberResponse */ supplyAddMemberWithOptions(request: SupplyAddMemberRequest, headers: SupplyAddMemberHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 添加供应商人员 * * @param request - SupplyAddMemberRequest * @returns SupplyAddMemberResponse */ supplyAddMember(request: SupplyAddMemberRequest): Promise; /** * 添加伙伴负责人 * * @param request - SupplyAddPartnerAdminsRequest * @param headers - SupplyAddPartnerAdminsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyAddPartnerAdminsResponse */ supplyAddPartnerAdminsWithOptions(request: SupplyAddPartnerAdminsRequest, headers: SupplyAddPartnerAdminsHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 添加伙伴负责人 * * @param request - SupplyAddPartnerAdminsRequest * @returns SupplyAddPartnerAdminsResponse */ supplyAddPartnerAdmins(request: SupplyAddPartnerAdminsRequest): Promise; /** * 添加伙伴的对接人或对接部门 * * @param request - SupplyAddPartnerManagersRequest * @param headers - SupplyAddPartnerManagersHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyAddPartnerManagersResponse */ supplyAddPartnerManagersWithOptions(request: SupplyAddPartnerManagersRequest, headers: SupplyAddPartnerManagersHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 添加伙伴的对接人或对接部门 * * @param request - SupplyAddPartnerManagersRequest * @returns SupplyAddPartnerManagersResponse */ supplyAddPartnerManagers(request: SupplyAddPartnerManagersRequest): Promise; /** * 添加伙伴标签 * * @param request - SupplyAddPartnerTypeRequest * @param headers - SupplyAddPartnerTypeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyAddPartnerTypeResponse */ supplyAddPartnerTypeWithOptions(request: SupplyAddPartnerTypeRequest, headers: SupplyAddPartnerTypeHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 添加伙伴标签 * * @param request - SupplyAddPartnerTypeRequest * @returns SupplyAddPartnerTypeResponse */ supplyAddPartnerType(request: SupplyAddPartnerTypeRequest): Promise; /** * 删除上下游节点 * * @param request - SupplyChainDeleteDeptRequest * @param headers - SupplyChainDeleteDeptHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyChainDeleteDeptResponse */ supplyChainDeleteDeptWithOptions(request: SupplyChainDeleteDeptRequest, headers: SupplyChainDeleteDeptHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除上下游节点 * * @param request - SupplyChainDeleteDeptRequest * @returns SupplyChainDeleteDeptResponse */ supplyChainDeleteDept(request: SupplyChainDeleteDeptRequest): Promise; /** * 查询上下游节点信息 * * @param request - SupplyChainQueryDeptInfoRequest * @param headers - SupplyChainQueryDeptInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyChainQueryDeptInfoResponse */ supplyChainQueryDeptInfoWithOptions(request: SupplyChainQueryDeptInfoRequest, headers: SupplyChainQueryDeptInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询上下游节点信息 * * @param request - SupplyChainQueryDeptInfoRequest * @returns SupplyChainQueryDeptInfoResponse */ supplyChainQueryDeptInfo(request: SupplyChainQueryDeptInfoRequest): Promise; /** * 更新上下游节点信息 * * @param request - SupplyChainUpdateDeptInfoRequest * @param headers - SupplyChainUpdateDeptInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyChainUpdateDeptInfoResponse */ supplyChainUpdateDeptInfoWithOptions(request: SupplyChainUpdateDeptInfoRequest, headers: SupplyChainUpdateDeptInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新上下游节点信息 * * @param request - SupplyChainUpdateDeptInfoRequest * @returns SupplyChainUpdateDeptInfoResponse */ supplyChainUpdateDeptInfo(request: SupplyChainUpdateDeptInfoRequest): Promise; /** * 删除伙伴成员 * * @param request - SupplyDeleteMemberRequest * @param headers - SupplyDeleteMemberHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyDeleteMemberResponse */ supplyDeleteMemberWithOptions(request: SupplyDeleteMemberRequest, headers: SupplyDeleteMemberHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除伙伴成员 * * @param request - SupplyDeleteMemberRequest * @returns SupplyDeleteMemberResponse */ supplyDeleteMember(request: SupplyDeleteMemberRequest): Promise; /** * 删除伙伴负责人 * * @param request - SupplyDeletePartnerAdminsRequest * @param headers - SupplyDeletePartnerAdminsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyDeletePartnerAdminsResponse */ supplyDeletePartnerAdminsWithOptions(request: SupplyDeletePartnerAdminsRequest, headers: SupplyDeletePartnerAdminsHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除伙伴负责人 * * @param request - SupplyDeletePartnerAdminsRequest * @returns SupplyDeletePartnerAdminsResponse */ supplyDeletePartnerAdmins(request: SupplyDeletePartnerAdminsRequest): Promise; /** * 移除伙伴的对接人或对接部门 * * @param request - SupplyDeletePartnerManagersRequest * @param headers - SupplyDeletePartnerManagersHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyDeletePartnerManagersResponse */ supplyDeletePartnerManagersWithOptions(request: SupplyDeletePartnerManagersRequest, headers: SupplyDeletePartnerManagersHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 移除伙伴的对接人或对接部门 * * @param request - SupplyDeletePartnerManagersRequest * @returns SupplyDeletePartnerManagersResponse */ supplyDeletePartnerManagers(request: SupplyDeletePartnerManagersRequest): Promise; /** * 删除伙伴标签 * * @param request - SupplyDeletePartnerTypeRequest * @param headers - SupplyDeletePartnerTypeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyDeletePartnerTypeResponse */ supplyDeletePartnerTypeWithOptions(request: SupplyDeletePartnerTypeRequest, headers: SupplyDeletePartnerTypeHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除伙伴标签 * * @param request - SupplyDeletePartnerTypeRequest * @returns SupplyDeletePartnerTypeResponse */ supplyDeletePartnerType(request: SupplyDeletePartnerTypeRequest): Promise; /** * 删除角色或角色组 * * @param request - SupplyDeleteRoleRequest * @param headers - SupplyDeleteRoleHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyDeleteRoleResponse */ supplyDeleteRoleWithOptions(request: SupplyDeleteRoleRequest, headers: SupplyDeleteRoleHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 删除角色或角色组 * * @param request - SupplyDeleteRoleRequest * @returns SupplyDeleteRoleResponse */ supplyDeleteRole(request: SupplyDeleteRoleRequest): Promise; /** * 获取供应链成员信息 * * @param request - SupplyGetMemberRequest * @param headers - SupplyGetMemberHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyGetMemberResponse */ supplyGetMemberWithOptions(request: SupplyGetMemberRequest, headers: SupplyGetMemberHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取供应链成员信息 * * @param request - SupplyGetMemberRequest * @returns SupplyGetMemberResponse */ supplyGetMember(request: SupplyGetMemberRequest): Promise; /** * 获取供应链部门下成员 * * @param request - SupplyListDeptMembersRequest * @param headers - SupplyListDeptMembersHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyListDeptMembersResponse */ supplyListDeptMembersWithOptions(request: SupplyListDeptMembersRequest, headers: SupplyListDeptMembersHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取供应链部门下成员 * * @param request - SupplyListDeptMembersRequest * @returns SupplyListDeptMembersResponse */ supplyListDeptMembers(request: SupplyListDeptMembersRequest): Promise; /** * 获取伙伴负责人列表 * * @param request - SupplyListPartnerAdminsRequest * @param headers - SupplyListPartnerAdminsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyListPartnerAdminsResponse */ supplyListPartnerAdminsWithOptions(request: SupplyListPartnerAdminsRequest, headers: SupplyListPartnerAdminsHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取伙伴负责人列表 * * @param request - SupplyListPartnerAdminsRequest * @returns SupplyListPartnerAdminsResponse */ supplyListPartnerAdmins(request: SupplyListPartnerAdminsRequest): Promise; /** * 获取伙伴的对接人/对接部门 * * @param request - SupplyListPartnerManagersRequest * @param headers - SupplyListPartnerManagersHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyListPartnerManagersResponse */ supplyListPartnerManagersWithOptions(request: SupplyListPartnerManagersRequest, headers: SupplyListPartnerManagersHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 获取伙伴的对接人/对接部门 * * @param request - SupplyListPartnerManagersRequest * @returns SupplyListPartnerManagersResponse */ supplyListPartnerManagers(request: SupplyListPartnerManagersRequest): Promise; /** * 查询下级伙伴标签 * * @param request - SupplyListPartnerTypeRequest * @param headers - SupplyListPartnerTypeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyListPartnerTypeResponse */ supplyListPartnerTypeWithOptions(request: SupplyListPartnerTypeRequest, headers: SupplyListPartnerTypeHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询下级伙伴标签 * * @param request - SupplyListPartnerTypeRequest * @returns SupplyListPartnerTypeResponse */ supplyListPartnerType(request: SupplyListPartnerTypeRequest): Promise; /** * 查询角色组或角色 * * @param request - SupplyListRoleRequest * @param headers - SupplyListRoleHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyListRoleResponse */ supplyListRoleWithOptions(request: SupplyListRoleRequest, headers: SupplyListRoleHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询角色组或角色 * * @param request - SupplyListRoleRequest * @returns SupplyListRoleResponse */ supplyListRole(request: SupplyListRoleRequest): Promise; /** * 查询下级节点列表 * * @param request - SupplyListSubDeptRequest * @param headers - SupplyListSubDeptHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyListSubDeptResponse */ supplyListSubDeptWithOptions(request: SupplyListSubDeptRequest, headers: SupplyListSubDeptHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询下级节点列表 * * @param request - SupplyListSubDeptRequest * @returns SupplyListSubDeptResponse */ supplyListSubDept(request: SupplyListSubDeptRequest): Promise; /** * 查询伙伴标签 * * @param request - SupplyQueryPartnerTypeRequest * @param headers - SupplyQueryPartnerTypeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyQueryPartnerTypeResponse */ supplyQueryPartnerTypeWithOptions(request: SupplyQueryPartnerTypeRequest, headers: SupplyQueryPartnerTypeHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 查询伙伴标签 * * @param request - SupplyQueryPartnerTypeRequest * @returns SupplyQueryPartnerTypeResponse */ supplyQueryPartnerType(request: SupplyQueryPartnerTypeRequest): Promise; /** * 更新供应商人员信息 * * @param request - SupplyUpdateMemberRequest * @param headers - SupplyUpdateMemberHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyUpdateMemberResponse */ supplyUpdateMemberWithOptions(request: SupplyUpdateMemberRequest, headers: SupplyUpdateMemberHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新供应商人员信息 * * @param request - SupplyUpdateMemberRequest * @returns SupplyUpdateMemberResponse */ supplyUpdateMember(request: SupplyUpdateMemberRequest): Promise; /** * 更新伙伴标签 * * @param request - SupplyUpdatePartnerTypeRequest * @param headers - SupplyUpdatePartnerTypeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyUpdatePartnerTypeResponse */ supplyUpdatePartnerTypeWithOptions(request: SupplyUpdatePartnerTypeRequest, headers: SupplyUpdatePartnerTypeHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新伙伴标签 * * @param request - SupplyUpdatePartnerTypeRequest * @returns SupplyUpdatePartnerTypeResponse */ supplyUpdatePartnerType(request: SupplyUpdatePartnerTypeRequest): Promise; /** * 更新角色或角色组 * * @param request - SupplyUpdateRoleRequest * @param headers - SupplyUpdateRoleHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SupplyUpdateRoleResponse */ supplyUpdateRoleWithOptions(request: SupplyUpdateRoleRequest, headers: SupplyUpdateRoleHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新角色或角色组 * * @param request - SupplyUpdateRoleRequest * @returns SupplyUpdateRoleResponse */ supplyUpdateRole(request: SupplyUpdateRoleRequest): Promise; /** * 更新医疗用户扩展信息 * * @param request - UpdateUserExtendInfoRequest * @param headers - UpdateUserExtendInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdateUserExtendInfoResponse */ updateUserExtendInfoWithOptions(userId: string, request: UpdateUserExtendInfoRequest, headers: UpdateUserExtendInfoHeaders, runtime: $Util.RuntimeOptions): Promise; /** * 更新医疗用户扩展信息 * * @param request - UpdateUserExtendInfoRequest * @returns UpdateUserExtendInfoResponse */ updateUserExtendInfo(userId: string, request: UpdateUserExtendInfoRequest): Promise; }