@ondewo/nlu-client-typescript 6.4.0 → 6.5.0
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/logging/v2/log_entry_pb.d.ts +172 -0
- package/api/google/logging/v2/log_entry_pb.js +1333 -0
- package/api/ondewo/nlu/rag_grpc_web_pb.d.ts +4 -335
- package/api/ondewo/nlu/rag_grpc_web_pb.js +12 -1705
- package/api/ondewo/nlu/rag_pb.d.ts +352 -2775
- package/api/ondewo/nlu/rag_pb.js +6627 -24411
- package/package.json +1 -1
- package/public-api.d.ts +32 -31
- package/public-api.js +33 -32
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -1,42 +1,43 @@
|
|
|
1
|
-
export * from './api/google/api/annotations_pb.d';
|
|
2
|
-
export * from './api/google/rpc/status_pb.d';
|
|
3
|
-
export * from './api/google/protobuf/timestamp_pb.d';
|
|
4
|
-
export * from './api/google/protobuf/any_pb.d';
|
|
5
|
-
export * from './api/google/protobuf/struct_pb.d';
|
|
6
|
-
export * from './api/google/protobuf/empty_pb.d';
|
|
7
|
-
export * from './api/google/protobuf/field_mask_pb.d';
|
|
8
|
-
export * from './api/google/type/latlng_pb.d';
|
|
9
|
-
export * from './api/ondewo/qa/qa_pb.d';
|
|
10
1
|
export * from './api/ondewo/qa/qa_grpc_web_pb.d';
|
|
11
|
-
export * from './api/ondewo/
|
|
12
|
-
export * from './api/ondewo/nlu/
|
|
2
|
+
export * from './api/ondewo/qa/qa_pb.d';
|
|
3
|
+
export * from './api/ondewo/nlu/session_grpc_web_pb.d';
|
|
4
|
+
export * from './api/ondewo/nlu/user_grpc_web_pb.d';
|
|
5
|
+
export * from './api/ondewo/nlu/project_role_grpc_web_pb.d';
|
|
6
|
+
export * from './api/ondewo/nlu/entity_type_pb.d';
|
|
13
7
|
export * from './api/ondewo/nlu/webhook_pb.d';
|
|
14
|
-
export * from './api/ondewo/nlu/
|
|
15
|
-
export * from './api/ondewo/nlu/
|
|
16
|
-
export * from './api/ondewo/nlu/
|
|
8
|
+
export * from './api/ondewo/nlu/agent_pb.d';
|
|
9
|
+
export * from './api/ondewo/nlu/session_pb.d';
|
|
10
|
+
export * from './api/ondewo/nlu/common_pb.d';
|
|
17
11
|
export * from './api/ondewo/nlu/operation_metadata_pb.d';
|
|
18
12
|
export * from './api/ondewo/nlu/rag_pb.d';
|
|
13
|
+
export * from './api/ondewo/nlu/server_statistics_pb.d';
|
|
14
|
+
export * from './api/ondewo/nlu/aiservices_pb.d';
|
|
15
|
+
export * from './api/ondewo/nlu/server_statistics_grpc_web_pb.d';
|
|
16
|
+
export * from './api/ondewo/nlu/context_grpc_web_pb.d';
|
|
17
|
+
export * from './api/ondewo/nlu/operations_pb.d';
|
|
18
|
+
export * from './api/ondewo/nlu/aiservices_grpc_web_pb.d';
|
|
19
|
+
export * from './api/ondewo/nlu/project_statistics_grpc_web_pb.d';
|
|
20
|
+
export * from './api/ondewo/nlu/rag_grpc_web_pb.d';
|
|
21
|
+
export * from './api/ondewo/nlu/context_pb.d';
|
|
19
22
|
export * from './api/ondewo/nlu/intent_pb.d';
|
|
20
23
|
export * from './api/ondewo/nlu/utility_pb.d';
|
|
21
|
-
export * from './api/ondewo/nlu/project_statistics_grpc_web_pb.d';
|
|
22
24
|
export * from './api/ondewo/nlu/operations_grpc_web_pb.d';
|
|
23
|
-
export * from './api/ondewo/nlu/
|
|
24
|
-
export * from './api/ondewo/nlu/
|
|
25
|
-
export * from './api/ondewo/nlu/user_pb.d';
|
|
26
|
-
export * from './api/ondewo/nlu/aiservices_grpc_web_pb.d';
|
|
25
|
+
export * from './api/ondewo/nlu/ccai_project_pb.d';
|
|
26
|
+
export * from './api/ondewo/nlu/webhook_grpc_web_pb.d';
|
|
27
27
|
export * from './api/ondewo/nlu/project_role_pb.d';
|
|
28
|
+
export * from './api/ondewo/nlu/entity_type_grpc_web_pb.d';
|
|
29
|
+
export * from './api/ondewo/nlu/utility_grpc_web_pb.d';
|
|
30
|
+
export * from './api/ondewo/nlu/project_statistics_pb.d';
|
|
28
31
|
export * from './api/ondewo/nlu/ccai_project_grpc_web_pb.d';
|
|
29
|
-
export * from './api/ondewo/nlu/
|
|
32
|
+
export * from './api/ondewo/nlu/user_pb.d';
|
|
30
33
|
export * from './api/ondewo/nlu/intent_grpc_web_pb.d';
|
|
31
34
|
export * from './api/ondewo/nlu/agent_grpc_web_pb.d';
|
|
32
|
-
export * from './api/
|
|
33
|
-
export * from './api/
|
|
34
|
-
export * from './api/
|
|
35
|
-
export * from './api/
|
|
36
|
-
export * from './api/
|
|
37
|
-
export * from './api/
|
|
38
|
-
export * from './api/
|
|
39
|
-
export * from './api/
|
|
40
|
-
export * from './api/
|
|
41
|
-
export * from './api/ondewo/nlu/project_statistics_pb.d';
|
|
42
|
-
export * from './api/ondewo/nlu/server_statistics_pb.d';
|
|
35
|
+
export * from './api/google/api/annotations_pb.d';
|
|
36
|
+
export * from './api/google/type/latlng_pb.d';
|
|
37
|
+
export * from './api/google/rpc/status_pb.d';
|
|
38
|
+
export * from './api/google/logging/v2/log_entry_pb.d';
|
|
39
|
+
export * from './api/google/protobuf/any_pb.d';
|
|
40
|
+
export * from './api/google/protobuf/field_mask_pb.d';
|
|
41
|
+
export * from './api/google/protobuf/struct_pb.d';
|
|
42
|
+
export * from './api/google/protobuf/timestamp_pb.d';
|
|
43
|
+
export * from './api/google/protobuf/empty_pb.d';
|
package/public-api.js
CHANGED
|
@@ -1,42 +1,43 @@
|
|
|
1
|
-
export * from './api/google/api/annotations_pb';
|
|
2
|
-
export * from './api/google/rpc/status_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/protobuf/field_mask_pb';
|
|
7
|
-
export * from './api/google/protobuf/struct_pb';
|
|
8
|
-
export * from './api/google/type/latlng_pb';
|
|
9
|
-
export * from './api/ondewo/qa/qa_pb';
|
|
10
1
|
export * from './api/ondewo/qa/qa_grpc_web_pb';
|
|
11
|
-
export * from './api/ondewo/
|
|
12
|
-
export * from './api/ondewo/nlu/
|
|
13
|
-
export * from './api/ondewo/nlu/user_grpc_web_pb';
|
|
14
|
-
export * from './api/ondewo/nlu/ccai_project_pb';
|
|
2
|
+
export * from './api/ondewo/qa/qa_pb';
|
|
3
|
+
export * from './api/ondewo/nlu/common_pb';
|
|
15
4
|
export * from './api/ondewo/nlu/project_role_pb';
|
|
16
|
-
export * from './api/ondewo/nlu/
|
|
17
|
-
export * from './api/ondewo/nlu/
|
|
18
|
-
export * from './api/ondewo/nlu/
|
|
5
|
+
export * from './api/ondewo/nlu/rag_grpc_web_pb';
|
|
6
|
+
export * from './api/ondewo/nlu/utility_grpc_web_pb';
|
|
7
|
+
export * from './api/ondewo/nlu/operations_pb';
|
|
19
8
|
export * from './api/ondewo/nlu/project_statistics_pb';
|
|
20
|
-
export * from './api/ondewo/nlu/intent_pb';
|
|
21
|
-
export * from './api/ondewo/nlu/utility_pb';
|
|
22
|
-
export * from './api/ondewo/nlu/common_pb';
|
|
23
|
-
export * from './api/ondewo/nlu/ccai_project_grpc_web_pb';
|
|
24
9
|
export * from './api/ondewo/nlu/server_statistics_grpc_web_pb';
|
|
25
|
-
export * from './api/ondewo/nlu/
|
|
26
|
-
export * from './api/ondewo/nlu/utility_grpc_web_pb';
|
|
27
|
-
export * from './api/ondewo/nlu/user_pb';
|
|
28
|
-
export * from './api/ondewo/nlu/rag_grpc_web_pb';
|
|
29
|
-
export * from './api/ondewo/nlu/intent_grpc_web_pb';
|
|
10
|
+
export * from './api/ondewo/nlu/ccai_project_grpc_web_pb';
|
|
30
11
|
export * from './api/ondewo/nlu/server_statistics_pb';
|
|
31
|
-
export * from './api/ondewo/nlu/
|
|
12
|
+
export * from './api/ondewo/nlu/intent_pb';
|
|
13
|
+
export * from './api/ondewo/nlu/session_grpc_web_pb';
|
|
14
|
+
export * from './api/ondewo/nlu/entity_type_grpc_web_pb';
|
|
32
15
|
export * from './api/ondewo/nlu/context_grpc_web_pb';
|
|
16
|
+
export * from './api/ondewo/nlu/context_pb';
|
|
17
|
+
export * from './api/ondewo/nlu/project_statistics_grpc_web_pb';
|
|
18
|
+
export * from './api/ondewo/nlu/utility_pb';
|
|
19
|
+
export * from './api/ondewo/nlu/project_role_grpc_web_pb';
|
|
20
|
+
export * from './api/ondewo/nlu/ccai_project_pb';
|
|
21
|
+
export * from './api/ondewo/nlu/session_pb';
|
|
33
22
|
export * from './api/ondewo/nlu/entity_type_pb';
|
|
34
|
-
export * from './api/ondewo/nlu/operations_pb';
|
|
35
|
-
export * from './api/ondewo/nlu/rag_pb';
|
|
36
23
|
export * from './api/ondewo/nlu/operations_grpc_web_pb';
|
|
37
|
-
export * from './api/ondewo/nlu/
|
|
38
|
-
export * from './api/ondewo/nlu/
|
|
39
|
-
export * from './api/ondewo/nlu/operation_metadata_pb';
|
|
24
|
+
export * from './api/ondewo/nlu/agent_pb';
|
|
25
|
+
export * from './api/ondewo/nlu/webhook_grpc_web_pb';
|
|
40
26
|
export * from './api/ondewo/nlu/aiservices_grpc_web_pb';
|
|
27
|
+
export * from './api/ondewo/nlu/operation_metadata_pb';
|
|
28
|
+
export * from './api/ondewo/nlu/agent_grpc_web_pb';
|
|
29
|
+
export * from './api/ondewo/nlu/rag_pb';
|
|
41
30
|
export * from './api/ondewo/nlu/webhook_pb';
|
|
42
|
-
export * from './api/ondewo/nlu/
|
|
31
|
+
export * from './api/ondewo/nlu/aiservices_pb';
|
|
32
|
+
export * from './api/ondewo/nlu/intent_grpc_web_pb';
|
|
33
|
+
export * from './api/ondewo/nlu/user_pb';
|
|
34
|
+
export * from './api/ondewo/nlu/user_grpc_web_pb';
|
|
35
|
+
export * from './api/google/api/annotations_pb';
|
|
36
|
+
export * from './api/google/type/latlng_pb';
|
|
37
|
+
export * from './api/google/rpc/status_pb';
|
|
38
|
+
export * from './api/google/logging/v2/log_entry_pb';
|
|
39
|
+
export * from './api/google/protobuf/field_mask_pb';
|
|
40
|
+
export * from './api/google/protobuf/any_pb';
|
|
41
|
+
export * from './api/google/protobuf/timestamp_pb';
|
|
42
|
+
export * from './api/google/protobuf/empty_pb';
|
|
43
|
+
export * from './api/google/protobuf/struct_pb';
|