@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.
Files changed (81) hide show
  1. package/api/google/api/http.pb.d.ts +3 -3
  2. package/api/google/rpc/status.pb.d.ts +1 -1
  3. package/api/google/type/latlng.pb.d.ts +1 -1
  4. package/api/ondewo/csi/conversation.pb.d.ts +45 -41
  5. package/api/ondewo/nlu/agent.pb.d.ts +326 -86
  6. package/api/ondewo/nlu/agent.pbsc.d.ts +60 -60
  7. package/api/ondewo/nlu/aiservices.pb.d.ts +589 -48
  8. package/api/ondewo/nlu/aiservices.pbsc.d.ts +48 -0
  9. package/api/ondewo/nlu/ccai-project.pb.d.ts +1455 -0
  10. package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
  11. package/api/ondewo/nlu/ccai-project.pbsc.d.ts +118 -0
  12. package/api/ondewo/nlu/common.pb.d.ts +958 -1
  13. package/api/ondewo/nlu/context.pb.d.ts +51 -10
  14. package/api/ondewo/nlu/entity-type.pb.d.ts +83 -42
  15. package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
  16. package/api/ondewo/nlu/intent.pb.d.ts +207 -87
  17. package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
  18. package/api/ondewo/nlu/operation-metadata.pb.d.ts +23 -2
  19. package/api/ondewo/nlu/operations.pb.d.ts +7 -7
  20. package/api/ondewo/nlu/project-role.pb.d.ts +33 -12
  21. package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
  22. package/api/ondewo/nlu/project-statistics.pb.d.ts +4 -4
  23. package/api/ondewo/nlu/server-statistics.pb.d.ts +1 -1
  24. package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
  25. package/api/ondewo/nlu/session.pb.d.ts +2311 -217
  26. package/api/ondewo/nlu/session.pbsc.d.ts +204 -11
  27. package/api/ondewo/nlu/user.pb.d.ts +782 -39
  28. package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
  29. package/api/ondewo/nlu/utility.pb.d.ts +22 -22
  30. package/api/ondewo/nlu/webhook.pb.d.ts +550 -15
  31. package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
  32. package/api/ondewo/s2t/speech-to-text.pb.d.ts +1622 -1049
  33. package/api/ondewo/t2s/text-to-speech.pb.d.ts +1195 -52
  34. package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +0 -5
  35. package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +47 -64
  36. package/esm2022/api/google/api/http.pb.mjs +1 -1
  37. package/esm2022/api/google/rpc/status.pb.mjs +1 -1
  38. package/esm2022/api/google/type/latlng.pb.mjs +1 -1
  39. package/esm2022/api/ondewo/csi/conversation.pb.mjs +29 -25
  40. package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +6 -6
  41. package/esm2022/api/ondewo/nlu/agent.pb.mjs +925 -41
  42. package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +52 -52
  43. package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +945 -19
  44. package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +96 -6
  45. package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2691 -0
  46. package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
  47. package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +224 -0
  48. package/esm2022/api/ondewo/nlu/common.pb.mjs +1856 -1
  49. package/esm2022/api/ondewo/nlu/context.pb.mjs +152 -5
  50. package/esm2022/api/ondewo/nlu/context.pbsc.mjs +6 -6
  51. package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +166 -19
  52. package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +10 -10
  53. package/esm2022/api/ondewo/nlu/intent.pb.mjs +464 -22
  54. package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +9 -9
  55. package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +76 -3
  56. package/esm2022/api/ondewo/nlu/operations.pb.mjs +1 -1
  57. package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +6 -6
  58. package/esm2022/api/ondewo/nlu/project-role.pb.mjs +81 -8
  59. package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +10 -10
  60. package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +1 -1
  61. package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +6 -6
  62. package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
  63. package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +19 -19
  64. package/esm2022/api/ondewo/nlu/session.pb.mjs +6997 -2924
  65. package/esm2022/api/ondewo/nlu/session.pbsc.mjs +381 -20
  66. package/esm2022/api/ondewo/nlu/user.pb.mjs +1349 -20
  67. package/esm2022/api/ondewo/nlu/user.pbsc.mjs +228 -17
  68. package/esm2022/api/ondewo/nlu/utility.pb.mjs +1 -1
  69. package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +6 -6
  70. package/esm2022/api/ondewo/nlu/webhook.pb.mjs +915 -24
  71. package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +97 -6
  72. package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +3065 -1874
  73. package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +6 -6
  74. package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +3158 -963
  75. package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
  76. package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +103 -133
  77. package/esm2022/public-api.mjs +4 -1
  78. package/fesm2022/ondewo-csi-client-angular.mjs +40452 -22608
  79. package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
  80. package/package.json +9 -9
  81. 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": "3.2.1",
4
- "description": "ONDEWO Conversation System Integration (CSI) Platfrom client library for Angular",
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';