@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.
Files changed (68) 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 +21 -17
  5. package/api/ondewo/nlu/agent.pb.d.ts +68 -68
  6. package/api/ondewo/nlu/agent.pbsc.d.ts +0 -81
  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 +135 -17
  10. package/api/ondewo/nlu/ccai-project.pbsc.d.ts +16 -0
  11. package/api/ondewo/nlu/common.pb.d.ts +36 -36
  12. package/api/ondewo/nlu/context.pb.d.ts +10 -10
  13. package/api/ondewo/nlu/entity-type.pb.d.ts +28 -28
  14. package/api/ondewo/nlu/intent.pb.d.ts +78 -78
  15. package/api/ondewo/nlu/operation-metadata.pb.d.ts +1 -1
  16. package/api/ondewo/nlu/operations.pb.d.ts +7 -7
  17. package/api/ondewo/nlu/project-role.pb.d.ts +7 -7
  18. package/api/ondewo/nlu/project-statistics.pb.d.ts +4 -4
  19. package/api/ondewo/nlu/server-statistics.pb.d.ts +1 -1
  20. package/api/ondewo/nlu/session.pb.d.ts +743 -96
  21. package/api/ondewo/nlu/session.pbsc.d.ts +54 -6
  22. package/api/ondewo/nlu/user.pb.d.ts +30 -30
  23. package/api/ondewo/nlu/utility.pb.d.ts +22 -22
  24. package/api/ondewo/nlu/webhook.pb.d.ts +12 -12
  25. package/api/ondewo/s2t/speech-to-text.pb.d.ts +869 -47
  26. package/api/ondewo/t2s/text-to-speech.pb.d.ts +801 -44
  27. package/esm2022/api/google/api/http.pb.mjs +1 -1
  28. package/esm2022/api/google/rpc/status.pb.mjs +1 -1
  29. package/esm2022/api/google/type/latlng.pb.mjs +1 -1
  30. package/esm2022/api/ondewo/csi/conversation.pb.mjs +5 -1
  31. package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +5 -5
  32. package/esm2022/api/ondewo/nlu/agent.pb.mjs +1 -1
  33. package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +6 -157
  34. package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +945 -19
  35. package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +96 -6
  36. package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +205 -4
  37. package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +36 -6
  38. package/esm2022/api/ondewo/nlu/common.pb.mjs +58 -56
  39. package/esm2022/api/ondewo/nlu/context.pb.mjs +1 -1
  40. package/esm2022/api/ondewo/nlu/context.pbsc.mjs +5 -5
  41. package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +1 -1
  42. package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +5 -5
  43. package/esm2022/api/ondewo/nlu/intent.pb.mjs +1 -1
  44. package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +5 -5
  45. package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +1 -1
  46. package/esm2022/api/ondewo/nlu/operations.pb.mjs +1 -1
  47. package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +5 -5
  48. package/esm2022/api/ondewo/nlu/project-role.pb.mjs +1 -1
  49. package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +5 -5
  50. package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +1 -1
  51. package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +5 -5
  52. package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
  53. package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +5 -5
  54. package/esm2022/api/ondewo/nlu/session.pb.mjs +2040 -738
  55. package/esm2022/api/ondewo/nlu/session.pbsc.mjs +106 -16
  56. package/esm2022/api/ondewo/nlu/user.pb.mjs +1 -1
  57. package/esm2022/api/ondewo/nlu/user.pbsc.mjs +5 -5
  58. package/esm2022/api/ondewo/nlu/utility.pb.mjs +1 -1
  59. package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +5 -5
  60. package/esm2022/api/ondewo/nlu/webhook.pb.mjs +1 -1
  61. package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +5 -5
  62. package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +2907 -1266
  63. package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +6 -6
  64. package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +2794 -1373
  65. package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +6 -6
  66. package/fesm2022/ondewo-csi-client-angular.mjs +14747 -9195
  67. package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
  68. package/package.json +9 -9
@@ -79,6 +79,30 @@ export declare class AiServicesClient {
79
79
  * @returns Observable<GrpcEvent<thisProto.ExtractEntitiesResponse>>
80
80
  */
81
81
  extractEntitiesFuzzy: (requestData: thisProto.ExtractEntitiesFuzzyRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ExtractEntitiesResponse>>;
82
+ /**
83
+ * Unary call: /ondewo.nlu.AiServices/LlmGenerate
84
+ *
85
+ * @param requestMessage Request message
86
+ * @param requestMetadata Request metadata
87
+ * @returns Observable<GrpcEvent<thisProto.LlmGenerateResponse>>
88
+ */
89
+ llmGenerate: (requestData: thisProto.LlmGenerateRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.LlmGenerateResponse>>;
90
+ /**
91
+ * Server streaming: /ondewo.nlu.AiServices/StreamingLlmGenerate
92
+ *
93
+ * @param requestMessage Request message
94
+ * @param requestMetadata Request metadata
95
+ * @returns Observable<GrpcEvent<thisProto.StreamingLlmGenerateResponse>>
96
+ */
97
+ streamingLlmGenerate: (requestData: thisProto.LlmGenerateRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.StreamingLlmGenerateResponse>>;
98
+ /**
99
+ * Unary call: /ondewo.nlu.AiServices/ListLlmModels
100
+ *
101
+ * @param requestMessage Request message
102
+ * @param requestMetadata Request metadata
103
+ * @returns Observable<GrpcEvent<thisProto.ListLlmModelsResponse>>
104
+ */
105
+ listLlmModels: (requestData: thisProto.ListLlmModelsRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ListLlmModelsResponse>>;
82
106
  };
83
107
  constructor(settings: any, clientFactory: GrpcClientFactory<any>, handler: GrpcHandler);
84
108
  /**
@@ -145,6 +169,30 @@ export declare class AiServicesClient {
145
169
  * @returns Observable<thisProto.ExtractEntitiesResponse>
146
170
  */
147
171
  extractEntitiesFuzzy(requestData: thisProto.ExtractEntitiesFuzzyRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ExtractEntitiesResponse>;
172
+ /**
173
+ * Unary call @/ondewo.nlu.AiServices/LlmGenerate
174
+ *
175
+ * @param requestMessage Request message
176
+ * @param requestMetadata Request metadata
177
+ * @returns Observable<thisProto.LlmGenerateResponse>
178
+ */
179
+ llmGenerate(requestData: thisProto.LlmGenerateRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.LlmGenerateResponse>;
180
+ /**
181
+ * Server streaming @/ondewo.nlu.AiServices/StreamingLlmGenerate
182
+ *
183
+ * @param requestMessage Request message
184
+ * @param requestMetadata Request metadata
185
+ * @returns Observable<thisProto.StreamingLlmGenerateResponse>
186
+ */
187
+ streamingLlmGenerate(requestData: thisProto.LlmGenerateRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.StreamingLlmGenerateResponse>;
188
+ /**
189
+ * Unary call @/ondewo.nlu.AiServices/ListLlmModels
190
+ *
191
+ * @param requestMessage Request message
192
+ * @param requestMetadata Request metadata
193
+ * @returns Observable<thisProto.ListLlmModelsResponse>
194
+ */
195
+ listLlmModels(requestData: thisProto.ListLlmModelsRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ListLlmModelsResponse>;
148
196
  static ɵfac: i0.ɵɵFactoryDeclaration<AiServicesClient, [{ optional: true; }, null, null]>;
149
197
  static ɵprov: i0.ɵɵInjectableDeclaration<AiServicesClient>;
150
198
  }
@@ -24,10 +24,39 @@ export declare enum CcaiServiceType {
24
24
  CCAI_SERVICE_TYPE_ONDEWO_SIP = 6,
25
25
  CCAI_SERVICE_TYPE_ONDEWO_T2S = 7,
26
26
  CCAI_SERVICE_TYPE_ONDEWO_VTSI = 8,
27
- CCAI_SERVICE_TYPE_VTSI_RABBITMQ = 9,
27
+ CCAI_SERVICE_TYPE_ONDEWO_VTSI_RABBITMQ = 9,
28
28
  CCAI_SERVICE_TYPE_ONDEWO_NLU_QA = 10,
29
29
  CCAI_SERVICE_TYPE_ONDEWO_NLU_WEBHOOK = 11,
30
- CCAI_SERVICE_TYPE_ONDEWO_SURVEY = 12
30
+ CCAI_SERVICE_TYPE_ONDEWO_SURVEY = 12,
31
+ CCAI_SERVICE_TYPE_ONDEWO_NLU_LLM = 13,
32
+ CCAI_SERVICE_TYPE_ONDEWO_NLU_WEBSEARCH = 14,
33
+ CCAI_SERVICE_TYPE_ONDEWO_AIM_WEBCHAT = 15,
34
+ CCAI_SERVICE_TYPE_ONDEWO_AIM_WEBPHONE = 16,
35
+ CCAI_SERVICE_TYPE_ONDEWO_NLU_VECTORSTORE = 17
36
+ }
37
+ export declare enum CcaiServiceProvider {
38
+ NO_CCAI_SERVICE_PROVIDER = 0,
39
+ CCAI_SERVICE_PROVIDER_ONDEWO = 1,
40
+ CCAI_SERVICE_PROVIDER_GOOGLE_GEMINI = 2,
41
+ CCAI_SERVICE_PROVIDER_MICROSOFT_AZURE_OPENAI = 3,
42
+ CCAI_SERVICE_PROVIDER_MICROSOFT_AUTOGEN = 4,
43
+ CCAI_SERVICE_PROVIDER_OLLAMA = 5,
44
+ CCAI_SERVICE_PROVIDER_OPENAI = 6,
45
+ CCAI_SERVICE_PROVIDER_ANTHROPIC = 7,
46
+ CCAI_SERVICE_PROVIDER_HUGGINGFACE = 8,
47
+ CCAI_SERVICE_PROVIDER_IBM = 9,
48
+ CCAI_SERVICE_PROVIDER_HAYSTACK = 10,
49
+ CCAI_SERVICE_PROVIDER_LANGCHAIN = 11,
50
+ CCAI_SERVICE_PROVIDER_AMAZON = 12,
51
+ CCAI_SERVICE_PROVIDER_MISTRAL = 13,
52
+ CCAI_SERVICE_PROVIDER_DUCKDUCKGO = 14,
53
+ CCAI_SERVICE_PROVIDER_GOOGLE_PSE = 15,
54
+ CCAI_SERVICE_PROVIDER_JINA = 16,
55
+ CCAI_SERVICE_PROVIDER_TAVILY = 17,
56
+ CCAI_SERVICE_PROVIDER_ELASTICSEARCH = 18,
57
+ CCAI_SERVICE_PROVIDER_MILVUS = 19,
58
+ CCAI_SERVICE_PROVIDER_QDRANT = 20,
59
+ CCAI_SERVICE_PROVIDER_CHROMA = 21
31
60
  }
32
61
  export declare enum CcaiProjectView {
33
62
  CCAI_PROJECT_VIEW_UNSPECIFIED = 0,
@@ -121,7 +150,7 @@ export declare class CcaiProject implements GrpcMessage {
121
150
  */
122
151
  toProtobufJSON(options?: ToProtobufJSONOptions): CcaiProject.AsProtobufJSON;
123
152
  }
124
- export declare module CcaiProject {
153
+ export declare namespace CcaiProject {
125
154
  /**
126
155
  * Standard JavaScript object representation for CcaiProject
127
156
  */
@@ -214,7 +243,7 @@ export declare module CcaiProject {
214
243
  */
215
244
  toProtobufJSON(options?: ToProtobufJSONOptions): CcaiServicesMapEntry.AsProtobufJSON;
216
245
  }
217
- module CcaiServicesMapEntry {
246
+ namespace CcaiServicesMapEntry {
218
247
  /**
219
248
  * Standard JavaScript object representation for CcaiServicesMapEntry
220
249
  */
@@ -286,7 +315,7 @@ export declare class CcaiServiceList implements GrpcMessage {
286
315
  */
287
316
  toProtobufJSON(options?: ToProtobufJSONOptions): CcaiServiceList.AsProtobufJSON;
288
317
  }
289
- export declare module CcaiServiceList {
318
+ export declare namespace CcaiServiceList {
290
319
  /**
291
320
  * Standard JavaScript object representation for CcaiServiceList
292
321
  */
@@ -349,6 +378,9 @@ export declare class CcaiService implements GrpcMessage {
349
378
  private _modifiedAt?;
350
379
  private _createdBy;
351
380
  private _modifiedBy;
381
+ private _headers?;
382
+ private _ccaiServiceProvider;
383
+ private _serviceHierarchy;
352
384
  /**
353
385
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
354
386
  * @param _value initial values object or instance of CcaiService to deeply clone from
@@ -398,6 +430,12 @@ export declare class CcaiService implements GrpcMessage {
398
430
  set createdBy(value: string);
399
431
  get modifiedBy(): string;
400
432
  set modifiedBy(value: string);
433
+ get headers(): googleProtobuf002.Struct | undefined;
434
+ set headers(value: googleProtobuf002.Struct | undefined);
435
+ get ccaiServiceProvider(): CcaiServiceProvider;
436
+ set ccaiServiceProvider(value: CcaiServiceProvider);
437
+ get serviceHierarchy(): string;
438
+ set serviceHierarchy(value: string);
401
439
  /**
402
440
  * Serialize message to binary data
403
441
  * @param instance message instance
@@ -418,7 +456,7 @@ export declare class CcaiService implements GrpcMessage {
418
456
  */
419
457
  toProtobufJSON(options?: ToProtobufJSONOptions): CcaiService.AsProtobufJSON;
420
458
  }
421
- export declare module CcaiService {
459
+ export declare namespace CcaiService {
422
460
  /**
423
461
  * Standard JavaScript object representation for CcaiService
424
462
  */
@@ -445,6 +483,9 @@ export declare module CcaiService {
445
483
  modifiedAt?: googleProtobuf001.Timestamp.AsObject;
446
484
  createdBy: string;
447
485
  modifiedBy: string;
486
+ headers?: googleProtobuf002.Struct.AsObject;
487
+ ccaiServiceProvider: CcaiServiceProvider;
488
+ serviceHierarchy: string;
448
489
  }
449
490
  /**
450
491
  * Protobuf JSON representation for CcaiService
@@ -472,6 +513,9 @@ export declare module CcaiService {
472
513
  modifiedAt: googleProtobuf001.Timestamp.AsProtobufJSON | null;
473
514
  createdBy: string;
474
515
  modifiedBy: string;
516
+ headers: googleProtobuf002.Struct.AsProtobufJSON | null;
517
+ ccaiServiceProvider: string;
518
+ serviceHierarchy: string;
475
519
  }
476
520
  }
477
521
  /**
@@ -532,7 +576,7 @@ export declare class CreateCcaiProjectRequest implements GrpcMessage {
532
576
  */
533
577
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateCcaiProjectRequest.AsProtobufJSON;
534
578
  }
535
- export declare module CreateCcaiProjectRequest {
579
+ export declare namespace CreateCcaiProjectRequest {
536
580
  /**
537
581
  * Standard JavaScript object representation for CreateCcaiProjectRequest
538
582
  */
@@ -606,7 +650,7 @@ export declare class CreateCcaiProjectResponse implements GrpcMessage {
606
650
  */
607
651
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateCcaiProjectResponse.AsProtobufJSON;
608
652
  }
609
- export declare module CreateCcaiProjectResponse {
653
+ export declare namespace CreateCcaiProjectResponse {
610
654
  /**
611
655
  * Standard JavaScript object representation for CreateCcaiProjectResponse
612
656
  */
@@ -686,7 +730,7 @@ export declare class GetCcaiProjectRequest implements GrpcMessage {
686
730
  */
687
731
  toProtobufJSON(options?: ToProtobufJSONOptions): GetCcaiProjectRequest.AsProtobufJSON;
688
732
  }
689
- export declare module GetCcaiProjectRequest {
733
+ export declare namespace GetCcaiProjectRequest {
690
734
  /**
691
735
  * Standard JavaScript object representation for GetCcaiProjectRequest
692
736
  */
@@ -706,6 +750,80 @@ export declare module GetCcaiProjectRequest {
706
750
  nluProjectName: string;
707
751
  }
708
752
  }
753
+ /**
754
+ * Message implementation for ondewo.nlu.GetCcaiServiceRequest
755
+ */
756
+ export declare class GetCcaiServiceRequest implements GrpcMessage {
757
+ static id: string;
758
+ /**
759
+ * Deserialize binary data to message
760
+ * @param instance message instance
761
+ */
762
+ static deserializeBinary(bytes: ByteSource): GetCcaiServiceRequest;
763
+ /**
764
+ * Check all the properties and set default protobuf values if necessary
765
+ * @param _instance message instance
766
+ */
767
+ static refineValues(_instance: GetCcaiServiceRequest): void;
768
+ /**
769
+ * Deserializes / reads binary message into message instance using provided binary reader
770
+ * @param _instance message instance
771
+ * @param _reader binary reader instance
772
+ */
773
+ static deserializeBinaryFromReader(_instance: GetCcaiServiceRequest, _reader: BinaryReader): void;
774
+ /**
775
+ * Serializes a message to binary format using provided binary reader
776
+ * @param _instance message instance
777
+ * @param _writer binary writer instance
778
+ */
779
+ static serializeBinaryToWriter(_instance: GetCcaiServiceRequest, _writer: BinaryWriter): void;
780
+ private _name;
781
+ private _nluProjectName;
782
+ /**
783
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
784
+ * @param _value initial values object or instance of GetCcaiServiceRequest to deeply clone from
785
+ */
786
+ constructor(_value?: RecursivePartial<GetCcaiServiceRequest.AsObject>);
787
+ get name(): string;
788
+ set name(value: string);
789
+ get nluProjectName(): string;
790
+ set nluProjectName(value: string);
791
+ /**
792
+ * Serialize message to binary data
793
+ * @param instance message instance
794
+ */
795
+ serializeBinary(): any;
796
+ /**
797
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
798
+ */
799
+ toObject(): GetCcaiServiceRequest.AsObject;
800
+ /**
801
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
802
+ */
803
+ toJSON(): GetCcaiServiceRequest.AsObject;
804
+ /**
805
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
806
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
807
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
808
+ */
809
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetCcaiServiceRequest.AsProtobufJSON;
810
+ }
811
+ export declare namespace GetCcaiServiceRequest {
812
+ /**
813
+ * Standard JavaScript object representation for GetCcaiServiceRequest
814
+ */
815
+ interface AsObject {
816
+ name: string;
817
+ nluProjectName: string;
818
+ }
819
+ /**
820
+ * Protobuf JSON representation for GetCcaiServiceRequest
821
+ */
822
+ interface AsProtobufJSON {
823
+ name: string;
824
+ nluProjectName: string;
825
+ }
826
+ }
709
827
  /**
710
828
  * Message implementation for ondewo.nlu.ListCcaiProjectsRequest
711
829
  */
@@ -773,7 +891,7 @@ export declare class ListCcaiProjectsRequest implements GrpcMessage {
773
891
  */
774
892
  toProtobufJSON(options?: ToProtobufJSONOptions): ListCcaiProjectsRequest.AsProtobufJSON;
775
893
  }
776
- export declare module ListCcaiProjectsRequest {
894
+ export declare namespace ListCcaiProjectsRequest {
777
895
  /**
778
896
  * Standard JavaScript object representation for ListCcaiProjectsRequest
779
897
  */
@@ -853,7 +971,7 @@ export declare class ListCcaiProjectsResponse implements GrpcMessage {
853
971
  */
854
972
  toProtobufJSON(options?: ToProtobufJSONOptions): ListCcaiProjectsResponse.AsProtobufJSON;
855
973
  }
856
- export declare module ListCcaiProjectsResponse {
974
+ export declare namespace ListCcaiProjectsResponse {
857
975
  /**
858
976
  * Standard JavaScript object representation for ListCcaiProjectsResponse
859
977
  */
@@ -927,7 +1045,7 @@ export declare class CcaiProjectSorting implements GrpcMessage {
927
1045
  */
928
1046
  toProtobufJSON(options?: ToProtobufJSONOptions): CcaiProjectSorting.AsProtobufJSON;
929
1047
  }
930
- export declare module CcaiProjectSorting {
1048
+ export declare namespace CcaiProjectSorting {
931
1049
  /**
932
1050
  * Standard JavaScript object representation for CcaiProjectSorting
933
1051
  */
@@ -1008,7 +1126,7 @@ export declare class CcaiServiceFilter implements GrpcMessage {
1008
1126
  */
1009
1127
  toProtobufJSON(options?: ToProtobufJSONOptions): CcaiServiceFilter.AsProtobufJSON;
1010
1128
  }
1011
- export declare module CcaiServiceFilter {
1129
+ export declare namespace CcaiServiceFilter {
1012
1130
  /**
1013
1131
  * Standard JavaScript object representation for CcaiServiceFilter
1014
1132
  */
@@ -1088,7 +1206,7 @@ export declare class UpdateCcaiProjectRequest implements GrpcMessage {
1088
1206
  */
1089
1207
  toProtobufJSON(options?: ToProtobufJSONOptions): UpdateCcaiProjectRequest.AsProtobufJSON;
1090
1208
  }
1091
- export declare module UpdateCcaiProjectRequest {
1209
+ export declare namespace UpdateCcaiProjectRequest {
1092
1210
  /**
1093
1211
  * Standard JavaScript object representation for UpdateCcaiProjectRequest
1094
1212
  */
@@ -1166,7 +1284,7 @@ export declare class UpdateCcaiProjectResponse implements GrpcMessage {
1166
1284
  */
1167
1285
  toProtobufJSON(options?: ToProtobufJSONOptions): UpdateCcaiProjectResponse.AsProtobufJSON;
1168
1286
  }
1169
- export declare module UpdateCcaiProjectResponse {
1287
+ export declare namespace UpdateCcaiProjectResponse {
1170
1288
  /**
1171
1289
  * Standard JavaScript object representation for UpdateCcaiProjectResponse
1172
1290
  */
@@ -1240,7 +1358,7 @@ export declare class DeleteCcaiProjectRequest implements GrpcMessage {
1240
1358
  */
1241
1359
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteCcaiProjectRequest.AsProtobufJSON;
1242
1360
  }
1243
- export declare module DeleteCcaiProjectRequest {
1361
+ export declare namespace DeleteCcaiProjectRequest {
1244
1362
  /**
1245
1363
  * Standard JavaScript object representation for DeleteCcaiProjectRequest
1246
1364
  */
@@ -1317,7 +1435,7 @@ export declare class DeleteCcaiProjectResponse implements GrpcMessage {
1317
1435
  */
1318
1436
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteCcaiProjectResponse.AsProtobufJSON;
1319
1437
  }
1320
- export declare module DeleteCcaiProjectResponse {
1438
+ export declare namespace DeleteCcaiProjectResponse {
1321
1439
  /**
1322
1440
  * Standard JavaScript object representation for DeleteCcaiProjectResponse
1323
1441
  */
@@ -55,6 +55,14 @@ export declare class CcaiProjectsClient {
55
55
  * @returns Observable<GrpcEvent<thisProto.UpdateCcaiProjectResponse>>
56
56
  */
57
57
  updateCcaiProject: (requestData: thisProto.UpdateCcaiProjectRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.UpdateCcaiProjectResponse>>;
58
+ /**
59
+ * Unary call: /ondewo.nlu.CcaiProjects/GetCcaiService
60
+ *
61
+ * @param requestMessage Request message
62
+ * @param requestMetadata Request metadata
63
+ * @returns Observable<GrpcEvent<thisProto.CcaiService>>
64
+ */
65
+ getCcaiService: (requestData: thisProto.GetCcaiServiceRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.CcaiService>>;
58
66
  };
59
67
  constructor(settings: any, clientFactory: GrpcClientFactory<any>, handler: GrpcHandler);
60
68
  /**
@@ -97,6 +105,14 @@ export declare class CcaiProjectsClient {
97
105
  * @returns Observable<thisProto.UpdateCcaiProjectResponse>
98
106
  */
99
107
  updateCcaiProject(requestData: thisProto.UpdateCcaiProjectRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.UpdateCcaiProjectResponse>;
108
+ /**
109
+ * Unary call @/ondewo.nlu.CcaiProjects/GetCcaiService
110
+ *
111
+ * @param requestMessage Request message
112
+ * @param requestMetadata Request metadata
113
+ * @returns Observable<thisProto.CcaiService>
114
+ */
115
+ getCcaiService(requestData: thisProto.GetCcaiServiceRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.CcaiService>;
100
116
  static ɵfac: i0.ɵɵFactoryDeclaration<CcaiProjectsClient, [{ optional: true; }, null, null]>;
101
117
  static ɵprov: i0.ɵɵInjectableDeclaration<CcaiProjectsClient>;
102
118
  }
@@ -106,7 +106,7 @@ export declare class StatResponse implements GrpcMessage {
106
106
  */
107
107
  toProtobufJSON(options?: ToProtobufJSONOptions): StatResponse.AsProtobufJSON;
108
108
  }
109
- export declare module StatResponse {
109
+ export declare namespace StatResponse {
110
110
  /**
111
111
  * Standard JavaScript object representation for StatResponse
112
112
  */
@@ -199,7 +199,7 @@ export declare class Comment implements GrpcMessage {
199
199
  */
200
200
  toProtobufJSON(options?: ToProtobufJSONOptions): Comment.AsProtobufJSON;
201
201
  }
202
- export declare module Comment {
202
+ export declare namespace Comment {
203
203
  /**
204
204
  * Standard JavaScript object representation for Comment
205
205
  */
@@ -335,7 +335,7 @@ export declare class Notification implements GrpcMessage {
335
335
  */
336
336
  toProtobufJSON(options?: ToProtobufJSONOptions): Notification.AsProtobufJSON;
337
337
  }
338
- export declare module Notification {
338
+ export declare namespace Notification {
339
339
  /**
340
340
  * Standard JavaScript object representation for Notification
341
341
  */
@@ -410,14 +410,14 @@ export declare class AddNotificationsRequest implements GrpcMessage {
410
410
  * @param _writer binary writer instance
411
411
  */
412
412
  static serializeBinaryToWriter(_instance: AddNotificationsRequest, _writer: BinaryWriter): void;
413
- private _notification?;
413
+ private _notifications?;
414
414
  /**
415
415
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
416
416
  * @param _value initial values object or instance of AddNotificationsRequest to deeply clone from
417
417
  */
418
418
  constructor(_value?: RecursivePartial<AddNotificationsRequest.AsObject>);
419
- get notification(): Notification[] | undefined;
420
- set notification(value: Notification[] | undefined);
419
+ get notifications(): Notification[] | undefined;
420
+ set notifications(value: Notification[] | undefined);
421
421
  /**
422
422
  * Serialize message to binary data
423
423
  * @param instance message instance
@@ -438,18 +438,18 @@ export declare class AddNotificationsRequest implements GrpcMessage {
438
438
  */
439
439
  toProtobufJSON(options?: ToProtobufJSONOptions): AddNotificationsRequest.AsProtobufJSON;
440
440
  }
441
- export declare module AddNotificationsRequest {
441
+ export declare namespace AddNotificationsRequest {
442
442
  /**
443
443
  * Standard JavaScript object representation for AddNotificationsRequest
444
444
  */
445
445
  interface AsObject {
446
- notification?: Notification.AsObject[];
446
+ notifications?: Notification.AsObject[];
447
447
  }
448
448
  /**
449
449
  * Protobuf JSON representation for AddNotificationsRequest
450
450
  */
451
451
  interface AsProtobufJSON {
452
- notification: Notification.AsProtobufJSON[] | null;
452
+ notifications: Notification.AsProtobufJSON[] | null;
453
453
  }
454
454
  }
455
455
  /**
@@ -479,14 +479,14 @@ export declare class AddNotificationsResponse implements GrpcMessage {
479
479
  * @param _writer binary writer instance
480
480
  */
481
481
  static serializeBinaryToWriter(_instance: AddNotificationsResponse, _writer: BinaryWriter): void;
482
- private _notification?;
482
+ private _notifications?;
483
483
  /**
484
484
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
485
485
  * @param _value initial values object or instance of AddNotificationsResponse to deeply clone from
486
486
  */
487
487
  constructor(_value?: RecursivePartial<AddNotificationsResponse.AsObject>);
488
- get notification(): Notification[] | undefined;
489
- set notification(value: Notification[] | undefined);
488
+ get notifications(): Notification[] | undefined;
489
+ set notifications(value: Notification[] | undefined);
490
490
  /**
491
491
  * Serialize message to binary data
492
492
  * @param instance message instance
@@ -507,18 +507,18 @@ export declare class AddNotificationsResponse implements GrpcMessage {
507
507
  */
508
508
  toProtobufJSON(options?: ToProtobufJSONOptions): AddNotificationsResponse.AsProtobufJSON;
509
509
  }
510
- export declare module AddNotificationsResponse {
510
+ export declare namespace AddNotificationsResponse {
511
511
  /**
512
512
  * Standard JavaScript object representation for AddNotificationsResponse
513
513
  */
514
514
  interface AsObject {
515
- notification?: Notification.AsObject[];
515
+ notifications?: Notification.AsObject[];
516
516
  }
517
517
  /**
518
518
  * Protobuf JSON representation for AddNotificationsResponse
519
519
  */
520
520
  interface AsProtobufJSON {
521
- notification: Notification.AsProtobufJSON[] | null;
521
+ notifications: Notification.AsProtobufJSON[] | null;
522
522
  }
523
523
  }
524
524
  /**
@@ -600,7 +600,7 @@ export declare class NotificationFilter implements GrpcMessage {
600
600
  */
601
601
  toProtobufJSON(options?: ToProtobufJSONOptions): NotificationFilter.AsProtobufJSON;
602
602
  }
603
- export declare module NotificationFilter {
603
+ export declare namespace NotificationFilter {
604
604
  /**
605
605
  * Standard JavaScript object representation for NotificationFilter
606
606
  */
@@ -691,7 +691,7 @@ export declare class ListNotificationsRequest implements GrpcMessage {
691
691
  */
692
692
  toProtobufJSON(options?: ToProtobufJSONOptions): ListNotificationsRequest.AsProtobufJSON;
693
693
  }
694
- export declare module ListNotificationsRequest {
694
+ export declare namespace ListNotificationsRequest {
695
695
  /**
696
696
  * Standard JavaScript object representation for ListNotificationsRequest
697
697
  */
@@ -736,14 +736,14 @@ export declare class ListNotificationsResponse implements GrpcMessage {
736
736
  * @param _writer binary writer instance
737
737
  */
738
738
  static serializeBinaryToWriter(_instance: ListNotificationsResponse, _writer: BinaryWriter): void;
739
- private _notification?;
739
+ private _notifications?;
740
740
  /**
741
741
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
742
742
  * @param _value initial values object or instance of ListNotificationsResponse to deeply clone from
743
743
  */
744
744
  constructor(_value?: RecursivePartial<ListNotificationsResponse.AsObject>);
745
- get notification(): Notification[] | undefined;
746
- set notification(value: Notification[] | undefined);
745
+ get notifications(): Notification[] | undefined;
746
+ set notifications(value: Notification[] | undefined);
747
747
  /**
748
748
  * Serialize message to binary data
749
749
  * @param instance message instance
@@ -764,18 +764,18 @@ export declare class ListNotificationsResponse implements GrpcMessage {
764
764
  */
765
765
  toProtobufJSON(options?: ToProtobufJSONOptions): ListNotificationsResponse.AsProtobufJSON;
766
766
  }
767
- export declare module ListNotificationsResponse {
767
+ export declare namespace ListNotificationsResponse {
768
768
  /**
769
769
  * Standard JavaScript object representation for ListNotificationsResponse
770
770
  */
771
771
  interface AsObject {
772
- notification?: Notification.AsObject[];
772
+ notifications?: Notification.AsObject[];
773
773
  }
774
774
  /**
775
775
  * Protobuf JSON representation for ListNotificationsResponse
776
776
  */
777
777
  interface AsProtobufJSON {
778
- notification: Notification.AsProtobufJSON[] | null;
778
+ notifications: Notification.AsProtobufJSON[] | null;
779
779
  }
780
780
  }
781
781
  /**
@@ -805,15 +805,15 @@ export declare class SetNotificationsFlaggedStatusRequest implements GrpcMessage
805
805
  * @param _writer binary writer instance
806
806
  */
807
807
  static serializeBinaryToWriter(_instance: SetNotificationsFlaggedStatusRequest, _writer: BinaryWriter): void;
808
- private _notificationName;
808
+ private _notificationNames;
809
809
  private _flagged;
810
810
  /**
811
811
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
812
812
  * @param _value initial values object or instance of SetNotificationsFlaggedStatusRequest to deeply clone from
813
813
  */
814
814
  constructor(_value?: RecursivePartial<SetNotificationsFlaggedStatusRequest.AsObject>);
815
- get notificationName(): string[];
816
- set notificationName(value: string[]);
815
+ get notificationNames(): string[];
816
+ set notificationNames(value: string[]);
817
817
  get flagged(): boolean[];
818
818
  set flagged(value: boolean[]);
819
819
  /**
@@ -836,19 +836,19 @@ export declare class SetNotificationsFlaggedStatusRequest implements GrpcMessage
836
836
  */
837
837
  toProtobufJSON(options?: ToProtobufJSONOptions): SetNotificationsFlaggedStatusRequest.AsProtobufJSON;
838
838
  }
839
- export declare module SetNotificationsFlaggedStatusRequest {
839
+ export declare namespace SetNotificationsFlaggedStatusRequest {
840
840
  /**
841
841
  * Standard JavaScript object representation for SetNotificationsFlaggedStatusRequest
842
842
  */
843
843
  interface AsObject {
844
- notificationName: string[];
844
+ notificationNames: string[];
845
845
  flagged: boolean[];
846
846
  }
847
847
  /**
848
848
  * Protobuf JSON representation for SetNotificationsFlaggedStatusRequest
849
849
  */
850
850
  interface AsProtobufJSON {
851
- notificationName: string[];
851
+ notificationNames: string[];
852
852
  flagged: boolean[];
853
853
  }
854
854
  }
@@ -879,15 +879,15 @@ export declare class SetNotificationsReadStatusRequest implements GrpcMessage {
879
879
  * @param _writer binary writer instance
880
880
  */
881
881
  static serializeBinaryToWriter(_instance: SetNotificationsReadStatusRequest, _writer: BinaryWriter): void;
882
- private _notificationName;
882
+ private _notificationNames;
883
883
  private _flagged;
884
884
  /**
885
885
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
886
886
  * @param _value initial values object or instance of SetNotificationsReadStatusRequest to deeply clone from
887
887
  */
888
888
  constructor(_value?: RecursivePartial<SetNotificationsReadStatusRequest.AsObject>);
889
- get notificationName(): string[];
890
- set notificationName(value: string[]);
889
+ get notificationNames(): string[];
890
+ set notificationNames(value: string[]);
891
891
  get flagged(): boolean[];
892
892
  set flagged(value: boolean[]);
893
893
  /**
@@ -910,19 +910,19 @@ export declare class SetNotificationsReadStatusRequest implements GrpcMessage {
910
910
  */
911
911
  toProtobufJSON(options?: ToProtobufJSONOptions): SetNotificationsReadStatusRequest.AsProtobufJSON;
912
912
  }
913
- export declare module SetNotificationsReadStatusRequest {
913
+ export declare namespace SetNotificationsReadStatusRequest {
914
914
  /**
915
915
  * Standard JavaScript object representation for SetNotificationsReadStatusRequest
916
916
  */
917
917
  interface AsObject {
918
- notificationName: string[];
918
+ notificationNames: string[];
919
919
  flagged: boolean[];
920
920
  }
921
921
  /**
922
922
  * Protobuf JSON representation for SetNotificationsReadStatusRequest
923
923
  */
924
924
  interface AsProtobufJSON {
925
- notificationName: string[];
925
+ notificationNames: string[];
926
926
  flagged: boolean[];
927
927
  }
928
928
  }
@@ -998,7 +998,7 @@ export declare class KeyValuePair implements GrpcMessage {
998
998
  */
999
999
  toProtobufJSON(options?: ToProtobufJSONOptions): KeyValuePair.AsProtobufJSON;
1000
1000
  }
1001
- export declare module KeyValuePair {
1001
+ export declare namespace KeyValuePair {
1002
1002
  /**
1003
1003
  * Standard JavaScript object representation for KeyValuePair
1004
1004
  */