@ondewo/csi-client-angular 3.2.0 → 4.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/README.md +2 -5
- package/api/ondewo/csi/conversation.pb.d.ts +24 -24
- package/api/ondewo/nlu/agent.pb.d.ts +258 -18
- package/api/ondewo/nlu/agent.pbsc.d.ts +141 -60
- package/api/ondewo/nlu/ccai-project.pb.d.ts +1337 -0
- package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/ccai-project.pbsc.d.ts +102 -0
- package/api/ondewo/nlu/common.pb.d.ts +957 -0
- package/api/ondewo/nlu/context.pb.d.ts +41 -0
- package/api/ondewo/nlu/entity-type.pb.d.ts +55 -14
- package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/intent.pb.d.ts +129 -9
- package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +22 -1
- package/api/ondewo/nlu/project-role.pb.d.ts +26 -5
- package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
- package/api/ondewo/nlu/session.pb.d.ts +1593 -146
- package/api/ondewo/nlu/session.pbsc.d.ts +150 -5
- package/api/ondewo/nlu/user.pb.d.ts +761 -18
- package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
- package/api/ondewo/nlu/webhook.pb.d.ts +545 -10
- package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +66 -315
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +391 -5
- 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 +8 -25
- package/esm2022/api/google/rpc/status.pb.mjs +3 -7
- package/esm2022/api/google/type/latlng.pb.mjs +3 -6
- package/esm2022/api/ondewo/csi/conversation.pb.mjs +57 -111
- package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +174 -177
- package/esm2022/api/ondewo/nlu/agent.pb.mjs +1053 -502
- package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +899 -751
- package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +61 -197
- package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +156 -159
- package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2490 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +194 -0
- package/esm2022/api/ondewo/nlu/common.pb.mjs +1856 -5
- package/esm2022/api/ondewo/nlu/context.pb.mjs +170 -52
- package/esm2022/api/ondewo/nlu/context.pbsc.mjs +120 -123
- package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +224 -177
- package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +302 -305
- package/esm2022/api/ondewo/nlu/intent.pb.mjs +593 -414
- package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +499 -502
- package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +78 -24
- package/esm2022/api/ondewo/nlu/operations.pb.mjs +18 -46
- package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +84 -87
- package/esm2022/api/ondewo/nlu/project-role.pb.mjs +96 -51
- package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +104 -107
- package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +9 -20
- package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +156 -159
- package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +3 -5
- package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +71 -74
- package/esm2022/api/ondewo/nlu/session.pb.mjs +3086 -623
- package/esm2022/api/ondewo/nlu/session.pbsc.mjs +789 -521
- package/esm2022/api/ondewo/nlu/user.pb.mjs +1392 -123
- package/esm2022/api/ondewo/nlu/user.pbsc.mjs +497 -289
- package/esm2022/api/ondewo/nlu/utility.pb.mjs +42 -140
- package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +156 -159
- package/esm2022/api/ondewo/nlu/webhook.pb.mjs +925 -54
- package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +157 -69
- package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +327 -990
- package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +282 -285
- package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +964 -365
- package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +307 -343
- package/esm2022/public-api.mjs +4 -1
- package/fesm2022/ondewo-csi-client-angular.mjs +45360 -34604
- package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +5 -5
- package/public-api.d.ts +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ondewo/csi-client-angular",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "ONDEWO Conversation System Integration (CSI) Platfrom client library for Angular",
|
|
5
5
|
"author": "ONDEWO GmbH <office@ondewo.com>",
|
|
6
6
|
"homepage": "https://ondewo.com/",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"grpc"
|
|
15
15
|
],
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@angular/common": ">=
|
|
18
|
-
"@angular/core": ">=
|
|
19
|
-
"@ngx-grpc/common": ">=3.
|
|
20
|
-
"@ngx-grpc/core": ">=3.
|
|
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
21
|
},
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
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';
|