// 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 CriteriaValue extends $tea.Model { filterType?: string; visibleValues?: string[]; conditions?: CriteriaValueConditions[]; conditionOperator?: string; backgroundColor?: string; fontColor?: string; static names(): { [key: string]: string } { return { filterType: 'filterType', visibleValues: 'visibleValues', conditions: 'conditions', conditionOperator: 'conditionOperator', backgroundColor: 'backgroundColor', fontColor: 'fontColor', }; } static types(): { [key: string]: any } { return { filterType: 'string', visibleValues: { 'type': 'array', 'itemType': 'string' }, conditions: { 'type': 'array', 'itemType': CriteriaValueConditions }, conditionOperator: 'string', backgroundColor: 'string', fontColor: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class FilterViewsCriteriaValue extends $tea.Model { filterType?: string; visibleValues?: string[]; conditions?: FilterViewsCriteriaValueConditions[]; conditionOperator?: string; backgroundColor?: string; fontColor?: string; static names(): { [key: string]: string } { return { filterType: 'filterType', visibleValues: 'visibleValues', conditions: 'conditions', conditionOperator: 'conditionOperator', backgroundColor: 'backgroundColor', fontColor: 'fontColor', }; } static types(): { [key: string]: any } { return { filterType: 'string', visibleValues: { 'type': 'array', 'itemType': 'string' }, conditions: { 'type': 'array', 'itemType': FilterViewsCriteriaValueConditions }, conditionOperator: 'string', backgroundColor: 'string', fontColor: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AttachmentsMapValue extends $tea.Model { /** * @example * upload_key */ uploadKey?: string; /** * @example * name */ name?: string; /** * @example * media_type */ mediaType?: string; resourceId?: string; static names(): { [key: string]: string } { return { uploadKey: 'uploadKey', name: 'name', mediaType: 'mediaType', resourceId: 'resourceId', }; } static types(): { [key: string]: any } { return { uploadKey: 'string', name: 'string', mediaType: 'string', resourceId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AddCommentHeaders 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 AddCommentRequest extends $tea.Model { /** * @remarks * This parameter is required. */ commentContent?: string; /** * @remarks * This parameter is required. */ commentType?: string; option?: AddCommentRequestOption; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { commentContent: 'commentContent', commentType: 'commentType', option: 'option', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { commentContent: 'string', commentType: 'string', option: AddCommentRequestOption, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AddCommentResponseBody extends $tea.Model { result?: AddCommentResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: AddCommentResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AddCommentResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: AddCommentResponseBody; 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: AddCommentResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AddWorkspaceDocMembersHeaders 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 AddWorkspaceDocMembersRequest extends $tea.Model { /** * @remarks * This parameter is required. */ members?: AddWorkspaceDocMembersRequestMembers[]; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { members: 'members', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { members: { 'type': 'array', 'itemType': AddWorkspaceDocMembersRequestMembers }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AddWorkspaceDocMembersResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AddWorkspaceMembersHeaders 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 AddWorkspaceMembersRequest extends $tea.Model { /** * @remarks * This parameter is required. */ members?: AddWorkspaceMembersRequestMembers[]; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { members: 'members', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { members: { 'type': 'array', 'itemType': AddWorkspaceMembersRequestMembers }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AddWorkspaceMembersResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ notInOrgList?: string[]; static names(): { [key: string]: string } { return { notInOrgList: 'notInOrgList', }; } static types(): { [key: string]: any } { return { notInOrgList: { 'type': 'array', 'itemType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AddWorkspaceMembersResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: AddWorkspaceMembersResponseBody; 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: AddWorkspaceMembersResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendRowsHeaders 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 AppendRowsRequest extends $tea.Model { /** * @remarks * This parameter is required. */ values?: string[][]; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { values: 'values', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { values: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendRowsResponseBody extends $tea.Model { /** * @example * a1_notation */ a1Notation?: string; static names(): { [key: string]: string } { return { a1Notation: 'a1Notation', }; } static types(): { [key: string]: any } { return { a1Notation: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendRowsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: AppendRowsResponseBody; 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: AppendRowsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchHeaders 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 BatchRequest extends $tea.Model { /** * @remarks * This parameter is required. */ requests?: BatchRequestRequests[]; /** * @remarks * This parameter is required. * * @example * ppgAQuHxxxxx */ operatorId?: string; static names(): { [key: string]: string } { return { requests: 'requests', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { requests: { 'type': 'array', 'itemType': BatchRequestRequests }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchResponseBody extends $tea.Model { responses?: any[]; static names(): { [key: string]: string } { return { responses: 'responses', }; } static types(): { [key: string]: any } { return { responses: { 'type': 'array', 'itemType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: BatchResponseBody; 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: BatchResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchGetWorkspaceDocsHeaders 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 BatchGetWorkspaceDocsRequest extends $tea.Model { /** * @remarks * This parameter is required. */ nodeIds?: string[]; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { nodeIds: 'nodeIds', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { nodeIds: { 'type': 'array', 'itemType': 'string' }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchGetWorkspaceDocsResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ result?: BatchGetWorkspaceDocsResponseBodyResult[]; static names(): { [key: string]: string } { return { result: 'result', }; } static types(): { [key: string]: any } { return { result: { 'type': 'array', 'itemType': BatchGetWorkspaceDocsResponseBodyResult }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchGetWorkspaceDocsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: BatchGetWorkspaceDocsResponseBody; 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: BatchGetWorkspaceDocsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchGetWorkspacesHeaders 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 BatchGetWorkspacesRequest extends $tea.Model { includeRecent?: boolean; /** * @remarks * This parameter is required. */ operatorId?: string; /** * @remarks * This parameter is required. */ workspaceIds?: string[]; static names(): { [key: string]: string } { return { includeRecent: 'includeRecent', operatorId: 'operatorId', workspaceIds: 'workspaceIds', }; } static types(): { [key: string]: any } { return { includeRecent: 'boolean', operatorId: 'string', workspaceIds: { 'type': 'array', 'itemType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchGetWorkspacesResponseBody extends $tea.Model { workspaces?: BatchGetWorkspacesResponseBodyWorkspaces[]; static names(): { [key: string]: string } { return { workspaces: 'workspaces', }; } static types(): { [key: string]: any } { return { workspaces: { 'type': 'array', 'itemType': BatchGetWorkspacesResponseBodyWorkspaces }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchGetWorkspacesResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: BatchGetWorkspacesResponseBody; 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: BatchGetWorkspacesResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchOperateHeaders 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 BatchOperateRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * requests */ requests?: any[]; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { requests: 'requests', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { requests: { 'type': 'array', 'itemType': 'any' }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchOperateResponseBody extends $tea.Model { result?: BatchOperateResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: BatchOperateResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchOperateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: BatchOperateResponseBody; 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: BatchOperateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BindCoolAppToSheetHeaders 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 BindCoolAppToSheetRequest extends $tea.Model { /** * @example * cool_app_code */ coolAppCode?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { coolAppCode: 'coolAppCode', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { coolAppCode: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BindCoolAppToSheetResponseBody extends $tea.Model { /** * @example * true */ 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 BindCoolAppToSheetResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: BindCoolAppToSheetResponseBody; 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: BindCoolAppToSheetResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ClearHeaders 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 ClearRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * union_id */ 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 ClearResponseBody extends $tea.Model { /** * @example * a1_notation */ a1Notation?: string; static names(): { [key: string]: string } { return { a1Notation: 'a1Notation', }; } static types(): { [key: string]: any } { return { a1Notation: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ClearResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: ClearResponseBody; 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: ClearResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ClearDataHeaders 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 ClearDataRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * union_id */ 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 ClearDataResponseBody extends $tea.Model { /** * @example * a1_notation */ a1Notation?: string; static names(): { [key: string]: string } { return { a1Notation: 'a1Notation', }; } static types(): { [key: string]: any } { return { a1Notation: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ClearDataResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: ClearDataResponseBody; 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: ClearDataResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ClearFilterCriteriaHeaders 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 ClearFilterCriteriaRequest extends $tea.Model { /** * @remarks * This parameter is required. */ column?: number; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { column: 'column', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { column: 'number', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ClearFilterCriteriaResponseBody extends $tea.Model { id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ClearFilterCriteriaResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: ClearFilterCriteriaResponseBody; 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: ClearFilterCriteriaResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ClearFilterViewCriteriaHeaders 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 ClearFilterViewCriteriaRequest extends $tea.Model { /** * @remarks * This parameter is required. */ column?: number; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { column: 'column', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { column: 'number', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ClearFilterViewCriteriaResponseBody extends $tea.Model { id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ClearFilterViewCriteriaResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: ClearFilterViewCriteriaResponseBody; 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: ClearFilterViewCriteriaResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateConditionalFormattingRuleHeaders 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 CreateConditionalFormattingRuleRequest extends $tea.Model { cellStyle?: CreateConditionalFormattingRuleRequestCellStyle; duplicateCondition?: CreateConditionalFormattingRuleRequestDuplicateCondition; numberCondition?: CreateConditionalFormattingRuleRequestNumberCondition; /** * @remarks * This parameter is required. */ ranges?: string[]; /** * @remarks * This parameter is required. * * @example * ppgAQuHfOoNVpJiStDwWCEgiEiE */ operatorId?: string; static names(): { [key: string]: string } { return { cellStyle: 'cellStyle', duplicateCondition: 'duplicateCondition', numberCondition: 'numberCondition', ranges: 'ranges', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { cellStyle: CreateConditionalFormattingRuleRequestCellStyle, duplicateCondition: CreateConditionalFormattingRuleRequestDuplicateCondition, numberCondition: CreateConditionalFormattingRuleRequestNumberCondition, ranges: { 'type': 'array', 'itemType': 'string' }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateConditionalFormattingRuleResponseBody extends $tea.Model { id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateConditionalFormattingRuleResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateConditionalFormattingRuleResponseBody; 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: CreateConditionalFormattingRuleResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateDeveloperMetadataHeaders 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 CreateDeveloperMetadataRequest extends $tea.Model { associatedColumn?: CreateDeveloperMetadataRequestAssociatedColumn; associatedRow?: CreateDeveloperMetadataRequestAssociatedRow; value?: string; /** * @remarks * This parameter is required. * * @example * ppgAQuHfOoNVpJiStDwWCEgiEiE */ operatorId?: string; static names(): { [key: string]: string } { return { associatedColumn: 'associatedColumn', associatedRow: 'associatedRow', value: 'value', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { associatedColumn: CreateDeveloperMetadataRequestAssociatedColumn, associatedRow: CreateDeveloperMetadataRequestAssociatedRow, value: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateDeveloperMetadataResponseBody extends $tea.Model { id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateDeveloperMetadataResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateDeveloperMetadataResponseBody; 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: CreateDeveloperMetadataResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFilterHeaders 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 CreateFilterRequest extends $tea.Model { criteria?: { [key: string]: CriteriaValue }; /** * @remarks * This parameter is required. */ range?: string; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { criteria: 'criteria', range: 'range', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { criteria: { 'type': 'map', 'keyType': 'string', 'valueType': CriteriaValue }, range: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFilterResponseBody extends $tea.Model { id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFilterResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateFilterResponseBody; 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: CreateFilterResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFilterViewHeaders 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 CreateFilterViewRequest extends $tea.Model { criteria?: { [key: string]: CriteriaValue }; /** * @remarks * This parameter is required. */ name?: string; /** * @remarks * This parameter is required. */ range?: string; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { criteria: 'criteria', name: 'name', range: 'range', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { criteria: { 'type': 'map', 'keyType': 'string', 'valueType': CriteriaValue }, name: 'string', range: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFilterViewResponseBody extends $tea.Model { id?: string; name?: string; range?: string; static names(): { [key: string]: string } { return { id: 'id', name: 'name', range: 'range', }; } static types(): { [key: string]: any } { return { id: 'string', name: 'string', range: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFilterViewResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateFilterViewResponseBody; 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: CreateFilterViewResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFloatImageHeaders 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 CreateFloatImageRequest extends $tea.Model { /** * @remarks * This parameter is required. */ anchor?: CreateFloatImageRequestAnchor; /** * @remarks * This parameter is required. */ coordinate?: CreateFloatImageRequestCoordinate; /** * @remarks * This parameter is required. */ src?: string; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { anchor: 'anchor', coordinate: 'coordinate', src: 'src', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { anchor: CreateFloatImageRequestAnchor, coordinate: CreateFloatImageRequestCoordinate, src: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFloatImageResponseBody extends $tea.Model { result?: CreateFloatImageResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: CreateFloatImageResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFloatImageResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateFloatImageResponseBody; 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: CreateFloatImageResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateRangeProtectionHeaders 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 CreateRangeProtectionRequest extends $tea.Model { editableSetting?: CreateRangeProtectionRequestEditableSetting; members?: CreateRangeProtectionRequestMembers[]; /** * @remarks * This parameter is required. */ otherUserPermission?: string; /** * @remarks * This parameter is required. * * @example * ppgAQuHfOoNVpJiStDwWCEgiEiE */ operatorId?: string; static names(): { [key: string]: string } { return { editableSetting: 'editableSetting', members: 'members', otherUserPermission: 'otherUserPermission', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { editableSetting: CreateRangeProtectionRequestEditableSetting, members: { 'type': 'array', 'itemType': CreateRangeProtectionRequestMembers }, otherUserPermission: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateRangeProtectionResponseBody extends $tea.Model { /** * @example * lkxxxx */ id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateRangeProtectionResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateRangeProtectionResponseBody; 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: CreateRangeProtectionResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateSheetHeaders 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 CreateSheetRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * sheet_name */ name?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { name: 'name', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { name: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateSheetResponseBody extends $tea.Model { /** * @example * sheet_id */ id?: string; /** * @example * sheet_name */ name?: string; /** * @example * visible */ visibility?: string; static names(): { [key: string]: string } { return { id: 'id', name: 'name', visibility: 'visibility', }; } static types(): { [key: string]: any } { return { id: 'string', name: 'string', visibility: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateSheetResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateSheetResponseBody; 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: CreateSheetResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateWorkspaceHeaders 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 CreateWorkspaceRequest extends $tea.Model { description?: string; /** * @remarks * This parameter is required. */ name?: string; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { description: 'description', name: 'name', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { description: 'string', name: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateWorkspaceResponseBody extends $tea.Model { description?: string; /** * @remarks * This parameter is required. */ name?: string; /** * @remarks * This parameter is required. */ url?: string; /** * @remarks * This parameter is required. */ workspaceId?: string; static names(): { [key: string]: string } { return { description: 'description', name: 'name', url: 'url', workspaceId: 'workspaceId', }; } static types(): { [key: string]: any } { return { description: 'string', name: 'string', url: 'string', workspaceId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateWorkspaceResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateWorkspaceResponseBody; 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: CreateWorkspaceResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateWorkspaceDocHeaders 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 CreateWorkspaceDocRequest extends $tea.Model { /** * @remarks * This parameter is required. */ docType?: string; /** * @remarks * This parameter is required. */ name?: string; /** * @remarks * This parameter is required. */ operatorId?: string; parentNodeId?: string; templateId?: string; /** * **if can be null:** * true */ templateType?: string; static names(): { [key: string]: string } { return { docType: 'docType', name: 'name', operatorId: 'operatorId', parentNodeId: 'parentNodeId', templateId: 'templateId', templateType: 'templateType', }; } static types(): { [key: string]: any } { return { docType: 'string', name: 'string', operatorId: 'string', parentNodeId: 'string', templateId: 'string', templateType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateWorkspaceDocResponseBody extends $tea.Model { dentryUuid?: string; /** * @remarks * This parameter is required. */ docKey?: string; /** * @remarks * This parameter is required. */ nodeId?: string; /** * @remarks * This parameter is required. */ url?: string; /** * @remarks * This parameter is required. */ workspaceId?: string; static names(): { [key: string]: string } { return { dentryUuid: 'dentryUuid', docKey: 'docKey', nodeId: 'nodeId', url: 'url', workspaceId: 'workspaceId', }; } static types(): { [key: string]: any } { return { dentryUuid: 'string', docKey: 'string', nodeId: 'string', url: 'string', workspaceId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateWorkspaceDocResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateWorkspaceDocResponseBody; 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: CreateWorkspaceDocResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteColumnsHeaders 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 DeleteColumnsRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * column */ column?: number; /** * @remarks * This parameter is required. * * @example * column_count */ columnCount?: number; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { column: 'column', columnCount: 'columnCount', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { column: 'number', columnCount: 'number', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteColumnsResponseBody extends $tea.Model { /** * @example * sheet_id */ id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteColumnsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeleteColumnsResponseBody; 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: DeleteColumnsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteDropdownListsHeaders 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 DeleteDropdownListsRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * ppgAQuHfOoNVpJiStDwWCEgiEiE */ 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 DeleteDropdownListsResponseBody extends $tea.Model { a1Notation?: string; static names(): { [key: string]: string } { return { a1Notation: 'a1Notation', }; } static types(): { [key: string]: any } { return { a1Notation: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteDropdownListsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeleteDropdownListsResponseBody; 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: DeleteDropdownListsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteFilterHeaders 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 DeleteFilterRequest extends $tea.Model { /** * @remarks * This parameter is required. */ 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 DeleteFilterResponseBody extends $tea.Model { id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteFilterResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeleteFilterResponseBody; 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: DeleteFilterResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteFilterViewHeaders 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 DeleteFilterViewRequest extends $tea.Model { /** * @remarks * This parameter is required. */ 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 DeleteFilterViewResponseBody extends $tea.Model { id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteFilterViewResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeleteFilterViewResponseBody; 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: DeleteFilterViewResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteFloatImageHeaders 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 DeleteFloatImageRequest extends $tea.Model { /** * @remarks * This parameter is required. */ 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 DeleteFloatImageResponseBody 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 DeleteFloatImageResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeleteFloatImageResponseBody; 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: DeleteFloatImageResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteRangeProtectionHeaders 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 DeleteRangeProtectionRequest extends $tea.Model { /** * @remarks * This parameter is required. */ 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 DeleteRangeProtectionResponseBody extends $tea.Model { /** * @example * A1 */ a1Notation?: string; static names(): { [key: string]: string } { return { a1Notation: 'a1Notation', }; } static types(): { [key: string]: any } { return { a1Notation: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteRangeProtectionResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeleteRangeProtectionResponseBody; 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: DeleteRangeProtectionResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteRowsHeaders 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 DeleteRowsRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * row */ row?: number; /** * @remarks * This parameter is required. * * @example * row_count */ rowCount?: number; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { row: 'row', rowCount: 'rowCount', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { row: 'number', rowCount: 'number', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteRowsResponseBody extends $tea.Model { /** * @example * sheet_id */ id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteRowsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeleteRowsResponseBody; 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: DeleteRowsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteSheetHeaders 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 DeleteSheetRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * union_id */ 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 DeleteSheetResponseBody extends $tea.Model { /** * @example * true */ 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 DeleteSheetResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeleteSheetResponseBody; 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: DeleteSheetResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteWorkspaceDocHeaders 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 DeleteWorkspaceDocRequest extends $tea.Model { /** * @remarks * This parameter is required. */ 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 DeleteWorkspaceDocResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteWorkspaceDocMembersHeaders 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 DeleteWorkspaceDocMembersRequest extends $tea.Model { /** * @remarks * This parameter is required. */ members?: DeleteWorkspaceDocMembersRequestMembers[]; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { members: 'members', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { members: { 'type': 'array', 'itemType': DeleteWorkspaceDocMembersRequestMembers }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteWorkspaceDocMembersResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteWorkspaceMembersHeaders 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 DeleteWorkspaceMembersRequest extends $tea.Model { /** * @remarks * This parameter is required. */ members?: DeleteWorkspaceMembersRequestMembers[]; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { members: 'members', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { members: { 'type': 'array', 'itemType': DeleteWorkspaceMembersRequestMembers }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteWorkspaceMembersResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverNoticeCardHeaders 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 DeliverNoticeCardRequest extends $tea.Model { atUnionIds?: string[]; /** * @remarks * This parameter is required. */ bizId?: string; btnActionStr?: { [key: string]: string }; /** * @remarks * This parameter is required. */ content?: string; detailMobileUrl?: string; detailPcUrl?: string; /** * @remarks * This parameter is required. */ lastMessageI18n?: { [key: string]: string }; /** * @remarks * This parameter is required. * * @example * receiver_id */ receiverId?: string; /** * @remarks * This parameter is required. * * @example * user/chat */ receiverType?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { atUnionIds: 'atUnionIds', bizId: 'bizId', btnActionStr: 'btnActionStr', content: 'content', detailMobileUrl: 'detailMobileUrl', detailPcUrl: 'detailPcUrl', lastMessageI18n: 'lastMessageI18n', receiverId: 'receiverId', receiverType: 'receiverType', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { atUnionIds: { 'type': 'array', 'itemType': 'string' }, bizId: 'string', btnActionStr: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, content: 'string', detailMobileUrl: 'string', detailPcUrl: 'string', lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, receiverId: 'string', receiverType: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverNoticeCardResponseBody extends $tea.Model { result?: { [key: string]: any }; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverNoticeCardResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeliverNoticeCardResponseBody; 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: DeliverNoticeCardResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverUnifyCardHeaders 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 DeliverUnifyCardRequest extends $tea.Model { atUnionIds?: string[]; /** * @remarks * This parameter is required. */ bizId?: string; /** * @remarks * This parameter is required. */ bizType?: string; /** * @remarks * This parameter is required. */ cardData?: string; dynamicDataConfig?: string; /** * @remarks * This parameter is required. */ lastMessageI18n?: { [key: string]: string }; /** * @remarks * This parameter is required. * * @example * receiver_id */ receiverId?: string; /** * @remarks * This parameter is required. * * @example * user/chat */ receiverType?: string; userPrivateData?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { atUnionIds: 'atUnionIds', bizId: 'bizId', bizType: 'bizType', cardData: 'cardData', dynamicDataConfig: 'dynamicDataConfig', lastMessageI18n: 'lastMessageI18n', receiverId: 'receiverId', receiverType: 'receiverType', userPrivateData: 'userPrivateData', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { atUnionIds: { 'type': 'array', 'itemType': 'string' }, bizId: 'string', bizType: 'string', cardData: 'string', dynamicDataConfig: 'string', lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, receiverId: 'string', receiverType: 'string', userPrivateData: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverUnifyCardResponseBody extends $tea.Model { result?: { [key: string]: any }; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverUnifyCardResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeliverUnifyCardResponseBody; 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: DeliverUnifyCardResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocAppendParagraphHeaders 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 DocAppendParagraphRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * element_type */ elementType?: string; /** * @remarks * This parameter is required. * * @example * properties */ properties?: { [key: string]: any }; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { elementType: 'elementType', properties: 'properties', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { elementType: 'string', properties: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocAppendParagraphResponseBody extends $tea.Model { result?: DocAppendParagraphResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: DocAppendParagraphResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocAppendParagraphResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DocAppendParagraphResponseBody; 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: DocAppendParagraphResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocAppendTextHeaders 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 DocAppendTextRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * text */ text?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { text: 'text', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { text: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocAppendTextResponseBody extends $tea.Model { result?: DocAppendTextResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: DocAppendTextResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocAppendTextResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DocAppendTextResponseBody; 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: DocAppendTextResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocBlocksModifyHeaders 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 DocBlocksModifyRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * element */ element?: { [key: string]: any }; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { element: 'element', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { element: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocBlocksModifyResponseBody extends $tea.Model { result?: DocBlocksModifyResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: DocBlocksModifyResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocBlocksModifyResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DocBlocksModifyResponseBody; 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: DocBlocksModifyResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocBlocksQueryHeaders 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 DocBlocksQueryRequest extends $tea.Model { /** * @example * block_type */ blockType?: string; /** * @example * end_index */ endIndex?: number; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; /** * @example * start_index */ startIndex?: number; static names(): { [key: string]: string } { return { blockType: 'blockType', endIndex: 'endIndex', operatorId: 'operatorId', startIndex: 'startIndex', }; } static types(): { [key: string]: any } { return { blockType: 'string', endIndex: 'number', operatorId: 'string', startIndex: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocBlocksQueryResponseBody extends $tea.Model { result?: DocBlocksQueryResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: DocBlocksQueryResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocBlocksQueryResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DocBlocksQueryResponseBody; 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: DocBlocksQueryResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocDeleteBlockHeaders 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 DocDeleteBlockRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * union_id */ 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 DocDeleteBlockResponseBody extends $tea.Model { result?: DocDeleteBlockResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: DocDeleteBlockResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocDeleteBlockResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DocDeleteBlockResponseBody; 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: DocDeleteBlockResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocElementsHeaders 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 DocElementsRequest extends $tea.Model { /** * @example * cursor */ cursor?: string; /** * @example * resource */ elementType?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; /** * @example * 20 */ size?: number; static names(): { [key: string]: string } { return { cursor: 'cursor', elementType: 'elementType', operatorId: 'operatorId', size: 'size', }; } static types(): { [key: string]: any } { return { cursor: 'string', elementType: 'string', operatorId: 'string', size: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocElementsResponseBody extends $tea.Model { result?: DocElementsResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: DocElementsResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocElementsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DocElementsResponseBody; 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: DocElementsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocExportHeaders 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 DocExportRequest extends $tea.Model { /** * @example * markdown */ targetFormat?: string; static names(): { [key: string]: string } { return { targetFormat: 'targetFormat', }; } static types(): { [key: string]: any } { return { targetFormat: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocExportResponseBody extends $tea.Model { result?: DocExportResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: DocExportResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocExportResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DocExportResponseBody; 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: DocExportResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocExportSnapshotHeaders 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 DocExportSnapshotRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * union_id */ 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 DocExportSnapshotResponseBody extends $tea.Model { result?: DocExportSnapshotResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: DocExportSnapshotResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocExportSnapshotResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DocExportSnapshotResponseBody; 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: DocExportSnapshotResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocInsertBlocksHeaders 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 DocInsertBlocksRequest extends $tea.Model { /** * @example * block_id */ blockId?: string; /** * @remarks * This parameter is required. * * @example * element */ element?: { [key: string]: any }; /** * @example * index */ index?: number; /** * @example * where */ where?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { blockId: 'blockId', element: 'element', index: 'index', where: 'where', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { blockId: 'string', element: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, index: 'number', where: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocInsertBlocksResponseBody extends $tea.Model { result?: DocInsertBlocksResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: DocInsertBlocksResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocInsertBlocksResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DocInsertBlocksResponseBody; 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: DocInsertBlocksResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocSlotsModifyHeaders 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 DocSlotsModifyRequest extends $tea.Model { /** * @example * contentBody */ request?: DocSlotsModifyRequestRequest[]; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { request: 'request', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { request: { 'type': 'array', 'itemType': DocSlotsModifyRequestRequest }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocSlotsModifyResponseBody extends $tea.Model { result?: DocSlotsModifyResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: DocSlotsModifyResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocSlotsModifyResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DocSlotsModifyResponseBody; 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: DocSlotsModifyResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocSlotsQueryHeaders 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 DocSlotsQueryRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * union_id */ 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 DocSlotsQueryResponseBody extends $tea.Model { result?: DocSlotsQueryResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: DocSlotsQueryResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocSlotsQueryResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DocSlotsQueryResponseBody; 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: DocSlotsQueryResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocUpdateContentHeaders 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 DocUpdateContentRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * content */ content?: string; /** * @example * data_type */ dataType?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { content: 'content', dataType: 'dataType', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { content: 'string', dataType: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocUpdateContentResponseBody extends $tea.Model { result?: DocUpdateContentResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: DocUpdateContentResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocUpdateContentResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DocUpdateContentResponseBody; 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: DocUpdateContentResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetAllSheetsHeaders 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 GetAllSheetsRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * union_id */ 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 GetAllSheetsResponseBody extends $tea.Model { value?: GetAllSheetsResponseBodyValue[]; static names(): { [key: string]: string } { return { value: 'value', }; } static types(): { [key: string]: any } { return { value: { 'type': 'array', 'itemType': GetAllSheetsResponseBodyValue }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetAllSheetsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetAllSheetsResponseBody; 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: GetAllSheetsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetDeveloperMetadataHeaders 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 GetDeveloperMetadataRequest extends $tea.Model { /** * @remarks * This parameter is required. */ 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 GetDeveloperMetadataResponseBody extends $tea.Model { associatedColumn?: GetDeveloperMetadataResponseBodyAssociatedColumn; associatedRow?: GetDeveloperMetadataResponseBodyAssociatedRow; value?: any; static names(): { [key: string]: string } { return { associatedColumn: 'associatedColumn', associatedRow: 'associatedRow', value: 'value', }; } static types(): { [key: string]: any } { return { associatedColumn: GetDeveloperMetadataResponseBodyAssociatedColumn, associatedRow: GetDeveloperMetadataResponseBodyAssociatedRow, value: 'any', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetDeveloperMetadataResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetDeveloperMetadataResponseBody; 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: GetDeveloperMetadataResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFilterHeaders 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 GetFilterRequest extends $tea.Model { /** * @remarks * This parameter is required. */ 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 GetFilterResponseBody extends $tea.Model { criteria?: { [key: string]: CriteriaValue }; id?: string; range?: string; static names(): { [key: string]: string } { return { criteria: 'criteria', id: 'id', range: 'range', }; } static types(): { [key: string]: any } { return { criteria: { 'type': 'map', 'keyType': 'string', 'valueType': CriteriaValue }, id: 'string', range: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFilterResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetFilterResponseBody; 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: GetFilterResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFilterViewsHeaders 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 GetFilterViewsRequest extends $tea.Model { /** * @remarks * This parameter is required. */ 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 GetFilterViewsResponseBody extends $tea.Model { filterViews?: GetFilterViewsResponseBodyFilterViews[]; static names(): { [key: string]: string } { return { filterViews: 'filterViews', }; } static types(): { [key: string]: any } { return { filterViews: { 'type': 'array', 'itemType': GetFilterViewsResponseBodyFilterViews }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFilterViewsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetFilterViewsResponseBody; 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: GetFilterViewsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFloatImageHeaders 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 GetFloatImageRequest extends $tea.Model { /** * @remarks * This parameter is required. */ 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 GetFloatImageResponseBody extends $tea.Model { result?: GetFloatImageResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: GetFloatImageResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFloatImageResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetFloatImageResponseBody; 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: GetFloatImageResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFloatImagesHeaders 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 GetFloatImagesRequest extends $tea.Model { /** * @remarks * This parameter is required. */ 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 GetFloatImagesResponseBody extends $tea.Model { value?: GetFloatImagesResponseBodyValue[]; static names(): { [key: string]: string } { return { value: 'value', }; } static types(): { [key: string]: any } { return { value: { 'type': 'array', 'itemType': GetFloatImagesResponseBodyValue }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFloatImagesResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetFloatImagesResponseBody; 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: GetFloatImagesResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetImportDocumentMarkHeaders 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 GetImportDocumentMarkRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * union_id */ 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 GetImportDocumentMarkResponseBody extends $tea.Model { result?: GetImportDocumentMarkResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: GetImportDocumentMarkResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetImportDocumentMarkResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetImportDocumentMarkResponseBody; 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: GetImportDocumentMarkResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRangeHeaders 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 GetRangeRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; /** * @example * select */ select?: string; static names(): { [key: string]: string } { return { operatorId: 'operatorId', select: 'select', }; } static types(): { [key: string]: any } { return { operatorId: 'string', select: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRangeResponseBody extends $tea.Model { backgroundColors?: GetRangeResponseBodyBackgroundColors[][]; complexValues?: any[][]; displayValues?: string[][]; fontSizes?: number[][]; fontWeights?: string[][]; formulas?: string[][]; horizontalAlignments?: string[][]; hyperlinks?: GetRangeResponseBodyHyperlinks[][]; values?: any[][]; verticalAlignments?: string[][]; static names(): { [key: string]: string } { return { backgroundColors: 'backgroundColors', complexValues: 'complexValues', displayValues: 'displayValues', fontSizes: 'fontSizes', fontWeights: 'fontWeights', formulas: 'formulas', horizontalAlignments: 'horizontalAlignments', hyperlinks: 'hyperlinks', values: 'values', verticalAlignments: 'verticalAlignments', }; } static types(): { [key: string]: any } { return { backgroundColors: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': GetRangeResponseBodyBackgroundColors } }, complexValues: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'any' } }, displayValues: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, fontSizes: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'number' } }, fontWeights: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, formulas: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, horizontalAlignments: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, hyperlinks: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': GetRangeResponseBodyHyperlinks } }, values: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'any' } }, verticalAlignments: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRangeResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetRangeResponseBody; 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: GetRangeResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRecentEditDocsHeaders 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 GetRecentEditDocsRequest extends $tea.Model { /** * @remarks * This parameter is required. */ maxResults?: number; nextToken?: string; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { maxResults: 'maxResults', nextToken: 'nextToken', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { maxResults: 'number', nextToken: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRecentEditDocsResponseBody extends $tea.Model { nextToken?: string; recentList?: GetRecentEditDocsResponseBodyRecentList[]; static names(): { [key: string]: string } { return { nextToken: 'nextToken', recentList: 'recentList', }; } static types(): { [key: string]: any } { return { nextToken: 'string', recentList: { 'type': 'array', 'itemType': GetRecentEditDocsResponseBodyRecentList }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRecentEditDocsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetRecentEditDocsResponseBody; 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: GetRecentEditDocsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRecentOpenDocsHeaders 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 GetRecentOpenDocsRequest extends $tea.Model { /** * @remarks * This parameter is required. */ maxResults?: number; nextToken?: string; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { maxResults: 'maxResults', nextToken: 'nextToken', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { maxResults: 'number', nextToken: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRecentOpenDocsResponseBody extends $tea.Model { nextToken?: string; recentList?: GetRecentOpenDocsResponseBodyRecentList[]; static names(): { [key: string]: string } { return { nextToken: 'nextToken', recentList: 'recentList', }; } static types(): { [key: string]: any } { return { nextToken: 'string', recentList: { 'type': 'array', 'itemType': GetRecentOpenDocsResponseBodyRecentList }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRecentOpenDocsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetRecentOpenDocsResponseBody; 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: GetRecentOpenDocsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRelatedWorkspacesHeaders 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 GetRelatedWorkspacesRequest extends $tea.Model { includeRecent?: boolean; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { includeRecent: 'includeRecent', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { includeRecent: 'boolean', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRelatedWorkspacesResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ workspaces?: GetRelatedWorkspacesResponseBodyWorkspaces[]; static names(): { [key: string]: string } { return { workspaces: 'workspaces', }; } static types(): { [key: string]: any } { return { workspaces: { 'type': 'array', 'itemType': GetRelatedWorkspacesResponseBodyWorkspaces }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRelatedWorkspacesResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetRelatedWorkspacesResponseBody; 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: GetRelatedWorkspacesResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetResourceDownloadInfoHeaders 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 GetResourceDownloadInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * union_id */ 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 GetResourceDownloadInfoResponseBody extends $tea.Model { result?: GetResourceDownloadInfoResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: GetResourceDownloadInfoResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetResourceDownloadInfoResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetResourceDownloadInfoResponseBody; 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: GetResourceDownloadInfoResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetResourceUploadInfoHeaders 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 GetResourceUploadInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. */ mediaType?: string; /** * @remarks * This parameter is required. */ resourceName?: string; /** * @remarks * This parameter is required. */ size?: number; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { mediaType: 'mediaType', resourceName: 'resourceName', size: 'size', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { mediaType: 'string', resourceName: 'string', size: 'number', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetResourceUploadInfoResponseBody extends $tea.Model { result?: GetResourceUploadInfoResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: GetResourceUploadInfoResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetResourceUploadInfoResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetResourceUploadInfoResponseBody; 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: GetResourceUploadInfoResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetSheetHeaders 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 GetSheetRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * union_id */ 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 GetSheetResponseBody extends $tea.Model { /** * @example * column_count */ columnCount?: number; frozenColumnCount?: number; frozenRowCount?: number; /** * @example * sheet_id */ id?: string; /** * @example * last_non_empty_column */ lastNonEmptyColumn?: number; /** * @example * last_non_empty_row */ lastNonEmptyRow?: number; /** * @example * sheet_name */ name?: string; /** * @example * row_count */ rowCount?: number; /** * @example * visible */ visibility?: string; static names(): { [key: string]: string } { return { columnCount: 'columnCount', frozenColumnCount: 'frozenColumnCount', frozenRowCount: 'frozenRowCount', id: 'id', lastNonEmptyColumn: 'lastNonEmptyColumn', lastNonEmptyRow: 'lastNonEmptyRow', name: 'name', rowCount: 'rowCount', visibility: 'visibility', }; } static types(): { [key: string]: any } { return { columnCount: 'number', frozenColumnCount: 'number', frozenRowCount: 'number', id: 'string', lastNonEmptyColumn: 'number', lastNonEmptyRow: 'number', name: 'string', rowCount: 'number', visibility: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetSheetResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetSheetResponseBody; 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: GetSheetResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTemplateByIdHeaders 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 GetTemplateByIdRequest extends $tea.Model { /** * @remarks * This parameter is required. */ belong?: string; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { belong: 'belong', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { belong: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTemplateByIdResponseBody extends $tea.Model { coverUrl?: string; createTime?: number; docType?: string; id?: string; templateType?: string; title?: string; updateTime?: number; workspaceId?: string; static names(): { [key: string]: string } { return { coverUrl: 'coverUrl', createTime: 'createTime', docType: 'docType', id: 'id', templateType: 'templateType', title: 'title', updateTime: 'updateTime', workspaceId: 'workspaceId', }; } static types(): { [key: string]: any } { return { coverUrl: 'string', createTime: 'number', docType: 'string', id: 'string', templateType: 'string', title: 'string', updateTime: 'number', workspaceId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTemplateByIdResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetTemplateByIdResponseBody; 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: GetTemplateByIdResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetWorkspaceHeaders 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 GetWorkspaceResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ isDeleted?: boolean; /** * @remarks * This parameter is required. */ owner?: string; rootDentryUuid?: string; /** * @remarks * This parameter is required. */ url?: string; static names(): { [key: string]: string } { return { isDeleted: 'isDeleted', owner: 'owner', rootDentryUuid: 'rootDentryUuid', url: 'url', }; } static types(): { [key: string]: any } { return { isDeleted: 'boolean', owner: 'string', rootDentryUuid: 'string', url: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetWorkspaceResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetWorkspaceResponseBody; 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: GetWorkspaceResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetWorkspaceNodeHeaders 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 GetWorkspaceNodeRequest extends $tea.Model { /** * @remarks * This parameter is required. */ 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 GetWorkspaceNodeResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ hasPermission?: boolean; nodeBO?: GetWorkspaceNodeResponseBodyNodeBO; workspaceBO?: GetWorkspaceNodeResponseBodyWorkspaceBO; static names(): { [key: string]: string } { return { hasPermission: 'hasPermission', nodeBO: 'nodeBO', workspaceBO: 'workspaceBO', }; } static types(): { [key: string]: any } { return { hasPermission: 'boolean', nodeBO: GetWorkspaceNodeResponseBodyNodeBO, workspaceBO: GetWorkspaceNodeResponseBodyWorkspaceBO, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetWorkspaceNodeResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetWorkspaceNodeResponseBody; 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: GetWorkspaceNodeResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InitDocumentHeaders 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 InitDocumentRequest extends $tea.Model { /** * @example * attachments_key */ attachmentsKey?: string; /** * @example * attachments_map */ attachmentsMap?: { [key: string]: AttachmentsMapValue }; /** * @remarks * This parameter is required. * * @example * import_type */ importType?: number; /** * @example * links_key */ linksKey?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { attachmentsKey: 'attachmentsKey', attachmentsMap: 'attachmentsMap', importType: 'importType', linksKey: 'linksKey', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { attachmentsKey: 'string', attachmentsMap: { 'type': 'map', 'keyType': 'string', 'valueType': AttachmentsMapValue }, importType: 'number', linksKey: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InitDocumentResponseBody extends $tea.Model { result?: { [key: string]: any }; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InitDocumentResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: InitDocumentResponseBody; 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: InitDocumentResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertBlocksHeaders 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 InsertBlocksRequest extends $tea.Model { /** * @remarks * This parameter is required. */ blocks?: InsertBlocksRequestBlocks[]; location?: InsertBlocksRequestLocation; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { blocks: 'blocks', location: 'location', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { blocks: { 'type': 'array', 'itemType': InsertBlocksRequestBlocks }, location: InsertBlocksRequestLocation, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertBlocksResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertColumnsBeforeHeaders 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 InsertColumnsBeforeRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * column */ column?: number; /** * @remarks * This parameter is required. * * @example * column_count */ columnCount?: number; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { column: 'column', columnCount: 'columnCount', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { column: 'number', columnCount: 'number', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertColumnsBeforeResponseBody extends $tea.Model { /** * @example * sheet_id */ id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertColumnsBeforeResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: InsertColumnsBeforeResponseBody; 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: InsertColumnsBeforeResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertContentHeaders 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 InsertContentRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * content */ content?: InsertContentRequestContent; /** * @example * index */ index?: number; /** * @example * path */ path?: number[]; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { content: 'content', index: 'index', path: 'path', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { content: InsertContentRequestContent, index: 'number', path: { 'type': 'array', 'itemType': 'number' }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertContentResponseBody extends $tea.Model { result?: { [key: string]: any }; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertContentResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: InsertContentResponseBody; 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: InsertContentResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertDropdownListsHeaders 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 InsertDropdownListsRequest extends $tea.Model { /** * @remarks * This parameter is required. */ options?: InsertDropdownListsRequestOptions[]; /** * @remarks * This parameter is required. * * @example * ppgAQuHfOoNVpJiStDwWCEgiEiE */ operatorId?: string; static names(): { [key: string]: string } { return { options: 'options', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { options: { 'type': 'array', 'itemType': InsertDropdownListsRequestOptions }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertDropdownListsResponseBody extends $tea.Model { a1Notation?: string; static names(): { [key: string]: string } { return { a1Notation: 'a1Notation', }; } static types(): { [key: string]: any } { return { a1Notation: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertDropdownListsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: InsertDropdownListsResponseBody; 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: InsertDropdownListsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertRowsBeforeHeaders 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 InsertRowsBeforeRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * row */ row?: number; /** * @remarks * This parameter is required. * * @example * row_count */ rowCount?: number; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { row: 'row', rowCount: 'rowCount', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { row: 'number', rowCount: 'number', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertRowsBeforeResponseBody extends $tea.Model { /** * @example * sheet_id */ id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertRowsBeforeResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: InsertRowsBeforeResponseBody; 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: InsertRowsBeforeResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListCommentsHeaders 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 ListCommentsRequest extends $tea.Model { isGlobal?: boolean; isSolved?: boolean; maxResults?: number; /** * @example * next_token */ nextToken?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { isGlobal: 'isGlobal', isSolved: 'isSolved', maxResults: 'maxResults', nextToken: 'nextToken', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { isGlobal: 'boolean', isSolved: 'boolean', maxResults: 'number', nextToken: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListCommentsResponseBody extends $tea.Model { result?: ListCommentsResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: ListCommentsResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListCommentsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: ListCommentsResponseBody; 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: ListCommentsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListTemplateHeaders 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 ListTemplateRequest extends $tea.Model { /** * @remarks * This parameter is required. */ maxResults?: number; nextToken?: string; /** * @remarks * This parameter is required. */ operatorId?: string; /** * @remarks * This parameter is required. */ templateType?: string; workspaceId?: string; static names(): { [key: string]: string } { return { maxResults: 'maxResults', nextToken: 'nextToken', operatorId: 'operatorId', templateType: 'templateType', workspaceId: 'workspaceId', }; } static types(): { [key: string]: any } { return { maxResults: 'number', nextToken: 'string', operatorId: 'string', templateType: 'string', workspaceId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListTemplateResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ hasMore?: boolean; nextToken?: string; /** * @remarks * This parameter is required. */ templateList?: ListTemplateResponseBodyTemplateList[]; static names(): { [key: string]: string } { return { hasMore: 'hasMore', nextToken: 'nextToken', templateList: 'templateList', }; } static types(): { [key: string]: any } { return { hasMore: 'boolean', nextToken: 'string', templateList: { 'type': 'array', 'itemType': ListTemplateResponseBodyTemplateList }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListTemplateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: ListTemplateResponseBody; 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: ListTemplateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class MergeRangeHeaders 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 MergeRangeRequest extends $tea.Model { mergeType?: string; /** * @remarks * This parameter is required. * * @example * ppgAQuHfOoNVpJiStDwWCEgiEiE */ operatorId?: string; static names(): { [key: string]: string } { return { mergeType: 'mergeType', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { mergeType: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class MergeRangeResponseBody extends $tea.Model { a1Notation?: string; static names(): { [key: string]: string } { return { a1Notation: 'a1Notation', }; } static types(): { [key: string]: any } { return { a1Notation: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class MergeRangeResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: MergeRangeResponseBody; 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: MergeRangeResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RangeFindNextHeaders 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 RangeFindNextRequest extends $tea.Model { findOptions?: RangeFindNextRequestFindOptions; /** * @remarks * This parameter is required. * * @example * DingTalk */ text?: string; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { findOptions: 'findOptions', text: 'text', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { findOptions: RangeFindNextRequestFindOptions, text: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RangeFindNextResponseBody extends $tea.Model { /** * @remarks * This parameter is required. * * @example * A2 */ a1Notation?: string; static names(): { [key: string]: string } { return { a1Notation: 'a1Notation', }; } static types(): { [key: string]: any } { return { a1Notation: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RangeFindNextResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: RangeFindNextResponseBody; 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: RangeFindNextResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SearchWorkspaceDocsHeaders 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 SearchWorkspaceDocsRequest extends $tea.Model { /** * @remarks * This parameter is required. */ keyword?: string; /** * @remarks * This parameter is required. */ maxResults?: number; nextToken?: string; /** * @remarks * This parameter is required. */ operatorId?: string; workspaceId?: string; static names(): { [key: string]: string } { return { keyword: 'keyword', maxResults: 'maxResults', nextToken: 'nextToken', operatorId: 'operatorId', workspaceId: 'workspaceId', }; } static types(): { [key: string]: any } { return { keyword: 'string', maxResults: 'number', nextToken: 'string', operatorId: 'string', workspaceId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SearchWorkspaceDocsResponseBody extends $tea.Model { docs?: SearchWorkspaceDocsResponseBodyDocs[]; /** * @remarks * This parameter is required. */ hasMore?: boolean; nextToken?: string; static names(): { [key: string]: string } { return { docs: 'docs', hasMore: 'hasMore', nextToken: 'nextToken', }; } static types(): { [key: string]: any } { return { docs: { 'type': 'array', 'itemType': SearchWorkspaceDocsResponseBodyDocs }, hasMore: 'boolean', nextToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SearchWorkspaceDocsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SearchWorkspaceDocsResponseBody; 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: SearchWorkspaceDocsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetBorderHeaders 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 SetBorderRequest extends $tea.Model { color?: string; style?: string; type?: SetBorderRequestType; /** * @remarks * This parameter is required. * * @example * ppgAQuHfOoNVpJiStDwWCEgiEiE */ operatorId?: string; static names(): { [key: string]: string } { return { color: 'color', style: 'style', type: 'type', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { color: 'string', style: 'string', type: SetBorderRequestType, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetBorderResponseBody extends $tea.Model { data?: any; static names(): { [key: string]: string } { return { data: 'data', }; } static types(): { [key: string]: any } { return { data: 'any', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetBorderResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SetBorderResponseBody; 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: SetBorderResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetColumnWidthHeaders 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 SetColumnWidthRequest extends $tea.Model { /** * @remarks * This parameter is required. */ column?: number; /** * @remarks * This parameter is required. */ width?: number; /** * @remarks * This parameter is required. * * @example * ppgAQuHfOoNVpJiStDwWCEgiEiE */ operatorId?: string; static names(): { [key: string]: string } { return { column: 'column', width: 'width', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { column: 'number', width: 'number', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetColumnWidthResponseBody extends $tea.Model { sheetId?: string; sheetName?: string; static names(): { [key: string]: string } { return { sheetId: 'sheetId', sheetName: 'sheetName', }; } static types(): { [key: string]: any } { return { sheetId: 'string', sheetName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetColumnWidthResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SetColumnWidthResponseBody; 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: SetColumnWidthResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetColumnsVisibilityHeaders 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 SetColumnsVisibilityRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * column */ column?: number; /** * @remarks * This parameter is required. * * @example * column_count */ columnCount?: number; /** * @remarks * This parameter is required. * * @example * visible */ visibility?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { column: 'column', columnCount: 'columnCount', visibility: 'visibility', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { column: 'number', columnCount: 'number', visibility: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetColumnsVisibilityResponseBody extends $tea.Model { /** * @example * sheet_id */ id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetColumnsVisibilityResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SetColumnsVisibilityResponseBody; 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: SetColumnsVisibilityResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetColumnsWidthHeaders 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 SetColumnsWidthRequest extends $tea.Model { /** * @remarks * This parameter is required. */ column?: number; /** * @remarks * This parameter is required. */ columnCount?: number; /** * @remarks * This parameter is required. */ width?: number; /** * @remarks * This parameter is required. * * @example * ppgAQuHfOoNVpJiStDwWCEgiEiE */ operatorId?: string; static names(): { [key: string]: string } { return { column: 'column', columnCount: 'columnCount', width: 'width', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { column: 'number', columnCount: 'number', width: 'number', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetColumnsWidthResponseBody extends $tea.Model { sheetId?: string; sheetName?: string; static names(): { [key: string]: string } { return { sheetId: 'sheetId', sheetName: 'sheetName', }; } static types(): { [key: string]: any } { return { sheetId: 'string', sheetName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetColumnsWidthResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SetColumnsWidthResponseBody; 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: SetColumnsWidthResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetFilterCriteriaHeaders 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 SetFilterCriteriaRequest extends $tea.Model { /** * @remarks * This parameter is required. */ column?: number; /** * @remarks * This parameter is required. */ filterCriteria?: SetFilterCriteriaRequestFilterCriteria; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { column: 'column', filterCriteria: 'filterCriteria', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { column: 'number', filterCriteria: SetFilterCriteriaRequestFilterCriteria, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetFilterCriteriaResponseBody extends $tea.Model { id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetFilterCriteriaResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SetFilterCriteriaResponseBody; 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: SetFilterCriteriaResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetFilterViewCriteriaHeaders 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 SetFilterViewCriteriaRequest extends $tea.Model { /** * @remarks * This parameter is required. */ column?: number; /** * @remarks * This parameter is required. */ filterCriteria?: SetFilterViewCriteriaRequestFilterCriteria; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { column: 'column', filterCriteria: 'filterCriteria', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { column: 'number', filterCriteria: SetFilterViewCriteriaRequestFilterCriteria, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetFilterViewCriteriaResponseBody extends $tea.Model { id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetFilterViewCriteriaResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SetFilterViewCriteriaResponseBody; 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: SetFilterViewCriteriaResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetRowHeightHeaders 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 SetRowHeightRequest extends $tea.Model { height?: number; row?: number; /** * @remarks * This parameter is required. * * @example * ppgAQuHfOoNVpJiStDwWCEgiEiE */ operatorId?: string; static names(): { [key: string]: string } { return { height: 'height', row: 'row', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { height: 'number', row: 'number', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetRowHeightResponseBody extends $tea.Model { sheetId?: string; sheetName?: string; static names(): { [key: string]: string } { return { sheetId: 'sheetId', sheetName: 'sheetName', }; } static types(): { [key: string]: any } { return { sheetId: 'string', sheetName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetRowHeightResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SetRowHeightResponseBody; 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: SetRowHeightResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetRowsHeightHeaders 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 SetRowsHeightRequest extends $tea.Model { /** * @remarks * This parameter is required. */ height?: number; /** * @remarks * This parameter is required. */ row?: number; /** * @remarks * This parameter is required. */ rowCount?: number; dingAccessTokenType?: string; /** * @remarks * This parameter is required. * * @example * ppgAQuHfOoNVpJiStDwWCEgiEiE */ operatorId?: string; static names(): { [key: string]: string } { return { height: 'height', row: 'row', rowCount: 'rowCount', dingAccessTokenType: 'dingAccessTokenType', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { height: 'number', row: 'number', rowCount: 'number', dingAccessTokenType: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetRowsHeightResponseBody extends $tea.Model { sheetId?: string; sheetName?: string; static names(): { [key: string]: string } { return { sheetId: 'sheetId', sheetName: 'sheetName', }; } static types(): { [key: string]: any } { return { sheetId: 'string', sheetName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetRowsHeightResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SetRowsHeightResponseBody; 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: SetRowsHeightResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetRowsVisibilityHeaders 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 SetRowsVisibilityRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * row */ row?: number; /** * @remarks * This parameter is required. * * @example * row_count */ rowCount?: number; /** * @remarks * This parameter is required. * * @example * visible */ visibility?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { row: 'row', rowCount: 'rowCount', visibility: 'visibility', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { row: 'number', rowCount: 'number', visibility: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetRowsVisibilityResponseBody extends $tea.Model { /** * @example * sheet_id */ id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetRowsVisibilityResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SetRowsVisibilityResponseBody; 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: SetRowsVisibilityResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SheetAutofitRowsHeaders 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 SheetAutofitRowsRequest extends $tea.Model { /** * @remarks * This parameter is required. */ fontWidth?: number; /** * @remarks * This parameter is required. * * @example * 0 */ row?: number; /** * @remarks * This parameter is required. * * @example * 10 */ rowCount?: number; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { fontWidth: 'fontWidth', row: 'row', rowCount: 'rowCount', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { fontWidth: 'number', row: 'number', rowCount: 'number', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SheetAutofitRowsResponseBody extends $tea.Model { /** * @remarks * This parameter is required. * * @example * stxxxx */ id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SheetAutofitRowsResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SheetAutofitRowsResponseBody; 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: SheetAutofitRowsResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SheetFindAllHeaders 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 SheetFindAllRequest extends $tea.Model { /** * @remarks * This parameter is required. */ findOptions?: SheetFindAllRequestFindOptions; /** * @remarks * This parameter is required. * * @example * DingTalk */ text?: string; /** * @remarks * This parameter is required. */ operatorId?: string; select?: string; static names(): { [key: string]: string } { return { findOptions: 'findOptions', text: 'text', operatorId: 'operatorId', select: 'select', }; } static types(): { [key: string]: any } { return { findOptions: SheetFindAllRequestFindOptions, text: 'string', operatorId: 'string', select: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SheetFindAllResponseBody extends $tea.Model { value?: SheetFindAllResponseBodyValue[]; static names(): { [key: string]: string } { return { value: 'value', }; } static types(): { [key: string]: any } { return { value: { 'type': 'array', 'itemType': SheetFindAllResponseBodyValue }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SheetFindAllResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SheetFindAllResponseBody; 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: SheetFindAllResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SortFilterHeaders 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 SortFilterRequest extends $tea.Model { /** * @remarks * This parameter is required. */ field?: SortFilterRequestField; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { field: 'field', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { field: SortFilterRequestField, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SortFilterResponseBody extends $tea.Model { id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SortFilterResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SortFilterResponseBody; 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: SortFilterResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UnbindCoolAppToSheetHeaders 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 UnbindCoolAppToSheetRequest extends $tea.Model { /** * @example * cool_app_code */ coolAppCode?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { coolAppCode: 'coolAppCode', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { coolAppCode: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UnbindCoolAppToSheetResponseBody extends $tea.Model { /** * @example * true */ 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 UnbindCoolAppToSheetResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UnbindCoolAppToSheetResponseBody; 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: UnbindCoolAppToSheetResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFilterHeaders 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 UpdateFilterRequest extends $tea.Model { /** * @remarks * This parameter is required. */ criteria?: { [key: string]: CriteriaValue }; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { criteria: 'criteria', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { criteria: { 'type': 'map', 'keyType': 'string', 'valueType': CriteriaValue }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFilterResponseBody extends $tea.Model { id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFilterResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UpdateFilterResponseBody; 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: UpdateFilterResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFilterViewHeaders 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 UpdateFilterViewRequest extends $tea.Model { criteria?: { [key: string]: CriteriaValue }; name?: string; range?: string; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { criteria: 'criteria', name: 'name', range: 'range', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { criteria: { 'type': 'map', 'keyType': 'string', 'valueType': CriteriaValue }, name: 'string', range: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFilterViewResponseBody extends $tea.Model { id?: string; name?: string; range?: string; static names(): { [key: string]: string } { return { id: 'id', name: 'name', range: 'range', }; } static types(): { [key: string]: any } { return { id: 'string', name: 'string', range: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFilterViewResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UpdateFilterViewResponseBody; 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: UpdateFilterViewResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFloatImageHeaders 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 UpdateFloatImageRequest extends $tea.Model { anchor?: UpdateFloatImageRequestAnchor; coordinate?: UpdateFloatImageRequestCoordinate; src?: string; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { anchor: 'anchor', coordinate: 'coordinate', src: 'src', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { anchor: UpdateFloatImageRequestAnchor, coordinate: UpdateFloatImageRequestCoordinate, src: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFloatImageResponseBody extends $tea.Model { result?: UpdateFloatImageResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: UpdateFloatImageResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFloatImageResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UpdateFloatImageResponseBody; 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: UpdateFloatImageResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateRangeHeaders 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 UpdateRangeRequest extends $tea.Model { backgroundColors?: string[][]; complexValues?: any[][]; fontColors?: string[][]; fontSizes?: number[][]; fontWeights?: string[][]; horizontalAlignments?: string[][]; hyperlinks?: UpdateRangeRequestHyperlinks[][]; /** * @example * number_format */ numberFormat?: string; values?: string[][]; verticalAlignments?: string[][]; /** * @example * word_wrap */ wordWrap?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { backgroundColors: 'backgroundColors', complexValues: 'complexValues', fontColors: 'fontColors', fontSizes: 'fontSizes', fontWeights: 'fontWeights', horizontalAlignments: 'horizontalAlignments', hyperlinks: 'hyperlinks', numberFormat: 'numberFormat', values: 'values', verticalAlignments: 'verticalAlignments', wordWrap: 'wordWrap', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { backgroundColors: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, complexValues: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'any' } }, fontColors: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, fontSizes: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'number' } }, fontWeights: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, horizontalAlignments: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, hyperlinks: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': UpdateRangeRequestHyperlinks } }, numberFormat: 'string', values: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, verticalAlignments: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'string' } }, wordWrap: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateRangeResponseBody extends $tea.Model { /** * @example * a1_notation */ a1Notation?: string; static names(): { [key: string]: string } { return { a1Notation: 'a1Notation', }; } static types(): { [key: string]: any } { return { a1Notation: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateRangeResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UpdateRangeResponseBody; 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: UpdateRangeResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateSheetHeaders 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 UpdateSheetRequest extends $tea.Model { /** * @example * frozen_column_count */ frozenColumnCount?: number; /** * @example * frozen_row_count */ frozenRowCount?: number; /** * @example * sheet_name */ name?: string; /** * @example * visible */ visibility?: string; /** * @remarks * This parameter is required. * * @example * union_id */ operatorId?: string; static names(): { [key: string]: string } { return { frozenColumnCount: 'frozenColumnCount', frozenRowCount: 'frozenRowCount', name: 'name', visibility: 'visibility', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { frozenColumnCount: 'number', frozenRowCount: 'number', name: 'string', visibility: 'string', operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateSheetResponseBody extends $tea.Model { /** * @example * sheet_id */ id?: string; static names(): { [key: string]: string } { return { id: 'id', }; } static types(): { [key: string]: any } { return { id: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateSheetResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UpdateSheetResponseBody; 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: UpdateSheetResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateWorkspaceDocMembersHeaders 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 UpdateWorkspaceDocMembersRequest extends $tea.Model { /** * @remarks * This parameter is required. */ members?: UpdateWorkspaceDocMembersRequestMembers[]; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { members: 'members', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { members: { 'type': 'array', 'itemType': UpdateWorkspaceDocMembersRequestMembers }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateWorkspaceDocMembersResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateWorkspaceMembersHeaders 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 UpdateWorkspaceMembersRequest extends $tea.Model { /** * @remarks * This parameter is required. */ members?: UpdateWorkspaceMembersRequestMembers[]; /** * @remarks * This parameter is required. */ operatorId?: string; static names(): { [key: string]: string } { return { members: 'members', operatorId: 'operatorId', }; } static types(): { [key: string]: any } { return { members: { 'type': 'array', 'itemType': UpdateWorkspaceMembersRequestMembers }, operatorId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateWorkspaceMembersResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CriteriaValueConditions extends $tea.Model { operator?: string; value?: string; static names(): { [key: string]: string } { return { operator: 'operator', value: 'value', }; } static types(): { [key: string]: any } { return { operator: 'string', value: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class FilterViewsCriteriaValueConditions extends $tea.Model { operator?: string; value?: string; static names(): { [key: string]: string } { return { operator: 'operator', value: 'value', }; } static types(): { [key: string]: any } { return { operator: 'string', value: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AddCommentRequestOption extends $tea.Model { /** * @example * create_time */ createTime?: string; extra?: { [key: string]: string }; static names(): { [key: string]: string } { return { createTime: 'createTime', extra: 'extra', }; } static types(): { [key: string]: any } { return { createTime: 'string', extra: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AddCommentResponseBodyResult extends $tea.Model { commentId?: string; static names(): { [key: string]: string } { return { commentId: 'commentId', }; } static types(): { [key: string]: any } { return { commentId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AddWorkspaceDocMembersRequestMembers extends $tea.Model { /** * @remarks * This parameter is required. */ memberId?: string; /** * @remarks * This parameter is required. */ memberType?: string; /** * @remarks * This parameter is required. */ roleType?: string; static names(): { [key: string]: string } { return { memberId: 'memberId', memberType: 'memberType', roleType: 'roleType', }; } static types(): { [key: string]: any } { return { memberId: 'string', memberType: 'string', roleType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AddWorkspaceMembersRequestMembers extends $tea.Model { /** * @remarks * This parameter is required. */ memberId?: string; /** * @remarks * This parameter is required. */ memberType?: string; /** * @remarks * This parameter is required. */ roleType?: string; static names(): { [key: string]: string } { return { memberId: 'memberId', memberType: 'memberType', roleType: 'roleType', }; } static types(): { [key: string]: any } { return { memberId: 'string', memberType: 'string', roleType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchRequestRequests extends $tea.Model { /** * **if can be null:** * true */ body?: any; /** * @remarks * This parameter is required. * * @example * get */ method?: string; /** * @remarks * This parameter is required. * * @example * sheets */ path?: string; static names(): { [key: string]: string } { return { body: 'body', method: 'method', path: 'path', }; } static types(): { [key: string]: any } { return { body: 'any', method: 'string', path: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchGetWorkspaceDocsResponseBodyResultNodeBO extends $tea.Model { deleted?: boolean; docType?: string; lastEditTime?: number; name?: string; nodeId?: string; url?: string; static names(): { [key: string]: string } { return { deleted: 'deleted', docType: 'docType', lastEditTime: 'lastEditTime', name: 'name', nodeId: 'nodeId', url: 'url', }; } static types(): { [key: string]: any } { return { deleted: 'boolean', docType: 'string', lastEditTime: 'number', name: 'string', nodeId: 'string', url: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchGetWorkspaceDocsResponseBodyResultWorkspaceBO extends $tea.Model { name?: string; workspaceId?: string; static names(): { [key: string]: string } { return { name: 'name', workspaceId: 'workspaceId', }; } static types(): { [key: string]: any } { return { name: 'string', workspaceId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchGetWorkspaceDocsResponseBodyResult extends $tea.Model { /** * @remarks * This parameter is required. */ hasPermission?: boolean; nodeBO?: BatchGetWorkspaceDocsResponseBodyResultNodeBO; workspaceBO?: BatchGetWorkspaceDocsResponseBodyResultWorkspaceBO; static names(): { [key: string]: string } { return { hasPermission: 'hasPermission', nodeBO: 'nodeBO', workspaceBO: 'workspaceBO', }; } static types(): { [key: string]: any } { return { hasPermission: 'boolean', nodeBO: BatchGetWorkspaceDocsResponseBodyResultNodeBO, workspaceBO: BatchGetWorkspaceDocsResponseBodyResultWorkspaceBO, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchGetWorkspacesResponseBodyWorkspacesWorkspaceRecentList extends $tea.Model { lastEditTime?: string; name?: string; nodeId?: string; url?: string; static names(): { [key: string]: string } { return { lastEditTime: 'lastEditTime', name: 'name', nodeId: 'nodeId', url: 'url', }; } static types(): { [key: string]: any } { return { lastEditTime: 'string', name: 'string', nodeId: 'string', url: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchGetWorkspacesResponseBodyWorkspacesWorkspace extends $tea.Model { createTime?: number; name?: string; orgPublished?: boolean; recentList?: BatchGetWorkspacesResponseBodyWorkspacesWorkspaceRecentList[]; url?: string; workspaceId?: string; static names(): { [key: string]: string } { return { createTime: 'createTime', name: 'name', orgPublished: 'orgPublished', recentList: 'recentList', url: 'url', workspaceId: 'workspaceId', }; } static types(): { [key: string]: any } { return { createTime: 'number', name: 'string', orgPublished: 'boolean', recentList: { 'type': 'array', 'itemType': BatchGetWorkspacesResponseBodyWorkspacesWorkspaceRecentList }, url: 'string', workspaceId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchGetWorkspacesResponseBodyWorkspaces extends $tea.Model { /** * @remarks * This parameter is required. */ hasPermission?: boolean; workspace?: BatchGetWorkspacesResponseBodyWorkspacesWorkspace; static names(): { [key: string]: string } { return { hasPermission: 'hasPermission', workspace: 'workspace', }; } static types(): { [key: string]: any } { return { hasPermission: 'boolean', workspace: BatchGetWorkspacesResponseBodyWorkspacesWorkspace, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class BatchOperateResponseBodyResult extends $tea.Model { data?: any[]; static names(): { [key: string]: string } { return { data: 'data', }; } static types(): { [key: string]: any } { return { data: { 'type': 'array', 'itemType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateConditionalFormattingRuleRequestCellStyle extends $tea.Model { backgroundColor?: string; fontColor?: string; static names(): { [key: string]: string } { return { backgroundColor: 'backgroundColor', fontColor: 'fontColor', }; } static types(): { [key: string]: any } { return { backgroundColor: 'string', fontColor: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateConditionalFormattingRuleRequestDuplicateCondition extends $tea.Model { operator?: string; static names(): { [key: string]: string } { return { operator: 'operator', }; } static types(): { [key: string]: any } { return { operator: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateConditionalFormattingRuleRequestNumberCondition extends $tea.Model { operator?: string; value1?: any; value2?: any; static names(): { [key: string]: string } { return { operator: 'operator', value1: 'value1', value2: 'value2', }; } static types(): { [key: string]: any } { return { operator: 'string', value1: 'any', value2: 'any', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateDeveloperMetadataRequestAssociatedColumn extends $tea.Model { /** * @remarks * This parameter is required. */ column?: number; /** * @remarks * This parameter is required. */ sheet?: string; static names(): { [key: string]: string } { return { column: 'column', sheet: 'sheet', }; } static types(): { [key: string]: any } { return { column: 'number', sheet: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateDeveloperMetadataRequestAssociatedRow extends $tea.Model { /** * @remarks * This parameter is required. */ row?: number; /** * @remarks * This parameter is required. */ sheet?: string; static names(): { [key: string]: string } { return { row: 'row', sheet: 'sheet', }; } static types(): { [key: string]: any } { return { row: 'number', sheet: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFloatImageRequestAnchor extends $tea.Model { /** * @remarks * This parameter is required. */ col?: number; /** * @remarks * This parameter is required. */ row?: number; static names(): { [key: string]: string } { return { col: 'col', row: 'row', }; } static types(): { [key: string]: any } { return { col: 'number', row: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFloatImageRequestCoordinate extends $tea.Model { /** * @remarks * This parameter is required. */ height?: number; /** * @remarks * This parameter is required. */ offsetX?: number; /** * @remarks * This parameter is required. */ offsetY?: number; /** * @remarks * This parameter is required. */ width?: number; static names(): { [key: string]: string } { return { height: 'height', offsetX: 'offsetX', offsetY: 'offsetY', width: 'width', }; } static types(): { [key: string]: any } { return { height: 'number', offsetX: 'number', offsetY: 'number', width: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFloatImageResponseBodyResultAnchor extends $tea.Model { col?: number; row?: number; static names(): { [key: string]: string } { return { col: 'col', row: 'row', }; } static types(): { [key: string]: any } { return { col: 'number', row: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFloatImageResponseBodyResultCoordinate extends $tea.Model { height?: number; offsetX?: number; offsetY?: number; width?: number; static names(): { [key: string]: string } { return { height: 'height', offsetX: 'offsetX', offsetY: 'offsetY', width: 'width', }; } static types(): { [key: string]: any } { return { height: 'number', offsetX: 'number', offsetY: 'number', width: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateFloatImageResponseBodyResult extends $tea.Model { anchor?: CreateFloatImageResponseBodyResultAnchor; coordinate?: CreateFloatImageResponseBodyResultCoordinate; id?: string; src?: string; static names(): { [key: string]: string } { return { anchor: 'anchor', coordinate: 'coordinate', id: 'id', src: 'src', }; } static types(): { [key: string]: any } { return { anchor: CreateFloatImageResponseBodyResultAnchor, coordinate: CreateFloatImageResponseBodyResultCoordinate, id: 'string', src: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateRangeProtectionRequestEditableSetting extends $tea.Model { deleteColumns?: boolean; deleteRows?: boolean; editCells?: boolean; formatCells?: boolean; insertColumns?: boolean; insertRows?: boolean; toggleColumnsVisibility?: boolean; toggleRowsVisibility?: boolean; static names(): { [key: string]: string } { return { deleteColumns: 'deleteColumns', deleteRows: 'deleteRows', editCells: 'editCells', formatCells: 'formatCells', insertColumns: 'insertColumns', insertRows: 'insertRows', toggleColumnsVisibility: 'toggleColumnsVisibility', toggleRowsVisibility: 'toggleRowsVisibility', }; } static types(): { [key: string]: any } { return { deleteColumns: 'boolean', deleteRows: 'boolean', editCells: 'boolean', formatCells: 'boolean', insertColumns: 'boolean', insertRows: 'boolean', toggleColumnsVisibility: 'boolean', toggleRowsVisibility: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateRangeProtectionRequestMembers extends $tea.Model { deptId?: string; memberType?: string; openConversationId?: string; permission?: string; unionId?: string; static names(): { [key: string]: string } { return { deptId: 'deptId', memberType: 'memberType', openConversationId: 'openConversationId', permission: 'permission', unionId: 'unionId', }; } static types(): { [key: string]: any } { return { deptId: 'string', memberType: 'string', openConversationId: 'string', permission: 'string', unionId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteWorkspaceDocMembersRequestMembers extends $tea.Model { /** * @remarks * This parameter is required. */ memberId?: string; /** * @remarks * This parameter is required. */ memberType?: string; static names(): { [key: string]: string } { return { memberId: 'memberId', memberType: 'memberType', }; } static types(): { [key: string]: any } { return { memberId: 'string', memberType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteWorkspaceMembersRequestMembers extends $tea.Model { /** * @remarks * This parameter is required. */ memberId?: string; /** * @remarks * This parameter is required. */ memberType?: string; static names(): { [key: string]: string } { return { memberId: 'memberId', memberType: 'memberType', }; } static types(): { [key: string]: any } { return { memberId: 'string', memberType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocAppendParagraphResponseBodyResult extends $tea.Model { data?: { [key: string]: any }; static names(): { [key: string]: string } { return { data: 'data', }; } static types(): { [key: string]: any } { return { data: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocAppendTextResponseBodyResult extends $tea.Model { data?: { [key: string]: any }; static names(): { [key: string]: string } { return { data: 'data', }; } static types(): { [key: string]: any } { return { data: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocBlocksModifyResponseBodyResult extends $tea.Model { result?: any[]; static names(): { [key: string]: string } { return { result: 'result', }; } static types(): { [key: string]: any } { return { result: { 'type': 'array', 'itemType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocBlocksQueryResponseBodyResult extends $tea.Model { data?: any[]; static names(): { [key: string]: string } { return { data: 'data', }; } static types(): { [key: string]: any } { return { data: { 'type': 'array', 'itemType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocDeleteBlockResponseBodyResult extends $tea.Model { data?: { [key: string]: any }; static names(): { [key: string]: string } { return { data: 'data', }; } static types(): { [key: string]: any } { return { data: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocElementsResponseBodyResult extends $tea.Model { elements?: string[]; hasMore?: boolean; nextCursor?: string; static names(): { [key: string]: string } { return { elements: 'elements', hasMore: 'hasMore', nextCursor: 'nextCursor', }; } static types(): { [key: string]: any } { return { elements: { 'type': 'array', 'itemType': 'string' }, hasMore: 'boolean', nextCursor: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocExportResponseBodyResult extends $tea.Model { taskId?: number; static names(): { [key: string]: string } { return { taskId: 'taskId', }; } static types(): { [key: string]: any } { return { taskId: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocExportSnapshotResponseBodyResult extends $tea.Model { data?: { [key: string]: string }; static names(): { [key: string]: string } { return { data: 'data', }; } static types(): { [key: string]: any } { return { data: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocInsertBlocksResponseBodyResult extends $tea.Model { data?: { [key: string]: any }; static names(): { [key: string]: string } { return { data: 'data', }; } static types(): { [key: string]: any } { return { data: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocSlotsModifyRequestRequest extends $tea.Model { body?: { [key: string]: any }; slotId?: string; static names(): { [key: string]: string } { return { body: 'body', slotId: 'slotId', }; } static types(): { [key: string]: any } { return { body: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, slotId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocSlotsModifyResponseBodyResult extends $tea.Model { data?: { [key: string]: string }; static names(): { [key: string]: string } { return { data: 'data', }; } static types(): { [key: string]: any } { return { data: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocSlotsQueryResponseBodyResult extends $tea.Model { data?: any[]; static names(): { [key: string]: string } { return { data: 'data', }; } static types(): { [key: string]: any } { return { data: { 'type': 'array', 'itemType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DocUpdateContentResponseBodyResult extends $tea.Model { data?: { [key: string]: any }; static names(): { [key: string]: string } { return { data: 'data', }; } static types(): { [key: string]: any } { return { data: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetAllSheetsResponseBodyValue extends $tea.Model { /** * @example * sheet_id */ id?: string; /** * @example * sheet_name */ name?: string; static names(): { [key: string]: string } { return { id: 'id', name: 'name', }; } static types(): { [key: string]: any } { return { id: 'string', name: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetDeveloperMetadataResponseBodyAssociatedColumn extends $tea.Model { /** * @remarks * This parameter is required. */ column?: number; /** * @remarks * This parameter is required. */ sheetId?: string; static names(): { [key: string]: string } { return { column: 'column', sheetId: 'sheetId', }; } static types(): { [key: string]: any } { return { column: 'number', sheetId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetDeveloperMetadataResponseBodyAssociatedRow extends $tea.Model { /** * @remarks * This parameter is required. */ row?: number; /** * @remarks * This parameter is required. */ sheetId?: string; static names(): { [key: string]: string } { return { row: 'row', sheetId: 'sheetId', }; } static types(): { [key: string]: any } { return { row: 'number', sheetId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFilterViewsResponseBodyFilterViews extends $tea.Model { criteria?: { [key: string]: FilterViewsCriteriaValue }; id?: string; name?: string; range?: string; static names(): { [key: string]: string } { return { criteria: 'criteria', id: 'id', name: 'name', range: 'range', }; } static types(): { [key: string]: any } { return { criteria: { 'type': 'map', 'keyType': 'string', 'valueType': FilterViewsCriteriaValue }, id: 'string', name: 'string', range: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFloatImageResponseBodyResultAnchor extends $tea.Model { col?: number; row?: number; static names(): { [key: string]: string } { return { col: 'col', row: 'row', }; } static types(): { [key: string]: any } { return { col: 'number', row: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFloatImageResponseBodyResultCoordinate extends $tea.Model { height?: number; offsetX?: number; offsetY?: number; width?: number; static names(): { [key: string]: string } { return { height: 'height', offsetX: 'offsetX', offsetY: 'offsetY', width: 'width', }; } static types(): { [key: string]: any } { return { height: 'number', offsetX: 'number', offsetY: 'number', width: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFloatImageResponseBodyResult extends $tea.Model { anchor?: GetFloatImageResponseBodyResultAnchor; coordinate?: GetFloatImageResponseBodyResultCoordinate; id?: string; src?: string; static names(): { [key: string]: string } { return { anchor: 'anchor', coordinate: 'coordinate', id: 'id', src: 'src', }; } static types(): { [key: string]: any } { return { anchor: GetFloatImageResponseBodyResultAnchor, coordinate: GetFloatImageResponseBodyResultCoordinate, id: 'string', src: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFloatImagesResponseBodyValueAnchor extends $tea.Model { col?: number; row?: number; static names(): { [key: string]: string } { return { col: 'col', row: 'row', }; } static types(): { [key: string]: any } { return { col: 'number', row: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFloatImagesResponseBodyValueCoordinate extends $tea.Model { height?: number; offsetX?: number; offsetY?: number; width?: number; static names(): { [key: string]: string } { return { height: 'height', offsetX: 'offsetX', offsetY: 'offsetY', width: 'width', }; } static types(): { [key: string]: any } { return { height: 'number', offsetX: 'number', offsetY: 'number', width: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetFloatImagesResponseBodyValue extends $tea.Model { anchor?: GetFloatImagesResponseBodyValueAnchor; coordinate?: GetFloatImagesResponseBodyValueCoordinate; id?: string; src?: string; static names(): { [key: string]: string } { return { anchor: 'anchor', coordinate: 'coordinate', id: 'id', src: 'src', }; } static types(): { [key: string]: any } { return { anchor: GetFloatImagesResponseBodyValueAnchor, coordinate: GetFloatImagesResponseBodyValueCoordinate, id: 'string', src: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetImportDocumentMarkResponseBodyResult extends $tea.Model { /** * @example * doc_id */ docId?: string; /** * @example * mark_map */ markMap?: { [key: string]: string }; static names(): { [key: string]: string } { return { docId: 'docId', markMap: 'markMap', }; } static types(): { [key: string]: any } { return { docId: 'string', markMap: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRangeResponseBodyBackgroundColors extends $tea.Model { /** * @example * red_value */ red?: number; /** * @example * green_value */ green?: number; /** * @example * blue_value */ blue?: number; /** * @example * hex_string_value */ hexString?: string; static names(): { [key: string]: string } { return { red: 'red', green: 'green', blue: 'blue', hexString: 'hexString', }; } static types(): { [key: string]: any } { return { red: 'number', green: 'number', blue: 'number', hexString: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRangeResponseBodyHyperlinks extends $tea.Model { type?: string; link?: string; text?: string; static names(): { [key: string]: string } { return { type: 'type', link: 'link', text: 'text', }; } static types(): { [key: string]: any } { return { type: 'string', link: 'string', text: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRecentEditDocsResponseBodyRecentListNodeBO extends $tea.Model { createTime?: number; docType?: string; isDeleted?: boolean; /** * @remarks * This parameter is required. */ lastEditTime?: number; /** * @remarks * This parameter is required. */ nodeId?: string; /** * @remarks * This parameter is required. */ nodeName?: string; updateTime?: number; /** * @remarks * This parameter is required. */ url?: string; static names(): { [key: string]: string } { return { createTime: 'createTime', docType: 'docType', isDeleted: 'isDeleted', lastEditTime: 'lastEditTime', nodeId: 'nodeId', nodeName: 'nodeName', updateTime: 'updateTime', url: 'url', }; } static types(): { [key: string]: any } { return { createTime: 'number', docType: 'string', isDeleted: 'boolean', lastEditTime: 'number', nodeId: 'string', nodeName: 'string', updateTime: 'number', url: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRecentEditDocsResponseBodyRecentListWorkspaceBO extends $tea.Model { url?: string; /** * @remarks * This parameter is required. */ workspaceId?: string; /** * @remarks * This parameter is required. */ workspaceName?: string; static names(): { [key: string]: string } { return { url: 'url', workspaceId: 'workspaceId', workspaceName: 'workspaceName', }; } static types(): { [key: string]: any } { return { url: 'string', workspaceId: 'string', workspaceName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRecentEditDocsResponseBodyRecentList extends $tea.Model { /** * @remarks * This parameter is required. */ nodeBO?: GetRecentEditDocsResponseBodyRecentListNodeBO; /** * @remarks * This parameter is required. */ workspaceBO?: GetRecentEditDocsResponseBodyRecentListWorkspaceBO; static names(): { [key: string]: string } { return { nodeBO: 'nodeBO', workspaceBO: 'workspaceBO', }; } static types(): { [key: string]: any } { return { nodeBO: GetRecentEditDocsResponseBodyRecentListNodeBO, workspaceBO: GetRecentEditDocsResponseBodyRecentListWorkspaceBO, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRecentOpenDocsResponseBodyRecentListNodeBO extends $tea.Model { createTime?: number; docType?: string; isDeleted?: boolean; /** * @remarks * This parameter is required. */ lastOpenTime?: number; /** * @remarks * This parameter is required. */ nodeId?: string; /** * @remarks * This parameter is required. */ nodeName?: string; updateTime?: number; /** * @remarks * This parameter is required. */ url?: string; static names(): { [key: string]: string } { return { createTime: 'createTime', docType: 'docType', isDeleted: 'isDeleted', lastOpenTime: 'lastOpenTime', nodeId: 'nodeId', nodeName: 'nodeName', updateTime: 'updateTime', url: 'url', }; } static types(): { [key: string]: any } { return { createTime: 'number', docType: 'string', isDeleted: 'boolean', lastOpenTime: 'number', nodeId: 'string', nodeName: 'string', updateTime: 'number', url: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRecentOpenDocsResponseBodyRecentListWorkspaceBO extends $tea.Model { url?: string; /** * @remarks * This parameter is required. */ workspaceId?: string; /** * @remarks * This parameter is required. */ workspaceName?: string; static names(): { [key: string]: string } { return { url: 'url', workspaceId: 'workspaceId', workspaceName: 'workspaceName', }; } static types(): { [key: string]: any } { return { url: 'string', workspaceId: 'string', workspaceName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRecentOpenDocsResponseBodyRecentList extends $tea.Model { /** * @remarks * This parameter is required. */ nodeBO?: GetRecentOpenDocsResponseBodyRecentListNodeBO; /** * @remarks * This parameter is required. */ workspaceBO?: GetRecentOpenDocsResponseBodyRecentListWorkspaceBO; static names(): { [key: string]: string } { return { nodeBO: 'nodeBO', workspaceBO: 'workspaceBO', }; } static types(): { [key: string]: any } { return { nodeBO: GetRecentOpenDocsResponseBodyRecentListNodeBO, workspaceBO: GetRecentOpenDocsResponseBodyRecentListWorkspaceBO, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRelatedWorkspacesResponseBodyWorkspacesRecentList extends $tea.Model { lastEditTime?: number; /** * @remarks * This parameter is required. */ name?: string; /** * @remarks * This parameter is required. */ nodeId?: string; /** * @remarks * This parameter is required. */ url?: string; static names(): { [key: string]: string } { return { lastEditTime: 'lastEditTime', name: 'name', nodeId: 'nodeId', url: 'url', }; } static types(): { [key: string]: any } { return { lastEditTime: 'number', name: 'string', nodeId: 'string', url: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetRelatedWorkspacesResponseBodyWorkspaces extends $tea.Model { createTime?: number; /** * @remarks * This parameter is required. */ deleted?: boolean; /** * @remarks * This parameter is required. */ name?: string; owner?: string; recentList?: GetRelatedWorkspacesResponseBodyWorkspacesRecentList[]; /** * @example * OWNER:所有者;MANAGER:管理者;EDITOR:可编辑;VIEWER:可查询\下载;ONLY_VIEWER:尽可查看 */ role?: string; /** * @remarks * This parameter is required. */ url?: string; /** * @remarks * This parameter is required. */ workspaceId?: string; static names(): { [key: string]: string } { return { createTime: 'createTime', deleted: 'deleted', name: 'name', owner: 'owner', recentList: 'recentList', role: 'role', url: 'url', workspaceId: 'workspaceId', }; } static types(): { [key: string]: any } { return { createTime: 'number', deleted: 'boolean', name: 'string', owner: 'string', recentList: { 'type': 'array', 'itemType': GetRelatedWorkspacesResponseBodyWorkspacesRecentList }, role: 'string', url: 'string', workspaceId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetResourceDownloadInfoResponseBodyResult extends $tea.Model { downloadUrl?: string; resourceName?: string; size?: number; static names(): { [key: string]: string } { return { downloadUrl: 'downloadUrl', resourceName: 'resourceName', size: 'size', }; } static types(): { [key: string]: any } { return { downloadUrl: 'string', resourceName: 'string', size: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetResourceUploadInfoResponseBodyResult extends $tea.Model { resourceId?: string; resourceUrl?: string; uploadUrl?: string; static names(): { [key: string]: string } { return { resourceId: 'resourceId', resourceUrl: 'resourceUrl', uploadUrl: 'uploadUrl', }; } static types(): { [key: string]: any } { return { resourceId: 'string', resourceUrl: 'string', uploadUrl: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetWorkspaceNodeResponseBodyNodeBO extends $tea.Model { docType?: string; lastEditTime?: number; name?: string; nodeId?: string; url?: string; static names(): { [key: string]: string } { return { docType: 'docType', lastEditTime: 'lastEditTime', name: 'name', nodeId: 'nodeId', url: 'url', }; } static types(): { [key: string]: any } { return { docType: 'string', lastEditTime: 'number', name: 'string', nodeId: 'string', url: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetWorkspaceNodeResponseBodyWorkspaceBO extends $tea.Model { name?: string; workspaceId?: string; static names(): { [key: string]: string } { return { name: 'name', workspaceId: 'workspaceId', }; } static types(): { [key: string]: any } { return { name: 'string', workspaceId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertBlocksRequestBlocksParagraphChildrenTextTextStyle extends $tea.Model { bold?: boolean; /** * @remarks * This parameter is required. */ dataType?: string; fontSize?: number; sizeUnit?: string; static names(): { [key: string]: string } { return { bold: 'bold', dataType: 'dataType', fontSize: 'fontSize', sizeUnit: 'sizeUnit', }; } static types(): { [key: string]: any } { return { bold: 'boolean', dataType: 'string', fontSize: 'number', sizeUnit: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertBlocksRequestBlocksParagraphChildrenText extends $tea.Model { /** * @remarks * This parameter is required. */ content?: string; textStyle?: InsertBlocksRequestBlocksParagraphChildrenTextTextStyle; static names(): { [key: string]: string } { return { content: 'content', textStyle: 'textStyle', }; } static types(): { [key: string]: any } { return { content: 'string', textStyle: InsertBlocksRequestBlocksParagraphChildrenTextTextStyle, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertBlocksRequestBlocksParagraphChildren extends $tea.Model { /** * @remarks * This parameter is required. */ elementType?: string; text?: InsertBlocksRequestBlocksParagraphChildrenText; static names(): { [key: string]: string } { return { elementType: 'elementType', text: 'text', }; } static types(): { [key: string]: any } { return { elementType: 'string', text: InsertBlocksRequestBlocksParagraphChildrenText, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertBlocksRequestBlocksParagraphStyle extends $tea.Model { headingLevel?: string; static names(): { [key: string]: string } { return { headingLevel: 'headingLevel', }; } static types(): { [key: string]: any } { return { headingLevel: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertBlocksRequestBlocksParagraph extends $tea.Model { children?: InsertBlocksRequestBlocksParagraphChildren[]; style?: InsertBlocksRequestBlocksParagraphStyle; static names(): { [key: string]: string } { return { children: 'children', style: 'style', }; } static types(): { [key: string]: any } { return { children: { 'type': 'array', 'itemType': InsertBlocksRequestBlocksParagraphChildren }, style: InsertBlocksRequestBlocksParagraphStyle, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertBlocksRequestBlocks extends $tea.Model { /** * @remarks * This parameter is required. */ blockType?: string; paragraph?: InsertBlocksRequestBlocksParagraph; static names(): { [key: string]: string } { return { blockType: 'blockType', paragraph: 'paragraph', }; } static types(): { [key: string]: any } { return { blockType: 'string', paragraph: InsertBlocksRequestBlocksParagraph, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertBlocksRequestLocation extends $tea.Model { head?: boolean; static names(): { [key: string]: string } { return { head: 'head', }; } static types(): { [key: string]: any } { return { head: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertContentRequestContent extends $tea.Model { /** * @remarks * This parameter is required. * * @example * content */ content?: string; /** * @remarks * This parameter is required. * * @example * markdown */ type?: string; static names(): { [key: string]: string } { return { content: 'content', type: 'type', }; } static types(): { [key: string]: any } { return { content: 'string', type: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InsertDropdownListsRequestOptions extends $tea.Model { color?: string; /** * @remarks * This parameter is required. */ value?: string; static names(): { [key: string]: string } { return { color: 'color', value: 'value', }; } static types(): { [key: string]: any } { return { color: 'string', value: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListCommentsResponseBodyResultCommentListContent extends $tea.Model { elements?: any[]; static names(): { [key: string]: string } { return { elements: 'elements', }; } static types(): { [key: string]: any } { return { elements: { 'type': 'array', 'itemType': 'any' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListCommentsResponseBodyResultCommentList extends $tea.Model { /** * @example * comment_id */ commentId?: string; content?: ListCommentsResponseBodyResultCommentListContent; createTime?: number; /** * @example * user_id */ creatorId?: string; isGlobal?: boolean; /** * @example * quote */ isSolved?: boolean; /** * @example * quote */ quote?: string; /** * @example * topic_id */ topicId?: string; updateTime?: number; static names(): { [key: string]: string } { return { commentId: 'commentId', content: 'content', createTime: 'createTime', creatorId: 'creatorId', isGlobal: 'isGlobal', isSolved: 'isSolved', quote: 'quote', topicId: 'topicId', updateTime: 'updateTime', }; } static types(): { [key: string]: any } { return { commentId: 'string', content: ListCommentsResponseBodyResultCommentListContent, createTime: 'number', creatorId: 'string', isGlobal: 'boolean', isSolved: 'boolean', quote: 'string', topicId: 'string', updateTime: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListCommentsResponseBodyResult extends $tea.Model { commentList?: ListCommentsResponseBodyResultCommentList[]; hasMore?: boolean; /** * @example * next_token */ nextToken?: string; static names(): { [key: string]: string } { return { commentList: 'commentList', hasMore: 'hasMore', nextToken: 'nextToken', }; } static types(): { [key: string]: any } { return { commentList: { 'type': 'array', 'itemType': ListCommentsResponseBodyResultCommentList }, hasMore: 'boolean', nextToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListTemplateResponseBodyTemplateList extends $tea.Model { /** * @remarks * This parameter is required. */ coverUrl?: string; createTime?: number; /** * @remarks * This parameter is required. */ docType?: string; /** * @remarks * This parameter is required. */ id?: string; /** * @remarks * This parameter is required. */ templateType?: string; /** * @remarks * This parameter is required. */ title?: string; updateTime?: number; workspaceId?: string; static names(): { [key: string]: string } { return { coverUrl: 'coverUrl', createTime: 'createTime', docType: 'docType', id: 'id', templateType: 'templateType', title: 'title', updateTime: 'updateTime', workspaceId: 'workspaceId', }; } static types(): { [key: string]: any } { return { coverUrl: 'string', createTime: 'number', docType: 'string', id: 'string', templateType: 'string', title: 'string', updateTime: 'number', workspaceId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RangeFindNextRequestFindOptions extends $tea.Model { includeHidden?: boolean; /** * @example * true */ matchCase?: boolean; /** * @example * true */ matchEntireCell?: boolean; /** * @example * true */ matchFormulaText?: boolean; scope?: string; /** * @example * true */ useRegExp?: boolean; static names(): { [key: string]: string } { return { includeHidden: 'includeHidden', matchCase: 'matchCase', matchEntireCell: 'matchEntireCell', matchFormulaText: 'matchFormulaText', scope: 'scope', useRegExp: 'useRegExp', }; } static types(): { [key: string]: any } { return { includeHidden: 'boolean', matchCase: 'boolean', matchEntireCell: 'boolean', matchFormulaText: 'boolean', scope: 'string', useRegExp: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SearchWorkspaceDocsResponseBodyDocsNodeBO extends $tea.Model { docType?: string; lastEditTime?: number; /** * @remarks * This parameter is required. */ name?: string; /** * @remarks * This parameter is required. */ nodeId?: string; /** * @remarks * This parameter is required. */ originName?: string; /** * @remarks * This parameter is required. */ url?: string; static names(): { [key: string]: string } { return { docType: 'docType', lastEditTime: 'lastEditTime', name: 'name', nodeId: 'nodeId', originName: 'originName', url: 'url', }; } static types(): { [key: string]: any } { return { docType: 'string', lastEditTime: 'number', name: 'string', nodeId: 'string', originName: 'string', url: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SearchWorkspaceDocsResponseBodyDocsWorkspaceBO extends $tea.Model { name?: string; /** * @remarks * This parameter is required. */ workspaceId?: string; static names(): { [key: string]: string } { return { name: 'name', workspaceId: 'workspaceId', }; } static types(): { [key: string]: any } { return { name: 'string', workspaceId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SearchWorkspaceDocsResponseBodyDocs extends $tea.Model { nodeBO?: SearchWorkspaceDocsResponseBodyDocsNodeBO; workspaceBO?: SearchWorkspaceDocsResponseBodyDocsWorkspaceBO; static names(): { [key: string]: string } { return { nodeBO: 'nodeBO', workspaceBO: 'workspaceBO', }; } static types(): { [key: string]: any } { return { nodeBO: SearchWorkspaceDocsResponseBodyDocsNodeBO, workspaceBO: SearchWorkspaceDocsResponseBodyDocsWorkspaceBO, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetBorderRequestType extends $tea.Model { bottom?: boolean; horizontal?: boolean; left?: boolean; right?: boolean; top?: boolean; vertical?: boolean; static names(): { [key: string]: string } { return { bottom: 'bottom', horizontal: 'horizontal', left: 'left', right: 'right', top: 'top', vertical: 'vertical', }; } static types(): { [key: string]: any } { return { bottom: 'boolean', horizontal: 'boolean', left: 'boolean', right: 'boolean', top: 'boolean', vertical: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetFilterCriteriaRequestFilterCriteriaConditions extends $tea.Model { operator?: string; value?: string; static names(): { [key: string]: string } { return { operator: 'operator', value: 'value', }; } static types(): { [key: string]: any } { return { operator: 'string', value: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetFilterCriteriaRequestFilterCriteria extends $tea.Model { backgroundColor?: string; conditionOperator?: string; conditions?: SetFilterCriteriaRequestFilterCriteriaConditions[]; /** * @remarks * This parameter is required. */ filterType?: string; fontColor?: string; visibleValues?: string[]; static names(): { [key: string]: string } { return { backgroundColor: 'backgroundColor', conditionOperator: 'conditionOperator', conditions: 'conditions', filterType: 'filterType', fontColor: 'fontColor', visibleValues: 'visibleValues', }; } static types(): { [key: string]: any } { return { backgroundColor: 'string', conditionOperator: 'string', conditions: { 'type': 'array', 'itemType': SetFilterCriteriaRequestFilterCriteriaConditions }, filterType: 'string', fontColor: 'string', visibleValues: { 'type': 'array', 'itemType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetFilterViewCriteriaRequestFilterCriteriaConditions extends $tea.Model { operator?: string; value?: string; static names(): { [key: string]: string } { return { operator: 'operator', value: 'value', }; } static types(): { [key: string]: any } { return { operator: 'string', value: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SetFilterViewCriteriaRequestFilterCriteria extends $tea.Model { backgroundColor?: string; conditionOperator?: string; conditions?: SetFilterViewCriteriaRequestFilterCriteriaConditions[]; /** * @remarks * This parameter is required. */ filterType?: string; fontColor?: string; visibleValues?: string[]; static names(): { [key: string]: string } { return { backgroundColor: 'backgroundColor', conditionOperator: 'conditionOperator', conditions: 'conditions', filterType: 'filterType', fontColor: 'fontColor', visibleValues: 'visibleValues', }; } static types(): { [key: string]: any } { return { backgroundColor: 'string', conditionOperator: 'string', conditions: { 'type': 'array', 'itemType': SetFilterViewCriteriaRequestFilterCriteriaConditions }, filterType: 'string', fontColor: 'string', visibleValues: { 'type': 'array', 'itemType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SheetFindAllRequestFindOptions extends $tea.Model { includeHidden?: boolean; /** * @example * true */ matchCase?: boolean; /** * @example * true */ matchEntireCell?: boolean; /** * @example * true */ matchFormulaText?: boolean; scope?: string; /** * @remarks * This parameter is required. */ unionCells?: boolean; /** * @example * true */ useRegExp?: boolean; static names(): { [key: string]: string } { return { includeHidden: 'includeHidden', matchCase: 'matchCase', matchEntireCell: 'matchEntireCell', matchFormulaText: 'matchFormulaText', scope: 'scope', unionCells: 'unionCells', useRegExp: 'useRegExp', }; } static types(): { [key: string]: any } { return { includeHidden: 'boolean', matchCase: 'boolean', matchEntireCell: 'boolean', matchFormulaText: 'boolean', scope: 'string', unionCells: 'boolean', useRegExp: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SheetFindAllResponseBodyValue extends $tea.Model { a1Notation?: string; values?: any[][]; static names(): { [key: string]: string } { return { a1Notation: 'a1Notation', values: 'values', }; } static types(): { [key: string]: any } { return { a1Notation: 'string', values: { 'type': 'array', 'itemType': { 'type': 'array', 'itemType': 'any' } }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SortFilterRequestField extends $tea.Model { ascending?: boolean; /** * @remarks * This parameter is required. */ column?: number; static names(): { [key: string]: string } { return { ascending: 'ascending', column: 'column', }; } static types(): { [key: string]: any } { return { ascending: 'boolean', column: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFloatImageRequestAnchor extends $tea.Model { col?: number; row?: number; static names(): { [key: string]: string } { return { col: 'col', row: 'row', }; } static types(): { [key: string]: any } { return { col: 'number', row: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFloatImageRequestCoordinate extends $tea.Model { height?: number; offsetX?: number; offsetY?: number; width?: number; static names(): { [key: string]: string } { return { height: 'height', offsetX: 'offsetX', offsetY: 'offsetY', width: 'width', }; } static types(): { [key: string]: any } { return { height: 'number', offsetX: 'number', offsetY: 'number', width: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFloatImageResponseBodyResultAnchor extends $tea.Model { col?: number; row?: number; static names(): { [key: string]: string } { return { col: 'col', row: 'row', }; } static types(): { [key: string]: any } { return { col: 'number', row: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFloatImageResponseBodyResultCoordinate extends $tea.Model { height?: number; offsetX?: number; offsetY?: number; width?: number; static names(): { [key: string]: string } { return { height: 'height', offsetX: 'offsetX', offsetY: 'offsetY', width: 'width', }; } static types(): { [key: string]: any } { return { height: 'number', offsetX: 'number', offsetY: 'number', width: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateFloatImageResponseBodyResult extends $tea.Model { anchor?: UpdateFloatImageResponseBodyResultAnchor; coordinate?: UpdateFloatImageResponseBodyResultCoordinate; id?: string; src?: string; static names(): { [key: string]: string } { return { anchor: 'anchor', coordinate: 'coordinate', id: 'id', src: 'src', }; } static types(): { [key: string]: any } { return { anchor: UpdateFloatImageResponseBodyResultAnchor, coordinate: UpdateFloatImageResponseBodyResultCoordinate, id: 'string', src: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateRangeRequestHyperlinks extends $tea.Model { /** * @example * hyperlink_type */ type?: string; /** * @example * hyperlink_link */ link?: string; /** * @example * hyperlink_text */ text?: string; static names(): { [key: string]: string } { return { type: 'type', link: 'link', text: 'text', }; } static types(): { [key: string]: any } { return { type: 'string', link: 'string', text: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateWorkspaceDocMembersRequestMembers extends $tea.Model { /** * @remarks * This parameter is required. */ memberId?: string; /** * @remarks * This parameter is required. */ memberType?: string; /** * @remarks * This parameter is required. */ roleType?: string; static names(): { [key: string]: string } { return { memberId: 'memberId', memberType: 'memberType', roleType: 'roleType', }; } static types(): { [key: string]: any } { return { memberId: 'string', memberType: 'string', roleType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateWorkspaceMembersRequestMembers extends $tea.Model { /** * @remarks * This parameter is required. */ memberId?: string; /** * @remarks * This parameter is required. */ memberType?: string; /** * @remarks * This parameter is required. */ roleType?: string; static names(): { [key: string]: string } { return { memberId: 'memberId', memberType: 'memberType', roleType: 'roleType', }; } static types(): { [key: string]: any } { return { memberId: 'string', memberType: 'string', roleType: 'string', }; } 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 - AddCommentRequest * @param headers - AddCommentHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns AddCommentResponse */ async addCommentWithOptions(docId: string, request: AddCommentRequest, headers: AddCommentHeaders, 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.commentContent)) { body["commentContent"] = request.commentContent; } if (!Util.isUnset(request.commentType)) { body["commentType"] = request.commentType; } if (!Util.isUnset(request.option)) { body["option"] = request.option; } 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: "AddComment", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/docs/${docId}/comments`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new AddCommentResponse({})); } /** * 添加评论 * * @param request - AddCommentRequest * @returns AddCommentResponse */ async addComment(docId: string, request: AddCommentRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new AddCommentHeaders({ }); return await this.addCommentWithOptions(docId, request, headers, runtime); } /** * 添加知识库文档成员 * * @param request - AddWorkspaceDocMembersRequest * @param headers - AddWorkspaceDocMembersHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns AddWorkspaceDocMembersResponse */ async addWorkspaceDocMembersWithOptions(workspaceId: string, nodeId: string, request: AddWorkspaceDocMembersRequest, headers: AddWorkspaceDocMembersHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.members)) { body["members"] = request.members; } if (!Util.isUnset(request.operatorId)) { body["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, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "AddWorkspaceDocMembers", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/${workspaceId}/docs/${nodeId}/members`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "none", }); return $tea.cast(await this.execute(params, req, runtime), new AddWorkspaceDocMembersResponse({})); } /** * 添加知识库文档成员 * * @param request - AddWorkspaceDocMembersRequest * @returns AddWorkspaceDocMembersResponse */ async addWorkspaceDocMembers(workspaceId: string, nodeId: string, request: AddWorkspaceDocMembersRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new AddWorkspaceDocMembersHeaders({ }); return await this.addWorkspaceDocMembersWithOptions(workspaceId, nodeId, request, headers, runtime); } /** * 添加知识库成员 * * @param request - AddWorkspaceMembersRequest * @param headers - AddWorkspaceMembersHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns AddWorkspaceMembersResponse */ async addWorkspaceMembersWithOptions(workspaceId: string, request: AddWorkspaceMembersRequest, headers: AddWorkspaceMembersHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.members)) { body["members"] = request.members; } if (!Util.isUnset(request.operatorId)) { body["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, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "AddWorkspaceMembers", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/${workspaceId}/members`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new AddWorkspaceMembersResponse({})); } /** * 添加知识库成员 * * @param request - AddWorkspaceMembersRequest * @returns AddWorkspaceMembersResponse */ async addWorkspaceMembers(workspaceId: string, request: AddWorkspaceMembersRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new AddWorkspaceMembersHeaders({ }); return await this.addWorkspaceMembersWithOptions(workspaceId, request, headers, runtime); } /** * 追加行 * * @param request - AppendRowsRequest * @param headers - AppendRowsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns AppendRowsResponse */ async appendRowsWithOptions(workbookId: string, sheetId: string, request: AppendRowsRequest, headers: AppendRowsHeaders, 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.values)) { body["values"] = request.values; } 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: "AppendRows", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/appendRows`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new AppendRowsResponse({})); } /** * 追加行 * * @param request - AppendRowsRequest * @returns AppendRowsResponse */ async appendRows(workbookId: string, sheetId: string, request: AppendRowsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new AppendRowsHeaders({ }); return await this.appendRowsWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 批量执行表格操作 * * @param request - BatchRequest * @param headers - BatchHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns BatchResponse */ async batchWithOptions(workbookId: string, request: BatchRequest, headers: BatchHeaders, 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.requests)) { body["requests"] = request.requests; } 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: "Batch", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/batch`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new BatchResponse({})); } /** * 批量执行表格操作 * * @param request - BatchRequest * @returns BatchResponse */ async batch(workbookId: string, request: BatchRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new BatchHeaders({ }); return await this.batchWithOptions(workbookId, request, headers, runtime); } /** * 批量查询知识库文档 * * @param request - BatchGetWorkspaceDocsRequest * @param headers - BatchGetWorkspaceDocsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns BatchGetWorkspaceDocsResponse */ async batchGetWorkspaceDocsWithOptions(request: BatchGetWorkspaceDocsRequest, headers: BatchGetWorkspaceDocsHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.nodeIds)) { body["nodeIds"] = request.nodeIds; } if (!Util.isUnset(request.operatorId)) { body["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, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "BatchGetWorkspaceDocs", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/docs/infos/query`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new BatchGetWorkspaceDocsResponse({})); } /** * 批量查询知识库文档 * * @param request - BatchGetWorkspaceDocsRequest * @returns BatchGetWorkspaceDocsResponse */ async batchGetWorkspaceDocs(request: BatchGetWorkspaceDocsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new BatchGetWorkspaceDocsHeaders({ }); return await this.batchGetWorkspaceDocsWithOptions(request, headers, runtime); } /** * 知识库批量查询 * * @param request - BatchGetWorkspacesRequest * @param headers - BatchGetWorkspacesHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns BatchGetWorkspacesResponse */ async batchGetWorkspacesWithOptions(request: BatchGetWorkspacesRequest, headers: BatchGetWorkspacesHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.includeRecent)) { body["includeRecent"] = request.includeRecent; } if (!Util.isUnset(request.operatorId)) { body["operatorId"] = request.operatorId; } if (!Util.isUnset(request.workspaceIds)) { body["workspaceIds"] = request.workspaceIds; } 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: "BatchGetWorkspaces", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/infos/query`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new BatchGetWorkspacesResponse({})); } /** * 知识库批量查询 * * @param request - BatchGetWorkspacesRequest * @returns BatchGetWorkspacesResponse */ async batchGetWorkspaces(request: BatchGetWorkspacesRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new BatchGetWorkspacesHeaders({ }); return await this.batchGetWorkspacesWithOptions(request, headers, runtime); } /** * 根据入参批量调用多个文档API * * @param request - BatchOperateRequest * @param headers - BatchOperateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns BatchOperateResponse */ async batchOperateWithOptions(documentId: string, request: BatchOperateRequest, headers: BatchOperateHeaders, 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.requests)) { body["requests"] = request.requests; } 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: "BatchOperate", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/suites/documents/${documentId}/batch`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new BatchOperateResponse({})); } /** * 根据入参批量调用多个文档API * * @param request - BatchOperateRequest * @returns BatchOperateResponse */ async batchOperate(documentId: string, request: BatchOperateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new BatchOperateHeaders({ }); return await this.batchOperateWithOptions(documentId, request, headers, runtime); } /** * 关联文档酷应用到表格 * * @param request - BindCoolAppToSheetRequest * @param headers - BindCoolAppToSheetHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns BindCoolAppToSheetResponse */ async bindCoolAppToSheetWithOptions(workbookId: string, request: BindCoolAppToSheetRequest, headers: BindCoolAppToSheetHeaders, 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.coolAppCode)) { body["coolAppCode"] = request.coolAppCode; } 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: "BindCoolAppToSheet", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/coolApps`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new BindCoolAppToSheetResponse({})); } /** * 关联文档酷应用到表格 * * @param request - BindCoolAppToSheetRequest * @returns BindCoolAppToSheetResponse */ async bindCoolAppToSheet(workbookId: string, request: BindCoolAppToSheetRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new BindCoolAppToSheetHeaders({ }); return await this.bindCoolAppToSheetWithOptions(workbookId, request, headers, runtime); } /** * 清除单元格区域内所有内容 * * @param request - ClearRequest * @param headers - ClearHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ClearResponse */ async clearWithOptions(workbookId: string, sheetId: string, rangeAddress: string, request: ClearRequest, headers: ClearHeaders, 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: "Clear", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/ranges/${rangeAddress}/clear`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new ClearResponse({})); } /** * 清除单元格区域内所有内容 * * @param request - ClearRequest * @returns ClearResponse */ async clear(workbookId: string, sheetId: string, rangeAddress: string, request: ClearRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new ClearHeaders({ }); return await this.clearWithOptions(workbookId, sheetId, rangeAddress, request, headers, runtime); } /** * 清除单元格区域内数据 * * @param request - ClearDataRequest * @param headers - ClearDataHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ClearDataResponse */ async clearDataWithOptions(workbookId: string, sheetId: string, rangeAddress: string, request: ClearDataRequest, headers: ClearDataHeaders, 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: "ClearData", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/ranges/${rangeAddress}/clearData`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new ClearDataResponse({})); } /** * 清除单元格区域内数据 * * @param request - ClearDataRequest * @returns ClearDataResponse */ async clearData(workbookId: string, sheetId: string, rangeAddress: string, request: ClearDataRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new ClearDataHeaders({ }); return await this.clearDataWithOptions(workbookId, sheetId, rangeAddress, request, headers, runtime); } /** * 删除筛选条件 * * @param request - ClearFilterCriteriaRequest * @param headers - ClearFilterCriteriaHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ClearFilterCriteriaResponse */ async clearFilterCriteriaWithOptions(workbookId: string, sheetId: string, request: ClearFilterCriteriaRequest, headers: ClearFilterCriteriaHeaders, 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.column)) { body["column"] = request.column; } 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: "ClearFilterCriteria", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/filter/clearColumnFilterCriteria`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new ClearFilterCriteriaResponse({})); } /** * 删除筛选条件 * * @param request - ClearFilterCriteriaRequest * @returns ClearFilterCriteriaResponse */ async clearFilterCriteria(workbookId: string, sheetId: string, request: ClearFilterCriteriaRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new ClearFilterCriteriaHeaders({ }); return await this.clearFilterCriteriaWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 删除筛选视图条件 * * @param request - ClearFilterViewCriteriaRequest * @param headers - ClearFilterViewCriteriaHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ClearFilterViewCriteriaResponse */ async clearFilterViewCriteriaWithOptions(workbookId: string, sheetId: string, filterViewId: string, request: ClearFilterViewCriteriaRequest, headers: ClearFilterViewCriteriaHeaders, 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.column)) { body["column"] = request.column; } 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: "ClearFilterViewCriteria", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/filterViews/${filterViewId}/clearColumnFilterCriteria`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new ClearFilterViewCriteriaResponse({})); } /** * 删除筛选视图条件 * * @param request - ClearFilterViewCriteriaRequest * @returns ClearFilterViewCriteriaResponse */ async clearFilterViewCriteria(workbookId: string, sheetId: string, filterViewId: string, request: ClearFilterViewCriteriaRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new ClearFilterViewCriteriaHeaders({ }); return await this.clearFilterViewCriteriaWithOptions(workbookId, sheetId, filterViewId, request, headers, runtime); } /** * 创建条件格式 * * @param request - CreateConditionalFormattingRuleRequest * @param headers - CreateConditionalFormattingRuleHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateConditionalFormattingRuleResponse */ async createConditionalFormattingRuleWithOptions(workbookId: string, sheetId: string, request: CreateConditionalFormattingRuleRequest, headers: CreateConditionalFormattingRuleHeaders, 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.cellStyle)) { body["cellStyle"] = request.cellStyle; } if (!Util.isUnset(request.duplicateCondition)) { body["duplicateCondition"] = request.duplicateCondition; } if (!Util.isUnset(request.numberCondition)) { body["numberCondition"] = request.numberCondition; } if (!Util.isUnset(request.ranges)) { body["ranges"] = request.ranges; } 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: "CreateConditionalFormattingRule", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/conditionalFormattingRules`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateConditionalFormattingRuleResponse({})); } /** * 创建条件格式 * * @param request - CreateConditionalFormattingRuleRequest * @returns CreateConditionalFormattingRuleResponse */ async createConditionalFormattingRule(workbookId: string, sheetId: string, request: CreateConditionalFormattingRuleRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateConditionalFormattingRuleHeaders({ }); return await this.createConditionalFormattingRuleWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 创建开发者元数据 * * @param request - CreateDeveloperMetadataRequest * @param headers - CreateDeveloperMetadataHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateDeveloperMetadataResponse */ async createDeveloperMetadataWithOptions(workbookId: string, request: CreateDeveloperMetadataRequest, headers: CreateDeveloperMetadataHeaders, 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.associatedColumn)) { body["associatedColumn"] = request.associatedColumn; } if (!Util.isUnset(request.associatedRow)) { body["associatedRow"] = request.associatedRow; } if (!Util.isUnset(request.value)) { body["value"] = request.value; } 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: "CreateDeveloperMetadata", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/developerMetadatas`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateDeveloperMetadataResponse({})); } /** * 创建开发者元数据 * * @param request - CreateDeveloperMetadataRequest * @returns CreateDeveloperMetadataResponse */ async createDeveloperMetadata(workbookId: string, request: CreateDeveloperMetadataRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateDeveloperMetadataHeaders({ }); return await this.createDeveloperMetadataWithOptions(workbookId, request, headers, runtime); } /** * 创建筛选 * * @param request - CreateFilterRequest * @param headers - CreateFilterHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateFilterResponse */ async createFilterWithOptions(workbookId: string, sheetId: string, request: CreateFilterRequest, headers: CreateFilterHeaders, 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.criteria)) { body["criteria"] = request.criteria; } if (!Util.isUnset(request.range)) { body["range"] = request.range; } 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: "CreateFilter", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/createFilter`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateFilterResponse({})); } /** * 创建筛选 * * @param request - CreateFilterRequest * @returns CreateFilterResponse */ async createFilter(workbookId: string, sheetId: string, request: CreateFilterRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateFilterHeaders({ }); return await this.createFilterWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 创建筛选视图 * * @param request - CreateFilterViewRequest * @param headers - CreateFilterViewHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateFilterViewResponse */ async createFilterViewWithOptions(workbookId: string, sheetId: string, request: CreateFilterViewRequest, headers: CreateFilterViewHeaders, 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.criteria)) { body["criteria"] = request.criteria; } if (!Util.isUnset(request.name)) { body["name"] = request.name; } if (!Util.isUnset(request.range)) { body["range"] = request.range; } 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: "CreateFilterView", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/filterViews`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateFilterViewResponse({})); } /** * 创建筛选视图 * * @param request - CreateFilterViewRequest * @returns CreateFilterViewResponse */ async createFilterView(workbookId: string, sheetId: string, request: CreateFilterViewRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateFilterViewHeaders({ }); return await this.createFilterViewWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 创建浮动图片 * * @param request - CreateFloatImageRequest * @param headers - CreateFloatImageHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateFloatImageResponse */ async createFloatImageWithOptions(workbookId: string, sheetId: string, request: CreateFloatImageRequest, headers: CreateFloatImageHeaders, 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.anchor)) { body["anchor"] = request.anchor; } if (!Util.isUnset(request.coordinate)) { body["coordinate"] = request.coordinate; } if (!Util.isUnset(request.src)) { body["src"] = request.src; } 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: "CreateFloatImage", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/floatImages`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateFloatImageResponse({})); } /** * 创建浮动图片 * * @param request - CreateFloatImageRequest * @returns CreateFloatImageResponse */ async createFloatImage(workbookId: string, sheetId: string, request: CreateFloatImageRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateFloatImageHeaders({ }); return await this.createFloatImageWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 创建单元格锁定 * * @param request - CreateRangeProtectionRequest * @param headers - CreateRangeProtectionHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateRangeProtectionResponse */ async createRangeProtectionWithOptions(workbookId: string, sheetId: string, rangeAddress: string, request: CreateRangeProtectionRequest, headers: CreateRangeProtectionHeaders, 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.editableSetting)) { body["editableSetting"] = request.editableSetting; } if (!Util.isUnset(request.members)) { body["members"] = request.members; } if (!Util.isUnset(request.otherUserPermission)) { body["otherUserPermission"] = request.otherUserPermission; } 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: "CreateRangeProtection", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/ranges/${rangeAddress}/protections`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateRangeProtectionResponse({})); } /** * 创建单元格锁定 * * @param request - CreateRangeProtectionRequest * @returns CreateRangeProtectionResponse */ async createRangeProtection(workbookId: string, sheetId: string, rangeAddress: string, request: CreateRangeProtectionRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateRangeProtectionHeaders({ }); return await this.createRangeProtectionWithOptions(workbookId, sheetId, rangeAddress, request, headers, runtime); } /** * 创建工作表 * * @param request - CreateSheetRequest * @param headers - CreateSheetHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateSheetResponse */ async createSheetWithOptions(workbookId: string, request: CreateSheetRequest, headers: CreateSheetHeaders, 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.name)) { body["name"] = request.name; } 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: "CreateSheet", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateSheetResponse({})); } /** * 创建工作表 * * @param request - CreateSheetRequest * @returns CreateSheetResponse */ async createSheet(workbookId: string, request: CreateSheetRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateSheetHeaders({ }); return await this.createSheetWithOptions(workbookId, request, headers, runtime); } /** * 新建知识库 * * @param request - CreateWorkspaceRequest * @param headers - CreateWorkspaceHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateWorkspaceResponse */ async createWorkspaceWithOptions(request: CreateWorkspaceRequest, headers: CreateWorkspaceHeaders, 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.name)) { body["name"] = request.name; } if (!Util.isUnset(request.operatorId)) { body["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, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "CreateWorkspace", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateWorkspaceResponse({})); } /** * 新建知识库 * * @param request - CreateWorkspaceRequest * @returns CreateWorkspaceResponse */ async createWorkspace(request: CreateWorkspaceRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateWorkspaceHeaders({ }); return await this.createWorkspaceWithOptions(request, headers, runtime); } /** * 创建知识库文档 * * @param request - CreateWorkspaceDocRequest * @param headers - CreateWorkspaceDocHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateWorkspaceDocResponse */ async createWorkspaceDocWithOptions(workspaceId: string, request: CreateWorkspaceDocRequest, headers: CreateWorkspaceDocHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.docType)) { body["docType"] = request.docType; } if (!Util.isUnset(request.name)) { body["name"] = request.name; } if (!Util.isUnset(request.operatorId)) { body["operatorId"] = request.operatorId; } if (!Util.isUnset(request.parentNodeId)) { body["parentNodeId"] = request.parentNodeId; } if (!Util.isUnset(request.templateId)) { body["templateId"] = request.templateId; } if (!Util.isUnset(request.templateType)) { body["templateType"] = request.templateType; } 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: "CreateWorkspaceDoc", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/${workspaceId}/docs`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateWorkspaceDocResponse({})); } /** * 创建知识库文档 * * @param request - CreateWorkspaceDocRequest * @returns CreateWorkspaceDocResponse */ async createWorkspaceDoc(workspaceId: string, request: CreateWorkspaceDocRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateWorkspaceDocHeaders({ }); return await this.createWorkspaceDocWithOptions(workspaceId, request, headers, runtime); } /** * 删除列 * * @param request - DeleteColumnsRequest * @param headers - DeleteColumnsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeleteColumnsResponse */ async deleteColumnsWithOptions(workbookId: string, sheetId: string, request: DeleteColumnsRequest, headers: DeleteColumnsHeaders, 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.column)) { body["column"] = request.column; } if (!Util.isUnset(request.columnCount)) { body["columnCount"] = request.columnCount; } 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: "DeleteColumns", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/deleteColumns`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeleteColumnsResponse({})); } /** * 删除列 * * @param request - DeleteColumnsRequest * @returns DeleteColumnsResponse */ async deleteColumns(workbookId: string, sheetId: string, request: DeleteColumnsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeleteColumnsHeaders({ }); return await this.deleteColumnsWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 删除下拉列表 * * @param request - DeleteDropdownListsRequest * @param headers - DeleteDropdownListsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeleteDropdownListsResponse */ async deleteDropdownListsWithOptions(workbookId: string, sheetId: string, rangeAddress: string, request: DeleteDropdownListsRequest, headers: DeleteDropdownListsHeaders, 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: "DeleteDropdownLists", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/ranges/${rangeAddress}/deleteDropdownLists`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeleteDropdownListsResponse({})); } /** * 删除下拉列表 * * @param request - DeleteDropdownListsRequest * @returns DeleteDropdownListsResponse */ async deleteDropdownLists(workbookId: string, sheetId: string, rangeAddress: string, request: DeleteDropdownListsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeleteDropdownListsHeaders({ }); return await this.deleteDropdownListsWithOptions(workbookId, sheetId, rangeAddress, request, headers, runtime); } /** * 删除筛选 * * @param request - DeleteFilterRequest * @param headers - DeleteFilterHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeleteFilterResponse */ async deleteFilterWithOptions(workbookId: string, sheetId: string, request: DeleteFilterRequest, headers: DeleteFilterHeaders, 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: "DeleteFilter", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/deleteFilter`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeleteFilterResponse({})); } /** * 删除筛选 * * @param request - DeleteFilterRequest * @returns DeleteFilterResponse */ async deleteFilter(workbookId: string, sheetId: string, request: DeleteFilterRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeleteFilterHeaders({ }); return await this.deleteFilterWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 删除筛选视图 * * @param request - DeleteFilterViewRequest * @param headers - DeleteFilterViewHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeleteFilterViewResponse */ async deleteFilterViewWithOptions(workbookId: string, sheetId: string, filterViewId: string, request: DeleteFilterViewRequest, headers: DeleteFilterViewHeaders, 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: "DeleteFilterView", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/filterViews/${filterViewId}`, method: "DELETE", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeleteFilterViewResponse({})); } /** * 删除筛选视图 * * @param request - DeleteFilterViewRequest * @returns DeleteFilterViewResponse */ async deleteFilterView(workbookId: string, sheetId: string, filterViewId: string, request: DeleteFilterViewRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeleteFilterViewHeaders({ }); return await this.deleteFilterViewWithOptions(workbookId, sheetId, filterViewId, request, headers, runtime); } /** * 删除浮动图片 * * @param request - DeleteFloatImageRequest * @param headers - DeleteFloatImageHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeleteFloatImageResponse */ async deleteFloatImageWithOptions(workbookId: string, sheetId: string, id: string, request: DeleteFloatImageRequest, headers: DeleteFloatImageHeaders, 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: "DeleteFloatImage", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/floatImages/${id}`, method: "DELETE", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeleteFloatImageResponse({})); } /** * 删除浮动图片 * * @param request - DeleteFloatImageRequest * @returns DeleteFloatImageResponse */ async deleteFloatImage(workbookId: string, sheetId: string, id: string, request: DeleteFloatImageRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeleteFloatImageHeaders({ }); return await this.deleteFloatImageWithOptions(workbookId, sheetId, id, request, headers, runtime); } /** * 删除单元格锁定 * * @param request - DeleteRangeProtectionRequest * @param headers - DeleteRangeProtectionHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeleteRangeProtectionResponse */ async deleteRangeProtectionWithOptions(workbookId: string, sheetId: string, rangeAddress: string, protectionId: string, request: DeleteRangeProtectionRequest, headers: DeleteRangeProtectionHeaders, 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: "DeleteRangeProtection", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/ranges/${rangeAddress}/protections/${protectionId}`, method: "DELETE", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeleteRangeProtectionResponse({})); } /** * 删除单元格锁定 * * @param request - DeleteRangeProtectionRequest * @returns DeleteRangeProtectionResponse */ async deleteRangeProtection(workbookId: string, sheetId: string, rangeAddress: string, protectionId: string, request: DeleteRangeProtectionRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeleteRangeProtectionHeaders({ }); return await this.deleteRangeProtectionWithOptions(workbookId, sheetId, rangeAddress, protectionId, request, headers, runtime); } /** * 删除行 * * @param request - DeleteRowsRequest * @param headers - DeleteRowsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeleteRowsResponse */ async deleteRowsWithOptions(workbookId: string, sheetId: string, request: DeleteRowsRequest, headers: DeleteRowsHeaders, 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.row)) { body["row"] = request.row; } if (!Util.isUnset(request.rowCount)) { body["rowCount"] = request.rowCount; } 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: "DeleteRows", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/deleteRows`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeleteRowsResponse({})); } /** * 删除行 * * @param request - DeleteRowsRequest * @returns DeleteRowsResponse */ async deleteRows(workbookId: string, sheetId: string, request: DeleteRowsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeleteRowsHeaders({ }); return await this.deleteRowsWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 删除工作表 * * @param request - DeleteSheetRequest * @param headers - DeleteSheetHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeleteSheetResponse */ async deleteSheetWithOptions(workbookId: string, sheetId: string, request: DeleteSheetRequest, headers: DeleteSheetHeaders, 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: "DeleteSheet", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}`, method: "DELETE", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeleteSheetResponse({})); } /** * 删除工作表 * * @param request - DeleteSheetRequest * @returns DeleteSheetResponse */ async deleteSheet(workbookId: string, sheetId: string, request: DeleteSheetRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeleteSheetHeaders({ }); return await this.deleteSheetWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 删除知识库文档 * * @param request - DeleteWorkspaceDocRequest * @param headers - DeleteWorkspaceDocHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeleteWorkspaceDocResponse */ async deleteWorkspaceDocWithOptions(workspaceId: string, nodeId: string, request: DeleteWorkspaceDocRequest, headers: DeleteWorkspaceDocHeaders, 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: "DeleteWorkspaceDoc", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/${workspaceId}/docs/${nodeId}`, method: "DELETE", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "none", }); return $tea.cast(await this.execute(params, req, runtime), new DeleteWorkspaceDocResponse({})); } /** * 删除知识库文档 * * @param request - DeleteWorkspaceDocRequest * @returns DeleteWorkspaceDocResponse */ async deleteWorkspaceDoc(workspaceId: string, nodeId: string, request: DeleteWorkspaceDocRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeleteWorkspaceDocHeaders({ }); return await this.deleteWorkspaceDocWithOptions(workspaceId, nodeId, request, headers, runtime); } /** * 删除知识库文档成员 * * @param request - DeleteWorkspaceDocMembersRequest * @param headers - DeleteWorkspaceDocMembersHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeleteWorkspaceDocMembersResponse */ async deleteWorkspaceDocMembersWithOptions(workspaceId: string, nodeId: string, request: DeleteWorkspaceDocMembersRequest, headers: DeleteWorkspaceDocMembersHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.members)) { body["members"] = request.members; } if (!Util.isUnset(request.operatorId)) { body["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, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "DeleteWorkspaceDocMembers", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/${workspaceId}/docs/${nodeId}/members/remove`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "none", }); return $tea.cast(await this.execute(params, req, runtime), new DeleteWorkspaceDocMembersResponse({})); } /** * 删除知识库文档成员 * * @param request - DeleteWorkspaceDocMembersRequest * @returns DeleteWorkspaceDocMembersResponse */ async deleteWorkspaceDocMembers(workspaceId: string, nodeId: string, request: DeleteWorkspaceDocMembersRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeleteWorkspaceDocMembersHeaders({ }); return await this.deleteWorkspaceDocMembersWithOptions(workspaceId, nodeId, request, headers, runtime); } /** * 删除知识库成员 * * @param request - DeleteWorkspaceMembersRequest * @param headers - DeleteWorkspaceMembersHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeleteWorkspaceMembersResponse */ async deleteWorkspaceMembersWithOptions(workspaceId: string, request: DeleteWorkspaceMembersRequest, headers: DeleteWorkspaceMembersHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.members)) { body["members"] = request.members; } if (!Util.isUnset(request.operatorId)) { body["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, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "DeleteWorkspaceMembers", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/${workspaceId}/members/remove`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "none", }); return $tea.cast(await this.execute(params, req, runtime), new DeleteWorkspaceMembersResponse({})); } /** * 删除知识库成员 * * @param request - DeleteWorkspaceMembersRequest * @returns DeleteWorkspaceMembersResponse */ async deleteWorkspaceMembers(workspaceId: string, request: DeleteWorkspaceMembersRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeleteWorkspaceMembersHeaders({ }); return await this.deleteWorkspaceMembersWithOptions(workspaceId, request, headers, runtime); } /** * 分享文档通知内容 * * @param request - DeliverNoticeCardRequest * @param headers - DeliverNoticeCardHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeliverNoticeCardResponse */ async deliverNoticeCardWithOptions(request: DeliverNoticeCardRequest, headers: DeliverNoticeCardHeaders, 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.atUnionIds)) { body["atUnionIds"] = request.atUnionIds; } if (!Util.isUnset(request.bizId)) { body["bizId"] = request.bizId; } if (!Util.isUnset(request.btnActionStr)) { body["btnActionStr"] = request.btnActionStr; } if (!Util.isUnset(request.content)) { body["content"] = request.content; } if (!Util.isUnset(request.detailMobileUrl)) { body["detailMobileUrl"] = request.detailMobileUrl; } if (!Util.isUnset(request.detailPcUrl)) { body["detailPcUrl"] = request.detailPcUrl; } if (!Util.isUnset(request.lastMessageI18n)) { body["lastMessageI18n"] = request.lastMessageI18n; } if (!Util.isUnset(request.receiverId)) { body["receiverId"] = request.receiverId; } if (!Util.isUnset(request.receiverType)) { body["receiverType"] = request.receiverType; } 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: "DeliverNoticeCard", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/notice_cards/deliver`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeliverNoticeCardResponse({})); } /** * 分享文档通知内容 * * @param request - DeliverNoticeCardRequest * @returns DeliverNoticeCardResponse */ async deliverNoticeCard(request: DeliverNoticeCardRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeliverNoticeCardHeaders({ }); return await this.deliverNoticeCardWithOptions(request, headers, runtime); } /** * 分享文档通用内容 * * @param request - DeliverUnifyCardRequest * @param headers - DeliverUnifyCardHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeliverUnifyCardResponse */ async deliverUnifyCardWithOptions(request: DeliverUnifyCardRequest, headers: DeliverUnifyCardHeaders, 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.atUnionIds)) { body["atUnionIds"] = request.atUnionIds; } if (!Util.isUnset(request.bizId)) { body["bizId"] = request.bizId; } if (!Util.isUnset(request.bizType)) { body["bizType"] = request.bizType; } if (!Util.isUnset(request.cardData)) { body["cardData"] = request.cardData; } if (!Util.isUnset(request.dynamicDataConfig)) { body["dynamicDataConfig"] = request.dynamicDataConfig; } if (!Util.isUnset(request.lastMessageI18n)) { body["lastMessageI18n"] = request.lastMessageI18n; } if (!Util.isUnset(request.receiverId)) { body["receiverId"] = request.receiverId; } if (!Util.isUnset(request.receiverType)) { body["receiverType"] = request.receiverType; } if (!Util.isUnset(request.userPrivateData)) { body["userPrivateData"] = request.userPrivateData; } 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: "DeliverUnifyCard", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/unify_cards/deliver`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeliverUnifyCardResponse({})); } /** * 分享文档通用内容 * * @param request - DeliverUnifyCardRequest * @returns DeliverUnifyCardResponse */ async deliverUnifyCard(request: DeliverUnifyCardRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeliverUnifyCardHeaders({ }); return await this.deliverUnifyCardWithOptions(request, headers, runtime); } /** * 追加指定段落元素 * * @param request - DocAppendParagraphRequest * @param headers - DocAppendParagraphHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DocAppendParagraphResponse */ async docAppendParagraphWithOptions(docKey: string, blockId: string, request: DocAppendParagraphRequest, headers: DocAppendParagraphHeaders, 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.elementType)) { body["elementType"] = request.elementType; } if (!Util.isUnset(request.properties)) { body["properties"] = request.properties; } 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: "DocAppendParagraph", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/suites/documents/${docKey}/blocks/${blockId}/paragraph/appendElement`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DocAppendParagraphResponse({})); } /** * 追加指定段落元素 * * @param request - DocAppendParagraphRequest * @returns DocAppendParagraphResponse */ async docAppendParagraph(docKey: string, blockId: string, request: DocAppendParagraphRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DocAppendParagraphHeaders({ }); return await this.docAppendParagraphWithOptions(docKey, blockId, request, headers, runtime); } /** * 在段落后追加文本 * * @param request - DocAppendTextRequest * @param headers - DocAppendTextHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DocAppendTextResponse */ async docAppendTextWithOptions(docKey: string, blockId: string, request: DocAppendTextRequest, headers: DocAppendTextHeaders, 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.text)) { body["text"] = request.text; } 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: "DocAppendText", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/suites/documents/${docKey}/blocks/${blockId}/paragraph/appendText`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DocAppendTextResponse({})); } /** * 在段落后追加文本 * * @param request - DocAppendTextRequest * @returns DocAppendTextResponse */ async docAppendText(docKey: string, blockId: string, request: DocAppendTextRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DocAppendTextHeaders({ }); return await this.docAppendTextWithOptions(docKey, blockId, request, headers, runtime); } /** * 更新文档中的块元素 * * @param request - DocBlocksModifyRequest * @param headers - DocBlocksModifyHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DocBlocksModifyResponse */ async docBlocksModifyWithOptions(documentId: string, blockId: string, request: DocBlocksModifyRequest, headers: DocBlocksModifyHeaders, 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.element)) { body["element"] = request.element; } 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: "DocBlocksModify", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/suites/documents/${documentId}/blocks/${blockId}`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DocBlocksModifyResponse({})); } /** * 更新文档中的块元素 * * @param request - DocBlocksModifyRequest * @returns DocBlocksModifyResponse */ async docBlocksModify(documentId: string, blockId: string, request: DocBlocksModifyRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DocBlocksModifyHeaders({ }); return await this.docBlocksModifyWithOptions(documentId, blockId, request, headers, runtime); } /** * 查询指定Block元素 * * @param request - DocBlocksQueryRequest * @param headers - DocBlocksQueryHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DocBlocksQueryResponse */ async docBlocksQueryWithOptions(docKey: string, request: DocBlocksQueryRequest, headers: DocBlocksQueryHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.blockType)) { query["blockType"] = request.blockType; } if (!Util.isUnset(request.endIndex)) { query["endIndex"] = request.endIndex; } if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } if (!Util.isUnset(request.startIndex)) { query["startIndex"] = request.startIndex; } 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: "DocBlocksQuery", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/suites/documents/${docKey}/blocks`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DocBlocksQueryResponse({})); } /** * 查询指定Block元素 * * @param request - DocBlocksQueryRequest * @returns DocBlocksQueryResponse */ async docBlocksQuery(docKey: string, request: DocBlocksQueryRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DocBlocksQueryHeaders({ }); return await this.docBlocksQueryWithOptions(docKey, request, headers, runtime); } /** * 删除指定位置的 Block * * @param request - DocDeleteBlockRequest * @param headers - DocDeleteBlockHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DocDeleteBlockResponse */ async docDeleteBlockWithOptions(docKey: string, blockId: string, request: DocDeleteBlockRequest, headers: DocDeleteBlockHeaders, 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: "DocDeleteBlock", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/suites/documents/${docKey}/blocks/${blockId}`, method: "DELETE", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DocDeleteBlockResponse({})); } /** * 删除指定位置的 Block * * @param request - DocDeleteBlockRequest * @returns DocDeleteBlockResponse */ async docDeleteBlock(docKey: string, blockId: string, request: DocDeleteBlockRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DocDeleteBlockHeaders({ }); return await this.docDeleteBlockWithOptions(docKey, blockId, request, headers, runtime); } /** * 文档元素查询 * * @param request - DocElementsRequest * @param headers - DocElementsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DocElementsResponse */ async docElementsWithOptions(dentryUuid: string, request: DocElementsRequest, headers: DocElementsHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.cursor)) { query["cursor"] = request.cursor; } if (!Util.isUnset(request.elementType)) { query["elementType"] = request.elementType; } if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } if (!Util.isUnset(request.size)) { query["size"] = request.size; } 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: "DocElements", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/${dentryUuid}/elements/query`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DocElementsResponse({})); } /** * 文档元素查询 * * @param request - DocElementsRequest * @returns DocElementsResponse */ async docElements(dentryUuid: string, request: DocElementsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DocElementsHeaders({ }); return await this.docElementsWithOptions(dentryUuid, request, headers, runtime); } /** * 文档内容导出 * * @param request - DocExportRequest * @param headers - DocExportHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DocExportResponse */ async docExportWithOptions(dentryUuid: string, request: DocExportRequest, headers: DocExportHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.targetFormat)) { query["targetFormat"] = request.targetFormat; } 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: "DocExport", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/${dentryUuid}/export`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DocExportResponse({})); } /** * 文档内容导出 * * @param request - DocExportRequest * @returns DocExportResponse */ async docExport(dentryUuid: string, request: DocExportRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DocExportHeaders({ }); return await this.docExportWithOptions(dentryUuid, request, headers, runtime); } /** * 根据传入的文档ID将文档导出为截图 * * @param request - DocExportSnapshotRequest * @param headers - DocExportSnapshotHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DocExportSnapshotResponse */ async docExportSnapshotWithOptions(documentId: string, request: DocExportSnapshotRequest, headers: DocExportSnapshotHeaders, 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: "DocExportSnapshot", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/suites/documents/${documentId}/export/snapshot`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DocExportSnapshotResponse({})); } /** * 根据传入的文档ID将文档导出为截图 * * @param request - DocExportSnapshotRequest * @returns DocExportSnapshotResponse */ async docExportSnapshot(documentId: string, request: DocExportSnapshotRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DocExportSnapshotHeaders({ }); return await this.docExportSnapshotWithOptions(documentId, request, headers, runtime); } /** * 插入指定Block元素 * * @param request - DocInsertBlocksRequest * @param headers - DocInsertBlocksHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DocInsertBlocksResponse */ async docInsertBlocksWithOptions(docKey: string, request: DocInsertBlocksRequest, headers: DocInsertBlocksHeaders, 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.blockId)) { body["blockId"] = request.blockId; } if (!Util.isUnset(request.element)) { body["element"] = request.element; } if (!Util.isUnset(request.index)) { body["index"] = request.index; } if (!Util.isUnset(request.where)) { body["where"] = request.where; } 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: "DocInsertBlocks", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/suites/documents/${docKey}/blocks`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DocInsertBlocksResponse({})); } /** * 插入指定Block元素 * * @param request - DocInsertBlocksRequest * @returns DocInsertBlocksResponse */ async docInsertBlocks(docKey: string, request: DocInsertBlocksRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DocInsertBlocksHeaders({ }); return await this.docInsertBlocksWithOptions(docKey, request, headers, runtime); } /** * 根据传入参数更新文档插槽 * * @param request - DocSlotsModifyRequest * @param headers - DocSlotsModifyHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DocSlotsModifyResponse */ async docSlotsModifyWithOptions(documentId: string, request: DocSlotsModifyRequest, headers: DocSlotsModifyHeaders, 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.request)) { body["request"] = request.request; } 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: "DocSlotsModify", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/suites/documents/${documentId}/slots`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DocSlotsModifyResponse({})); } /** * 根据传入参数更新文档插槽 * * @param request - DocSlotsModifyRequest * @returns DocSlotsModifyResponse */ async docSlotsModify(documentId: string, request: DocSlotsModifyRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DocSlotsModifyHeaders({ }); return await this.docSlotsModifyWithOptions(documentId, request, headers, runtime); } /** * 根据传入参数查询文档中所有的插槽 * * @param request - DocSlotsQueryRequest * @param headers - DocSlotsQueryHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DocSlotsQueryResponse */ async docSlotsQueryWithOptions(documentId: string, request: DocSlotsQueryRequest, headers: DocSlotsQueryHeaders, 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: "DocSlotsQuery", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/suites/documents/${documentId}/slots`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DocSlotsQueryResponse({})); } /** * 根据传入参数查询文档中所有的插槽 * * @param request - DocSlotsQueryRequest * @returns DocSlotsQueryResponse */ async docSlotsQuery(documentId: string, request: DocSlotsQueryRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DocSlotsQueryHeaders({ }); return await this.docSlotsQueryWithOptions(documentId, request, headers, runtime); } /** * 覆写全文 * * @param request - DocUpdateContentRequest * @param headers - DocUpdateContentHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DocUpdateContentResponse */ async docUpdateContentWithOptions(docKey: string, request: DocUpdateContentRequest, headers: DocUpdateContentHeaders, 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.content)) { body["content"] = request.content; } if (!Util.isUnset(request.dataType)) { body["dataType"] = request.dataType; } 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: "DocUpdateContent", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/suites/documents/${docKey}/overwriteContent`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DocUpdateContentResponse({})); } /** * 覆写全文 * * @param request - DocUpdateContentRequest * @returns DocUpdateContentResponse */ async docUpdateContent(docKey: string, request: DocUpdateContentRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DocUpdateContentHeaders({ }); return await this.docUpdateContentWithOptions(docKey, request, headers, runtime); } /** * 获取所有工作表 * * @param request - GetAllSheetsRequest * @param headers - GetAllSheetsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetAllSheetsResponse */ async getAllSheetsWithOptions(workbookId: string, request: GetAllSheetsRequest, headers: GetAllSheetsHeaders, 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: "GetAllSheets", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetAllSheetsResponse({})); } /** * 获取所有工作表 * * @param request - GetAllSheetsRequest * @returns GetAllSheetsResponse */ async getAllSheets(workbookId: string, request: GetAllSheetsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetAllSheetsHeaders({ }); return await this.getAllSheetsWithOptions(workbookId, request, headers, runtime); } /** * 获取开发者元数据 * * @param request - GetDeveloperMetadataRequest * @param headers - GetDeveloperMetadataHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetDeveloperMetadataResponse */ async getDeveloperMetadataWithOptions(workbookId: string, developerMetadataId: string, request: GetDeveloperMetadataRequest, headers: GetDeveloperMetadataHeaders, 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: "GetDeveloperMetadata", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/developerMetadatas/${developerMetadataId}`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetDeveloperMetadataResponse({})); } /** * 获取开发者元数据 * * @param request - GetDeveloperMetadataRequest * @returns GetDeveloperMetadataResponse */ async getDeveloperMetadata(workbookId: string, developerMetadataId: string, request: GetDeveloperMetadataRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetDeveloperMetadataHeaders({ }); return await this.getDeveloperMetadataWithOptions(workbookId, developerMetadataId, request, headers, runtime); } /** * 获取筛选 * * @param request - GetFilterRequest * @param headers - GetFilterHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetFilterResponse */ async getFilterWithOptions(workbookId: string, sheetId: string, request: GetFilterRequest, headers: GetFilterHeaders, 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: "GetFilter", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/filter/getFilter`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetFilterResponse({})); } /** * 获取筛选 * * @param request - GetFilterRequest * @returns GetFilterResponse */ async getFilter(workbookId: string, sheetId: string, request: GetFilterRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetFilterHeaders({ }); return await this.getFilterWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 获取筛选视图列表 * * @param request - GetFilterViewsRequest * @param headers - GetFilterViewsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetFilterViewsResponse */ async getFilterViewsWithOptions(workbookId: string, sheetId: string, request: GetFilterViewsRequest, headers: GetFilterViewsHeaders, 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: "GetFilterViews", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/filterViews`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetFilterViewsResponse({})); } /** * 获取筛选视图列表 * * @param request - GetFilterViewsRequest * @returns GetFilterViewsResponse */ async getFilterViews(workbookId: string, sheetId: string, request: GetFilterViewsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetFilterViewsHeaders({ }); return await this.getFilterViewsWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 获取浮动图片 * * @param request - GetFloatImageRequest * @param headers - GetFloatImageHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetFloatImageResponse */ async getFloatImageWithOptions(workbookId: string, sheetId: string, id: string, request: GetFloatImageRequest, headers: GetFloatImageHeaders, 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: "GetFloatImage", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/floatImages/${id}`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetFloatImageResponse({})); } /** * 获取浮动图片 * * @param request - GetFloatImageRequest * @returns GetFloatImageResponse */ async getFloatImage(workbookId: string, sheetId: string, id: string, request: GetFloatImageRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetFloatImageHeaders({ }); return await this.getFloatImageWithOptions(workbookId, sheetId, id, request, headers, runtime); } /** * 查询浮动图片 * * @param request - GetFloatImagesRequest * @param headers - GetFloatImagesHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetFloatImagesResponse */ async getFloatImagesWithOptions(workbookId: string, sheetId: string, request: GetFloatImagesRequest, headers: GetFloatImagesHeaders, 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: "GetFloatImages", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/floatImages`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetFloatImagesResponse({})); } /** * 查询浮动图片 * * @param request - GetFloatImagesRequest * @returns GetFloatImagesResponse */ async getFloatImages(workbookId: string, sheetId: string, request: GetFloatImagesRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetFloatImagesHeaders({ }); return await this.getFloatImagesWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 文档标签信息查询 * * @param request - GetImportDocumentMarkRequest * @param headers - GetImportDocumentMarkHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetImportDocumentMarkResponse */ async getImportDocumentMarkWithOptions(docId: string, request: GetImportDocumentMarkRequest, headers: GetImportDocumentMarkHeaders, 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: "GetImportDocumentMark", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/docs/${docId}/marks`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetImportDocumentMarkResponse({})); } /** * 文档标签信息查询 * * @param request - GetImportDocumentMarkRequest * @returns GetImportDocumentMarkResponse */ async getImportDocumentMark(docId: string, request: GetImportDocumentMarkRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetImportDocumentMarkHeaders({ }); return await this.getImportDocumentMarkWithOptions(docId, request, headers, runtime); } /** * 获取单元格区域 * * @param request - GetRangeRequest * @param headers - GetRangeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetRangeResponse */ async getRangeWithOptions(workbookId: string, sheetId: string, rangeAddress: string, request: GetRangeRequest, headers: GetRangeHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } if (!Util.isUnset(request.select)) { query["select"] = request.select; } 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: "GetRange", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/ranges/${rangeAddress}`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetRangeResponse({})); } /** * 获取单元格区域 * * @param request - GetRangeRequest * @returns GetRangeResponse */ async getRange(workbookId: string, sheetId: string, rangeAddress: string, request: GetRangeRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetRangeHeaders({ }); return await this.getRangeWithOptions(workbookId, sheetId, rangeAddress, request, headers, runtime); } /** * 获取最近编辑文档 * * @param request - GetRecentEditDocsRequest * @param headers - GetRecentEditDocsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetRecentEditDocsResponse */ async getRecentEditDocsWithOptions(request: GetRecentEditDocsRequest, headers: GetRecentEditDocsHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.maxResults)) { query["maxResults"] = request.maxResults; } if (!Util.isUnset(request.nextToken)) { query["nextToken"] = request.nextToken; } 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: "GetRecentEditDocs", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/docs/recentEditDocs`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetRecentEditDocsResponse({})); } /** * 获取最近编辑文档 * * @param request - GetRecentEditDocsRequest * @returns GetRecentEditDocsResponse */ async getRecentEditDocs(request: GetRecentEditDocsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetRecentEditDocsHeaders({ }); return await this.getRecentEditDocsWithOptions(request, headers, runtime); } /** * 获取最近打开文档 * * @param request - GetRecentOpenDocsRequest * @param headers - GetRecentOpenDocsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetRecentOpenDocsResponse */ async getRecentOpenDocsWithOptions(request: GetRecentOpenDocsRequest, headers: GetRecentOpenDocsHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.maxResults)) { query["maxResults"] = request.maxResults; } if (!Util.isUnset(request.nextToken)) { query["nextToken"] = request.nextToken; } 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: "GetRecentOpenDocs", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/docs/recentOpenDocs`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetRecentOpenDocsResponse({})); } /** * 获取最近打开文档 * * @param request - GetRecentOpenDocsRequest * @returns GetRecentOpenDocsResponse */ async getRecentOpenDocs(request: GetRecentOpenDocsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetRecentOpenDocsHeaders({ }); return await this.getRecentOpenDocsWithOptions(request, headers, runtime); } /** * 查询用户有权限的知识库 * * @param request - GetRelatedWorkspacesRequest * @param headers - GetRelatedWorkspacesHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetRelatedWorkspacesResponse */ async getRelatedWorkspacesWithOptions(request: GetRelatedWorkspacesRequest, headers: GetRelatedWorkspacesHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.includeRecent)) { query["includeRecent"] = request.includeRecent; } 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: "GetRelatedWorkspaces", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetRelatedWorkspacesResponse({})); } /** * 查询用户有权限的知识库 * * @param request - GetRelatedWorkspacesRequest * @returns GetRelatedWorkspacesResponse */ async getRelatedWorkspaces(request: GetRelatedWorkspacesRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetRelatedWorkspacesHeaders({ }); return await this.getRelatedWorkspacesWithOptions(request, headers, runtime); } /** * 获取资源下载信息 * * @param request - GetResourceDownloadInfoRequest * @param headers - GetResourceDownloadInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetResourceDownloadInfoResponse */ async getResourceDownloadInfoWithOptions(docId: string, resourceId: string, request: GetResourceDownloadInfoRequest, headers: GetResourceDownloadInfoHeaders, 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: "GetResourceDownloadInfo", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/docs/resources/${docId}/${resourceId}/downloadInfo`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetResourceDownloadInfoResponse({})); } /** * 获取资源下载信息 * * @param request - GetResourceDownloadInfoRequest * @returns GetResourceDownloadInfoResponse */ async getResourceDownloadInfo(docId: string, resourceId: string, request: GetResourceDownloadInfoRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetResourceDownloadInfoHeaders({ }); return await this.getResourceDownloadInfoWithOptions(docId, resourceId, request, headers, runtime); } /** * 获取上传信息 * * @param request - GetResourceUploadInfoRequest * @param headers - GetResourceUploadInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetResourceUploadInfoResponse */ async getResourceUploadInfoWithOptions(docId: string, request: GetResourceUploadInfoRequest, headers: GetResourceUploadInfoHeaders, 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.mediaType)) { body["mediaType"] = request.mediaType; } if (!Util.isUnset(request.resourceName)) { body["resourceName"] = request.resourceName; } if (!Util.isUnset(request.size)) { body["size"] = request.size; } 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: "GetResourceUploadInfo", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/docs/resources/${docId}/uploadInfos/query`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetResourceUploadInfoResponse({})); } /** * 获取上传信息 * * @param request - GetResourceUploadInfoRequest * @returns GetResourceUploadInfoResponse */ async getResourceUploadInfo(docId: string, request: GetResourceUploadInfoRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetResourceUploadInfoHeaders({ }); return await this.getResourceUploadInfoWithOptions(docId, request, headers, runtime); } /** * 获取工作表 * * @param request - GetSheetRequest * @param headers - GetSheetHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetSheetResponse */ async getSheetWithOptions(workbookId: string, sheetId: string, request: GetSheetRequest, headers: GetSheetHeaders, 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: "GetSheet", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetSheetResponse({})); } /** * 获取工作表 * * @param request - GetSheetRequest * @returns GetSheetResponse */ async getSheet(workbookId: string, sheetId: string, request: GetSheetRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetSheetHeaders({ }); return await this.getSheetWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 查询文档模版 * * @param request - GetTemplateByIdRequest * @param headers - GetTemplateByIdHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetTemplateByIdResponse */ async getTemplateByIdWithOptions(templateId: string, request: GetTemplateByIdRequest, headers: GetTemplateByIdHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.belong)) { query["belong"] = request.belong; } 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: "GetTemplateById", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/templates/${templateId}`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetTemplateByIdResponse({})); } /** * 查询文档模版 * * @param request - GetTemplateByIdRequest * @returns GetTemplateByIdResponse */ async getTemplateById(templateId: string, request: GetTemplateByIdRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetTemplateByIdHeaders({ }); return await this.getTemplateByIdWithOptions(templateId, request, headers, runtime); } /** * 查询知识库信息 * * @param headers - GetWorkspaceHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetWorkspaceResponse */ async getWorkspaceWithOptions(workspaceId: string, headers: GetWorkspaceHeaders, 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: "GetWorkspace", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/${workspaceId}`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetWorkspaceResponse({})); } /** * 查询知识库信息 * @returns GetWorkspaceResponse */ async getWorkspace(workspaceId: string): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetWorkspaceHeaders({ }); return await this.getWorkspaceWithOptions(workspaceId, headers, runtime); } /** * 查询知识库文档 * * @param request - GetWorkspaceNodeRequest * @param headers - GetWorkspaceNodeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetWorkspaceNodeResponse */ async getWorkspaceNodeWithOptions(workspaceId: string, nodeId: string, request: GetWorkspaceNodeRequest, headers: GetWorkspaceNodeHeaders, 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: "GetWorkspaceNode", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/${workspaceId}/docs/${nodeId}`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetWorkspaceNodeResponse({})); } /** * 查询知识库文档 * * @param request - GetWorkspaceNodeRequest * @returns GetWorkspaceNodeResponse */ async getWorkspaceNode(workspaceId: string, nodeId: string, request: GetWorkspaceNodeRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetWorkspaceNodeHeaders({ }); return await this.getWorkspaceNodeWithOptions(workspaceId, nodeId, request, headers, runtime); } /** * 文档初始化 * * @param request - InitDocumentRequest * @param headers - InitDocumentHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns InitDocumentResponse */ async initDocumentWithOptions(docId: string, request: InitDocumentRequest, headers: InitDocumentHeaders, 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.attachmentsKey)) { body["attachmentsKey"] = request.attachmentsKey; } if (!Util.isUnset(request.attachmentsMap)) { body["attachmentsMap"] = request.attachmentsMap; } if (!Util.isUnset(request.importType)) { body["importType"] = request.importType; } if (!Util.isUnset(request.linksKey)) { body["linksKey"] = request.linksKey; } 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: "InitDocument", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/docs/${docId}/init`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new InitDocumentResponse({})); } /** * 文档初始化 * * @param request - InitDocumentRequest * @returns InitDocumentResponse */ async initDocument(docId: string, request: InitDocumentRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new InitDocumentHeaders({ }); return await this.initDocumentWithOptions(docId, request, headers, runtime); } /** * 向文档内插入块级元素 * * @param request - InsertBlocksRequest * @param headers - InsertBlocksHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns InsertBlocksResponse */ async insertBlocksWithOptions(documentId: string, request: InsertBlocksRequest, headers: InsertBlocksHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.blocks)) { body["blocks"] = request.blocks; } if (!Util.isUnset(request.location)) { body["location"] = request.location; } if (!Util.isUnset(request.operatorId)) { body["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, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "InsertBlocks", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/documents/${documentId}/blocks`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "none", }); return $tea.cast(await this.execute(params, req, runtime), new InsertBlocksResponse({})); } /** * 向文档内插入块级元素 * * @param request - InsertBlocksRequest * @returns InsertBlocksResponse */ async insertBlocks(documentId: string, request: InsertBlocksRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new InsertBlocksHeaders({ }); return await this.insertBlocksWithOptions(documentId, request, headers, runtime); } /** * 指定列左侧插入若干列 * * @param request - InsertColumnsBeforeRequest * @param headers - InsertColumnsBeforeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns InsertColumnsBeforeResponse */ async insertColumnsBeforeWithOptions(workbookId: string, sheetId: string, request: InsertColumnsBeforeRequest, headers: InsertColumnsBeforeHeaders, 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.column)) { body["column"] = request.column; } if (!Util.isUnset(request.columnCount)) { body["columnCount"] = request.columnCount; } 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: "InsertColumnsBefore", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/insertColumnsBefore`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new InsertColumnsBeforeResponse({})); } /** * 指定列左侧插入若干列 * * @param request - InsertColumnsBeforeRequest * @returns InsertColumnsBeforeResponse */ async insertColumnsBefore(workbookId: string, sheetId: string, request: InsertColumnsBeforeRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new InsertColumnsBeforeHeaders({ }); return await this.insertColumnsBeforeWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 插入整段内容 * * @param request - InsertContentRequest * @param headers - InsertContentHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns InsertContentResponse */ async insertContentWithOptions(documentId: string, request: InsertContentRequest, headers: InsertContentHeaders, 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.content)) { body["content"] = request.content; } if (!Util.isUnset(request.index)) { body["index"] = request.index; } if (!Util.isUnset(request.path)) { body["path"] = request.path; } 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: "InsertContent", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/suites/documents/${documentId}/content`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new InsertContentResponse({})); } /** * 插入整段内容 * * @param request - InsertContentRequest * @returns InsertContentResponse */ async insertContent(documentId: string, request: InsertContentRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new InsertContentHeaders({ }); return await this.insertContentWithOptions(documentId, request, headers, runtime); } /** * 插入下拉列表 * * @param request - InsertDropdownListsRequest * @param headers - InsertDropdownListsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns InsertDropdownListsResponse */ async insertDropdownListsWithOptions(workbookId: string, sheetId: string, rangeAddress: string, request: InsertDropdownListsRequest, headers: InsertDropdownListsHeaders, 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.options)) { body["options"] = request.options; } 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: "InsertDropdownLists", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/ranges/${rangeAddress}/insertDropdownLists`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new InsertDropdownListsResponse({})); } /** * 插入下拉列表 * * @param request - InsertDropdownListsRequest * @returns InsertDropdownListsResponse */ async insertDropdownLists(workbookId: string, sheetId: string, rangeAddress: string, request: InsertDropdownListsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new InsertDropdownListsHeaders({ }); return await this.insertDropdownListsWithOptions(workbookId, sheetId, rangeAddress, request, headers, runtime); } /** * 指定行上方插入若干行 * * @param request - InsertRowsBeforeRequest * @param headers - InsertRowsBeforeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns InsertRowsBeforeResponse */ async insertRowsBeforeWithOptions(workbookId: string, sheetId: string, request: InsertRowsBeforeRequest, headers: InsertRowsBeforeHeaders, 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.row)) { body["row"] = request.row; } if (!Util.isUnset(request.rowCount)) { body["rowCount"] = request.rowCount; } 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: "InsertRowsBefore", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/insertRowsBefore`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new InsertRowsBeforeResponse({})); } /** * 指定行上方插入若干行 * * @param request - InsertRowsBeforeRequest * @returns InsertRowsBeforeResponse */ async insertRowsBefore(workbookId: string, sheetId: string, request: InsertRowsBeforeRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new InsertRowsBeforeHeaders({ }); return await this.insertRowsBeforeWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 获取文档所有评论 * * @param request - ListCommentsRequest * @param headers - ListCommentsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ListCommentsResponse */ async listCommentsWithOptions(docId: string, request: ListCommentsRequest, headers: ListCommentsHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.isGlobal)) { query["isGlobal"] = request.isGlobal; } if (!Util.isUnset(request.isSolved)) { query["isSolved"] = request.isSolved; } if (!Util.isUnset(request.maxResults)) { query["maxResults"] = request.maxResults; } if (!Util.isUnset(request.nextToken)) { query["nextToken"] = request.nextToken; } 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: "ListComments", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/docs/${docId}/comments`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new ListCommentsResponse({})); } /** * 获取文档所有评论 * * @param request - ListCommentsRequest * @returns ListCommentsResponse */ async listComments(docId: string, request: ListCommentsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new ListCommentsHeaders({ }); return await this.listCommentsWithOptions(docId, request, headers, runtime); } /** * 查询文档模版 * * @param request - ListTemplateRequest * @param headers - ListTemplateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns ListTemplateResponse */ async listTemplateWithOptions(request: ListTemplateRequest, headers: ListTemplateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.maxResults)) { query["maxResults"] = request.maxResults; } if (!Util.isUnset(request.nextToken)) { query["nextToken"] = request.nextToken; } if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } if (!Util.isUnset(request.templateType)) { query["templateType"] = request.templateType; } if (!Util.isUnset(request.workspaceId)) { query["workspaceId"] = request.workspaceId; } 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: "ListTemplate", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/templates`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new ListTemplateResponse({})); } /** * 查询文档模版 * * @param request - ListTemplateRequest * @returns ListTemplateResponse */ async listTemplate(request: ListTemplateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new ListTemplateHeaders({ }); return await this.listTemplateWithOptions(request, headers, runtime); } /** * 合并单元格 * * @param request - MergeRangeRequest * @param headers - MergeRangeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns MergeRangeResponse */ async mergeRangeWithOptions(workbookId: string, sheetId: string, rangeAddress: string, request: MergeRangeRequest, headers: MergeRangeHeaders, 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.mergeType)) { body["mergeType"] = request.mergeType; } 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: "MergeRange", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/ranges/${rangeAddress}/merge`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new MergeRangeResponse({})); } /** * 合并单元格 * * @param request - MergeRangeRequest * @returns MergeRangeResponse */ async mergeRange(workbookId: string, sheetId: string, rangeAddress: string, request: MergeRangeRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new MergeRangeHeaders({ }); return await this.mergeRangeWithOptions(workbookId, sheetId, rangeAddress, request, headers, runtime); } /** * 查找下一个符合条件的单元格 * * @param request - RangeFindNextRequest * @param headers - RangeFindNextHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns RangeFindNextResponse */ async rangeFindNextWithOptions(workbookId: string, sheetId: string, rangeAddress: string, request: RangeFindNextRequest, headers: RangeFindNextHeaders, 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.findOptions)) { body["findOptions"] = request.findOptions; } if (!Util.isUnset(request.text)) { body["text"] = request.text; } 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: "RangeFindNext", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/ranges/${rangeAddress}/findNext`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new RangeFindNextResponse({})); } /** * 查找下一个符合条件的单元格 * * @param request - RangeFindNextRequest * @returns RangeFindNextResponse */ async rangeFindNext(workbookId: string, sheetId: string, rangeAddress: string, request: RangeFindNextRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new RangeFindNextHeaders({ }); return await this.rangeFindNextWithOptions(workbookId, sheetId, rangeAddress, request, headers, runtime); } /** * 搜索用户有权限的知识库文档 * * @param request - SearchWorkspaceDocsRequest * @param headers - SearchWorkspaceDocsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SearchWorkspaceDocsResponse */ async searchWorkspaceDocsWithOptions(request: SearchWorkspaceDocsRequest, headers: SearchWorkspaceDocsHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.keyword)) { query["keyword"] = request.keyword; } if (!Util.isUnset(request.maxResults)) { query["maxResults"] = request.maxResults; } if (!Util.isUnset(request.nextToken)) { query["nextToken"] = request.nextToken; } if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } if (!Util.isUnset(request.workspaceId)) { query["workspaceId"] = request.workspaceId; } 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: "SearchWorkspaceDocs", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/docs`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SearchWorkspaceDocsResponse({})); } /** * 搜索用户有权限的知识库文档 * * @param request - SearchWorkspaceDocsRequest * @returns SearchWorkspaceDocsResponse */ async searchWorkspaceDocs(request: SearchWorkspaceDocsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SearchWorkspaceDocsHeaders({ }); return await this.searchWorkspaceDocsWithOptions(request, headers, runtime); } /** * 设置单元格边框 * * @param request - SetBorderRequest * @param headers - SetBorderHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SetBorderResponse */ async setBorderWithOptions(workbookId: string, sheetId: string, rangeAddress: string, request: SetBorderRequest, headers: SetBorderHeaders, 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.color)) { body["color"] = request.color; } if (!Util.isUnset(request.style)) { body["style"] = request.style; } if (!Util.isUnset(request.type)) { body["type"] = request.type; } 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: "SetBorder", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/ranges/${rangeAddress}/setBorder`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SetBorderResponse({})); } /** * 设置单元格边框 * * @param request - SetBorderRequest * @returns SetBorderResponse */ async setBorder(workbookId: string, sheetId: string, rangeAddress: string, request: SetBorderRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SetBorderHeaders({ }); return await this.setBorderWithOptions(workbookId, sheetId, rangeAddress, request, headers, runtime); } /** * 设置列宽 * * @param request - SetColumnWidthRequest * @param headers - SetColumnWidthHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SetColumnWidthResponse */ async setColumnWidthWithOptions(workbookId: string, sheetId: string, request: SetColumnWidthRequest, headers: SetColumnWidthHeaders, 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.column)) { body["column"] = request.column; } if (!Util.isUnset(request.width)) { body["width"] = request.width; } 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: "SetColumnWidth", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/setColumnWidth`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SetColumnWidthResponse({})); } /** * 设置列宽 * * @param request - SetColumnWidthRequest * @returns SetColumnWidthResponse */ async setColumnWidth(workbookId: string, sheetId: string, request: SetColumnWidthRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SetColumnWidthHeaders({ }); return await this.setColumnWidthWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 设置列隐藏或显示 * * @param request - SetColumnsVisibilityRequest * @param headers - SetColumnsVisibilityHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SetColumnsVisibilityResponse */ async setColumnsVisibilityWithOptions(workbookId: string, sheetId: string, request: SetColumnsVisibilityRequest, headers: SetColumnsVisibilityHeaders, 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.column)) { body["column"] = request.column; } if (!Util.isUnset(request.columnCount)) { body["columnCount"] = request.columnCount; } if (!Util.isUnset(request.visibility)) { body["visibility"] = request.visibility; } 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: "SetColumnsVisibility", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/setColumnsVisibility`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SetColumnsVisibilityResponse({})); } /** * 设置列隐藏或显示 * * @param request - SetColumnsVisibilityRequest * @returns SetColumnsVisibilityResponse */ async setColumnsVisibility(workbookId: string, sheetId: string, request: SetColumnsVisibilityRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SetColumnsVisibilityHeaders({ }); return await this.setColumnsVisibilityWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 批量设置列宽 * * @param request - SetColumnsWidthRequest * @param headers - SetColumnsWidthHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SetColumnsWidthResponse */ async setColumnsWidthWithOptions(workbookId: string, sheetId: string, request: SetColumnsWidthRequest, headers: SetColumnsWidthHeaders, 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.column)) { body["column"] = request.column; } if (!Util.isUnset(request.columnCount)) { body["columnCount"] = request.columnCount; } if (!Util.isUnset(request.width)) { body["width"] = request.width; } 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: "SetColumnsWidth", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/setColumnsWidth`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SetColumnsWidthResponse({})); } /** * 批量设置列宽 * * @param request - SetColumnsWidthRequest * @returns SetColumnsWidthResponse */ async setColumnsWidth(workbookId: string, sheetId: string, request: SetColumnsWidthRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SetColumnsWidthHeaders({ }); return await this.setColumnsWidthWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 设置筛选条件 * * @param request - SetFilterCriteriaRequest * @param headers - SetFilterCriteriaHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SetFilterCriteriaResponse */ async setFilterCriteriaWithOptions(workbookId: string, sheetId: string, request: SetFilterCriteriaRequest, headers: SetFilterCriteriaHeaders, 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.column)) { body["column"] = request.column; } if (!Util.isUnset(request.filterCriteria)) { body["filterCriteria"] = request.filterCriteria; } 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: "SetFilterCriteria", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/filter/setColumnFilterCriteria`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SetFilterCriteriaResponse({})); } /** * 设置筛选条件 * * @param request - SetFilterCriteriaRequest * @returns SetFilterCriteriaResponse */ async setFilterCriteria(workbookId: string, sheetId: string, request: SetFilterCriteriaRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SetFilterCriteriaHeaders({ }); return await this.setFilterCriteriaWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 设置筛选视图条件 * * @param request - SetFilterViewCriteriaRequest * @param headers - SetFilterViewCriteriaHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SetFilterViewCriteriaResponse */ async setFilterViewCriteriaWithOptions(workbookId: string, sheetId: string, filterViewId: string, request: SetFilterViewCriteriaRequest, headers: SetFilterViewCriteriaHeaders, 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.column)) { body["column"] = request.column; } if (!Util.isUnset(request.filterCriteria)) { body["filterCriteria"] = request.filterCriteria; } 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: "SetFilterViewCriteria", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/filterViews/${filterViewId}/setColumnFilterCriteria`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SetFilterViewCriteriaResponse({})); } /** * 设置筛选视图条件 * * @param request - SetFilterViewCriteriaRequest * @returns SetFilterViewCriteriaResponse */ async setFilterViewCriteria(workbookId: string, sheetId: string, filterViewId: string, request: SetFilterViewCriteriaRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SetFilterViewCriteriaHeaders({ }); return await this.setFilterViewCriteriaWithOptions(workbookId, sheetId, filterViewId, request, headers, runtime); } /** * 设置行高 * * @param request - SetRowHeightRequest * @param headers - SetRowHeightHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SetRowHeightResponse */ async setRowHeightWithOptions(workbookId: string, sheetId: string, request: SetRowHeightRequest, headers: SetRowHeightHeaders, 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.height)) { body["height"] = request.height; } if (!Util.isUnset(request.row)) { body["row"] = request.row; } 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: "SetRowHeight", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/setRowHeight`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SetRowHeightResponse({})); } /** * 设置行高 * * @param request - SetRowHeightRequest * @returns SetRowHeightResponse */ async setRowHeight(workbookId: string, sheetId: string, request: SetRowHeightRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SetRowHeightHeaders({ }); return await this.setRowHeightWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 批量设置行高 * * @param request - SetRowsHeightRequest * @param headers - SetRowsHeightHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SetRowsHeightResponse */ async setRowsHeightWithOptions(workbookId: string, sheetId: string, request: SetRowsHeightRequest, headers: SetRowsHeightHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.dingAccessTokenType)) { query["dingAccessTokenType"] = request.dingAccessTokenType; } if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.height)) { body["height"] = request.height; } if (!Util.isUnset(request.row)) { body["row"] = request.row; } if (!Util.isUnset(request.rowCount)) { body["rowCount"] = request.rowCount; } 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: "SetRowsHeight", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/setRowsHeight`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SetRowsHeightResponse({})); } /** * 批量设置行高 * * @param request - SetRowsHeightRequest * @returns SetRowsHeightResponse */ async setRowsHeight(workbookId: string, sheetId: string, request: SetRowsHeightRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SetRowsHeightHeaders({ }); return await this.setRowsHeightWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 设置行隐藏或显示 * * @param request - SetRowsVisibilityRequest * @param headers - SetRowsVisibilityHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SetRowsVisibilityResponse */ async setRowsVisibilityWithOptions(workbookId: string, sheetId: string, request: SetRowsVisibilityRequest, headers: SetRowsVisibilityHeaders, 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.row)) { body["row"] = request.row; } if (!Util.isUnset(request.rowCount)) { body["rowCount"] = request.rowCount; } if (!Util.isUnset(request.visibility)) { body["visibility"] = request.visibility; } 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: "SetRowsVisibility", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/setRowsVisibility`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SetRowsVisibilityResponse({})); } /** * 设置行隐藏或显示 * * @param request - SetRowsVisibilityRequest * @returns SetRowsVisibilityResponse */ async setRowsVisibility(workbookId: string, sheetId: string, request: SetRowsVisibilityRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SetRowsVisibilityHeaders({ }); return await this.setRowsVisibilityWithOptions(workbookId, sheetId, request, headers, runtime); } /** * SheetAutofitRows * * @param request - SheetAutofitRowsRequest * @param headers - SheetAutofitRowsHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SheetAutofitRowsResponse */ async sheetAutofitRowsWithOptions(workbookId: string, sheetId: string, request: SheetAutofitRowsRequest, headers: SheetAutofitRowsHeaders, 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.fontWidth)) { body["fontWidth"] = request.fontWidth; } if (!Util.isUnset(request.row)) { body["row"] = request.row; } if (!Util.isUnset(request.rowCount)) { body["rowCount"] = request.rowCount; } 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: "SheetAutofitRows", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/autofitRows`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SheetAutofitRowsResponse({})); } /** * SheetAutofitRows * * @param request - SheetAutofitRowsRequest * @returns SheetAutofitRowsResponse */ async sheetAutofitRows(workbookId: string, sheetId: string, request: SheetAutofitRowsRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SheetAutofitRowsHeaders({ }); return await this.sheetAutofitRowsWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 工作表上查找所有符合条件的单元格 * * @param request - SheetFindAllRequest * @param headers - SheetFindAllHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SheetFindAllResponse */ async sheetFindAllWithOptions(workbookId: string, sheetId: string, request: SheetFindAllRequest, headers: SheetFindAllHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.operatorId)) { query["operatorId"] = request.operatorId; } if (!Util.isUnset(request.select)) { query["select"] = request.select; } let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.findOptions)) { body["findOptions"] = request.findOptions; } if (!Util.isUnset(request.text)) { body["text"] = request.text; } 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: "SheetFindAll", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/findAll`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SheetFindAllResponse({})); } /** * 工作表上查找所有符合条件的单元格 * * @param request - SheetFindAllRequest * @returns SheetFindAllResponse */ async sheetFindAll(workbookId: string, sheetId: string, request: SheetFindAllRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SheetFindAllHeaders({ }); return await this.sheetFindAllWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 筛选排序 * * @param request - SortFilterRequest * @param headers - SortFilterHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SortFilterResponse */ async sortFilterWithOptions(workbookId: string, sheetId: string, request: SortFilterRequest, headers: SortFilterHeaders, 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.field)) { body["field"] = request.field; } 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: "SortFilter", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/filter/sort`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SortFilterResponse({})); } /** * 筛选排序 * * @param request - SortFilterRequest * @returns SortFilterResponse */ async sortFilter(workbookId: string, sheetId: string, request: SortFilterRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SortFilterHeaders({ }); return await this.sortFilterWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 取消文档酷应用和表格的关联 * * @param request - UnbindCoolAppToSheetRequest * @param headers - UnbindCoolAppToSheetHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UnbindCoolAppToSheetResponse */ async unbindCoolAppToSheetWithOptions(workbookId: string, request: UnbindCoolAppToSheetRequest, headers: UnbindCoolAppToSheetHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.coolAppCode)) { query["coolAppCode"] = request.coolAppCode; } 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: "UnbindCoolAppToSheet", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/coolApps`, method: "DELETE", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UnbindCoolAppToSheetResponse({})); } /** * 取消文档酷应用和表格的关联 * * @param request - UnbindCoolAppToSheetRequest * @returns UnbindCoolAppToSheetResponse */ async unbindCoolAppToSheet(workbookId: string, request: UnbindCoolAppToSheetRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UnbindCoolAppToSheetHeaders({ }); return await this.unbindCoolAppToSheetWithOptions(workbookId, request, headers, runtime); } /** * 更新筛选 * * @param request - UpdateFilterRequest * @param headers - UpdateFilterHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdateFilterResponse */ async updateFilterWithOptions(workbookId: string, sheetId: string, request: UpdateFilterRequest, headers: UpdateFilterHeaders, 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.criteria)) { body["criteria"] = request.criteria; } 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: "UpdateFilter", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/filter/updateFilter`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UpdateFilterResponse({})); } /** * 更新筛选 * * @param request - UpdateFilterRequest * @returns UpdateFilterResponse */ async updateFilter(workbookId: string, sheetId: string, request: UpdateFilterRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdateFilterHeaders({ }); return await this.updateFilterWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 更新筛选视图 * * @param request - UpdateFilterViewRequest * @param headers - UpdateFilterViewHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdateFilterViewResponse */ async updateFilterViewWithOptions(workbookId: string, sheetId: string, filterViewId: string, request: UpdateFilterViewRequest, headers: UpdateFilterViewHeaders, 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.criteria)) { body["criteria"] = request.criteria; } if (!Util.isUnset(request.name)) { body["name"] = request.name; } if (!Util.isUnset(request.range)) { body["range"] = request.range; } 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: "UpdateFilterView", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/filterViews/${filterViewId}`, method: "PATCH", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UpdateFilterViewResponse({})); } /** * 更新筛选视图 * * @param request - UpdateFilterViewRequest * @returns UpdateFilterViewResponse */ async updateFilterView(workbookId: string, sheetId: string, filterViewId: string, request: UpdateFilterViewRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdateFilterViewHeaders({ }); return await this.updateFilterViewWithOptions(workbookId, sheetId, filterViewId, request, headers, runtime); } /** * 更新浮动图片 * * @param request - UpdateFloatImageRequest * @param headers - UpdateFloatImageHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdateFloatImageResponse */ async updateFloatImageWithOptions(workbookId: string, sheetId: string, id: string, request: UpdateFloatImageRequest, headers: UpdateFloatImageHeaders, 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.anchor)) { body["anchor"] = request.anchor; } if (!Util.isUnset(request.coordinate)) { body["coordinate"] = request.coordinate; } if (!Util.isUnset(request.src)) { body["src"] = request.src; } 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: "UpdateFloatImage", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/floatImages/${id}`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UpdateFloatImageResponse({})); } /** * 更新浮动图片 * * @param request - UpdateFloatImageRequest * @returns UpdateFloatImageResponse */ async updateFloatImage(workbookId: string, sheetId: string, id: string, request: UpdateFloatImageRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdateFloatImageHeaders({ }); return await this.updateFloatImageWithOptions(workbookId, sheetId, id, request, headers, runtime); } /** * 更新单元格区域 * * @param request - UpdateRangeRequest * @param headers - UpdateRangeHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdateRangeResponse */ async updateRangeWithOptions(workbookId: string, sheetId: string, rangeAddress: string, request: UpdateRangeRequest, headers: UpdateRangeHeaders, 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.backgroundColors)) { body["backgroundColors"] = request.backgroundColors; } if (!Util.isUnset(request.complexValues)) { body["complexValues"] = request.complexValues; } if (!Util.isUnset(request.fontColors)) { body["fontColors"] = request.fontColors; } if (!Util.isUnset(request.fontSizes)) { body["fontSizes"] = request.fontSizes; } if (!Util.isUnset(request.fontWeights)) { body["fontWeights"] = request.fontWeights; } if (!Util.isUnset(request.horizontalAlignments)) { body["horizontalAlignments"] = request.horizontalAlignments; } if (!Util.isUnset(request.hyperlinks)) { body["hyperlinks"] = request.hyperlinks; } if (!Util.isUnset(request.numberFormat)) { body["numberFormat"] = request.numberFormat; } if (!Util.isUnset(request.values)) { body["values"] = request.values; } if (!Util.isUnset(request.verticalAlignments)) { body["verticalAlignments"] = request.verticalAlignments; } if (!Util.isUnset(request.wordWrap)) { body["wordWrap"] = request.wordWrap; } 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: "UpdateRange", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}/ranges/${rangeAddress}`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UpdateRangeResponse({})); } /** * 更新单元格区域 * * @param request - UpdateRangeRequest * @returns UpdateRangeResponse */ async updateRange(workbookId: string, sheetId: string, rangeAddress: string, request: UpdateRangeRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdateRangeHeaders({ }); return await this.updateRangeWithOptions(workbookId, sheetId, rangeAddress, request, headers, runtime); } /** * 更新工作表 * * @param request - UpdateSheetRequest * @param headers - UpdateSheetHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdateSheetResponse */ async updateSheetWithOptions(workbookId: string, sheetId: string, request: UpdateSheetRequest, headers: UpdateSheetHeaders, 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.frozenColumnCount)) { body["frozenColumnCount"] = request.frozenColumnCount; } if (!Util.isUnset(request.frozenRowCount)) { body["frozenRowCount"] = request.frozenRowCount; } if (!Util.isUnset(request.name)) { body["name"] = request.name; } if (!Util.isUnset(request.visibility)) { body["visibility"] = request.visibility; } 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: "UpdateSheet", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workbooks/${workbookId}/sheets/${sheetId}`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UpdateSheetResponse({})); } /** * 更新工作表 * * @param request - UpdateSheetRequest * @returns UpdateSheetResponse */ async updateSheet(workbookId: string, sheetId: string, request: UpdateSheetRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdateSheetHeaders({ }); return await this.updateSheetWithOptions(workbookId, sheetId, request, headers, runtime); } /** * 修改知识库文档成员 * * @param request - UpdateWorkspaceDocMembersRequest * @param headers - UpdateWorkspaceDocMembersHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdateWorkspaceDocMembersResponse */ async updateWorkspaceDocMembersWithOptions(workspaceId: string, nodeId: string, request: UpdateWorkspaceDocMembersRequest, headers: UpdateWorkspaceDocMembersHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.members)) { body["members"] = request.members; } if (!Util.isUnset(request.operatorId)) { body["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, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "UpdateWorkspaceDocMembers", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/${workspaceId}/docs/${nodeId}/members`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "none", }); return $tea.cast(await this.execute(params, req, runtime), new UpdateWorkspaceDocMembersResponse({})); } /** * 修改知识库文档成员 * * @param request - UpdateWorkspaceDocMembersRequest * @returns UpdateWorkspaceDocMembersResponse */ async updateWorkspaceDocMembers(workspaceId: string, nodeId: string, request: UpdateWorkspaceDocMembersRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdateWorkspaceDocMembersHeaders({ }); return await this.updateWorkspaceDocMembersWithOptions(workspaceId, nodeId, request, headers, runtime); } /** * 更新知识库成员 * * @param request - UpdateWorkspaceMembersRequest * @param headers - UpdateWorkspaceMembersHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdateWorkspaceMembersResponse */ async updateWorkspaceMembersWithOptions(workspaceId: string, request: UpdateWorkspaceMembersRequest, headers: UpdateWorkspaceMembersHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.members)) { body["members"] = request.members; } if (!Util.isUnset(request.operatorId)) { body["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, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "UpdateWorkspaceMembers", version: "doc_1.0", protocol: "HTTP", pathname: `/v1.0/doc/workspaces/${workspaceId}/members`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "none", }); return $tea.cast(await this.execute(params, req, runtime), new UpdateWorkspaceMembersResponse({})); } /** * 更新知识库成员 * * @param request - UpdateWorkspaceMembersRequest * @returns UpdateWorkspaceMembersResponse */ async updateWorkspaceMembers(workspaceId: string, request: UpdateWorkspaceMembersRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdateWorkspaceMembersHeaders({ }); return await this.updateWorkspaceMembersWithOptions(workspaceId, request, headers, runtime); } }