/** * 云 API 拉取 addon 的 action */ export declare const ACTION_PULL_ADDON = "ACTION_PULL_ADDON"; /** * 云 API 推送 addon 的 action */ export declare const ACTION_PUSH_ADDON = "ACTION_PUSH_ADDON"; /** * 获取所有区块模板的 action */ export declare const ACTION_DESCRIBE_BLOCK_TEMPLATES = "DescribeBlockTemplates"; /** * 修改区块模板的 action */ export declare const ACTION_MODIFY_BLOCK_TEMPLATE = "ModifyBlockTemplate"; /** * 获取工作流详情的 action */ export declare const ACTION_DESCRIBE_AUTOMATION_CANVAS_DETAIL = "DescribeAutomationCanvasDetail"; /** * 保存工作流详情的 action */ export declare const ACTION_UPDATE_AUTOMATION_CANVAS_DETAIL = "UpdateAutomationCanvas"; /** * Resource Type */ export declare const ResourceType: { API: string; APP: string; DATASOURCE: string; CONNECTOR: string; COMPONENT: string; FLOW: string; ROLE: string; AUTOMATION: string; VARIABLE: string; DATAHUB: string; BLOCK: string; }; /** * 模块前缀 */ export declare const MODULE_SCOPT = "@cloudbase-module"; //# sourceMappingURL=constant.d.ts.map