@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.
- 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 +45 -41
- package/api/ondewo/nlu/agent.pb.d.ts +326 -86
- package/api/ondewo/nlu/agent.pbsc.d.ts +60 -60
- 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 +1455 -0
- package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/ccai-project.pbsc.d.ts +118 -0
- package/api/ondewo/nlu/common.pb.d.ts +958 -1
- package/api/ondewo/nlu/context.pb.d.ts +51 -10
- package/api/ondewo/nlu/entity-type.pb.d.ts +83 -42
- package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/intent.pb.d.ts +207 -87
- package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +23 -2
- package/api/ondewo/nlu/operations.pb.d.ts +7 -7
- package/api/ondewo/nlu/project-role.pb.d.ts +33 -12
- package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
- 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/server-statistics.pbsc.d.ts +14 -14
- package/api/ondewo/nlu/session.pb.d.ts +2311 -217
- package/api/ondewo/nlu/session.pbsc.d.ts +204 -11
- package/api/ondewo/nlu/user.pb.d.ts +782 -39
- package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
- package/api/ondewo/nlu/utility.pb.d.ts +22 -22
- package/api/ondewo/nlu/webhook.pb.d.ts +550 -15
- package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +1622 -1049
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +1195 -52
- package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +0 -5
- package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +47 -64
- 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 +29 -25
- package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/agent.pb.mjs +925 -41
- package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +52 -52
- 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 +2691 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +224 -0
- package/esm2022/api/ondewo/nlu/common.pb.mjs +1856 -1
- package/esm2022/api/ondewo/nlu/context.pb.mjs +152 -5
- package/esm2022/api/ondewo/nlu/context.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +166 -19
- package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +10 -10
- package/esm2022/api/ondewo/nlu/intent.pb.mjs +464 -22
- package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +9 -9
- package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +76 -3
- package/esm2022/api/ondewo/nlu/operations.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/project-role.pb.mjs +81 -8
- package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +10 -10
- package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +19 -19
- package/esm2022/api/ondewo/nlu/session.pb.mjs +6997 -2924
- package/esm2022/api/ondewo/nlu/session.pbsc.mjs +381 -20
- package/esm2022/api/ondewo/nlu/user.pb.mjs +1349 -20
- package/esm2022/api/ondewo/nlu/user.pbsc.mjs +228 -17
- package/esm2022/api/ondewo/nlu/utility.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/webhook.pb.mjs +915 -24
- package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +97 -6
- package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +3065 -1874
- package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +3158 -963
- package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +103 -133
- package/esm2022/public-api.mjs +4 -1
- package/fesm2022/ondewo-csi-client-angular.mjs +40452 -22608
- package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +9 -9
- package/public-api.d.ts +3 -0
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
|
|
2
2
|
import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
3
|
+
import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
|
|
4
|
+
import * as googleProtobuf005 from '@ngx-grpc/well-known-types';
|
|
5
|
+
import * as ondewoNlu006 from '../../ondewo/nlu/project-role.pb';
|
|
6
|
+
import * as ondewoNlu007 from '../../ondewo/nlu/common.pb';
|
|
5
7
|
export declare enum DefaultServerRole {
|
|
6
8
|
SERVER_UNSPECIFIED = 0,
|
|
7
9
|
SERVER_USER = 1,
|
|
@@ -40,6 +42,11 @@ export declare class User implements GrpcMessage {
|
|
|
40
42
|
private _displayName;
|
|
41
43
|
private _serverRoleId;
|
|
42
44
|
private _userEmail;
|
|
45
|
+
private _userProfilePicture;
|
|
46
|
+
private _createdAt?;
|
|
47
|
+
private _modifiedAt?;
|
|
48
|
+
private _createdBy;
|
|
49
|
+
private _modifiedBy;
|
|
43
50
|
/**
|
|
44
51
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
45
52
|
* @param _value initial values object or instance of User to deeply clone from
|
|
@@ -53,6 +60,16 @@ export declare class User implements GrpcMessage {
|
|
|
53
60
|
set serverRoleId(value: number);
|
|
54
61
|
get userEmail(): string;
|
|
55
62
|
set userEmail(value: string);
|
|
63
|
+
get userProfilePicture(): Uint8Array;
|
|
64
|
+
set userProfilePicture(value: Uint8Array);
|
|
65
|
+
get createdAt(): googleProtobuf005.Timestamp | undefined;
|
|
66
|
+
set createdAt(value: googleProtobuf005.Timestamp | undefined);
|
|
67
|
+
get modifiedAt(): googleProtobuf005.Timestamp | undefined;
|
|
68
|
+
set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
|
|
69
|
+
get createdBy(): string;
|
|
70
|
+
set createdBy(value: string);
|
|
71
|
+
get modifiedBy(): string;
|
|
72
|
+
set modifiedBy(value: string);
|
|
56
73
|
/**
|
|
57
74
|
* Serialize message to binary data
|
|
58
75
|
* @param instance message instance
|
|
@@ -73,7 +90,7 @@ export declare class User implements GrpcMessage {
|
|
|
73
90
|
*/
|
|
74
91
|
toProtobufJSON(options?: ToProtobufJSONOptions): User.AsProtobufJSON;
|
|
75
92
|
}
|
|
76
|
-
export declare
|
|
93
|
+
export declare namespace User {
|
|
77
94
|
/**
|
|
78
95
|
* Standard JavaScript object representation for User
|
|
79
96
|
*/
|
|
@@ -82,6 +99,11 @@ export declare module User {
|
|
|
82
99
|
displayName: string;
|
|
83
100
|
serverRoleId: number;
|
|
84
101
|
userEmail: string;
|
|
102
|
+
userProfilePicture: Uint8Array;
|
|
103
|
+
createdAt?: googleProtobuf005.Timestamp.AsObject;
|
|
104
|
+
modifiedAt?: googleProtobuf005.Timestamp.AsObject;
|
|
105
|
+
createdBy: string;
|
|
106
|
+
modifiedBy: string;
|
|
85
107
|
}
|
|
86
108
|
/**
|
|
87
109
|
* Protobuf JSON representation for User
|
|
@@ -91,6 +113,11 @@ export declare module User {
|
|
|
91
113
|
displayName: string;
|
|
92
114
|
serverRoleId: number;
|
|
93
115
|
userEmail: string;
|
|
116
|
+
userProfilePicture: string;
|
|
117
|
+
createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
|
|
118
|
+
modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
|
|
119
|
+
createdBy: string;
|
|
120
|
+
modifiedBy: string;
|
|
94
121
|
}
|
|
95
122
|
}
|
|
96
123
|
/**
|
|
@@ -130,10 +157,10 @@ export declare class UserInfo implements GrpcMessage {
|
|
|
130
157
|
get user(): User | undefined;
|
|
131
158
|
set user(value: User | undefined);
|
|
132
159
|
get projectRoles(): {
|
|
133
|
-
[prop: string]:
|
|
160
|
+
[prop: string]: ondewoNlu006.ProjectRole;
|
|
134
161
|
};
|
|
135
162
|
set projectRoles(value: {
|
|
136
|
-
[prop: string]:
|
|
163
|
+
[prop: string]: ondewoNlu006.ProjectRole;
|
|
137
164
|
});
|
|
138
165
|
/**
|
|
139
166
|
* Serialize message to binary data
|
|
@@ -155,14 +182,14 @@ export declare class UserInfo implements GrpcMessage {
|
|
|
155
182
|
*/
|
|
156
183
|
toProtobufJSON(options?: ToProtobufJSONOptions): UserInfo.AsProtobufJSON;
|
|
157
184
|
}
|
|
158
|
-
export declare
|
|
185
|
+
export declare namespace UserInfo {
|
|
159
186
|
/**
|
|
160
187
|
* Standard JavaScript object representation for UserInfo
|
|
161
188
|
*/
|
|
162
189
|
interface AsObject {
|
|
163
190
|
user?: User.AsObject;
|
|
164
191
|
projectRoles: {
|
|
165
|
-
[prop: string]:
|
|
192
|
+
[prop: string]: ondewoNlu006.ProjectRole;
|
|
166
193
|
};
|
|
167
194
|
}
|
|
168
195
|
/**
|
|
@@ -171,7 +198,7 @@ export declare module UserInfo {
|
|
|
171
198
|
interface AsProtobufJSON {
|
|
172
199
|
user: User.AsProtobufJSON | null;
|
|
173
200
|
projectRoles: {
|
|
174
|
-
[prop: string]:
|
|
201
|
+
[prop: string]: ondewoNlu006.ProjectRole;
|
|
175
202
|
};
|
|
176
203
|
}
|
|
177
204
|
/**
|
|
@@ -210,8 +237,8 @@ export declare module UserInfo {
|
|
|
210
237
|
constructor(_value?: RecursivePartial<ProjectRolesEntry.AsObject>);
|
|
211
238
|
get key(): string;
|
|
212
239
|
set key(value: string);
|
|
213
|
-
get value():
|
|
214
|
-
set value(value:
|
|
240
|
+
get value(): ondewoNlu006.ProjectRole | undefined;
|
|
241
|
+
set value(value: ondewoNlu006.ProjectRole | undefined);
|
|
215
242
|
/**
|
|
216
243
|
* Serialize message to binary data
|
|
217
244
|
* @param instance message instance
|
|
@@ -232,20 +259,20 @@ export declare module UserInfo {
|
|
|
232
259
|
*/
|
|
233
260
|
toProtobufJSON(options?: ToProtobufJSONOptions): ProjectRolesEntry.AsProtobufJSON;
|
|
234
261
|
}
|
|
235
|
-
|
|
262
|
+
namespace ProjectRolesEntry {
|
|
236
263
|
/**
|
|
237
264
|
* Standard JavaScript object representation for ProjectRolesEntry
|
|
238
265
|
*/
|
|
239
266
|
interface AsObject {
|
|
240
267
|
key: string;
|
|
241
|
-
value?:
|
|
268
|
+
value?: ondewoNlu006.ProjectRole.AsObject;
|
|
242
269
|
}
|
|
243
270
|
/**
|
|
244
271
|
* Protobuf JSON representation for ProjectRolesEntry
|
|
245
272
|
*/
|
|
246
273
|
interface AsProtobufJSON {
|
|
247
274
|
key: string;
|
|
248
|
-
value:
|
|
275
|
+
value: ondewoNlu006.ProjectRole.AsProtobufJSON | null;
|
|
249
276
|
}
|
|
250
277
|
}
|
|
251
278
|
}
|
|
@@ -307,7 +334,7 @@ export declare class CreateUserRequest implements GrpcMessage {
|
|
|
307
334
|
*/
|
|
308
335
|
toProtobufJSON(options?: ToProtobufJSONOptions): CreateUserRequest.AsProtobufJSON;
|
|
309
336
|
}
|
|
310
|
-
export declare
|
|
337
|
+
export declare namespace CreateUserRequest {
|
|
311
338
|
/**
|
|
312
339
|
* Standard JavaScript object representation for CreateUserRequest
|
|
313
340
|
*/
|
|
@@ -362,8 +389,8 @@ export declare class UpdateUserRequest implements GrpcMessage {
|
|
|
362
389
|
set user(value: User | undefined);
|
|
363
390
|
get password(): string;
|
|
364
391
|
set password(value: string);
|
|
365
|
-
get updateMask():
|
|
366
|
-
set updateMask(value:
|
|
392
|
+
get updateMask(): googleProtobuf004.FieldMask | undefined;
|
|
393
|
+
set updateMask(value: googleProtobuf004.FieldMask | undefined);
|
|
367
394
|
/**
|
|
368
395
|
* Serialize message to binary data
|
|
369
396
|
* @param instance message instance
|
|
@@ -384,14 +411,14 @@ export declare class UpdateUserRequest implements GrpcMessage {
|
|
|
384
411
|
*/
|
|
385
412
|
toProtobufJSON(options?: ToProtobufJSONOptions): UpdateUserRequest.AsProtobufJSON;
|
|
386
413
|
}
|
|
387
|
-
export declare
|
|
414
|
+
export declare namespace UpdateUserRequest {
|
|
388
415
|
/**
|
|
389
416
|
* Standard JavaScript object representation for UpdateUserRequest
|
|
390
417
|
*/
|
|
391
418
|
interface AsObject {
|
|
392
419
|
user?: User.AsObject;
|
|
393
420
|
password: string;
|
|
394
|
-
updateMask?:
|
|
421
|
+
updateMask?: googleProtobuf004.FieldMask.AsObject;
|
|
395
422
|
}
|
|
396
423
|
/**
|
|
397
424
|
* Protobuf JSON representation for UpdateUserRequest
|
|
@@ -399,7 +426,7 @@ export declare module UpdateUserRequest {
|
|
|
399
426
|
interface AsProtobufJSON {
|
|
400
427
|
user: User.AsProtobufJSON | null;
|
|
401
428
|
password: string;
|
|
402
|
-
updateMask:
|
|
429
|
+
updateMask: googleProtobuf004.FieldMask.AsProtobufJSON | null;
|
|
403
430
|
}
|
|
404
431
|
}
|
|
405
432
|
/**
|
|
@@ -462,7 +489,7 @@ export declare class GetUserRequest implements GrpcMessage {
|
|
|
462
489
|
*/
|
|
463
490
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetUserRequest.AsProtobufJSON;
|
|
464
491
|
}
|
|
465
|
-
export declare
|
|
492
|
+
export declare namespace GetUserRequest {
|
|
466
493
|
/**
|
|
467
494
|
* Standard JavaScript object representation for GetUserRequest
|
|
468
495
|
*/
|
|
@@ -538,7 +565,7 @@ export declare class DeleteUserRequest implements GrpcMessage {
|
|
|
538
565
|
*/
|
|
539
566
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteUserRequest.AsProtobufJSON;
|
|
540
567
|
}
|
|
541
|
-
export declare
|
|
568
|
+
export declare namespace DeleteUserRequest {
|
|
542
569
|
/**
|
|
543
570
|
* Standard JavaScript object representation for DeleteUserRequest
|
|
544
571
|
*/
|
|
@@ -607,7 +634,7 @@ export declare class ListUsersRequest implements GrpcMessage {
|
|
|
607
634
|
*/
|
|
608
635
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListUsersRequest.AsProtobufJSON;
|
|
609
636
|
}
|
|
610
|
-
export declare
|
|
637
|
+
export declare namespace ListUsersRequest {
|
|
611
638
|
/**
|
|
612
639
|
* Standard JavaScript object representation for ListUsersRequest
|
|
613
640
|
*/
|
|
@@ -679,7 +706,7 @@ export declare class ListUsersResponse implements GrpcMessage {
|
|
|
679
706
|
*/
|
|
680
707
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListUsersResponse.AsProtobufJSON;
|
|
681
708
|
}
|
|
682
|
-
export declare
|
|
709
|
+
export declare namespace ListUsersResponse {
|
|
683
710
|
/**
|
|
684
711
|
* Standard JavaScript object representation for ListUsersResponse
|
|
685
712
|
*/
|
|
@@ -753,7 +780,7 @@ export declare class ListUserInfosResponse implements GrpcMessage {
|
|
|
753
780
|
*/
|
|
754
781
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListUserInfosResponse.AsProtobufJSON;
|
|
755
782
|
}
|
|
756
|
-
export declare
|
|
783
|
+
export declare namespace ListUserInfosResponse {
|
|
757
784
|
/**
|
|
758
785
|
* Standard JavaScript object representation for ListUserInfosResponse
|
|
759
786
|
*/
|
|
@@ -799,6 +826,10 @@ export declare class ServerRole implements GrpcMessage {
|
|
|
799
826
|
private _roleId;
|
|
800
827
|
private _name;
|
|
801
828
|
private _permissions;
|
|
829
|
+
private _createdAt?;
|
|
830
|
+
private _modifiedAt?;
|
|
831
|
+
private _createdBy;
|
|
832
|
+
private _modifiedBy;
|
|
802
833
|
/**
|
|
803
834
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
804
835
|
* @param _value initial values object or instance of ServerRole to deeply clone from
|
|
@@ -810,6 +841,14 @@ export declare class ServerRole implements GrpcMessage {
|
|
|
810
841
|
set name(value: string);
|
|
811
842
|
get permissions(): string[];
|
|
812
843
|
set permissions(value: string[]);
|
|
844
|
+
get createdAt(): googleProtobuf005.Timestamp | undefined;
|
|
845
|
+
set createdAt(value: googleProtobuf005.Timestamp | undefined);
|
|
846
|
+
get modifiedAt(): googleProtobuf005.Timestamp | undefined;
|
|
847
|
+
set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
|
|
848
|
+
get createdBy(): string;
|
|
849
|
+
set createdBy(value: string);
|
|
850
|
+
get modifiedBy(): string;
|
|
851
|
+
set modifiedBy(value: string);
|
|
813
852
|
/**
|
|
814
853
|
* Serialize message to binary data
|
|
815
854
|
* @param instance message instance
|
|
@@ -830,7 +869,7 @@ export declare class ServerRole implements GrpcMessage {
|
|
|
830
869
|
*/
|
|
831
870
|
toProtobufJSON(options?: ToProtobufJSONOptions): ServerRole.AsProtobufJSON;
|
|
832
871
|
}
|
|
833
|
-
export declare
|
|
872
|
+
export declare namespace ServerRole {
|
|
834
873
|
/**
|
|
835
874
|
* Standard JavaScript object representation for ServerRole
|
|
836
875
|
*/
|
|
@@ -838,6 +877,10 @@ export declare module ServerRole {
|
|
|
838
877
|
roleId: number;
|
|
839
878
|
name: string;
|
|
840
879
|
permissions: string[];
|
|
880
|
+
createdAt?: googleProtobuf005.Timestamp.AsObject;
|
|
881
|
+
modifiedAt?: googleProtobuf005.Timestamp.AsObject;
|
|
882
|
+
createdBy: string;
|
|
883
|
+
modifiedBy: string;
|
|
841
884
|
}
|
|
842
885
|
/**
|
|
843
886
|
* Protobuf JSON representation for ServerRole
|
|
@@ -846,6 +889,10 @@ export declare module ServerRole {
|
|
|
846
889
|
roleId: number;
|
|
847
890
|
name: string;
|
|
848
891
|
permissions: string[];
|
|
892
|
+
createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
|
|
893
|
+
modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
|
|
894
|
+
createdBy: string;
|
|
895
|
+
modifiedBy: string;
|
|
849
896
|
}
|
|
850
897
|
}
|
|
851
898
|
/**
|
|
@@ -903,7 +950,7 @@ export declare class CreateServerRoleRequest implements GrpcMessage {
|
|
|
903
950
|
*/
|
|
904
951
|
toProtobufJSON(options?: ToProtobufJSONOptions): CreateServerRoleRequest.AsProtobufJSON;
|
|
905
952
|
}
|
|
906
|
-
export declare
|
|
953
|
+
export declare namespace CreateServerRoleRequest {
|
|
907
954
|
/**
|
|
908
955
|
* Standard JavaScript object representation for CreateServerRoleRequest
|
|
909
956
|
*/
|
|
@@ -953,8 +1000,8 @@ export declare class UpdateServerRoleRequest implements GrpcMessage {
|
|
|
953
1000
|
constructor(_value?: RecursivePartial<UpdateServerRoleRequest.AsObject>);
|
|
954
1001
|
get role(): ServerRole | undefined;
|
|
955
1002
|
set role(value: ServerRole | undefined);
|
|
956
|
-
get updateMask():
|
|
957
|
-
set updateMask(value:
|
|
1003
|
+
get updateMask(): googleProtobuf004.FieldMask | undefined;
|
|
1004
|
+
set updateMask(value: googleProtobuf004.FieldMask | undefined);
|
|
958
1005
|
/**
|
|
959
1006
|
* Serialize message to binary data
|
|
960
1007
|
* @param instance message instance
|
|
@@ -975,20 +1022,20 @@ export declare class UpdateServerRoleRequest implements GrpcMessage {
|
|
|
975
1022
|
*/
|
|
976
1023
|
toProtobufJSON(options?: ToProtobufJSONOptions): UpdateServerRoleRequest.AsProtobufJSON;
|
|
977
1024
|
}
|
|
978
|
-
export declare
|
|
1025
|
+
export declare namespace UpdateServerRoleRequest {
|
|
979
1026
|
/**
|
|
980
1027
|
* Standard JavaScript object representation for UpdateServerRoleRequest
|
|
981
1028
|
*/
|
|
982
1029
|
interface AsObject {
|
|
983
1030
|
role?: ServerRole.AsObject;
|
|
984
|
-
updateMask?:
|
|
1031
|
+
updateMask?: googleProtobuf004.FieldMask.AsObject;
|
|
985
1032
|
}
|
|
986
1033
|
/**
|
|
987
1034
|
* Protobuf JSON representation for UpdateServerRoleRequest
|
|
988
1035
|
*/
|
|
989
1036
|
interface AsProtobufJSON {
|
|
990
1037
|
role: ServerRole.AsProtobufJSON | null;
|
|
991
|
-
updateMask:
|
|
1038
|
+
updateMask: googleProtobuf004.FieldMask.AsProtobufJSON | null;
|
|
992
1039
|
}
|
|
993
1040
|
}
|
|
994
1041
|
/**
|
|
@@ -1046,7 +1093,7 @@ export declare class DeleteServerRoleRequest implements GrpcMessage {
|
|
|
1046
1093
|
*/
|
|
1047
1094
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteServerRoleRequest.AsProtobufJSON;
|
|
1048
1095
|
}
|
|
1049
|
-
export declare
|
|
1096
|
+
export declare namespace DeleteServerRoleRequest {
|
|
1050
1097
|
/**
|
|
1051
1098
|
* Standard JavaScript object representation for DeleteServerRoleRequest
|
|
1052
1099
|
*/
|
|
@@ -1120,7 +1167,7 @@ export declare class GetServerRoleRequest implements GrpcMessage {
|
|
|
1120
1167
|
*/
|
|
1121
1168
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetServerRoleRequest.AsProtobufJSON;
|
|
1122
1169
|
}
|
|
1123
|
-
export declare
|
|
1170
|
+
export declare namespace GetServerRoleRequest {
|
|
1124
1171
|
/**
|
|
1125
1172
|
* Standard JavaScript object representation for GetServerRoleRequest
|
|
1126
1173
|
*/
|
|
@@ -1196,7 +1243,7 @@ export declare class ListServerRolesRequest implements GrpcMessage {
|
|
|
1196
1243
|
*/
|
|
1197
1244
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListServerRolesRequest.AsProtobufJSON;
|
|
1198
1245
|
}
|
|
1199
|
-
export declare
|
|
1246
|
+
export declare namespace ListServerRolesRequest {
|
|
1200
1247
|
/**
|
|
1201
1248
|
* Standard JavaScript object representation for ListServerRolesRequest
|
|
1202
1249
|
*/
|
|
@@ -1268,7 +1315,7 @@ export declare class ListServerRolesResponse implements GrpcMessage {
|
|
|
1268
1315
|
*/
|
|
1269
1316
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListServerRolesResponse.AsProtobufJSON;
|
|
1270
1317
|
}
|
|
1271
|
-
export declare
|
|
1318
|
+
export declare namespace ListServerRolesResponse {
|
|
1272
1319
|
/**
|
|
1273
1320
|
* Standard JavaScript object representation for ListServerRolesResponse
|
|
1274
1321
|
*/
|
|
@@ -1339,7 +1386,7 @@ export declare class ListServerPermissionsRequest implements GrpcMessage {
|
|
|
1339
1386
|
*/
|
|
1340
1387
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListServerPermissionsRequest.AsProtobufJSON;
|
|
1341
1388
|
}
|
|
1342
|
-
export declare
|
|
1389
|
+
export declare namespace ListServerPermissionsRequest {
|
|
1343
1390
|
/**
|
|
1344
1391
|
* Standard JavaScript object representation for ListServerPermissionsRequest
|
|
1345
1392
|
*/
|
|
@@ -1411,7 +1458,7 @@ export declare class ListServerPermissionsResponse implements GrpcMessage {
|
|
|
1411
1458
|
*/
|
|
1412
1459
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListServerPermissionsResponse.AsProtobufJSON;
|
|
1413
1460
|
}
|
|
1414
|
-
export declare
|
|
1461
|
+
export declare namespace ListServerPermissionsResponse {
|
|
1415
1462
|
/**
|
|
1416
1463
|
* Standard JavaScript object representation for ListServerPermissionsResponse
|
|
1417
1464
|
*/
|
|
@@ -1485,7 +1532,7 @@ export declare class LoginRequest implements GrpcMessage {
|
|
|
1485
1532
|
*/
|
|
1486
1533
|
toProtobufJSON(options?: ToProtobufJSONOptions): LoginRequest.AsProtobufJSON;
|
|
1487
1534
|
}
|
|
1488
|
-
export declare
|
|
1535
|
+
export declare namespace LoginRequest {
|
|
1489
1536
|
/**
|
|
1490
1537
|
* Standard JavaScript object representation for LoginRequest
|
|
1491
1538
|
*/
|
|
@@ -1559,7 +1606,7 @@ export declare class LoginResponse implements GrpcMessage {
|
|
|
1559
1606
|
*/
|
|
1560
1607
|
toProtobufJSON(options?: ToProtobufJSONOptions): LoginResponse.AsProtobufJSON;
|
|
1561
1608
|
}
|
|
1562
|
-
export declare
|
|
1609
|
+
export declare namespace LoginResponse {
|
|
1563
1610
|
/**
|
|
1564
1611
|
* Standard JavaScript object representation for LoginResponse
|
|
1565
1612
|
*/
|
|
@@ -1575,3 +1622,699 @@ export declare module LoginResponse {
|
|
|
1575
1622
|
authToken: string;
|
|
1576
1623
|
}
|
|
1577
1624
|
}
|
|
1625
|
+
/**
|
|
1626
|
+
* Message implementation for ondewo.nlu.GetUserPreferencesRequest
|
|
1627
|
+
*/
|
|
1628
|
+
export declare class GetUserPreferencesRequest implements GrpcMessage {
|
|
1629
|
+
static id: string;
|
|
1630
|
+
/**
|
|
1631
|
+
* Deserialize binary data to message
|
|
1632
|
+
* @param instance message instance
|
|
1633
|
+
*/
|
|
1634
|
+
static deserializeBinary(bytes: ByteSource): GetUserPreferencesRequest;
|
|
1635
|
+
/**
|
|
1636
|
+
* Check all the properties and set default protobuf values if necessary
|
|
1637
|
+
* @param _instance message instance
|
|
1638
|
+
*/
|
|
1639
|
+
static refineValues(_instance: GetUserPreferencesRequest): void;
|
|
1640
|
+
/**
|
|
1641
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
1642
|
+
* @param _instance message instance
|
|
1643
|
+
* @param _reader binary reader instance
|
|
1644
|
+
*/
|
|
1645
|
+
static deserializeBinaryFromReader(_instance: GetUserPreferencesRequest, _reader: BinaryReader): void;
|
|
1646
|
+
/**
|
|
1647
|
+
* Serializes a message to binary format using provided binary reader
|
|
1648
|
+
* @param _instance message instance
|
|
1649
|
+
* @param _writer binary writer instance
|
|
1650
|
+
*/
|
|
1651
|
+
static serializeBinaryToWriter(_instance: GetUserPreferencesRequest, _writer: BinaryWriter): void;
|
|
1652
|
+
private _userName;
|
|
1653
|
+
private _keys;
|
|
1654
|
+
private _regexInclude;
|
|
1655
|
+
/**
|
|
1656
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
1657
|
+
* @param _value initial values object or instance of GetUserPreferencesRequest to deeply clone from
|
|
1658
|
+
*/
|
|
1659
|
+
constructor(_value?: RecursivePartial<GetUserPreferencesRequest.AsObject>);
|
|
1660
|
+
get userName(): string;
|
|
1661
|
+
set userName(value: string);
|
|
1662
|
+
get keys(): string[];
|
|
1663
|
+
set keys(value: string[]);
|
|
1664
|
+
get regexInclude(): string;
|
|
1665
|
+
set regexInclude(value: string);
|
|
1666
|
+
/**
|
|
1667
|
+
* Serialize message to binary data
|
|
1668
|
+
* @param instance message instance
|
|
1669
|
+
*/
|
|
1670
|
+
serializeBinary(): any;
|
|
1671
|
+
/**
|
|
1672
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
1673
|
+
*/
|
|
1674
|
+
toObject(): GetUserPreferencesRequest.AsObject;
|
|
1675
|
+
/**
|
|
1676
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
1677
|
+
*/
|
|
1678
|
+
toJSON(): GetUserPreferencesRequest.AsObject;
|
|
1679
|
+
/**
|
|
1680
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
1681
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
1682
|
+
* 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
|
|
1683
|
+
*/
|
|
1684
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): GetUserPreferencesRequest.AsProtobufJSON;
|
|
1685
|
+
}
|
|
1686
|
+
export declare namespace GetUserPreferencesRequest {
|
|
1687
|
+
/**
|
|
1688
|
+
* Standard JavaScript object representation for GetUserPreferencesRequest
|
|
1689
|
+
*/
|
|
1690
|
+
interface AsObject {
|
|
1691
|
+
userName: string;
|
|
1692
|
+
keys: string[];
|
|
1693
|
+
regexInclude: string;
|
|
1694
|
+
}
|
|
1695
|
+
/**
|
|
1696
|
+
* Protobuf JSON representation for GetUserPreferencesRequest
|
|
1697
|
+
*/
|
|
1698
|
+
interface AsProtobufJSON {
|
|
1699
|
+
userName: string;
|
|
1700
|
+
keys: string[];
|
|
1701
|
+
regexInclude: string;
|
|
1702
|
+
}
|
|
1703
|
+
}
|
|
1704
|
+
/**
|
|
1705
|
+
* Message implementation for ondewo.nlu.GetUserPreferencesResponse
|
|
1706
|
+
*/
|
|
1707
|
+
export declare class GetUserPreferencesResponse implements GrpcMessage {
|
|
1708
|
+
static id: string;
|
|
1709
|
+
/**
|
|
1710
|
+
* Deserialize binary data to message
|
|
1711
|
+
* @param instance message instance
|
|
1712
|
+
*/
|
|
1713
|
+
static deserializeBinary(bytes: ByteSource): GetUserPreferencesResponse;
|
|
1714
|
+
/**
|
|
1715
|
+
* Check all the properties and set default protobuf values if necessary
|
|
1716
|
+
* @param _instance message instance
|
|
1717
|
+
*/
|
|
1718
|
+
static refineValues(_instance: GetUserPreferencesResponse): void;
|
|
1719
|
+
/**
|
|
1720
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
1721
|
+
* @param _instance message instance
|
|
1722
|
+
* @param _reader binary reader instance
|
|
1723
|
+
*/
|
|
1724
|
+
static deserializeBinaryFromReader(_instance: GetUserPreferencesResponse, _reader: BinaryReader): void;
|
|
1725
|
+
/**
|
|
1726
|
+
* Serializes a message to binary format using provided binary reader
|
|
1727
|
+
* @param _instance message instance
|
|
1728
|
+
* @param _writer binary writer instance
|
|
1729
|
+
*/
|
|
1730
|
+
static serializeBinaryToWriter(_instance: GetUserPreferencesResponse, _writer: BinaryWriter): void;
|
|
1731
|
+
private _userName;
|
|
1732
|
+
private _keyValuePairs?;
|
|
1733
|
+
private _errorMessage;
|
|
1734
|
+
/**
|
|
1735
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
1736
|
+
* @param _value initial values object or instance of GetUserPreferencesResponse to deeply clone from
|
|
1737
|
+
*/
|
|
1738
|
+
constructor(_value?: RecursivePartial<GetUserPreferencesResponse.AsObject>);
|
|
1739
|
+
get userName(): string;
|
|
1740
|
+
set userName(value: string);
|
|
1741
|
+
get keyValuePairs(): ondewoNlu007.KeyValuePair[] | undefined;
|
|
1742
|
+
set keyValuePairs(value: ondewoNlu007.KeyValuePair[] | undefined);
|
|
1743
|
+
get errorMessage(): string;
|
|
1744
|
+
set errorMessage(value: string);
|
|
1745
|
+
/**
|
|
1746
|
+
* Serialize message to binary data
|
|
1747
|
+
* @param instance message instance
|
|
1748
|
+
*/
|
|
1749
|
+
serializeBinary(): any;
|
|
1750
|
+
/**
|
|
1751
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
1752
|
+
*/
|
|
1753
|
+
toObject(): GetUserPreferencesResponse.AsObject;
|
|
1754
|
+
/**
|
|
1755
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
1756
|
+
*/
|
|
1757
|
+
toJSON(): GetUserPreferencesResponse.AsObject;
|
|
1758
|
+
/**
|
|
1759
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
1760
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
1761
|
+
* 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
|
|
1762
|
+
*/
|
|
1763
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): GetUserPreferencesResponse.AsProtobufJSON;
|
|
1764
|
+
}
|
|
1765
|
+
export declare namespace GetUserPreferencesResponse {
|
|
1766
|
+
/**
|
|
1767
|
+
* Standard JavaScript object representation for GetUserPreferencesResponse
|
|
1768
|
+
*/
|
|
1769
|
+
interface AsObject {
|
|
1770
|
+
userName: string;
|
|
1771
|
+
keyValuePairs?: ondewoNlu007.KeyValuePair.AsObject[];
|
|
1772
|
+
errorMessage: string;
|
|
1773
|
+
}
|
|
1774
|
+
/**
|
|
1775
|
+
* Protobuf JSON representation for GetUserPreferencesResponse
|
|
1776
|
+
*/
|
|
1777
|
+
interface AsProtobufJSON {
|
|
1778
|
+
userName: string;
|
|
1779
|
+
keyValuePairs: ondewoNlu007.KeyValuePair.AsProtobufJSON[] | null;
|
|
1780
|
+
errorMessage: string;
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
/**
|
|
1784
|
+
* Message implementation for ondewo.nlu.SetUserPreferencesRequest
|
|
1785
|
+
*/
|
|
1786
|
+
export declare class SetUserPreferencesRequest implements GrpcMessage {
|
|
1787
|
+
static id: string;
|
|
1788
|
+
/**
|
|
1789
|
+
* Deserialize binary data to message
|
|
1790
|
+
* @param instance message instance
|
|
1791
|
+
*/
|
|
1792
|
+
static deserializeBinary(bytes: ByteSource): SetUserPreferencesRequest;
|
|
1793
|
+
/**
|
|
1794
|
+
* Check all the properties and set default protobuf values if necessary
|
|
1795
|
+
* @param _instance message instance
|
|
1796
|
+
*/
|
|
1797
|
+
static refineValues(_instance: SetUserPreferencesRequest): void;
|
|
1798
|
+
/**
|
|
1799
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
1800
|
+
* @param _instance message instance
|
|
1801
|
+
* @param _reader binary reader instance
|
|
1802
|
+
*/
|
|
1803
|
+
static deserializeBinaryFromReader(_instance: SetUserPreferencesRequest, _reader: BinaryReader): void;
|
|
1804
|
+
/**
|
|
1805
|
+
* Serializes a message to binary format using provided binary reader
|
|
1806
|
+
* @param _instance message instance
|
|
1807
|
+
* @param _writer binary writer instance
|
|
1808
|
+
*/
|
|
1809
|
+
static serializeBinaryToWriter(_instance: SetUserPreferencesRequest, _writer: BinaryWriter): void;
|
|
1810
|
+
private _userName;
|
|
1811
|
+
private _keyValuePairs?;
|
|
1812
|
+
/**
|
|
1813
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
1814
|
+
* @param _value initial values object or instance of SetUserPreferencesRequest to deeply clone from
|
|
1815
|
+
*/
|
|
1816
|
+
constructor(_value?: RecursivePartial<SetUserPreferencesRequest.AsObject>);
|
|
1817
|
+
get userName(): string;
|
|
1818
|
+
set userName(value: string);
|
|
1819
|
+
get keyValuePairs(): ondewoNlu007.KeyValuePair[] | undefined;
|
|
1820
|
+
set keyValuePairs(value: ondewoNlu007.KeyValuePair[] | undefined);
|
|
1821
|
+
/**
|
|
1822
|
+
* Serialize message to binary data
|
|
1823
|
+
* @param instance message instance
|
|
1824
|
+
*/
|
|
1825
|
+
serializeBinary(): any;
|
|
1826
|
+
/**
|
|
1827
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
1828
|
+
*/
|
|
1829
|
+
toObject(): SetUserPreferencesRequest.AsObject;
|
|
1830
|
+
/**
|
|
1831
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
1832
|
+
*/
|
|
1833
|
+
toJSON(): SetUserPreferencesRequest.AsObject;
|
|
1834
|
+
/**
|
|
1835
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
1836
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
1837
|
+
* 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
|
|
1838
|
+
*/
|
|
1839
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): SetUserPreferencesRequest.AsProtobufJSON;
|
|
1840
|
+
}
|
|
1841
|
+
export declare namespace SetUserPreferencesRequest {
|
|
1842
|
+
/**
|
|
1843
|
+
* Standard JavaScript object representation for SetUserPreferencesRequest
|
|
1844
|
+
*/
|
|
1845
|
+
interface AsObject {
|
|
1846
|
+
userName: string;
|
|
1847
|
+
keyValuePairs?: ondewoNlu007.KeyValuePair.AsObject[];
|
|
1848
|
+
}
|
|
1849
|
+
/**
|
|
1850
|
+
* Protobuf JSON representation for SetUserPreferencesRequest
|
|
1851
|
+
*/
|
|
1852
|
+
interface AsProtobufJSON {
|
|
1853
|
+
userName: string;
|
|
1854
|
+
keyValuePairs: ondewoNlu007.KeyValuePair.AsProtobufJSON[] | null;
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1857
|
+
/**
|
|
1858
|
+
* Message implementation for ondewo.nlu.SetUserPreferencesResponse
|
|
1859
|
+
*/
|
|
1860
|
+
export declare class SetUserPreferencesResponse implements GrpcMessage {
|
|
1861
|
+
static id: string;
|
|
1862
|
+
/**
|
|
1863
|
+
* Deserialize binary data to message
|
|
1864
|
+
* @param instance message instance
|
|
1865
|
+
*/
|
|
1866
|
+
static deserializeBinary(bytes: ByteSource): SetUserPreferencesResponse;
|
|
1867
|
+
/**
|
|
1868
|
+
* Check all the properties and set default protobuf values if necessary
|
|
1869
|
+
* @param _instance message instance
|
|
1870
|
+
*/
|
|
1871
|
+
static refineValues(_instance: SetUserPreferencesResponse): void;
|
|
1872
|
+
/**
|
|
1873
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
1874
|
+
* @param _instance message instance
|
|
1875
|
+
* @param _reader binary reader instance
|
|
1876
|
+
*/
|
|
1877
|
+
static deserializeBinaryFromReader(_instance: SetUserPreferencesResponse, _reader: BinaryReader): void;
|
|
1878
|
+
/**
|
|
1879
|
+
* Serializes a message to binary format using provided binary reader
|
|
1880
|
+
* @param _instance message instance
|
|
1881
|
+
* @param _writer binary writer instance
|
|
1882
|
+
*/
|
|
1883
|
+
static serializeBinaryToWriter(_instance: SetUserPreferencesResponse, _writer: BinaryWriter): void;
|
|
1884
|
+
private _userName;
|
|
1885
|
+
private _keys;
|
|
1886
|
+
private _errorMessage;
|
|
1887
|
+
/**
|
|
1888
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
1889
|
+
* @param _value initial values object or instance of SetUserPreferencesResponse to deeply clone from
|
|
1890
|
+
*/
|
|
1891
|
+
constructor(_value?: RecursivePartial<SetUserPreferencesResponse.AsObject>);
|
|
1892
|
+
get userName(): string;
|
|
1893
|
+
set userName(value: string);
|
|
1894
|
+
get keys(): string[];
|
|
1895
|
+
set keys(value: string[]);
|
|
1896
|
+
get errorMessage(): string;
|
|
1897
|
+
set errorMessage(value: string);
|
|
1898
|
+
/**
|
|
1899
|
+
* Serialize message to binary data
|
|
1900
|
+
* @param instance message instance
|
|
1901
|
+
*/
|
|
1902
|
+
serializeBinary(): any;
|
|
1903
|
+
/**
|
|
1904
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
1905
|
+
*/
|
|
1906
|
+
toObject(): SetUserPreferencesResponse.AsObject;
|
|
1907
|
+
/**
|
|
1908
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
1909
|
+
*/
|
|
1910
|
+
toJSON(): SetUserPreferencesResponse.AsObject;
|
|
1911
|
+
/**
|
|
1912
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
1913
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
1914
|
+
* 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
|
|
1915
|
+
*/
|
|
1916
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): SetUserPreferencesResponse.AsProtobufJSON;
|
|
1917
|
+
}
|
|
1918
|
+
export declare namespace SetUserPreferencesResponse {
|
|
1919
|
+
/**
|
|
1920
|
+
* Standard JavaScript object representation for SetUserPreferencesResponse
|
|
1921
|
+
*/
|
|
1922
|
+
interface AsObject {
|
|
1923
|
+
userName: string;
|
|
1924
|
+
keys: string[];
|
|
1925
|
+
errorMessage: string;
|
|
1926
|
+
}
|
|
1927
|
+
/**
|
|
1928
|
+
* Protobuf JSON representation for SetUserPreferencesResponse
|
|
1929
|
+
*/
|
|
1930
|
+
interface AsProtobufJSON {
|
|
1931
|
+
userName: string;
|
|
1932
|
+
keys: string[];
|
|
1933
|
+
errorMessage: string;
|
|
1934
|
+
}
|
|
1935
|
+
}
|
|
1936
|
+
/**
|
|
1937
|
+
* Message implementation for ondewo.nlu.DeleteUserPreferencesRequest
|
|
1938
|
+
*/
|
|
1939
|
+
export declare class DeleteUserPreferencesRequest implements GrpcMessage {
|
|
1940
|
+
static id: string;
|
|
1941
|
+
/**
|
|
1942
|
+
* Deserialize binary data to message
|
|
1943
|
+
* @param instance message instance
|
|
1944
|
+
*/
|
|
1945
|
+
static deserializeBinary(bytes: ByteSource): DeleteUserPreferencesRequest;
|
|
1946
|
+
/**
|
|
1947
|
+
* Check all the properties and set default protobuf values if necessary
|
|
1948
|
+
* @param _instance message instance
|
|
1949
|
+
*/
|
|
1950
|
+
static refineValues(_instance: DeleteUserPreferencesRequest): void;
|
|
1951
|
+
/**
|
|
1952
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
1953
|
+
* @param _instance message instance
|
|
1954
|
+
* @param _reader binary reader instance
|
|
1955
|
+
*/
|
|
1956
|
+
static deserializeBinaryFromReader(_instance: DeleteUserPreferencesRequest, _reader: BinaryReader): void;
|
|
1957
|
+
/**
|
|
1958
|
+
* Serializes a message to binary format using provided binary reader
|
|
1959
|
+
* @param _instance message instance
|
|
1960
|
+
* @param _writer binary writer instance
|
|
1961
|
+
*/
|
|
1962
|
+
static serializeBinaryToWriter(_instance: DeleteUserPreferencesRequest, _writer: BinaryWriter): void;
|
|
1963
|
+
private _userName;
|
|
1964
|
+
private _keys;
|
|
1965
|
+
private _regexInclude;
|
|
1966
|
+
/**
|
|
1967
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
1968
|
+
* @param _value initial values object or instance of DeleteUserPreferencesRequest to deeply clone from
|
|
1969
|
+
*/
|
|
1970
|
+
constructor(_value?: RecursivePartial<DeleteUserPreferencesRequest.AsObject>);
|
|
1971
|
+
get userName(): string;
|
|
1972
|
+
set userName(value: string);
|
|
1973
|
+
get keys(): string[];
|
|
1974
|
+
set keys(value: string[]);
|
|
1975
|
+
get regexInclude(): string;
|
|
1976
|
+
set regexInclude(value: string);
|
|
1977
|
+
/**
|
|
1978
|
+
* Serialize message to binary data
|
|
1979
|
+
* @param instance message instance
|
|
1980
|
+
*/
|
|
1981
|
+
serializeBinary(): any;
|
|
1982
|
+
/**
|
|
1983
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
1984
|
+
*/
|
|
1985
|
+
toObject(): DeleteUserPreferencesRequest.AsObject;
|
|
1986
|
+
/**
|
|
1987
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
1988
|
+
*/
|
|
1989
|
+
toJSON(): DeleteUserPreferencesRequest.AsObject;
|
|
1990
|
+
/**
|
|
1991
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
1992
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
1993
|
+
* 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
|
|
1994
|
+
*/
|
|
1995
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteUserPreferencesRequest.AsProtobufJSON;
|
|
1996
|
+
}
|
|
1997
|
+
export declare namespace DeleteUserPreferencesRequest {
|
|
1998
|
+
/**
|
|
1999
|
+
* Standard JavaScript object representation for DeleteUserPreferencesRequest
|
|
2000
|
+
*/
|
|
2001
|
+
interface AsObject {
|
|
2002
|
+
userName: string;
|
|
2003
|
+
keys: string[];
|
|
2004
|
+
regexInclude: string;
|
|
2005
|
+
}
|
|
2006
|
+
/**
|
|
2007
|
+
* Protobuf JSON representation for DeleteUserPreferencesRequest
|
|
2008
|
+
*/
|
|
2009
|
+
interface AsProtobufJSON {
|
|
2010
|
+
userName: string;
|
|
2011
|
+
keys: string[];
|
|
2012
|
+
regexInclude: string;
|
|
2013
|
+
}
|
|
2014
|
+
}
|
|
2015
|
+
/**
|
|
2016
|
+
* Message implementation for ondewo.nlu.DeleteUserPreferencesResponse
|
|
2017
|
+
*/
|
|
2018
|
+
export declare class DeleteUserPreferencesResponse implements GrpcMessage {
|
|
2019
|
+
static id: string;
|
|
2020
|
+
/**
|
|
2021
|
+
* Deserialize binary data to message
|
|
2022
|
+
* @param instance message instance
|
|
2023
|
+
*/
|
|
2024
|
+
static deserializeBinary(bytes: ByteSource): DeleteUserPreferencesResponse;
|
|
2025
|
+
/**
|
|
2026
|
+
* Check all the properties and set default protobuf values if necessary
|
|
2027
|
+
* @param _instance message instance
|
|
2028
|
+
*/
|
|
2029
|
+
static refineValues(_instance: DeleteUserPreferencesResponse): void;
|
|
2030
|
+
/**
|
|
2031
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
2032
|
+
* @param _instance message instance
|
|
2033
|
+
* @param _reader binary reader instance
|
|
2034
|
+
*/
|
|
2035
|
+
static deserializeBinaryFromReader(_instance: DeleteUserPreferencesResponse, _reader: BinaryReader): void;
|
|
2036
|
+
/**
|
|
2037
|
+
* Serializes a message to binary format using provided binary reader
|
|
2038
|
+
* @param _instance message instance
|
|
2039
|
+
* @param _writer binary writer instance
|
|
2040
|
+
*/
|
|
2041
|
+
static serializeBinaryToWriter(_instance: DeleteUserPreferencesResponse, _writer: BinaryWriter): void;
|
|
2042
|
+
private _userName;
|
|
2043
|
+
private _keys;
|
|
2044
|
+
private _errorMessage;
|
|
2045
|
+
/**
|
|
2046
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
2047
|
+
* @param _value initial values object or instance of DeleteUserPreferencesResponse to deeply clone from
|
|
2048
|
+
*/
|
|
2049
|
+
constructor(_value?: RecursivePartial<DeleteUserPreferencesResponse.AsObject>);
|
|
2050
|
+
get userName(): string;
|
|
2051
|
+
set userName(value: string);
|
|
2052
|
+
get keys(): string[];
|
|
2053
|
+
set keys(value: string[]);
|
|
2054
|
+
get errorMessage(): string;
|
|
2055
|
+
set errorMessage(value: string);
|
|
2056
|
+
/**
|
|
2057
|
+
* Serialize message to binary data
|
|
2058
|
+
* @param instance message instance
|
|
2059
|
+
*/
|
|
2060
|
+
serializeBinary(): any;
|
|
2061
|
+
/**
|
|
2062
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
2063
|
+
*/
|
|
2064
|
+
toObject(): DeleteUserPreferencesResponse.AsObject;
|
|
2065
|
+
/**
|
|
2066
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
2067
|
+
*/
|
|
2068
|
+
toJSON(): DeleteUserPreferencesResponse.AsObject;
|
|
2069
|
+
/**
|
|
2070
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
2071
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
2072
|
+
* 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
|
|
2073
|
+
*/
|
|
2074
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteUserPreferencesResponse.AsProtobufJSON;
|
|
2075
|
+
}
|
|
2076
|
+
export declare namespace DeleteUserPreferencesResponse {
|
|
2077
|
+
/**
|
|
2078
|
+
* Standard JavaScript object representation for DeleteUserPreferencesResponse
|
|
2079
|
+
*/
|
|
2080
|
+
interface AsObject {
|
|
2081
|
+
userName: string;
|
|
2082
|
+
keys: string[];
|
|
2083
|
+
errorMessage: string;
|
|
2084
|
+
}
|
|
2085
|
+
/**
|
|
2086
|
+
* Protobuf JSON representation for DeleteUserPreferencesResponse
|
|
2087
|
+
*/
|
|
2088
|
+
interface AsProtobufJSON {
|
|
2089
|
+
userName: string;
|
|
2090
|
+
keys: string[];
|
|
2091
|
+
errorMessage: string;
|
|
2092
|
+
}
|
|
2093
|
+
}
|
|
2094
|
+
/**
|
|
2095
|
+
* Message implementation for ondewo.nlu.DeleteAllUserPreferencesRequest
|
|
2096
|
+
*/
|
|
2097
|
+
export declare class DeleteAllUserPreferencesRequest implements GrpcMessage {
|
|
2098
|
+
static id: string;
|
|
2099
|
+
/**
|
|
2100
|
+
* Deserialize binary data to message
|
|
2101
|
+
* @param instance message instance
|
|
2102
|
+
*/
|
|
2103
|
+
static deserializeBinary(bytes: ByteSource): DeleteAllUserPreferencesRequest;
|
|
2104
|
+
/**
|
|
2105
|
+
* Check all the properties and set default protobuf values if necessary
|
|
2106
|
+
* @param _instance message instance
|
|
2107
|
+
*/
|
|
2108
|
+
static refineValues(_instance: DeleteAllUserPreferencesRequest): void;
|
|
2109
|
+
/**
|
|
2110
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
2111
|
+
* @param _instance message instance
|
|
2112
|
+
* @param _reader binary reader instance
|
|
2113
|
+
*/
|
|
2114
|
+
static deserializeBinaryFromReader(_instance: DeleteAllUserPreferencesRequest, _reader: BinaryReader): void;
|
|
2115
|
+
/**
|
|
2116
|
+
* Serializes a message to binary format using provided binary reader
|
|
2117
|
+
* @param _instance message instance
|
|
2118
|
+
* @param _writer binary writer instance
|
|
2119
|
+
*/
|
|
2120
|
+
static serializeBinaryToWriter(_instance: DeleteAllUserPreferencesRequest, _writer: BinaryWriter): void;
|
|
2121
|
+
private _userName;
|
|
2122
|
+
private _regexFilter;
|
|
2123
|
+
/**
|
|
2124
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
2125
|
+
* @param _value initial values object or instance of DeleteAllUserPreferencesRequest to deeply clone from
|
|
2126
|
+
*/
|
|
2127
|
+
constructor(_value?: RecursivePartial<DeleteAllUserPreferencesRequest.AsObject>);
|
|
2128
|
+
get userName(): string;
|
|
2129
|
+
set userName(value: string);
|
|
2130
|
+
get regexFilter(): string;
|
|
2131
|
+
set regexFilter(value: string);
|
|
2132
|
+
/**
|
|
2133
|
+
* Serialize message to binary data
|
|
2134
|
+
* @param instance message instance
|
|
2135
|
+
*/
|
|
2136
|
+
serializeBinary(): any;
|
|
2137
|
+
/**
|
|
2138
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
2139
|
+
*/
|
|
2140
|
+
toObject(): DeleteAllUserPreferencesRequest.AsObject;
|
|
2141
|
+
/**
|
|
2142
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
2143
|
+
*/
|
|
2144
|
+
toJSON(): DeleteAllUserPreferencesRequest.AsObject;
|
|
2145
|
+
/**
|
|
2146
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
2147
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
2148
|
+
* 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
|
|
2149
|
+
*/
|
|
2150
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteAllUserPreferencesRequest.AsProtobufJSON;
|
|
2151
|
+
}
|
|
2152
|
+
export declare namespace DeleteAllUserPreferencesRequest {
|
|
2153
|
+
/**
|
|
2154
|
+
* Standard JavaScript object representation for DeleteAllUserPreferencesRequest
|
|
2155
|
+
*/
|
|
2156
|
+
interface AsObject {
|
|
2157
|
+
userName: string;
|
|
2158
|
+
regexFilter: string;
|
|
2159
|
+
}
|
|
2160
|
+
/**
|
|
2161
|
+
* Protobuf JSON representation for DeleteAllUserPreferencesRequest
|
|
2162
|
+
*/
|
|
2163
|
+
interface AsProtobufJSON {
|
|
2164
|
+
userName: string;
|
|
2165
|
+
regexFilter: string;
|
|
2166
|
+
}
|
|
2167
|
+
}
|
|
2168
|
+
/**
|
|
2169
|
+
* Message implementation for ondewo.nlu.ListUserPreferencesRequest
|
|
2170
|
+
*/
|
|
2171
|
+
export declare class ListUserPreferencesRequest implements GrpcMessage {
|
|
2172
|
+
static id: string;
|
|
2173
|
+
/**
|
|
2174
|
+
* Deserialize binary data to message
|
|
2175
|
+
* @param instance message instance
|
|
2176
|
+
*/
|
|
2177
|
+
static deserializeBinary(bytes: ByteSource): ListUserPreferencesRequest;
|
|
2178
|
+
/**
|
|
2179
|
+
* Check all the properties and set default protobuf values if necessary
|
|
2180
|
+
* @param _instance message instance
|
|
2181
|
+
*/
|
|
2182
|
+
static refineValues(_instance: ListUserPreferencesRequest): void;
|
|
2183
|
+
/**
|
|
2184
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
2185
|
+
* @param _instance message instance
|
|
2186
|
+
* @param _reader binary reader instance
|
|
2187
|
+
*/
|
|
2188
|
+
static deserializeBinaryFromReader(_instance: ListUserPreferencesRequest, _reader: BinaryReader): void;
|
|
2189
|
+
/**
|
|
2190
|
+
* Serializes a message to binary format using provided binary reader
|
|
2191
|
+
* @param _instance message instance
|
|
2192
|
+
* @param _writer binary writer instance
|
|
2193
|
+
*/
|
|
2194
|
+
static serializeBinaryToWriter(_instance: ListUserPreferencesRequest, _writer: BinaryWriter): void;
|
|
2195
|
+
private _userName;
|
|
2196
|
+
private _regexFilter;
|
|
2197
|
+
/**
|
|
2198
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
2199
|
+
* @param _value initial values object or instance of ListUserPreferencesRequest to deeply clone from
|
|
2200
|
+
*/
|
|
2201
|
+
constructor(_value?: RecursivePartial<ListUserPreferencesRequest.AsObject>);
|
|
2202
|
+
get userName(): string;
|
|
2203
|
+
set userName(value: string);
|
|
2204
|
+
get regexFilter(): string;
|
|
2205
|
+
set regexFilter(value: string);
|
|
2206
|
+
/**
|
|
2207
|
+
* Serialize message to binary data
|
|
2208
|
+
* @param instance message instance
|
|
2209
|
+
*/
|
|
2210
|
+
serializeBinary(): any;
|
|
2211
|
+
/**
|
|
2212
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
2213
|
+
*/
|
|
2214
|
+
toObject(): ListUserPreferencesRequest.AsObject;
|
|
2215
|
+
/**
|
|
2216
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
2217
|
+
*/
|
|
2218
|
+
toJSON(): ListUserPreferencesRequest.AsObject;
|
|
2219
|
+
/**
|
|
2220
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
2221
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
2222
|
+
* 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
|
|
2223
|
+
*/
|
|
2224
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): ListUserPreferencesRequest.AsProtobufJSON;
|
|
2225
|
+
}
|
|
2226
|
+
export declare namespace ListUserPreferencesRequest {
|
|
2227
|
+
/**
|
|
2228
|
+
* Standard JavaScript object representation for ListUserPreferencesRequest
|
|
2229
|
+
*/
|
|
2230
|
+
interface AsObject {
|
|
2231
|
+
userName: string;
|
|
2232
|
+
regexFilter: string;
|
|
2233
|
+
}
|
|
2234
|
+
/**
|
|
2235
|
+
* Protobuf JSON representation for ListUserPreferencesRequest
|
|
2236
|
+
*/
|
|
2237
|
+
interface AsProtobufJSON {
|
|
2238
|
+
userName: string;
|
|
2239
|
+
regexFilter: string;
|
|
2240
|
+
}
|
|
2241
|
+
}
|
|
2242
|
+
/**
|
|
2243
|
+
* Message implementation for ondewo.nlu.ListUserPreferencesResponse
|
|
2244
|
+
*/
|
|
2245
|
+
export declare class ListUserPreferencesResponse implements GrpcMessage {
|
|
2246
|
+
static id: string;
|
|
2247
|
+
/**
|
|
2248
|
+
* Deserialize binary data to message
|
|
2249
|
+
* @param instance message instance
|
|
2250
|
+
*/
|
|
2251
|
+
static deserializeBinary(bytes: ByteSource): ListUserPreferencesResponse;
|
|
2252
|
+
/**
|
|
2253
|
+
* Check all the properties and set default protobuf values if necessary
|
|
2254
|
+
* @param _instance message instance
|
|
2255
|
+
*/
|
|
2256
|
+
static refineValues(_instance: ListUserPreferencesResponse): void;
|
|
2257
|
+
/**
|
|
2258
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
2259
|
+
* @param _instance message instance
|
|
2260
|
+
* @param _reader binary reader instance
|
|
2261
|
+
*/
|
|
2262
|
+
static deserializeBinaryFromReader(_instance: ListUserPreferencesResponse, _reader: BinaryReader): void;
|
|
2263
|
+
/**
|
|
2264
|
+
* Serializes a message to binary format using provided binary reader
|
|
2265
|
+
* @param _instance message instance
|
|
2266
|
+
* @param _writer binary writer instance
|
|
2267
|
+
*/
|
|
2268
|
+
static serializeBinaryToWriter(_instance: ListUserPreferencesResponse, _writer: BinaryWriter): void;
|
|
2269
|
+
private _userName;
|
|
2270
|
+
private _keyValuePairs?;
|
|
2271
|
+
private _errorMessage;
|
|
2272
|
+
/**
|
|
2273
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
2274
|
+
* @param _value initial values object or instance of ListUserPreferencesResponse to deeply clone from
|
|
2275
|
+
*/
|
|
2276
|
+
constructor(_value?: RecursivePartial<ListUserPreferencesResponse.AsObject>);
|
|
2277
|
+
get userName(): string;
|
|
2278
|
+
set userName(value: string);
|
|
2279
|
+
get keyValuePairs(): ondewoNlu007.KeyValuePair[] | undefined;
|
|
2280
|
+
set keyValuePairs(value: ondewoNlu007.KeyValuePair[] | undefined);
|
|
2281
|
+
get errorMessage(): string;
|
|
2282
|
+
set errorMessage(value: string);
|
|
2283
|
+
/**
|
|
2284
|
+
* Serialize message to binary data
|
|
2285
|
+
* @param instance message instance
|
|
2286
|
+
*/
|
|
2287
|
+
serializeBinary(): any;
|
|
2288
|
+
/**
|
|
2289
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
2290
|
+
*/
|
|
2291
|
+
toObject(): ListUserPreferencesResponse.AsObject;
|
|
2292
|
+
/**
|
|
2293
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
2294
|
+
*/
|
|
2295
|
+
toJSON(): ListUserPreferencesResponse.AsObject;
|
|
2296
|
+
/**
|
|
2297
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
2298
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
2299
|
+
* 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
|
|
2300
|
+
*/
|
|
2301
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): ListUserPreferencesResponse.AsProtobufJSON;
|
|
2302
|
+
}
|
|
2303
|
+
export declare namespace ListUserPreferencesResponse {
|
|
2304
|
+
/**
|
|
2305
|
+
* Standard JavaScript object representation for ListUserPreferencesResponse
|
|
2306
|
+
*/
|
|
2307
|
+
interface AsObject {
|
|
2308
|
+
userName: string;
|
|
2309
|
+
keyValuePairs?: ondewoNlu007.KeyValuePair.AsObject[];
|
|
2310
|
+
errorMessage: string;
|
|
2311
|
+
}
|
|
2312
|
+
/**
|
|
2313
|
+
* Protobuf JSON representation for ListUserPreferencesResponse
|
|
2314
|
+
*/
|
|
2315
|
+
interface AsProtobufJSON {
|
|
2316
|
+
userName: string;
|
|
2317
|
+
keyValuePairs: ondewoNlu007.KeyValuePair.AsProtobufJSON[] | null;
|
|
2318
|
+
errorMessage: string;
|
|
2319
|
+
}
|
|
2320
|
+
}
|