@glodon-aiot/apis
Version:
aiot apis
64 lines (63 loc) • 2.61 kB
JavaScript
import { AuthApi as t } from "./auth/index.mjs";
import { BaseApi as p, needPrettifyMsg as i, prettifyMsg as a } from "./base/index.mjs";
import { DataApi as m } from "./user/index.mjs";
import { PanoramaApi as f } from "./panorama/index.mjs";
import { PanoramaPluginMgrApi as x } from "./pluginmgr/index.mjs";
import { AECPilotApi as n } from "./aecpilot/index.mjs";
import { BotClientApi as c } from "./bot-client/index.mjs";
import { AecpilotUIApi as P } from "./aecpilotui/index.mjs";
import { CVForceApi as g } from "./cvforce/index.mjs";
import { CVForceDatahubApi as C } from "./cvforce-datahub/index.mjs";
import { ModelServiceApi as d } from "./cvforce-modelservice/index.mjs";
import { AIShopApi as R } from "./aishop/index.mjs";
import { ContralyzeApi as _ } from "./contralyze/index.mjs";
import { ISpacetwinStatus as L, RecordStatus as b } from "./panorama/model.mjs";
import { AecKnowledgeFileStatus as w, IFileOrigin as G, IHistoryRole as H, ISourceType as K, IThinkingStatus as O, IversionInfo as D } from "./aecpilot/model.mjs";
import { PROMPT_SEARCH_MAX_LENGTH as V, PROMPT_TITLE_MAX_LENGTH as k } from "./aecpilot/cosntant.mjs";
import { ApplicationTypes as N, ArchiGptUIKeys as X, ChatMessageRole as z, ChatMode as Z, FileProccessStatus as j, KnowledgeFileStatus as q, KnowledgeType as J, PromptStatus as Q, PromptVariableType as W, SourceType as Y } from "./cvforce/model.mjs";
import { GenerateStatus as ee, IDatasetLevel as oe, PreLabelTaskStatus as te, SubsectionStatus as re, UploadZipsStatus as pe } from "./cvforce-datahub/model.mjs";
import { IChatRole as ae, OCRServiceId as se } from "./aishop/model.mjs";
export {
n as AECPilotApi,
R as AIShopApi,
w as AecKnowledgeFileStatus,
P as AecpilotUIApi,
N as ApplicationTypes,
X as ArchiGptUIKeys,
t as AuthApi,
p as BaseApi,
c as BotClientApi,
g as CVForceApi,
C as CVForceDatahubApi,
z as ChatMessageRole,
Z as ChatMode,
_ as ContralyzeApi,
m as DataApi,
j as FileProccessStatus,
ee as GenerateStatus,
ae as IChatRole,
oe as IDatasetLevel,
G as IFileOrigin,
H as IHistoryRole,
K as ISourceType,
L as ISpacetwinStatus,
O as IThinkingStatus,
D as IversionInfo,
q as KnowledgeFileStatus,
J as KnowledgeType,
d as ModelServiceApi,
se as OCRServiceId,
V as PROMPT_SEARCH_MAX_LENGTH,
k as PROMPT_TITLE_MAX_LENGTH,
f as PanoramaApi,
x as PanoramaPluginMgrApi,
te as PreLabelTaskStatus,
Q as PromptStatus,
W as PromptVariableType,
b as RecordStatus,
Y as SourceType,
re as SubsectionStatus,
pe as UploadZipsStatus,
i as needPrettifyMsg,
a as prettifyMsg
};