@ondewo/csi-client-angular 3.2.1 → 5.0.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/api/http.pb.d.ts +3 -3
- package/api/google/rpc/status.pb.d.ts +1 -1
- package/api/google/type/latlng.pb.d.ts +1 -1
- package/api/ondewo/csi/conversation.pb.d.ts +45 -41
- package/api/ondewo/nlu/agent.pb.d.ts +326 -86
- package/api/ondewo/nlu/agent.pbsc.d.ts +60 -60
- package/api/ondewo/nlu/aiservices.pb.d.ts +589 -48
- package/api/ondewo/nlu/aiservices.pbsc.d.ts +48 -0
- package/api/ondewo/nlu/ccai-project.pb.d.ts +1455 -0
- package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/ccai-project.pbsc.d.ts +118 -0
- package/api/ondewo/nlu/common.pb.d.ts +958 -1
- package/api/ondewo/nlu/context.pb.d.ts +51 -10
- package/api/ondewo/nlu/entity-type.pb.d.ts +83 -42
- package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/intent.pb.d.ts +207 -87
- package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +23 -2
- package/api/ondewo/nlu/operations.pb.d.ts +7 -7
- package/api/ondewo/nlu/project-role.pb.d.ts +33 -12
- package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/project-statistics.pb.d.ts +4 -4
- package/api/ondewo/nlu/server-statistics.pb.d.ts +1 -1
- package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
- package/api/ondewo/nlu/session.pb.d.ts +2311 -217
- package/api/ondewo/nlu/session.pbsc.d.ts +204 -11
- package/api/ondewo/nlu/user.pb.d.ts +782 -39
- package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
- package/api/ondewo/nlu/utility.pb.d.ts +22 -22
- package/api/ondewo/nlu/webhook.pb.d.ts +550 -15
- package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +1622 -1049
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +1195 -52
- package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +0 -5
- package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +47 -64
- package/esm2022/api/google/api/http.pb.mjs +1 -1
- package/esm2022/api/google/rpc/status.pb.mjs +1 -1
- package/esm2022/api/google/type/latlng.pb.mjs +1 -1
- package/esm2022/api/ondewo/csi/conversation.pb.mjs +29 -25
- package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/agent.pb.mjs +925 -41
- package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +52 -52
- package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +945 -19
- package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +96 -6
- package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2691 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +224 -0
- package/esm2022/api/ondewo/nlu/common.pb.mjs +1856 -1
- package/esm2022/api/ondewo/nlu/context.pb.mjs +152 -5
- package/esm2022/api/ondewo/nlu/context.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +166 -19
- package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +10 -10
- package/esm2022/api/ondewo/nlu/intent.pb.mjs +464 -22
- package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +9 -9
- package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +76 -3
- package/esm2022/api/ondewo/nlu/operations.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/project-role.pb.mjs +81 -8
- package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +10 -10
- package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +19 -19
- package/esm2022/api/ondewo/nlu/session.pb.mjs +6997 -2924
- package/esm2022/api/ondewo/nlu/session.pbsc.mjs +381 -20
- package/esm2022/api/ondewo/nlu/user.pb.mjs +1349 -20
- package/esm2022/api/ondewo/nlu/user.pbsc.mjs +228 -17
- package/esm2022/api/ondewo/nlu/utility.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/webhook.pb.mjs +915 -24
- package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +97 -6
- package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +3065 -1874
- package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +3158 -963
- package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +103 -133
- package/esm2022/public-api.mjs +4 -1
- package/fesm2022/ondewo-csi-client-angular.mjs +40452 -22608
- package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +9 -9
- package/public-api.d.ts +3 -0
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ondewo/csi-client-angular",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "ONDEWO Conversation System Integration (CSI)
|
|
3
|
+
"version": "5.0.0",
|
|
4
|
+
"description": "ONDEWO Conversation System Integration (CSI) Client library for Angular",
|
|
5
5
|
"author": "ONDEWO GmbH <office@ondewo.com>",
|
|
6
|
-
"homepage": "https://ondewo.com
|
|
6
|
+
"homepage": "https://ondewo.com",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"ondewo",
|
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
"ngx-grpc",
|
|
14
14
|
"grpc"
|
|
15
15
|
],
|
|
16
|
-
"peerDependencies": {
|
|
17
|
-
"@angular/common": ">=16.2.6",
|
|
18
|
-
"@angular/core": ">=16.2.6",
|
|
19
|
-
"@ngx-grpc/common": ">=3.1.1",
|
|
20
|
-
"@ngx-grpc/core": ">=3.1.1"
|
|
21
|
-
},
|
|
22
16
|
"repository": {
|
|
23
17
|
"type": "git",
|
|
24
18
|
"directory": "https://github.com/ondewo/ondewo-csi-client-angular"
|
|
25
19
|
},
|
|
20
|
+
"peerDependencies": {
|
|
21
|
+
"@angular/common": ">=18.2.8",
|
|
22
|
+
"@angular/core": ">=18.2.8",
|
|
23
|
+
"@ngx-grpc/common": ">=3.1.2",
|
|
24
|
+
"@ngx-grpc/core": ">=3.1.2"
|
|
25
|
+
},
|
|
26
26
|
"module": "fesm2022/ondewo-csi-client-angular.mjs",
|
|
27
27
|
"typings": "index.d.ts",
|
|
28
28
|
"exports": {
|
package/public-api.d.ts
CHANGED
|
@@ -17,13 +17,16 @@ export * from './api/ondewo/nlu/common.pb';
|
|
|
17
17
|
export * from './api/ondewo/nlu/operations.pbconf';
|
|
18
18
|
export * from './api/ondewo/nlu/agent.pb';
|
|
19
19
|
export * from './api/ondewo/nlu/server-statistics.pbconf';
|
|
20
|
+
export * from './api/ondewo/nlu/ccai-project.pbsc';
|
|
20
21
|
export * from './api/ondewo/nlu/aiservices.pbsc';
|
|
21
22
|
export * from './api/ondewo/nlu/project-statistics.pb';
|
|
23
|
+
export * from './api/ondewo/nlu/ccai-project.pbconf';
|
|
22
24
|
export * from './api/ondewo/nlu/session.pbsc';
|
|
23
25
|
export * from './api/ondewo/nlu/utility.pbconf';
|
|
24
26
|
export * from './api/ondewo/nlu/project-statistics.pbconf';
|
|
25
27
|
export * from './api/ondewo/nlu/session.pb';
|
|
26
28
|
export * from './api/ondewo/nlu/operation-metadata.pb';
|
|
29
|
+
export * from './api/ondewo/nlu/ccai-project.pb';
|
|
27
30
|
export * from './api/ondewo/nlu/server-statistics.pb';
|
|
28
31
|
export * from './api/ondewo/nlu/intent.pbconf';
|
|
29
32
|
export * from './api/ondewo/nlu/operations.pbsc';
|