-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublic-api.js
executable file
·44 lines (44 loc) · 2.14 KB
/
public-api.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
export * from './api/ondewo/sip/sip_grpc_pb';
export * from './api/ondewo/sip/sip_pb';
export * from './api/ondewo/qa/qa_pb';
export * from './api/ondewo/qa/qa_grpc_pb';
export * from './api/ondewo/vtsi/projects_grpc_pb';
export * from './api/ondewo/vtsi/projects_pb';
export * from './api/ondewo/vtsi/calls_pb';
export * from './api/ondewo/vtsi/calls_grpc_pb';
export * from './api/ondewo/nlu/session_grpc_pb';
export * from './api/ondewo/nlu/project_role_pb';
export * from './api/ondewo/nlu/operation_metadata_pb';
export * from './api/ondewo/nlu/server_statistics_grpc_pb';
export * from './api/ondewo/nlu/aiservices_pb';
export * from './api/ondewo/nlu/session_pb';
export * from './api/ondewo/nlu/webhook_grpc_pb';
export * from './api/ondewo/nlu/context_pb';
export * from './api/ondewo/nlu/operation_metadata_grpc_pb';
export * from './api/ondewo/nlu/user_grpc_pb';
export * from './api/ondewo/nlu/webhook_pb';
export * from './api/ondewo/nlu/intent_grpc_pb';
export * from './api/ondewo/nlu/intent_pb';
export * from './api/ondewo/nlu/project_statistics_grpc_pb';
export * from './api/ondewo/nlu/agent_pb';
export * from './api/ondewo/nlu/ccai_project_grpc_pb';
export * from './api/ondewo/nlu/project_role_grpc_pb';
export * from './api/ondewo/nlu/entity_type_grpc_pb';
export * from './api/ondewo/nlu/common_grpc_pb';
export * from './api/ondewo/nlu/entity_type_pb';
export * from './api/ondewo/nlu/ccai_project_pb';
export * from './api/ondewo/nlu/agent_grpc_pb';
export * from './api/ondewo/nlu/utility_pb';
export * from './api/ondewo/nlu/server_statistics_pb';
export * from './api/ondewo/nlu/project_statistics_pb';
export * from './api/ondewo/nlu/aiservices_grpc_pb';
export * from './api/ondewo/nlu/operations_grpc_pb';
export * from './api/ondewo/nlu/utility_grpc_pb';
export * from './api/ondewo/nlu/context_grpc_pb';
export * from './api/ondewo/nlu/user_pb';
export * from './api/ondewo/nlu/common_pb';
export * from './api/ondewo/nlu/operations_pb';
export * from './api/ondewo/s2t/speech-to-text_pb';
export * from './api/ondewo/s2t/speech-to-text_grpc_pb';
export * from './api/ondewo/t2s/text-to-speech_pb';
export * from './api/ondewo/t2s/text-to-speech_grpc_pb';