// 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 PrivateDataValue extends $tea.Model { cardParamMap?: { [key: string]: string }; static names(): { [key: string]: string } { return { cardParamMap: 'cardParamMap', }; } static types(): { [key: string]: any } { return { cardParamMap: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceHeaders 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 AppendSpaceRequest extends $tea.Model { coFeedOpenSpaceModel?: AppendSpaceRequestCoFeedOpenSpaceModel; imGroupOpenSpaceModel?: AppendSpaceRequestImGroupOpenSpaceModel; imRobotOpenSpaceModel?: AppendSpaceRequestImRobotOpenSpaceModel; /** * @remarks * This parameter is required. * * @example * xxx_yyyy_123456 */ outTrackId?: string; topOpenSpaceModel?: AppendSpaceRequestTopOpenSpaceModel; static names(): { [key: string]: string } { return { coFeedOpenSpaceModel: 'coFeedOpenSpaceModel', imGroupOpenSpaceModel: 'imGroupOpenSpaceModel', imRobotOpenSpaceModel: 'imRobotOpenSpaceModel', outTrackId: 'outTrackId', topOpenSpaceModel: 'topOpenSpaceModel', }; } static types(): { [key: string]: any } { return { coFeedOpenSpaceModel: AppendSpaceRequestCoFeedOpenSpaceModel, imGroupOpenSpaceModel: AppendSpaceRequestImGroupOpenSpaceModel, imRobotOpenSpaceModel: AppendSpaceRequestImRobotOpenSpaceModel, outTrackId: 'string', topOpenSpaceModel: AppendSpaceRequestTopOpenSpaceModel, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceResponseBody extends $tea.Model { result?: boolean; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'boolean', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: AppendSpaceResponseBody; 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: AppendSpaceResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceWithDelegateHeaders 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 AppendSpaceWithDelegateRequest extends $tea.Model { coFeedOpenSpaceModel?: AppendSpaceWithDelegateRequestCoFeedOpenSpaceModel; imGroupOpenSpaceModel?: AppendSpaceWithDelegateRequestImGroupOpenSpaceModel; imRobotOpenSpaceModel?: AppendSpaceWithDelegateRequestImRobotOpenSpaceModel; /** * @remarks * This parameter is required. * * @example * xxx_yyyy_123456 */ outTrackId?: string; topOpenSpaceModel?: AppendSpaceWithDelegateRequestTopOpenSpaceModel; static names(): { [key: string]: string } { return { coFeedOpenSpaceModel: 'coFeedOpenSpaceModel', imGroupOpenSpaceModel: 'imGroupOpenSpaceModel', imRobotOpenSpaceModel: 'imRobotOpenSpaceModel', outTrackId: 'outTrackId', topOpenSpaceModel: 'topOpenSpaceModel', }; } static types(): { [key: string]: any } { return { coFeedOpenSpaceModel: AppendSpaceWithDelegateRequestCoFeedOpenSpaceModel, imGroupOpenSpaceModel: AppendSpaceWithDelegateRequestImGroupOpenSpaceModel, imRobotOpenSpaceModel: AppendSpaceWithDelegateRequestImRobotOpenSpaceModel, outTrackId: 'string', topOpenSpaceModel: AppendSpaceWithDelegateRequestTopOpenSpaceModel, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceWithDelegateResponseBody extends $tea.Model { result?: boolean; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'boolean', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceWithDelegateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: AppendSpaceWithDelegateResponseBody; 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: AppendSpaceWithDelegateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CloseTopCardHeaders 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 CloseTopCardRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * example_open_conversation_id */ openConversationId?: string; /** * @remarks * This parameter is required. * * @example * example_out_track_id */ outTrackId?: string; static names(): { [key: string]: string } { return { openConversationId: 'openConversationId', outTrackId: 'outTrackId', }; } static types(): { [key: string]: any } { return { openConversationId: 'string', outTrackId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CloseTopCardResponseBody extends $tea.Model { result?: boolean; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'boolean', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CloseTopCardResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CloseTopCardResponseBody; 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: CloseTopCardResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CopyTemplateHeaders 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 CopyTemplateRequest extends $tea.Model { name?: string; /** * @remarks * This parameter is required. */ templateId?: string; static names(): { [key: string]: string } { return { name: 'name', templateId: 'templateId', }; } static types(): { [key: string]: any } { return { name: 'string', templateId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CopyTemplateResponseBody extends $tea.Model { data?: CopyTemplateResponseBodyData; success?: boolean; static names(): { [key: string]: string } { return { data: 'data', success: 'success', }; } static types(): { [key: string]: any } { return { data: CopyTemplateResponseBodyData, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CopyTemplateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CopyTemplateResponseBody; 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: CopyTemplateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverHeaders 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 CreateAndDeliverRequest extends $tea.Model { callbackRouteKey?: string; /** * @example * STREAM */ callbackType?: string; cardAtUserIds?: string[]; /** * @remarks * This parameter is required. */ cardData?: CreateAndDeliverRequestCardData; /** * @remarks * This parameter is required. */ cardTemplateId?: string; coFeedOpenDeliverModel?: CreateAndDeliverRequestCoFeedOpenDeliverModel; coFeedOpenSpaceModel?: CreateAndDeliverRequestCoFeedOpenSpaceModel; docOpenDeliverModel?: CreateAndDeliverRequestDocOpenDeliverModel; imGroupOpenDeliverModel?: CreateAndDeliverRequestImGroupOpenDeliverModel; imGroupOpenSpaceModel?: CreateAndDeliverRequestImGroupOpenSpaceModel; imRobotOpenDeliverModel?: CreateAndDeliverRequestImRobotOpenDeliverModel; imRobotOpenSpaceModel?: CreateAndDeliverRequestImRobotOpenSpaceModel; imSingleOpenDeliverModel?: CreateAndDeliverRequestImSingleOpenDeliverModel; imSingleOpenSpaceModel?: CreateAndDeliverRequestImSingleOpenSpaceModel; openDynamicDataConfig?: CreateAndDeliverRequestOpenDynamicDataConfig; /** * @remarks * This parameter is required. * * @example * dtv1.card//im_group.cidp4Gh*******VCQ==;im_robot.manager****67;im_robot.staff****89;co_feed.manager****67;one_box.cidp4Gh*******VCQ==; */ openSpaceId?: string; /** * @remarks * This parameter is required. */ outTrackId?: string; privateData?: { [key: string]: PrivateDataValue }; topOpenDeliverModel?: CreateAndDeliverRequestTopOpenDeliverModel; topOpenSpaceModel?: CreateAndDeliverRequestTopOpenSpaceModel; userId?: string; userIdType?: number; static names(): { [key: string]: string } { return { callbackRouteKey: 'callbackRouteKey', callbackType: 'callbackType', cardAtUserIds: 'cardAtUserIds', cardData: 'cardData', cardTemplateId: 'cardTemplateId', coFeedOpenDeliverModel: 'coFeedOpenDeliverModel', coFeedOpenSpaceModel: 'coFeedOpenSpaceModel', docOpenDeliverModel: 'docOpenDeliverModel', imGroupOpenDeliverModel: 'imGroupOpenDeliverModel', imGroupOpenSpaceModel: 'imGroupOpenSpaceModel', imRobotOpenDeliverModel: 'imRobotOpenDeliverModel', imRobotOpenSpaceModel: 'imRobotOpenSpaceModel', imSingleOpenDeliverModel: 'imSingleOpenDeliverModel', imSingleOpenSpaceModel: 'imSingleOpenSpaceModel', openDynamicDataConfig: 'openDynamicDataConfig', openSpaceId: 'openSpaceId', outTrackId: 'outTrackId', privateData: 'privateData', topOpenDeliverModel: 'topOpenDeliverModel', topOpenSpaceModel: 'topOpenSpaceModel', userId: 'userId', userIdType: 'userIdType', }; } static types(): { [key: string]: any } { return { callbackRouteKey: 'string', callbackType: 'string', cardAtUserIds: { 'type': 'array', 'itemType': 'string' }, cardData: CreateAndDeliverRequestCardData, cardTemplateId: 'string', coFeedOpenDeliverModel: CreateAndDeliverRequestCoFeedOpenDeliverModel, coFeedOpenSpaceModel: CreateAndDeliverRequestCoFeedOpenSpaceModel, docOpenDeliverModel: CreateAndDeliverRequestDocOpenDeliverModel, imGroupOpenDeliverModel: CreateAndDeliverRequestImGroupOpenDeliverModel, imGroupOpenSpaceModel: CreateAndDeliverRequestImGroupOpenSpaceModel, imRobotOpenDeliverModel: CreateAndDeliverRequestImRobotOpenDeliverModel, imRobotOpenSpaceModel: CreateAndDeliverRequestImRobotOpenSpaceModel, imSingleOpenDeliverModel: CreateAndDeliverRequestImSingleOpenDeliverModel, imSingleOpenSpaceModel: CreateAndDeliverRequestImSingleOpenSpaceModel, openDynamicDataConfig: CreateAndDeliverRequestOpenDynamicDataConfig, openSpaceId: 'string', outTrackId: 'string', privateData: { 'type': 'map', 'keyType': 'string', 'valueType': PrivateDataValue }, topOpenDeliverModel: CreateAndDeliverRequestTopOpenDeliverModel, topOpenSpaceModel: CreateAndDeliverRequestTopOpenSpaceModel, userId: 'string', userIdType: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverResponseBody extends $tea.Model { result?: CreateAndDeliverResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: CreateAndDeliverResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateAndDeliverResponseBody; 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: CreateAndDeliverResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateHeaders 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 CreateAndDeliverWithDelegateRequest extends $tea.Model { callbackRouteKey?: string; /** * @example * STREAM */ callbackType?: string; /** * @remarks * This parameter is required. */ cardData?: CreateAndDeliverWithDelegateRequestCardData; /** * @remarks * This parameter is required. */ cardTemplateId?: string; coFeedOpenDeliverModel?: CreateAndDeliverWithDelegateRequestCoFeedOpenDeliverModel; coFeedOpenSpaceModel?: CreateAndDeliverWithDelegateRequestCoFeedOpenSpaceModel; docOpenDeliverModel?: CreateAndDeliverWithDelegateRequestDocOpenDeliverModel; imGroupOpenDeliverModel?: CreateAndDeliverWithDelegateRequestImGroupOpenDeliverModel; imGroupOpenSpaceModel?: CreateAndDeliverWithDelegateRequestImGroupOpenSpaceModel; imRobotOpenDeliverModel?: CreateAndDeliverWithDelegateRequestImRobotOpenDeliverModel; imRobotOpenSpaceModel?: CreateAndDeliverWithDelegateRequestImRobotOpenSpaceModel; imSingleOpenDeliverModel?: CreateAndDeliverWithDelegateRequestImSingleOpenDeliverModel; imSingleOpenSpaceModel?: CreateAndDeliverWithDelegateRequestImSingleOpenSpaceModel; openDynamicDataConfig?: CreateAndDeliverWithDelegateRequestOpenDynamicDataConfig; /** * @remarks * This parameter is required. * * @example * dtv1.card//im_group.cidp4Gh*******VCQ==;im_robot.manager****67;im_robot.staff****89;co_feed.manager****67;one_box.cidp4Gh*******VCQ==; */ openSpaceId?: string; /** * @remarks * This parameter is required. */ outTrackId?: string; privateData?: { [key: string]: PrivateDataValue }; topOpenDeliverModel?: CreateAndDeliverWithDelegateRequestTopOpenDeliverModel; topOpenSpaceModel?: CreateAndDeliverWithDelegateRequestTopOpenSpaceModel; userId?: string; userIdType?: number; static names(): { [key: string]: string } { return { callbackRouteKey: 'callbackRouteKey', callbackType: 'callbackType', cardData: 'cardData', cardTemplateId: 'cardTemplateId', coFeedOpenDeliverModel: 'coFeedOpenDeliverModel', coFeedOpenSpaceModel: 'coFeedOpenSpaceModel', docOpenDeliverModel: 'docOpenDeliverModel', imGroupOpenDeliverModel: 'imGroupOpenDeliverModel', imGroupOpenSpaceModel: 'imGroupOpenSpaceModel', imRobotOpenDeliverModel: 'imRobotOpenDeliverModel', imRobotOpenSpaceModel: 'imRobotOpenSpaceModel', imSingleOpenDeliverModel: 'imSingleOpenDeliverModel', imSingleOpenSpaceModel: 'imSingleOpenSpaceModel', openDynamicDataConfig: 'openDynamicDataConfig', openSpaceId: 'openSpaceId', outTrackId: 'outTrackId', privateData: 'privateData', topOpenDeliverModel: 'topOpenDeliverModel', topOpenSpaceModel: 'topOpenSpaceModel', userId: 'userId', userIdType: 'userIdType', }; } static types(): { [key: string]: any } { return { callbackRouteKey: 'string', callbackType: 'string', cardData: CreateAndDeliverWithDelegateRequestCardData, cardTemplateId: 'string', coFeedOpenDeliverModel: CreateAndDeliverWithDelegateRequestCoFeedOpenDeliverModel, coFeedOpenSpaceModel: CreateAndDeliverWithDelegateRequestCoFeedOpenSpaceModel, docOpenDeliverModel: CreateAndDeliverWithDelegateRequestDocOpenDeliverModel, imGroupOpenDeliverModel: CreateAndDeliverWithDelegateRequestImGroupOpenDeliverModel, imGroupOpenSpaceModel: CreateAndDeliverWithDelegateRequestImGroupOpenSpaceModel, imRobotOpenDeliverModel: CreateAndDeliverWithDelegateRequestImRobotOpenDeliverModel, imRobotOpenSpaceModel: CreateAndDeliverWithDelegateRequestImRobotOpenSpaceModel, imSingleOpenDeliverModel: CreateAndDeliverWithDelegateRequestImSingleOpenDeliverModel, imSingleOpenSpaceModel: CreateAndDeliverWithDelegateRequestImSingleOpenSpaceModel, openDynamicDataConfig: CreateAndDeliverWithDelegateRequestOpenDynamicDataConfig, openSpaceId: 'string', outTrackId: 'string', privateData: { 'type': 'map', 'keyType': 'string', 'valueType': PrivateDataValue }, topOpenDeliverModel: CreateAndDeliverWithDelegateRequestTopOpenDeliverModel, topOpenSpaceModel: CreateAndDeliverWithDelegateRequestTopOpenSpaceModel, userId: 'string', userIdType: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateResponseBody extends $tea.Model { result?: CreateAndDeliverWithDelegateResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: CreateAndDeliverWithDelegateResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateAndDeliverWithDelegateResponseBody; 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: CreateAndDeliverWithDelegateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardHeaders 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 CreateCardRequest extends $tea.Model { /** * @example * routekey-7931 */ callbackRouteKey?: string; /** * @example * STREAM */ callbackType?: string; cardAtUserIds?: string[]; /** * @remarks * This parameter is required. */ cardData?: CreateCardRequestCardData; /** * @remarks * This parameter is required. * * @example * b0aa776f-79ac-4e13-f838-749aae913bc7 */ cardTemplateId?: string; coFeedOpenSpaceModel?: CreateCardRequestCoFeedOpenSpaceModel; imGroupOpenSpaceModel?: CreateCardRequestImGroupOpenSpaceModel; imRobotOpenSpaceModel?: CreateCardRequestImRobotOpenSpaceModel; imSingleOpenSpaceModel?: CreateCardRequestImSingleOpenSpaceModel; openDynamicDataConfig?: CreateCardRequestOpenDynamicDataConfig; /** * @remarks * This parameter is required. * * @example * mycard-07921 */ outTrackId?: string; privateData?: { [key: string]: PrivateDataValue }; topOpenSpaceModel?: CreateCardRequestTopOpenSpaceModel; /** * @example * manager1234 */ userId?: string; userIdType?: number; static names(): { [key: string]: string } { return { callbackRouteKey: 'callbackRouteKey', callbackType: 'callbackType', cardAtUserIds: 'cardAtUserIds', cardData: 'cardData', cardTemplateId: 'cardTemplateId', coFeedOpenSpaceModel: 'coFeedOpenSpaceModel', imGroupOpenSpaceModel: 'imGroupOpenSpaceModel', imRobotOpenSpaceModel: 'imRobotOpenSpaceModel', imSingleOpenSpaceModel: 'imSingleOpenSpaceModel', openDynamicDataConfig: 'openDynamicDataConfig', outTrackId: 'outTrackId', privateData: 'privateData', topOpenSpaceModel: 'topOpenSpaceModel', userId: 'userId', userIdType: 'userIdType', }; } static types(): { [key: string]: any } { return { callbackRouteKey: 'string', callbackType: 'string', cardAtUserIds: { 'type': 'array', 'itemType': 'string' }, cardData: CreateCardRequestCardData, cardTemplateId: 'string', coFeedOpenSpaceModel: CreateCardRequestCoFeedOpenSpaceModel, imGroupOpenSpaceModel: CreateCardRequestImGroupOpenSpaceModel, imRobotOpenSpaceModel: CreateCardRequestImRobotOpenSpaceModel, imSingleOpenSpaceModel: CreateCardRequestImSingleOpenSpaceModel, openDynamicDataConfig: CreateCardRequestOpenDynamicDataConfig, outTrackId: 'string', privateData: { 'type': 'map', 'keyType': 'string', 'valueType': PrivateDataValue }, topOpenSpaceModel: CreateCardRequestTopOpenSpaceModel, userId: 'string', userIdType: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardResponseBody extends $tea.Model { result?: string; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'string', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateCardResponseBody; 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: CreateCardResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateHeaders 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 CreateCardWithDelegateRequest extends $tea.Model { /** * @example * routekey-7931 */ callbackRouteKey?: string; /** * @example * STREAM */ callbackType?: string; /** * @remarks * This parameter is required. */ cardData?: CreateCardWithDelegateRequestCardData; /** * @remarks * This parameter is required. * * @example * b0aa776f-79ac-4e13-f838-749aae913bc7 */ cardTemplateId?: string; coFeedOpenSpaceModel?: CreateCardWithDelegateRequestCoFeedOpenSpaceModel; imGroupOpenSpaceModel?: CreateCardWithDelegateRequestImGroupOpenSpaceModel; imRobotOpenSpaceModel?: CreateCardWithDelegateRequestImRobotOpenSpaceModel; imSingleOpenSpaceModel?: CreateCardWithDelegateRequestImSingleOpenSpaceModel; openDynamicDataConfig?: CreateCardWithDelegateRequestOpenDynamicDataConfig; /** * @remarks * This parameter is required. * * @example * mycard-07921 */ outTrackId?: string; privateData?: { [key: string]: PrivateDataValue }; topOpenSpaceModel?: CreateCardWithDelegateRequestTopOpenSpaceModel; /** * @example * manager1234 */ userId?: string; userIdType?: number; static names(): { [key: string]: string } { return { callbackRouteKey: 'callbackRouteKey', callbackType: 'callbackType', cardData: 'cardData', cardTemplateId: 'cardTemplateId', coFeedOpenSpaceModel: 'coFeedOpenSpaceModel', imGroupOpenSpaceModel: 'imGroupOpenSpaceModel', imRobotOpenSpaceModel: 'imRobotOpenSpaceModel', imSingleOpenSpaceModel: 'imSingleOpenSpaceModel', openDynamicDataConfig: 'openDynamicDataConfig', outTrackId: 'outTrackId', privateData: 'privateData', topOpenSpaceModel: 'topOpenSpaceModel', userId: 'userId', userIdType: 'userIdType', }; } static types(): { [key: string]: any } { return { callbackRouteKey: 'string', callbackType: 'string', cardData: CreateCardWithDelegateRequestCardData, cardTemplateId: 'string', coFeedOpenSpaceModel: CreateCardWithDelegateRequestCoFeedOpenSpaceModel, imGroupOpenSpaceModel: CreateCardWithDelegateRequestImGroupOpenSpaceModel, imRobotOpenSpaceModel: CreateCardWithDelegateRequestImRobotOpenSpaceModel, imSingleOpenSpaceModel: CreateCardWithDelegateRequestImSingleOpenSpaceModel, openDynamicDataConfig: CreateCardWithDelegateRequestOpenDynamicDataConfig, outTrackId: 'string', privateData: { 'type': 'map', 'keyType': 'string', 'valueType': PrivateDataValue }, topOpenSpaceModel: CreateCardWithDelegateRequestTopOpenSpaceModel, userId: 'string', userIdType: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateResponseBody extends $tea.Model { result?: string; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'string', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateCardWithDelegateResponseBody; 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: CreateCardWithDelegateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTemplateHeaders 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 CreateTemplateRequest extends $tea.Model { appId?: string; blockTemplate?: boolean; creatorId?: string; /** * @remarks * This parameter is required. */ extendType?: string; /** * @remarks * This parameter is required. */ name?: string; /** * @remarks * This parameter is required. */ type?: string; static names(): { [key: string]: string } { return { appId: 'appId', blockTemplate: 'blockTemplate', creatorId: 'creatorId', extendType: 'extendType', name: 'name', type: 'type', }; } static types(): { [key: string]: any } { return { appId: 'string', blockTemplate: 'boolean', creatorId: 'string', extendType: 'string', name: 'string', type: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTemplateResponseBody extends $tea.Model { data?: CreateTemplateResponseBodyData; success?: boolean; static names(): { [key: string]: string } { return { data: 'data', success: 'success', }; } static types(): { [key: string]: any } { return { data: CreateTemplateResponseBodyData, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTemplateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: CreateTemplateResponseBody; 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: CreateTemplateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteTemplateHeaders 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 DeleteTemplateRequest extends $tea.Model { templateId?: string; static names(): { [key: string]: string } { return { templateId: 'templateId', }; } static types(): { [key: string]: any } { return { templateId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeleteTemplateResponseBody 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 DeleteTemplateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeleteTemplateResponseBody; 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: DeleteTemplateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardHeaders 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 DeliverCardRequest extends $tea.Model { coFeedOpenDeliverModel?: DeliverCardRequestCoFeedOpenDeliverModel; docOpenDeliverModel?: DeliverCardRequestDocOpenDeliverModel; imGroupOpenDeliverModel?: DeliverCardRequestImGroupOpenDeliverModel; imRobotOpenDeliverModel?: DeliverCardRequestImRobotOpenDeliverModel; imSingleOpenDeliverModel?: DeliverCardRequestImSingleOpenDeliverModel; /** * @remarks * This parameter is required. * * @example * dtv1.card//im_group.cidp4Gh*******VCQ==;im_robot.manager****67;co_feed.manager****67;one_box.cidp4Gh*******VCQ== */ openSpaceId?: string; /** * @remarks * This parameter is required. * * @example * out_track_id_123456 */ outTrackId?: string; topOpenDeliverModel?: DeliverCardRequestTopOpenDeliverModel; /** * @example * 1 */ userIdType?: number; static names(): { [key: string]: string } { return { coFeedOpenDeliverModel: 'coFeedOpenDeliverModel', docOpenDeliverModel: 'docOpenDeliverModel', imGroupOpenDeliverModel: 'imGroupOpenDeliverModel', imRobotOpenDeliverModel: 'imRobotOpenDeliverModel', imSingleOpenDeliverModel: 'imSingleOpenDeliverModel', openSpaceId: 'openSpaceId', outTrackId: 'outTrackId', topOpenDeliverModel: 'topOpenDeliverModel', userIdType: 'userIdType', }; } static types(): { [key: string]: any } { return { coFeedOpenDeliverModel: DeliverCardRequestCoFeedOpenDeliverModel, docOpenDeliverModel: DeliverCardRequestDocOpenDeliverModel, imGroupOpenDeliverModel: DeliverCardRequestImGroupOpenDeliverModel, imRobotOpenDeliverModel: DeliverCardRequestImRobotOpenDeliverModel, imSingleOpenDeliverModel: DeliverCardRequestImSingleOpenDeliverModel, openSpaceId: 'string', outTrackId: 'string', topOpenDeliverModel: DeliverCardRequestTopOpenDeliverModel, userIdType: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardResponseBody extends $tea.Model { result?: DeliverCardResponseBodyResult[]; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: { 'type': 'array', 'itemType': DeliverCardResponseBodyResult }, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeliverCardResponseBody; 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: DeliverCardResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardWithDelegateHeaders 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 DeliverCardWithDelegateRequest extends $tea.Model { coFeedOpenDeliverModel?: DeliverCardWithDelegateRequestCoFeedOpenDeliverModel; docOpenDeliverModel?: DeliverCardWithDelegateRequestDocOpenDeliverModel; imGroupOpenDeliverModel?: DeliverCardWithDelegateRequestImGroupOpenDeliverModel; imRobotOpenDeliverModel?: DeliverCardWithDelegateRequestImRobotOpenDeliverModel; imSingleOpenDeliverModel?: DeliverCardWithDelegateRequestImSingleOpenDeliverModel; /** * @remarks * This parameter is required. * * @example * dtv1.card//im_group.cidp4Gh*******VCQ==;im_robot.manager****67;co_feed.manager****67;one_box.cidp4Gh*******VCQ== */ openSpaceId?: string; /** * @remarks * This parameter is required. * * @example * out_track_id_123456 */ outTrackId?: string; topOpenDeliverModel?: DeliverCardWithDelegateRequestTopOpenDeliverModel; /** * @example * 1 */ userIdType?: number; static names(): { [key: string]: string } { return { coFeedOpenDeliverModel: 'coFeedOpenDeliverModel', docOpenDeliverModel: 'docOpenDeliverModel', imGroupOpenDeliverModel: 'imGroupOpenDeliverModel', imRobotOpenDeliverModel: 'imRobotOpenDeliverModel', imSingleOpenDeliverModel: 'imSingleOpenDeliverModel', openSpaceId: 'openSpaceId', outTrackId: 'outTrackId', topOpenDeliverModel: 'topOpenDeliverModel', userIdType: 'userIdType', }; } static types(): { [key: string]: any } { return { coFeedOpenDeliverModel: DeliverCardWithDelegateRequestCoFeedOpenDeliverModel, docOpenDeliverModel: DeliverCardWithDelegateRequestDocOpenDeliverModel, imGroupOpenDeliverModel: DeliverCardWithDelegateRequestImGroupOpenDeliverModel, imRobotOpenDeliverModel: DeliverCardWithDelegateRequestImRobotOpenDeliverModel, imSingleOpenDeliverModel: DeliverCardWithDelegateRequestImSingleOpenDeliverModel, openSpaceId: 'string', outTrackId: 'string', topOpenDeliverModel: DeliverCardWithDelegateRequestTopOpenDeliverModel, userIdType: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardWithDelegateResponseBody extends $tea.Model { result?: DeliverCardWithDelegateResponseBodyResult[]; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: { 'type': 'array', 'itemType': DeliverCardWithDelegateResponseBodyResult }, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardWithDelegateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: DeliverCardWithDelegateResponseBody; 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: DeliverCardWithDelegateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTemplateHeaders 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 GetTemplateRequest extends $tea.Model { templateId?: string; static names(): { [key: string]: string } { return { templateId: 'templateId', }; } static types(): { [key: string]: any } { return { templateId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTemplateResponseBody extends $tea.Model { data?: GetTemplateResponseBodyData; success?: boolean; static names(): { [key: string]: string } { return { data: 'data', success: 'success', }; } static types(): { [key: string]: any } { return { data: GetTemplateResponseBodyData, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTemplateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetTemplateResponseBody; 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: GetTemplateResponseBody, }; } 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. */ templateIds?: string; static names(): { [key: string]: string } { return { templateIds: 'templateIds', }; } static types(): { [key: string]: any } { return { templateIds: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListTemplateResponseBody extends $tea.Model { data?: ListTemplateResponseBodyData[]; success?: boolean; static names(): { [key: string]: string } { return { data: 'data', success: 'success', }; } static types(): { [key: string]: any } { return { data: { 'type': 'array', 'itemType': ListTemplateResponseBodyData }, success: 'boolean', }; } 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 PublishTemplateHeaders 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 PublishTemplateRequest extends $tea.Model { name?: string; /** * @remarks * This parameter is required. */ templateId?: string; templateSource?: string; static names(): { [key: string]: string } { return { name: 'name', templateId: 'templateId', templateSource: 'templateSource', }; } static types(): { [key: string]: any } { return { name: 'string', templateId: 'string', templateSource: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class PublishTemplateResponseBody extends $tea.Model { data?: PublishTemplateResponseBodyData; success?: boolean; static names(): { [key: string]: string } { return { data: 'data', success: 'success', }; } static types(): { [key: string]: any } { return { data: PublishTemplateResponseBodyData, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class PublishTemplateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: PublishTemplateResponseBody; 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: PublishTemplateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RegisterCallbackHeaders 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 RegisterCallbackRequest extends $tea.Model { /** * @example * mySecret */ apiSecret?: string; /** * @remarks * This parameter is required. * * @example * routeKey-12 */ callbackRouteKey?: string; /** * @remarks * This parameter is required. * * @example * https://www.myurl/callback */ callbackUrl?: string; forceUpdate?: boolean; static names(): { [key: string]: string } { return { apiSecret: 'apiSecret', callbackRouteKey: 'callbackRouteKey', callbackUrl: 'callbackUrl', forceUpdate: 'forceUpdate', }; } static types(): { [key: string]: any } { return { apiSecret: 'string', callbackRouteKey: 'string', callbackUrl: 'string', forceUpdate: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RegisterCallbackResponseBody extends $tea.Model { result?: RegisterCallbackResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: RegisterCallbackResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RegisterCallbackResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: RegisterCallbackResponseBody; 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: RegisterCallbackResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RegisterCallbackWithDelegateHeaders 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 RegisterCallbackWithDelegateRequest extends $tea.Model { /** * @example * mySecret */ apiSecret?: string; /** * @remarks * This parameter is required. * * @example * routeKey-12 */ callbackRouteKey?: string; /** * @remarks * This parameter is required. * * @example * https://www.myurl/callback */ callbackUrl?: string; forceUpdate?: boolean; static names(): { [key: string]: string } { return { apiSecret: 'apiSecret', callbackRouteKey: 'callbackRouteKey', callbackUrl: 'callbackUrl', forceUpdate: 'forceUpdate', }; } static types(): { [key: string]: any } { return { apiSecret: 'string', callbackRouteKey: 'string', callbackUrl: 'string', forceUpdate: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RegisterCallbackWithDelegateResponseBody extends $tea.Model { result?: RegisterCallbackWithDelegateResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: RegisterCallbackWithDelegateResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RegisterCallbackWithDelegateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: RegisterCallbackWithDelegateResponseBody; 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: RegisterCallbackWithDelegateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SaveTemplateHeaders 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 SaveTemplateRequest extends $tea.Model { name?: string; templateId?: string; templateSource?: string; static names(): { [key: string]: string } { return { name: 'name', templateId: 'templateId', templateSource: 'templateSource', }; } static types(): { [key: string]: any } { return { name: 'string', templateId: 'string', templateSource: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SaveTemplateResponseBody extends $tea.Model { data?: SaveTemplateResponseBodyData; success?: boolean; static names(): { [key: string]: string } { return { data: 'data', success: 'success', }; } static types(): { [key: string]: any } { return { data: SaveTemplateResponseBodyData, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SaveTemplateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: SaveTemplateResponseBody; 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: SaveTemplateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class StreamingUpdateHeaders 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 StreamingUpdateRequest extends $tea.Model { /** * @remarks * This parameter is required. */ content?: string; /** * @remarks * This parameter is required. */ guid?: string; isError?: boolean; isFinalize?: boolean; isFull?: boolean; /** * @remarks * This parameter is required. */ key?: string; /** * @remarks * This parameter is required. */ outTrackId?: string; static names(): { [key: string]: string } { return { content: 'content', guid: 'guid', isError: 'isError', isFinalize: 'isFinalize', isFull: 'isFull', key: 'key', outTrackId: 'outTrackId', }; } static types(): { [key: string]: any } { return { content: 'string', guid: 'string', isError: 'boolean', isFinalize: 'boolean', isFull: 'boolean', key: 'string', outTrackId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class StreamingUpdateResponseBody extends $tea.Model { result?: boolean; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'boolean', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class StreamingUpdateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: StreamingUpdateResponseBody; 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: StreamingUpdateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateCardHeaders 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 UpdateCardRequest extends $tea.Model { cardData?: UpdateCardRequestCardData; cardUpdateOptions?: UpdateCardRequestCardUpdateOptions; /** * @remarks * This parameter is required. * * @example * 123 */ outTrackId?: string; privateData?: { [key: string]: PrivateDataValue }; userIdType?: number; static names(): { [key: string]: string } { return { cardData: 'cardData', cardUpdateOptions: 'cardUpdateOptions', outTrackId: 'outTrackId', privateData: 'privateData', userIdType: 'userIdType', }; } static types(): { [key: string]: any } { return { cardData: UpdateCardRequestCardData, cardUpdateOptions: UpdateCardRequestCardUpdateOptions, outTrackId: 'string', privateData: { 'type': 'map', 'keyType': 'string', 'valueType': PrivateDataValue }, userIdType: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateCardResponseBody extends $tea.Model { result?: boolean; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'boolean', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateCardResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UpdateCardResponseBody; 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: UpdateCardResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateCardWithDelegateHeaders 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 UpdateCardWithDelegateRequest extends $tea.Model { cardData?: UpdateCardWithDelegateRequestCardData; cardUpdateOptions?: UpdateCardWithDelegateRequestCardUpdateOptions; /** * @remarks * This parameter is required. * * @example * 123 */ outTrackId?: string; privateData?: { [key: string]: PrivateDataValue }; userIdType?: number; static names(): { [key: string]: string } { return { cardData: 'cardData', cardUpdateOptions: 'cardUpdateOptions', outTrackId: 'outTrackId', privateData: 'privateData', userIdType: 'userIdType', }; } static types(): { [key: string]: any } { return { cardData: UpdateCardWithDelegateRequestCardData, cardUpdateOptions: UpdateCardWithDelegateRequestCardUpdateOptions, outTrackId: 'string', privateData: { 'type': 'map', 'keyType': 'string', 'valueType': PrivateDataValue }, userIdType: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateCardWithDelegateResponseBody extends $tea.Model { result?: boolean; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'boolean', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateCardWithDelegateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UpdateCardWithDelegateResponseBody; 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: UpdateCardWithDelegateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceRequestCoFeedOpenSpaceModel extends $tea.Model { /** * @example * xxxx卡片 */ title?: string; static names(): { [key: string]: string } { return { title: 'title', }; } static types(): { [key: string]: any } { return { title: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceRequestImGroupOpenSpaceModelNotification extends $tea.Model { /** * @example * 你收到了一个卡片消息 */ alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceRequestImGroupOpenSpaceModelSearchSupport extends $tea.Model { /** * @example * 卡片的具体描述 */ searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceRequestImGroupOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: AppendSpaceRequestImGroupOpenSpaceModelNotification; searchSupport?: AppendSpaceRequestImGroupOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: AppendSpaceRequestImGroupOpenSpaceModelNotification, searchSupport: AppendSpaceRequestImGroupOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceRequestImRobotOpenSpaceModelNotification extends $tea.Model { /** * @example * 你收到了一个卡片消息 */ alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceRequestImRobotOpenSpaceModelSearchSupport extends $tea.Model { /** * @example * 卡片的具体描述 */ searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceRequestImRobotOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: AppendSpaceRequestImRobotOpenSpaceModelNotification; searchSupport?: AppendSpaceRequestImRobotOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: AppendSpaceRequestImRobotOpenSpaceModelNotification, searchSupport: AppendSpaceRequestImRobotOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceRequestTopOpenSpaceModel extends $tea.Model { /** * @example * ONE_BOX */ spaceType?: string; static names(): { [key: string]: string } { return { spaceType: 'spaceType', }; } static types(): { [key: string]: any } { return { spaceType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceWithDelegateRequestCoFeedOpenSpaceModel extends $tea.Model { /** * @example * xxxx卡片 */ title?: string; static names(): { [key: string]: string } { return { title: 'title', }; } static types(): { [key: string]: any } { return { title: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceWithDelegateRequestImGroupOpenSpaceModelNotification extends $tea.Model { /** * @example * 你收到了一个卡片消息 */ alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceWithDelegateRequestImGroupOpenSpaceModelSearchSupport extends $tea.Model { /** * @example * 卡片的具体描述 */ searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceWithDelegateRequestImGroupOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: AppendSpaceWithDelegateRequestImGroupOpenSpaceModelNotification; searchSupport?: AppendSpaceWithDelegateRequestImGroupOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: AppendSpaceWithDelegateRequestImGroupOpenSpaceModelNotification, searchSupport: AppendSpaceWithDelegateRequestImGroupOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceWithDelegateRequestImRobotOpenSpaceModelNotification extends $tea.Model { /** * @example * 你收到了一个卡片消息 */ alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceWithDelegateRequestImRobotOpenSpaceModelSearchSupport extends $tea.Model { /** * @example * 卡片的具体描述 */ searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceWithDelegateRequestImRobotOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: AppendSpaceWithDelegateRequestImRobotOpenSpaceModelNotification; searchSupport?: AppendSpaceWithDelegateRequestImRobotOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: AppendSpaceWithDelegateRequestImRobotOpenSpaceModelNotification, searchSupport: AppendSpaceWithDelegateRequestImRobotOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class AppendSpaceWithDelegateRequestTopOpenSpaceModel extends $tea.Model { /** * @example * ONE_BOX */ spaceType?: string; static names(): { [key: string]: string } { return { spaceType: 'spaceType', }; } static types(): { [key: string]: any } { return { spaceType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CopyTemplateResponseBodyData extends $tea.Model { templateId?: string; static names(): { [key: string]: string } { return { templateId: 'templateId', }; } static types(): { [key: string]: any } { return { templateId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestCardData extends $tea.Model { cardParamMap?: { [key: string]: string }; static names(): { [key: string]: string } { return { cardParamMap: 'cardParamMap', }; } static types(): { [key: string]: any } { return { cardParamMap: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestCoFeedOpenDeliverModel extends $tea.Model { /** * @example * xxx_biz_tag */ bizTag?: string; /** * @example * 1665473229000 */ gmtTimeLine?: number; static names(): { [key: string]: string } { return { bizTag: 'bizTag', gmtTimeLine: 'gmtTimeLine', }; } static types(): { [key: string]: any } { return { bizTag: 'string', gmtTimeLine: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestCoFeedOpenSpaceModel extends $tea.Model { /** * @example * coolAppCode123 */ coolAppCode?: string; /** * @example * xxxx卡片 */ title?: string; static names(): { [key: string]: string } { return { coolAppCode: 'coolAppCode', title: 'title', }; } static types(): { [key: string]: any } { return { coolAppCode: 'string', title: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestDocOpenDeliverModel extends $tea.Model { /** * @example * xxx_biz_tag */ userId?: string; static names(): { [key: string]: string } { return { userId: 'userId', }; } static types(): { [key: string]: any } { return { userId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestImGroupOpenDeliverModel extends $tea.Model { atUserIds?: { [key: string]: string }; extension?: { [key: string]: string }; recipients?: string[]; /** * @example * dingg3xmqdkpaojuakm8 */ robotCode?: string; static names(): { [key: string]: string } { return { atUserIds: 'atUserIds', extension: 'extension', recipients: 'recipients', robotCode: 'robotCode', }; } static types(): { [key: string]: any } { return { atUserIds: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, extension: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, recipients: { 'type': 'array', 'itemType': 'string' }, robotCode: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestImGroupOpenSpaceModelNotification extends $tea.Model { /** * @example * 你收到了一个卡片消息 */ alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestImGroupOpenSpaceModelSearchSupport extends $tea.Model { /** * @example * 卡片的具体描述 */ searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestImGroupOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: CreateAndDeliverRequestImGroupOpenSpaceModelNotification; searchSupport?: CreateAndDeliverRequestImGroupOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: CreateAndDeliverRequestImGroupOpenSpaceModelNotification, searchSupport: CreateAndDeliverRequestImGroupOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestImRobotOpenDeliverModel extends $tea.Model { extension?: { [key: string]: string }; /** * @example * dingg3xmqdkpaojuakm8 */ robotCode?: string; spaceType?: string; static names(): { [key: string]: string } { return { extension: 'extension', robotCode: 'robotCode', spaceType: 'spaceType', }; } static types(): { [key: string]: any } { return { extension: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, robotCode: 'string', spaceType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestImRobotOpenSpaceModelNotification extends $tea.Model { /** * @example * 你收到了一个卡片消息 */ alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestImRobotOpenSpaceModelSearchSupport extends $tea.Model { /** * @example * 卡片的具体描述 */ searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestImRobotOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: CreateAndDeliverRequestImRobotOpenSpaceModelNotification; searchSupport?: CreateAndDeliverRequestImRobotOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: CreateAndDeliverRequestImRobotOpenSpaceModelNotification, searchSupport: CreateAndDeliverRequestImRobotOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestImSingleOpenDeliverModel extends $tea.Model { atUserIds?: { [key: string]: string }; extension?: { [key: string]: string }; static names(): { [key: string]: string } { return { atUserIds: 'atUserIds', extension: 'extension', }; } static types(): { [key: string]: any } { return { atUserIds: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, extension: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestImSingleOpenSpaceModelNotification extends $tea.Model { /** * @example * 你收到了一个卡片消息 */ alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestImSingleOpenSpaceModelSearchSupport extends $tea.Model { /** * @example * 卡片的具体描述 */ searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestImSingleOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: CreateAndDeliverRequestImSingleOpenSpaceModelNotification; searchSupport?: CreateAndDeliverRequestImSingleOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: CreateAndDeliverRequestImSingleOpenSpaceModelNotification, searchSupport: CreateAndDeliverRequestImSingleOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestOpenDynamicDataConfigDynamicDataSourceConfigsPullConfig extends $tea.Model { interval?: number; pullStrategy?: string; timeUnit?: string; static names(): { [key: string]: string } { return { interval: 'interval', pullStrategy: 'pullStrategy', timeUnit: 'timeUnit', }; } static types(): { [key: string]: any } { return { interval: 'number', pullStrategy: 'string', timeUnit: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestOpenDynamicDataConfigDynamicDataSourceConfigs extends $tea.Model { constParams?: { [key: string]: string }; dynamicDataSourceId?: string; pullConfig?: CreateAndDeliverRequestOpenDynamicDataConfigDynamicDataSourceConfigsPullConfig; static names(): { [key: string]: string } { return { constParams: 'constParams', dynamicDataSourceId: 'dynamicDataSourceId', pullConfig: 'pullConfig', }; } static types(): { [key: string]: any } { return { constParams: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, dynamicDataSourceId: 'string', pullConfig: CreateAndDeliverRequestOpenDynamicDataConfigDynamicDataSourceConfigsPullConfig, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestOpenDynamicDataConfig extends $tea.Model { dynamicDataSourceConfigs?: CreateAndDeliverRequestOpenDynamicDataConfigDynamicDataSourceConfigs[]; static names(): { [key: string]: string } { return { dynamicDataSourceConfigs: 'dynamicDataSourceConfigs', }; } static types(): { [key: string]: any } { return { dynamicDataSourceConfigs: { 'type': 'array', 'itemType': CreateAndDeliverRequestOpenDynamicDataConfigDynamicDataSourceConfigs }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestTopOpenDeliverModel extends $tea.Model { /** * @example * 1665473229000 */ expiredTimeMillis?: number; platforms?: string[]; userIds?: string[]; static names(): { [key: string]: string } { return { expiredTimeMillis: 'expiredTimeMillis', platforms: 'platforms', userIds: 'userIds', }; } static types(): { [key: string]: any } { return { expiredTimeMillis: 'number', platforms: { 'type': 'array', 'itemType': 'string' }, userIds: { 'type': 'array', 'itemType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverRequestTopOpenSpaceModel extends $tea.Model { /** * @example * ONE_BOX */ spaceType?: string; static names(): { [key: string]: string } { return { spaceType: 'spaceType', }; } static types(): { [key: string]: any } { return { spaceType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverResponseBodyResultDeliverResults extends $tea.Model { /** * @example * 4v+AzUEDuC0dKuO*********J0w8= */ carrierId?: string; /** * @example * system error */ errorMsg?: string; /** * @example * cid1234abcd */ spaceId?: string; /** * @example * IM_GROUP */ spaceType?: string; success?: boolean; static names(): { [key: string]: string } { return { carrierId: 'carrierId', errorMsg: 'errorMsg', spaceId: 'spaceId', spaceType: 'spaceType', success: 'success', }; } static types(): { [key: string]: any } { return { carrierId: 'string', errorMsg: 'string', spaceId: 'string', spaceType: 'string', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverResponseBodyResult extends $tea.Model { deliverResults?: CreateAndDeliverResponseBodyResultDeliverResults[]; /** * @example * out_track_id_xxx */ outTrackId?: string; static names(): { [key: string]: string } { return { deliverResults: 'deliverResults', outTrackId: 'outTrackId', }; } static types(): { [key: string]: any } { return { deliverResults: { 'type': 'array', 'itemType': CreateAndDeliverResponseBodyResultDeliverResults }, outTrackId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestCardData extends $tea.Model { cardParamMap?: { [key: string]: string }; static names(): { [key: string]: string } { return { cardParamMap: 'cardParamMap', }; } static types(): { [key: string]: any } { return { cardParamMap: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestCoFeedOpenDeliverModel extends $tea.Model { /** * @example * xxx_biz_tag */ bizTag?: string; /** * @example * 1665473229000 */ gmtTimeLine?: number; static names(): { [key: string]: string } { return { bizTag: 'bizTag', gmtTimeLine: 'gmtTimeLine', }; } static types(): { [key: string]: any } { return { bizTag: 'string', gmtTimeLine: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestCoFeedOpenSpaceModel extends $tea.Model { /** * @example * coolAppCode123 */ coolAppCode?: string; /** * @example * xxxx卡片 */ title?: string; static names(): { [key: string]: string } { return { coolAppCode: 'coolAppCode', title: 'title', }; } static types(): { [key: string]: any } { return { coolAppCode: 'string', title: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestDocOpenDeliverModel extends $tea.Model { /** * @example * xxx_biz_tag */ userId?: string; static names(): { [key: string]: string } { return { userId: 'userId', }; } static types(): { [key: string]: any } { return { userId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestImGroupOpenDeliverModel extends $tea.Model { atUserIds?: { [key: string]: string }; extension?: { [key: string]: string }; recipients?: string[]; /** * @example * dingg3xmqdkpaojuakm8 */ robotCode?: string; static names(): { [key: string]: string } { return { atUserIds: 'atUserIds', extension: 'extension', recipients: 'recipients', robotCode: 'robotCode', }; } static types(): { [key: string]: any } { return { atUserIds: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, extension: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, recipients: { 'type': 'array', 'itemType': 'string' }, robotCode: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestImGroupOpenSpaceModelNotification extends $tea.Model { /** * @example * 你收到了一个卡片消息 */ alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestImGroupOpenSpaceModelSearchSupport extends $tea.Model { /** * @example * 卡片的具体描述 */ searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestImGroupOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: CreateAndDeliverWithDelegateRequestImGroupOpenSpaceModelNotification; searchSupport?: CreateAndDeliverWithDelegateRequestImGroupOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: CreateAndDeliverWithDelegateRequestImGroupOpenSpaceModelNotification, searchSupport: CreateAndDeliverWithDelegateRequestImGroupOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestImRobotOpenDeliverModel extends $tea.Model { extension?: { [key: string]: string }; /** * @example * dingg3xmqdkpaojuakm8 */ robotCode?: string; spaceType?: string; static names(): { [key: string]: string } { return { extension: 'extension', robotCode: 'robotCode', spaceType: 'spaceType', }; } static types(): { [key: string]: any } { return { extension: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, robotCode: 'string', spaceType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestImRobotOpenSpaceModelNotification extends $tea.Model { /** * @example * 你收到了一个卡片消息 */ alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestImRobotOpenSpaceModelSearchSupport extends $tea.Model { /** * @example * 卡片的具体描述 */ searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestImRobotOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: CreateAndDeliverWithDelegateRequestImRobotOpenSpaceModelNotification; searchSupport?: CreateAndDeliverWithDelegateRequestImRobotOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: CreateAndDeliverWithDelegateRequestImRobotOpenSpaceModelNotification, searchSupport: CreateAndDeliverWithDelegateRequestImRobotOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestImSingleOpenDeliverModel extends $tea.Model { atUserIds?: { [key: string]: string }; extension?: { [key: string]: string }; static names(): { [key: string]: string } { return { atUserIds: 'atUserIds', extension: 'extension', }; } static types(): { [key: string]: any } { return { atUserIds: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, extension: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestImSingleOpenSpaceModelNotification extends $tea.Model { /** * @example * 你收到了一个卡片消息 */ alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestImSingleOpenSpaceModelSearchSupport extends $tea.Model { /** * @example * 卡片的具体描述 */ searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestImSingleOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: CreateAndDeliverWithDelegateRequestImSingleOpenSpaceModelNotification; searchSupport?: CreateAndDeliverWithDelegateRequestImSingleOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: CreateAndDeliverWithDelegateRequestImSingleOpenSpaceModelNotification, searchSupport: CreateAndDeliverWithDelegateRequestImSingleOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestOpenDynamicDataConfigDynamicDataSourceConfigsPullConfig extends $tea.Model { interval?: number; pullStrategy?: string; timeUnit?: string; static names(): { [key: string]: string } { return { interval: 'interval', pullStrategy: 'pullStrategy', timeUnit: 'timeUnit', }; } static types(): { [key: string]: any } { return { interval: 'number', pullStrategy: 'string', timeUnit: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestOpenDynamicDataConfigDynamicDataSourceConfigs extends $tea.Model { constParams?: { [key: string]: string }; dynamicDataSourceId?: string; pullConfig?: CreateAndDeliverWithDelegateRequestOpenDynamicDataConfigDynamicDataSourceConfigsPullConfig; static names(): { [key: string]: string } { return { constParams: 'constParams', dynamicDataSourceId: 'dynamicDataSourceId', pullConfig: 'pullConfig', }; } static types(): { [key: string]: any } { return { constParams: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, dynamicDataSourceId: 'string', pullConfig: CreateAndDeliverWithDelegateRequestOpenDynamicDataConfigDynamicDataSourceConfigsPullConfig, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestOpenDynamicDataConfig extends $tea.Model { dynamicDataSourceConfigs?: CreateAndDeliverWithDelegateRequestOpenDynamicDataConfigDynamicDataSourceConfigs[]; static names(): { [key: string]: string } { return { dynamicDataSourceConfigs: 'dynamicDataSourceConfigs', }; } static types(): { [key: string]: any } { return { dynamicDataSourceConfigs: { 'type': 'array', 'itemType': CreateAndDeliverWithDelegateRequestOpenDynamicDataConfigDynamicDataSourceConfigs }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestTopOpenDeliverModel extends $tea.Model { /** * @example * 1665473229000 */ expiredTimeMillis?: number; platforms?: string[]; userIds?: string[]; static names(): { [key: string]: string } { return { expiredTimeMillis: 'expiredTimeMillis', platforms: 'platforms', userIds: 'userIds', }; } static types(): { [key: string]: any } { return { expiredTimeMillis: 'number', platforms: { 'type': 'array', 'itemType': 'string' }, userIds: { 'type': 'array', 'itemType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateRequestTopOpenSpaceModel extends $tea.Model { /** * @example * ONE_BOX */ spaceType?: string; static names(): { [key: string]: string } { return { spaceType: 'spaceType', }; } static types(): { [key: string]: any } { return { spaceType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateResponseBodyResultDeliverResults extends $tea.Model { /** * @example * 4v+AzUEDuC0dKuO*********J0w8= */ carrierId?: string; /** * @example * system error */ errorMsg?: string; /** * @example * cid1234abcd */ spaceId?: string; /** * @example * IM_GROUP */ spaceType?: string; success?: boolean; static names(): { [key: string]: string } { return { carrierId: 'carrierId', errorMsg: 'errorMsg', spaceId: 'spaceId', spaceType: 'spaceType', success: 'success', }; } static types(): { [key: string]: any } { return { carrierId: 'string', errorMsg: 'string', spaceId: 'string', spaceType: 'string', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateAndDeliverWithDelegateResponseBodyResult extends $tea.Model { deliverResults?: CreateAndDeliverWithDelegateResponseBodyResultDeliverResults[]; /** * @example * out_track_id_xxx */ outTrackId?: string; static names(): { [key: string]: string } { return { deliverResults: 'deliverResults', outTrackId: 'outTrackId', }; } static types(): { [key: string]: any } { return { deliverResults: { 'type': 'array', 'itemType': CreateAndDeliverWithDelegateResponseBodyResultDeliverResults }, outTrackId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestCardData extends $tea.Model { cardParamMap?: { [key: string]: string }; static names(): { [key: string]: string } { return { cardParamMap: 'cardParamMap', }; } static types(): { [key: string]: any } { return { cardParamMap: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestCoFeedOpenSpaceModel extends $tea.Model { title?: string; static names(): { [key: string]: string } { return { title: 'title', }; } static types(): { [key: string]: any } { return { title: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestImGroupOpenSpaceModelNotification extends $tea.Model { /** * @example * 你收到1条新消息 */ alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestImGroupOpenSpaceModelSearchSupport extends $tea.Model { searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestImGroupOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: CreateCardRequestImGroupOpenSpaceModelNotification; searchSupport?: CreateCardRequestImGroupOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: CreateCardRequestImGroupOpenSpaceModelNotification, searchSupport: CreateCardRequestImGroupOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestImRobotOpenSpaceModelNotification extends $tea.Model { alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestImRobotOpenSpaceModelSearchSupport extends $tea.Model { searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestImRobotOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: CreateCardRequestImRobotOpenSpaceModelNotification; searchSupport?: CreateCardRequestImRobotOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: CreateCardRequestImRobotOpenSpaceModelNotification, searchSupport: CreateCardRequestImRobotOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestImSingleOpenSpaceModelNotification extends $tea.Model { alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestImSingleOpenSpaceModelSearchSupport extends $tea.Model { searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestImSingleOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: CreateCardRequestImSingleOpenSpaceModelNotification; searchSupport?: CreateCardRequestImSingleOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: CreateCardRequestImSingleOpenSpaceModelNotification, searchSupport: CreateCardRequestImSingleOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestOpenDynamicDataConfigDynamicDataSourceConfigsPullConfig extends $tea.Model { interval?: number; /** * @example * INTERVAL */ pullStrategy?: string; /** * @example * SECONDS */ timeUnit?: string; static names(): { [key: string]: string } { return { interval: 'interval', pullStrategy: 'pullStrategy', timeUnit: 'timeUnit', }; } static types(): { [key: string]: any } { return { interval: 'number', pullStrategy: 'string', timeUnit: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestOpenDynamicDataConfigDynamicDataSourceConfigs extends $tea.Model { constParams?: { [key: string]: string }; /** * @example * ds-01 */ dynamicDataSourceId?: string; pullConfig?: CreateCardRequestOpenDynamicDataConfigDynamicDataSourceConfigsPullConfig; static names(): { [key: string]: string } { return { constParams: 'constParams', dynamicDataSourceId: 'dynamicDataSourceId', pullConfig: 'pullConfig', }; } static types(): { [key: string]: any } { return { constParams: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, dynamicDataSourceId: 'string', pullConfig: CreateCardRequestOpenDynamicDataConfigDynamicDataSourceConfigsPullConfig, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestOpenDynamicDataConfig extends $tea.Model { dynamicDataSourceConfigs?: CreateCardRequestOpenDynamicDataConfigDynamicDataSourceConfigs[]; static names(): { [key: string]: string } { return { dynamicDataSourceConfigs: 'dynamicDataSourceConfigs', }; } static types(): { [key: string]: any } { return { dynamicDataSourceConfigs: { 'type': 'array', 'itemType': CreateCardRequestOpenDynamicDataConfigDynamicDataSourceConfigs }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardRequestTopOpenSpaceModel extends $tea.Model { spaceType?: string; static names(): { [key: string]: string } { return { spaceType: 'spaceType', }; } static types(): { [key: string]: any } { return { spaceType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestCardData extends $tea.Model { cardParamMap?: { [key: string]: string }; static names(): { [key: string]: string } { return { cardParamMap: 'cardParamMap', }; } static types(): { [key: string]: any } { return { cardParamMap: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestCoFeedOpenSpaceModel extends $tea.Model { title?: string; static names(): { [key: string]: string } { return { title: 'title', }; } static types(): { [key: string]: any } { return { title: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestImGroupOpenSpaceModelNotification extends $tea.Model { /** * @example * 你收到1条新消息 */ alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestImGroupOpenSpaceModelSearchSupport extends $tea.Model { searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestImGroupOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: CreateCardWithDelegateRequestImGroupOpenSpaceModelNotification; searchSupport?: CreateCardWithDelegateRequestImGroupOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: CreateCardWithDelegateRequestImGroupOpenSpaceModelNotification, searchSupport: CreateCardWithDelegateRequestImGroupOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestImRobotOpenSpaceModelNotification extends $tea.Model { alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestImRobotOpenSpaceModelSearchSupport extends $tea.Model { searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestImRobotOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: CreateCardWithDelegateRequestImRobotOpenSpaceModelNotification; searchSupport?: CreateCardWithDelegateRequestImRobotOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: CreateCardWithDelegateRequestImRobotOpenSpaceModelNotification, searchSupport: CreateCardWithDelegateRequestImRobotOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestImSingleOpenSpaceModelNotification extends $tea.Model { alertContent?: string; notificationOff?: boolean; static names(): { [key: string]: string } { return { alertContent: 'alertContent', notificationOff: 'notificationOff', }; } static types(): { [key: string]: any } { return { alertContent: 'string', notificationOff: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestImSingleOpenSpaceModelSearchSupport extends $tea.Model { searchDesc?: string; /** * @example * @lALPDgQ9q8hFhlHNAXzNAqI */ searchIcon?: string; /** * @example * {"zh_CN":"待办","zh_TW":"待辦","en_US":"ToDo"} */ searchTypeName?: string; static names(): { [key: string]: string } { return { searchDesc: 'searchDesc', searchIcon: 'searchIcon', searchTypeName: 'searchTypeName', }; } static types(): { [key: string]: any } { return { searchDesc: 'string', searchIcon: 'string', searchTypeName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestImSingleOpenSpaceModel extends $tea.Model { lastMessageI18n?: { [key: string]: string }; notification?: CreateCardWithDelegateRequestImSingleOpenSpaceModelNotification; searchSupport?: CreateCardWithDelegateRequestImSingleOpenSpaceModelSearchSupport; supportForward?: boolean; static names(): { [key: string]: string } { return { lastMessageI18n: 'lastMessageI18n', notification: 'notification', searchSupport: 'searchSupport', supportForward: 'supportForward', }; } static types(): { [key: string]: any } { return { lastMessageI18n: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, notification: CreateCardWithDelegateRequestImSingleOpenSpaceModelNotification, searchSupport: CreateCardWithDelegateRequestImSingleOpenSpaceModelSearchSupport, supportForward: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestOpenDynamicDataConfigDynamicDataSourceConfigsPullConfig extends $tea.Model { interval?: number; /** * @example * INTERVAL */ pullStrategy?: string; /** * @example * SECONDS */ timeUnit?: string; static names(): { [key: string]: string } { return { interval: 'interval', pullStrategy: 'pullStrategy', timeUnit: 'timeUnit', }; } static types(): { [key: string]: any } { return { interval: 'number', pullStrategy: 'string', timeUnit: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestOpenDynamicDataConfigDynamicDataSourceConfigs extends $tea.Model { constParams?: { [key: string]: string }; /** * @example * ds-01 */ dynamicDataSourceId?: string; pullConfig?: CreateCardWithDelegateRequestOpenDynamicDataConfigDynamicDataSourceConfigsPullConfig; static names(): { [key: string]: string } { return { constParams: 'constParams', dynamicDataSourceId: 'dynamicDataSourceId', pullConfig: 'pullConfig', }; } static types(): { [key: string]: any } { return { constParams: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, dynamicDataSourceId: 'string', pullConfig: CreateCardWithDelegateRequestOpenDynamicDataConfigDynamicDataSourceConfigsPullConfig, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestOpenDynamicDataConfig extends $tea.Model { dynamicDataSourceConfigs?: CreateCardWithDelegateRequestOpenDynamicDataConfigDynamicDataSourceConfigs[]; static names(): { [key: string]: string } { return { dynamicDataSourceConfigs: 'dynamicDataSourceConfigs', }; } static types(): { [key: string]: any } { return { dynamicDataSourceConfigs: { 'type': 'array', 'itemType': CreateCardWithDelegateRequestOpenDynamicDataConfigDynamicDataSourceConfigs }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateCardWithDelegateRequestTopOpenSpaceModel extends $tea.Model { spaceType?: string; static names(): { [key: string]: string } { return { spaceType: 'spaceType', }; } static types(): { [key: string]: any } { return { spaceType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class CreateTemplateResponseBodyData extends $tea.Model { templateId?: string; static names(): { [key: string]: string } { return { templateId: 'templateId', }; } static types(): { [key: string]: any } { return { templateId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardRequestCoFeedOpenDeliverModel extends $tea.Model { /** * @example * xxx_biz_tag */ bizTag?: string; /** * @example * 1665473229000 */ gmtTimeLine?: number; static names(): { [key: string]: string } { return { bizTag: 'bizTag', gmtTimeLine: 'gmtTimeLine', }; } static types(): { [key: string]: any } { return { bizTag: 'string', gmtTimeLine: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardRequestDocOpenDeliverModel extends $tea.Model { /** * @example * xxx_biz_tag */ userId?: string; static names(): { [key: string]: string } { return { userId: 'userId', }; } static types(): { [key: string]: any } { return { userId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardRequestImGroupOpenDeliverModel extends $tea.Model { atUserIds?: { [key: string]: string }; extension?: { [key: string]: string }; recipients?: string[]; /** * @example * dingg3xmqdkpaojuakm8 */ robotCode?: string; static names(): { [key: string]: string } { return { atUserIds: 'atUserIds', extension: 'extension', recipients: 'recipients', robotCode: 'robotCode', }; } static types(): { [key: string]: any } { return { atUserIds: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, extension: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, recipients: { 'type': 'array', 'itemType': 'string' }, robotCode: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardRequestImRobotOpenDeliverModel extends $tea.Model { extension?: { [key: string]: string }; /** * @example * dingg3xmqdkpaojuakm8 */ robotCode?: string; /** * @example * IM_ROBOT */ spaceType?: string; static names(): { [key: string]: string } { return { extension: 'extension', robotCode: 'robotCode', spaceType: 'spaceType', }; } static types(): { [key: string]: any } { return { extension: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, robotCode: 'string', spaceType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardRequestImSingleOpenDeliverModel extends $tea.Model { atUserIds?: { [key: string]: string }; extension?: { [key: string]: string }; static names(): { [key: string]: string } { return { atUserIds: 'atUserIds', extension: 'extension', }; } static types(): { [key: string]: any } { return { atUserIds: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, extension: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardRequestTopOpenDeliverModel extends $tea.Model { /** * @example * 1665473229000 */ expiredTimeMillis?: number; platforms?: string[]; userIds?: string[]; static names(): { [key: string]: string } { return { expiredTimeMillis: 'expiredTimeMillis', platforms: 'platforms', userIds: 'userIds', }; } static types(): { [key: string]: any } { return { expiredTimeMillis: 'number', platforms: { 'type': 'array', 'itemType': 'string' }, userIds: { 'type': 'array', 'itemType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardResponseBodyResult extends $tea.Model { /** * @example * 4v+AzUEDuC0dKuO*********J0w8= */ carrierId?: string; /** * @example * system error */ errorMsg?: string; /** * @example * cid1234abcd */ spaceId?: string; /** * @example * IM_GROUP */ spaceType?: string; success?: boolean; static names(): { [key: string]: string } { return { carrierId: 'carrierId', errorMsg: 'errorMsg', spaceId: 'spaceId', spaceType: 'spaceType', success: 'success', }; } static types(): { [key: string]: any } { return { carrierId: 'string', errorMsg: 'string', spaceId: 'string', spaceType: 'string', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardWithDelegateRequestCoFeedOpenDeliverModel extends $tea.Model { /** * @example * xxx_biz_tag */ bizTag?: string; /** * @example * 1665473229000 */ gmtTimeLine?: number; static names(): { [key: string]: string } { return { bizTag: 'bizTag', gmtTimeLine: 'gmtTimeLine', }; } static types(): { [key: string]: any } { return { bizTag: 'string', gmtTimeLine: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardWithDelegateRequestDocOpenDeliverModel extends $tea.Model { /** * @example * xxx_biz_tag */ userId?: string; static names(): { [key: string]: string } { return { userId: 'userId', }; } static types(): { [key: string]: any } { return { userId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardWithDelegateRequestImGroupOpenDeliverModel extends $tea.Model { atUserIds?: { [key: string]: string }; extension?: { [key: string]: string }; recipients?: string[]; /** * @example * dingg3xmqdkpaojuakm8 */ robotCode?: string; static names(): { [key: string]: string } { return { atUserIds: 'atUserIds', extension: 'extension', recipients: 'recipients', robotCode: 'robotCode', }; } static types(): { [key: string]: any } { return { atUserIds: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, extension: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, recipients: { 'type': 'array', 'itemType': 'string' }, robotCode: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardWithDelegateRequestImRobotOpenDeliverModel extends $tea.Model { extension?: { [key: string]: string }; /** * @example * dingg3xmqdkpaojuakm8 */ robotCode?: string; /** * @example * IM_ROBOT */ spaceType?: string; static names(): { [key: string]: string } { return { extension: 'extension', robotCode: 'robotCode', spaceType: 'spaceType', }; } static types(): { [key: string]: any } { return { extension: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, robotCode: 'string', spaceType: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardWithDelegateRequestImSingleOpenDeliverModel extends $tea.Model { atUserIds?: { [key: string]: string }; extension?: { [key: string]: string }; static names(): { [key: string]: string } { return { atUserIds: 'atUserIds', extension: 'extension', }; } static types(): { [key: string]: any } { return { atUserIds: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, extension: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardWithDelegateRequestTopOpenDeliverModel extends $tea.Model { /** * @example * 1665473229000 */ expiredTimeMillis?: number; platforms?: string[]; userIds?: string[]; static names(): { [key: string]: string } { return { expiredTimeMillis: 'expiredTimeMillis', platforms: 'platforms', userIds: 'userIds', }; } static types(): { [key: string]: any } { return { expiredTimeMillis: 'number', platforms: { 'type': 'array', 'itemType': 'string' }, userIds: { 'type': 'array', 'itemType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class DeliverCardWithDelegateResponseBodyResult extends $tea.Model { /** * @example * 4v+AzUEDuC0dKuO*********J0w8= */ carrierId?: string; /** * @example * system error */ errorMsg?: string; /** * @example * cid1234abcd */ spaceId?: string; /** * @example * IM_GROUP */ spaceType?: string; success?: boolean; static names(): { [key: string]: string } { return { carrierId: 'carrierId', errorMsg: 'errorMsg', spaceId: 'spaceId', spaceType: 'spaceType', success: 'success', }; } static types(): { [key: string]: any } { return { carrierId: 'string', errorMsg: 'string', spaceId: 'string', spaceType: 'string', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetTemplateResponseBodyData extends $tea.Model { blockTemplate?: boolean; commonVariableList?: any; creatorId?: string; expVariableList?: any; extendType?: string; gmtCreate?: string; gmtModified?: string; localVariableList?: any; miniAppId?: string; name?: string; preview?: string; status?: string; templateId?: string; type?: string; static names(): { [key: string]: string } { return { blockTemplate: 'blockTemplate', commonVariableList: 'commonVariableList', creatorId: 'creatorId', expVariableList: 'expVariableList', extendType: 'extendType', gmtCreate: 'gmtCreate', gmtModified: 'gmtModified', localVariableList: 'localVariableList', miniAppId: 'miniAppId', name: 'name', preview: 'preview', status: 'status', templateId: 'templateId', type: 'type', }; } static types(): { [key: string]: any } { return { blockTemplate: 'boolean', commonVariableList: 'any', creatorId: 'string', expVariableList: 'any', extendType: 'string', gmtCreate: 'string', gmtModified: 'string', localVariableList: 'any', miniAppId: 'string', name: 'string', preview: 'string', status: 'string', templateId: 'string', type: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class ListTemplateResponseBodyData extends $tea.Model { blockTemplate?: boolean; commonVariableList?: any; creatorId?: string; expVariableList?: any; extendType?: string; gmtCreate?: string; gmtModified?: string; localVariableList?: any; miniAppId?: string; name?: string; preview?: string; status?: string; templateId?: string; type?: string; static names(): { [key: string]: string } { return { blockTemplate: 'blockTemplate', commonVariableList: 'commonVariableList', creatorId: 'creatorId', expVariableList: 'expVariableList', extendType: 'extendType', gmtCreate: 'gmtCreate', gmtModified: 'gmtModified', localVariableList: 'localVariableList', miniAppId: 'miniAppId', name: 'name', preview: 'preview', status: 'status', templateId: 'templateId', type: 'type', }; } static types(): { [key: string]: any } { return { blockTemplate: 'boolean', commonVariableList: 'any', creatorId: 'string', expVariableList: 'any', extendType: 'string', gmtCreate: 'string', gmtModified: 'string', localVariableList: 'any', miniAppId: 'string', name: 'string', preview: 'string', status: 'string', templateId: 'string', type: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class PublishTemplateResponseBodyData extends $tea.Model { blockTemplate?: boolean; commonVariableList?: any; creatorId?: string; expVariableList?: any; extendType?: string; gmtCreate?: string; gmtModified?: string; localVariableList?: any; miniAppId?: string; name?: string; preview?: string; status?: string; templateId?: string; type?: string; static names(): { [key: string]: string } { return { blockTemplate: 'blockTemplate', commonVariableList: 'commonVariableList', creatorId: 'creatorId', expVariableList: 'expVariableList', extendType: 'extendType', gmtCreate: 'gmtCreate', gmtModified: 'gmtModified', localVariableList: 'localVariableList', miniAppId: 'miniAppId', name: 'name', preview: 'preview', status: 'status', templateId: 'templateId', type: 'type', }; } static types(): { [key: string]: any } { return { blockTemplate: 'boolean', commonVariableList: 'any', creatorId: 'string', expVariableList: 'any', extendType: 'string', gmtCreate: 'string', gmtModified: 'string', localVariableList: 'any', miniAppId: 'string', name: 'string', preview: 'string', status: 'string', templateId: 'string', type: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RegisterCallbackResponseBodyResult extends $tea.Model { apiSecret?: string; callbackUrl?: string; static names(): { [key: string]: string } { return { apiSecret: 'apiSecret', callbackUrl: 'callbackUrl', }; } static types(): { [key: string]: any } { return { apiSecret: 'string', callbackUrl: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class RegisterCallbackWithDelegateResponseBodyResult extends $tea.Model { apiSecret?: string; callbackUrl?: string; static names(): { [key: string]: string } { return { apiSecret: 'apiSecret', callbackUrl: 'callbackUrl', }; } static types(): { [key: string]: any } { return { apiSecret: 'string', callbackUrl: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class SaveTemplateResponseBodyData extends $tea.Model { blockTemplate?: boolean; commonVariableList?: any; creatorId?: string; expVariableList?: any; extendType?: string; gmtCreate?: string; gmtModified?: string; localVariableList?: any; miniAppId?: string; name?: string; preview?: string; status?: string; templateId?: string; type?: string; static names(): { [key: string]: string } { return { blockTemplate: 'blockTemplate', commonVariableList: 'commonVariableList', creatorId: 'creatorId', expVariableList: 'expVariableList', extendType: 'extendType', gmtCreate: 'gmtCreate', gmtModified: 'gmtModified', localVariableList: 'localVariableList', miniAppId: 'miniAppId', name: 'name', preview: 'preview', status: 'status', templateId: 'templateId', type: 'type', }; } static types(): { [key: string]: any } { return { blockTemplate: 'boolean', commonVariableList: 'any', creatorId: 'string', expVariableList: 'any', extendType: 'string', gmtCreate: 'string', gmtModified: 'string', localVariableList: 'any', miniAppId: 'string', name: 'string', preview: 'string', status: 'string', templateId: 'string', type: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateCardRequestCardData extends $tea.Model { cardParamMap?: { [key: string]: string }; static names(): { [key: string]: string } { return { cardParamMap: 'cardParamMap', }; } static types(): { [key: string]: any } { return { cardParamMap: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateCardRequestCardUpdateOptions extends $tea.Model { updateCardDataByKey?: boolean; updatePrivateDataByKey?: boolean; static names(): { [key: string]: string } { return { updateCardDataByKey: 'updateCardDataByKey', updatePrivateDataByKey: 'updatePrivateDataByKey', }; } static types(): { [key: string]: any } { return { updateCardDataByKey: 'boolean', updatePrivateDataByKey: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateCardWithDelegateRequestCardData extends $tea.Model { cardParamMap?: { [key: string]: string }; static names(): { [key: string]: string } { return { cardParamMap: 'cardParamMap', }; } static types(): { [key: string]: any } { return { cardParamMap: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UpdateCardWithDelegateRequestCardUpdateOptions extends $tea.Model { updateCardDataByKey?: boolean; updatePrivateDataByKey?: boolean; static names(): { [key: string]: string } { return { updateCardDataByKey: 'updateCardDataByKey', updatePrivateDataByKey: 'updatePrivateDataByKey', }; } static types(): { [key: string]: any } { return { updateCardDataByKey: 'boolean', updatePrivateDataByKey: 'boolean', }; } 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 - AppendSpaceRequest * @param headers - AppendSpaceHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns AppendSpaceResponse */ async appendSpaceWithOptions(request: AppendSpaceRequest, headers: AppendSpaceHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.coFeedOpenSpaceModel)) { body["coFeedOpenSpaceModel"] = request.coFeedOpenSpaceModel; } if (!Util.isUnset(request.imGroupOpenSpaceModel)) { body["imGroupOpenSpaceModel"] = request.imGroupOpenSpaceModel; } if (!Util.isUnset(request.imRobotOpenSpaceModel)) { body["imRobotOpenSpaceModel"] = request.imRobotOpenSpaceModel; } if (!Util.isUnset(request.outTrackId)) { body["outTrackId"] = request.outTrackId; } if (!Util.isUnset(request.topOpenSpaceModel)) { body["topOpenSpaceModel"] = request.topOpenSpaceModel; } 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: "AppendSpace", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/instances/spaces`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new AppendSpaceResponse({})); } /** * 新增或更新卡片的场域信息 * * @param request - AppendSpaceRequest * @returns AppendSpaceResponse */ async appendSpace(request: AppendSpaceRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new AppendSpaceHeaders({ }); return await this.appendSpaceWithOptions(request, headers, runtime); } /** * 新增或更新卡片的场域信息 * * @param request - AppendSpaceWithDelegateRequest * @param headers - AppendSpaceWithDelegateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns AppendSpaceWithDelegateResponse */ async appendSpaceWithDelegateWithOptions(request: AppendSpaceWithDelegateRequest, headers: AppendSpaceWithDelegateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.coFeedOpenSpaceModel)) { body["coFeedOpenSpaceModel"] = request.coFeedOpenSpaceModel; } if (!Util.isUnset(request.imGroupOpenSpaceModel)) { body["imGroupOpenSpaceModel"] = request.imGroupOpenSpaceModel; } if (!Util.isUnset(request.imRobotOpenSpaceModel)) { body["imRobotOpenSpaceModel"] = request.imRobotOpenSpaceModel; } if (!Util.isUnset(request.outTrackId)) { body["outTrackId"] = request.outTrackId; } if (!Util.isUnset(request.topOpenSpaceModel)) { body["topOpenSpaceModel"] = request.topOpenSpaceModel; } 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: "AppendSpaceWithDelegate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/me/instances/spaces`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new AppendSpaceWithDelegateResponse({})); } /** * 新增或更新卡片的场域信息 * * @param request - AppendSpaceWithDelegateRequest * @returns AppendSpaceWithDelegateResponse */ async appendSpaceWithDelegate(request: AppendSpaceWithDelegateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new AppendSpaceWithDelegateHeaders({ }); return await this.appendSpaceWithDelegateWithOptions(request, headers, runtime); } /** * 关闭吊顶卡片接口 * * @param request - CloseTopCardRequest * @param headers - CloseTopCardHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CloseTopCardResponse */ async closeTopCardWithOptions(request: CloseTopCardRequest, headers: CloseTopCardHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.openConversationId)) { query["openConversationId"] = request.openConversationId; } if (!Util.isUnset(request.outTrackId)) { query["outTrackId"] = request.outTrackId; } 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: "CloseTopCard", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/tops/close`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CloseTopCardResponse({})); } /** * 关闭吊顶卡片接口 * * @param request - CloseTopCardRequest * @returns CloseTopCardResponse */ async closeTopCard(request: CloseTopCardRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CloseTopCardHeaders({ }); return await this.closeTopCardWithOptions(request, headers, runtime); } /** * 复制模板 * * @param request - CopyTemplateRequest * @param headers - CopyTemplateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CopyTemplateResponse */ async copyTemplateWithOptions(request: CopyTemplateRequest, headers: CopyTemplateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.name)) { body["name"] = request.name; } if (!Util.isUnset(request.templateId)) { body["templateId"] = request.templateId; } 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: "CopyTemplate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/templates/copy`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CopyTemplateResponse({})); } /** * 复制模板 * * @param request - CopyTemplateRequest * @returns CopyTemplateResponse */ async copyTemplate(request: CopyTemplateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CopyTemplateHeaders({ }); return await this.copyTemplateWithOptions(request, headers, runtime); } /** * 创建并投放卡片 * * @param request - CreateAndDeliverRequest * @param headers - CreateAndDeliverHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateAndDeliverResponse */ async createAndDeliverWithOptions(request: CreateAndDeliverRequest, headers: CreateAndDeliverHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.callbackRouteKey)) { body["callbackRouteKey"] = request.callbackRouteKey; } if (!Util.isUnset(request.callbackType)) { body["callbackType"] = request.callbackType; } if (!Util.isUnset(request.cardAtUserIds)) { body["cardAtUserIds"] = request.cardAtUserIds; } if (!Util.isUnset(request.cardData)) { body["cardData"] = request.cardData; } if (!Util.isUnset(request.cardTemplateId)) { body["cardTemplateId"] = request.cardTemplateId; } if (!Util.isUnset(request.coFeedOpenDeliverModel)) { body["coFeedOpenDeliverModel"] = request.coFeedOpenDeliverModel; } if (!Util.isUnset(request.coFeedOpenSpaceModel)) { body["coFeedOpenSpaceModel"] = request.coFeedOpenSpaceModel; } if (!Util.isUnset(request.docOpenDeliverModel)) { body["docOpenDeliverModel"] = request.docOpenDeliverModel; } if (!Util.isUnset(request.imGroupOpenDeliverModel)) { body["imGroupOpenDeliverModel"] = request.imGroupOpenDeliverModel; } if (!Util.isUnset(request.imGroupOpenSpaceModel)) { body["imGroupOpenSpaceModel"] = request.imGroupOpenSpaceModel; } if (!Util.isUnset(request.imRobotOpenDeliverModel)) { body["imRobotOpenDeliverModel"] = request.imRobotOpenDeliverModel; } if (!Util.isUnset(request.imRobotOpenSpaceModel)) { body["imRobotOpenSpaceModel"] = request.imRobotOpenSpaceModel; } if (!Util.isUnset(request.imSingleOpenDeliverModel)) { body["imSingleOpenDeliverModel"] = request.imSingleOpenDeliverModel; } if (!Util.isUnset(request.imSingleOpenSpaceModel)) { body["imSingleOpenSpaceModel"] = request.imSingleOpenSpaceModel; } if (!Util.isUnset(request.openDynamicDataConfig)) { body["openDynamicDataConfig"] = request.openDynamicDataConfig; } if (!Util.isUnset(request.openSpaceId)) { body["openSpaceId"] = request.openSpaceId; } if (!Util.isUnset(request.outTrackId)) { body["outTrackId"] = request.outTrackId; } if (!Util.isUnset(request.privateData)) { body["privateData"] = request.privateData; } if (!Util.isUnset(request.topOpenDeliverModel)) { body["topOpenDeliverModel"] = request.topOpenDeliverModel; } if (!Util.isUnset(request.topOpenSpaceModel)) { body["topOpenSpaceModel"] = request.topOpenSpaceModel; } if (!Util.isUnset(request.userId)) { body["userId"] = request.userId; } if (!Util.isUnset(request.userIdType)) { body["userIdType"] = request.userIdType; } 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: "CreateAndDeliver", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/instances/createAndDeliver`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateAndDeliverResponse({})); } /** * 创建并投放卡片 * * @param request - CreateAndDeliverRequest * @returns CreateAndDeliverResponse */ async createAndDeliver(request: CreateAndDeliverRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateAndDeliverHeaders({ }); return await this.createAndDeliverWithOptions(request, headers, runtime); } /** * 创建并投放卡片 * * @param request - CreateAndDeliverWithDelegateRequest * @param headers - CreateAndDeliverWithDelegateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateAndDeliverWithDelegateResponse */ async createAndDeliverWithDelegateWithOptions(request: CreateAndDeliverWithDelegateRequest, headers: CreateAndDeliverWithDelegateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.callbackRouteKey)) { body["callbackRouteKey"] = request.callbackRouteKey; } if (!Util.isUnset(request.callbackType)) { body["callbackType"] = request.callbackType; } if (!Util.isUnset(request.cardData)) { body["cardData"] = request.cardData; } if (!Util.isUnset(request.cardTemplateId)) { body["cardTemplateId"] = request.cardTemplateId; } if (!Util.isUnset(request.coFeedOpenDeliverModel)) { body["coFeedOpenDeliverModel"] = request.coFeedOpenDeliverModel; } if (!Util.isUnset(request.coFeedOpenSpaceModel)) { body["coFeedOpenSpaceModel"] = request.coFeedOpenSpaceModel; } if (!Util.isUnset(request.docOpenDeliverModel)) { body["docOpenDeliverModel"] = request.docOpenDeliverModel; } if (!Util.isUnset(request.imGroupOpenDeliverModel)) { body["imGroupOpenDeliverModel"] = request.imGroupOpenDeliverModel; } if (!Util.isUnset(request.imGroupOpenSpaceModel)) { body["imGroupOpenSpaceModel"] = request.imGroupOpenSpaceModel; } if (!Util.isUnset(request.imRobotOpenDeliverModel)) { body["imRobotOpenDeliverModel"] = request.imRobotOpenDeliverModel; } if (!Util.isUnset(request.imRobotOpenSpaceModel)) { body["imRobotOpenSpaceModel"] = request.imRobotOpenSpaceModel; } if (!Util.isUnset(request.imSingleOpenDeliverModel)) { body["imSingleOpenDeliverModel"] = request.imSingleOpenDeliverModel; } if (!Util.isUnset(request.imSingleOpenSpaceModel)) { body["imSingleOpenSpaceModel"] = request.imSingleOpenSpaceModel; } if (!Util.isUnset(request.openDynamicDataConfig)) { body["openDynamicDataConfig"] = request.openDynamicDataConfig; } if (!Util.isUnset(request.openSpaceId)) { body["openSpaceId"] = request.openSpaceId; } if (!Util.isUnset(request.outTrackId)) { body["outTrackId"] = request.outTrackId; } if (!Util.isUnset(request.privateData)) { body["privateData"] = request.privateData; } if (!Util.isUnset(request.topOpenDeliverModel)) { body["topOpenDeliverModel"] = request.topOpenDeliverModel; } if (!Util.isUnset(request.topOpenSpaceModel)) { body["topOpenSpaceModel"] = request.topOpenSpaceModel; } if (!Util.isUnset(request.userId)) { body["userId"] = request.userId; } if (!Util.isUnset(request.userIdType)) { body["userIdType"] = request.userIdType; } 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: "CreateAndDeliverWithDelegate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/me/instances/createAndDeliver`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateAndDeliverWithDelegateResponse({})); } /** * 创建并投放卡片 * * @param request - CreateAndDeliverWithDelegateRequest * @returns CreateAndDeliverWithDelegateResponse */ async createAndDeliverWithDelegate(request: CreateAndDeliverWithDelegateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateAndDeliverWithDelegateHeaders({ }); return await this.createAndDeliverWithDelegateWithOptions(request, headers, runtime); } /** * 创建卡片 * * @param request - CreateCardRequest * @param headers - CreateCardHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateCardResponse */ async createCardWithOptions(request: CreateCardRequest, headers: CreateCardHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.callbackRouteKey)) { body["callbackRouteKey"] = request.callbackRouteKey; } if (!Util.isUnset(request.callbackType)) { body["callbackType"] = request.callbackType; } if (!Util.isUnset(request.cardAtUserIds)) { body["cardAtUserIds"] = request.cardAtUserIds; } if (!Util.isUnset(request.cardData)) { body["cardData"] = request.cardData; } if (!Util.isUnset(request.cardTemplateId)) { body["cardTemplateId"] = request.cardTemplateId; } if (!Util.isUnset(request.coFeedOpenSpaceModel)) { body["coFeedOpenSpaceModel"] = request.coFeedOpenSpaceModel; } if (!Util.isUnset(request.imGroupOpenSpaceModel)) { body["imGroupOpenSpaceModel"] = request.imGroupOpenSpaceModel; } if (!Util.isUnset(request.imRobotOpenSpaceModel)) { body["imRobotOpenSpaceModel"] = request.imRobotOpenSpaceModel; } if (!Util.isUnset(request.imSingleOpenSpaceModel)) { body["imSingleOpenSpaceModel"] = request.imSingleOpenSpaceModel; } if (!Util.isUnset(request.openDynamicDataConfig)) { body["openDynamicDataConfig"] = request.openDynamicDataConfig; } if (!Util.isUnset(request.outTrackId)) { body["outTrackId"] = request.outTrackId; } if (!Util.isUnset(request.privateData)) { body["privateData"] = request.privateData; } if (!Util.isUnset(request.topOpenSpaceModel)) { body["topOpenSpaceModel"] = request.topOpenSpaceModel; } if (!Util.isUnset(request.userId)) { body["userId"] = request.userId; } if (!Util.isUnset(request.userIdType)) { body["userIdType"] = request.userIdType; } 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: "CreateCard", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/instances`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateCardResponse({})); } /** * 创建卡片 * * @param request - CreateCardRequest * @returns CreateCardResponse */ async createCard(request: CreateCardRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateCardHeaders({ }); return await this.createCardWithOptions(request, headers, runtime); } /** * 创建卡片 * * @param request - CreateCardWithDelegateRequest * @param headers - CreateCardWithDelegateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateCardWithDelegateResponse */ async createCardWithDelegateWithOptions(request: CreateCardWithDelegateRequest, headers: CreateCardWithDelegateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.callbackRouteKey)) { body["callbackRouteKey"] = request.callbackRouteKey; } if (!Util.isUnset(request.callbackType)) { body["callbackType"] = request.callbackType; } if (!Util.isUnset(request.cardData)) { body["cardData"] = request.cardData; } if (!Util.isUnset(request.cardTemplateId)) { body["cardTemplateId"] = request.cardTemplateId; } if (!Util.isUnset(request.coFeedOpenSpaceModel)) { body["coFeedOpenSpaceModel"] = request.coFeedOpenSpaceModel; } if (!Util.isUnset(request.imGroupOpenSpaceModel)) { body["imGroupOpenSpaceModel"] = request.imGroupOpenSpaceModel; } if (!Util.isUnset(request.imRobotOpenSpaceModel)) { body["imRobotOpenSpaceModel"] = request.imRobotOpenSpaceModel; } if (!Util.isUnset(request.imSingleOpenSpaceModel)) { body["imSingleOpenSpaceModel"] = request.imSingleOpenSpaceModel; } if (!Util.isUnset(request.openDynamicDataConfig)) { body["openDynamicDataConfig"] = request.openDynamicDataConfig; } if (!Util.isUnset(request.outTrackId)) { body["outTrackId"] = request.outTrackId; } if (!Util.isUnset(request.privateData)) { body["privateData"] = request.privateData; } if (!Util.isUnset(request.topOpenSpaceModel)) { body["topOpenSpaceModel"] = request.topOpenSpaceModel; } if (!Util.isUnset(request.userId)) { body["userId"] = request.userId; } if (!Util.isUnset(request.userIdType)) { body["userIdType"] = request.userIdType; } 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: "CreateCardWithDelegate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/me/instances`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateCardWithDelegateResponse({})); } /** * 创建卡片 * * @param request - CreateCardWithDelegateRequest * @returns CreateCardWithDelegateResponse */ async createCardWithDelegate(request: CreateCardWithDelegateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateCardWithDelegateHeaders({ }); return await this.createCardWithDelegateWithOptions(request, headers, runtime); } /** * 创建模板 * * @param request - CreateTemplateRequest * @param headers - CreateTemplateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns CreateTemplateResponse */ async createTemplateWithOptions(request: CreateTemplateRequest, headers: CreateTemplateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.appId)) { body["appId"] = request.appId; } if (!Util.isUnset(request.blockTemplate)) { body["blockTemplate"] = request.blockTemplate; } if (!Util.isUnset(request.creatorId)) { body["creatorId"] = request.creatorId; } if (!Util.isUnset(request.extendType)) { body["extendType"] = request.extendType; } if (!Util.isUnset(request.name)) { body["name"] = request.name; } 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, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "CreateTemplate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/templates`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new CreateTemplateResponse({})); } /** * 创建模板 * * @param request - CreateTemplateRequest * @returns CreateTemplateResponse */ async createTemplate(request: CreateTemplateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new CreateTemplateHeaders({ }); return await this.createTemplateWithOptions(request, headers, runtime); } /** * 删除模板 * * @param request - DeleteTemplateRequest * @param headers - DeleteTemplateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeleteTemplateResponse */ async deleteTemplateWithOptions(request: DeleteTemplateRequest, headers: DeleteTemplateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.templateId)) { body["templateId"] = request.templateId; } 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: "DeleteTemplate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/templates/remove`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeleteTemplateResponse({})); } /** * 删除模板 * * @param request - DeleteTemplateRequest * @returns DeleteTemplateResponse */ async deleteTemplate(request: DeleteTemplateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeleteTemplateHeaders({ }); return await this.deleteTemplateWithOptions(request, headers, runtime); } /** * 投放卡片 * * @param request - DeliverCardRequest * @param headers - DeliverCardHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeliverCardResponse */ async deliverCardWithOptions(request: DeliverCardRequest, headers: DeliverCardHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.coFeedOpenDeliverModel)) { body["coFeedOpenDeliverModel"] = request.coFeedOpenDeliverModel; } if (!Util.isUnset(request.docOpenDeliverModel)) { body["docOpenDeliverModel"] = request.docOpenDeliverModel; } if (!Util.isUnset(request.imGroupOpenDeliverModel)) { body["imGroupOpenDeliverModel"] = request.imGroupOpenDeliverModel; } if (!Util.isUnset(request.imRobotOpenDeliverModel)) { body["imRobotOpenDeliverModel"] = request.imRobotOpenDeliverModel; } if (!Util.isUnset(request.imSingleOpenDeliverModel)) { body["imSingleOpenDeliverModel"] = request.imSingleOpenDeliverModel; } if (!Util.isUnset(request.openSpaceId)) { body["openSpaceId"] = request.openSpaceId; } if (!Util.isUnset(request.outTrackId)) { body["outTrackId"] = request.outTrackId; } if (!Util.isUnset(request.topOpenDeliverModel)) { body["topOpenDeliverModel"] = request.topOpenDeliverModel; } if (!Util.isUnset(request.userIdType)) { body["userIdType"] = request.userIdType; } 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: "DeliverCard", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/instances/deliver`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeliverCardResponse({})); } /** * 投放卡片 * * @param request - DeliverCardRequest * @returns DeliverCardResponse */ async deliverCard(request: DeliverCardRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeliverCardHeaders({ }); return await this.deliverCardWithOptions(request, headers, runtime); } /** * 投放卡片 * * @param request - DeliverCardWithDelegateRequest * @param headers - DeliverCardWithDelegateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns DeliverCardWithDelegateResponse */ async deliverCardWithDelegateWithOptions(request: DeliverCardWithDelegateRequest, headers: DeliverCardWithDelegateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.coFeedOpenDeliverModel)) { body["coFeedOpenDeliverModel"] = request.coFeedOpenDeliverModel; } if (!Util.isUnset(request.docOpenDeliverModel)) { body["docOpenDeliverModel"] = request.docOpenDeliverModel; } if (!Util.isUnset(request.imGroupOpenDeliverModel)) { body["imGroupOpenDeliverModel"] = request.imGroupOpenDeliverModel; } if (!Util.isUnset(request.imRobotOpenDeliverModel)) { body["imRobotOpenDeliverModel"] = request.imRobotOpenDeliverModel; } if (!Util.isUnset(request.imSingleOpenDeliverModel)) { body["imSingleOpenDeliverModel"] = request.imSingleOpenDeliverModel; } if (!Util.isUnset(request.openSpaceId)) { body["openSpaceId"] = request.openSpaceId; } if (!Util.isUnset(request.outTrackId)) { body["outTrackId"] = request.outTrackId; } if (!Util.isUnset(request.topOpenDeliverModel)) { body["topOpenDeliverModel"] = request.topOpenDeliverModel; } if (!Util.isUnset(request.userIdType)) { body["userIdType"] = request.userIdType; } 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: "DeliverCardWithDelegate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/me/instances/deliver`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new DeliverCardWithDelegateResponse({})); } /** * 投放卡片 * * @param request - DeliverCardWithDelegateRequest * @returns DeliverCardWithDelegateResponse */ async deliverCardWithDelegate(request: DeliverCardWithDelegateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new DeliverCardWithDelegateHeaders({ }); return await this.deliverCardWithDelegateWithOptions(request, headers, runtime); } /** * 获取模板信息 * * @param request - GetTemplateRequest * @param headers - GetTemplateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetTemplateResponse */ async getTemplateWithOptions(request: GetTemplateRequest, headers: GetTemplateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.templateId)) { query["templateId"] = request.templateId; } 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: "GetTemplate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/templates`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetTemplateResponse({})); } /** * 获取模板信息 * * @param request - GetTemplateRequest * @returns GetTemplateResponse */ async getTemplate(request: GetTemplateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetTemplateHeaders({ }); return await this.getTemplateWithOptions(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 body : {[key: string ]: any} = { }; if (!Util.isUnset(request.templateIds)) { body["templateIds"] = request.templateIds; } 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: "ListTemplate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/templates/lists/query`, method: "POST", 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 - PublishTemplateRequest * @param headers - PublishTemplateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns PublishTemplateResponse */ async publishTemplateWithOptions(request: PublishTemplateRequest, headers: PublishTemplateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.name)) { body["name"] = request.name; } if (!Util.isUnset(request.templateId)) { body["templateId"] = request.templateId; } if (!Util.isUnset(request.templateSource)) { body["templateSource"] = request.templateSource; } 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: "PublishTemplate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/templates/publish`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new PublishTemplateResponse({})); } /** * 发布模板 * * @param request - PublishTemplateRequest * @returns PublishTemplateResponse */ async publishTemplate(request: PublishTemplateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new PublishTemplateHeaders({ }); return await this.publishTemplateWithOptions(request, headers, runtime); } /** * 注册卡片回调地址 * * @param request - RegisterCallbackRequest * @param headers - RegisterCallbackHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns RegisterCallbackResponse */ async registerCallbackWithOptions(request: RegisterCallbackRequest, headers: RegisterCallbackHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.apiSecret)) { body["apiSecret"] = request.apiSecret; } if (!Util.isUnset(request.callbackRouteKey)) { body["callbackRouteKey"] = request.callbackRouteKey; } if (!Util.isUnset(request.callbackUrl)) { body["callbackUrl"] = request.callbackUrl; } if (!Util.isUnset(request.forceUpdate)) { body["forceUpdate"] = request.forceUpdate; } 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: "RegisterCallback", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/callbacks/register`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new RegisterCallbackResponse({})); } /** * 注册卡片回调地址 * * @param request - RegisterCallbackRequest * @returns RegisterCallbackResponse */ async registerCallback(request: RegisterCallbackRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new RegisterCallbackHeaders({ }); return await this.registerCallbackWithOptions(request, headers, runtime); } /** * 注册卡片回调地址 * * @param request - RegisterCallbackWithDelegateRequest * @param headers - RegisterCallbackWithDelegateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns RegisterCallbackWithDelegateResponse */ async registerCallbackWithDelegateWithOptions(request: RegisterCallbackWithDelegateRequest, headers: RegisterCallbackWithDelegateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.apiSecret)) { body["apiSecret"] = request.apiSecret; } if (!Util.isUnset(request.callbackRouteKey)) { body["callbackRouteKey"] = request.callbackRouteKey; } if (!Util.isUnset(request.callbackUrl)) { body["callbackUrl"] = request.callbackUrl; } if (!Util.isUnset(request.forceUpdate)) { body["forceUpdate"] = request.forceUpdate; } 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: "RegisterCallbackWithDelegate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/me/callbacks/register`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new RegisterCallbackWithDelegateResponse({})); } /** * 注册卡片回调地址 * * @param request - RegisterCallbackWithDelegateRequest * @returns RegisterCallbackWithDelegateResponse */ async registerCallbackWithDelegate(request: RegisterCallbackWithDelegateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new RegisterCallbackWithDelegateHeaders({ }); return await this.registerCallbackWithDelegateWithOptions(request, headers, runtime); } /** * 保存模板 * * @param request - SaveTemplateRequest * @param headers - SaveTemplateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns SaveTemplateResponse */ async saveTemplateWithOptions(request: SaveTemplateRequest, headers: SaveTemplateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.name)) { body["name"] = request.name; } if (!Util.isUnset(request.templateId)) { body["templateId"] = request.templateId; } if (!Util.isUnset(request.templateSource)) { body["templateSource"] = request.templateSource; } 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: "SaveTemplate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/templates/save`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new SaveTemplateResponse({})); } /** * 保存模板 * * @param request - SaveTemplateRequest * @returns SaveTemplateResponse */ async saveTemplate(request: SaveTemplateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new SaveTemplateHeaders({ }); return await this.saveTemplateWithOptions(request, headers, runtime); } /** * AI互动卡片流式更新 * * @param request - StreamingUpdateRequest * @param headers - StreamingUpdateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns StreamingUpdateResponse */ async streamingUpdateWithOptions(request: StreamingUpdateRequest, headers: StreamingUpdateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.content)) { body["content"] = request.content; } if (!Util.isUnset(request.guid)) { body["guid"] = request.guid; } if (!Util.isUnset(request.isError)) { body["isError"] = request.isError; } if (!Util.isUnset(request.isFinalize)) { body["isFinalize"] = request.isFinalize; } if (!Util.isUnset(request.isFull)) { body["isFull"] = request.isFull; } if (!Util.isUnset(request.key)) { body["key"] = request.key; } if (!Util.isUnset(request.outTrackId)) { body["outTrackId"] = request.outTrackId; } 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: "StreamingUpdate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/streaming`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new StreamingUpdateResponse({})); } /** * AI互动卡片流式更新 * * @param request - StreamingUpdateRequest * @returns StreamingUpdateResponse */ async streamingUpdate(request: StreamingUpdateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new StreamingUpdateHeaders({ }); return await this.streamingUpdateWithOptions(request, headers, runtime); } /** * 更新卡片 * * @param request - UpdateCardRequest * @param headers - UpdateCardHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdateCardResponse */ async updateCardWithOptions(request: UpdateCardRequest, headers: UpdateCardHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.cardData)) { body["cardData"] = request.cardData; } if (!Util.isUnset(request.cardUpdateOptions)) { body["cardUpdateOptions"] = request.cardUpdateOptions; } if (!Util.isUnset(request.outTrackId)) { body["outTrackId"] = request.outTrackId; } if (!Util.isUnset(request.privateData)) { body["privateData"] = request.privateData; } if (!Util.isUnset(request.userIdType)) { body["userIdType"] = request.userIdType; } 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: "UpdateCard", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/instances`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UpdateCardResponse({})); } /** * 更新卡片 * * @param request - UpdateCardRequest * @returns UpdateCardResponse */ async updateCard(request: UpdateCardRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdateCardHeaders({ }); return await this.updateCardWithOptions(request, headers, runtime); } /** * 更新卡片 * * @param request - UpdateCardWithDelegateRequest * @param headers - UpdateCardWithDelegateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UpdateCardWithDelegateResponse */ async updateCardWithDelegateWithOptions(request: UpdateCardWithDelegateRequest, headers: UpdateCardWithDelegateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.cardData)) { body["cardData"] = request.cardData; } if (!Util.isUnset(request.cardUpdateOptions)) { body["cardUpdateOptions"] = request.cardUpdateOptions; } if (!Util.isUnset(request.outTrackId)) { body["outTrackId"] = request.outTrackId; } if (!Util.isUnset(request.privateData)) { body["privateData"] = request.privateData; } if (!Util.isUnset(request.userIdType)) { body["userIdType"] = request.userIdType; } 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: "UpdateCardWithDelegate", version: "card_1.0", protocol: "HTTP", pathname: `/v1.0/card/me/instances`, method: "PUT", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UpdateCardWithDelegateResponse({})); } /** * 更新卡片 * * @param request - UpdateCardWithDelegateRequest * @returns UpdateCardWithDelegateResponse */ async updateCardWithDelegate(request: UpdateCardWithDelegateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UpdateCardWithDelegateHeaders({ }); return await this.updateCardWithDelegateWithOptions(request, headers, runtime); } }