@ondewo/csi-client-angular 2.3.1 → 3.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/ondewo/nlu/agent.pb.d.ts +2016 -0
- package/api/ondewo/nlu/agent.pbsc.d.ts +176 -0
- package/api/ondewo/nlu/operations.pb.d.ts +4 -4
- package/esm2020/api/ondewo/csi/conversation.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/agent.pb.mjs +3873 -1
- package/esm2020/api/ondewo/nlu/agent.pbsc.mjs +334 -4
- package/esm2020/api/ondewo/nlu/aiservices.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/context.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/entity-type.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/intent.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/operations.pb.mjs +5 -5
- package/esm2020/api/ondewo/nlu/operations.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/project-role.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/project-statistics.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/server-statistics.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/session.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/user.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/utility.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/webhook.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/s2t/speech-to-text.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/t2s/text-to-speech.pbsc.mjs +6 -6
- package/fesm2015/ondewo-csi-client-angular.mjs +4258 -56
- package/fesm2015/ondewo-csi-client-angular.mjs.map +1 -1
- package/fesm2020/ondewo-csi-client-angular.mjs +4258 -56
- package/fesm2020/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ondewo/csi-client-angular",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "ONDEWO
|
|
3
|
+
"version": "3.0.0",
|
|
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/",
|
|
7
7
|
"license": "Apache-2.0",
|