@ondewo/nlu-client-typescript 4.0.0 → 4.1.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/nlu/agent_grpc_web_pb.d.ts +450 -490
- package/api/ondewo/nlu/agent_grpc_web_pb.js +1113 -1244
- package/api/ondewo/nlu/agent_pb.d.ts +1939 -1751
- package/api/ondewo/nlu/agent_pb.js +9062 -10483
- package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/aiservices_grpc_web_pb.js +245 -280
- package/api/ondewo/nlu/aiservices_pb.d.ts +745 -674
- package/api/ondewo/nlu/aiservices_pb.js +3638 -4403
- package/api/ondewo/nlu/common_pb.d.ts +15 -17
- package/api/ondewo/nlu/common_pb.js +83 -93
- package/api/ondewo/nlu/context_grpc_web_pb.d.ts +76 -82
- package/api/ondewo/nlu/context_grpc_web_pb.js +191 -220
- package/api/ondewo/nlu/context_pb.d.ts +151 -151
- package/api/ondewo/nlu/context_pb.js +889 -1042
- package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +142 -154
- package/api/ondewo/nlu/entity_type_grpc_web_pb.js +351 -398
- package/api/ondewo/nlu/entity_type_pb.d.ts +614 -571
- package/api/ondewo/nlu/entity_type_pb.js +2893 -3369
- package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +310 -334
- package/api/ondewo/nlu/intent_grpc_web_pb.js +766 -851
- package/api/ondewo/nlu/intent_pb.d.ts +2151 -1993
- package/api/ondewo/nlu/intent_pb.js +9502 -10692
- package/api/ondewo/nlu/operation_metadata_pb.d.ts +86 -88
- package/api/ondewo/nlu/operation_metadata_pb.js +321 -412
- package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +46 -50
- package/api/ondewo/nlu/operations_grpc_web_pb.js +140 -163
- package/api/ondewo/nlu/operations_pb.d.ts +189 -182
- package/api/ondewo/nlu/operations_pb.js +843 -1004
- package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +65 -70
- package/api/ondewo/nlu/project_role_grpc_web_pb.js +164 -190
- package/api/ondewo/nlu/project_role_pb.d.ts +165 -151
- package/api/ondewo/nlu/project_role_pb.js +796 -963
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +246 -281
- package/api/ondewo/nlu/project_statistics_pb.d.ts +67 -63
- package/api/ondewo/nlu/project_statistics_pb.js +354 -418
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +43 -46
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +110 -130
- package/api/ondewo/nlu/server_statistics_pb.d.ts +15 -14
- package/api/ondewo/nlu/server_statistics_pb.js +81 -91
- package/api/ondewo/nlu/session_grpc_web_pb.d.ts +164 -178
- package/api/ondewo/nlu/session_grpc_web_pb.js +409 -462
- package/api/ondewo/nlu/session_pb.d.ts +1080 -1025
- package/api/ondewo/nlu/session_pb.js +5285 -6536
- package/api/ondewo/nlu/user_grpc_web_pb.d.ts +172 -190
- package/api/ondewo/nlu/user_grpc_web_pb.js +431 -487
- package/api/ondewo/nlu/user_pb.d.ts +345 -325
- package/api/ondewo/nlu/user_pb.js +1948 -2312
- package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/utility_grpc_web_pb.js +244 -279
- package/api/ondewo/nlu/utility_pb.d.ts +588 -535
- package/api/ondewo/nlu/utility_pb.js +2814 -3348
- package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +43 -46
- package/api/ondewo/nlu/webhook_grpc_web_pb.js +112 -132
- package/api/ondewo/nlu/webhook_pb.d.ts +123 -119
- package/api/ondewo/nlu/webhook_pb.js +599 -718
- package/api/ondewo/qa/qa_grpc_web_pb.d.ts +87 -94
- package/api/ondewo/qa/qa_grpc_web_pb.js +218 -250
- package/api/ondewo/qa/qa_pb.d.ts +235 -220
- package/api/ondewo/qa/qa_pb.js +1222 -1452
- package/package.json +1 -1
- package/public-api.d.ts +4 -34
|
@@ -1,112 +1,110 @@
|
|
|
1
|
-
import * as jspb from 'google-protobuf'
|
|
1
|
+
import * as jspb from 'google-protobuf';
|
|
2
2
|
|
|
3
3
|
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb';
|
|
4
4
|
|
|
5
|
-
|
|
6
5
|
export class OperationMetadata extends jspb.Message {
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
getStatus(): OperationMetadata.Status;
|
|
7
|
+
setStatus(value: OperationMetadata.Status): OperationMetadata;
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
getParentOperationName(): string;
|
|
10
|
+
setParentOperationName(value: string): OperationMetadata;
|
|
12
11
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
getSubOperationNamesList(): Array<string>;
|
|
13
|
+
setSubOperationNamesList(value: Array<string>): OperationMetadata;
|
|
14
|
+
clearSubOperationNamesList(): OperationMetadata;
|
|
15
|
+
addSubOperationNames(value: string, index?: number): OperationMetadata;
|
|
17
16
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
getCreateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
18
|
+
setCreateTime(value?: google_protobuf_timestamp_pb.Timestamp): OperationMetadata;
|
|
19
|
+
hasCreateTime(): boolean;
|
|
20
|
+
clearCreateTime(): OperationMetadata;
|
|
22
21
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
22
|
+
getStartTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
23
|
+
setStartTime(value?: google_protobuf_timestamp_pb.Timestamp): OperationMetadata;
|
|
24
|
+
hasStartTime(): boolean;
|
|
25
|
+
clearStartTime(): OperationMetadata;
|
|
27
26
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
27
|
+
getEndTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
28
|
+
setEndTime(value?: google_protobuf_timestamp_pb.Timestamp): OperationMetadata;
|
|
29
|
+
hasEndTime(): boolean;
|
|
30
|
+
clearEndTime(): OperationMetadata;
|
|
32
31
|
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
getIsCancellationRequested(): boolean;
|
|
33
|
+
setIsCancellationRequested(value: boolean): OperationMetadata;
|
|
35
34
|
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
getCancelCommand(): string;
|
|
36
|
+
setCancelCommand(value: string): OperationMetadata;
|
|
38
37
|
|
|
39
|
-
|
|
40
|
-
|
|
38
|
+
getUserIdCreated(): string;
|
|
39
|
+
setUserIdCreated(value: string): OperationMetadata;
|
|
41
40
|
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
getUserIdCancelled(): string;
|
|
42
|
+
setUserIdCancelled(value: string): OperationMetadata;
|
|
44
43
|
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
getProjectParent(): string;
|
|
45
|
+
setProjectParent(value: string): OperationMetadata;
|
|
47
46
|
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
getOperationType(): OperationMetadata.OperationType;
|
|
48
|
+
setOperationType(value: OperationMetadata.OperationType): OperationMetadata;
|
|
50
49
|
|
|
51
|
-
|
|
52
|
-
|
|
50
|
+
getHostName(): string;
|
|
51
|
+
setHostName(value: string): OperationMetadata;
|
|
53
52
|
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
getNumReruns(): number;
|
|
54
|
+
setNumReruns(value: number): OperationMetadata;
|
|
56
55
|
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
getMaxNumReruns(): number;
|
|
57
|
+
setMaxNumReruns(value: number): OperationMetadata;
|
|
59
58
|
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
getDescription(): string;
|
|
60
|
+
setDescription(value: string): OperationMetadata;
|
|
62
61
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
62
|
+
serializeBinary(): Uint8Array;
|
|
63
|
+
toObject(includeInstance?: boolean): OperationMetadata.AsObject;
|
|
64
|
+
static toObject(includeInstance: boolean, msg: OperationMetadata): OperationMetadata.AsObject;
|
|
65
|
+
static serializeBinaryToWriter(message: OperationMetadata, writer: jspb.BinaryWriter): void;
|
|
66
|
+
static deserializeBinary(bytes: Uint8Array): OperationMetadata;
|
|
67
|
+
static deserializeBinaryFromReader(message: OperationMetadata, reader: jspb.BinaryReader): OperationMetadata;
|
|
69
68
|
}
|
|
70
69
|
|
|
71
70
|
export namespace OperationMetadata {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
71
|
+
export type AsObject = {
|
|
72
|
+
status: OperationMetadata.Status;
|
|
73
|
+
parentOperationName: string;
|
|
74
|
+
subOperationNamesList: Array<string>;
|
|
75
|
+
createTime?: google_protobuf_timestamp_pb.Timestamp.AsObject;
|
|
76
|
+
startTime?: google_protobuf_timestamp_pb.Timestamp.AsObject;
|
|
77
|
+
endTime?: google_protobuf_timestamp_pb.Timestamp.AsObject;
|
|
78
|
+
isCancellationRequested: boolean;
|
|
79
|
+
cancelCommand: string;
|
|
80
|
+
userIdCreated: string;
|
|
81
|
+
userIdCancelled: string;
|
|
82
|
+
projectParent: string;
|
|
83
|
+
operationType: OperationMetadata.OperationType;
|
|
84
|
+
hostName: string;
|
|
85
|
+
numReruns: number;
|
|
86
|
+
maxNumReruns: number;
|
|
87
|
+
description: string;
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
export enum Status {
|
|
91
|
+
STATUS_UNSPECIFIED = 0,
|
|
92
|
+
NOT_STARTED = 1,
|
|
93
|
+
IN_PROGRESS = 2,
|
|
94
|
+
DONE = 3,
|
|
95
|
+
CANCELLED = 4,
|
|
96
|
+
FAILED = 5
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export enum OperationType {
|
|
100
|
+
OPERATION_TYPE_UNSPECIFIED = 0,
|
|
101
|
+
CREATE_AGENT = 1,
|
|
102
|
+
IMPORT_AGENT = 2,
|
|
103
|
+
EXPORT_AGENT = 3,
|
|
104
|
+
DELETE_AGENT = 4,
|
|
105
|
+
RESTORE_AGENT = 5,
|
|
106
|
+
BUILD_AGENT_CACHE = 6,
|
|
107
|
+
TRAIN_AGENT = 7,
|
|
108
|
+
EXPORT_BENCHMARK_AGENT = 8
|
|
109
|
+
}
|
|
111
110
|
}
|
|
112
|
-
|