@ondewo/csi-client-angular 3.2.1 → 4.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/ondewo/csi/conversation.pb.d.ts +24 -24
- package/api/ondewo/nlu/agent.pb.d.ts +258 -18
- package/api/ondewo/nlu/agent.pbsc.d.ts +141 -60
- package/api/ondewo/nlu/ccai-project.pb.d.ts +1337 -0
- package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/ccai-project.pbsc.d.ts +102 -0
- package/api/ondewo/nlu/common.pb.d.ts +957 -0
- package/api/ondewo/nlu/context.pb.d.ts +41 -0
- package/api/ondewo/nlu/entity-type.pb.d.ts +55 -14
- package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/intent.pb.d.ts +129 -9
- package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +22 -1
- package/api/ondewo/nlu/project-role.pb.d.ts +26 -5
- package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
- package/api/ondewo/nlu/session.pb.d.ts +1593 -146
- package/api/ondewo/nlu/session.pbsc.d.ts +150 -5
- package/api/ondewo/nlu/user.pb.d.ts +761 -18
- package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
- package/api/ondewo/nlu/webhook.pb.d.ts +545 -10
- package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +66 -315
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +391 -5
- 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/ondewo/csi/conversation.pb.mjs +25 -25
- package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/nlu/agent.pb.mjs +925 -41
- package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +201 -50
- package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2490 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +194 -0
- package/esm2022/api/ondewo/nlu/common.pb.mjs +1854 -1
- package/esm2022/api/ondewo/nlu/context.pb.mjs +152 -5
- package/esm2022/api/ondewo/nlu/context.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +166 -19
- package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +8 -8
- package/esm2022/api/ondewo/nlu/intent.pb.mjs +464 -22
- package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +7 -7
- package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +76 -3
- package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/nlu/project-role.pb.mjs +81 -8
- package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +8 -8
- package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +17 -17
- package/esm2022/api/ondewo/nlu/session.pb.mjs +2970 -199
- package/esm2022/api/ondewo/nlu/session.pbsc.mjs +279 -8
- package/esm2022/api/ondewo/nlu/user.pb.mjs +1349 -20
- package/esm2022/api/ondewo/nlu/user.pbsc.mjs +226 -15
- package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/nlu/webhook.pb.mjs +915 -24
- package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +95 -4
- package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +226 -676
- package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +872 -98
- package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +101 -131
- package/esm2022/public-api.mjs +4 -1
- package/fesm2022/ondewo-csi-client-angular.mjs +36357 -24065
- package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +3 -0
|
@@ -46,6 +46,10 @@ export declare class OperationMetadata implements GrpcMessage {
|
|
|
46
46
|
private _description;
|
|
47
47
|
private _log;
|
|
48
48
|
private _logLimit;
|
|
49
|
+
private _createdAt?;
|
|
50
|
+
private _modifiedAt?;
|
|
51
|
+
private _createdBy;
|
|
52
|
+
private _modifiedBy;
|
|
49
53
|
/**
|
|
50
54
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
51
55
|
* @param _value initial values object or instance of OperationMetadata to deeply clone from
|
|
@@ -87,6 +91,14 @@ export declare class OperationMetadata implements GrpcMessage {
|
|
|
87
91
|
set log(value: string[]);
|
|
88
92
|
get logLimit(): number;
|
|
89
93
|
set logLimit(value: number);
|
|
94
|
+
get createdAt(): googleProtobuf000.Timestamp | undefined;
|
|
95
|
+
set createdAt(value: googleProtobuf000.Timestamp | undefined);
|
|
96
|
+
get modifiedAt(): googleProtobuf000.Timestamp | undefined;
|
|
97
|
+
set modifiedAt(value: googleProtobuf000.Timestamp | undefined);
|
|
98
|
+
get createdBy(): string;
|
|
99
|
+
set createdBy(value: string);
|
|
100
|
+
get modifiedBy(): string;
|
|
101
|
+
set modifiedBy(value: string);
|
|
90
102
|
/**
|
|
91
103
|
* Serialize message to binary data
|
|
92
104
|
* @param instance message instance
|
|
@@ -130,6 +142,10 @@ export declare module OperationMetadata {
|
|
|
130
142
|
description: string;
|
|
131
143
|
log: string[];
|
|
132
144
|
logLimit: number;
|
|
145
|
+
createdAt?: googleProtobuf000.Timestamp.AsObject;
|
|
146
|
+
modifiedAt?: googleProtobuf000.Timestamp.AsObject;
|
|
147
|
+
createdBy: string;
|
|
148
|
+
modifiedBy: string;
|
|
133
149
|
}
|
|
134
150
|
/**
|
|
135
151
|
* Protobuf JSON representation for OperationMetadata
|
|
@@ -153,6 +169,10 @@ export declare module OperationMetadata {
|
|
|
153
169
|
description: string;
|
|
154
170
|
log: string[];
|
|
155
171
|
logLimit: number;
|
|
172
|
+
createdAt: googleProtobuf000.Timestamp.AsProtobufJSON | null;
|
|
173
|
+
modifiedAt: googleProtobuf000.Timestamp.AsProtobufJSON | null;
|
|
174
|
+
createdBy: string;
|
|
175
|
+
modifiedBy: string;
|
|
156
176
|
}
|
|
157
177
|
enum Status {
|
|
158
178
|
STATUS_UNSPECIFIED = 0,
|
|
@@ -171,6 +191,7 @@ export declare module OperationMetadata {
|
|
|
171
191
|
RESTORE_AGENT = 5,
|
|
172
192
|
BUILD_AGENT_CACHE = 6,
|
|
173
193
|
TRAIN_AGENT = 7,
|
|
174
|
-
EXPORT_BENCHMARK_AGENT = 8
|
|
194
|
+
EXPORT_BENCHMARK_AGENT = 8,
|
|
195
|
+
INDEX_AGENT = 9
|
|
175
196
|
}
|
|
176
197
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
|
|
2
2
|
import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
|
|
3
|
-
import * as
|
|
3
|
+
import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
|
|
4
|
+
import * as googleProtobuf005 from '@ngx-grpc/well-known-types';
|
|
4
5
|
export declare enum DefaultProjectRole {
|
|
5
6
|
PROJECT_UNSPECIFIED = 0,
|
|
6
7
|
PROJECT_USER = 1,
|
|
@@ -44,6 +45,10 @@ export declare class ProjectRole implements GrpcMessage {
|
|
|
44
45
|
private _roleId;
|
|
45
46
|
private _name;
|
|
46
47
|
private _permissions;
|
|
48
|
+
private _createdAt?;
|
|
49
|
+
private _modifiedAt?;
|
|
50
|
+
private _createdBy;
|
|
51
|
+
private _modifiedBy;
|
|
47
52
|
/**
|
|
48
53
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
49
54
|
* @param _value initial values object or instance of ProjectRole to deeply clone from
|
|
@@ -55,6 +60,14 @@ export declare class ProjectRole implements GrpcMessage {
|
|
|
55
60
|
set name(value: string);
|
|
56
61
|
get permissions(): string[];
|
|
57
62
|
set permissions(value: string[]);
|
|
63
|
+
get createdAt(): googleProtobuf005.Timestamp | undefined;
|
|
64
|
+
set createdAt(value: googleProtobuf005.Timestamp | undefined);
|
|
65
|
+
get modifiedAt(): googleProtobuf005.Timestamp | undefined;
|
|
66
|
+
set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
|
|
67
|
+
get createdBy(): string;
|
|
68
|
+
set createdBy(value: string);
|
|
69
|
+
get modifiedBy(): string;
|
|
70
|
+
set modifiedBy(value: string);
|
|
58
71
|
/**
|
|
59
72
|
* Serialize message to binary data
|
|
60
73
|
* @param instance message instance
|
|
@@ -83,6 +96,10 @@ export declare module ProjectRole {
|
|
|
83
96
|
roleId: number;
|
|
84
97
|
name: string;
|
|
85
98
|
permissions: string[];
|
|
99
|
+
createdAt?: googleProtobuf005.Timestamp.AsObject;
|
|
100
|
+
modifiedAt?: googleProtobuf005.Timestamp.AsObject;
|
|
101
|
+
createdBy: string;
|
|
102
|
+
modifiedBy: string;
|
|
86
103
|
}
|
|
87
104
|
/**
|
|
88
105
|
* Protobuf JSON representation for ProjectRole
|
|
@@ -91,6 +108,10 @@ export declare module ProjectRole {
|
|
|
91
108
|
roleId: number;
|
|
92
109
|
name: string;
|
|
93
110
|
permissions: string[];
|
|
111
|
+
createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
|
|
112
|
+
modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
|
|
113
|
+
createdBy: string;
|
|
114
|
+
modifiedBy: string;
|
|
94
115
|
}
|
|
95
116
|
}
|
|
96
117
|
/**
|
|
@@ -212,8 +233,8 @@ export declare class UpdateProjectRoleRequest implements GrpcMessage {
|
|
|
212
233
|
set parent(value: string);
|
|
213
234
|
get role(): ProjectRole | undefined;
|
|
214
235
|
set role(value: ProjectRole | undefined);
|
|
215
|
-
get updateMask():
|
|
216
|
-
set updateMask(value:
|
|
236
|
+
get updateMask(): googleProtobuf004.FieldMask | undefined;
|
|
237
|
+
set updateMask(value: googleProtobuf004.FieldMask | undefined);
|
|
217
238
|
get projectRoleView(): ProjectRoleView;
|
|
218
239
|
set projectRoleView(value: ProjectRoleView);
|
|
219
240
|
/**
|
|
@@ -243,7 +264,7 @@ export declare module UpdateProjectRoleRequest {
|
|
|
243
264
|
interface AsObject {
|
|
244
265
|
parent: string;
|
|
245
266
|
role?: ProjectRole.AsObject;
|
|
246
|
-
updateMask?:
|
|
267
|
+
updateMask?: googleProtobuf004.FieldMask.AsObject;
|
|
247
268
|
projectRoleView: ProjectRoleView;
|
|
248
269
|
}
|
|
249
270
|
/**
|
|
@@ -252,7 +273,7 @@ export declare module UpdateProjectRoleRequest {
|
|
|
252
273
|
interface AsProtobufJSON {
|
|
253
274
|
parent: string;
|
|
254
275
|
role: ProjectRole.AsProtobufJSON | null;
|
|
255
|
-
updateMask:
|
|
276
|
+
updateMask: googleProtobuf004.FieldMask.AsProtobufJSON | null;
|
|
256
277
|
projectRoleView: string;
|
|
257
278
|
}
|
|
258
279
|
}
|
|
@@ -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 './project-role.pb';
|
|
5
|
-
import * as
|
|
5
|
+
import * as googleProtobuf003 from '@ngx-grpc/well-known-types';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Service client implementation for ondewo.nlu.ProjectRoles
|
|
@@ -37,9 +37,9 @@ export declare class ProjectRolesClient {
|
|
|
37
37
|
*
|
|
38
38
|
* @param requestMessage Request message
|
|
39
39
|
* @param requestMetadata Request metadata
|
|
40
|
-
* @returns Observable<GrpcEvent<
|
|
40
|
+
* @returns Observable<GrpcEvent<googleProtobuf003.Empty>>
|
|
41
41
|
*/
|
|
42
|
-
deleteProjectRole: (requestData: thisProto.DeleteProjectRoleRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<
|
|
42
|
+
deleteProjectRole: (requestData: thisProto.DeleteProjectRoleRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<googleProtobuf003.Empty>>;
|
|
43
43
|
/**
|
|
44
44
|
* Unary call: /ondewo.nlu.ProjectRoles/UpdateProjectRole
|
|
45
45
|
*
|
|
@@ -79,9 +79,9 @@ export declare class ProjectRolesClient {
|
|
|
79
79
|
*
|
|
80
80
|
* @param requestMessage Request message
|
|
81
81
|
* @param requestMetadata Request metadata
|
|
82
|
-
* @returns Observable<
|
|
82
|
+
* @returns Observable<googleProtobuf003.Empty>
|
|
83
83
|
*/
|
|
84
|
-
deleteProjectRole(requestData: thisProto.DeleteProjectRoleRequest, requestMetadata?: GrpcMetadata): Observable<
|
|
84
|
+
deleteProjectRole(requestData: thisProto.DeleteProjectRoleRequest, requestMetadata?: GrpcMetadata): Observable<googleProtobuf003.Empty>;
|
|
85
85
|
/**
|
|
86
86
|
* Unary call @/ondewo.nlu.ProjectRoles/UpdateProjectRole
|
|
87
87
|
*
|
|
@@ -2,8 +2,8 @@ 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 './server-statistics.pb';
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
5
|
+
import * as googleProtobuf005 from '@ngx-grpc/well-known-types';
|
|
6
|
+
import * as ondewoNlu006 from '../../ondewo/nlu/common.pb';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* Service client implementation for ondewo.nlu.ServerStatistics
|
|
@@ -22,25 +22,25 @@ export declare class ServerStatisticsClient {
|
|
|
22
22
|
*
|
|
23
23
|
* @param requestMessage Request message
|
|
24
24
|
* @param requestMetadata Request metadata
|
|
25
|
-
* @returns Observable<GrpcEvent<
|
|
25
|
+
* @returns Observable<GrpcEvent<ondewoNlu006.StatResponse>>
|
|
26
26
|
*/
|
|
27
|
-
getProjectCount: (requestData:
|
|
27
|
+
getProjectCount: (requestData: googleProtobuf005.Empty, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<ondewoNlu006.StatResponse>>;
|
|
28
28
|
/**
|
|
29
29
|
* Unary call: /ondewo.nlu.ServerStatistics/GetUserProjectCount
|
|
30
30
|
*
|
|
31
31
|
* @param requestMessage Request message
|
|
32
32
|
* @param requestMetadata Request metadata
|
|
33
|
-
* @returns Observable<GrpcEvent<
|
|
33
|
+
* @returns Observable<GrpcEvent<ondewoNlu006.StatResponse>>
|
|
34
34
|
*/
|
|
35
|
-
getUserProjectCount: (requestData: thisProto.GetUserProjectCountRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<
|
|
35
|
+
getUserProjectCount: (requestData: thisProto.GetUserProjectCountRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<ondewoNlu006.StatResponse>>;
|
|
36
36
|
/**
|
|
37
37
|
* Unary call: /ondewo.nlu.ServerStatistics/GetUserCount
|
|
38
38
|
*
|
|
39
39
|
* @param requestMessage Request message
|
|
40
40
|
* @param requestMetadata Request metadata
|
|
41
|
-
* @returns Observable<GrpcEvent<
|
|
41
|
+
* @returns Observable<GrpcEvent<ondewoNlu006.StatResponse>>
|
|
42
42
|
*/
|
|
43
|
-
getUserCount: (requestData:
|
|
43
|
+
getUserCount: (requestData: googleProtobuf005.Empty, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<ondewoNlu006.StatResponse>>;
|
|
44
44
|
};
|
|
45
45
|
constructor(settings: any, clientFactory: GrpcClientFactory<any>, handler: GrpcHandler);
|
|
46
46
|
/**
|
|
@@ -48,25 +48,25 @@ export declare class ServerStatisticsClient {
|
|
|
48
48
|
*
|
|
49
49
|
* @param requestMessage Request message
|
|
50
50
|
* @param requestMetadata Request metadata
|
|
51
|
-
* @returns Observable<
|
|
51
|
+
* @returns Observable<ondewoNlu006.StatResponse>
|
|
52
52
|
*/
|
|
53
|
-
getProjectCount(requestData:
|
|
53
|
+
getProjectCount(requestData: googleProtobuf005.Empty, requestMetadata?: GrpcMetadata): Observable<ondewoNlu006.StatResponse>;
|
|
54
54
|
/**
|
|
55
55
|
* Unary call @/ondewo.nlu.ServerStatistics/GetUserProjectCount
|
|
56
56
|
*
|
|
57
57
|
* @param requestMessage Request message
|
|
58
58
|
* @param requestMetadata Request metadata
|
|
59
|
-
* @returns Observable<
|
|
59
|
+
* @returns Observable<ondewoNlu006.StatResponse>
|
|
60
60
|
*/
|
|
61
|
-
getUserProjectCount(requestData: thisProto.GetUserProjectCountRequest, requestMetadata?: GrpcMetadata): Observable<
|
|
61
|
+
getUserProjectCount(requestData: thisProto.GetUserProjectCountRequest, requestMetadata?: GrpcMetadata): Observable<ondewoNlu006.StatResponse>;
|
|
62
62
|
/**
|
|
63
63
|
* Unary call @/ondewo.nlu.ServerStatistics/GetUserCount
|
|
64
64
|
*
|
|
65
65
|
* @param requestMessage Request message
|
|
66
66
|
* @param requestMetadata Request metadata
|
|
67
|
-
* @returns Observable<
|
|
67
|
+
* @returns Observable<ondewoNlu006.StatResponse>
|
|
68
68
|
*/
|
|
69
|
-
getUserCount(requestData:
|
|
69
|
+
getUserCount(requestData: googleProtobuf005.Empty, requestMetadata?: GrpcMetadata): Observable<ondewoNlu006.StatResponse>;
|
|
70
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<ServerStatisticsClient, [{ optional: true; }, null, null]>;
|
|
71
71
|
static ɵprov: i0.ɵɵInjectableDeclaration<ServerStatisticsClient>;
|
|
72
72
|
}
|