@ondewo/nlu-client-typescript 6.13.0 → 7.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.
- package/README.md +0 -0
- package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +48 -0
- package/api/ondewo/nlu/agent_grpc_web_pb.js +244 -0
- package/api/ondewo/nlu/agent_pb.d.ts +196 -15
- package/api/ondewo/nlu/agent_pb.js +1627 -0
- package/api/ondewo/nlu/aiservices_pb.d.ts +0 -50
- package/api/ondewo/nlu/ccai_project_pb.d.ts +6 -93
- package/api/ondewo/nlu/ccai_project_pb.js +24 -132
- package/api/ondewo/nlu/common_pb.d.ts +140 -0
- package/api/ondewo/nlu/common_pb.js +1151 -9
- package/api/ondewo/nlu/context_pb.d.ts +8 -1
- package/api/ondewo/nlu/context_pb.js +22 -4
- package/api/ondewo/nlu/llm_evaluation_pb.d.ts +40 -5
- package/api/ondewo/nlu/llm_evaluation_pb.js +110 -20
- package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +46 -0
- package/api/ondewo/nlu/operations_grpc_web_pb.js +241 -0
- package/api/ondewo/nlu/operations_pb.d.ts +429 -10
- package/api/ondewo/nlu/operations_pb.js +3413 -0
- package/api/ondewo/nlu/project_role_pb.d.ts +0 -10
- package/api/ondewo/nlu/rag_pb.d.ts +191 -520
- package/api/ondewo/nlu/rag_pb.js +1246 -1058
- package/api/ondewo/nlu/session_grpc_web_pb.d.ts +120 -0
- package/api/ondewo/nlu/session_grpc_web_pb.js +610 -0
- package/api/ondewo/nlu/session_pb.d.ts +818 -118
- package/api/ondewo/nlu/session_pb.js +6396 -3
- package/api/ondewo/nlu/user_grpc_web_pb.d.ts +59 -13
- package/api/ondewo/nlu/user_grpc_web_pb.js +300 -61
- package/api/ondewo/nlu/user_pb.d.ts +0 -87
- package/api/ondewo/nlu/user_pb.js +0 -436
- package/auth/offlineTokenProvider.d.ts +195 -0
- package/auth/offlineTokenProvider.js +372 -0
- package/package.json +11 -8
- package/public-api.d.ts +31 -31
- package/public-api.js +28 -28
- package/api/google/logging/v2/log_entry_pb.d.ts +0 -172
- package/api/google/logging/v2/log_entry_pb.js +0 -1333
|
@@ -55,6 +55,11 @@ export class Comment extends jspb.Message {
|
|
|
55
55
|
getModifiedBy(): string;
|
|
56
56
|
setModifiedBy(value: string): Comment;
|
|
57
57
|
|
|
58
|
+
getIsResolved(): boolean;
|
|
59
|
+
setIsResolved(value: boolean): Comment;
|
|
60
|
+
hasIsResolved(): boolean;
|
|
61
|
+
clearIsResolved(): Comment;
|
|
62
|
+
|
|
58
63
|
serializeBinary(): Uint8Array;
|
|
59
64
|
toObject(includeInstance?: boolean): Comment.AsObject;
|
|
60
65
|
static toObject(includeInstance: boolean, msg: Comment): Comment.AsObject;
|
|
@@ -74,6 +79,12 @@ export namespace Comment {
|
|
|
74
79
|
modifiedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
75
80
|
createdBy: string,
|
|
76
81
|
modifiedBy: string,
|
|
82
|
+
isResolved?: boolean,
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export enum IsResolvedCase {
|
|
86
|
+
_IS_RESOLVED_NOT_SET = 0,
|
|
87
|
+
IS_RESOLVED = 10,
|
|
77
88
|
}
|
|
78
89
|
}
|
|
79
90
|
|
|
@@ -140,6 +151,9 @@ export class Notification extends jspb.Message {
|
|
|
140
151
|
getModifiedBy(): string;
|
|
141
152
|
setModifiedBy(value: string): Notification;
|
|
142
153
|
|
|
154
|
+
getLink(): string;
|
|
155
|
+
setLink(value: string): Notification;
|
|
156
|
+
|
|
143
157
|
serializeBinary(): Uint8Array;
|
|
144
158
|
toObject(includeInstance?: boolean): Notification.AsObject;
|
|
145
159
|
static toObject(includeInstance: boolean, msg: Notification): Notification.AsObject;
|
|
@@ -168,6 +182,7 @@ export namespace Notification {
|
|
|
168
182
|
modifiedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
169
183
|
createdBy: string,
|
|
170
184
|
modifiedBy: string,
|
|
185
|
+
link: string,
|
|
171
186
|
}
|
|
172
187
|
}
|
|
173
188
|
|
|
@@ -177,6 +192,11 @@ export class AddNotificationsRequest extends jspb.Message {
|
|
|
177
192
|
clearNotificationsList(): AddNotificationsRequest;
|
|
178
193
|
addNotifications(value?: Notification, index?: number): Notification;
|
|
179
194
|
|
|
195
|
+
getFieldMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
196
|
+
setFieldMask(value?: google_protobuf_field_mask_pb.FieldMask): AddNotificationsRequest;
|
|
197
|
+
hasFieldMask(): boolean;
|
|
198
|
+
clearFieldMask(): AddNotificationsRequest;
|
|
199
|
+
|
|
180
200
|
serializeBinary(): Uint8Array;
|
|
181
201
|
toObject(includeInstance?: boolean): AddNotificationsRequest.AsObject;
|
|
182
202
|
static toObject(includeInstance: boolean, msg: AddNotificationsRequest): AddNotificationsRequest.AsObject;
|
|
@@ -188,6 +208,7 @@ export class AddNotificationsRequest extends jspb.Message {
|
|
|
188
208
|
export namespace AddNotificationsRequest {
|
|
189
209
|
export type AsObject = {
|
|
190
210
|
notificationsList: Array<Notification.AsObject>,
|
|
211
|
+
fieldMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
191
212
|
}
|
|
192
213
|
}
|
|
193
214
|
|
|
@@ -257,6 +278,11 @@ export class NotificationFilter extends jspb.Message {
|
|
|
257
278
|
clearOriginNamesList(): NotificationFilter;
|
|
258
279
|
addOriginNames(value: string, index?: number): NotificationFilter;
|
|
259
280
|
|
|
281
|
+
getNotificationTypesList(): Array<NotificationType>;
|
|
282
|
+
setNotificationTypesList(value: Array<NotificationType>): NotificationFilter;
|
|
283
|
+
clearNotificationTypesList(): NotificationFilter;
|
|
284
|
+
addNotificationTypes(value: NotificationType, index?: number): NotificationFilter;
|
|
285
|
+
|
|
260
286
|
serializeBinary(): Uint8Array;
|
|
261
287
|
toObject(includeInstance?: boolean): NotificationFilter.AsObject;
|
|
262
288
|
static toObject(includeInstance: boolean, msg: NotificationFilter): NotificationFilter.AsObject;
|
|
@@ -276,6 +302,7 @@ export namespace NotificationFilter {
|
|
|
276
302
|
latest?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
277
303
|
userNamesList: Array<string>,
|
|
278
304
|
originNamesList: Array<string>,
|
|
305
|
+
notificationTypesList: Array<NotificationType>,
|
|
279
306
|
}
|
|
280
307
|
}
|
|
281
308
|
|
|
@@ -340,6 +367,11 @@ export class SetNotificationsFlaggedStatusRequest extends jspb.Message {
|
|
|
340
367
|
clearFlaggedList(): SetNotificationsFlaggedStatusRequest;
|
|
341
368
|
addFlagged(value: boolean, index?: number): SetNotificationsFlaggedStatusRequest;
|
|
342
369
|
|
|
370
|
+
getFieldMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
371
|
+
setFieldMask(value?: google_protobuf_field_mask_pb.FieldMask): SetNotificationsFlaggedStatusRequest;
|
|
372
|
+
hasFieldMask(): boolean;
|
|
373
|
+
clearFieldMask(): SetNotificationsFlaggedStatusRequest;
|
|
374
|
+
|
|
343
375
|
serializeBinary(): Uint8Array;
|
|
344
376
|
toObject(includeInstance?: boolean): SetNotificationsFlaggedStatusRequest.AsObject;
|
|
345
377
|
static toObject(includeInstance: boolean, msg: SetNotificationsFlaggedStatusRequest): SetNotificationsFlaggedStatusRequest.AsObject;
|
|
@@ -352,6 +384,7 @@ export namespace SetNotificationsFlaggedStatusRequest {
|
|
|
352
384
|
export type AsObject = {
|
|
353
385
|
notificationNamesList: Array<string>,
|
|
354
386
|
flaggedList: Array<boolean>,
|
|
387
|
+
fieldMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
355
388
|
}
|
|
356
389
|
}
|
|
357
390
|
|
|
@@ -366,6 +399,11 @@ export class SetNotificationsReadStatusRequest extends jspb.Message {
|
|
|
366
399
|
clearFlaggedList(): SetNotificationsReadStatusRequest;
|
|
367
400
|
addFlagged(value: boolean, index?: number): SetNotificationsReadStatusRequest;
|
|
368
401
|
|
|
402
|
+
getFieldMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
403
|
+
setFieldMask(value?: google_protobuf_field_mask_pb.FieldMask): SetNotificationsReadStatusRequest;
|
|
404
|
+
hasFieldMask(): boolean;
|
|
405
|
+
clearFieldMask(): SetNotificationsReadStatusRequest;
|
|
406
|
+
|
|
369
407
|
serializeBinary(): Uint8Array;
|
|
370
408
|
toObject(includeInstance?: boolean): SetNotificationsReadStatusRequest.AsObject;
|
|
371
409
|
static toObject(includeInstance: boolean, msg: SetNotificationsReadStatusRequest): SetNotificationsReadStatusRequest.AsObject;
|
|
@@ -378,6 +416,107 @@ export namespace SetNotificationsReadStatusRequest {
|
|
|
378
416
|
export type AsObject = {
|
|
379
417
|
notificationNamesList: Array<string>,
|
|
380
418
|
flaggedList: Array<boolean>,
|
|
419
|
+
fieldMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
export class GetNotificationRequest extends jspb.Message {
|
|
424
|
+
getName(): string;
|
|
425
|
+
setName(value: string): GetNotificationRequest;
|
|
426
|
+
|
|
427
|
+
getFieldMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
428
|
+
setFieldMask(value?: google_protobuf_field_mask_pb.FieldMask): GetNotificationRequest;
|
|
429
|
+
hasFieldMask(): boolean;
|
|
430
|
+
clearFieldMask(): GetNotificationRequest;
|
|
431
|
+
|
|
432
|
+
serializeBinary(): Uint8Array;
|
|
433
|
+
toObject(includeInstance?: boolean): GetNotificationRequest.AsObject;
|
|
434
|
+
static toObject(includeInstance: boolean, msg: GetNotificationRequest): GetNotificationRequest.AsObject;
|
|
435
|
+
static serializeBinaryToWriter(message: GetNotificationRequest, writer: jspb.BinaryWriter): void;
|
|
436
|
+
static deserializeBinary(bytes: Uint8Array): GetNotificationRequest;
|
|
437
|
+
static deserializeBinaryFromReader(message: GetNotificationRequest, reader: jspb.BinaryReader): GetNotificationRequest;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
export namespace GetNotificationRequest {
|
|
441
|
+
export type AsObject = {
|
|
442
|
+
name: string,
|
|
443
|
+
fieldMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
export class UpdateNotificationRequest extends jspb.Message {
|
|
448
|
+
getNotification(): Notification | undefined;
|
|
449
|
+
setNotification(value?: Notification): UpdateNotificationRequest;
|
|
450
|
+
hasNotification(): boolean;
|
|
451
|
+
clearNotification(): UpdateNotificationRequest;
|
|
452
|
+
|
|
453
|
+
getUpdateMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
454
|
+
setUpdateMask(value?: google_protobuf_field_mask_pb.FieldMask): UpdateNotificationRequest;
|
|
455
|
+
hasUpdateMask(): boolean;
|
|
456
|
+
clearUpdateMask(): UpdateNotificationRequest;
|
|
457
|
+
|
|
458
|
+
getFieldMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
459
|
+
setFieldMask(value?: google_protobuf_field_mask_pb.FieldMask): UpdateNotificationRequest;
|
|
460
|
+
hasFieldMask(): boolean;
|
|
461
|
+
clearFieldMask(): UpdateNotificationRequest;
|
|
462
|
+
|
|
463
|
+
serializeBinary(): Uint8Array;
|
|
464
|
+
toObject(includeInstance?: boolean): UpdateNotificationRequest.AsObject;
|
|
465
|
+
static toObject(includeInstance: boolean, msg: UpdateNotificationRequest): UpdateNotificationRequest.AsObject;
|
|
466
|
+
static serializeBinaryToWriter(message: UpdateNotificationRequest, writer: jspb.BinaryWriter): void;
|
|
467
|
+
static deserializeBinary(bytes: Uint8Array): UpdateNotificationRequest;
|
|
468
|
+
static deserializeBinaryFromReader(message: UpdateNotificationRequest, reader: jspb.BinaryReader): UpdateNotificationRequest;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
export namespace UpdateNotificationRequest {
|
|
472
|
+
export type AsObject = {
|
|
473
|
+
notification?: Notification.AsObject,
|
|
474
|
+
updateMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
475
|
+
fieldMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
export class DeleteNotificationsRequest extends jspb.Message {
|
|
480
|
+
getNotificationNamesList(): Array<string>;
|
|
481
|
+
setNotificationNamesList(value: Array<string>): DeleteNotificationsRequest;
|
|
482
|
+
clearNotificationNamesList(): DeleteNotificationsRequest;
|
|
483
|
+
addNotificationNames(value: string, index?: number): DeleteNotificationsRequest;
|
|
484
|
+
|
|
485
|
+
serializeBinary(): Uint8Array;
|
|
486
|
+
toObject(includeInstance?: boolean): DeleteNotificationsRequest.AsObject;
|
|
487
|
+
static toObject(includeInstance: boolean, msg: DeleteNotificationsRequest): DeleteNotificationsRequest.AsObject;
|
|
488
|
+
static serializeBinaryToWriter(message: DeleteNotificationsRequest, writer: jspb.BinaryWriter): void;
|
|
489
|
+
static deserializeBinary(bytes: Uint8Array): DeleteNotificationsRequest;
|
|
490
|
+
static deserializeBinaryFromReader(message: DeleteNotificationsRequest, reader: jspb.BinaryReader): DeleteNotificationsRequest;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
export namespace DeleteNotificationsRequest {
|
|
494
|
+
export type AsObject = {
|
|
495
|
+
notificationNamesList: Array<string>,
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
export class StreamNotificationsRequest extends jspb.Message {
|
|
500
|
+
getNotificationFilter(): NotificationFilter | undefined;
|
|
501
|
+
setNotificationFilter(value?: NotificationFilter): StreamNotificationsRequest;
|
|
502
|
+
hasNotificationFilter(): boolean;
|
|
503
|
+
clearNotificationFilter(): StreamNotificationsRequest;
|
|
504
|
+
|
|
505
|
+
getIncludeExisting(): boolean;
|
|
506
|
+
setIncludeExisting(value: boolean): StreamNotificationsRequest;
|
|
507
|
+
|
|
508
|
+
serializeBinary(): Uint8Array;
|
|
509
|
+
toObject(includeInstance?: boolean): StreamNotificationsRequest.AsObject;
|
|
510
|
+
static toObject(includeInstance: boolean, msg: StreamNotificationsRequest): StreamNotificationsRequest.AsObject;
|
|
511
|
+
static serializeBinaryToWriter(message: StreamNotificationsRequest, writer: jspb.BinaryWriter): void;
|
|
512
|
+
static deserializeBinary(bytes: Uint8Array): StreamNotificationsRequest;
|
|
513
|
+
static deserializeBinaryFromReader(message: StreamNotificationsRequest, reader: jspb.BinaryReader): StreamNotificationsRequest;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
export namespace StreamNotificationsRequest {
|
|
517
|
+
export type AsObject = {
|
|
518
|
+
notificationFilter?: NotificationFilter.AsObject,
|
|
519
|
+
includeExisting: boolean,
|
|
381
520
|
}
|
|
382
521
|
}
|
|
383
522
|
|
|
@@ -542,6 +681,7 @@ export enum NotificationOrigin {
|
|
|
542
681
|
NOTIFICATION_ORIGIN_ONDEWO_T2S = 7,
|
|
543
682
|
NOTIFICATION_ORIGIN_ONDEWO_VTSI = 8,
|
|
544
683
|
NOTIFICATION_ORIGIN_ONDEWO_VTSI_RABBITMQ = 9,
|
|
684
|
+
NOTIFICATION_ORIGIN_ONDEWO_SURVEY = 10,
|
|
545
685
|
}
|
|
546
686
|
export enum LogSeverity {
|
|
547
687
|
LOG_SEVERITY_UNSPECIFIED = 0,
|