// This file is auto-generated, don't edit it /** */ import Util, * as $Util from '@alicloud/tea-util'; import GatewayClient from '@alicloud/gateway-dingtalk'; import OpenApi, * as $OpenApi from '@alicloud/openapi-client'; import OpenApiUtil from '@alicloud/openapi-util'; import * as $tea from '@alicloud/tea-typescript'; export class CountTodoTasksHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CountTodoTasksRequest extends $tea.Model { fromDueTime?: number; isDone?: boolean; isRecycled?: boolean; roleTypes?: string[][]; toDueTime?: number; /** * @example * TODO */ todoType?: string; static names(): { [key: string]: string } { return { fromDueTime: 'fromDueTime', isDone: 'isDone', isRecycled: 'isRecycled', roleTypes: 'roleTypes', toDueTime: 'toDueTime', todoType: 'todoType', }; } static types(): { [key: string]: any } { return { fromDueTime: 'number', isDone: 'boolean', isRecycled: 'boolean', roleTypes: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, toDueTime: 'number', todoType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CountTodoTasksResponseBody extends $tea.Model { /** * @example * 99 */ result?: number; static names(): { [key: string]: string } { return { result: 'result', }; } static types(): { [key: string]: any } { return { result: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CountTodoTasksResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CountTodoTasksResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: CountTodoTasksResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreatePersonalTodoTaskHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreatePersonalTodoTaskRequest extends $tea.Model { description?: string; dueTime?: number; /** * @remarks * This parameter is required. */ executorIds?: string[]; notifyConfigs?: CreatePersonalTodoTaskRequestNotifyConfigs; participantIds?: string[]; reminderTimeStamp?: number; /** * @remarks * This parameter is required. */ subject?: string; static names(): { [key: string]: string } { return { description: 'description', dueTime: 'dueTime', executorIds: 'executorIds', notifyConfigs: 'notifyConfigs', participantIds: 'participantIds', reminderTimeStamp: 'reminderTimeStamp', subject: 'subject', }; } static types(): { [key: string]: any } { return { description: 'string', dueTime: 'number', executorIds: { 'type': 'array', 'itemType': 'string' }, notifyConfigs: CreatePersonalTodoTaskRequestNotifyConfigs, participantIds: { 'type': 'array', 'itemType': 'string' }, reminderTimeStamp: 'number', subject: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreatePersonalTodoTaskResponseBody extends $tea.Model { createdTime?: number; taskId?: string; static names(): { [key: string]: string } { return { createdTime: 'createdTime', taskId: 'taskId', }; } static types(): { [key: string]: any } { return { createdTime: 'number', taskId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreatePersonalTodoTaskResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreatePersonalTodoTaskResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: CreatePersonalTodoTaskResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTaskHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTaskRequest extends $tea.Model { actionList?: CreateTodoTaskRequestActionList[]; bizCategoryId?: string; contentFieldList?: CreateTodoTaskRequestContentFieldList[]; creatorId?: string; description?: string; detailUrl?: CreateTodoTaskRequestDetailUrl; dueTime?: number; executorIds?: string[]; isOnlyShowExecutor?: boolean; notifyConfigs?: CreateTodoTaskRequestNotifyConfigs; participantIds?: string[]; priority?: number; remindNotifyConfigs?: CreateTodoTaskRequestRemindNotifyConfigs; reminderTimeStamp?: number; sourceId?: string; /** * @remarks * This parameter is required. */ subject?: string; thirdExtension?: { [key: string]: any }; /** * @example * TODO */ todoType?: string; operatorId?: string; static names(): { [key: string]: string } { return { actionList: 'actionList', bizCategoryId: 'bizCategoryId', contentFieldList: 'contentFieldList', creatorId: 'creatorId', description: 'description', detailUrl: 'detailUrl', dueTime: 'dueTime', executorIds: 'executorIds', isOnlyShowExecutor: 'isOnlyShowExecutor', notifyConfigs: 'notifyConfigs', participantIds: 'participantIds', priority: 'priority', remindNotifyConfigs: 'remindNotifyConfigs', reminderTimeStamp: 'reminderTimeStamp', sourceId: 'sourceId', subject: 'subject', thirdExtension: 'thirdExtension', todoType: 'todoType', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { actionList: { 'type': 'array', 'itemType': CreateTodoTaskRequestActionList }, bizCategoryId: 'string', contentFieldList: { 'type': 'array', 'itemType': CreateTodoTaskRequestContentFieldList }, creatorId: 'string', description: 'string', detailUrl: CreateTodoTaskRequestDetailUrl, dueTime: 'number', executorIds: { 'type': 'array', 'itemType': 'string' }, isOnlyShowExecutor: 'boolean', notifyConfigs: CreateTodoTaskRequestNotifyConfigs, participantIds: { 'type': 'array', 'itemType': 'string' }, priority: 'number', remindNotifyConfigs: CreateTodoTaskRequestRemindNotifyConfigs, reminderTimeStamp: 'number', sourceId: 'string', subject: 'string', thirdExtension: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, todoType: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTaskResponseBody extends $tea.Model { bizTag?: string; contentFieldList?: CreateTodoTaskResponseBodyContentFieldList[]; /** * @remarks * This parameter is required. */ createdTime?: number; /** * @remarks * This parameter is required. */ creatorId?: string; description?: string; detailUrl?: CreateTodoTaskResponseBodyDetailUrl; done?: boolean; dueTime?: number; executorIds?: string[]; finishTime?: number; /** * @remarks * This parameter is required. */ id?: string; isOnlyShowExecutor?: boolean; modifiedTime?: number; modifierId?: string; notifyConfigs?: CreateTodoTaskResponseBodyNotifyConfigs; participantIds?: string[]; priority?: number; requestId?: string; source?: string; sourceId?: string; startTime?: number; /** * @remarks * This parameter is required. */ subject?: string; static names(): { [key: string]: string } { return { bizTag: 'bizTag', contentFieldList: 'contentFieldList', createdTime: 'createdTime', creatorId: 'creatorId', description: 'description', detailUrl: 'detailUrl', done: 'done', dueTime: 'dueTime', executorIds: 'executorIds', finishTime: 'finishTime', id: 'id', isOnlyShowExecutor: 'isOnlyShowExecutor', modifiedTime: 'modifiedTime', modifierId: 'modifierId', notifyConfigs: 'notifyConfigs', participantIds: 'participantIds', priority: 'priority', requestId: 'requestId', source: 'source', sourceId: 'sourceId', startTime: 'startTime', subject: 'subject', }; } static types(): { [key: string]: any } { return { bizTag: 'string', contentFieldList: { 'type': 'array', 'itemType': CreateTodoTaskResponseBodyContentFieldList }, createdTime: 'number', creatorId: 'string', description: 'string', detailUrl: CreateTodoTaskResponseBodyDetailUrl, done: 'boolean', dueTime: 'number', executorIds: { 'type': 'array', 'itemType': 'string' }, finishTime: 'number', id: 'string', isOnlyShowExecutor: 'boolean', modifiedTime: 'number', modifierId: 'string', notifyConfigs: CreateTodoTaskResponseBodyNotifyConfigs, participantIds: { 'type': 'array', 'itemType': 'string' }, priority: 'number', requestId: 'string', source: 'string', sourceId: 'string', startTime: 'number', subject: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTaskResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateTodoTaskResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: CreateTodoTaskResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTypeConfigHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTypeConfigRequest extends $tea.Model { actionList?: CreateTodoTypeConfigRequestActionList[]; /** * @remarks * This parameter is required. */ cardType?: number; contentFieldList?: CreateTodoTypeConfigRequestContentFieldList[]; description?: string; /** * @remarks * This parameter is required. */ icon?: string; /** * @remarks * This parameter is required. */ pcDetailUrlOpenMode?: string; operatorId?: string; static names(): { [key: string]: string } { return { actionList: 'actionList', cardType: 'cardType', contentFieldList: 'contentFieldList', description: 'description', icon: 'icon', pcDetailUrlOpenMode: 'pcDetailUrlOpenMode', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { actionList: { 'type': 'array', 'itemType': CreateTodoTypeConfigRequestActionList }, cardType: 'number', contentFieldList: { 'type': 'array', 'itemType': CreateTodoTypeConfigRequestContentFieldList }, description: 'string', icon: 'string', pcDetailUrlOpenMode: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTypeConfigResponseBody extends $tea.Model { actionList?: CreateTodoTypeConfigResponseBodyActionList[]; bizTag?: string; cardType?: number; contentFieldList?: CreateTodoTypeConfigResponseBodyContentFieldList[]; /** * @remarks * This parameter is required. */ createdTime?: number; /** * @remarks * This parameter is required. */ creatorId?: string; description?: string; icon?: string; /** * @remarks * This parameter is required. */ id?: string; /** * @remarks * This parameter is required. */ modifiedTime?: number; /** * @remarks * This parameter is required. */ modifierId?: string; pcDetailUrlOpenMode?: string; requestId?: string; static names(): { [key: string]: string } { return { actionList: 'actionList', bizTag: 'bizTag', cardType: 'cardType', contentFieldList: 'contentFieldList', createdTime: 'createdTime', creatorId: 'creatorId', description: 'description', icon: 'icon', id: 'id', modifiedTime: 'modifiedTime', modifierId: 'modifierId', pcDetailUrlOpenMode: 'pcDetailUrlOpenMode', requestId: 'requestId', }; } static types(): { [key: string]: any } { return { actionList: { 'type': 'array', 'itemType': CreateTodoTypeConfigResponseBodyActionList }, bizTag: 'string', cardType: 'number', contentFieldList: { 'type': 'array', 'itemType': CreateTodoTypeConfigResponseBodyContentFieldList }, createdTime: 'number', creatorId: 'string', description: 'string', icon: 'string', id: 'string', modifiedTime: 'number', modifierId: 'string', pcDetailUrlOpenMode: 'string', requestId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTypeConfigResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateTodoTypeConfigResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: CreateTodoTypeConfigResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeletePersonalTodoTaskHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeletePersonalTodoTaskResponseBody extends $tea.Model { success?: string; static names(): { [key: string]: string } { return { success: 'success', }; } static types(): { [key: string]: any } { return { success: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeletePersonalTodoTaskResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeletePersonalTodoTaskResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: DeletePersonalTodoTaskResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteTodoTaskHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteTodoTaskRequest extends $tea.Model { operatorId?: string; static names(): { [key: string]: string } { return { operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteTodoTaskResponseBody extends $tea.Model { requestId?: string; result?: boolean; static names(): { [key: string]: string } { return { requestId: 'requestId', result: 'result', }; } static types(): { [key: string]: any } { return { requestId: 'string', result: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteTodoTaskResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeleteTodoTaskResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: DeleteTodoTaskResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskResponseBody extends $tea.Model { bizTag?: string; cardTypeId?: string; createdTime?: number; creatorId?: string; description?: string; detailUrl?: GetTodoTaskResponseBodyDetailUrl; done?: boolean; dueTime?: number; executorIds?: string[]; finishTime?: number; id?: string; isOnlyShowExecutor?: boolean; modifiedTime?: number; modifierId?: string; participantIds?: string[]; priority?: number; requestId?: string; source?: string; sourceId?: string; startTime?: number; subject?: string; tenantId?: string; tenantType?: string; static names(): { [key: string]: string } { return { bizTag: 'bizTag', cardTypeId: 'cardTypeId', createdTime: 'createdTime', creatorId: 'creatorId', description: 'description', detailUrl: 'detailUrl', done: 'done', dueTime: 'dueTime', executorIds: 'executorIds', finishTime: 'finishTime', id: 'id', isOnlyShowExecutor: 'isOnlyShowExecutor', modifiedTime: 'modifiedTime', modifierId: 'modifierId', participantIds: 'participantIds', priority: 'priority', requestId: 'requestId', source: 'source', sourceId: 'sourceId', startTime: 'startTime', subject: 'subject', tenantId: 'tenantId', tenantType: 'tenantType', }; } static types(): { [key: string]: any } { return { bizTag: 'string', cardTypeId: 'string', createdTime: 'number', creatorId: 'string', description: 'string', detailUrl: GetTodoTaskResponseBodyDetailUrl, done: 'boolean', dueTime: 'number', executorIds: { 'type': 'array', 'itemType': 'string' }, finishTime: 'number', id: 'string', isOnlyShowExecutor: 'boolean', modifiedTime: 'number', modifierId: 'string', participantIds: { 'type': 'array', 'itemType': 'string' }, priority: 'number', requestId: 'string', source: 'string', sourceId: 'string', startTime: 'number', subject: 'string', tenantId: 'string', tenantType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetTodoTaskResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: GetTodoTaskResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskBySourceIdHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskBySourceIdResponseBody extends $tea.Model { bizTag?: string; createdTime?: number; creatorId?: string; description?: string; detailUrl?: GetTodoTaskBySourceIdResponseBodyDetailUrl; done?: boolean; dueTime?: number; executorIds?: string[]; finishTime?: number; id?: string; isOnlyShowExecutor?: boolean; modifiedTime?: number; modifierId?: string; participantIds?: string[]; priority?: number; requestId?: string; source?: string; sourceId?: string; startTime?: number; subject?: string; tenantId?: string; tenantType?: string; static names(): { [key: string]: string } { return { bizTag: 'bizTag', createdTime: 'createdTime', creatorId: 'creatorId', description: 'description', detailUrl: 'detailUrl', done: 'done', dueTime: 'dueTime', executorIds: 'executorIds', finishTime: 'finishTime', id: 'id', isOnlyShowExecutor: 'isOnlyShowExecutor', modifiedTime: 'modifiedTime', modifierId: 'modifierId', participantIds: 'participantIds', priority: 'priority', requestId: 'requestId', source: 'source', sourceId: 'sourceId', startTime: 'startTime', subject: 'subject', tenantId: 'tenantId', tenantType: 'tenantType', }; } static types(): { [key: string]: any } { return { bizTag: 'string', createdTime: 'number', creatorId: 'string', description: 'string', detailUrl: GetTodoTaskBySourceIdResponseBodyDetailUrl, done: 'boolean', dueTime: 'number', executorIds: { 'type': 'array', 'itemType': 'string' }, finishTime: 'number', id: 'string', isOnlyShowExecutor: 'boolean', modifiedTime: 'number', modifierId: 'string', participantIds: { 'type': 'array', 'itemType': 'string' }, priority: 'number', requestId: 'string', source: 'string', sourceId: 'string', startTime: 'number', subject: 'string', tenantId: 'string', tenantType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskBySourceIdResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetTodoTaskBySourceIdResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: GetTodoTaskBySourceIdResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskDetailHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskDetailResponseBody extends $tea.Model { bizTag?: string; category?: string; createdTime?: number; creatorId?: string; description?: string; detailUrl?: GetTodoTaskDetailResponseBodyDetailUrl; done?: boolean; dueTime?: number; executorIds?: string[]; executorStatus?: GetTodoTaskDetailResponseBodyExecutorStatus[]; finishTime?: number; id?: string; isOnlyShowExecutor?: boolean; modifiedTime?: number; modifierId?: string; orgInfo?: GetTodoTaskDetailResponseBodyOrgInfo; participantIds?: string[]; priority?: number; requestId?: string; source?: string; sourceId?: string; startTime?: number; subject?: string; tenantId?: string; tenantType?: string; todoCardView?: GetTodoTaskDetailResponseBodyTodoCardView; /** * @example * TODO */ todoType?: string; static names(): { [key: string]: string } { return { bizTag: 'bizTag', category: 'category', createdTime: 'createdTime', creatorId: 'creatorId', description: 'description', detailUrl: 'detailUrl', done: 'done', dueTime: 'dueTime', executorIds: 'executorIds', executorStatus: 'executorStatus', finishTime: 'finishTime', id: 'id', isOnlyShowExecutor: 'isOnlyShowExecutor', modifiedTime: 'modifiedTime', modifierId: 'modifierId', orgInfo: 'orgInfo', participantIds: 'participantIds', priority: 'priority', requestId: 'requestId', source: 'source', sourceId: 'sourceId', startTime: 'startTime', subject: 'subject', tenantId: 'tenantId', tenantType: 'tenantType', todoCardView: 'todoCardView', todoType: 'todoType', }; } static types(): { [key: string]: any } { return { bizTag: 'string', category: 'string', createdTime: 'number', creatorId: 'string', description: 'string', detailUrl: GetTodoTaskDetailResponseBodyDetailUrl, done: 'boolean', dueTime: 'number', executorIds: { 'type': 'array', 'itemType': 'string' }, executorStatus: { 'type': 'array', 'itemType': GetTodoTaskDetailResponseBodyExecutorStatus }, finishTime: 'number', id: 'string', isOnlyShowExecutor: 'boolean', modifiedTime: 'number', modifierId: 'string', orgInfo: GetTodoTaskDetailResponseBodyOrgInfo, participantIds: { 'type': 'array', 'itemType': 'string' }, priority: 'number', requestId: 'string', source: 'string', sourceId: 'string', startTime: 'number', subject: 'string', tenantId: 'string', tenantType: 'string', todoCardView: GetTodoTaskDetailResponseBodyTodoCardView, todoType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskDetailResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetTodoTaskDetailResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: GetTodoTaskDetailResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTypeConfigHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTypeConfigResponseBody extends $tea.Model { actionList?: GetTodoTypeConfigResponseBodyActionList[]; bizTag?: string; cardType?: number; contentFieldList?: GetTodoTypeConfigResponseBodyContentFieldList[]; /** * @remarks * This parameter is required. */ createdTime?: number; /** * @remarks * This parameter is required. */ creatorId?: string; description?: string; icon?: string; /** * @remarks * This parameter is required. */ id?: string; /** * @remarks * This parameter is required. */ modifiedTime?: number; /** * @remarks * This parameter is required. */ modifierId?: string; pcDetailUrlOpenMode?: string; requestId?: string; static names(): { [key: string]: string } { return { actionList: 'actionList', bizTag: 'bizTag', cardType: 'cardType', contentFieldList: 'contentFieldList', createdTime: 'createdTime', creatorId: 'creatorId', description: 'description', icon: 'icon', id: 'id', modifiedTime: 'modifiedTime', modifierId: 'modifierId', pcDetailUrlOpenMode: 'pcDetailUrlOpenMode', requestId: 'requestId', }; } static types(): { [key: string]: any } { return { actionList: { 'type': 'array', 'itemType': GetTodoTypeConfigResponseBodyActionList }, bizTag: 'string', cardType: 'number', contentFieldList: { 'type': 'array', 'itemType': GetTodoTypeConfigResponseBodyContentFieldList }, createdTime: 'number', creatorId: 'string', description: 'string', icon: 'string', id: 'string', modifiedTime: 'number', modifierId: 'string', pcDetailUrlOpenMode: 'string', requestId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTypeConfigResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetTodoTypeConfigResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: GetTodoTypeConfigResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class HideUserTodoTaskHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class HideUserTodoTaskResponseBody extends $tea.Model { success?: boolean; static names(): { [key: string]: string } { return { success: 'success', }; } static types(): { [key: string]: any } { return { success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class HideUserTodoTaskResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: HideUserTodoTaskResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: HideUserTodoTaskResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListAllBizCategoryHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListAllBizCategoryResponseBody extends $tea.Model { bizCategories?: ListAllBizCategoryResponseBodyBizCategories[]; static names(): { [key: string]: string } { return { bizCategories: 'bizCategories', }; } static types(): { [key: string]: any } { return { bizCategories: { 'type': 'array', 'itemType': ListAllBizCategoryResponseBodyBizCategories }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListAllBizCategoryResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: ListAllBizCategoryResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: ListAllBizCategoryResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgConfigHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgConfigResponseBody extends $tea.Model { appDisplayStyle?: string; createdTime?: number; homepageCatalogs?: string[]; modifiedTime?: number; status?: number; static names(): { [key: string]: string } { return { appDisplayStyle: 'appDisplayStyle', createdTime: 'createdTime', homepageCatalogs: 'homepageCatalogs', modifiedTime: 'modifiedTime', status: 'status', }; } static types(): { [key: string]: any } { return { appDisplayStyle: 'string', createdTime: 'number', homepageCatalogs: { 'type': 'array', 'itemType': 'string' }, modifiedTime: 'number', status: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgConfigResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: QueryOrgConfigResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: QueryOrgConfigResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgTodoByUserHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgTodoByUserRequest extends $tea.Model { fromDueTime?: number; isDone?: boolean; maxResults?: number; needPersonalTodo?: boolean; nextToken?: string; orderBy?: string; orderDirection?: string; roleTypes?: string[][]; subject?: string; toDueTime?: number; /** * @example * TODO */ todoType?: string; static names(): { [key: string]: string } { return { fromDueTime: 'fromDueTime', isDone: 'isDone', maxResults: 'maxResults', needPersonalTodo: 'needPersonalTodo', nextToken: 'nextToken', orderBy: 'orderBy', orderDirection: 'orderDirection', roleTypes: 'roleTypes', subject: 'subject', toDueTime: 'toDueTime', todoType: 'todoType', }; } static types(): { [key: string]: any } { return { fromDueTime: 'number', isDone: 'boolean', maxResults: 'number', needPersonalTodo: 'boolean', nextToken: 'string', orderBy: 'string', orderDirection: 'string', roleTypes: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, subject: 'string', toDueTime: 'number', todoType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgTodoByUserResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ maxResults?: number; nextToken?: string; todoCards?: QueryOrgTodoByUserResponseBodyTodoCards[]; static names(): { [key: string]: string } { return { maxResults: 'maxResults', nextToken: 'nextToken', todoCards: 'todoCards', }; } static types(): { [key: string]: any } { return { maxResults: 'number', nextToken: 'string', todoCards: { 'type': 'array', 'itemType': QueryOrgTodoByUserResponseBodyTodoCards }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgTodoByUserResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: QueryOrgTodoByUserResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: QueryOrgTodoByUserResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgTodoTasksHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgTodoTasksRequest extends $tea.Model { isDone?: boolean; nextToken?: string; roleTypes?: string[][]; /** * @example * TODO */ todoType?: string; static names(): { [key: string]: string } { return { isDone: 'isDone', nextToken: 'nextToken', roleTypes: 'roleTypes', todoType: 'todoType', }; } static types(): { [key: string]: any } { return { isDone: 'boolean', nextToken: 'string', roleTypes: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, todoType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgTodoTasksResponseBody extends $tea.Model { nextToken?: string; todoCards?: QueryOrgTodoTasksResponseBodyTodoCards[]; static names(): { [key: string]: string } { return { nextToken: 'nextToken', todoCards: 'todoCards', }; } static types(): { [key: string]: any } { return { nextToken: 'string', todoCards: { 'type': 'array', 'itemType': QueryOrgTodoTasksResponseBodyTodoCards }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgTodoTasksResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: QueryOrgTodoTasksResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: QueryOrgTodoTasksResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryTodoTasksHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryTodoTasksRequest extends $tea.Model { category?: string; fromDueTime?: number; isDone?: boolean; isRecycled?: boolean; nextToken?: string; orderBy?: string; orderDirection?: string; roleTypes?: string[][]; toDueTime?: number; static names(): { [key: string]: string } { return { category: 'category', fromDueTime: 'fromDueTime', isDone: 'isDone', isRecycled: 'isRecycled', nextToken: 'nextToken', orderBy: 'orderBy', orderDirection: 'orderDirection', roleTypes: 'roleTypes', toDueTime: 'toDueTime', }; } static types(): { [key: string]: any } { return { category: 'string', fromDueTime: 'number', isDone: 'boolean', isRecycled: 'boolean', nextToken: 'string', orderBy: 'string', orderDirection: 'string', roleTypes: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, toDueTime: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryTodoTasksResponseBody extends $tea.Model { nextToken?: string; todoCards?: QueryTodoTasksResponseBodyTodoCards[]; totalCount?: number; static names(): { [key: string]: string } { return { nextToken: 'nextToken', todoCards: 'todoCards', totalCount: 'totalCount', }; } static types(): { [key: string]: any } { return { nextToken: 'string', todoCards: { 'type': 'array', 'itemType': QueryTodoTasksResponseBodyTodoCards }, totalCount: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryTodoTasksResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: QueryTodoTasksResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: QueryTodoTasksResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RemoveBizCategoryHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RemoveBizCategoryRequest extends $tea.Model { /** * @remarks * This parameter is required. */ bizCategoryId?: string; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { bizCategoryId: 'bizCategoryId', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { bizCategoryId: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RemoveBizCategoryResponseBody extends $tea.Model { success?: boolean; static names(): { [key: string]: string } { return { success: 'success', }; } static types(): { [key: string]: any } { return { success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RemoveBizCategoryResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: RemoveBizCategoryResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: RemoveBizCategoryResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetBizCategoryHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetBizCategoryRequest extends $tea.Model { /** * @remarks * This parameter is required. */ bizCategoryId?: string; description?: string; /** * @remarks * This parameter is required. */ name?: string; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { bizCategoryId: 'bizCategoryId', description: 'description', name: 'name', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { bizCategoryId: 'string', description: 'string', name: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetBizCategoryResponseBody extends $tea.Model { success?: boolean; static names(): { [key: string]: string } { return { success: 'success', }; } static types(): { [key: string]: any } { return { success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetBizCategoryResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SetBizCategoryResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: SetBizCategoryResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetOrgConfigHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetOrgConfigRequest extends $tea.Model { /** * **if can be null:** * true */ appDisplayStyle?: number; /** * **if can be null:** * true */ homepageCatalogs?: string[]; /** * @remarks * This parameter is required. */ operatorId?: string; /** * @remarks * This parameter is required. */ status?: number; static names(): { [key: string]: string } { return { appDisplayStyle: 'appDisplayStyle', homepageCatalogs: 'homepageCatalogs', operatorId: 'operatorId', status: 'status', }; } static types(): { [key: string]: any } { return { appDisplayStyle: 'number', homepageCatalogs: { 'type': 'array', 'itemType': 'string' }, operatorId: 'string', status: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetOrgConfigResponseBody extends $tea.Model { success?: boolean; static names(): { [key: string]: string } { return { success: 'success', }; } static types(): { [key: string]: any } { return { success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetOrgConfigResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SetOrgConfigResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: SetOrgConfigResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdatePersonalTodoTaskHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdatePersonalTodoTaskRequest extends $tea.Model { description?: string; done?: boolean; dueTime?: number; executorIds?: string[]; participantIds?: string[]; subject?: string; static names(): { [key: string]: string } { return { description: 'description', done: 'done', dueTime: 'dueTime', executorIds: 'executorIds', participantIds: 'participantIds', subject: 'subject', }; } static types(): { [key: string]: any } { return { description: 'string', done: 'boolean', dueTime: 'number', executorIds: { 'type': 'array', 'itemType': 'string' }, participantIds: { 'type': 'array', 'itemType': 'string' }, subject: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdatePersonalTodoTaskResponseBody extends $tea.Model { success?: boolean; static names(): { [key: string]: string } { return { success: 'success', }; } static types(): { [key: string]: any } { return { success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdatePersonalTodoTaskResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UpdatePersonalTodoTaskResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: UpdatePersonalTodoTaskResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdatePersonalTodoTaskExecutorStatusHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdatePersonalTodoTaskExecutorStatusRequest extends $tea.Model { done?: boolean; static names(): { [key: string]: string } { return { done: 'done', }; } static types(): { [key: string]: any } { return { done: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdatePersonalTodoTaskExecutorStatusResponseBody extends $tea.Model { success?: boolean; static names(): { [key: string]: string } { return { success: 'success', }; } static types(): { [key: string]: any } { return { success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdatePersonalTodoTaskExecutorStatusResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UpdatePersonalTodoTaskExecutorStatusResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: UpdatePersonalTodoTaskExecutorStatusResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTaskHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTaskRequest extends $tea.Model { contentFieldList?: UpdateTodoTaskRequestContentFieldList[]; description?: string; done?: boolean; dueTime?: number; executorIds?: string[]; participantIds?: string[]; subject?: string; operatorId?: string; static names(): { [key: string]: string } { return { contentFieldList: 'contentFieldList', description: 'description', done: 'done', dueTime: 'dueTime', executorIds: 'executorIds', participantIds: 'participantIds', subject: 'subject', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { contentFieldList: { 'type': 'array', 'itemType': UpdateTodoTaskRequestContentFieldList }, description: 'string', done: 'boolean', dueTime: 'number', executorIds: { 'type': 'array', 'itemType': 'string' }, participantIds: { 'type': 'array', 'itemType': 'string' }, subject: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTaskResponseBody extends $tea.Model { /** * @example * true */ result?: boolean; static names(): { [key: string]: string } { return { result: 'result', }; } static types(): { [key: string]: any } { return { result: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTaskResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UpdateTodoTaskResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: UpdateTodoTaskResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTaskExecutorStatusHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTaskExecutorStatusRequest extends $tea.Model { executorStatusList?: UpdateTodoTaskExecutorStatusRequestExecutorStatusList[]; operatorId?: string; static names(): { [key: string]: string } { return { executorStatusList: 'executorStatusList', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { executorStatusList: { 'type': 'array', 'itemType': UpdateTodoTaskExecutorStatusRequestExecutorStatusList }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTaskExecutorStatusResponseBody extends $tea.Model { /** * @example * true */ result?: boolean; static names(): { [key: string]: string } { return { result: 'result', }; } static types(): { [key: string]: any } { return { result: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTaskExecutorStatusResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UpdateTodoTaskExecutorStatusResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: UpdateTodoTaskExecutorStatusResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTypeConfigHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTypeConfigRequest extends $tea.Model { actionList?: UpdateTodoTypeConfigRequestActionList[]; cardType?: number; contentFieldList?: UpdateTodoTypeConfigRequestContentFieldList[]; description?: string; icon?: string; pcDetailUrlOpenMode?: string; operatorId?: string; static names(): { [key: string]: string } { return { actionList: 'actionList', cardType: 'cardType', contentFieldList: 'contentFieldList', description: 'description', icon: 'icon', pcDetailUrlOpenMode: 'pcDetailUrlOpenMode', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { actionList: { 'type': 'array', 'itemType': UpdateTodoTypeConfigRequestActionList }, cardType: 'number', contentFieldList: { 'type': 'array', 'itemType': UpdateTodoTypeConfigRequestContentFieldList }, description: 'string', icon: 'string', pcDetailUrlOpenMode: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTypeConfigResponseBody extends $tea.Model { /** * @example * true */ result?: boolean; static names(): { [key: string]: string } { return { result: 'result', }; } static types(): { [key: string]: any } { return { result: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTypeConfigResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UpdateTodoTypeConfigResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: UpdateTodoTypeConfigResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreatePersonalTodoTaskRequestNotifyConfigs extends $tea.Model { dingNotify?: string; static names(): { [key: string]: string } { return { dingNotify: 'dingNotify', }; } static types(): { [key: string]: any } { return { dingNotify: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTaskRequestActionListParam extends $tea.Model { body?: string; header?: { [key: string]: any }; static names(): { [key: string]: string } { return { body: 'body', header: 'header', }; } static types(): { [key: string]: any } { return { body: 'string', header: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTaskRequestActionList extends $tea.Model { actionKey?: string; actionType?: number; param?: CreateTodoTaskRequestActionListParam; pcUrl?: string; title?: string; url?: string; static names(): { [key: string]: string } { return { actionKey: 'actionKey', actionType: 'actionType', param: 'param', pcUrl: 'pcUrl', title: 'title', url: 'url', }; } static types(): { [key: string]: any } { return { actionKey: 'string', actionType: 'number', param: CreateTodoTaskRequestActionListParam, pcUrl: 'string', title: 'string', url: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTaskRequestContentFieldList extends $tea.Model { fieldKey?: string; fieldValue?: string; static names(): { [key: string]: string } { return { fieldKey: 'fieldKey', fieldValue: 'fieldValue', }; } static types(): { [key: string]: any } { return { fieldKey: 'string', fieldValue: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTaskRequestDetailUrl extends $tea.Model { appUrl?: string; pcUrl?: string; static names(): { [key: string]: string } { return { appUrl: 'appUrl', pcUrl: 'pcUrl', }; } static types(): { [key: string]: any } { return { appUrl: 'string', pcUrl: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTaskRequestNotifyConfigs extends $tea.Model { dingNotify?: string; sendAssistantChat?: string; sendTodoApn?: string; static names(): { [key: string]: string } { return { dingNotify: 'dingNotify', sendAssistantChat: 'sendAssistantChat', sendTodoApn: 'sendTodoApn', }; } static types(): { [key: string]: any } { return { dingNotify: 'string', sendAssistantChat: 'string', sendTodoApn: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTaskRequestRemindNotifyConfigs extends $tea.Model { dingNotify?: string; sendTodoApn?: string; static names(): { [key: string]: string } { return { dingNotify: 'dingNotify', sendTodoApn: 'sendTodoApn', }; } static types(): { [key: string]: any } { return { dingNotify: 'string', sendTodoApn: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTaskResponseBodyContentFieldList extends $tea.Model { fieldKey?: string; fieldValue?: string; static names(): { [key: string]: string } { return { fieldKey: 'fieldKey', fieldValue: 'fieldValue', }; } static types(): { [key: string]: any } { return { fieldKey: 'string', fieldValue: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTaskResponseBodyDetailUrl extends $tea.Model { appUrl?: string; pcUrl?: string; static names(): { [key: string]: string } { return { appUrl: 'appUrl', pcUrl: 'pcUrl', }; } static types(): { [key: string]: any } { return { appUrl: 'string', pcUrl: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTaskResponseBodyNotifyConfigs extends $tea.Model { dingNotify?: string; static names(): { [key: string]: string } { return { dingNotify: 'dingNotify', }; } static types(): { [key: string]: any } { return { dingNotify: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTypeConfigRequestActionList extends $tea.Model { actionKey?: string; actionType?: number; buttonStyleType?: number; nameI18n?: { [key: string]: any }; url?: string; static names(): { [key: string]: string } { return { actionKey: 'actionKey', actionType: 'actionType', buttonStyleType: 'buttonStyleType', nameI18n: 'nameI18n', url: 'url', }; } static types(): { [key: string]: any } { return { actionKey: 'string', actionType: 'number', buttonStyleType: 'number', nameI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, url: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTypeConfigRequestContentFieldList extends $tea.Model { fieldKey?: string; fieldType?: string; nameI18n?: { [key: string]: any }; static names(): { [key: string]: string } { return { fieldKey: 'fieldKey', fieldType: 'fieldType', nameI18n: 'nameI18n', }; } static types(): { [key: string]: any } { return { fieldKey: 'string', fieldType: 'string', nameI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTypeConfigResponseBodyActionList extends $tea.Model { actionKey?: string; actionType?: number; buttonStyleType?: number; /** * @remarks * This parameter is required. */ nameI18n?: { [key: string]: any }; url?: string; static names(): { [key: string]: string } { return { actionKey: 'actionKey', actionType: 'actionType', buttonStyleType: 'buttonStyleType', nameI18n: 'nameI18n', url: 'url', }; } static types(): { [key: string]: any } { return { actionKey: 'string', actionType: 'number', buttonStyleType: 'number', nameI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, url: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTodoTypeConfigResponseBodyContentFieldList extends $tea.Model { fieldKey?: string; fieldType?: string; nameI18n?: { [key: string]: any }; static names(): { [key: string]: string } { return { fieldKey: 'fieldKey', fieldType: 'fieldType', nameI18n: 'nameI18n', }; } static types(): { [key: string]: any } { return { fieldKey: 'string', fieldType: 'string', nameI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskResponseBodyDetailUrl extends $tea.Model { appUrl?: string; pcUrl?: string; static names(): { [key: string]: string } { return { appUrl: 'appUrl', pcUrl: 'pcUrl', }; } static types(): { [key: string]: any } { return { appUrl: 'string', pcUrl: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskBySourceIdResponseBodyDetailUrl extends $tea.Model { appUrl?: string; pcUrl?: string; static names(): { [key: string]: string } { return { appUrl: 'appUrl', pcUrl: 'pcUrl', }; } static types(): { [key: string]: any } { return { appUrl: 'string', pcUrl: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskDetailResponseBodyDetailUrl extends $tea.Model { appUrl?: string; pcUrl?: string; static names(): { [key: string]: string } { return { appUrl: 'appUrl', pcUrl: 'pcUrl', }; } static types(): { [key: string]: any } { return { appUrl: 'string', pcUrl: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskDetailResponseBodyExecutorStatus extends $tea.Model { finishTime?: number; isDone?: boolean; userId?: string; static names(): { [key: string]: string } { return { finishTime: 'finishTime', isDone: 'isDone', userId: 'userId', }; } static types(): { [key: string]: any } { return { finishTime: 'number', isDone: 'boolean', userId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskDetailResponseBodyOrgInfo extends $tea.Model { corpId?: string; name?: string; static names(): { [key: string]: string } { return { corpId: 'corpId', name: 'name', }; } static types(): { [key: string]: any } { return { corpId: 'string', name: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskDetailResponseBodyTodoCardViewTodoCardContentList extends $tea.Model { name?: string; value?: string; static names(): { [key: string]: string } { return { name: 'name', value: 'value', }; } static types(): { [key: string]: any } { return { name: 'string', value: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTaskDetailResponseBodyTodoCardView extends $tea.Model { actionType?: string; /** * @example * standard , nonStandard, 标准卡片和非标准卡片,非标准卡片由第三方接入方自定义 */ cardType?: string; /** * @example * 是 icon, 或者checkbox 类型的 */ circleELType?: string; contentType?: string; icon?: string; todoCardContentList?: GetTodoTaskDetailResponseBodyTodoCardViewTodoCardContentList[]; todoCardTitle?: string; static names(): { [key: string]: string } { return { actionType: 'actionType', cardType: 'cardType', circleELType: 'circleELType', contentType: 'contentType', icon: 'icon', todoCardContentList: 'todoCardContentList', todoCardTitle: 'todoCardTitle', }; } static types(): { [key: string]: any } { return { actionType: 'string', cardType: 'string', circleELType: 'string', contentType: 'string', icon: 'string', todoCardContentList: { 'type': 'array', 'itemType': GetTodoTaskDetailResponseBodyTodoCardViewTodoCardContentList }, todoCardTitle: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTypeConfigResponseBodyActionList extends $tea.Model { actionKey?: string; actionType?: number; buttonStyleType?: number; /** * @remarks * This parameter is required. */ nameI18n?: { [key: string]: any }; url?: string; static names(): { [key: string]: string } { return { actionKey: 'actionKey', actionType: 'actionType', buttonStyleType: 'buttonStyleType', nameI18n: 'nameI18n', url: 'url', }; } static types(): { [key: string]: any } { return { actionKey: 'string', actionType: 'number', buttonStyleType: 'number', nameI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, url: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTodoTypeConfigResponseBodyContentFieldList extends $tea.Model { fieldKey?: string; fieldType?: string; nameI18n?: { [key: string]: any }; static names(): { [key: string]: string } { return { fieldKey: 'fieldKey', fieldType: 'fieldType', nameI18n: 'nameI18n', }; } static types(): { [key: string]: any } { return { fieldKey: 'string', fieldType: 'string', nameI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListAllBizCategoryResponseBodyBizCategories extends $tea.Model { bizCategoryId?: string; createdTime?: number; description?: string; modifiedTime?: number; name?: string; static names(): { [key: string]: string } { return { bizCategoryId: 'bizCategoryId', createdTime: 'createdTime', description: 'description', modifiedTime: 'modifiedTime', name: 'name', }; } static types(): { [key: string]: any } { return { bizCategoryId: 'string', createdTime: 'number', description: 'string', modifiedTime: 'number', name: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgTodoByUserResponseBodyTodoCardsDetailUrl extends $tea.Model { appUrl?: string; pcUrl?: string; static names(): { [key: string]: string } { return { appUrl: 'appUrl', pcUrl: 'pcUrl', }; } static types(): { [key: string]: any } { return { appUrl: 'string', pcUrl: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgTodoByUserResponseBodyTodoCards extends $tea.Model { bizTag?: string; createdTime?: number; creatorId?: string; detailUrl?: QueryOrgTodoByUserResponseBodyTodoCardsDetailUrl; dueTime?: number; isDone?: boolean; modifiedTime?: number; priority?: number; /** * @example * 一个业务自解释的json格式的字符串 */ sourceExt?: string; sourceId?: string; subject?: string; taskId?: string; /** * @example * TODO */ todoType?: string; static names(): { [key: string]: string } { return { bizTag: 'bizTag', createdTime: 'createdTime', creatorId: 'creatorId', detailUrl: 'detailUrl', dueTime: 'dueTime', isDone: 'isDone', modifiedTime: 'modifiedTime', priority: 'priority', sourceExt: 'sourceExt', sourceId: 'sourceId', subject: 'subject', taskId: 'taskId', todoType: 'todoType', }; } static types(): { [key: string]: any } { return { bizTag: 'string', createdTime: 'number', creatorId: 'string', detailUrl: QueryOrgTodoByUserResponseBodyTodoCardsDetailUrl, dueTime: 'number', isDone: 'boolean', modifiedTime: 'number', priority: 'number', sourceExt: 'string', sourceId: 'string', subject: 'string', taskId: 'string', todoType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgTodoTasksResponseBodyTodoCardsDetailUrl extends $tea.Model { appUrl?: string; pcUrl?: string; static names(): { [key: string]: string } { return { appUrl: 'appUrl', pcUrl: 'pcUrl', }; } static types(): { [key: string]: any } { return { appUrl: 'string', pcUrl: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryOrgTodoTasksResponseBodyTodoCards extends $tea.Model { bizTag?: string; createdTime?: number; creatorId?: string; detailUrl?: QueryOrgTodoTasksResponseBodyTodoCardsDetailUrl; dueTime?: number; isDone?: boolean; modifiedTime?: number; priority?: number; sourceId?: string; subject?: string; taskId?: string; /** * @example * TODO */ todoType?: string; static names(): { [key: string]: string } { return { bizTag: 'bizTag', createdTime: 'createdTime', creatorId: 'creatorId', detailUrl: 'detailUrl', dueTime: 'dueTime', isDone: 'isDone', modifiedTime: 'modifiedTime', priority: 'priority', sourceId: 'sourceId', subject: 'subject', taskId: 'taskId', todoType: 'todoType', }; } static types(): { [key: string]: any } { return { bizTag: 'string', createdTime: 'number', creatorId: 'string', detailUrl: QueryOrgTodoTasksResponseBodyTodoCardsDetailUrl, dueTime: 'number', isDone: 'boolean', modifiedTime: 'number', priority: 'number', sourceId: 'string', subject: 'string', taskId: 'string', todoType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryTodoTasksResponseBodyTodoCardsDetailUrl extends $tea.Model { appUrl?: string; pcUrl?: string; static names(): { [key: string]: string } { return { appUrl: 'appUrl', pcUrl: 'pcUrl', }; } static types(): { [key: string]: any } { return { appUrl: 'string', pcUrl: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryTodoTasksResponseBodyTodoCardsOrgInfo extends $tea.Model { corpId?: string; name?: string; static names(): { [key: string]: string } { return { corpId: 'corpId', name: 'name', }; } static types(): { [key: string]: any } { return { corpId: 'string', name: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryTodoTasksResponseBodyTodoCardsOriginalSource extends $tea.Model { sourceTitle?: string; static names(): { [key: string]: string } { return { sourceTitle: 'sourceTitle', }; } static types(): { [key: string]: any } { return { sourceTitle: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryTodoTasksResponseBodyTodoCardsTodoCardViewTodoCardContentList extends $tea.Model { name?: string; value?: string; static names(): { [key: string]: string } { return { name: 'name', value: 'value', }; } static types(): { [key: string]: any } { return { name: 'string', value: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryTodoTasksResponseBodyTodoCardsTodoCardView extends $tea.Model { actionType?: string; /** * @example * standard , nonStandard, 标准卡片和非标准卡片,非标准卡片由第三方接入方自定义 */ cardType?: string; /** * @example * 是 icon, 或者checkbox 类型的 */ circleELType?: string; contentType?: string; icon?: string; todoCardContentList?: QueryTodoTasksResponseBodyTodoCardsTodoCardViewTodoCardContentList[]; todoCardTitle?: string; static names(): { [key: string]: string } { return { actionType: 'actionType', cardType: 'cardType', circleELType: 'circleELType', contentType: 'contentType', icon: 'icon', todoCardContentList: 'todoCardContentList', todoCardTitle: 'todoCardTitle', }; } static types(): { [key: string]: any } { return { actionType: 'string', cardType: 'string', circleELType: 'string', contentType: 'string', icon: 'string', todoCardContentList: { 'type': 'array', 'itemType': QueryTodoTasksResponseBodyTodoCardsTodoCardViewTodoCardContentList }, todoCardTitle: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryTodoTasksResponseBodyTodoCards extends $tea.Model { bizTag?: string; category?: string; createdTime?: number; creatorId?: string; detailUrl?: QueryTodoTasksResponseBodyTodoCardsDetailUrl; dueTime?: number; isDone?: boolean; modifiedTime?: number; orgInfo?: QueryTodoTasksResponseBodyTodoCardsOrgInfo; originalSource?: QueryTodoTasksResponseBodyTodoCardsOriginalSource; priority?: number; sourceId?: string; subject?: string; taskId?: string; todoCardView?: QueryTodoTasksResponseBodyTodoCardsTodoCardView; todoStatus?: string; static names(): { [key: string]: string } { return { bizTag: 'bizTag', category: 'category', createdTime: 'createdTime', creatorId: 'creatorId', detailUrl: 'detailUrl', dueTime: 'dueTime', isDone: 'isDone', modifiedTime: 'modifiedTime', orgInfo: 'orgInfo', originalSource: 'originalSource', priority: 'priority', sourceId: 'sourceId', subject: 'subject', taskId: 'taskId', todoCardView: 'todoCardView', todoStatus: 'todoStatus', }; } static types(): { [key: string]: any } { return { bizTag: 'string', category: 'string', createdTime: 'number', creatorId: 'string', detailUrl: QueryTodoTasksResponseBodyTodoCardsDetailUrl, dueTime: 'number', isDone: 'boolean', modifiedTime: 'number', orgInfo: QueryTodoTasksResponseBodyTodoCardsOrgInfo, originalSource: QueryTodoTasksResponseBodyTodoCardsOriginalSource, priority: 'number', sourceId: 'string', subject: 'string', taskId: 'string', todoCardView: QueryTodoTasksResponseBodyTodoCardsTodoCardView, todoStatus: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTaskRequestContentFieldList extends $tea.Model { fieldKey?: string; fieldValue?: string; static names(): { [key: string]: string } { return { fieldKey: 'fieldKey', fieldValue: 'fieldValue', }; } static types(): { [key: string]: any } { return { fieldKey: 'string', fieldValue: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTaskExecutorStatusRequestExecutorStatusList extends $tea.Model { id?: string; isDone?: boolean; static names(): { [key: string]: string } { return { id: 'id', isDone: 'isDone', }; } static types(): { [key: string]: any } { return { id: 'string', isDone: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTypeConfigRequestActionList extends $tea.Model { actionKey?: string; actionType?: number; buttonStyleType?: number; nameI18n?: { [key: string]: any }; url?: string; static names(): { [key: string]: string } { return { actionKey: 'actionKey', actionType: 'actionType', buttonStyleType: 'buttonStyleType', nameI18n: 'nameI18n', url: 'url', }; } static types(): { [key: string]: any } { return { actionKey: 'string', actionType: 'number', buttonStyleType: 'number', nameI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, url: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateTodoTypeConfigRequestContentFieldList extends $tea.Model { fieldKey?: string; fieldType?: string; nameI18n?: { [key: string]: any }; static names(): { [key: string]: string } { return { fieldKey: 'fieldKey', fieldType: 'fieldType', nameI18n: 'nameI18n', }; } static types(): { [key: string]: any } { return { fieldKey: 'string', fieldType: 'string', nameI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export default class Client extends OpenApi { constructor(config: $OpenApi.Config) { super(config); let gatewayClient = new GatewayClient(); this._spi = gatewayClient; this._endpointRule = ""; if (Util.empty(this._endpoint)) { this._endpoint = "api.dingtalk.com"; } } /** * 查询用户待办计数 * * @param request - CountTodoTasksRequest * @param headers - CountTodoTasksHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CountTodoTasksResponse */ async countTodoTasksWithOptions(unionId: string, request: CountTodoTasksRequest, headers: CountTodoTasksHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.fromDueTime)) { body["fromDueTime"] = request.fromDueTime; } if (!Util.isUnset(request.isDone)) { body["isDone"] = request.isDone; } if (!Util.isUnset(request.isRecycled)) { body["isRecycled"] = request.isRecycled; } if (!Util.isUnset(request.roleTypes)) { body["roleTypes"] = request.roleTypes; } if (!Util.isUnset(request.toDueTime)) { body["toDueTime"] = request.toDueTime; } if (!Util.isUnset(request.todoType)) { body["todoType"] = request.todoType; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "CountTodoTasks", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/tasks/count`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CountTodoTasksResponse({})); } /** * 查询用户待办计数 * * @param request - CountTodoTasksRequest * @returns CountTodoTasksResponse */ async countTodoTasks(unionId: string, request: CountTodoTasksRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CountTodoTasksHeaders({ }); return await this.countTodoTasksWithOptions(unionId, request, headers, runtime); } /** * 以用户个人身份创建个人待办 * * @param request - CreatePersonalTodoTaskRequest * @param headers - CreatePersonalTodoTaskHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreatePersonalTodoTaskResponse */ async createPersonalTodoTaskWithOptions(request: CreatePersonalTodoTaskRequest, headers: CreatePersonalTodoTaskHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.description)) { body["description"] = request.description; } if (!Util.isUnset(request.dueTime)) { body["dueTime"] = request.dueTime; } if (!Util.isUnset(request.executorIds)) { body["executorIds"] = request.executorIds; } if (!Util.isUnset(request.notifyConfigs)) { body["notifyConfigs"] = request.notifyConfigs; } if (!Util.isUnset(request.participantIds)) { body["participantIds"] = request.participantIds; } if (!Util.isUnset(request.reminderTimeStamp)) { body["reminderTimeStamp"] = request.reminderTimeStamp; } if (!Util.isUnset(request.subject)) { body["subject"] = request.subject; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "CreatePersonalTodoTask", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/me/personalTasks`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreatePersonalTodoTaskResponse({})); } /** * 以用户个人身份创建个人待办 * * @param request - CreatePersonalTodoTaskRequest * @returns CreatePersonalTodoTaskResponse */ async createPersonalTodoTask(request: CreatePersonalTodoTaskRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreatePersonalTodoTaskHeaders({ }); return await this.createPersonalTodoTaskWithOptions(request, headers, runtime); } /** * 创建待办 * * @param request - CreateTodoTaskRequest * @param headers - CreateTodoTaskHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateTodoTaskResponse */ async createTodoTaskWithOptions(unionId: string, request: CreateTodoTaskRequest, headers: CreateTodoTaskHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.actionList)) { body["actionList"] = request.actionList; } if (!Util.isUnset(request.bizCategoryId)) { body["bizCategoryId"] = request.bizCategoryId; } if (!Util.isUnset(request.contentFieldList)) { body["contentFieldList"] = request.contentFieldList; } if (!Util.isUnset(request.creatorId)) { body["creatorId"] = request.creatorId; } if (!Util.isUnset(request.description)) { body["description"] = request.description; } if (!Util.isUnset(request.detailUrl)) { body["detailUrl"] = request.detailUrl; } if (!Util.isUnset(request.dueTime)) { body["dueTime"] = request.dueTime; } if (!Util.isUnset(request.executorIds)) { body["executorIds"] = request.executorIds; } if (!Util.isUnset(request.isOnlyShowExecutor)) { body["isOnlyShowExecutor"] = request.isOnlyShowExecutor; } if (!Util.isUnset(request.notifyConfigs)) { body["notifyConfigs"] = request.notifyConfigs; } if (!Util.isUnset(request.participantIds)) { body["participantIds"] = request.participantIds; } if (!Util.isUnset(request.priority)) { body["priority"] = request.priority; } if (!Util.isUnset(request.remindNotifyConfigs)) { body["remindNotifyConfigs"] = request.remindNotifyConfigs; } if (!Util.isUnset(request.reminderTimeStamp)) { body["reminderTimeStamp"] = request.reminderTimeStamp; } if (!Util.isUnset(request.sourceId)) { body["sourceId"] = request.sourceId; } if (!Util.isUnset(request.subject)) { body["subject"] = request.subject; } if (!Util.isUnset(request.thirdExtension)) { body["thirdExtension"] = request.thirdExtension; } if (!Util.isUnset(request.todoType)) { body["todoType"] = request.todoType; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, query: OpenApiUtil.query(query), body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "CreateTodoTask", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/tasks`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateTodoTaskResponse({})); } /** * 创建待办 * * @param request - CreateTodoTaskRequest * @returns CreateTodoTaskResponse */ async createTodoTask(unionId: string, request: CreateTodoTaskRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateTodoTaskHeaders({ }); return await this.createTodoTaskWithOptions(unionId, request, headers, runtime); } /** * 创建待办卡片类型配置 * * @param request - CreateTodoTypeConfigRequest * @param headers - CreateTodoTypeConfigHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateTodoTypeConfigResponse */ async createTodoTypeConfigWithOptions(unionId: string, request: CreateTodoTypeConfigRequest, headers: CreateTodoTypeConfigHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.actionList)) { body["actionList"] = request.actionList; } if (!Util.isUnset(request.cardType)) { body["cardType"] = request.cardType; } if (!Util.isUnset(request.contentFieldList)) { body["contentFieldList"] = request.contentFieldList; } if (!Util.isUnset(request.description)) { body["description"] = request.description; } if (!Util.isUnset(request.icon)) { body["icon"] = request.icon; } if (!Util.isUnset(request.pcDetailUrlOpenMode)) { body["pcDetailUrlOpenMode"] = request.pcDetailUrlOpenMode; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, query: OpenApiUtil.query(query), body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "CreateTodoTypeConfig", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/configs/types`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateTodoTypeConfigResponse({})); } /** * 创建待办卡片类型配置 * * @param request - CreateTodoTypeConfigRequest * @returns CreateTodoTypeConfigResponse */ async createTodoTypeConfig(unionId: string, request: CreateTodoTypeConfigRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateTodoTypeConfigHeaders({ }); return await this.createTodoTypeConfigWithOptions(unionId, request, headers, runtime); } /** * 以用户个人身份删除待办 * * @param headers - DeletePersonalTodoTaskHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeletePersonalTodoTaskResponse */ async deletePersonalTodoTaskWithOptions(taskId: string, headers: DeletePersonalTodoTaskHeaders, runtime: $Util.RuntimeOptions): Promise { let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, }); let params = new $OpenApi.Params({ action: "DeletePersonalTodoTask", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/me/tasks/${taskId}/remove`, method: "DELETE", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeletePersonalTodoTaskResponse({})); } /** * 以用户个人身份删除待办 * @returns DeletePersonalTodoTaskResponse */ async deletePersonalTodoTask(taskId: string): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeletePersonalTodoTaskHeaders({ }); return await this.deletePersonalTodoTaskWithOptions(taskId, headers, runtime); } /** * 删除待办 * * @param request - DeleteTodoTaskRequest * @param headers - DeleteTodoTaskHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeleteTodoTaskResponse */ async deleteTodoTaskWithOptions(unionId: string, taskId: string, request: DeleteTodoTaskRequest, headers: DeleteTodoTaskHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, query: OpenApiUtil.query(query), }); let params = new $OpenApi.Params({ action: "DeleteTodoTask", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/tasks/${taskId}`, method: "DELETE", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeleteTodoTaskResponse({})); } /** * 删除待办 * * @param request - DeleteTodoTaskRequest * @returns DeleteTodoTaskResponse */ async deleteTodoTask(unionId: string, taskId: string, request: DeleteTodoTaskRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeleteTodoTaskHeaders({ }); return await this.deleteTodoTaskWithOptions(unionId, taskId, request, headers, runtime); } /** * 查询待办 * * @param headers - GetTodoTaskHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetTodoTaskResponse */ async getTodoTaskWithOptions(unionId: string, taskId: string, headers: GetTodoTaskHeaders, runtime: $Util.RuntimeOptions): Promise { let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, }); let params = new $OpenApi.Params({ action: "GetTodoTask", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/tasks/${taskId}`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetTodoTaskResponse({})); } /** * 查询待办 * @returns GetTodoTaskResponse */ async getTodoTask(unionId: string, taskId: string): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetTodoTaskHeaders({ }); return await this.getTodoTaskWithOptions(unionId, taskId, headers, runtime); } /** * 根据sourceId查询待办详情 * * @param headers - GetTodoTaskBySourceIdHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetTodoTaskBySourceIdResponse */ async getTodoTaskBySourceIdWithOptions(unionId: string, sourceId: string, headers: GetTodoTaskBySourceIdHeaders, runtime: $Util.RuntimeOptions): Promise { let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, }); let params = new $OpenApi.Params({ action: "GetTodoTaskBySourceId", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/tasks/sources/${sourceId}`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetTodoTaskBySourceIdResponse({})); } /** * 根据sourceId查询待办详情 * @returns GetTodoTaskBySourceIdResponse */ async getTodoTaskBySourceId(unionId: string, sourceId: string): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetTodoTaskBySourceIdHeaders({ }); return await this.getTodoTaskBySourceIdWithOptions(unionId, sourceId, headers, runtime); } /** * 专属钉根据待办ID查询待办详情 * * @param headers - GetTodoTaskDetailHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetTodoTaskDetailResponse */ async getTodoTaskDetailWithOptions(taskId: string, unionId: string, headers: GetTodoTaskDetailHeaders, runtime: $Util.RuntimeOptions): Promise { let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, }); let params = new $OpenApi.Params({ action: "GetTodoTaskDetail", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/exclusive/users/${unionId}/tasks/${taskId}`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetTodoTaskDetailResponse({})); } /** * 专属钉根据待办ID查询待办详情 * @returns GetTodoTaskDetailResponse */ async getTodoTaskDetail(taskId: string, unionId: string): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetTodoTaskDetailHeaders({ }); return await this.getTodoTaskDetailWithOptions(taskId, unionId, headers, runtime); } /** * 根据id获取待办卡片类型配置 * * @param headers - GetTodoTypeConfigHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetTodoTypeConfigResponse */ async getTodoTypeConfigWithOptions(unionId: string, cardTypeId: string, headers: GetTodoTypeConfigHeaders, runtime: $Util.RuntimeOptions): Promise { let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, }); let params = new $OpenApi.Params({ action: "GetTodoTypeConfig", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/configs/types/${cardTypeId}`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetTodoTypeConfigResponse({})); } /** * 根据id获取待办卡片类型配置 * @returns GetTodoTypeConfigResponse */ async getTodoTypeConfig(unionId: string, cardTypeId: string): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetTodoTypeConfigHeaders({ }); return await this.getTodoTypeConfigWithOptions(unionId, cardTypeId, headers, runtime); } /** * 根据待办ID删除用户的某条待办任务。该操作仅删除某个用户自己的待办视图,该待办本身依然还存在,其他执行者依然可以看见该待办。 * * @param headers - HideUserTodoTaskHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns HideUserTodoTaskResponse */ async hideUserTodoTaskWithOptions(unionId: string, taskId: string, headers: HideUserTodoTaskHeaders, runtime: $Util.RuntimeOptions): Promise { let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, }); let params = new $OpenApi.Params({ action: "HideUserTodoTask", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/tasks/${taskId}/hide`, method: "DELETE", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new HideUserTodoTaskResponse({})); } /** * 根据待办ID删除用户的某条待办任务。该操作仅删除某个用户自己的待办视图,该待办本身依然还存在,其他执行者依然可以看见该待办。 * @returns HideUserTodoTaskResponse */ async hideUserTodoTask(unionId: string, taskId: string): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new HideUserTodoTaskHeaders({ }); return await this.hideUserTodoTaskWithOptions(unionId, taskId, headers, runtime); } /** * 查询待办应用下所有二级分类 * * @param headers - ListAllBizCategoryHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ListAllBizCategoryResponse */ async listAllBizCategoryWithOptions(headers: ListAllBizCategoryHeaders, runtime: $Util.RuntimeOptions): Promise { let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, }); let params = new $OpenApi.Params({ action: "ListAllBizCategory", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/apps/allBizcategories/list`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new ListAllBizCategoryResponse({})); } /** * 查询待办应用下所有二级分类 * @returns ListAllBizCategoryResponse */ async listAllBizCategory(): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new ListAllBizCategoryHeaders({ }); return await this.listAllBizCategoryWithOptions(headers, runtime); } /** * 查询企业配置 * * @param headers - QueryOrgConfigHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryOrgConfigResponse */ async queryOrgConfigWithOptions(headers: QueryOrgConfigHeaders, runtime: $Util.RuntimeOptions): Promise { let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, }); let params = new $OpenApi.Params({ action: "QueryOrgConfig", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/organizations/configs`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new QueryOrgConfigResponse({})); } /** * 查询企业配置 * @returns QueryOrgConfigResponse */ async queryOrgConfig(): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new QueryOrgConfigHeaders({ }); return await this.queryOrgConfigWithOptions(headers, runtime); } /** * 查询用户企业类型待办列表,支持查询当前企业的一方应用、三方应用、自建应用产生的工作待办数据 * * @param request - QueryOrgTodoByUserRequest * @param headers - QueryOrgTodoByUserHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryOrgTodoByUserResponse */ async queryOrgTodoByUserWithOptions(unionId: string, request: QueryOrgTodoByUserRequest, headers: QueryOrgTodoByUserHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.fromDueTime)) { body["fromDueTime"] = request.fromDueTime; } if (!Util.isUnset(request.isDone)) { body["isDone"] = request.isDone; } if (!Util.isUnset(request.maxResults)) { body["maxResults"] = request.maxResults; } if (!Util.isUnset(request.needPersonalTodo)) { body["needPersonalTodo"] = request.needPersonalTodo; } if (!Util.isUnset(request.nextToken)) { body["nextToken"] = request.nextToken; } if (!Util.isUnset(request.orderBy)) { body["orderBy"] = request.orderBy; } if (!Util.isUnset(request.orderDirection)) { body["orderDirection"] = request.orderDirection; } if (!Util.isUnset(request.roleTypes)) { body["roleTypes"] = request.roleTypes; } if (!Util.isUnset(request.subject)) { body["subject"] = request.subject; } if (!Util.isUnset(request.toDueTime)) { body["toDueTime"] = request.toDueTime; } if (!Util.isUnset(request.todoType)) { body["todoType"] = request.todoType; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "QueryOrgTodoByUser", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/organizations/tasks/query`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new QueryOrgTodoByUserResponse({})); } /** * 查询用户企业类型待办列表,支持查询当前企业的一方应用、三方应用、自建应用产生的工作待办数据 * * @param request - QueryOrgTodoByUserRequest * @returns QueryOrgTodoByUserResponse */ async queryOrgTodoByUser(unionId: string, request: QueryOrgTodoByUserRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new QueryOrgTodoByUserHeaders({ }); return await this.queryOrgTodoByUserWithOptions(unionId, request, headers, runtime); } /** * 查询企业下用户待办列表 * * @param request - QueryOrgTodoTasksRequest * @param headers - QueryOrgTodoTasksHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryOrgTodoTasksResponse */ async queryOrgTodoTasksWithOptions(unionId: string, request: QueryOrgTodoTasksRequest, headers: QueryOrgTodoTasksHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.isDone)) { body["isDone"] = request.isDone; } if (!Util.isUnset(request.nextToken)) { body["nextToken"] = request.nextToken; } if (!Util.isUnset(request.roleTypes)) { body["roleTypes"] = request.roleTypes; } if (!Util.isUnset(request.todoType)) { body["todoType"] = request.todoType; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "QueryOrgTodoTasks", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/org/tasks/query`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new QueryOrgTodoTasksResponse({})); } /** * 查询企业下用户待办列表 * * @param request - QueryOrgTodoTasksRequest * @returns QueryOrgTodoTasksResponse */ async queryOrgTodoTasks(unionId: string, request: QueryOrgTodoTasksRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new QueryOrgTodoTasksHeaders({ }); return await this.queryOrgTodoTasksWithOptions(unionId, request, headers, runtime); } /** * 查询用户待办列表 * * @param request - QueryTodoTasksRequest * @param headers - QueryTodoTasksHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryTodoTasksResponse */ async queryTodoTasksWithOptions(unionId: string, request: QueryTodoTasksRequest, headers: QueryTodoTasksHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.category)) { body["category"] = request.category; } if (!Util.isUnset(request.fromDueTime)) { body["fromDueTime"] = request.fromDueTime; } if (!Util.isUnset(request.isDone)) { body["isDone"] = request.isDone; } if (!Util.isUnset(request.isRecycled)) { body["isRecycled"] = request.isRecycled; } if (!Util.isUnset(request.nextToken)) { body["nextToken"] = request.nextToken; } if (!Util.isUnset(request.orderBy)) { body["orderBy"] = request.orderBy; } if (!Util.isUnset(request.orderDirection)) { body["orderDirection"] = request.orderDirection; } if (!Util.isUnset(request.roleTypes)) { body["roleTypes"] = request.roleTypes; } if (!Util.isUnset(request.toDueTime)) { body["toDueTime"] = request.toDueTime; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "QueryTodoTasks", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/tasks/list`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new QueryTodoTasksResponse({})); } /** * 查询用户待办列表 * * @param request - QueryTodoTasksRequest * @returns QueryTodoTasksResponse */ async queryTodoTasks(unionId: string, request: QueryTodoTasksRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new QueryTodoTasksHeaders({ }); return await this.queryTodoTasksWithOptions(unionId, request, headers, runtime); } /** * 删除二级分类 * * @param request - RemoveBizCategoryRequest * @param headers - RemoveBizCategoryHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns RemoveBizCategoryResponse */ async removeBizCategoryWithOptions(request: RemoveBizCategoryRequest, headers: RemoveBizCategoryHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.bizCategoryId)) { query["bizCategoryId"] = request.bizCategoryId; } if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, query: OpenApiUtil.query(query), }); let params = new $OpenApi.Params({ action: "RemoveBizCategory", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/apps/bizcategories`, method: "DELETE", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new RemoveBizCategoryResponse({})); } /** * 删除二级分类 * * @param request - RemoveBizCategoryRequest * @returns RemoveBizCategoryResponse */ async removeBizCategory(request: RemoveBizCategoryRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new RemoveBizCategoryHeaders({ }); return await this.removeBizCategoryWithOptions(request, headers, runtime); } /** * 保存二级分类 * * @param request - SetBizCategoryRequest * @param headers - SetBizCategoryHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SetBizCategoryResponse */ async setBizCategoryWithOptions(request: SetBizCategoryRequest, headers: SetBizCategoryHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.bizCategoryId)) { query["bizCategoryId"] = request.bizCategoryId; } if (!Util.isUnset(request.description)) { query["description"] = request.description; } if (!Util.isUnset(request.name)) { query["name"] = request.name; } if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, query: OpenApiUtil.query(query), }); let params = new $OpenApi.Params({ action: "SetBizCategory", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/apps/bizcategories/save`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SetBizCategoryResponse({})); } /** * 保存二级分类 * * @param request - SetBizCategoryRequest * @returns SetBizCategoryResponse */ async setBizCategory(request: SetBizCategoryRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SetBizCategoryHeaders({ }); return await this.setBizCategoryWithOptions(request, headers, runtime); } /** * 保存企业配置 * * @param request - SetOrgConfigRequest * @param headers - SetOrgConfigHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SetOrgConfigResponse */ async setOrgConfigWithOptions(request: SetOrgConfigRequest, headers: SetOrgConfigHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.appDisplayStyle)) { body["appDisplayStyle"] = request.appDisplayStyle; } if (!Util.isUnset(request.homepageCatalogs)) { body["homepageCatalogs"] = request.homepageCatalogs; } if (!Util.isUnset(request.operatorId)) { body["operatorId"] = request.operatorId; } if (!Util.isUnset(request.status)) { body["status"] = request.status; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "SetOrgConfig", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/organizations/configs/save`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SetOrgConfigResponse({})); } /** * 保存企业配置 * * @param request - SetOrgConfigRequest * @returns SetOrgConfigResponse */ async setOrgConfig(request: SetOrgConfigRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SetOrgConfigHeaders({ }); return await this.setOrgConfigWithOptions(request, headers, runtime); } /** * 以用户个人身份更新待办 * * @param request - UpdatePersonalTodoTaskRequest * @param headers - UpdatePersonalTodoTaskHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdatePersonalTodoTaskResponse */ async updatePersonalTodoTaskWithOptions(taskId: string, request: UpdatePersonalTodoTaskRequest, headers: UpdatePersonalTodoTaskHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.description)) { body["description"] = request.description; } if (!Util.isUnset(request.done)) { body["done"] = request.done; } if (!Util.isUnset(request.dueTime)) { body["dueTime"] = request.dueTime; } if (!Util.isUnset(request.executorIds)) { body["executorIds"] = request.executorIds; } if (!Util.isUnset(request.participantIds)) { body["participantIds"] = request.participantIds; } if (!Util.isUnset(request.subject)) { body["subject"] = request.subject; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "UpdatePersonalTodoTask", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/me/tasks/${taskId}/update`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UpdatePersonalTodoTaskResponse({})); } /** * 以用户个人身份更新待办 * * @param request - UpdatePersonalTodoTaskRequest * @returns UpdatePersonalTodoTaskResponse */ async updatePersonalTodoTask(taskId: string, request: UpdatePersonalTodoTaskRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdatePersonalTodoTaskHeaders({ }); return await this.updatePersonalTodoTaskWithOptions(taskId, request, headers, runtime); } /** * 以用户个人身份更新自己作为执行者的状态 * * @param request - UpdatePersonalTodoTaskExecutorStatusRequest * @param headers - UpdatePersonalTodoTaskExecutorStatusHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdatePersonalTodoTaskExecutorStatusResponse */ async updatePersonalTodoTaskExecutorStatusWithOptions(taskId: string, request: UpdatePersonalTodoTaskExecutorStatusRequest, headers: UpdatePersonalTodoTaskExecutorStatusHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.done)) { query["done"] = request.done; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, query: OpenApiUtil.query(query), }); let params = new $OpenApi.Params({ action: "UpdatePersonalTodoTaskExecutorStatus", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/me/tasks/${taskId}/updateExecutorStatus`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UpdatePersonalTodoTaskExecutorStatusResponse({})); } /** * 以用户个人身份更新自己作为执行者的状态 * * @param request - UpdatePersonalTodoTaskExecutorStatusRequest * @returns UpdatePersonalTodoTaskExecutorStatusResponse */ async updatePersonalTodoTaskExecutorStatus(taskId: string, request: UpdatePersonalTodoTaskExecutorStatusRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdatePersonalTodoTaskExecutorStatusHeaders({ }); return await this.updatePersonalTodoTaskExecutorStatusWithOptions(taskId, request, headers, runtime); } /** * 更新待办 * * @param request - UpdateTodoTaskRequest * @param headers - UpdateTodoTaskHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdateTodoTaskResponse */ async updateTodoTaskWithOptions(unionId: string, taskId: string, request: UpdateTodoTaskRequest, headers: UpdateTodoTaskHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.contentFieldList)) { body["contentFieldList"] = request.contentFieldList; } if (!Util.isUnset(request.description)) { body["description"] = request.description; } if (!Util.isUnset(request.done)) { body["done"] = request.done; } if (!Util.isUnset(request.dueTime)) { body["dueTime"] = request.dueTime; } if (!Util.isUnset(request.executorIds)) { body["executorIds"] = request.executorIds; } if (!Util.isUnset(request.participantIds)) { body["participantIds"] = request.participantIds; } if (!Util.isUnset(request.subject)) { body["subject"] = request.subject; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, query: OpenApiUtil.query(query), body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "UpdateTodoTask", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/tasks/${taskId}`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UpdateTodoTaskResponse({})); } /** * 更新待办 * * @param request - UpdateTodoTaskRequest * @returns UpdateTodoTaskResponse */ async updateTodoTask(unionId: string, taskId: string, request: UpdateTodoTaskRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdateTodoTaskHeaders({ }); return await this.updateTodoTaskWithOptions(unionId, taskId, request, headers, runtime); } /** * 更新待办执行者状态 * * @param request - UpdateTodoTaskExecutorStatusRequest * @param headers - UpdateTodoTaskExecutorStatusHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdateTodoTaskExecutorStatusResponse */ async updateTodoTaskExecutorStatusWithOptions(unionId: string, taskId: string, request: UpdateTodoTaskExecutorStatusRequest, headers: UpdateTodoTaskExecutorStatusHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.executorStatusList)) { body["executorStatusList"] = request.executorStatusList; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, query: OpenApiUtil.query(query), body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "UpdateTodoTaskExecutorStatus", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/tasks/${taskId}/executorStatus`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UpdateTodoTaskExecutorStatusResponse({})); } /** * 更新待办执行者状态 * * @param request - UpdateTodoTaskExecutorStatusRequest * @returns UpdateTodoTaskExecutorStatusResponse */ async updateTodoTaskExecutorStatus(unionId: string, taskId: string, request: UpdateTodoTaskExecutorStatusRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdateTodoTaskExecutorStatusHeaders({ }); return await this.updateTodoTaskExecutorStatusWithOptions(unionId, taskId, request, headers, runtime); } /** * 更新待办卡片类型配置 * * @param request - UpdateTodoTypeConfigRequest * @param headers - UpdateTodoTypeConfigHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdateTodoTypeConfigResponse */ async updateTodoTypeConfigWithOptions(unionId: string, cardTypeId: string, request: UpdateTodoTypeConfigRequest, headers: UpdateTodoTypeConfigHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.actionList)) { body["actionList"] = request.actionList; } if (!Util.isUnset(request.cardType)) { body["cardType"] = request.cardType; } if (!Util.isUnset(request.contentFieldList)) { body["contentFieldList"] = request.contentFieldList; } if (!Util.isUnset(request.description)) { body["description"] = request.description; } if (!Util.isUnset(request.icon)) { body["icon"] = request.icon; } if (!Util.isUnset(request.pcDetailUrlOpenMode)) { body["pcDetailUrlOpenMode"] = request.pcDetailUrlOpenMode; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, query: OpenApiUtil.query(query), body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "UpdateTodoTypeConfig", version: "todo_1.0", protocol: "HTTP", pathname: `/v1.0/todo/users/${unionId}/configs/types/${cardTypeId}`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UpdateTodoTypeConfigResponse({})); } /** * 更新待办卡片类型配置 * * @param request - UpdateTodoTypeConfigRequest * @returns UpdateTodoTypeConfigResponse */ async updateTodoTypeConfig(unionId: string, cardTypeId: string, request: UpdateTodoTypeConfigRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdateTodoTypeConfigHeaders({ }); return await this.updateTodoTypeConfigWithOptions(unionId, cardTypeId, request, headers, runtime); } }