-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublic-api.d.ts
42 lines (42 loc) · 2.11 KB
/
public-api.d.ts
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
export * from './api/ondewo/sip/sip_grpc_pb.d';
export * from './api/ondewo/sip/sip_pb.d';
export * from './api/ondewo/qa/qa_pb.d';
export * from './api/ondewo/qa/qa_grpc_pb.d';
export * from './api/ondewo/vtsi/calls_grpc_pb.d';
export * from './api/ondewo/vtsi/projects_pb.d';
export * from './api/ondewo/vtsi/calls_pb.d';
export * from './api/ondewo/vtsi/projects_grpc_pb.d';
export * from './api/ondewo/nlu/utility_grpc_pb.d';
export * from './api/ondewo/nlu/entity_type_grpc_pb.d';
export * from './api/ondewo/nlu/intent_grpc_pb.d';
export * from './api/ondewo/nlu/operations_pb.d';
export * from './api/ondewo/nlu/webhook_pb.d';
export * from './api/ondewo/nlu/operation_metadata_pb.d';
export * from './api/ondewo/nlu/ccai_project_pb.d';
export * from './api/ondewo/nlu/ccai_project_grpc_pb.d';
export * from './api/ondewo/nlu/agent_grpc_pb.d';
export * from './api/ondewo/nlu/server_statistics_grpc_pb.d';
export * from './api/ondewo/nlu/webhook_grpc_pb.d';
export * from './api/ondewo/nlu/utility_pb.d';
export * from './api/ondewo/nlu/project_statistics_grpc_pb.d';
export * from './api/ondewo/nlu/user_pb.d';
export * from './api/ondewo/nlu/entity_type_pb.d';
export * from './api/ondewo/nlu/user_grpc_pb.d';
export * from './api/ondewo/nlu/aiservices_pb.d';
export * from './api/ondewo/nlu/context_grpc_pb.d';
export * from './api/ondewo/nlu/aiservices_grpc_pb.d';
export * from './api/ondewo/nlu/server_statistics_pb.d';
export * from './api/ondewo/nlu/intent_pb.d';
export * from './api/ondewo/nlu/project_role_pb.d';
export * from './api/ondewo/nlu/context_pb.d';
export * from './api/ondewo/nlu/agent_pb.d';
export * from './api/ondewo/nlu/session_pb.d';
export * from './api/ondewo/nlu/operations_grpc_pb.d';
export * from './api/ondewo/nlu/session_grpc_pb.d';
export * from './api/ondewo/nlu/project_role_grpc_pb.d';
export * from './api/ondewo/nlu/common_pb.d';
export * from './api/ondewo/nlu/project_statistics_pb.d';
export * from './api/ondewo/s2t/speech-to-text_pb.d';
export * from './api/ondewo/s2t/speech-to-text_grpc_pb.d';
export * from './api/ondewo/t2s/text-to-speech_grpc_pb.d';
export * from './api/ondewo/t2s/text-to-speech_pb.d';