/** */ 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 AppLoginCodeGenHeaders 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 AppLoginCodeGenRequest extends $tea.Model { /** * @remarks * This parameter is required. */ appKey?: string; /** * @remarks * This parameter is required. */ signTimestampStr?: string; /** * @remarks * This parameter is required. */ signature?: string; /** * @remarks * This parameter is required. * * @example * https://www.aliwork.com/APP_xx/workbench */ fullUrl?: string; /** * @remarks * This parameter is required. * * @example * 123456 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AppLoginCodeGenResponseBody extends $tea.Model { loginCode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class AppLoginCodeGenResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: AppLoginCodeGenResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetFormDataByIdListHeaders 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 BatchGetFormDataByIdListRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @remarks * This parameter is required. * * @example * FINST-J8766S91O2UYN87ZX3XOF1MY8MBA2912BSV0L24 */ formInstanceIdList?: string[]; /** * @remarks * This parameter is required. * * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @example * true */ needFormInstanceValue?: boolean; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetFormDataByIdListResponseBody extends $tea.Model { result?: BatchGetFormDataByIdListResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetFormDataByIdListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: BatchGetFormDataByIdListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchRemovalByFormInstanceIdListHeaders 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 BatchRemovalByFormInstanceIdListRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @example * true */ asynchronousExecution?: boolean; /** * @example * true */ executeExpression?: boolean; /** * @remarks * This parameter is required. * * @example * FINST-J8766S91O2UYN87ZX3XOF1MY8MBA2912BSV0L24 */ formInstanceIdList?: string[]; /** * @remarks * This parameter is required. * * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchRemovalByFormInstanceIdListResponse 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 BatchSaveFormDataHeaders 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 BatchSaveFormDataRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @example * true */ asynchronousExecution?: boolean; /** * @example * vpc,sgp_vpc * * **if can be null:** * true */ env?: string; /** * @remarks * This parameter is required. * * @example * "{\"countrySelectField_l0c1cwiu\":[{\"value\":\"US\"}],\"addressField_l0c1cwiy\":{\"address\":\"111\",\"regionIds\":[460000,469027,469023401],\"regionText\":[{\"en_US\":\"hai+nan+sheng\",\"zh_CN\":\"海南省\"},{\"en_US\":\"cheng+mai+xian\",\"zh_CN\":\"澄迈县\"},{\"en_US\":\"guo+ying+hong+gang+nong+chang\",\"zh_CN\":\"国营红岗农场\"}]}}" */ formDataJsonList?: string[]; /** * @remarks * This parameter is required. * * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @example * true */ keepRunningAfterException?: boolean; /** * @example * true */ noExecuteExpression?: boolean; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchSaveFormDataResponseBody extends $tea.Model { result?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchSaveFormDataResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: BatchSaveFormDataResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchUpdateFormDataByInstanceIdHeaders 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 BatchUpdateFormDataByInstanceIdRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @example * true */ asynchronousExecution?: boolean; /** * @example * vpc,sgp_vpc * * **if can be null:** * true */ env?: string; /** * @remarks * This parameter is required. * * @example * FINST-J8766S91O2UYN87ZX3XOF1MY8MBA2912BSV0L24 */ formInstanceIdList?: string[]; /** * @remarks * This parameter is required. * * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @example * true */ ignoreEmpty?: boolean; /** * @example * true */ noExecuteExpression?: boolean; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * {"countrySelectField_l0c1cwiu":[{"value":"US"}],"addressField_l0c1cwiy":{"address":"111","regionIds":[460000,469027,469023401],"regionText":[{"en_US":"hai+nan+sheng","zh_CN":"海南省"},{"en_US":"cheng+mai+xian","zh_CN":"澄迈县"},{"en_US":"guo+ying+hong+gang+nong+chang","zh_CN":"国营红岗农场"}]}} */ updateFormDataJson?: string; /** * @example * false */ useLatestFormSchemaVersion?: boolean; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchUpdateFormDataByInstanceIdResponseBody extends $tea.Model { result?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchUpdateFormDataByInstanceIdResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: BatchUpdateFormDataByInstanceIdResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchUpdateFormDataByInstanceMapHeaders 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 BatchUpdateFormDataByInstanceMapRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @example * true */ asynchronousExecution?: boolean; /** * @example * vpc,sgp_vpc * * **if can be null:** * true */ env?: string; /** * @remarks * This parameter is required. * * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @example * true */ ignoreEmpty?: boolean; /** * @example * true */ noExecuteExpression?: boolean; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * {"FINST-ANSFSNNDS2212NSKLKKSFD":"{\"rateField_l0c1cwis\":3,\"countrySelectField_l0c1cwiu\":[{\"value\":\"US\"}]}"} */ updateFormDataJsonMap?: { [key: string]: any; }; /** * @example * false */ useLatestFormSchemaVersion?: boolean; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchUpdateFormDataByInstanceMapResponseBody extends $tea.Model { result?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchUpdateFormDataByInstanceMapResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: BatchUpdateFormDataByInstanceMapResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BuyAuthorizationOrderHeaders 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 BuyAuthorizationOrderRequest extends $tea.Model { /** * @example * hexaaaa */ accessKey?: string; /** * @example * 123 */ accountNumber?: string; /** * @example * 1234123423459 */ beginTimeGMT?: number; /** * @example * 44234122 */ callerUnionId?: string; /** * @example * subscribe */ chargeType?: string; /** * @example * subscribe */ commerceType?: string; /** * @example * Business */ commodityType?: string; /** * @example * 1023451234123 */ endTimeGMT?: number; /** * @example * 12 */ instanceId?: string; /** * @example * A发起的实例 */ instanceName?: string; /** * @example * yun-1234 */ produceCode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BuyAuthorizationOrderResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BuyAuthorizationOrderResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: BuyAuthorizationOrderResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BuyFreshOrderHeaders 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 BuyFreshOrderRequest extends $tea.Model { /** * @example * hexaaaa */ accessKey?: string; /** * @example * 123 */ accountNumber?: string; /** * @example * 1234567891234 */ beginTimeGMT?: number; /** * @example * 44234122 */ callerUnionId?: string; /** * @example * subscribe */ chargeType?: string; /** * @example * subscribe */ commerceType?: string; /** * @example * Business */ commodityType?: string; /** * @example * 1234567891234 */ endTimeGMT?: number; /** * @example * 12 */ instanceId?: string; /** * @example * A发起的实例 */ instanceName?: string; /** * @example * yun-1234 */ produceCode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BuyFreshOrderResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BuyFreshOrderResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: BuyFreshOrderResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CheckCloudAccountStatusHeaders 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 CheckCloudAccountStatusRequest extends $tea.Model { accessKey?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CheckCloudAccountStatusResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CheckCloudAccountStatusResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CheckCloudAccountStatusResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CreateOrUpdateFormDataHeaders 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 CreateOrUpdateFormDataRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @remarks * This parameter is required. * * @example * {"countrySelectField_l0c1cwiu":[{"value":"US"}]} */ formDataJson?: string; /** * @remarks * This parameter is required. * * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @example * false */ noExecuteExpression?: boolean; /** * @remarks * This parameter is required. * * @example * [{"key":"currentNodeName","value":"当前审批节点名称","type":"TEXT","operator":"like","componentName":"TextField"}]。详情参考 https://www.yuque.com/yida/support/agb8im#F4S8e */ searchCondition?: string; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CreateOrUpdateFormDataResponseBody extends $tea.Model { result?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class CreateOrUpdateFormDataResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: CreateOrUpdateFormDataResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DeleteFormDataHeaders 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 DeleteFormDataRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * vpc,sgp_vpc * * **if can be null:** * true */ env?: string; /** * @remarks * This parameter is required. * * @example * 33f6d221-17f8-42b7-836a-682b95a046c2 */ formInstanceId?: string; /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. * * @example * helxxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DeleteFormDataResponse 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 DeleteInstanceHeaders 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 DeleteInstanceRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. * * @example * f30233fb-72e1-4af4-8cb8-c7e0ea9ee530 */ processInstanceId?: string; /** * @remarks * This parameter is required. * * @example * hexxxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DeleteInstanceResponse 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 DeleteSequenceHeaders 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 DeleteSequenceRequest extends $tea.Model { appType?: string; language?: string; sequence?: string; systemToken?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DeleteSequenceResponse 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 DeployFunctionCallbackHeaders 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 DeployFunctionCallbackRequest extends $tea.Model { /** * @example * 202201061234 */ appId?: string; /** * @example * abc.com */ customDomain?: string; /** * @example * RELEASE */ deployStage?: string; /** * @example * assdfasdfWwd12212 */ gateWayAppKey?: string; /** * @example * fasdfsfasdf1212Sff */ gateWayAppSecret?: string; /** * @example * 1111shanghai-aliyunapi.com */ gateWayDomain?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DeployFunctionCallbackResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class DeployFunctionCallbackResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DeployFunctionCallbackResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExecuteBatchTaskHeaders 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 ExecuteBatchTaskRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @remarks * This parameter is required. * * @example * 备选值:agree/disagree */ outResult?: string; /** * @example * OK */ remark?: string; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * [{"taskId":"2267855699","formInstId":"4d226eb1-1f4e-4348-a9cc-616477c3daa6"},{"taskId":"2267855700","formInstId":"905a922e-da05-4ef9-ba1c-db9ad60bbe60"}] */ taskInformationList?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExecuteBatchTaskResponseBody extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 1 */ failNumber?: number; /** * @remarks * This parameter is required. * * @example * 2 */ successNumber?: number; /** * @remarks * This parameter is required. * * @example * 3 */ total?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExecuteBatchTaskResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ExecuteBatchTaskResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExecuteCustomApiHeaders 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 ExecuteCustomApiRequest extends $tea.Model { /** * @remarks * This parameter is required. */ appType?: string; /** * @remarks * This parameter is required. */ data?: string; language?: string; /** * @remarks * This parameter is required. */ serviceId?: string; /** * @remarks * This parameter is required. */ systemToken?: 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 ExecuteCustomApiResponseBody extends $tea.Model { result?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExecuteCustomApiResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ExecuteCustomApiResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExecutePlatformTaskHeaders 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 ExecutePlatformTaskRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * 未知 */ formDataJson?: string; /** * @example * zh_CN */ language?: string; /** * @example * y */ noExecuteExpressions?: string; /** * @remarks * This parameter is required. * * @example * ● * agree * * ● * disagree */ outResult?: string; /** * @remarks * This parameter is required. * * @example * f30233fb-72e1-4af4-8cb8-c7e0ea9ee530 */ processInstanceId?: string; /** * @remarks * This parameter is required. * * @example * 确认同意 */ remark?: string; /** * @remarks * This parameter is required. * * @example * hexxyyddd */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * yida_pub_account */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExecutePlatformTaskResponse 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 ExecuteTaskHeaders 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 ExecuteTaskRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * https://tianshu-vpc.oss-cn-sahnghai.aliyuncs.com */ digitalSignUrl?: string; /** * @example * 未知 */ formDataJson?: string; /** * @example * zh_CN */ language?: string; /** * @example * y */ noExecuteExpressions?: string; /** * @remarks * This parameter is required. * * @example * AGREE */ outResult?: string; /** * @remarks * This parameter is required. * * @example * f30233fb-72e1-4af4-8cb8-c7e0ea9ee530 */ processInstanceId?: string; /** * @remarks * This parameter is required. * * @example * 确认同意 */ remark?: string; /** * @remarks * This parameter is required. * * @example * hexxyy */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 12002575 */ taskId?: number; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExecuteTaskResponse 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 ExpireCommodityHeaders 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 ExpireCommodityRequest extends $tea.Model { accessKey?: string; callerUid?: string; instanceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExpireCommodityResponseBody extends $tea.Model { message?: string; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ExpireCommodityResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ExpireCommodityResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetActivationCodeByCallerUnionIdHeaders 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 GetActivationCodeByCallerUnionIdRequest extends $tea.Model { accessKey?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetActivationCodeByCallerUnionIdResponseBody extends $tea.Model { result?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetActivationCodeByCallerUnionIdResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetActivationCodeByCallerUnionIdResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetActivityButtonListHeaders 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 GetActivityButtonListRequest extends $tea.Model { /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. * * @example * hello1234 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetActivityButtonListResponseBody extends $tea.Model { result?: GetActivityButtonListResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetActivityButtonListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetActivityButtonListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetActivityListHeaders 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 GetActivityListRequest extends $tea.Model { appType?: string; language?: string; processCode?: string; systemToken?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetActivityListResponseBody extends $tea.Model { result?: GetActivityListResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetActivityListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetActivityListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetAllAuthCubesHeaders 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 GetAllAuthCubesRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @remarks * This parameter is required. * * @example * ding5d17e3add038d44535c2f4657eb6378e */ corpId?: string; keywords?: string; /** * @remarks * This parameter is required. * * @example * 1 */ pageNumber?: number; /** * @remarks * This parameter is required. * * @example * 100 */ pageSize?: number; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetAllAuthCubesResponseBody extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 100 */ count?: number; result?: GetAllAuthCubesResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetAllAuthCubesResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetAllAuthCubesResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetApplicationAuthorizationServicePlatformResourceHeaders 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 GetApplicationAuthorizationServicePlatformResourceRequest extends $tea.Model { accessKey?: string; callerUid?: string; instanceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetApplicationAuthorizationServicePlatformResourceResponseBody extends $tea.Model { accountTotalAmount?: number; accountUsageAmount?: number; appTotalAmount?: number; attachmentTotalAmount?: number; attachmentUsageAmount?: number; instanceId?: string; instanceTotalAmount?: number; instanceUsageAmount?: number; pluginUsageAmount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetApplicationAuthorizationServicePlatformResourceResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetApplicationAuthorizationServicePlatformResourceResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetAutoFlowLogDetailHeaders 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 GetAutoFlowLogDetailRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * ding5d17e3add038d44535c2f4657eb6378e */ corpId?: string; /** * @example * vpc(国内版宜搭)/sgp_vpc(海外版宜搭) */ env?: string; /** * @remarks * This parameter is required. * * @example * 1 */ pageNumber?: number; /** * @remarks * This parameter is required. * * @example * 100 */ pageSize?: number; /** * @remarks * This parameter is required. */ procInstanceId?: string; /** * @remarks * This parameter is required. * * @example * B073AF673BEB044D59F8F612D65E1EA2 */ token?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetAutoFlowLogDetailResponseBody extends $tea.Model { data?: GetAutoFlowLogDetailResponseBodyData[]; /** * @example * true */ hasMoreData?: boolean; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetAutoFlowLogDetailResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetAutoFlowLogDetailResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetCorpAccomplishmentTasksHeaders 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 GetCorpAccomplishmentTasksRequest extends $tea.Model { /** * @example * ["APP_xxx","APP_xxx"] */ appTypes?: string; /** * @example * 未知 */ createFromTimeGMT?: number; /** * @example * 未知 */ createToTimeGMT?: number; /** * @example * vpc(国内版宜搭)/sgp_vpc(海外版宜搭) */ env?: string; /** * @example * 未知 */ keyword?: string; /** * @example * zh_CN */ language?: string; /** * @example * 1 */ pageNumber?: number; /** * @example * 10 */ pageSize?: number; /** * @example * ["xx","xxx"] */ processCodes?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ token?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetCorpAccomplishmentTasksResponseBody extends $tea.Model { data?: GetCorpAccomplishmentTasksResponseBodyData[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetCorpAccomplishmentTasksResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetCorpAccomplishmentTasksResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetCorpLevelByAccountIdHeaders 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 GetCorpLevelByAccountIdRequest extends $tea.Model { accountId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetCorpLevelByAccountIdResponseBody extends $tea.Model { result?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetCorpLevelByAccountIdResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetCorpLevelByAccountIdResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetCorpTasksHeaders 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 GetCorpTasksRequest extends $tea.Model { /** * @example * ["APP_xxx","APP_xxx"] */ appTypes?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ corpId?: string; /** * @example * 未知 */ createFromTimeGMT?: number; /** * @example * 未知 */ createToTimeGMT?: number; /** * @example * vpc(国内版宜搭)/sgp_vpc(海外版宜搭) */ env?: string; /** * @example * 未知 */ keyword?: string; /** * @example * zh_CN */ language?: string; /** * @example * 1 */ pageNumber?: number; /** * @example * 10 */ pageSize?: number; /** * @example * ["xx","xxx"] */ processCodes?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ token?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetCorpTasksResponseBody extends $tea.Model { data?: GetCorpTasksResponseBodyData[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetCorpTasksResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetCorpTasksResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetDbConfigHeaders 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 GetDbConfigRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @remarks * This parameter is required. * * @example * ding5d17e3add038d44535c2f4657eb6378e */ corpId?: string; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 1160440651754805 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetDbConfigResponseBody extends $tea.Model { /** * @example * {\"dbName\":\"yida_exclusive_pg_db\",\"exclusiveType\":\"DATABASE\",\"maxActive\":1600,\"minIdle\":160,\"password\":\"xxx\",\"sharding\":true,\"type\":\"POSTGRES\",\"url\":\"pgm-bp17c85t9363an74194040.pg.rds.aliyuncs.com:0000\",\"username\":\"yida_xxx\"} */ config?: string; /** * @example * ding5d17e3add038d44535c2f4657eb6378f */ corpId?: string; /** * @example * 2022-02-23T14:46Z */ createTimeGMT?: string; /** * @example * 092824253426603595 */ creator?: string; /** * @example * ding5d17e3add038d44535c2f4657eb6378f */ exclusive?: string; /** * @example * 600001 */ id?: string; /** * @example * 2023-08-15T10:37Z */ modifiedTimeGMT?: string; /** * @example * 5014533041684350 */ modifier?: string; /** * @example * DATABASE */ type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetDbConfigResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetDbConfigResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFieldDefByUuidHeaders 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 GetFieldDefByUuidRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @remarks * This parameter is required. * * @example * FORM-J7966ZA1XN940B88DYNMNABXUXNU3F3FMLJ8L5 */ formUuid?: string; /** * @remarks * This parameter is required. * * @example * FO866D71GM94CE3KBMAFL4Q6WDG93MG6MLJ8L64 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 5014533041684350 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFieldDefByUuidResponseBody extends $tea.Model { result?: GetFieldDefByUuidResponseBodyResult[]; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFieldDefByUuidResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetFieldDefByUuidResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormComponentDefinitionListHeaders 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 GetFormComponentDefinitionListRequest extends $tea.Model { /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. * * @example * hexxxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; /** * @example * 1 */ version?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormComponentDefinitionListResponseBody extends $tea.Model { result?: GetFormComponentDefinitionListResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormComponentDefinitionListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetFormComponentDefinitionListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormDataByIDHeaders 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 GetFormDataByIDRequest extends $tea.Model { /** * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * zh_CN */ language?: string; /** * @example * hexxx */ systemToken?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormDataByIDResponseBody extends $tea.Model { /** * @example * { "numberField_jcr0069o": 1, "multiSelectField_jcr0069s": [ "选项三", "选项二" ], "textareaField_jcr0069n": "duohang", "employeeField_jcr0069x": [ "xxxx" ], "departmentField_jcr0069z": "xxxx", "cascadeDate_jcr0069u": [ "1514736000000", "1517328000000" ], "cascadeSelectField_jcr006a0": [ "part", "part_b" ], "tableField_jcr006a1": [ { "departmentField_jcr006ad": "xxxx", "cascadeDate_jcr006aa": [ "1514736000000", "1517328000000" ], "selectField_jcr006a6": "选项三", "citySelectField_jcr006ac": [ "天津", "天津市", "河东区" ], "radioField_jcr006a5": "选项二", "employeeField_jcr006ab": [ "xxxxxx", "yyyyyy" ], "dateField_jcr006a9": 1517328000000, "textField_jcr006a2": "明细下单行", "textareaField_jcr006a3": "明细下多行", "cascadeSelectField_jcr006ae": [ "product", "product_a" ], "numberField_jcr006a4": 2, "checkboxField_jcr006a7": [ "选项一", "选项三", "选项二" ], "multiSelectField_jcr006a8": [ "选项一", "选项三", "选项二" ] } ], "selectField_jcr0069q": "选项一", "citySelectField_jcr0069y": [ "北京", "北京市", "东城区" ], "checkboxField_jcr0069r": [ "选项三", "选项二" ], "textField_jcr0069m": "danhang", "radioField_jcr0069p": "选项一", "dateField_jcr0069t": 1516636800000 } */ formData?: { [key: string]: any; }; /** * @example * 33f6d221-17f8-42b7-836a-682b95a046c2 */ formInstId?: string; /** * @example * 2018-01-24 11:22:01 */ modifiedTimeGMT?: string; originator?: GetFormDataByIDResponseBodyOriginator; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormDataByIDResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetFormDataByIDResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormListInAppHeaders 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 GetFormListInAppRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * receipt,process */ formTypes?: string; pageNumber?: number; pageSize?: number; /** * @remarks * This parameter is required. * * @example * FO866D71GM94CE3KBMAFL4Q6WDG93MG6MLJ8L64 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 5014533041684350 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormListInAppResponseBody extends $tea.Model { result?: GetFormListInAppResponseBodyResult; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormListInAppResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetFormListInAppResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstanceByIdHeaders 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 GetInstanceByIdRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. * * @example * hexxyy */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstanceByIdResponseBody extends $tea.Model { actionExecutor?: GetInstanceByIdResponseBodyActionExecutor[]; approvedResult?: string; createTimeGMT?: string; data?: { [key: string]: any; }; formUuid?: string; instanceStatus?: string; modifiedTimeGMT?: string; originator?: GetInstanceByIdResponseBodyOriginator; processCode?: string; processInstanceId?: string; title?: string; version?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstanceByIdResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetInstanceByIdResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstanceIdListHeaders 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 GetInstanceIdListRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * agree */ approvedResult?: string; /** * @example * 2018-01-01 */ createFromTimeGMT?: string; /** * @example * 2018-02-01 */ createToTimeGMT?: string; /** * @remarks * This parameter is required. * * @example * FORM-EF6Y4G8WO2FN0SUB43TDQ3CGC3FMFQ1G9400RCJ3 */ formUuid?: string; /** * @example * RUNNING */ instanceStatus?: string; /** * @example * zh_CN */ language?: string; /** * @example * 2018-01-01 */ modifiedFromTimeGMT?: string; /** * @example * 2018-02-01 */ modifiedToTimeGMT?: string; /** * @example * ding123 */ originatorId?: string; /** * @example * {"text_field":"123"} */ searchFieldJson?: string; /** * @remarks * This parameter is required. * * @example * hexxxx */ systemToken?: string; /** * @example * 2199132092 */ taskId?: string; /** * @remarks * This parameter is required. * * @example * ding123 */ userId?: string; pageNumber?: number; pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstanceIdListResponseBody extends $tea.Model { data?: string[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstanceIdListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetInstanceIdListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesHeaders 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 GetInstancesRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * agree */ approvedResult?: string; /** * @example * 2018-01-01 */ createFromTimeGMT?: string; /** * @example * 2018-02-01 */ createToTimeGMT?: string; /** * @example * vpc, sgp_vpc * * **if can be null:** * true */ env?: string; /** * @remarks * This parameter is required. * * @example * FORM-EF6Y4G8WO2FN0SUB43TDQ3CGC3FMFQ1G9400RCJ3 */ formUuid?: string; /** * @example * RUNNING */ instanceStatus?: string; /** * @example * zh_CN */ language?: string; /** * @example * 2018-01-01 */ modifiedFromTimeGMT?: string; /** * @example * 2018-02-01 */ modifiedToTimeGMT?: string; /** * @example * 例如按照创建时间升序再按照文本组件值升序排序则填{\"gmt_create\":\"+\",\"textField_1234\":\"+\"} ,详情参考 https://www.yuque.com/yida/support/agb8im#CQro8 */ orderConfigJson?: string; /** * @example * manager123 */ originatorId?: string; /** * @example * 模式1:根据组件值模糊匹配,示例:{"textField_jcr0069m":"danhang","selectField_jcr0069q":"K"} 模式2: 采用数据管理的查询过滤条件,匹配功能更强大,示例:[{"key":"currentNodeName","value":"步凡","type":"TEXT","operator":"like","componentName":"TextField”}],详情参考 https://www.yuque.com/yida/support/agb8im#F4S8e */ searchFieldJson?: string; /** * @remarks * This parameter is required. * * @example * hexxx */ systemToken?: string; /** * @example * 2199132092 */ taskId?: string; /** * @remarks * This parameter is required. */ userId?: string; /** * @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 GetInstancesResponseBody extends $tea.Model { data?: GetInstancesResponseBodyData[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetInstancesResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesByIdListHeaders 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 GetInstancesByIdListRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. * * @example * f30233fb-72e1-4af4-8cb8-c7e0ea9ee530,d230233fb-72e1-4af4-8cb8-c7e0ea9ee530 */ processInstanceIds?: string; /** * @remarks * This parameter is required. * * @example * hexxyy */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesByIdListResponseBody extends $tea.Model { result?: GetInstancesByIdListResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesByIdListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetInstancesByIdListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetMeCorpSubmissionHeaders 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 GetMeCorpSubmissionRequest extends $tea.Model { /** * @example * ["APP_xxx","APP_xxx"] */ appTypes?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ corpId?: string; /** * @example * 未知 */ createFromTimeGMT?: number; /** * @example * 未知 */ createToTimeGMT?: number; /** * @example * vpc(国内版宜搭)/sgp_vpc(海外版宜搭) */ env?: string; /** * @example * 未知 */ keyword?: string; /** * @example * zh_CN */ language?: string; /** * @example * 1 */ pageNumber?: number; /** * @example * 10 */ pageSize?: number; /** * @example * ["xx","xxx"] */ processCodes?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ token?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetMeCorpSubmissionResponseBody extends $tea.Model { data?: GetMeCorpSubmissionResponseBodyData[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetMeCorpSubmissionResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetMeCorpSubmissionResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetNotifyMeHeaders 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 GetNotifyMeRequest extends $tea.Model { /** * @example * ["APP_xxx","APP_xxx"] */ appTypes?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ corpId?: string; /** * @example * 未知 */ createFromTimeGMT?: number; /** * @example * 未知 */ createToTimeGMT?: number; /** * @example * vpc(国内版宜搭)/sgp_vpc(海外版宜搭) */ env?: string; /** * @example * 未知 */ instanceCreateFromTimeGMT?: number; /** * @example * 未知 */ instanceCreateToTimeGMT?: number; /** * @example * 未知 */ keyword?: string; /** * @example * zh_CN */ language?: string; /** * @example * 1 */ pageNumber?: number; /** * @example * 10 */ pageSize?: number; /** * @example * ["xx","xxx"] */ processCodes?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ token?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetNotifyMeResponseBody extends $tea.Model { data?: GetNotifyMeResponseBodyData[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetNotifyMeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetNotifyMeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetOpenUrlHeaders 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 GetOpenUrlRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * https://www.aliwork.com/fileHandle?appType=APP_VN7I6HVKUTXES7XX4OI8&fileName=2a4103a6-44d5-4114-990d-4147a2d53811.xlsx&instId=&type=download */ fileUrl?: string; /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. * * @example * hexxxx */ systemToken?: string; /** * @example * 60000 */ timeout?: number; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetOpenUrlResponseBody extends $tea.Model { result?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetOpenUrlResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetOpenUrlResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetOperationRecordsHeaders 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 GetOperationRecordsRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * vpc,sgp_vpc * * **if can be null:** * false */ env?: string; /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. * * @example * f30233fb-72e1-4af4-8cb8-c7e0ea9ee530 */ processInstanceId?: string; /** * @remarks * This parameter is required. * * @example * hexxyy */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetOperationRecordsResponseBody extends $tea.Model { result?: GetOperationRecordsResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetOperationRecordsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetOperationRecordsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetPlatformResourceHeaders 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 GetPlatformResourceRequest extends $tea.Model { accessKey?: string; callerUid?: string; instanceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetPlatformResourceResponseBody extends $tea.Model { accountTotalAmount?: number; accountUsageAmount?: number; appTotalAmount?: number; attachmentTotalAmount?: number; attachmentUsageAmount?: number; instanceTotalAmount?: number; instanceUsageAmount?: number; pluginUsageAmount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetPlatformResourceResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetPlatformResourceResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetPrintAppInfoHeaders 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 GetPrintAppInfoRequest extends $tea.Model { /** * @example * abc */ nameLike?: string; /** * @remarks * This parameter is required. * * @example * 123456 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetPrintAppInfoResponseBody extends $tea.Model { result?: GetPrintAppInfoResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetPrintAppInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetPrintAppInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetPrintDictionaryHeaders 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 GetPrintDictionaryRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XABJJSJ */ appType?: string; /** * @remarks * This parameter is required. * * @example * FORM-XABJJSJ */ formUuid?: string; /** * @remarks * This parameter is required. * * @example * abfefw */ userId?: string; /** * @example * 0 */ version?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetPrintDictionaryResponseBody extends $tea.Model { result?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetPrintDictionaryResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetPrintDictionaryResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDefinitionHeaders 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 GetProcessDefinitionRequest extends $tea.Model { appType?: string; corpId?: string; groupId?: string; language?: string; nameSpace?: string; orderNumber?: string; systemToken?: string; systemType?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDefinitionResponseBody extends $tea.Model { formUuid?: string; originator?: GetProcessDefinitionResponseBodyOriginator; outResult?: string; owners?: GetProcessDefinitionResponseBodyOwners[]; processId?: string; processInstanceId?: string; status?: string; tasks?: GetProcessDefinitionResponseBodyTasks[]; title?: string; variables?: { [key: string]: any; }; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDefinitionResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetProcessDefinitionResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignHeaders 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 GetProcessDesignRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @remarks * This parameter is required. * * @example * hexxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 02465454670427591261 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignResponseBody extends $tea.Model { approvalSummary?: GetProcessDesignResponseBodyApprovalSummary[]; flowConfig?: GetProcessDesignResponseBodyFlowConfig; formulaRules?: GetProcessDesignResponseBodyFormulaRules[]; nodes?: GetProcessDesignResponseBodyNodes[]; props?: GetProcessDesignResponseBodyProps; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetProcessDesignResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignByCodeHeaders 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 GetProcessDesignByCodeRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @remarks * This parameter is required. */ processCode?: string; /** * @example * 36679675117 */ processId?: number; /** * @remarks * This parameter is required. * * @example * hexxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 02465454670427591261 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignByCodeResponseBody extends $tea.Model { approvalSummary?: GetProcessDesignByCodeResponseBodyApprovalSummary[]; flowConfig?: GetProcessDesignByCodeResponseBodyFlowConfig; formulaRules?: GetProcessDesignByCodeResponseBodyFormulaRules[]; nodes?: GetProcessDesignByCodeResponseBodyNodes[]; props?: GetProcessDesignByCodeResponseBodyProps; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignByCodeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetProcessDesignByCodeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetRunningTaskListHeaders 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 GetRunningTaskListRequest extends $tea.Model { /** * @remarks * This parameter is required. */ appType?: string; /** * @remarks * This parameter is required. * * @example * xaff,afdfaf,fdsfasdf */ processInstanceIdList?: string; /** * @remarks * This parameter is required. */ systemToken?: string; /** * @remarks * This parameter is required. */ userCorpId?: 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 GetRunningTaskListResponseBody extends $tea.Model { result?: GetRunningTaskListResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetRunningTaskListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetRunningTaskListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetRunningTasksHeaders 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 GetRunningTasksRequest extends $tea.Model { appType?: string; language?: string; processInstanceId?: string; systemToken?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetRunningTasksResponseBody extends $tea.Model { result?: GetRunningTasksResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetRunningTasksResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetRunningTasksResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetSaleUserInfoByUserIdHeaders 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 GetSaleUserInfoByUserIdRequest extends $tea.Model { /** * @remarks * This parameter is required. */ corpId?: string; /** * @remarks * This parameter is required. */ namespace?: 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 GetSaleUserInfoByUserIdResponseBody extends $tea.Model { accountId?: number; corpList?: GetSaleUserInfoByUserIdResponseBodyCorpList[]; userId?: string; userName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetSaleUserInfoByUserIdResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetSaleUserInfoByUserIdResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetSimpleCubeModelListHeaders 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 GetSimpleCubeModelListRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_Q7D2TFJZWNMDS145Z7DP */ appType?: string; /** * @remarks * This parameter is required. * * @example * ding5d17e3add038d44535c2f4657eb6378f */ corpId?: string; /** * @remarks * This parameter is required. * * @example * FORM_MT866EA17HGCUHIV7GROU72YO499257KRS0KLB */ cubeCode?: string; /** * @remarks * This parameter is required. * * @example * ding5d17e3add038d44535c2f4657eb6378f */ cubeTenantId?: string; /** * @remarks * This parameter is required. * * @example * U66663B1LLGCVCVPAF76H6955VYG2408RS0KL0 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 1160440651754805 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetSimpleCubeModelListResponseBody extends $tea.Model { result?: GetSimpleCubeModelListResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetSimpleCubeModelListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetSimpleCubeModelListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskCopiesHeaders 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 GetTaskCopiesRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * 1234567891234 */ createFromTimeGMT?: number; /** * @example * 1234567891234 */ createToTimeGMT?: number; keyword?: string; /** * @example * zh_CN */ language?: string; /** * @example * 1 */ pageNumber?: number; /** * @example * 10 */ pageSize?: number; /** * @example * ["xx","xxx"] */ processCodes?: string; /** * @remarks * This parameter is required. */ systemToken?: 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 GetTaskCopiesResponseBody extends $tea.Model { data?: GetTaskCopiesResponseBodyData[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskCopiesResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: GetTaskCopiesResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationHeaders 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 ListApplicationRequest extends $tea.Model { /** * @example * createdByMe */ appFilter?: string; /** * @example * 步凡的测试应用 */ appNameSearchKeyword?: string; /** * @remarks * This parameter is required. * * @example * ding5d17e3add038d44535c2f4657eb6378e */ corpId?: string; /** * @example * vpc(国内版宜搭)/sgp_vpc(海外版宜搭) */ env?: string; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ pageSize?: number; /** * @remarks * This parameter is required. * * @example * B073AF673BEB044D59F8F612D65E1EA2 */ token?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationResponseBody extends $tea.Model { data?: ListApplicationResponseBodyData[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ListApplicationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationAuthorizationServiceApplicationInformationHeaders 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 ListApplicationAuthorizationServiceApplicationInformationRequest extends $tea.Model { accessKey?: string; callerUnionId?: string; pageNumber?: number; pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationAuthorizationServiceApplicationInformationResponseBody extends $tea.Model { applicationInformation?: ListApplicationAuthorizationServiceApplicationInformationResponseBodyApplicationInformation[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ pageSize?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationAuthorizationServiceApplicationInformationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ListApplicationAuthorizationServiceApplicationInformationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationAuthorizationServiceConnectorInformationHeaders 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 ListApplicationAuthorizationServiceConnectorInformationRequest extends $tea.Model { accessKey?: string; callerUid?: string; pageNumber?: number; pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationAuthorizationServiceConnectorInformationResponseBody extends $tea.Model { /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ pageSize?: number; plugInformation?: ListApplicationAuthorizationServiceConnectorInformationResponseBodyPlugInformation[]; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationAuthorizationServiceConnectorInformationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ListApplicationAuthorizationServiceConnectorInformationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationInformationHeaders 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 ListApplicationInformationRequest extends $tea.Model { accessKey?: string; callerUid?: string; pageNumber?: number; pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationInformationResponseBody extends $tea.Model { applicationInformation?: ListApplicationInformationResponseBodyApplicationInformation[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ pageSize?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationInformationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ListApplicationInformationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListCommodityHeaders 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 ListCommodityRequest extends $tea.Model { /** * @example * accessKey */ accessKey?: string; /** * @example * callerUid */ callerUid?: string; /** * @example * currentPage */ pageNumber?: number; /** * @example * pageSize */ pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListCommodityResponseBody extends $tea.Model { commodityVOList?: ListCommodityResponseBodyCommodityVOList[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ pageSize?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListCommodityResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ListCommodityResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListConnectorInformationHeaders 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 ListConnectorInformationRequest extends $tea.Model { accessKey?: string; callerUid?: string; pageNumber?: number; pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListConnectorInformationResponseBody extends $tea.Model { /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ pageSize?: number; pluginInfos?: ListConnectorInformationResponseBodyPluginInfos[]; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListConnectorInformationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ListConnectorInformationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListFormRemarksHeaders 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 ListFormRemarksRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @example * FORM-INST-123 */ formInstanceIdList?: string[]; /** * @remarks * This parameter is required. * * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListFormRemarksResponseBody extends $tea.Model { /** * @example * {"FINST-GW866DA1NHFZIPNE03UTM88NOAGQ27Q9VUP1L0":[{"creator":"manager9358","replyUserId":null,"images":"[]","formInstId":"FINST-GW866DA1NHFZIPNE03UTM88NOAGQ27Q9VUP1L0","replyId":null,"files":"[]","id":3261500001,"gmtCreate":1649387753000,"class":"com.alibaba.work.tianshu.api.model.form.RemarkVO","atUserId":null,"content":"评论1"}],"FINST-96766PB1LBZYTVGI52J857AFKWWR3MX3CS41LXM6":[{"creator":"manager9358","replyUserId":null,"images":"[]","formInstId":"FINST-96766PB1LBZYTVGI52J857AFKWWR3MX3CS41LXM6","replyId":null,"files":"[]","id":3261500003,"gmtCreate":1649387988000,"class":"com.alibaba.work.tianshu.api.model.form.RemarkVO","atUserId":null,"content":"评论4"}]} */ formRemarkVoMap?: { [key: string]: any; }; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListFormRemarksResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ListFormRemarksResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListNavigationByFormTypeHeaders 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 ListNavigationByFormTypeRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ formType?: string; /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. * * @example * hexxxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListNavigationByFormTypeResponseBody extends $tea.Model { result?: ListNavigationByFormTypeResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListNavigationByFormTypeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ListNavigationByFormTypeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListOperationLogsHeaders 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 ListOperationLogsRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @example * FORM-INST-123 */ formInstanceIdList?: string[]; /** * @remarks * This parameter is required. * * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * manager9358 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListOperationLogsResponseBody extends $tea.Model { /** * @remarks * This parameter is required. * * @example * {"FINST-GW866DA1NHFZIPNE03UTM88NOAGQ27Q9VUP1L0":[{"currentText":null,"componentType":null,"gmtModified":"2022-04-08 11:15:34","preText":null,"operationType":"CREATE","componentName":"","operator":{"userInfo":null,"tbWang":null,"depDesc":null,"displayName":"娄修俊","mastedataDeptments":null,"orderNum":null,"displayEnName":null,"userId":null,"personalPhoto":null,"status":null},"fieldId":null}]} */ operationLogMap?: { [key: string]: any; }; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListOperationLogsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ListOperationLogsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListTableDataByFormInstanceIdTableIdHeaders 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 ListTableDataByFormInstanceIdTableIdRequest extends $tea.Model { /** * @remarks * This parameter is required. */ appType?: string; /** * @remarks * This parameter is required. * * @example * FORM-EF6Y4G8WO2FN0SUB43TDQ3CGC3FMFQ1G9400RCJ3 */ formUuid?: string; /** * **if can be null:** * false */ needRowId?: boolean; /** * @example * 10 */ pageNumber?: number; /** * @example * 50 */ pageSize?: number; /** * @remarks * This parameter is required. * * @example * hexxxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * tableField_ksyaujq1 */ tableFieldId?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListTableDataByFormInstanceIdTableIdResponseBody extends $tea.Model { data?: { [key: string]: any; }[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListTableDataByFormInstanceIdTableIdResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ListTableDataByFormInstanceIdTableIdResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class LoginCodeGenHeaders 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 LoginCodeGenRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * zs123 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class LoginCodeGenResponseBody extends $tea.Model { /** * @example * cdxxxx */ result?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class LoginCodeGenResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: LoginCodeGenResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class NotifyAuthorizationResultHeaders 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 NotifyAuthorizationResultRequest extends $tea.Model { accessKey?: string; accountNumber?: string; beginTimeGMT?: number; callerUid?: string; chargeType?: string; commerceType?: string; commodityType?: string; endTimeGMT?: number; instanceId?: string; instanceName?: string; produceCode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class NotifyAuthorizationResultResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class NotifyAuthorizationResultResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: NotifyAuthorizationResultResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PageAutoFlowLogHeaders 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 PageAutoFlowLogRequest extends $tea.Model { /** * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @remarks * This parameter is required. * * @example * ding5d17e3add038d44535c2f4657eb6378e */ corpId?: string; /** * @example * 1770189343 */ endTimeGMT?: number; /** * @example * vpc(国内版宜搭)/sgp_vpc(海外版宜搭) */ env?: string; /** * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @remarks * This parameter is required. * * @example * 1 */ pageNumber?: number; /** * @remarks * This parameter is required. * * @example * 100 */ pageSize?: number; processCode?: string; /** * @example * 1770189343 */ startTimeGMT?: number; /** * @example * running */ status?: number; /** * @remarks * This parameter is required. * * @example * B073AF673BEB044D59F8F612D65E1EA2 */ token?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PageAutoFlowLogResponseBody extends $tea.Model { data?: PageAutoFlowLogResponseBodyData[]; /** * @example * true */ hasMoreData?: boolean; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PageAutoFlowLogResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: PageAutoFlowLogResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PageFormBaseInfosHeaders 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 PageFormBaseInfosRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appKey?: string; formTypeList?: string[]; language?: string; /** * @remarks * This parameter is required. */ pageIndex?: number; /** * @remarks * This parameter is required. */ pageSize?: number; /** * @remarks * This parameter is required. * * @example * hexxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * david123 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PageFormBaseInfosResponseBody extends $tea.Model { result?: PageFormBaseInfosResponseBodyResult; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PageFormBaseInfosResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: PageFormBaseInfosResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PreviewPublishedProcessHeaders 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 PreviewPublishedProcessRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * 18295 */ departmentId?: string; /** * @remarks * This parameter is required. * * @example * {"textField_jcpm6agt": "单行","employeeField_jcos0sar": ["workno"]} */ formDataJson?: string; /** * @remarks * This parameter is required. * * @example * FORM-NJYJZELV8YZRDEI2N5IQ7L6VEDMR1VE9GMPCJB */ formUuid?: string; /** * @example * zh_CN */ language?: string; /** * @example * TPROC--EF6Y4G8WO2FN0SUB43TDQ3CGC3FMFQ1G9400RCJ4 */ processCode?: string; /** * @remarks * This parameter is required. * * @example * hexxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 1731234567 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PreviewPublishedProcessResponseBody extends $tea.Model { result?: PreviewPublishedProcessResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PreviewPublishedProcessResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: PreviewPublishedProcessResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryServiceRecordHeaders 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 QueryServiceRecordRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @remarks * This parameter is required. * * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @example * HTTP */ hookType?: string; /** * @example * INVOKE-E7766VC1KJ4ZVFCR346USCT2ORYI2UVRBHA1L0 */ hookUuid?: string; /** * @remarks * This parameter is required. * * @example * FINST-NJS33HHSLFNH533HHOFN */ instanceId?: string; /** * @example * 2022-03-28 */ invokeAfterDateGMT?: string; /** * @example * 2022-03-29 */ invokeBeforeDateGMT?: string; /** * @example * 可选值:SUCCESS、FAIL、FINAL_SUCCESS、ERROR */ invokeStatus?: string; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ pageSize?: number; /** * @example * www.aliwork.com/query/ */ requestUrl?: string; /** * @example * INVOKE-E7766VC1KJ4ZVFCR346USCT2ORYI2UVRBHA1LI */ sourceUuid?: string; /** * @example * true */ success?: boolean; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryServiceRecordResponseBody extends $tea.Model { /** * @example * 100 */ totalCount?: number; values?: QueryServiceRecordResponseBodyValues[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryServiceRecordResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: QueryServiceRecordResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RedirectTaskHeaders 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 RedirectTaskRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * y */ byManager?: string; /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. */ nowActionExecutorId?: string; /** * @remarks * This parameter is required. */ processInstanceId?: string; /** * @remarks * This parameter is required. */ remark?: string; /** * @remarks * This parameter is required. */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * task-123 */ taskId?: number; /** * @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 RedirectTaskResponse 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 RefundCommodityHeaders 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 RefundCommodityRequest extends $tea.Model { accessKey?: string; callerUid?: string; instanceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RefundCommodityResponseBody extends $tea.Model { message?: string; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RefundCommodityResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: RefundCommodityResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RegisterAccountsHeaders 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 RegisterAccountsRequest extends $tea.Model { /** * @example * hexaaaa */ accessKey?: string; /** * @example * acc-1732245789 */ activeCode?: string; /** * @example * ding123 */ corpId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RegisterAccountsResponseBody extends $tea.Model { /** * @example * 12 */ instanceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RegisterAccountsResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: RegisterAccountsResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ReleaseCommodityHeaders 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 ReleaseCommodityRequest extends $tea.Model { accessKey?: string; callerUid?: string; instanceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ReleaseCommodityResponseBody extends $tea.Model { message?: string; success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ReleaseCommodityResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ReleaseCommodityResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RemoveTenantResourceHeaders 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 RemoveTenantResourceRequest extends $tea.Model { /** * @example * accessKey */ accessKey?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RemoveTenantResourceResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RemoveTenantResourceResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: RemoveTenantResourceResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RenderBatchCallbackHeaders 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 RenderBatchCallbackRequest extends $tea.Model { appType?: string; /** * @example * ding123 */ corpId?: string; /** * @example * 123789 */ fileSize?: number; language?: string; /** * @example * dingtalk */ namespace?: string; /** * @example * https://oss/com/a/b.pdf */ ossUrl?: string; /** * @example * seq-xxx */ sequenceId?: string; /** * @example * 宜搭 */ source?: string; /** * @example * running */ status?: string; systemToken?: string; /** * @example * GMT */ timeZone?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RenderBatchCallbackResponse 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 RenewApplicationAuthorizationServiceOrderHeaders 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 RenewApplicationAuthorizationServiceOrderRequest extends $tea.Model { /** * @example * hexaaaa */ accessKey?: string; /** * @example * 44234122 */ callerUnionId?: string; /** * @example * 1234567891234 */ endTimeGMT?: number; /** * @example * 12 */ instanceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RenewApplicationAuthorizationServiceOrderResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RenewApplicationAuthorizationServiceOrderResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: RenewApplicationAuthorizationServiceOrderResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RenewTenantOrderHeaders 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 RenewTenantOrderRequest extends $tea.Model { /** * @example * hexaaaa */ accessKey?: string; /** * @example * 44234122 */ callerUnionId?: string; /** * @example * 1234567891234 */ endTimeGMT?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RenewTenantOrderResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class RenewTenantOrderResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: RenewTenantOrderResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SaveFormDataHeaders 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 SaveFormDataRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @remarks * This parameter is required. * * @example * {"textField_jcpm6agt": "单行","employeeField_jcos0sar": ["workno"]} */ formDataJson?: string; /** * @remarks * This parameter is required. * * @example * FORM-NJYJZELV8YZRDEI2N5IQ7L6VEDMR1VE9GMPCJB */ formUuid?: string; /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. * * @example * hexxx */ systemToken?: 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 SaveFormDataResponseBody extends $tea.Model { /** * @example * FINST-XIA66E71N7HSLK7H4KOZ388EEOP03A46YAYRK1 */ result?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SaveFormDataResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SaveFormDataResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SaveFormRemarkHeaders 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 SaveFormRemarkRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * 多个工号,用英文逗号分隔 */ atUserId?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ content?: string; /** * @remarks * This parameter is required. * * @example * 33f6d221-17f8-42b7-836a-682b95a046c2 */ formInstanceId?: string; /** * @example * zh_CN */ language?: string; /** * @example * 12 */ replyId?: number; /** * @remarks * This parameter is required. * * @example * hexxxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SaveFormRemarkResponseBody extends $tea.Model { /** * @example * 123 */ result?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SaveFormRemarkResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SaveFormRemarkResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SavePrintTplDetailInfoHeaders 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 SavePrintTplDetailInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 123456 */ appType?: string; description?: string; fileNameConfig?: string; /** * @remarks * This parameter is required. * * @example * abc */ formUuid?: string; /** * @example * 123456 */ formVersion?: number; /** * @example * 123456 */ setting?: string; /** * @example * 123456 */ templateId?: number; title?: string; /** * @remarks * This parameter is required. * * @example * 123456 */ userId?: string; /** * @example * 123456 */ vm?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SavePrintTplDetailInfoResponseBody extends $tea.Model { result?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SavePrintTplDetailInfoResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SavePrintTplDetailInfoResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchActivationCodeHeaders 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 SearchActivationCodeRequest extends $tea.Model { accessKey?: string; /** * @remarks * This parameter is required. */ callerUid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchActivationCodeResponseBody extends $tea.Model { activationCode?: string; authType?: string; expireTimeGMT?: string; instanceId?: string; status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchActivationCodeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SearchActivationCodeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchEmployeeFieldValuesHeaders 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 SearchEmployeeFieldValuesRequest extends $tea.Model { appType?: string; createFromTimeGMT?: string; createToTimeGMT?: string; formUuid?: string; language?: string; modifiedFromTimeGMT?: string; modifiedToTimeGMT?: string; originatorId?: string; searchFieldJson?: string; systemToken?: string; targetFieldJson?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchEmployeeFieldValuesResponseBody extends $tea.Model { result?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchEmployeeFieldValuesResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SearchEmployeeFieldValuesResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataIdListHeaders 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 SearchFormDataIdListRequest extends $tea.Model { /** * @example * 2018-01-01 */ createFromTimeGMT?: string; /** * @example * 2018-02-01 */ createToTimeGMT?: string; /** * @example * zh_CN */ language?: string; /** * @example * 2018-01-01 */ modifiedFromTimeGMT?: string; /** * @example * 2018-02-01 */ modifiedToTimeGMT?: string; /** * @example * dign1234 */ originatorId?: string; searchFieldJson?: string; /** * @remarks * This parameter is required. * * @example * hexxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * ding1234 */ userId?: string; pageNumber?: number; pageSize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataIdListResponseBody extends $tea.Model { data?: string[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataIdListResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SearchFormDataIdListResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataRemovalTableDataHeaders 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 SearchFormDataRemovalTableDataRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @example * 2021-05-01 */ createFromTimeGMT?: string; /** * @example * 2021-05-01 */ createToTimeGMT?: string; /** * @remarks * This parameter is required. * * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @example * 2021-05-01 */ modifiedFromTimeGMT?: string; /** * @example * 2021-09-10 */ modifiedToTimeGMT?: string; /** * @example * 示例: 按照创建时间和文本组件值做升序排序则填写 {\"gmt_create\":\"+\",\"textField_1234\":\"+\"}。详情参考 https://www.yuque.com/yida/support/agb8im#CQro8 */ orderConfigJson?: string; /** * @example * manager123 */ originatorId?: string; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ pageSize?: number; /** * @example * 支持2种检索规则{"numberField_l0c1cwiu":1}或者[{"key":"currentNodeName","value":"步凡","type":"TEXT","operator":"like","componentName":"TextField"}], 前一种规则仅仅做模糊匹配无法设置精确匹配, 第二种可以设置精确匹配条件。详情参考 https://www.yuque.com/yida/support/agb8im#F4S8e */ searchFieldJson?: string; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataRemovalTableDataResponseBody extends $tea.Model { data?: SearchFormDataRemovalTableDataResponseBodyData[]; /** * @example * true */ hasMoreData?: boolean; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataRemovalTableDataResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SearchFormDataRemovalTableDataResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataSecondGenerationHeaders 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 SearchFormDataSecondGenerationRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @example * 2021-05-01 */ createFromTimeGMT?: string; /** * @example * 2021-05-01 */ createToTimeGMT?: string; /** * @remarks * This parameter is required. * * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @example * 2021-05-01 */ modifiedFromTimeGMT?: string; /** * @example * 2021-09-10 */ modifiedToTimeGMT?: string; /** * @example * 例如按照创建时间升序按照文本组件值升序排序则填{\"gmt_create\":\"+\",\"textField_1234\":\"+\"}。详情参考 https://www.yuque.com/yida/support/agb8im#CQro8 */ orderConfigJson?: string; /** * @example * manager123 */ originatorId?: string; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ pageSize?: number; /** * @example * [{"key":"currentNodeName","value":"当前审批节点名称","type":"TEXT","operator":"like","componentName":"TextField"}]。详情参考 https://www.yuque.com/yida/support/agb8im#F4S8e */ searchCondition?: string; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataSecondGenerationResponseBody extends $tea.Model { data?: SearchFormDataSecondGenerationResponseBodyData[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataSecondGenerationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SearchFormDataSecondGenerationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataSecondGenerationNoTableFieldHeaders 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 SearchFormDataSecondGenerationNoTableFieldRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @example * 2021-05-01 */ createFromTimeGMT?: string; /** * @example * 2021-05-01 */ createToTimeGMT?: string; /** * @remarks * This parameter is required. * * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @example * 2021-05-01 */ modifiedFromTimeGMT?: string; /** * @example * 2021-09-10 */ modifiedToTimeGMT?: string; /** * @example * 例如按照创建时间升序再按照文本组件值升序排序则填{\"gmt_create\":\"+\",\"textField_1234\":\"+\"}。详情参考 https://www.yuque.com/yida/support/agb8im#CQro8 */ orderConfigJson?: string; /** * @example * manager123 */ originatorId?: string; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ pageSize?: number; /** * @example * [{"key":"currentNodeName","value":"当前审批节点名称","type":"TEXT","operator":"like","componentName":"TextField"}]。详情参考 https://www.yuque.com/yida/support/agb8im#F4S8e */ searchCondition?: string; /** * @remarks * This parameter is required. * * @example * 09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataSecondGenerationNoTableFieldResponseBody extends $tea.Model { data?: SearchFormDataSecondGenerationNoTableFieldResponseBodyData[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataSecondGenerationNoTableFieldResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SearchFormDataSecondGenerationNoTableFieldResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDatasHeaders 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 SearchFormDatasRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * 2018-01-01 */ createFromTimeGMT?: string; /** * @example * 2018-02-01 */ createToTimeGMT?: string; /** * @example * 1 */ currentPage?: number; /** * @example * {"numberField_1ac":"+"}, 表示按照字段numberField_1ac升序排列 */ dynamicOrder?: string; /** * @example * vpc,sgp_vpc * * **if can be null:** * true */ env?: string; /** * @remarks * This parameter is required. * * @example * FORM-EF6Y4G8WO2FN0SUB43TDQ3CGC3FMFQ1G9400RCJ3 */ formUuid?: string; /** * @example * zh_CN */ language?: string; logicOperator?: string; /** * @example * 2018-01-01 */ modifiedFromTimeGMT?: string; /** * @example * 2018-02-01 */ modifiedToTimeGMT?: string; originatorId?: string; /** * @example * 10 */ pageSize?: number; /** * @example * {"textField_jcr0069m":"danhang","textareaField_jcr0069n":"duohang","numberField_jcr0069o":["1","10"],"radioField_jcr0069p":"选项一","selectField_jcr0069q":"选项一","checkboxField_jcr0069r":["选项二"],"multiSelectField_jcr0069s":["选项二","选项三"],"dateField_jcr0069t":[1514736000000,1517414399000],"cascadeDate_jcr0069u":[[1514736000000,1517414399000],[1514736000000,1517414399000]],"employeeField_jcr0069x":["xxxxx"],"citySelectField_jcr0069y":["110000","110100","110101"],"departmentField_jcr0069z":1123456,"cascadeSelectField_jcr006a0":["part","part_b"],"tableField_jcr006a1":"明细数据"} */ searchFieldJson?: string; /** * @remarks * This parameter is required. * * @example * hexxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 173112212211 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDatasResponseBody extends $tea.Model { /** * @example * 1 */ currentPage?: number; data?: SearchFormDatasResponseBodyData[]; /** * @example * 100 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDatasResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: SearchFormDatasResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class StartInstanceHeaders 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 StartInstanceRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * 18295 */ departmentId?: string; /** * @remarks * This parameter is required. * * @example * {"textField_jcpm6agt": "单行","employeeField_jcos0sar": ["workno"]} */ formDataJson?: string; /** * @remarks * This parameter is required. * * @example * FORM-NJYJZELV8YZRDEI2N5IQ7L6VEDMR1VE9GMPCJB */ formUuid?: string; /** * @example * zh_CN */ language?: string; /** * @example * TPROC--EF6Y4G8WO2FN0SUB43TDQ3CGC3FMFQ1G9400RCJ4 */ processCode?: string; /** * @example * [{ "key": "__optionalApproval_node_ocltdztr2b1", "value": ["5014533041684350"] }, { "key": "__optionalApproval_node_ocltdztr2b3", "value": ["5014533041684350", "01536610064226180419"] }, { "key": "__optionalApproval_node_oclte07cwn1", "value": ["01432910392321237660"] }] */ processData?: string; /** * @remarks * This parameter is required. * * @example * hexxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 1731234567 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class StartInstanceResponseBody extends $tea.Model { /** * @example * f30233fb-72e1-4af4-8cb8-c7e0ea9ee530 */ result?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class StartInstanceResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: StartInstanceResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class TerminateCloudAuthorizationHeaders 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 TerminateCloudAuthorizationRequest extends $tea.Model { /** * @example * hexaaaa */ accessKey?: string; /** * @example * 44234122 */ callerUnionId?: string; /** * @example * 12 */ instanceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class TerminateCloudAuthorizationResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class TerminateCloudAuthorizationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: TerminateCloudAuthorizationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class TerminateInstanceHeaders 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 TerminateInstanceRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. * * @example * f30233fb-72e1-4af4-8cb8-c7e0ea9ee530 */ processInstanceId?: string; /** * @remarks * This parameter is required. * * @example * hexxxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class TerminateInstanceResponse 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 UpdateCloudAccountInformationHeaders 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 UpdateCloudAccountInformationRequest extends $tea.Model { /** * @example * hexaaaa */ accessKey?: string; /** * @example * 123 */ accountNumber?: string; /** * @example * 44234122 */ callerUnionId?: string; /** * @example * Business */ commodityType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class UpdateCloudAccountInformationResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class UpdateCloudAccountInformationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: UpdateCloudAccountInformationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class UpdateFormDataHeaders 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 UpdateFormDataRequest extends $tea.Model { /** * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * vpc,sgp_vpc * * **if can be null:** * true */ env?: string; /** * @remarks * This parameter is required. * * @example * 33f6d221-17f8-42b7-836a-682b95a046c2 */ formInstanceId?: string; /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. * * @example * hexxx */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * {"textField_jcr0069m":"danhang","textareaField_jcr0069n":"duohang","numberField_jcr0069o":1,"radioField_jcr0069p":"选项一","selectField_jcr0069q":"选项一","checkboxField_jcr0069r":["选项二","选项三"],"multiSelectField_jcr0069s":["选项二","选项三"],"dateField_jcr0069t":1516636800000,"cascadeDate_jcr0069u":["1514736000000","1517328000000"],"employeeField_jcr0069x":["xxxxx"],"citySelectField_jcr0069y":["110000","110100","110101"],"departmentField_jcr0069z":1123456,"cascadeSelectField_jcr006a0":["part","part_b"],{"attachmentField_jna1lvyb":[{"downloadUrl":"https://www.aliwork.com/fileHandle?appType=default_tianshu_app&fileName=edd07ca9-1d2e-44b5-98fe-c1e16202f90d.txt&instId=&type=download","name":"test.txt","previewUrl":"https://www.aliwork.com/inst/preview?appType=default_tianshu_app&fileName=test.txt&fileSize=4&downloadUrl=edd07ca9-1d2e-44b5-98fe-c1e16202f90d.txt","url":"https://www.aliwork.com/fileHandle?appType=default_tianshu_app&fileName=edd07ca9-1d2e-44b5-98fe-c1e16202f90d.txt&instId=&type=download","ext":"txt"}]},"tableField_jcr006a1":[{"cascadeDate_jcr006aa":["1514736000000","1517328000000"],"cascadeSelectField_jcr006ae":["product","product_a"],"checkboxField_jcr006a7":["选项一","选项二","选项三"],"citySelectField_jcr006ac":["120000","120100","120102"],"dateField_jcr006a9":1517328000000,"departmentField_jcr006ad":1123456,"employeeField_jcr006ab":["yyyyy","xxxxx"],"multiSelectField_jcr006a8":["选项一","选项二","选项三"],"numberField_jcr006a4":2,"radioField_jcr006a5":"选项二","selectField_jcr006a6":"选项三","textField_jcr006a2":"明细下单行","textareaField_jcr006a3":"明细下多行"}]} */ updateFormDataJson?: string; /** * @example * false */ useLatestVersion?: boolean; /** * @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 UpdateFormDataResponse 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 UpdateInstanceHeaders 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 UpdateInstanceRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * APP_PBKT0MFBEBTDO8T7SLVP */ appType?: string; /** * @example * zh_CN */ language?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ processInstanceId?: string; /** * @remarks * This parameter is required. * * @example * hello1234 */ systemToken?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ updateFormDataJson?: string; /** * @remarks * This parameter is required. * * @example * 未知 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class UpdateInstanceResponse 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 UpdateStatusHeaders 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 UpdateStatusRequest extends $tea.Model { appType?: string; errorLines?: number[]; importSequence?: string; language?: string; status?: string; systemToken?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class UpdateStatusResponse 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 UpgradeTenantInformationHeaders 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 UpgradeTenantInformationRequest extends $tea.Model { /** * @example * hexaaaa */ accessKey?: string; /** * @example * 123 */ accountNumber?: string; /** * @example * 44234122 */ callerUnionId?: string; /** * @example * Business */ commodityType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class UpgradeTenantInformationResponseBody extends $tea.Model { result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class UpgradeTenantInformationResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: UpgradeTenantInformationResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateApplicationAuthorizationOrderHeaders 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 ValidateApplicationAuthorizationOrderRequest extends $tea.Model { accessKey?: string; callerUnionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateApplicationAuthorizationOrderResponseBody extends $tea.Model { message?: string; status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateApplicationAuthorizationOrderResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ValidateApplicationAuthorizationOrderResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateApplicationAuthorizationServiceOrderHeaders 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 ValidateApplicationAuthorizationServiceOrderRequest extends $tea.Model { accessKey?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateApplicationAuthorizationServiceOrderResponseBody extends $tea.Model { message?: string; status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateApplicationAuthorizationServiceOrderResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ValidateApplicationAuthorizationServiceOrderResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateApplicationServiceOrderUpgradeHeaders 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 ValidateApplicationServiceOrderUpgradeRequest extends $tea.Model { /** * @example * accessKey */ accessKey?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateApplicationServiceOrderUpgradeResponseBody extends $tea.Model { message?: string; status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateApplicationServiceOrderUpgradeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ValidateApplicationServiceOrderUpgradeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateOrderBuyHeaders 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 ValidateOrderBuyRequest extends $tea.Model { accessKey?: string; callerUid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateOrderBuyResponseBody extends $tea.Model { message?: string; status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateOrderBuyResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ValidateOrderBuyResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateOrderUpdateHeaders 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 ValidateOrderUpdateRequest extends $tea.Model { accessKey?: string; callerUid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateOrderUpdateResponseBody extends $tea.Model { message?: string; status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateOrderUpdateResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ValidateOrderUpdateResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateOrderUpgradeHeaders 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 ValidateOrderUpgradeRequest extends $tea.Model { accessKey?: string; callerUid?: string; instanceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateOrderUpgradeResponseBody extends $tea.Model { message?: string; status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ValidateOrderUpgradeResponse extends $tea.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ValidateOrderUpgradeResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetFormDataByIdListResponseBodyResultModifyUserName extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetFormDataByIdListResponseBodyResultModifyUser extends $tea.Model { name?: BatchGetFormDataByIdListResponseBodyResultModifyUserName; /** * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetFormDataByIdListResponseBodyResultOriginatorName extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetFormDataByIdListResponseBodyResultOriginator extends $tea.Model { name?: BatchGetFormDataByIdListResponseBodyResultOriginatorName; /** * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class BatchGetFormDataByIdListResponseBodyResult extends $tea.Model { /** * @example * 2021-05-01 */ createTimeGMT?: string; /** * @example * ding12345 */ creatorUserId?: string; /** * @example * {"addressField_l0c1cwiy_id":"\"海南省/469027/国营红岗农场/111\"","associationFormField_l0c1hdz4_id":"\"[{\\\"formType\\\":\\\"receipt\\\",\\\"formUuid\\\":\\\"FORM-QQ866JB1QW8YM5XZZZ64VQB61OGM1MLWE1C0LG\\\",\\\"instanceId\\\":\\\"FINST-CC666Y6198RY0LAN39XGND212MSX3TFT95S0LN31\\\",\\\"subTitle\\\":\\\"{\\\\\\\"type\\\\\\\":\\\\\\\"div\\\\\\\",\\\\\\\"props\\\\\\\":{\\\\\\\"children\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"a\\\\\\\",\\\\\\\"props\\\\\\\":{\\\\\\\"children\\\\\\\":\\\\\\\"查看签名\\\\\\\",\\\\\\\"className\\\\\\\":\\\\\\\"inst-cell-item-link\\\\\\\",\\\\\\\"style\\\\\\\":{\\\\\\\"cursor\\\\\\\":\\\\\\\"pointer\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#0068ff\\\\\\\"}}},\\\\\\\"className\\\\\\\":\\\\\\\"inst-cell-item\\\\\\\"}}\\\",\\\"appType\\\":\\\"APP_K6IGJJ6PFAARLPDSWKXQ\\\",\\\"title\\\":\\\"1\\\"}]\"","countrySelectField_l0c1cwiu_id":["PG"]} */ formData?: { [key: string]: any; }; /** * @example * FINST-J8766S91O2UYN87ZX3XOF1MY8MBA2912BSV0L24 */ formInstanceId?: string; /** * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @example * 12345 */ id?: number; /** * @example * 符合宜搭表单实例格式的json数据 */ instanceValue?: string; /** * @example * 2021-05-01 */ modifiedTimeGMT?: string; /** * @example * manager123 */ modifier?: string; modifyUser?: BatchGetFormDataByIdListResponseBodyResultModifyUser; originator?: BatchGetFormDataByIdListResponseBodyResultOriginator; /** * @example * IMPORT-388664B1BAUVB3AYZE1RIUE88TDM1QI9WIOWK2 */ sequence?: string; /** * @example * YIDA909202202250027 */ serialNumber?: string; /** * @example * 李四发起的请购单 */ title?: string; /** * @example * 1.0 */ version?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetActivityButtonListResponseBodyResult extends $tea.Model { /** * @example * 同意 */ aliasInChinese?: string; /** * @example * agree */ aliasInEnglish?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetActivityListResponseBodyResult extends $tea.Model { activityId?: string; activityName?: string; activityNameInEnglish?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetAllAuthCubesResponseBodyResultCubeDataRanges extends $tea.Model { classifiedCode?: string; conditionKey?: string; conditionValue?: any[]; elementCode?: string; elementType?: string; /** * @example * manager123 */ operator?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetAllAuthCubesResponseBodyResultUserInformation extends $tea.Model { authProvider?: string; /** * @example * ding5d17e3add038d44535c2f4657eb6378e */ corpId?: string; /** * @example * 开发部 */ departmentName?: string; /** * @example * 测试应用 */ name?: string; nickName?: string; realmId?: number; refererNamespaceCode?: string; /** * @example * 请购类型 */ showName?: string; workNo?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetAllAuthCubesResponseBodyResult extends $tea.Model { apappliedCount?: number; appCode?: string; appInstanceCode?: string; appStoreCode?: string; authMode?: string; /** * @example * all */ authorizationType?: number; businessProcessCode?: string; categoriesFirst?: string; categoriesSecond?: string; /** * @example * 2021-05-01 */ createTimeGMT?: string; /** * @example * ding12345 */ creatorUserId?: string; cubeAuthType?: string; cubeCode?: string; cubeDataRange?: string; cubeDataRanges?: GetAllAuthCubesResponseBodyResultCubeDataRanges[]; cubeSource?: string; dataCacheTimeConfiguration?: string; dataflowCode?: string; /** * @example * 步凡创建的宜搭应用 */ description?: string; domainCode?: string; enableCache?: boolean; /** * @example * 12345 */ id?: number; isNeedApplication?: string; isTrend?: string; /** * @example * 2021-05-01 */ modifiedTimeGMT?: string; /** * @example * manager123 */ modifier?: string; /** * @example * 测试应用 */ name?: string; namespaceCode?: string; owner?: string; sharedDataSet?: boolean; tenantCorpId?: string; /** * @example * i18n */ type?: string; userInformation?: GetAllAuthCubesResponseBodyResultUserInformation; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetAutoFlowLogDetailResponseBodyData extends $tea.Model { activityKey?: string; elapsedTimeGMT?: number; /** * @example * 2021-01-01 */ finishTimeGMT?: string; flag?: string; inputParams?: { [key: string]: any; }; /** * @example * 测试应用 */ name?: string; others?: string; outputParams?: { [key: string]: any; }; /** * @example * running */ status?: string; uuid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetCorpAccomplishmentTasksResponseBodyData extends $tea.Model { activeTimeGMT?: string; actualActionerId?: string; appType?: string; createTimeGMT?: string; finishTimeGMT?: string; originatorEmail?: string; originatorId?: string; originatorName?: string; originatorNameInEnglish?: string; originatorNickName?: string; originatorNickNameInEnglish?: string; originatorPhoto?: string; outResult?: string; outResultName?: string; processInstanceId?: string; status?: string; taskId?: string; taskType?: string; title?: string; titleInEnglish?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetCorpTasksResponseBodyData extends $tea.Model { activeTimeGMT?: string; actualActionerId?: string; appType?: string; createTimeGMT?: string; finishTimeGMT?: string; originatorEmail?: string; originatorId?: string; originatorName?: string; originatorNameInEnglish?: string; originatorNickName?: string; originatorNickNameEn?: string; originatorPhoto?: string; outResult?: string; outResultName?: string; processInstanceId?: string; status?: string; taskId?: string; taskType?: string; title?: string; titleInEnglish?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFieldDefByUuidResponseBodyResult extends $tea.Model { behavior?: string; children?: string; componentName?: string; fieldId?: string; label?: any; props?: any; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormComponentDefinitionListResponseBodyResult extends $tea.Model { componentName?: string; fieldId?: string; label?: string; parentId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormDataByIDResponseBodyOriginatorName extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; /** * @example * i18n */ type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormDataByIDResponseBodyOriginator extends $tea.Model { /** * @example * 开发部 */ departmentName?: string; email?: string; name?: GetFormDataByIDResponseBodyOriginatorName; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormListInAppResponseBodyResultDataTitle extends $tea.Model { enUS?: string; zhCN?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormListInAppResponseBodyResultData extends $tea.Model { creator?: string; formType?: string; formUuid?: string; gmtCreate?: string; title?: GetFormListInAppResponseBodyResultDataTitle; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetFormListInAppResponseBodyResult extends $tea.Model { currentPage?: number; data?: GetFormListInAppResponseBodyResultData[]; totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstanceByIdResponseBodyActionExecutorName extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstanceByIdResponseBodyActionExecutor extends $tea.Model { deptName?: string; email?: string; name?: GetInstanceByIdResponseBodyActionExecutorName; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstanceByIdResponseBodyOriginatorName extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstanceByIdResponseBodyOriginator extends $tea.Model { deptName?: string; email?: string; name?: GetInstanceByIdResponseBodyOriginatorName; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesResponseBodyDataActionExecutorName extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesResponseBodyDataActionExecutor extends $tea.Model { deptName?: string; email?: string; name?: GetInstancesResponseBodyDataActionExecutorName; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesResponseBodyDataOriginatorName extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesResponseBodyDataOriginator extends $tea.Model { deptName?: string; email?: string; name?: GetInstancesResponseBodyDataOriginatorName; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesResponseBodyData extends $tea.Model { actionExecutor?: GetInstancesResponseBodyDataActionExecutor[]; approvedResult?: string; createTimeGMT?: string; data?: { [key: string]: any; }; formUuid?: string; instanceStatus?: string; modifiedTimeGMT?: string; originator?: GetInstancesResponseBodyDataOriginator; processCode?: string; processInstanceId?: string; title?: string; version?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesByIdListResponseBodyResultActionExecutorName extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; /** * @example * i18n */ type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesByIdListResponseBodyResultActionExecutor extends $tea.Model { /** * @example * 开发部 */ departmentName?: string; email?: string; name?: GetInstancesByIdListResponseBodyResultActionExecutorName; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesByIdListResponseBodyResultOriginatorName extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; /** * @example * i18n */ type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesByIdListResponseBodyResultOriginator extends $tea.Model { /** * @example * 开发部 */ departmentName?: string; email?: string; name?: GetInstancesByIdListResponseBodyResultOriginatorName; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetInstancesByIdListResponseBodyResult extends $tea.Model { actionExecutor?: GetInstancesByIdListResponseBodyResultActionExecutor[]; /** * @example * agree */ approvedResult?: string; /** * @example * {"numberField_jcr0069o":1,"multiSelectField_jcr0069s":["选项三","选项二"],"textareaField_jcr0069n":"duohang","employeeField_jcr0069x":["xxxx"],"departmentField_jcr0069z":"信息xxx平台","cascadeDate_jcr0069u":["1514736000000","1517328000000"],"cascadeSelectField_jcr006a0":["part","part_b"],"tableField_jcr006a1":[{"departmentField_jcr006ad":"信息xxx","cascadeDate_jcr006aa":["1514736000000","1517328000000"],"selectField_jcr006a6":"选项三","citySelectField_jcr006ac":["天津","天津市","河东区"],"radioField_jcr006a5":"选项二","employeeField_jcr006ab":["yyyyy","xxxxxx"],"dateField_jcr006a9":1517328000000,"textField_jcr006a2":"明细下单行","textareaField_jcr006a3":"明细下多行","cascadeSelectField_jcr006ae":["product","product_a"],"numberField_jcr006a4":2,"checkboxField_jcr006a7":["选项一","选项三","选项二"],"multiSelectField_jcr006a8":["选项一","选项三","选项二"]}],"selectField_jcr0069q":"选项一","citySelectField_jcr0069y":["北京","北京市","东城区"],"checkboxField_jcr0069r":["选项三","选项二"],"textField_jcr0069m":"danhang","radioField_jcr0069p":"选项一","dateField_jcr0069t":1516636800000} */ data?: { [key: string]: any; }; /** * @example * FORM-EF6Y4G8WO2FN0SUB43TDQ3CGC3FMFQ1G9400RCJ3 */ formUuid?: string; /** * @example * RUNNING */ instanceStatus?: string; originator?: GetInstancesByIdListResponseBodyResultOriginator; /** * @example * TPROC--EF6Y4G8WO2FN0SUB43TDQ3CGC3FMFQ1G9400RCJ4 */ processCode?: string; /** * @example * f30233fb-72e1-4af4-8cb8-c7e0ea9ee530 */ processInstanceId?: string; /** * @example * xxxx 发起的流程 */ title?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetMeCorpSubmissionResponseBodyDataActioner extends $tea.Model { buName?: string; email?: string; employeeType?: string; employeeTypeInformation?: string; humanResourceGroupWorkNumber?: string; isSystemAdmin?: boolean; level?: string; name?: string; nickName?: string; orderNumber?: string; personalPhoto?: string; personalPhotoUrl?: string; pinyinNameAll?: string; pinyinNickName?: string; state?: string; superUserId?: string; tbWang?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetMeCorpSubmissionResponseBodyDataCurrentActivityInstances extends $tea.Model { activityId?: string; activityInstanceStatus?: string; activityName?: string; activityNameEn?: string; id?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetMeCorpSubmissionResponseBodyData extends $tea.Model { actioner?: GetMeCorpSubmissionResponseBodyDataActioner[]; actionerId?: string[]; actionerName?: string[]; appType?: string; createTimeGMT?: string; currentActivityInstances?: GetMeCorpSubmissionResponseBodyDataCurrentActivityInstances[]; dataMap?: { [key: string]: any; }; dataType?: string; finishTimeGMT?: string; formInstanceId?: string; formUuid?: string; instanceValue?: string; modifiedTimeGMT?: string; originatorAvatar?: string; originatorDisplayName?: string; originatorId?: string; processApprovedResult?: string; processApprovedResultText?: string; processCode?: string; processId?: number; processInstanceId?: string; processInstanceStatus?: string; processInstanceStatusText?: string; processName?: string; title?: string; version?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetNotifyMeResponseBodyData extends $tea.Model { activityId?: string; appType?: string; corpId?: string; createTimeGMT?: string; /** * @example * ding12345 */ creatorUserId?: string; /** * @example * FORM_INST_12345 */ formInstanceId?: string; instStatus?: string; mobileUrl?: string; modifiedTimeGMT?: string; processCode?: string; title?: string; titleInEnglish?: string; url?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetOperationRecordsResponseBodyResultDomainListOperatorAgentIdList extends $tea.Model { /** * @example * 开发部成立于2000年 */ departmentDescription?: string; /** * @example * 测试应用 */ displayName?: string; /** * @example * ZhangSan */ displayNameInEnglish?: string; /** * @example * o-YDJKINSSDLLND */ orderNumber?: string; /** * @example * https://abc.com/a.png */ personalPhoto?: string; /** * @example * running */ status?: string; /** * @example * ding173982232112232 */ userId?: string; /** * @example * 张三 */ userInformation?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetOperationRecordsResponseBodyResultDomainList extends $tea.Model { /** * @example * return */ action?: string; /** * @example * 2021-02-01 */ activeTimeGMT?: string; /** * @example * act-xxaanfaf */ activityId?: string; /** * @example * https://oss.com/Signature.pdf */ digitalSignature?: string; /** * @example * https://oss.com/a.pdf */ files?: string; /** * @example * 同意 */ formatAction?: string; /** * @example * 2021-01-01 */ operateTimeGMT?: string; /** * @example * remove */ operateType?: string; /** * @example * manager123 */ operator?: string; /** * @example * 1732223326,1232321888,12188991 */ operatorAgentIdList?: GetOperationRecordsResponseBodyResultDomainListOperatorAgentIdList[]; /** * @example * 张三 */ operatorDisplayName?: string; /** * @example * 李四 */ operatorName?: string; /** * @example * 无冬 */ operatorNickName?: string; /** * @example * https://oss.com/a.jpeg */ operatorPhotoUrl?: string; /** * @example * 良好 */ operatorStatus?: string; processInstanceId?: string; remark?: string; /** * @example * 请购类型 */ showName?: string; /** * @example * 12 */ size?: number; /** * @example * 同步 */ taskExecuteType?: string; /** * @example * 2021-01-01 */ taskHoldTimeGMT?: number; /** * @example * task-123 */ taskId?: string; /** * @example * append task */ taskType?: string; /** * @example * i18n */ type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetOperationRecordsResponseBodyResult extends $tea.Model { action?: string; actionExit?: string; activeTimeGMT?: string; activityId?: string; dataId?: number; digitalSign?: string; domainList?: GetOperationRecordsResponseBodyResultDomainList[]; files?: string; operateTimeGMT?: string; operateType?: string; operatorDisplayName?: string; operatorName?: string; operatorNickName?: string; operatorPhotoUrl?: string; operatorStatus?: string; operatorUserId?: string; processInstanceId?: string; remark?: string; showName?: string; size?: number; taskExecuteType?: string; taskHoldTimeGMT?: number; taskId?: string; taskType?: string; type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetPrintAppInfoResponseBodyResultFormInfoList extends $tea.Model { formName?: string; formUuid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetPrintAppInfoResponseBodyResult extends $tea.Model { /** * @example * 李四的宜搭应用 */ appName?: string; appType?: string; formInfoList?: GetPrintAppInfoResponseBodyResultFormInfoList[]; iconUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDefinitionResponseBodyOriginatorMasterDataDepartments extends $tea.Model { deptName?: string; deptNameInEnglish?: string; deptNo?: string; deptPath?: string; humanSourceGroupOrderNumber?: string; humanSourceGroupWorkNo?: string; id?: number; masterWorkNo?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDefinitionResponseBodyOriginator extends $tea.Model { departmentDescription?: string; displayEnName?: string; displayName?: string; masterDataDepartments?: GetProcessDefinitionResponseBodyOriginatorMasterDataDepartments[]; orderNumber?: string; personalPhoto?: string; status?: string; tbWang?: string; userId?: string; userInfo?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDefinitionResponseBodyOwnersMasterDataDepartments extends $tea.Model { deptName?: string; deptNameInEnglish?: string; deptNo?: string; deptPath?: string; humanSourceGroupOrderNumber?: string; humanSourceGroupWorkNo?: string; id?: number; masterWorkNo?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDefinitionResponseBodyOwners extends $tea.Model { departmentDescription?: string; displayEnName?: string; displayName?: string; masterDataDepartments?: GetProcessDefinitionResponseBodyOwnersMasterDataDepartments[]; orderNumber?: string; personalPhoto?: string; status?: string; tbWang?: string; userId?: string; userInfo?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDefinitionResponseBodyTasksActivity extends $tea.Model { activityId?: string; activityInstanceStatus?: string; activityName?: string; activityNameInEnglish?: string; id?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDefinitionResponseBodyTasks extends $tea.Model { actionerId?: string; activity?: GetProcessDefinitionResponseBodyTasksActivity; status?: string; taskId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignResponseBodyApprovalSummaryTitle extends $tea.Model { /** * @example * zhangsan */ enUS?: string; /** * @example * i18n */ type?: string; /** * @example * 张三 */ zhCN?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignResponseBodyApprovalSummary extends $tea.Model { title?: GetProcessDesignResponseBodyApprovalSummaryTitle; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignResponseBodyFlowConfigSidInstDetail extends $tea.Model { /** * @example * HIDDEN */ fieldBehavior?: string; /** * @example * textField_xxx */ fieldId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignResponseBodyFlowConfig extends $tea.Model { sidInstDetail?: GetProcessDesignResponseBodyFlowConfigSidInstDetail[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignResponseBodyFormulaRulesName extends $tea.Model { /** * @example * zhangsan */ enUS?: string; /** * @example * 张三 */ zhCN?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignResponseBodyFormulaRulesRule extends $tea.Model { /** * @example * EQ(#{textField_xxx},1) */ content?: string; /** * @example * EQ(单行文本,1) */ displayRule?: string; /** * @example * EQ(#{textField_xxx},1) */ source?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignResponseBodyFormulaRules extends $tea.Model { activityAction?: string[]; activityId?: string[]; /** * @example * n */ block?: string; /** * @example * xxx */ message?: string; name?: GetProcessDesignResponseBodyFormulaRulesName; /** * @example * START */ nodeType?: string; rule?: GetProcessDesignResponseBodyFormulaRulesRule; /** * @example * VALIDATOR */ ruleType?: string; /** * @example * null */ triggerMode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignResponseBodyNodesName extends $tea.Model { /** * @example * 张三 */ enUS?: string; /** * @example * zhangsan */ zhCN?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignResponseBodyNodes extends $tea.Model { childNodes?: { [key: string]: any; }[]; /** * @example * 请选择审批人 */ description?: string; name?: GetProcessDesignResponseBodyNodesName; nextId?: string[]; /** * @example * node_xxx */ nodeId?: string; /** * @example * node_xxx */ prevId?: string; props?: { [key: string]: any; }; /** * @example * approval */ type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignResponseBodyProps extends $tea.Model { allowCollaboration?: boolean; allowTemporaryStorage?: boolean; allowWithdraw?: boolean; /** * @example * FORM-xxx */ bindingForm?: string; noRecordRecall?: boolean; /** * @example * TPROC--BDC66HB1FIPNPCMNE5VV787RY4D5327NBKTZL0 */ processCode?: string; /** * @example * https://xxx */ processDetailUrl?: string; /** * @example * https://xxx */ processInitUrl?: string; /** * @example * https://xxx */ processMobileDetailUrl?: string; stopAssociationRulesIfFailed?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignByCodeResponseBodyApprovalSummaryTitle extends $tea.Model { /** * @example * zhangsan */ enUS?: string; /** * @example * i18n */ type?: string; /** * @example * 张三 */ zhCN?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignByCodeResponseBodyApprovalSummary extends $tea.Model { title?: GetProcessDesignByCodeResponseBodyApprovalSummaryTitle; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignByCodeResponseBodyFlowConfigSidInstDetail extends $tea.Model { /** * @example * HIDDEN */ fieldBehavior?: string; /** * @example * textField_xxx */ fieldId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignByCodeResponseBodyFlowConfig extends $tea.Model { sidInstDetail?: GetProcessDesignByCodeResponseBodyFlowConfigSidInstDetail[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignByCodeResponseBodyFormulaRulesName extends $tea.Model { /** * @example * zhangsan */ enUS?: string; /** * @example * 张三 */ zhCN?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignByCodeResponseBodyFormulaRulesRule extends $tea.Model { /** * @example * EQ(#{textField_xxx},1) */ content?: string; /** * @example * EQ(单行文本,1) */ displayRule?: string; /** * @example * EQ(#{textField_xxx},1) */ source?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignByCodeResponseBodyFormulaRules extends $tea.Model { activityAction?: string[]; activityId?: string[]; /** * @example * n */ block?: string; /** * @example * xxx */ message?: string; name?: GetProcessDesignByCodeResponseBodyFormulaRulesName; /** * @example * START */ nodeType?: string; rule?: GetProcessDesignByCodeResponseBodyFormulaRulesRule; /** * @example * VALIDATOR */ ruleType?: string; /** * @example * null */ triggerMode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignByCodeResponseBodyNodesName extends $tea.Model { /** * @example * 张三 */ enUS?: string; /** * @example * zhangsan */ zhCN?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignByCodeResponseBodyNodes extends $tea.Model { childNodes?: { [key: string]: any; }[]; /** * @example * 请选择审批人 */ description?: string; name?: GetProcessDesignByCodeResponseBodyNodesName; nextId?: string[]; /** * @example * node_xxx */ nodeId?: string; /** * @example * node_xxx */ prevId?: string; props?: { [key: string]: any; }; /** * @example * approval */ type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetProcessDesignByCodeResponseBodyProps extends $tea.Model { allowCollaboration?: boolean; allowTemporaryStorage?: boolean; allowWithdraw?: boolean; /** * @example * FORM-xxx */ bindingForm?: string; noRecordRecall?: boolean; /** * @example * TPROC--BDC66HB1FIPNPCMNE5VV787RY4D5327NBKTZL0 */ processCode?: string; /** * @example * https://xxx */ processDetailUrl?: string; /** * @example * https://xxx */ processInitUrl?: string; /** * @example * https://xxx */ processMobileDetailUrl?: string; stopAssociationRulesIfFailed?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetRunningTaskListResponseBodyResult extends $tea.Model { /** * @example * 2021-02-01 */ activeTimeGMT?: string; /** * @example * manager123 */ actualActionExecutorId?: string; appType?: string; /** * @example * 2021-01-01 */ createTimeGMT?: string; /** * @example * 2021-01-01 */ finishTimeGMT?: string; originatorEmail?: string; originatorId?: string; originatorName?: string; originatorNameInEnglish?: string; originatorNickName?: string; originatorNickNameInEnglish?: string; originatorPhoto?: string; outResult?: string; outResultName?: string; processInstanceId?: string; /** * @example * running */ status?: string; /** * @example * task-123 */ taskId?: string; /** * @example * append task */ taskType?: string; /** * @example * 李四发起的请购单 */ title?: string; /** * @example * title A */ titleInEnglish?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetRunningTasksResponseBodyResult extends $tea.Model { activeTimeGMT?: string; activityId?: string; actualActionerId?: string; createTimeGMT?: string; finishTimeGMT?: string; originatorId?: string; processInstanceId?: string; status?: string; taskId?: string; taskType?: string; title?: string; titleInEnglish?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetSaleUserInfoByUserIdResponseBodyCorpList extends $tea.Model { corpId?: string; corpName?: string; namespace?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetSimpleCubeModelListResponseBodyResultChildren extends $tea.Model { classifiedCode?: string; cubeCode?: string; dataType?: string; dimensionType?: string; fieldCode?: string; /** * @example * 12345 */ id?: string; isDimension?: string; isVisible?: string; measureType?: string; text?: string; timeFormat?: string; timeGranularityType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetSimpleCubeModelListResponseBodyResult extends $tea.Model { children?: GetSimpleCubeModelListResponseBodyResultChildren[]; /** * @example * 12345 */ id?: string; isDimension?: string; text?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskCopiesResponseBodyDataCurrentActivityInstances extends $tea.Model { /** * @example * act-xxaanfaf */ activityId?: string; /** * @example * running */ activityInstanceStatus?: string; /** * @example * activity-124 */ activityName?: string; /** * @example * redirect task */ activityNameInEnglish?: string; /** * @example * 12345 */ id?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class GetTaskCopiesResponseBodyData extends $tea.Model { actionExecutorId?: string[]; actionExecutorName?: string[]; appType?: string; carbonActivityId?: string; /** * @example * 2021-01-01 */ createTimeGMT?: string; currentActivityInstances?: GetTaskCopiesResponseBodyDataCurrentActivityInstances[]; dataMap?: { [key: string]: any; }; dataType?: string; /** * @example * 2021-01-01 */ finishTimeGMT?: string; formInstanceId?: string; formUuid?: string; /** * @example * 符合宜搭表单实例格式的json数据 */ instanceValue?: string; modifiedTimeGMT?: string; originatorAvatar?: string; originatorDisplayName?: string; originatorId?: string; processApprovedResult?: string; processApprovedResultText?: string; processCode?: string; /** * @example * proc-123 */ processId?: number; processInstanceId?: string; processInstanceStatus?: string; processInstanceStatusText?: string; processName?: string; /** * @example * ser-BNANFAHHYDFNK */ serialNumber?: string; /** * @example * 李四发起的请购单 */ title?: string; /** * @example * 1.0 */ version?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationResponseBodyData extends $tea.Model { /** * @example * {"ODIN_TOPIC_ID":"2560649","APPPROVIDER":"vigo","NEEDAYALYSIS":"n","NAVTYPE":"top_side","SHOWICON":"n","REPORT_SUPPORT_META_3":"y","ALLOW_EXTERNAL_ADDRESS_BOOK":"y","REPORTVERSION":"V5","FORM_SCHEMA_VERSION":"V5","EXCEL_SOURCE":"LOCAL","DEVICETYPE":"web,mobile","ENABLE_CSRF_SWITCH":"y","NEW_ALLOW_EXTERNAL_ADDRESS_BOOK":"y","COLOUR":"blue","DINGTALK_CID":"LOCAL","APPMODE":"normal","NAVLAYOUT":"auto","SHOWNAV":"y","SHOWCRUMB":"y","SUPPORT_META_3":"y","SUPPORT_META_2":"y","SYSTEMLINK":"https://www.aliwork.com/APP_LDYQVBGT167NAON5KB1X/workbench","DATA_QUERY_VERSION":"V1","DB_SOURCE_TYPE":"TDDL_MYSQL","ISTODINGAPPCENTER":"n","REVERSION":"5.9.16","EDS_DB_INDEX":"24","NAVIGATION":"TODO,DONE,SUBMIT","APPTYPE":"single"} */ appConfig?: string; /** * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; /** * @example * 上线:ONLINE,下线:OFFLINE */ applicationStatus?: string; /** * @example * ding5d17e3add038d44535c2f4657eb6378e */ corpId?: string; /** * @example * ding12345 */ creatorUserId?: string; /** * @example * 步凡创建的宜搭应用 */ description?: string; /** * @example * appdiqiu%%#0089FF */ icon?: string; /** * @example * 已删除:y,未删除:n */ inexistence?: string; /** * @example * 测试应用 */ name?: string; /** * @example * 离线:offline,在线:online */ releaseToDingStatus?: string; /** * @example * ding8eaadfkksj45343wksff334 */ subCorpId?: string; systemToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationAuthorizationServiceApplicationInformationResponseBodyApplicationInformationUsagePlugins extends $tea.Model { iconUrl?: string; pluginName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationAuthorizationServiceApplicationInformationResponseBodyApplicationInformation extends $tea.Model { appName?: string; appType?: string; attachmentUsageAmount?: number; instanceUsageAmount?: number; usagePlugins?: ListApplicationAuthorizationServiceApplicationInformationResponseBodyApplicationInformationUsagePlugins[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationAuthorizationServiceConnectorInformationResponseBodyPlugInformationApplications extends $tea.Model { appName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationAuthorizationServiceConnectorInformationResponseBodyPlugInformation extends $tea.Model { applications?: ListApplicationAuthorizationServiceConnectorInformationResponseBodyPlugInformationApplications[]; iconUrl?: string; plugName?: string; plugPayType?: number; plugStatus?: number; plugTotalAmount?: number; plugUsageAmount?: number; plugUuid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationInformationResponseBodyApplicationInformationUsagePlugins extends $tea.Model { iconUrl?: string; pluginName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListApplicationInformationResponseBodyApplicationInformation extends $tea.Model { appName?: string; appType?: string; attachmentUsageAmount?: number; instanceUsageAmount?: number; usagePlugins?: ListApplicationInformationResponseBodyApplicationInformationUsagePlugins[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListCommodityResponseBodyCommodityVOList extends $tea.Model { accountDistributionNumber?: number; accountNumber?: number; activationCode?: string; buyDateGMT?: string; expireDateGMT?: string; instanceId?: string; status?: string; version?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListConnectorInformationResponseBodyPluginInfosApps extends $tea.Model { appName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListConnectorInformationResponseBodyPluginInfos extends $tea.Model { apps?: ListConnectorInformationResponseBodyPluginInfosApps[]; iconUrl?: string; pluginName?: string; pluginPayType?: number; pluginStatus?: number; pluginTotalAmount?: number; pluginUsageAmount?: number; pluginUuid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListNavigationByFormTypeResponseBodyResultTitle extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class ListNavigationByFormTypeResponseBodyResult extends $tea.Model { formUuid?: string; processCode?: string; title?: ListNavigationByFormTypeResponseBodyResultTitle; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PageAutoFlowLogResponseBodyData extends $tea.Model { /** * @example * APP_XCE0EVXS6DYG3YDYC5RD */ appType?: string; elapsedTimeGMT?: number; /** * @example * 2021-01-01 */ finishTimeGMT?: string; flag?: string; procInstanceId?: string; processCode?: string; srcProcInstanceFinishTimeGMT?: string; srcProcInstanceId?: string; /** * @example * running */ status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PageFormBaseInfosResponseBodyResultDataTitle extends $tea.Model { enUS?: string; zhCN?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PageFormBaseInfosResponseBodyResultData extends $tea.Model { creator?: string; formType?: string; formUuid?: string; gmtCreate?: string; title?: PageFormBaseInfosResponseBodyResultDataTitle; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PageFormBaseInfosResponseBodyResult extends $tea.Model { currentPage?: number; data?: PageFormBaseInfosResponseBodyResultData[]; totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class PreviewPublishedProcessResponseBodyResult extends $tea.Model { action?: string; actionExit?: string; activeTimeGMT?: string; activityId?: string; dataId?: number; digitalSign?: string; domains?: any[]; files?: string; operateTimeGMT?: string; operateType?: string; operatorDisplayName?: string; operatorName?: string; operatorNickName?: string; operatorPhotoUrl?: string; operatorStatus?: string; operatorUserId?: string; processInstanceId?: string; remark?: string; showName?: string; size?: number; taskExecuteType?: string; taskHoldTimeGMT?: number; taskId?: string; taskType?: string; type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class QueryServiceRecordResponseBodyValues extends $tea.Model { /** * @example * FINST-J8766S91O2UYN87ZX3XOF1MY8MBA2912BSV0L24 */ formInstanceId?: string; /** * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @example * HTTP */ hookType?: string; /** * @example * INVOKE-E7766VC1KJ4ZVFCR346USCT2ORYI2UVRBHA1L0 */ hookUuid?: string; /** * @example * {"parameter1":"测试服务执行"} */ invokeParameter?: string; /** * @example * {"content":{"currentPage":1,"data":[{"industry_id":"互联网","role":"人事","textField_kzi3b7ql":"场景","textField_kzi3b7qk":"角色","description":"用于企业员工假期请假、值班、就近办公等信息统计,便于假期工作事项安排。","orderNum":5,"industry":"互联网","textField_kzi3b7qj":"推荐","usageNum_value":"3365","textField_kzi3b7qm":"能力","scene":"企业应用","usageNum":3365,"role_id":"人事","suggest_id":"快速入门","imageUrl":"https://tianshu-vpc.oss-cn-shanghai.aliyuncs.com/49315603-3a20-4bd8-aeb0-a1430be3177a.jpg","templateTitle":"员工排班表","guide":"","orderNum_value":"5","author":"宜搭官方","appTplUuid":"TPL_RAOW06MPQBKKNENFMD5U","textField_kzp6ix74":"行业","scene_id":"企业应用","suggest":"快速入门","tags":["表单"],"isShow":"显示","isShow_id":"y","tags_id":["表单"]},{"industry_id":"互联网","role":"行政","textField_kzi3b7ql":"场景","textField_kzi3b7qk":"角色","description":"1.可用于公司内部收集员工意见。\n2.可意见类型对意见进行整理。\n由杭州鑫峰维网络科技有限公司免费提供,可钉钉沟通或电话咨询 肖经理:15869116881","orderNum":14,"industry":"互联网","textField_kzi3b7qj":"推荐","usageNum_value":"678","textField_kzi3b7qm":"能力","scene":"人事行政","usageNum":678,"role_id":"行政","suggest_id":"快速入门","imageUrl":"https://tianshu-vpc.oss-cn-shanghai.aliyuncs.com/72c0dcce-dded-417c-a003-db4679cc1c96.jpg","templateTitle":"意见反馈表","guide":"","orderNum_value":"14","author":"杭州鑫蜂维网络科技有限公司","appTplUuid":"TPL_KI4RE0NWXGTA1DV028XR","textField_kzp6ix74":"行业","scene_id":"人事行政","suggest":"快速入门","tags":["表单"],"isShow":"显示","isShow_id":"y","tags_id":["表单"]},{"industry_id":"制造业","role":"生产","textField_kzi3b7ql":"场景","textField_kzi3b7qk":"角色","description":"一物一码,为每台设备生成二维码,并制作成标牌。业务巡检人员使用钉钉扫码,添加巡检和维修记录,上传现场照片,实现无纸化巡检。","orderNum":29,"industry":"制造业","textField_kzi3b7qj":"推荐","usageNum_value":"145","textField_kzi3b7qm":"能力","scene":"不展示","usageNum":145,"category_id":"NEW","role_id":"生产","suggest_id":"快速入门","imageUrl":"https://tianshu-vpc.oss-cn-shanghai.aliyuncs.com/bb437d98-4015-4830-9224-42d90cfe6089.jpeg","templateTitle":"设备扫码巡检","guide":"一物一码,为每台设备生成二维码,并制作成标牌。业务巡检人员使用钉钉扫码,添加巡检和维修记录,上传现场照片,实现无纸化巡检。","orderNum_value":"29","author":"宜搭官方","appTplUuid":"TPL_G4P53OFFXISLNOWZW0QT","textField_kzp6ix74":"行业","scene_id":"不展示","suggest":"快速入门","tags":["二维码"],"isShow":"显示","isShow_id":"y","tags_id":["二维码"],"category":"NEW"},{"industry_id":"互联网","role":"行政","textField_kzi3b7ql":"场景","textField_kzi3b7qk":"角色","description":"是基于企业办公物品领用或申请的场景下,\n1、对物品自定义的录入和信息维护。\n2、库存流水,库存汇总的报表展示。\n由杭州鑫峰维网络科技有限公司免费提供,可钉钉沟通或电话咨询 肖经理:15869116881","orderNum":74,"industry":"互联网","textField_kzi3b7qj":"推荐","usageNum_value":"16238","textField_kzi3b7qm":"能力","scene":"人事行政","usageNum":16238,"role_id":"行政","suggest_id":"快速入门","imageUrl":"https://tianshu-vpc.oss-cn-shanghai.aliyuncs.com/8c6d63b2-8a9f-4b05-8299-79e7dd97efc9.jpg","templateTitle":"办公物品申请","guide":"","orderNum_value":"74","author":"杭州鑫蜂维网络科技有限公司","appTplUuid":"TPL_WDGWQFTJD6FCG44NM4JC","textField_kzp6ix74":"行业","scene_id":"人事行政","suggest":"快速入门","tags":["流程表单"],"isShow":"显示","isShow_id":"y","tags_id":["流程表单"]},{"industry_id":"互联网","role":"行政","textField_kzi3b7ql":"场景","textField_kzi3b7qk":"角色","description":"借用宜搭最新连接器能力,活动报名申请通过后自动拉入指定群。","orderNum":145,"industry":"互联网","textField_kzi3b7qj":"推荐","usageNum_value":"2522","textField_kzi3b7qm":"能力","scene":"人事行政","usageNum":2522,"role_id":"行政","suggest_id":"快速入门","imageUrl":"https://tianshu-vpc.oss-cn-shanghai.aliyuncs.com/9b6d7f1a-135b-435a-88c5-97e9fed7e75c.jpg","templateTitle":"活动报名","guide":"","orderNum_value":"145","author":"宜搭官方","appTplUuid":"TPL_GLXCK24WLMDCRV8EMU0K","textField_kzp6ix74":"行业","scene_id":"人事行政","suggest":"快速入门","tags":["连接器"],"isShow":"显示","isShow_id":"y","tags_id":["连接器"]},{"industry_id":"互联网","role":"人事","textField_kzi3b7ql":"场景","textField_kzi3b7qk":"角色","description":"一键导入工资,生成工资条消息,钉钉消息查看工资条","orderNum":277,"industry":"互联网","textField_kzi3b7qj":"推荐","usageNum_value":"746","textField_kzi3b7qm":"能力","scene":"人事行政","usageNum":746,"role_id":"人事","suggest_id":"快速入门","imageUrl":"https://tianshu-vpc.oss-cn-shanghai.aliyuncs.com/462be093-cc4f-4e7e-a72e-bdf15c2edfb7.jpg","templateTitle":"工资条","guide":"","orderNum_value":"277","author":"广州汇华信息科技有限公司","appTplUuid":"TPL_DQXKIBK2E06KKOP2BX2B","textField_kzp6ix74":"行业","scene_id":"人事行政","suggest":"快速入门","tags":["表单","快捷消息"],"isShow":"显示","isShow_id":"y","tags_id":["快捷消息","表单"]},{"industry_id":"教育行业","role":"行政","textField_kzi3b7ql":"场景","textField_kzi3b7qk":"角色","description":"多岗位、多校区、涉及人员多,班次多,调班多;\n值班岗位,值班人员一目了然;线上调班,值班表信息同步;\n值班通知,系统自动推送;值班日志,记录留痕可查;\n值班阅览室,最新公告、流程汇总可查","orderNum":318,"industry":"教育行业","textField_kzi3b7qj":"推荐","usageNum_value":"608","textField_kzi3b7qm":"能力","scene":"不展示","usageNum":608,"role_id":"行政","suggest_id":"快速入门","imageUrl":"https://tianshu-vpc.oss-cn-shanghai.aliyuncs.com/16d71251-a7ef-4a23-bcb0-77563bd3f7a9.jpg?x-oss-process=image/resize,m_fixed,h_380,w_680","templateTitle":"值班管理系统","guide":"多岗位、多校区、涉及人员多,班次多,调班多;\n值班岗位,值班人员一目了然;线上调班,值班表信息同步;\n值班通知,系统自动推送;值班日志,记录留痕可查;\n值班阅览室,最新公告、流程汇总可查","orderNum_value":"318","author":"宜搭官方","appTplUuid":"TPL_HC18Z4Y3SQDWO2SH1ZT9","textField_kzp6ix74":"行业","scene_id":"不展示","suggest":"快速入门","tags":["流程表单"],"isShow":"显示","isShow_id":"y","tags_id":["流程表单"]}],"entities":null,"hasMore":false,"idCursor":0,"totalCount":7},"errorCode":"","errorExtInfo":null,"errorLevel":"","errorMsg":"","success":true,"throwable":""} */ invokeResult?: string; /** * @example * 可选值:SUCCESS、FAIL、FINAL_SUCCESS、ERROR */ invokeStatus?: string; /** * @example * 成功:y,失败:n */ invokeSuccess?: string; /** * @example * https://www.aliwork.com/query/loginFreeFormData/listFormDataByType.json?type=templateCenter&searchFieldJson=%7B%22isShow%22%3A%22y%22%2C%22suggest%22%3A%22%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8%22%2C%22industry%22%3A%22%22%2C%22role%22%3A%22%22%2C%22tags%22%3A%22%22%2C%22templateTitle%22%3A%22%22%7D&dynamicOrder=%7B%22orderNum%22%3A%22%2B%22%7D&pageSize=48¤tPage=1 */ invokeUrl?: string; /** * @example * {"url":"https://www.aliwork.com/query/loginFreeFormData/listFormDataByType.json?type=templateCenter&searchFieldJson=%7B%22isShow%22%3A%22y%22%2C%22suggest%22%3A%22%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8%22%2C%22industry%22%3A%22%22%2C%22role%22%3A%22%22%2C%22tags%22%3A%22%22%2C%22templateTitle%22%3A%22%22%7D&dynamicOrder=%7B%22orderNum%22%3A%22%2B%22%7D&pageSize=48¤tPage=1","isMd5":null,"signature":"","isSHA":null,"hmacSecret":"","type":"HttpExt","params":[{"field":"name","value":"name","label":{"zh_CN":"name","en_US":"name","type":"i18n"},"type":"java.lang.String"}]} */ serviceContent?: string; /** * @example * 查询宜搭模板 */ serviceName?: string; /** * @example * {"parameter1":"测试服务执行"} */ serviceParameter?: string; /** * @example * INVOKE-E7766VC1KJ4ZVFCR346USCT2ORYI2UVRBHA1LI */ sourceUuid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataRemovalTableDataResponseBodyDataModifyUserName extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataRemovalTableDataResponseBodyDataModifyUser extends $tea.Model { /** * @example * 开发部 */ departmentName?: string; /** * @example * abc@alimail.com */ email?: string; name?: SearchFormDataRemovalTableDataResponseBodyDataModifyUserName; /** * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataRemovalTableDataResponseBodyDataOriginatorName extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataRemovalTableDataResponseBodyDataOriginator extends $tea.Model { /** * @example * 开发部 */ departmentName?: string; /** * @example * abc@alimail.com */ email?: string; name?: SearchFormDataRemovalTableDataResponseBodyDataOriginatorName; /** * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataRemovalTableDataResponseBodyData extends $tea.Model { /** * @example * 2021-05-01 */ createTimeGMT?: string; /** * @example * ding12345 */ creatorUserId?: string; /** * @example * {"countrySelectField_l0c1cwiu":[{"value":"US"}]} */ formData?: { [key: string]: any; }; /** * @example * FINST-J8766S91O2UYN87ZX3XOF1MY8MBA2912BSV0L24 */ formInstanceId?: string; /** * @example * FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA */ formUuid?: string; /** * @example * 12345 */ id?: number; /** * @example * 符合宜搭表单实例格式的json数据 */ instanceValue?: string; /** * @example * 2021-05-01 */ modifiedTimeGMT?: string; /** * @example * manager123 */ modifier?: string; modifyUser?: SearchFormDataRemovalTableDataResponseBodyDataModifyUser; originator?: SearchFormDataRemovalTableDataResponseBodyDataOriginator; /** * @example * IMPORT-388664B1BAUVB3AYZE1RIUE88TDM1QI9WIOWK2 */ sequence?: string; /** * @example * YIDA909202202250027 */ serialNumber?: string; /** * @example * 李四发起的请购单 */ title?: string; /** * @example * 1.0 */ version?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataSecondGenerationResponseBodyDataModifyUserName extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataSecondGenerationResponseBodyDataModifyUser extends $tea.Model { name?: SearchFormDataSecondGenerationResponseBodyDataModifyUserName; /** * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataSecondGenerationResponseBodyDataOriginatorName extends $tea.Model { /** * @example * 张三 */ nameInChinese?: string; /** * @example * ZhangSan */ nameInEnglish?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataSecondGenerationResponseBodyDataOriginator extends $tea.Model { name?: SearchFormDataSecondGenerationResponseBodyDataOriginatorName; /** * @example * ding173982232112232 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; constructor(map?: { [key: string]: any; }); } export declare class SearchFormDataSecondGenerationResponseBodyData extends $tea.Model { /** * @example * 2021-05-01 */ createTimeGMT?: string; /** * @example * ding12345 */ creatorUserId?: string; /** * @example * {"addressField_l0c1cwiy_id":"\"海南省/469027/国营红岗农场/111\"","associationFormField_l0c1hdz4_id":"\"[{\\\"formType\\\":\\\"receipt\\\",\\\"formUuid\\\":\\\"FORM-QQ866JB1QW8YM5XZZZ64VQB61OGM1MLWE1C0LG\\\",\\\"instanceId\\\":\\\"FINST-CC666Y6198RY0LAN39XGND212MSX3TFT95S0LN31\\\",\\\"subTitle\\\":\\\"{\\\\\\\"type\\\\\\\":\\\\\\\"div\\\\\\\",\\\\\\\"props\\\\\\\":{\\\\\\\"children\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"a\\\\\\\",\\\\\\\"props\\\\\\\":{\\\\\\\"children\\\\\\\":\\\\\\\"查看签名\\\\\\\",\\\\\\\"className\\\\\\\":\\\\\\\"inst-cell-item-link\\\\\\\",\\\\\\\"style\\\\\\\":{\\\\\\\"cursor\\\\\\\":\\\\\\\"pointer\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#0068ff\\\\\\\"}}},\\\\\\\"className\\\\\\\":\\\\\\\"inst-cell-item\\\\\\\"}}\\\",\\\"appType\\\":\\\"APP_K6IGJJ6PFAARLPDSWKXQ\\\",\\\"title\\\":\\\"1\\\"}]\"","countrySelectField_l0c1cwiu_id":["PG"],"imageField_l0c1cwit":"[{\"previewUrl\":\"/ossFileHandle?appType=APP_K6IGJJ6PFAARLPDSWKXQ&fileName=APP_K6IGJJ6PFAARLPDSWKXQ_MTczMjU1NjYyMzg3MzI0NF8wUDk2NlQ2MVIzR1lHV1RaMjMxQ1A5U1Y1NU1NM1lMWVY1QzBMMQ$$.jpg&instId=&type=open&process=image/resize,m_fill,w_200,h_200,limit_0/quality,q_80\",\"size\":2610734,\"name\":\"Bts2Z0e6oxA.jpg\",\"downloadUrl\":\"/ossFileHandle?appType=APP_K6IGJJ6PFAARLPDSWKXQ&fileName=APP_K6IGJJ6PFAARLPDSWKXQ_MTczMjU1NjYyMzg3MzI0NF8wUDk2NlQ2MVIzR1lHV1RaMjMxQ1A5U1Y1NU1NM1lMWVY1QzBMMQ$$.jpg&instId=&type=download\",\"url\":\"/ossFileHandle?appType=APP_K6IGJJ6PFAARLPDSWKXQ&fileName=APP_K6IGJJ6PFAARLPDSWKXQ_MTczMjU1NjYyMzg3MzI0NF8wUDk2NlQ2MVIzR1lHV1RaMjMxQ1A5U1Y1NU1NM1lMWVY1QzBMMQ$$.jpg&instId=&type=download\"}]","rateField_l0c1cwis_value":"3","editorField_l0c1cwiz":"