@ondewo/csi-client-angular 4.0.0 → 5.1.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 +874 -48
- 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 +2911 -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 +14751 -9195
- package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +9 -9
|
@@ -58,7 +58,7 @@ export declare class Http implements GrpcMessage {
|
|
|
58
58
|
*/
|
|
59
59
|
toProtobufJSON(options?: ToProtobufJSONOptions): Http.AsProtobufJSON;
|
|
60
60
|
}
|
|
61
|
-
export declare
|
|
61
|
+
export declare namespace Http {
|
|
62
62
|
/**
|
|
63
63
|
* Standard JavaScript object representation for Http
|
|
64
64
|
*/
|
|
@@ -158,7 +158,7 @@ export declare class HttpRule implements GrpcMessage {
|
|
|
158
158
|
*/
|
|
159
159
|
toProtobufJSON(options?: ToProtobufJSONOptions): HttpRule.AsProtobufJSON;
|
|
160
160
|
}
|
|
161
|
-
export declare
|
|
161
|
+
export declare namespace HttpRule {
|
|
162
162
|
/**
|
|
163
163
|
* Standard JavaScript object representation for HttpRule
|
|
164
164
|
*/
|
|
@@ -257,7 +257,7 @@ export declare class CustomHttpPattern implements GrpcMessage {
|
|
|
257
257
|
*/
|
|
258
258
|
toProtobufJSON(options?: ToProtobufJSONOptions): CustomHttpPattern.AsProtobufJSON;
|
|
259
259
|
}
|
|
260
|
-
export declare
|
|
260
|
+
export declare namespace CustomHttpPattern {
|
|
261
261
|
/**
|
|
262
262
|
* Standard JavaScript object representation for CustomHttpPattern
|
|
263
263
|
*/
|
|
@@ -62,7 +62,7 @@ export declare class Status implements GrpcMessage {
|
|
|
62
62
|
*/
|
|
63
63
|
toProtobufJSON(options?: ToProtobufJSONOptions): Status.AsProtobufJSON;
|
|
64
64
|
}
|
|
65
|
-
export declare
|
|
65
|
+
export declare namespace Status {
|
|
66
66
|
/**
|
|
67
67
|
* Standard JavaScript object representation for Status
|
|
68
68
|
*/
|
|
@@ -58,7 +58,7 @@ export declare class LatLng implements GrpcMessage {
|
|
|
58
58
|
*/
|
|
59
59
|
toProtobufJSON(options?: ToProtobufJSONOptions): LatLng.AsProtobufJSON;
|
|
60
60
|
}
|
|
61
|
-
export declare
|
|
61
|
+
export declare namespace LatLng {
|
|
62
62
|
/**
|
|
63
63
|
* Standard JavaScript object representation for LatLng
|
|
64
64
|
*/
|
|
@@ -8,14 +8,18 @@ import * as ondewoT2s013 from '../../ondewo/t2s/text-to-speech.pb';
|
|
|
8
8
|
import * as ondewoS2t014 from '../../ondewo/s2t/speech-to-text.pb';
|
|
9
9
|
export declare enum ControlStatus {
|
|
10
10
|
OK = 0,
|
|
11
|
-
EMERGENCY_STOP = 1
|
|
11
|
+
EMERGENCY_STOP = 1,
|
|
12
|
+
VAD_START_OF_SPEECH = 2
|
|
12
13
|
}
|
|
13
14
|
export declare enum ControlMessageServiceName {
|
|
14
15
|
UNKNOWNNAME = 0,
|
|
15
16
|
ondewo_s2t = 1,
|
|
16
17
|
ondewo_t2s = 2,
|
|
17
18
|
ondewo_nlu = 3,
|
|
18
|
-
ondewo_sip = 4
|
|
19
|
+
ondewo_sip = 4,
|
|
20
|
+
ondewo_vtsi = 5,
|
|
21
|
+
ondewo_csi = 6,
|
|
22
|
+
ondewo_survey = 7
|
|
19
23
|
}
|
|
20
24
|
export declare enum ControlMessageServiceMethod {
|
|
21
25
|
UNKNOWNMETHOD = 0,
|
|
@@ -112,7 +116,7 @@ export declare class S2sPipeline implements GrpcMessage {
|
|
|
112
116
|
*/
|
|
113
117
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2sPipeline.AsProtobufJSON;
|
|
114
118
|
}
|
|
115
|
-
export declare
|
|
119
|
+
export declare namespace S2sPipeline {
|
|
116
120
|
/**
|
|
117
121
|
* Standard JavaScript object representation for S2sPipeline
|
|
118
122
|
*/
|
|
@@ -189,7 +193,7 @@ export declare class S2sPipelineId implements GrpcMessage {
|
|
|
189
193
|
*/
|
|
190
194
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2sPipelineId.AsProtobufJSON;
|
|
191
195
|
}
|
|
192
|
-
export declare
|
|
196
|
+
export declare namespace S2sPipelineId {
|
|
193
197
|
/**
|
|
194
198
|
* Standard JavaScript object representation for S2sPipelineId
|
|
195
199
|
*/
|
|
@@ -255,7 +259,7 @@ export declare class ListS2sPipelinesRequest implements GrpcMessage {
|
|
|
255
259
|
*/
|
|
256
260
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2sPipelinesRequest.AsProtobufJSON;
|
|
257
261
|
}
|
|
258
|
-
export declare
|
|
262
|
+
export declare namespace ListS2sPipelinesRequest {
|
|
259
263
|
/**
|
|
260
264
|
* Standard JavaScript object representation for ListS2sPipelinesRequest
|
|
261
265
|
*/
|
|
@@ -322,7 +326,7 @@ export declare class ListS2sPipelinesResponse implements GrpcMessage {
|
|
|
322
326
|
*/
|
|
323
327
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2sPipelinesResponse.AsProtobufJSON;
|
|
324
328
|
}
|
|
325
|
-
export declare
|
|
329
|
+
export declare namespace ListS2sPipelinesResponse {
|
|
326
330
|
/**
|
|
327
331
|
* Standard JavaScript object representation for ListS2sPipelinesResponse
|
|
328
332
|
*/
|
|
@@ -403,7 +407,7 @@ export declare class S2sStreamRequest implements GrpcMessage {
|
|
|
403
407
|
*/
|
|
404
408
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2sStreamRequest.AsProtobufJSON;
|
|
405
409
|
}
|
|
406
|
-
export declare
|
|
410
|
+
export declare namespace S2sStreamRequest {
|
|
407
411
|
/**
|
|
408
412
|
* Standard JavaScript object representation for S2sStreamRequest
|
|
409
413
|
*/
|
|
@@ -488,7 +492,7 @@ export declare class S2sStreamResponse implements GrpcMessage {
|
|
|
488
492
|
*/
|
|
489
493
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2sStreamResponse.AsProtobufJSON;
|
|
490
494
|
}
|
|
491
|
-
export declare
|
|
495
|
+
export declare namespace S2sStreamResponse {
|
|
492
496
|
/**
|
|
493
497
|
* Standard JavaScript object representation for S2sStreamResponse
|
|
494
498
|
*/
|
|
@@ -570,7 +574,7 @@ export declare class SipTrigger implements GrpcMessage {
|
|
|
570
574
|
*/
|
|
571
575
|
toProtobufJSON(options?: ToProtobufJSONOptions): SipTrigger.AsProtobufJSON;
|
|
572
576
|
}
|
|
573
|
-
export declare
|
|
577
|
+
export declare namespace SipTrigger {
|
|
574
578
|
/**
|
|
575
579
|
* Standard JavaScript object representation for SipTrigger
|
|
576
580
|
*/
|
|
@@ -654,7 +658,7 @@ export declare class CheckUpstreamHealthResponse implements GrpcMessage {
|
|
|
654
658
|
*/
|
|
655
659
|
toProtobufJSON(options?: ToProtobufJSONOptions): CheckUpstreamHealthResponse.AsProtobufJSON;
|
|
656
660
|
}
|
|
657
|
-
export declare
|
|
661
|
+
export declare namespace CheckUpstreamHealthResponse {
|
|
658
662
|
/**
|
|
659
663
|
* Standard JavaScript object representation for CheckUpstreamHealthResponse
|
|
660
664
|
*/
|
|
@@ -724,7 +728,7 @@ export declare class ControlStreamRequest implements GrpcMessage {
|
|
|
724
728
|
*/
|
|
725
729
|
toProtobufJSON(options?: ToProtobufJSONOptions): ControlStreamRequest.AsProtobufJSON;
|
|
726
730
|
}
|
|
727
|
-
export declare
|
|
731
|
+
export declare namespace ControlStreamRequest {
|
|
728
732
|
/**
|
|
729
733
|
* Standard JavaScript object representation for ControlStreamRequest
|
|
730
734
|
*/
|
|
@@ -791,7 +795,7 @@ export declare class ControlStreamResponse implements GrpcMessage {
|
|
|
791
795
|
*/
|
|
792
796
|
toProtobufJSON(options?: ToProtobufJSONOptions): ControlStreamResponse.AsProtobufJSON;
|
|
793
797
|
}
|
|
794
|
-
export declare
|
|
798
|
+
export declare namespace ControlStreamResponse {
|
|
795
799
|
/**
|
|
796
800
|
* Standard JavaScript object representation for ControlStreamResponse
|
|
797
801
|
*/
|
|
@@ -860,7 +864,7 @@ export declare class SetControlStatusRequest implements GrpcMessage {
|
|
|
860
864
|
*/
|
|
861
865
|
toProtobufJSON(options?: ToProtobufJSONOptions): SetControlStatusRequest.AsProtobufJSON;
|
|
862
866
|
}
|
|
863
|
-
export declare
|
|
867
|
+
export declare namespace SetControlStatusRequest {
|
|
864
868
|
/**
|
|
865
869
|
* Standard JavaScript object representation for SetControlStatusRequest
|
|
866
870
|
*/
|
|
@@ -932,7 +936,7 @@ export declare class SetControlStatusResponse implements GrpcMessage {
|
|
|
932
936
|
*/
|
|
933
937
|
toProtobufJSON(options?: ToProtobufJSONOptions): SetControlStatusResponse.AsProtobufJSON;
|
|
934
938
|
}
|
|
935
|
-
export declare
|
|
939
|
+
export declare namespace SetControlStatusResponse {
|
|
936
940
|
/**
|
|
937
941
|
* Standard JavaScript object representation for SetControlStatusResponse
|
|
938
942
|
*/
|
|
@@ -1006,7 +1010,7 @@ export declare class Condition implements GrpcMessage {
|
|
|
1006
1010
|
*/
|
|
1007
1011
|
toProtobufJSON(options?: ToProtobufJSONOptions): Condition.AsProtobufJSON;
|
|
1008
1012
|
}
|
|
1009
|
-
export declare
|
|
1013
|
+
export declare namespace Condition {
|
|
1010
1014
|
/**
|
|
1011
1015
|
* Standard JavaScript object representation for Condition
|
|
1012
1016
|
*/
|
|
@@ -1106,7 +1110,7 @@ export declare class ControlMessageServiceParameters implements GrpcMessage {
|
|
|
1106
1110
|
*/
|
|
1107
1111
|
toProtobufJSON(options?: ToProtobufJSONOptions): ControlMessageServiceParameters.AsProtobufJSON;
|
|
1108
1112
|
}
|
|
1109
|
-
export declare
|
|
1113
|
+
export declare namespace ControlMessageServiceParameters {
|
|
1110
1114
|
/**
|
|
1111
1115
|
* Standard JavaScript object representation for ControlMessageServiceParameters
|
|
1112
1116
|
*/
|
|
@@ -1204,7 +1208,7 @@ export declare class ControlMessage implements GrpcMessage {
|
|
|
1204
1208
|
*/
|
|
1205
1209
|
toProtobufJSON(options?: ToProtobufJSONOptions): ControlMessage.AsProtobufJSON;
|
|
1206
1210
|
}
|
|
1207
|
-
export declare
|
|
1211
|
+
export declare namespace ControlMessage {
|
|
1208
1212
|
/**
|
|
1209
1213
|
* Standard JavaScript object representation for ControlMessage
|
|
1210
1214
|
*/
|