@ondewo/csi-client-angular 4.0.0 → 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 +21 -17
- package/api/ondewo/nlu/agent.pb.d.ts +68 -68
- package/api/ondewo/nlu/agent.pbsc.d.ts +0 -81
- 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 +135 -17
- package/api/ondewo/nlu/ccai-project.pbsc.d.ts +16 -0
- package/api/ondewo/nlu/common.pb.d.ts +36 -36
- package/api/ondewo/nlu/context.pb.d.ts +10 -10
- package/api/ondewo/nlu/entity-type.pb.d.ts +28 -28
- package/api/ondewo/nlu/intent.pb.d.ts +78 -78
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +1 -1
- package/api/ondewo/nlu/operations.pb.d.ts +7 -7
- package/api/ondewo/nlu/project-role.pb.d.ts +7 -7
- 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/session.pb.d.ts +743 -96
- package/api/ondewo/nlu/session.pbsc.d.ts +54 -6
- package/api/ondewo/nlu/user.pb.d.ts +30 -30
- package/api/ondewo/nlu/utility.pb.d.ts +22 -22
- package/api/ondewo/nlu/webhook.pb.d.ts +12 -12
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +869 -47
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +801 -44
- 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 +5 -1
- package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/agent.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +6 -157
- 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 +205 -4
- package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +36 -6
- package/esm2022/api/ondewo/nlu/common.pb.mjs +58 -56
- package/esm2022/api/ondewo/nlu/context.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/context.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/intent.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/operations.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/project-role.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/session.pb.mjs +2040 -738
- package/esm2022/api/ondewo/nlu/session.pbsc.mjs +106 -16
- package/esm2022/api/ondewo/nlu/user.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/user.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/utility.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/webhook.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +2907 -1266
- package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +2794 -1373
- package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +6 -6
- package/fesm2022/ondewo-csi-client-angular.mjs +14747 -9195
- package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +9 -9
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": {
|