@ondewo/nlu-client-typescript 7.0.1 → 7.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/google/api/annotations_pb.js +1 -7
- package/api/google/protobuf/any_pb.js +3 -9
- package/api/google/protobuf/empty_pb.js +2 -8
- package/api/google/protobuf/field_mask_pb.js +3 -9
- package/api/google/protobuf/struct_pb.js +13 -13
- package/api/google/protobuf/timestamp_pb.js +2 -8
- package/api/google/rpc/status_pb.js +3 -9
- package/api/google/type/latlng_pb.js +2 -8
- package/api/ondewo/nlu/agent_pb.js +334 -346
- package/api/ondewo/nlu/aiservices_pb.js +88 -97
- package/api/ondewo/nlu/ccai_project_pb.js +65 -71
- package/api/ondewo/nlu/common_pb.js +55 -82
- package/api/ondewo/nlu/context_pb.js +34 -34
- package/api/ondewo/nlu/entity_type_pb.js +69 -75
- package/api/ondewo/nlu/intent_pb.js +211 -220
- package/api/ondewo/nlu/llm_evaluation_pb.js +597 -598
- package/api/ondewo/nlu/operation_metadata_pb.js +13 -19
- package/api/ondewo/nlu/operations_pb.js +70 -72
- package/api/ondewo/nlu/project_role_pb.js +20 -26
- package/api/ondewo/nlu/project_statistics_pb.js +10 -16
- package/api/ondewo/nlu/rag_pb.d.ts +89 -0
- package/api/ondewo/nlu/rag_pb.js +818 -311
- package/api/ondewo/nlu/server_statistics_pb.js +3 -9
- package/api/ondewo/nlu/session_pb.js +429 -453
- package/api/ondewo/nlu/user_pb.js +80 -80
- package/api/ondewo/nlu/utility_pb.js +60 -66
- package/api/ondewo/nlu/webhook_pb.js +27 -33
- package/api/ondewo/qa/qa_pb.js +27 -33
- package/auth/offlineTokenProvider.js +13 -2
- package/package.json +1 -1
- package/public-api.d.ts +34 -34
- package/public-api.js +35 -35
package/public-api.js
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
export * from './api/
|
|
1
|
+
export * from './api/google/protobuf/field_mask_pb';
|
|
2
|
+
export * from './api/google/protobuf/struct_pb';
|
|
3
|
+
export * from './api/google/protobuf/empty_pb';
|
|
4
|
+
export * from './api/google/protobuf/timestamp_pb';
|
|
5
|
+
export * from './api/google/protobuf/any_pb';
|
|
6
|
+
export * from './api/google/type/latlng_pb';
|
|
7
|
+
export * from './api/google/rpc/status_pb';
|
|
8
|
+
export * from './api/google/api/annotations_pb';
|
|
2
9
|
export * from './api/ondewo/qa/qa_grpc_web_pb';
|
|
3
|
-
export * from './api/ondewo/
|
|
4
|
-
export * from './api/ondewo/nlu/
|
|
5
|
-
export * from './api/ondewo/nlu/
|
|
6
|
-
export * from './api/ondewo/nlu/session_grpc_web_pb';
|
|
7
|
-
export * from './api/ondewo/nlu/aiservices_pb';
|
|
8
|
-
export * from './api/ondewo/nlu/project_statistics_grpc_web_pb';
|
|
9
|
-
export * from './api/ondewo/nlu/rag_pb';
|
|
10
|
-
export * from './api/ondewo/nlu/session_pb';
|
|
11
|
-
export * from './api/ondewo/nlu/server_statistics_grpc_web_pb';
|
|
12
|
-
export * from './api/ondewo/nlu/context_pb';
|
|
13
|
-
export * from './api/ondewo/nlu/ccai_project_grpc_web_pb';
|
|
10
|
+
export * from './api/ondewo/qa/qa_pb';
|
|
11
|
+
export * from './api/ondewo/nlu/utility_pb';
|
|
12
|
+
export * from './api/ondewo/nlu/intent_grpc_web_pb';
|
|
14
13
|
export * from './api/ondewo/nlu/operations_grpc_web_pb';
|
|
15
|
-
export * from './api/ondewo/nlu/
|
|
14
|
+
export * from './api/ondewo/nlu/context_pb';
|
|
15
|
+
export * from './api/ondewo/nlu/aiservices_pb';
|
|
16
|
+
export * from './api/ondewo/nlu/entity_type_pb';
|
|
17
|
+
export * from './api/ondewo/nlu/user_pb';
|
|
16
18
|
export * from './api/ondewo/nlu/aiservices_grpc_web_pb';
|
|
17
19
|
export * from './api/ondewo/nlu/intent_pb';
|
|
20
|
+
export * from './api/ondewo/nlu/agent_grpc_web_pb';
|
|
21
|
+
export * from './api/ondewo/nlu/server_statistics_grpc_web_pb';
|
|
18
22
|
export * from './api/ondewo/nlu/utility_grpc_web_pb';
|
|
19
|
-
export * from './api/ondewo/nlu/
|
|
20
|
-
export * from './api/ondewo/nlu/
|
|
23
|
+
export * from './api/ondewo/nlu/project_statistics_pb';
|
|
24
|
+
export * from './api/ondewo/nlu/ccai_project_grpc_web_pb';
|
|
21
25
|
export * from './api/ondewo/nlu/rag_grpc_web_pb';
|
|
22
|
-
export * from './api/ondewo/nlu/llm_evaluation_pb';
|
|
23
|
-
export * from './api/ondewo/nlu/entity_type_pb';
|
|
24
26
|
export * from './api/ondewo/nlu/ccai_project_pb';
|
|
25
|
-
export * from './api/ondewo/nlu/user_grpc_web_pb';
|
|
26
|
-
export * from './api/ondewo/nlu/intent_grpc_web_pb';
|
|
27
|
-
export * from './api/ondewo/nlu/utility_pb';
|
|
28
|
-
export * from './api/ondewo/nlu/server_statistics_pb';
|
|
29
|
-
export * from './api/ondewo/nlu/webhook_grpc_web_pb';
|
|
30
|
-
export * from './api/ondewo/nlu/project_statistics_pb';
|
|
31
|
-
export * from './api/ondewo/nlu/entity_type_grpc_web_pb';
|
|
32
|
-
export * from './api/ondewo/nlu/user_pb';
|
|
33
|
-
export * from './api/ondewo/nlu/context_grpc_web_pb';
|
|
34
|
-
export * from './api/ondewo/nlu/common_pb';
|
|
35
27
|
export * from './api/ondewo/nlu/llm_evaluation_grpc_web_pb';
|
|
28
|
+
export * from './api/ondewo/nlu/context_grpc_web_pb';
|
|
29
|
+
export * from './api/ondewo/nlu/operation_metadata_pb';
|
|
30
|
+
export * from './api/ondewo/nlu/llm_evaluation_pb';
|
|
31
|
+
export * from './api/ondewo/nlu/session_grpc_web_pb';
|
|
32
|
+
export * from './api/ondewo/nlu/entity_type_grpc_web_pb';
|
|
33
|
+
export * from './api/ondewo/nlu/agent_pb';
|
|
34
|
+
export * from './api/ondewo/nlu/session_pb';
|
|
35
|
+
export * from './api/ondewo/nlu/webhook_pb';
|
|
36
|
+
export * from './api/ondewo/nlu/webhook_grpc_web_pb';
|
|
37
|
+
export * from './api/ondewo/nlu/rag_pb';
|
|
38
|
+
export * from './api/ondewo/nlu/project_role_grpc_web_pb';
|
|
39
|
+
export * from './api/ondewo/nlu/project_role_pb';
|
|
36
40
|
export * from './api/ondewo/nlu/operations_pb';
|
|
37
|
-
export * from './api/
|
|
38
|
-
export * from './api/
|
|
39
|
-
export * from './api/
|
|
40
|
-
export * from './api/
|
|
41
|
-
export * from './api/google/protobuf/timestamp_pb';
|
|
42
|
-
export * from './api/google/protobuf/empty_pb';
|
|
43
|
-
export * from './api/google/protobuf/struct_pb';
|
|
44
|
-
export * from './api/google/type/latlng_pb';
|
|
41
|
+
export * from './api/ondewo/nlu/server_statistics_pb';
|
|
42
|
+
export * from './api/ondewo/nlu/project_statistics_grpc_web_pb';
|
|
43
|
+
export * from './api/ondewo/nlu/common_pb';
|
|
44
|
+
export * from './api/ondewo/nlu/user_grpc_web_pb';
|
|
45
45
|
export * from './auth/offlineTokenProvider';
|