@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.
Files changed (73) hide show
  1. package/README.md +2 -5
  2. package/api/ondewo/csi/conversation.pb.d.ts +24 -24
  3. package/api/ondewo/nlu/agent.pb.d.ts +258 -18
  4. package/api/ondewo/nlu/agent.pbsc.d.ts +141 -60
  5. package/api/ondewo/nlu/ccai-project.pb.d.ts +1337 -0
  6. package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
  7. package/api/ondewo/nlu/ccai-project.pbsc.d.ts +102 -0
  8. package/api/ondewo/nlu/common.pb.d.ts +957 -0
  9. package/api/ondewo/nlu/context.pb.d.ts +41 -0
  10. package/api/ondewo/nlu/entity-type.pb.d.ts +55 -14
  11. package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
  12. package/api/ondewo/nlu/intent.pb.d.ts +129 -9
  13. package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
  14. package/api/ondewo/nlu/operation-metadata.pb.d.ts +22 -1
  15. package/api/ondewo/nlu/project-role.pb.d.ts +26 -5
  16. package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
  17. package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
  18. package/api/ondewo/nlu/session.pb.d.ts +1593 -146
  19. package/api/ondewo/nlu/session.pbsc.d.ts +150 -5
  20. package/api/ondewo/nlu/user.pb.d.ts +761 -18
  21. package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
  22. package/api/ondewo/nlu/webhook.pb.d.ts +545 -10
  23. package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
  24. package/api/ondewo/s2t/speech-to-text.pb.d.ts +66 -315
  25. package/api/ondewo/t2s/text-to-speech.pb.d.ts +391 -5
  26. package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +0 -5
  27. package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +47 -64
  28. package/esm2022/api/google/api/http.pb.mjs +8 -25
  29. package/esm2022/api/google/rpc/status.pb.mjs +3 -7
  30. package/esm2022/api/google/type/latlng.pb.mjs +3 -6
  31. package/esm2022/api/ondewo/csi/conversation.pb.mjs +57 -111
  32. package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +174 -177
  33. package/esm2022/api/ondewo/nlu/agent.pb.mjs +1053 -502
  34. package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +899 -751
  35. package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +61 -197
  36. package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +156 -159
  37. package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2490 -0
  38. package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
  39. package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +194 -0
  40. package/esm2022/api/ondewo/nlu/common.pb.mjs +1856 -5
  41. package/esm2022/api/ondewo/nlu/context.pb.mjs +170 -52
  42. package/esm2022/api/ondewo/nlu/context.pbsc.mjs +120 -123
  43. package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +224 -177
  44. package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +302 -305
  45. package/esm2022/api/ondewo/nlu/intent.pb.mjs +593 -414
  46. package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +499 -502
  47. package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +78 -24
  48. package/esm2022/api/ondewo/nlu/operations.pb.mjs +18 -46
  49. package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +84 -87
  50. package/esm2022/api/ondewo/nlu/project-role.pb.mjs +96 -51
  51. package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +104 -107
  52. package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +9 -20
  53. package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +156 -159
  54. package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +3 -5
  55. package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +71 -74
  56. package/esm2022/api/ondewo/nlu/session.pb.mjs +3086 -623
  57. package/esm2022/api/ondewo/nlu/session.pbsc.mjs +789 -521
  58. package/esm2022/api/ondewo/nlu/user.pb.mjs +1392 -123
  59. package/esm2022/api/ondewo/nlu/user.pbsc.mjs +497 -289
  60. package/esm2022/api/ondewo/nlu/utility.pb.mjs +42 -140
  61. package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +156 -159
  62. package/esm2022/api/ondewo/nlu/webhook.pb.mjs +925 -54
  63. package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +157 -69
  64. package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +327 -990
  65. package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +282 -285
  66. package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +964 -365
  67. package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
  68. package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +307 -343
  69. package/esm2022/public-api.mjs +4 -1
  70. package/fesm2022/ondewo-csi-client-angular.mjs +45360 -34604
  71. package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
  72. package/package.json +5 -5
  73. package/public-api.d.ts +3 -0
package/README.md CHANGED
@@ -79,7 +79,7 @@ npm
79
79
  │ ├── text-to-speech.pbconf.d.ts
80
80
  │ ├── text-to-speech.pb.d.ts
81
81
  │ └── text-to-speech.pbsc.d.ts
82
- ├── esm2020
82
+ ├── esm2022
83
83
  │ ├── api
84
84
  │ │ ├── google
85
85
  │ │ │ ├── api
@@ -112,10 +112,7 @@ npm
112
112
  │ │ └── text-to-speech.pbsc.mjs
113
113
  │ ├── ondewo-csi-client-angular.mjs
114
114
  │ └── public-api.mjs
115
- ├── fesm2015
116
- │ ├── ondewo-csi-client-angular.mjs
117
- │ └── ondewo-csi-client-angular.mjs.map
118
- ├── fesm2020
115
+ ├── fesm2022
119
116
  │ ├── ondewo-csi-client-angular.mjs
120
117
  │ └── ondewo-csi-client-angular.mjs.map
121
118
  ├── index.d.ts
@@ -2,10 +2,10 @@ import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/
2
2
  import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
3
  import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
4
4
  import * as googleRpc006 from '../../google/rpc/status.pb';
5
- import * as ondewoNlu008 from '../../ondewo/nlu/context.pb';
6
- import * as ondewoNlu011 from '../../ondewo/nlu/session.pb';
7
- import * as ondewoT2s012 from '../../ondewo/t2s/text-to-speech.pb';
8
- import * as ondewoS2t013 from '../../ondewo/s2t/speech-to-text.pb';
5
+ import * as ondewoNlu009 from '../../ondewo/nlu/context.pb';
6
+ import * as ondewoNlu012 from '../../ondewo/nlu/session.pb';
7
+ import * as ondewoT2s013 from '../../ondewo/t2s/text-to-speech.pb';
8
+ import * as ondewoS2t014 from '../../ondewo/s2t/speech-to-text.pb';
9
9
  export declare enum ControlStatus {
10
10
  OK = 0,
11
11
  EMERGENCY_STOP = 1
@@ -461,10 +461,10 @@ export declare class S2sStreamResponse implements GrpcMessage {
461
461
  * @param _value initial values object or instance of S2sStreamResponse to deeply clone from
462
462
  */
463
463
  constructor(_value?: RecursivePartial<S2sStreamResponse.AsObject>);
464
- get detectIntentResponse(): ondewoNlu011.DetectIntentResponse | undefined;
465
- set detectIntentResponse(value: ondewoNlu011.DetectIntentResponse | undefined);
466
- get synthesizeResponse(): ondewoT2s012.SynthesizeResponse | undefined;
467
- set synthesizeResponse(value: ondewoT2s012.SynthesizeResponse | undefined);
464
+ get detectIntentResponse(): ondewoNlu012.DetectIntentResponse | undefined;
465
+ set detectIntentResponse(value: ondewoNlu012.DetectIntentResponse | undefined);
466
+ get synthesizeResponse(): ondewoT2s013.SynthesizeResponse | undefined;
467
+ set synthesizeResponse(value: ondewoT2s013.SynthesizeResponse | undefined);
468
468
  get sipTrigger(): SipTrigger | undefined;
469
469
  set sipTrigger(value: SipTrigger | undefined);
470
470
  get response(): S2sStreamResponse.ResponseCase;
@@ -493,16 +493,16 @@ export declare module S2sStreamResponse {
493
493
  * Standard JavaScript object representation for S2sStreamResponse
494
494
  */
495
495
  interface AsObject {
496
- detectIntentResponse?: ondewoNlu011.DetectIntentResponse.AsObject;
497
- synthesizeResponse?: ondewoT2s012.SynthesizeResponse.AsObject;
496
+ detectIntentResponse?: ondewoNlu012.DetectIntentResponse.AsObject;
497
+ synthesizeResponse?: ondewoT2s013.SynthesizeResponse.AsObject;
498
498
  sipTrigger?: SipTrigger.AsObject;
499
499
  }
500
500
  /**
501
501
  * Protobuf JSON representation for S2sStreamResponse
502
502
  */
503
503
  interface AsProtobufJSON {
504
- detectIntentResponse: ondewoNlu011.DetectIntentResponse.AsProtobufJSON | null;
505
- synthesizeResponse: ondewoT2s012.SynthesizeResponse.AsProtobufJSON | null;
504
+ detectIntentResponse: ondewoNlu012.DetectIntentResponse.AsProtobufJSON | null;
505
+ synthesizeResponse: ondewoT2s013.SynthesizeResponse.AsProtobufJSON | null;
506
506
  sipTrigger: SipTrigger.AsProtobufJSON | null;
507
507
  }
508
508
  enum ResponseCase {
@@ -1065,18 +1065,18 @@ export declare class ControlMessageServiceParameters implements GrpcMessage {
1065
1065
  * @param _value initial values object or instance of ControlMessageServiceParameters to deeply clone from
1066
1066
  */
1067
1067
  constructor(_value?: RecursivePartial<ControlMessageServiceParameters.AsObject>);
1068
- get t2sConfig(): ondewoT2s012.RequestConfig | undefined;
1069
- set t2sConfig(value: ondewoT2s012.RequestConfig | undefined);
1070
- get s2tConfig(): ondewoS2t013.TranscribeRequestConfig | undefined;
1071
- set s2tConfig(value: ondewoS2t013.TranscribeRequestConfig | undefined);
1068
+ get t2sConfig(): ondewoT2s013.RequestConfig | undefined;
1069
+ set t2sConfig(value: ondewoT2s013.RequestConfig | undefined);
1070
+ get s2tConfig(): ondewoS2t014.TranscribeRequestConfig | undefined;
1071
+ set s2tConfig(value: ondewoS2t014.TranscribeRequestConfig | undefined);
1072
1072
  get transferId(): string;
1073
1073
  set transferId(value: string);
1074
1074
  get wavFiles(): Uint8Array[];
1075
1075
  set wavFiles(value: Uint8Array[]);
1076
1076
  get text(): string;
1077
1077
  set text(value: string);
1078
- get context(): ondewoNlu008.Context | undefined;
1079
- set context(value: ondewoNlu008.Context | undefined);
1078
+ get context(): ondewoNlu009.Context | undefined;
1079
+ set context(value: ondewoNlu009.Context | undefined);
1080
1080
  get sessionId(): string;
1081
1081
  set sessionId(value: string);
1082
1082
  get contextName(): string;
@@ -1111,12 +1111,12 @@ export declare module ControlMessageServiceParameters {
1111
1111
  * Standard JavaScript object representation for ControlMessageServiceParameters
1112
1112
  */
1113
1113
  interface AsObject {
1114
- t2sConfig?: ondewoT2s012.RequestConfig.AsObject;
1115
- s2tConfig?: ondewoS2t013.TranscribeRequestConfig.AsObject;
1114
+ t2sConfig?: ondewoT2s013.RequestConfig.AsObject;
1115
+ s2tConfig?: ondewoS2t014.TranscribeRequestConfig.AsObject;
1116
1116
  transferId: string;
1117
1117
  wavFiles: Uint8Array[];
1118
1118
  text: string;
1119
- context?: ondewoNlu008.Context.AsObject;
1119
+ context?: ondewoNlu009.Context.AsObject;
1120
1120
  sessionId: string;
1121
1121
  contextName: string;
1122
1122
  conditionStart?: Condition.AsObject;
@@ -1126,12 +1126,12 @@ export declare module ControlMessageServiceParameters {
1126
1126
  * Protobuf JSON representation for ControlMessageServiceParameters
1127
1127
  */
1128
1128
  interface AsProtobufJSON {
1129
- t2sConfig: ondewoT2s012.RequestConfig.AsProtobufJSON | null;
1130
- s2tConfig: ondewoS2t013.TranscribeRequestConfig.AsProtobufJSON | null;
1129
+ t2sConfig: ondewoT2s013.RequestConfig.AsProtobufJSON | null;
1130
+ s2tConfig: ondewoS2t014.TranscribeRequestConfig.AsProtobufJSON | null;
1131
1131
  transferId: string;
1132
1132
  wavFiles: string[];
1133
1133
  text: string;
1134
- context: ondewoNlu008.Context.AsProtobufJSON | null;
1134
+ context: ondewoNlu009.Context.AsProtobufJSON | null;
1135
1135
  sessionId: string;
1136
1136
  contextName: string;
1137
1137
  conditionStart: Condition.AsProtobufJSON | null;