@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
@@ -1,6 +1,7 @@
1
1
  import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
2
  import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
3
  import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
4
+ import * as googleProtobuf005 from '@ngx-grpc/well-known-types';
4
5
  /**
5
6
  * Message implementation for ondewo.nlu.Context
6
7
  */
@@ -32,6 +33,10 @@ export declare class Context implements GrpcMessage {
32
33
  private _lifespanCount;
33
34
  private _parameters;
34
35
  private _lifespanTime;
36
+ private _createdAt?;
37
+ private _modifiedAt?;
38
+ private _createdBy;
39
+ private _modifiedBy;
35
40
  /**
36
41
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
37
42
  * @param _value initial values object or instance of Context to deeply clone from
@@ -49,6 +54,14 @@ export declare class Context implements GrpcMessage {
49
54
  });
50
55
  get lifespanTime(): number;
51
56
  set lifespanTime(value: number);
57
+ get createdAt(): googleProtobuf005.Timestamp | undefined;
58
+ set createdAt(value: googleProtobuf005.Timestamp | undefined);
59
+ get modifiedAt(): googleProtobuf005.Timestamp | undefined;
60
+ set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
61
+ get createdBy(): string;
62
+ set createdBy(value: string);
63
+ get modifiedBy(): string;
64
+ set modifiedBy(value: string);
52
65
  /**
53
66
  * Serialize message to binary data
54
67
  * @param instance message instance
@@ -69,7 +82,7 @@ export declare class Context implements GrpcMessage {
69
82
  */
70
83
  toProtobufJSON(options?: ToProtobufJSONOptions): Context.AsProtobufJSON;
71
84
  }
72
- export declare module Context {
85
+ export declare namespace Context {
73
86
  /**
74
87
  * Standard JavaScript object representation for Context
75
88
  */
@@ -80,6 +93,10 @@ export declare module Context {
80
93
  [prop: string]: Context.Parameter;
81
94
  };
82
95
  lifespanTime: number;
96
+ createdAt?: googleProtobuf005.Timestamp.AsObject;
97
+ modifiedAt?: googleProtobuf005.Timestamp.AsObject;
98
+ createdBy: string;
99
+ modifiedBy: string;
83
100
  }
84
101
  /**
85
102
  * Protobuf JSON representation for Context
@@ -91,6 +108,10 @@ export declare module Context {
91
108
  [prop: string]: Context.Parameter;
92
109
  };
93
110
  lifespanTime: number;
111
+ createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
112
+ modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
113
+ createdBy: string;
114
+ modifiedBy: string;
94
115
  }
95
116
  /**
96
117
  * Message implementation for ondewo.nlu.Context.Parameter
@@ -123,6 +144,10 @@ export declare module Context {
123
144
  private _displayName;
124
145
  private _value;
125
146
  private _valueOriginal;
147
+ private _createdAt?;
148
+ private _modifiedAt?;
149
+ private _createdBy;
150
+ private _modifiedBy;
126
151
  /**
127
152
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
128
153
  * @param _value initial values object or instance of Parameter to deeply clone from
@@ -136,6 +161,14 @@ export declare module Context {
136
161
  set value(value: string);
137
162
  get valueOriginal(): string;
138
163
  set valueOriginal(value: string);
164
+ get createdAt(): googleProtobuf005.Timestamp | undefined;
165
+ set createdAt(value: googleProtobuf005.Timestamp | undefined);
166
+ get modifiedAt(): googleProtobuf005.Timestamp | undefined;
167
+ set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
168
+ get createdBy(): string;
169
+ set createdBy(value: string);
170
+ get modifiedBy(): string;
171
+ set modifiedBy(value: string);
139
172
  /**
140
173
  * Serialize message to binary data
141
174
  * @param instance message instance
@@ -156,7 +189,7 @@ export declare module Context {
156
189
  */
157
190
  toProtobufJSON(options?: ToProtobufJSONOptions): Parameter.AsProtobufJSON;
158
191
  }
159
- module Parameter {
192
+ namespace Parameter {
160
193
  /**
161
194
  * Standard JavaScript object representation for Parameter
162
195
  */
@@ -165,6 +198,10 @@ export declare module Context {
165
198
  displayName: string;
166
199
  value: string;
167
200
  valueOriginal: string;
201
+ createdAt?: googleProtobuf005.Timestamp.AsObject;
202
+ modifiedAt?: googleProtobuf005.Timestamp.AsObject;
203
+ createdBy: string;
204
+ modifiedBy: string;
168
205
  }
169
206
  /**
170
207
  * Protobuf JSON representation for Parameter
@@ -174,6 +211,10 @@ export declare module Context {
174
211
  displayName: string;
175
212
  value: string;
176
213
  valueOriginal: string;
214
+ createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
215
+ modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
216
+ createdBy: string;
217
+ modifiedBy: string;
177
218
  }
178
219
  }
179
220
  /**
@@ -234,7 +275,7 @@ export declare module Context {
234
275
  */
235
276
  toProtobufJSON(options?: ToProtobufJSONOptions): ParametersEntry.AsProtobufJSON;
236
277
  }
237
- module ParametersEntry {
278
+ namespace ParametersEntry {
238
279
  /**
239
280
  * Standard JavaScript object representation for ParametersEntry
240
281
  */
@@ -309,7 +350,7 @@ export declare class ListContextsRequest implements GrpcMessage {
309
350
  */
310
351
  toProtobufJSON(options?: ToProtobufJSONOptions): ListContextsRequest.AsProtobufJSON;
311
352
  }
312
- export declare module ListContextsRequest {
353
+ export declare namespace ListContextsRequest {
313
354
  /**
314
355
  * Standard JavaScript object representation for ListContextsRequest
315
356
  */
@@ -383,7 +424,7 @@ export declare class ListContextsResponse implements GrpcMessage {
383
424
  */
384
425
  toProtobufJSON(options?: ToProtobufJSONOptions): ListContextsResponse.AsProtobufJSON;
385
426
  }
386
- export declare module ListContextsResponse {
427
+ export declare namespace ListContextsResponse {
387
428
  /**
388
429
  * Standard JavaScript object representation for ListContextsResponse
389
430
  */
@@ -454,7 +495,7 @@ export declare class GetContextRequest implements GrpcMessage {
454
495
  */
455
496
  toProtobufJSON(options?: ToProtobufJSONOptions): GetContextRequest.AsProtobufJSON;
456
497
  }
457
- export declare module GetContextRequest {
498
+ export declare namespace GetContextRequest {
458
499
  /**
459
500
  * Standard JavaScript object representation for GetContextRequest
460
501
  */
@@ -526,7 +567,7 @@ export declare class CreateContextRequest implements GrpcMessage {
526
567
  */
527
568
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateContextRequest.AsProtobufJSON;
528
569
  }
529
- export declare module CreateContextRequest {
570
+ export declare namespace CreateContextRequest {
530
571
  /**
531
572
  * Standard JavaScript object representation for CreateContextRequest
532
573
  */
@@ -600,7 +641,7 @@ export declare class UpdateContextRequest implements GrpcMessage {
600
641
  */
601
642
  toProtobufJSON(options?: ToProtobufJSONOptions): UpdateContextRequest.AsProtobufJSON;
602
643
  }
603
- export declare module UpdateContextRequest {
644
+ export declare namespace UpdateContextRequest {
604
645
  /**
605
646
  * Standard JavaScript object representation for UpdateContextRequest
606
647
  */
@@ -671,7 +712,7 @@ export declare class DeleteContextRequest implements GrpcMessage {
671
712
  */
672
713
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteContextRequest.AsProtobufJSON;
673
714
  }
674
- export declare module DeleteContextRequest {
715
+ export declare namespace DeleteContextRequest {
675
716
  /**
676
717
  * Standard JavaScript object representation for DeleteContextRequest
677
718
  */
@@ -740,7 +781,7 @@ export declare class DeleteAllContextsRequest implements GrpcMessage {
740
781
  */
741
782
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteAllContextsRequest.AsProtobufJSON;
742
783
  }
743
- export declare module DeleteAllContextsRequest {
784
+ export declare namespace DeleteAllContextsRequest {
744
785
  /**
745
786
  * Standard JavaScript object representation for DeleteAllContextsRequest
746
787
  */
@@ -1,7 +1,8 @@
1
1
  import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
2
  import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
- import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
4
- import * as googleProtobuf008 from '@ngx-grpc/well-known-types';
3
+ import * as googleProtobuf002 from '@ngx-grpc/well-known-types';
4
+ import * as googleProtobuf003 from '@ngx-grpc/well-known-types';
5
+ import * as googleProtobuf006 from '@ngx-grpc/well-known-types';
5
6
  import * as ondewoNlu009 from '../../ondewo/nlu/common.pb';
6
7
  export declare enum EntityTypeView {
7
8
  ENTITY_TYPE_VIEW_UNSPECIFIED = 0,
@@ -51,6 +52,10 @@ export declare class EntityType implements GrpcMessage {
51
52
  private _entityCount;
52
53
  private _status;
53
54
  private _synonymCount;
55
+ private _createdAt?;
56
+ private _modifiedAt?;
57
+ private _createdBy;
58
+ private _modifiedBy;
54
59
  /**
55
60
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
56
61
  * @param _value initial values object or instance of EntityType to deeply clone from
@@ -74,6 +79,14 @@ export declare class EntityType implements GrpcMessage {
74
79
  set status(value: EntityType.EntityTypeStatus);
75
80
  get synonymCount(): number;
76
81
  set synonymCount(value: number);
82
+ get createdAt(): googleProtobuf003.Timestamp | undefined;
83
+ set createdAt(value: googleProtobuf003.Timestamp | undefined);
84
+ get modifiedAt(): googleProtobuf003.Timestamp | undefined;
85
+ set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
86
+ get createdBy(): string;
87
+ set createdBy(value: string);
88
+ get modifiedBy(): string;
89
+ set modifiedBy(value: string);
77
90
  /**
78
91
  * Serialize message to binary data
79
92
  * @param instance message instance
@@ -94,7 +107,7 @@ export declare class EntityType implements GrpcMessage {
94
107
  */
95
108
  toProtobufJSON(options?: ToProtobufJSONOptions): EntityType.AsProtobufJSON;
96
109
  }
97
- export declare module EntityType {
110
+ export declare namespace EntityType {
98
111
  /**
99
112
  * Standard JavaScript object representation for EntityType
100
113
  */
@@ -108,6 +121,10 @@ export declare module EntityType {
108
121
  entityCount: number;
109
122
  status: EntityType.EntityTypeStatus;
110
123
  synonymCount: number;
124
+ createdAt?: googleProtobuf003.Timestamp.AsObject;
125
+ modifiedAt?: googleProtobuf003.Timestamp.AsObject;
126
+ createdBy: string;
127
+ modifiedBy: string;
111
128
  }
112
129
  /**
113
130
  * Protobuf JSON representation for EntityType
@@ -122,6 +139,10 @@ export declare module EntityType {
122
139
  entityCount: number;
123
140
  status: string;
124
141
  synonymCount: number;
142
+ createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
143
+ modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
144
+ createdBy: string;
145
+ modifiedBy: string;
125
146
  }
126
147
  enum Kind {
127
148
  KIND_UNSPECIFIED = 0,
@@ -169,6 +190,10 @@ export declare module EntityType {
169
190
  private _displayName;
170
191
  private _synonymCount;
171
192
  private _languageCode;
193
+ private _createdAt?;
194
+ private _modifiedAt?;
195
+ private _createdBy;
196
+ private _modifiedBy;
172
197
  /**
173
198
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
174
199
  * @param _value initial values object or instance of Entity to deeply clone from
@@ -186,6 +211,14 @@ export declare module EntityType {
186
211
  set synonymCount(value: number);
187
212
  get languageCode(): string;
188
213
  set languageCode(value: string);
214
+ get createdAt(): googleProtobuf003.Timestamp | undefined;
215
+ set createdAt(value: googleProtobuf003.Timestamp | undefined);
216
+ get modifiedAt(): googleProtobuf003.Timestamp | undefined;
217
+ set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
218
+ get createdBy(): string;
219
+ set createdBy(value: string);
220
+ get modifiedBy(): string;
221
+ set modifiedBy(value: string);
189
222
  /**
190
223
  * Serialize message to binary data
191
224
  * @param instance message instance
@@ -206,7 +239,7 @@ export declare module EntityType {
206
239
  */
207
240
  toProtobufJSON(options?: ToProtobufJSONOptions): Entity.AsProtobufJSON;
208
241
  }
209
- module Entity {
242
+ namespace Entity {
210
243
  /**
211
244
  * Standard JavaScript object representation for Entity
212
245
  */
@@ -217,6 +250,10 @@ export declare module EntityType {
217
250
  displayName: string;
218
251
  synonymCount: number;
219
252
  languageCode: string;
253
+ createdAt?: googleProtobuf003.Timestamp.AsObject;
254
+ modifiedAt?: googleProtobuf003.Timestamp.AsObject;
255
+ createdBy: string;
256
+ modifiedBy: string;
220
257
  }
221
258
  /**
222
259
  * Protobuf JSON representation for Entity
@@ -228,6 +265,10 @@ export declare module EntityType {
228
265
  displayName: string;
229
266
  synonymCount: number;
230
267
  languageCode: string;
268
+ createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
269
+ modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
270
+ createdBy: string;
271
+ modifiedBy: string;
231
272
  }
232
273
  }
233
274
  }
@@ -301,7 +342,7 @@ export declare class ListEntityTypesRequest implements GrpcMessage {
301
342
  */
302
343
  toProtobufJSON(options?: ToProtobufJSONOptions): ListEntityTypesRequest.AsProtobufJSON;
303
344
  }
304
- export declare module ListEntityTypesRequest {
345
+ export declare namespace ListEntityTypesRequest {
305
346
  /**
306
347
  * Standard JavaScript object representation for ListEntityTypesRequest
307
348
  */
@@ -383,7 +424,7 @@ export declare class ListEntityTypesResponse implements GrpcMessage {
383
424
  */
384
425
  toProtobufJSON(options?: ToProtobufJSONOptions): ListEntityTypesResponse.AsProtobufJSON;
385
426
  }
386
- export declare module ListEntityTypesResponse {
427
+ export declare namespace ListEntityTypesResponse {
387
428
  /**
388
429
  * Standard JavaScript object representation for ListEntityTypesResponse
389
430
  */
@@ -463,7 +504,7 @@ export declare class GetEntityTypeRequest implements GrpcMessage {
463
504
  */
464
505
  toProtobufJSON(options?: ToProtobufJSONOptions): GetEntityTypeRequest.AsProtobufJSON;
465
506
  }
466
- export declare module GetEntityTypeRequest {
507
+ export declare namespace GetEntityTypeRequest {
467
508
  /**
468
509
  * Standard JavaScript object representation for GetEntityTypeRequest
469
510
  */
@@ -547,7 +588,7 @@ export declare class CreateEntityTypeRequest implements GrpcMessage {
547
588
  */
548
589
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateEntityTypeRequest.AsProtobufJSON;
549
590
  }
550
- export declare module CreateEntityTypeRequest {
591
+ export declare namespace CreateEntityTypeRequest {
551
592
  /**
552
593
  * Standard JavaScript object representation for CreateEntityTypeRequest
553
594
  */
@@ -607,8 +648,8 @@ export declare class UpdateEntityTypeRequest implements GrpcMessage {
607
648
  set entityType(value: EntityType | undefined);
608
649
  get languageCode(): string;
609
650
  set languageCode(value: string);
610
- get updateMask(): googleProtobuf008.FieldMask | undefined;
611
- set updateMask(value: googleProtobuf008.FieldMask | undefined);
651
+ get updateMask(): googleProtobuf002.FieldMask | undefined;
652
+ set updateMask(value: googleProtobuf002.FieldMask | undefined);
612
653
  get entityTypeView(): EntityTypeView;
613
654
  set entityTypeView(value: EntityTypeView);
614
655
  /**
@@ -631,14 +672,14 @@ export declare class UpdateEntityTypeRequest implements GrpcMessage {
631
672
  */
632
673
  toProtobufJSON(options?: ToProtobufJSONOptions): UpdateEntityTypeRequest.AsProtobufJSON;
633
674
  }
634
- export declare module UpdateEntityTypeRequest {
675
+ export declare namespace UpdateEntityTypeRequest {
635
676
  /**
636
677
  * Standard JavaScript object representation for UpdateEntityTypeRequest
637
678
  */
638
679
  interface AsObject {
639
680
  entityType?: EntityType.AsObject;
640
681
  languageCode: string;
641
- updateMask?: googleProtobuf008.FieldMask.AsObject;
682
+ updateMask?: googleProtobuf002.FieldMask.AsObject;
642
683
  entityTypeView: EntityTypeView;
643
684
  }
644
685
  /**
@@ -647,7 +688,7 @@ export declare module UpdateEntityTypeRequest {
647
688
  interface AsProtobufJSON {
648
689
  entityType: EntityType.AsProtobufJSON | null;
649
690
  languageCode: string;
650
- updateMask: googleProtobuf008.FieldMask.AsProtobufJSON | null;
691
+ updateMask: googleProtobuf002.FieldMask.AsProtobufJSON | null;
651
692
  entityTypeView: string;
652
693
  }
653
694
  }
@@ -706,7 +747,7 @@ export declare class DeleteEntityTypeRequest implements GrpcMessage {
706
747
  */
707
748
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteEntityTypeRequest.AsProtobufJSON;
708
749
  }
709
- export declare module DeleteEntityTypeRequest {
750
+ export declare namespace DeleteEntityTypeRequest {
710
751
  /**
711
752
  * Standard JavaScript object representation for DeleteEntityTypeRequest
712
753
  */
@@ -766,8 +807,8 @@ export declare class BatchUpdateEntityTypesRequest implements GrpcMessage {
766
807
  set entityTypeBatchInline(value: EntityTypeBatch | undefined);
767
808
  get languageCode(): string;
768
809
  set languageCode(value: string);
769
- get updateMask(): googleProtobuf008.FieldMask | undefined;
770
- set updateMask(value: googleProtobuf008.FieldMask | undefined);
810
+ get updateMask(): googleProtobuf002.FieldMask | undefined;
811
+ set updateMask(value: googleProtobuf002.FieldMask | undefined);
771
812
  get entityTypeBatch(): BatchUpdateEntityTypesRequest.EntityTypeBatchCase;
772
813
  /**
773
814
  * Serialize message to binary data
@@ -789,7 +830,7 @@ export declare class BatchUpdateEntityTypesRequest implements GrpcMessage {
789
830
  */
790
831
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchUpdateEntityTypesRequest.AsProtobufJSON;
791
832
  }
792
- export declare module BatchUpdateEntityTypesRequest {
833
+ export declare namespace BatchUpdateEntityTypesRequest {
793
834
  /**
794
835
  * Standard JavaScript object representation for BatchUpdateEntityTypesRequest
795
836
  */
@@ -798,7 +839,7 @@ export declare module BatchUpdateEntityTypesRequest {
798
839
  entityTypeBatchUri: string;
799
840
  entityTypeBatchInline?: EntityTypeBatch.AsObject;
800
841
  languageCode: string;
801
- updateMask?: googleProtobuf008.FieldMask.AsObject;
842
+ updateMask?: googleProtobuf002.FieldMask.AsObject;
802
843
  }
803
844
  /**
804
845
  * Protobuf JSON representation for BatchUpdateEntityTypesRequest
@@ -808,7 +849,7 @@ export declare module BatchUpdateEntityTypesRequest {
808
849
  entityTypeBatchUri: string | null;
809
850
  entityTypeBatchInline: EntityTypeBatch.AsProtobufJSON | null;
810
851
  languageCode: string;
811
- updateMask: googleProtobuf008.FieldMask.AsProtobufJSON | null;
852
+ updateMask: googleProtobuf002.FieldMask.AsProtobufJSON | null;
812
853
  }
813
854
  enum EntityTypeBatchCase {
814
855
  none = 0,
@@ -871,7 +912,7 @@ export declare class BatchUpdateEntityTypesResponse implements GrpcMessage {
871
912
  */
872
913
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchUpdateEntityTypesResponse.AsProtobufJSON;
873
914
  }
874
- export declare module BatchUpdateEntityTypesResponse {
915
+ export declare namespace BatchUpdateEntityTypesResponse {
875
916
  /**
876
917
  * Standard JavaScript object representation for BatchUpdateEntityTypesResponse
877
918
  */
@@ -943,7 +984,7 @@ export declare class BatchDeleteEntityTypesRequest implements GrpcMessage {
943
984
  */
944
985
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteEntityTypesRequest.AsProtobufJSON;
945
986
  }
946
- export declare module BatchDeleteEntityTypesRequest {
987
+ export declare namespace BatchDeleteEntityTypesRequest {
947
988
  /**
948
989
  * Standard JavaScript object representation for BatchDeleteEntityTypesRequest
949
990
  */
@@ -1014,7 +1055,7 @@ export declare class EntityTypeBatch implements GrpcMessage {
1014
1055
  */
1015
1056
  toProtobufJSON(options?: ToProtobufJSONOptions): EntityTypeBatch.AsProtobufJSON;
1016
1057
  }
1017
- export declare module EntityTypeBatch {
1058
+ export declare namespace EntityTypeBatch {
1018
1059
  /**
1019
1060
  * Standard JavaScript object representation for EntityTypeBatch
1020
1061
  */
@@ -1086,7 +1127,7 @@ export declare class EntityTypeSorting implements GrpcMessage {
1086
1127
  */
1087
1128
  toProtobufJSON(options?: ToProtobufJSONOptions): EntityTypeSorting.AsProtobufJSON;
1088
1129
  }
1089
- export declare module EntityTypeSorting {
1130
+ export declare namespace EntityTypeSorting {
1090
1131
  /**
1091
1132
  * Standard JavaScript object representation for EntityTypeSorting
1092
1133
  */
@@ -1170,7 +1211,7 @@ export declare class EntityStatus implements GrpcMessage {
1170
1211
  */
1171
1212
  toProtobufJSON(options?: ToProtobufJSONOptions): EntityStatus.AsProtobufJSON;
1172
1213
  }
1173
- export declare module EntityStatus {
1214
+ export declare namespace EntityStatus {
1174
1215
  /**
1175
1216
  * Standard JavaScript object representation for EntityStatus
1176
1217
  */
@@ -1249,7 +1290,7 @@ export declare class BatchEntitiesResponse implements GrpcMessage {
1249
1290
  */
1250
1291
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchEntitiesResponse.AsProtobufJSON;
1251
1292
  }
1252
- export declare module BatchEntitiesResponse {
1293
+ export declare namespace BatchEntitiesResponse {
1253
1294
  /**
1254
1295
  * Standard JavaScript object representation for BatchEntitiesResponse
1255
1296
  */
@@ -1323,7 +1364,7 @@ export declare class CreateEntityRequest implements GrpcMessage {
1323
1364
  */
1324
1365
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateEntityRequest.AsProtobufJSON;
1325
1366
  }
1326
- export declare module CreateEntityRequest {
1367
+ export declare namespace CreateEntityRequest {
1327
1368
  /**
1328
1369
  * Standard JavaScript object representation for CreateEntityRequest
1329
1370
  */
@@ -1394,7 +1435,7 @@ export declare class BatchCreateEntitiesRequest implements GrpcMessage {
1394
1435
  */
1395
1436
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchCreateEntitiesRequest.AsProtobufJSON;
1396
1437
  }
1397
- export declare module BatchCreateEntitiesRequest {
1438
+ export declare namespace BatchCreateEntitiesRequest {
1398
1439
  /**
1399
1440
  * Standard JavaScript object representation for BatchCreateEntitiesRequest
1400
1441
  */
@@ -1463,7 +1504,7 @@ export declare class BatchUpdateEntitiesRequest implements GrpcMessage {
1463
1504
  */
1464
1505
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchUpdateEntitiesRequest.AsProtobufJSON;
1465
1506
  }
1466
- export declare module BatchUpdateEntitiesRequest {
1507
+ export declare namespace BatchUpdateEntitiesRequest {
1467
1508
  /**
1468
1509
  * Standard JavaScript object representation for BatchUpdateEntitiesRequest
1469
1510
  */
@@ -1532,7 +1573,7 @@ export declare class UpdateEntityRequest implements GrpcMessage {
1532
1573
  */
1533
1574
  toProtobufJSON(options?: ToProtobufJSONOptions): UpdateEntityRequest.AsProtobufJSON;
1534
1575
  }
1535
- export declare module UpdateEntityRequest {
1576
+ export declare namespace UpdateEntityRequest {
1536
1577
  /**
1537
1578
  * Standard JavaScript object representation for UpdateEntityRequest
1538
1579
  */
@@ -1601,7 +1642,7 @@ export declare class GetEntityRequest implements GrpcMessage {
1601
1642
  */
1602
1643
  toProtobufJSON(options?: ToProtobufJSONOptions): GetEntityRequest.AsProtobufJSON;
1603
1644
  }
1604
- export declare module GetEntityRequest {
1645
+ export declare namespace GetEntityRequest {
1605
1646
  /**
1606
1647
  * Standard JavaScript object representation for GetEntityRequest
1607
1648
  */
@@ -1670,7 +1711,7 @@ export declare class BatchGetEntitiesRequest implements GrpcMessage {
1670
1711
  */
1671
1712
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchGetEntitiesRequest.AsProtobufJSON;
1672
1713
  }
1673
- export declare module BatchGetEntitiesRequest {
1714
+ export declare namespace BatchGetEntitiesRequest {
1674
1715
  /**
1675
1716
  * Standard JavaScript object representation for BatchGetEntitiesRequest
1676
1717
  */
@@ -1739,7 +1780,7 @@ export declare class BatchDeleteEntitiesRequest implements GrpcMessage {
1739
1780
  */
1740
1781
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteEntitiesRequest.AsProtobufJSON;
1741
1782
  }
1742
- export declare module BatchDeleteEntitiesRequest {
1783
+ export declare namespace BatchDeleteEntitiesRequest {
1743
1784
  /**
1744
1785
  * Standard JavaScript object representation for BatchDeleteEntitiesRequest
1745
1786
  */
@@ -1808,7 +1849,7 @@ export declare class DeleteEntityRequest implements GrpcMessage {
1808
1849
  */
1809
1850
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteEntityRequest.AsProtobufJSON;
1810
1851
  }
1811
- export declare module DeleteEntityRequest {
1852
+ export declare namespace DeleteEntityRequest {
1812
1853
  /**
1813
1854
  * Standard JavaScript object representation for DeleteEntityRequest
1814
1855
  */
@@ -1857,8 +1898,8 @@ export declare class DeleteEntityStatus implements GrpcMessage {
1857
1898
  * @param _value initial values object or instance of DeleteEntityStatus to deeply clone from
1858
1899
  */
1859
1900
  constructor(_value?: RecursivePartial<DeleteEntityStatus.AsObject>);
1860
- get successfullyDeleted(): googleProtobuf004.Empty | undefined;
1861
- set successfullyDeleted(value: googleProtobuf004.Empty | undefined);
1901
+ get successfullyDeleted(): googleProtobuf006.Empty | undefined;
1902
+ set successfullyDeleted(value: googleProtobuf006.Empty | undefined);
1862
1903
  get errorMessage(): string;
1863
1904
  set errorMessage(value: string);
1864
1905
  get deleteStatus(): DeleteEntityStatus.DeleteStatusCase;
@@ -1882,19 +1923,19 @@ export declare class DeleteEntityStatus implements GrpcMessage {
1882
1923
  */
1883
1924
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteEntityStatus.AsProtobufJSON;
1884
1925
  }
1885
- export declare module DeleteEntityStatus {
1926
+ export declare namespace DeleteEntityStatus {
1886
1927
  /**
1887
1928
  * Standard JavaScript object representation for DeleteEntityStatus
1888
1929
  */
1889
1930
  interface AsObject {
1890
- successfullyDeleted?: googleProtobuf004.Empty.AsObject;
1931
+ successfullyDeleted?: googleProtobuf006.Empty.AsObject;
1891
1932
  errorMessage: string;
1892
1933
  }
1893
1934
  /**
1894
1935
  * Protobuf JSON representation for DeleteEntityStatus
1895
1936
  */
1896
1937
  interface AsProtobufJSON {
1897
- successfullyDeleted: googleProtobuf004.Empty.AsProtobufJSON | null;
1938
+ successfullyDeleted: googleProtobuf006.Empty.AsProtobufJSON | null;
1898
1939
  errorMessage: string | null;
1899
1940
  }
1900
1941
  enum DeleteStatusCase {
@@ -1961,7 +2002,7 @@ export declare class BatchDeleteEntitiesResponse implements GrpcMessage {
1961
2002
  */
1962
2003
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteEntitiesResponse.AsProtobufJSON;
1963
2004
  }
1964
- export declare module BatchDeleteEntitiesResponse {
2005
+ export declare namespace BatchDeleteEntitiesResponse {
1965
2006
  /**
1966
2007
  * Standard JavaScript object representation for BatchDeleteEntitiesResponse
1967
2008
  */
@@ -2044,7 +2085,7 @@ export declare class ListEntitiesRequest implements GrpcMessage {
2044
2085
  */
2045
2086
  toProtobufJSON(options?: ToProtobufJSONOptions): ListEntitiesRequest.AsProtobufJSON;
2046
2087
  }
2047
- export declare module ListEntitiesRequest {
2088
+ export declare namespace ListEntitiesRequest {
2048
2089
  /**
2049
2090
  * Standard JavaScript object representation for ListEntitiesRequest
2050
2091
  */
@@ -2124,7 +2165,7 @@ export declare class ListEntitiesResponse implements GrpcMessage {
2124
2165
  */
2125
2166
  toProtobufJSON(options?: ToProtobufJSONOptions): ListEntitiesResponse.AsProtobufJSON;
2126
2167
  }
2127
- export declare module ListEntitiesResponse {
2168
+ export declare namespace ListEntitiesResponse {
2128
2169
  /**
2129
2170
  * Standard JavaScript object representation for ListEntitiesResponse
2130
2171
  */
@@ -2198,7 +2239,7 @@ export declare class EntityValueSorting implements GrpcMessage {
2198
2239
  */
2199
2240
  toProtobufJSON(options?: ToProtobufJSONOptions): EntityValueSorting.AsProtobufJSON;
2200
2241
  }
2201
- export declare module EntityValueSorting {
2242
+ export declare namespace EntityValueSorting {
2202
2243
  /**
2203
2244
  * Standard JavaScript object representation for EntityValueSorting
2204
2245
  */
@@ -2,7 +2,7 @@ import { GrpcClientFactory, GrpcEvent, GrpcMetadata } from '@ngx-grpc/common';
2
2
  import { GrpcHandler } from '@ngx-grpc/core';
3
3
  import { Observable } from 'rxjs';
4
4
  import * as thisProto from './entity-type.pb';
5
- import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
5
+ import * as googleProtobuf006 from '@ngx-grpc/well-known-types';
6
6
  import * as ondewoNlu010 from '../../ondewo/nlu/operations.pb';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
@@ -54,9 +54,9 @@ export declare class EntityTypesClient {
54
54
  *
55
55
  * @param requestMessage Request message
56
56
  * @param requestMetadata Request metadata
57
- * @returns Observable<GrpcEvent<googleProtobuf004.Empty>>
57
+ * @returns Observable<GrpcEvent<googleProtobuf006.Empty>>
58
58
  */
59
- deleteEntityType: (requestData: thisProto.DeleteEntityTypeRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<googleProtobuf004.Empty>>;
59
+ deleteEntityType: (requestData: thisProto.DeleteEntityTypeRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<googleProtobuf006.Empty>>;
60
60
  /**
61
61
  * Unary call: /ondewo.nlu.EntityTypes/BatchUpdateEntityTypes
62
62
  *
@@ -184,9 +184,9 @@ export declare class EntityTypesClient {
184
184
  *
185
185
  * @param requestMessage Request message
186
186
  * @param requestMetadata Request metadata
187
- * @returns Observable<googleProtobuf004.Empty>
187
+ * @returns Observable<googleProtobuf006.Empty>
188
188
  */
189
- deleteEntityType(requestData: thisProto.DeleteEntityTypeRequest, requestMetadata?: GrpcMetadata): Observable<googleProtobuf004.Empty>;
189
+ deleteEntityType(requestData: thisProto.DeleteEntityTypeRequest, requestMetadata?: GrpcMetadata): Observable<googleProtobuf006.Empty>;
190
190
  /**
191
191
  * Unary call @/ondewo.nlu.EntityTypes/BatchUpdateEntityTypes
192
192
  *