@ondewo/nlu-client-typescript 6.13.0 → 6.14.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 +48 -0
- package/api/ondewo/nlu/agent_grpc_web_pb.js +244 -0
- package/api/ondewo/nlu/agent_pb.d.ts +196 -0
- package/api/ondewo/nlu/agent_pb.js +1627 -0
- package/auth/offlineTokenProvider.d.ts +175 -0
- package/auth/offlineTokenProvider.js +356 -0
- package/package.json +3 -2
- package/public-api.d.ts +31 -31
- package/public-api.js +32 -32
- package/api/google/logging/v2/log_entry_pb.d.ts +0 -172
- package/api/google/logging/v2/log_entry_pb.js +0 -1333
package/public-api.js
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
export * from './api/ondewo/
|
|
2
|
-
export * from './api/ondewo/
|
|
3
|
-
export * from './api/ondewo/nlu/
|
|
4
|
-
export * from './api/ondewo/nlu/
|
|
5
|
-
export * from './api/ondewo/nlu/
|
|
1
|
+
export * from './api/ondewo/nlu/ccai_project_pb';
|
|
2
|
+
export * from './api/ondewo/nlu/agent_pb';
|
|
3
|
+
export * from './api/ondewo/nlu/rag_pb';
|
|
4
|
+
export * from './api/ondewo/nlu/project_statistics_grpc_web_pb';
|
|
5
|
+
export * from './api/ondewo/nlu/llm_evaluation_grpc_web_pb';
|
|
6
|
+
export * from './api/ondewo/nlu/aiservices_pb';
|
|
7
|
+
export * from './api/ondewo/nlu/session_pb';
|
|
8
|
+
export * from './api/ondewo/nlu/server_statistics_grpc_web_pb';
|
|
9
|
+
export * from './api/ondewo/nlu/webhook_grpc_web_pb';
|
|
10
|
+
export * from './api/ondewo/nlu/operations_grpc_web_pb';
|
|
11
|
+
export * from './api/ondewo/nlu/aiservices_grpc_web_pb';
|
|
12
|
+
export * from './api/ondewo/nlu/server_statistics_pb';
|
|
13
|
+
export * from './api/ondewo/nlu/project_role_grpc_web_pb';
|
|
6
14
|
export * from './api/ondewo/nlu/utility_grpc_web_pb';
|
|
15
|
+
export * from './api/ondewo/nlu/user_pb';
|
|
7
16
|
export * from './api/ondewo/nlu/operations_pb';
|
|
17
|
+
export * from './api/ondewo/nlu/entity_type_pb';
|
|
18
|
+
export * from './api/ondewo/nlu/rag_grpc_web_pb';
|
|
19
|
+
export * from './api/ondewo/nlu/agent_grpc_web_pb';
|
|
8
20
|
export * from './api/ondewo/nlu/project_statistics_pb';
|
|
9
|
-
export * from './api/ondewo/nlu/
|
|
21
|
+
export * from './api/ondewo/nlu/project_role_pb';
|
|
22
|
+
export * from './api/ondewo/nlu/context_grpc_web_pb';
|
|
23
|
+
export * from './api/ondewo/nlu/utility_pb';
|
|
24
|
+
export * from './api/ondewo/nlu/intent_grpc_web_pb';
|
|
10
25
|
export * from './api/ondewo/nlu/ccai_project_grpc_web_pb';
|
|
11
|
-
export * from './api/ondewo/nlu/server_statistics_pb';
|
|
12
|
-
export * from './api/ondewo/nlu/intent_pb';
|
|
13
26
|
export * from './api/ondewo/nlu/session_grpc_web_pb';
|
|
14
27
|
export * from './api/ondewo/nlu/entity_type_grpc_web_pb';
|
|
15
|
-
export * from './api/ondewo/nlu/context_grpc_web_pb';
|
|
16
28
|
export * from './api/ondewo/nlu/context_pb';
|
|
29
|
+
export * from './api/ondewo/nlu/intent_pb';
|
|
30
|
+
export * from './api/ondewo/nlu/user_grpc_web_pb';
|
|
31
|
+
export * from './api/ondewo/nlu/webhook_pb';
|
|
32
|
+
export * from './api/ondewo/nlu/common_pb';
|
|
17
33
|
export * from './api/ondewo/nlu/llm_evaluation_pb';
|
|
18
|
-
export * from './api/ondewo/nlu/project_statistics_grpc_web_pb';
|
|
19
|
-
export * from './api/ondewo/nlu/utility_pb';
|
|
20
|
-
export * from './api/ondewo/nlu/project_role_grpc_web_pb';
|
|
21
|
-
export * from './api/ondewo/nlu/ccai_project_pb';
|
|
22
|
-
export * from './api/ondewo/nlu/session_pb';
|
|
23
|
-
export * from './api/ondewo/nlu/entity_type_pb';
|
|
24
|
-
export * from './api/ondewo/nlu/operations_grpc_web_pb';
|
|
25
|
-
export * from './api/ondewo/nlu/agent_pb';
|
|
26
|
-
export * from './api/ondewo/nlu/webhook_grpc_web_pb';
|
|
27
|
-
export * from './api/ondewo/nlu/aiservices_grpc_web_pb';
|
|
28
34
|
export * from './api/ondewo/nlu/operation_metadata_pb';
|
|
29
|
-
export * from './api/ondewo/
|
|
30
|
-
export * from './api/ondewo/
|
|
31
|
-
export * from './api/ondewo/nlu/webhook_pb';
|
|
32
|
-
export * from './api/ondewo/nlu/aiservices_pb';
|
|
33
|
-
export * from './api/ondewo/nlu/intent_grpc_web_pb';
|
|
34
|
-
export * from './api/ondewo/nlu/llm_evaluation_grpc_web_pb';
|
|
35
|
-
export * from './api/ondewo/nlu/user_pb';
|
|
36
|
-
export * from './api/ondewo/nlu/user_grpc_web_pb';
|
|
37
|
-
export * from './api/google/api/annotations_pb';
|
|
38
|
-
export * from './api/google/type/latlng_pb';
|
|
39
|
-
export * from './api/google/rpc/status_pb';
|
|
40
|
-
export * from './api/google/protobuf/field_mask_pb';
|
|
41
|
-
export * from './api/google/protobuf/any_pb';
|
|
35
|
+
export * from './api/ondewo/qa/qa_pb';
|
|
36
|
+
export * from './api/ondewo/qa/qa_grpc_web_pb';
|
|
42
37
|
export * from './api/google/protobuf/timestamp_pb';
|
|
38
|
+
export * from './api/google/protobuf/any_pb';
|
|
43
39
|
export * from './api/google/protobuf/empty_pb';
|
|
44
40
|
export * from './api/google/protobuf/struct_pb';
|
|
41
|
+
export * from './api/google/protobuf/field_mask_pb';
|
|
42
|
+
export * from './api/google/type/latlng_pb';
|
|
43
|
+
export * from './api/google/api/annotations_pb';
|
|
44
|
+
export * from './api/google/rpc/status_pb';
|
|
@@ -1,172 +0,0 @@
|
|
|
1
|
-
import * as jspb from 'google-protobuf'
|
|
2
|
-
|
|
3
|
-
import * as google_api_annotations_pb from '../../../google/api/annotations_pb'; // proto import: "google/api/annotations.proto"
|
|
4
|
-
import * as google_api_monitored_resource_pb from '../../../google/api/monitored_resource_pb'; // proto import: "google/api/monitored_resource.proto"
|
|
5
|
-
import * as google_logging_type_http_request_pb from '../../../google/logging/type/http_request_pb'; // proto import: "google/logging/type/http_request.proto"
|
|
6
|
-
import * as google_logging_type_log_severity_pb from '../../../google/logging/type/log_severity_pb'; // proto import: "google/logging/type/log_severity.proto"
|
|
7
|
-
import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb'; // proto import: "google/protobuf/any.proto"
|
|
8
|
-
import * as google_protobuf_struct_pb from 'google-protobuf/google/protobuf/struct_pb'; // proto import: "google/protobuf/struct.proto"
|
|
9
|
-
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb'; // proto import: "google/protobuf/timestamp.proto"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export class LogEntry extends jspb.Message {
|
|
13
|
-
getLogName(): string;
|
|
14
|
-
setLogName(value: string): LogEntry;
|
|
15
|
-
|
|
16
|
-
getResource(): google_api_monitored_resource_pb.MonitoredResource | undefined;
|
|
17
|
-
setResource(value?: google_api_monitored_resource_pb.MonitoredResource): LogEntry;
|
|
18
|
-
hasResource(): boolean;
|
|
19
|
-
clearResource(): LogEntry;
|
|
20
|
-
|
|
21
|
-
getProtoPayload(): google_protobuf_any_pb.Any | undefined;
|
|
22
|
-
setProtoPayload(value?: google_protobuf_any_pb.Any): LogEntry;
|
|
23
|
-
hasProtoPayload(): boolean;
|
|
24
|
-
clearProtoPayload(): LogEntry;
|
|
25
|
-
|
|
26
|
-
getTextPayload(): string;
|
|
27
|
-
setTextPayload(value: string): LogEntry;
|
|
28
|
-
|
|
29
|
-
getJsonPayload(): google_protobuf_struct_pb.Struct | undefined;
|
|
30
|
-
setJsonPayload(value?: google_protobuf_struct_pb.Struct): LogEntry;
|
|
31
|
-
hasJsonPayload(): boolean;
|
|
32
|
-
clearJsonPayload(): LogEntry;
|
|
33
|
-
|
|
34
|
-
getTimestamp(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
35
|
-
setTimestamp(value?: google_protobuf_timestamp_pb.Timestamp): LogEntry;
|
|
36
|
-
hasTimestamp(): boolean;
|
|
37
|
-
clearTimestamp(): LogEntry;
|
|
38
|
-
|
|
39
|
-
getReceiveTimestamp(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
40
|
-
setReceiveTimestamp(value?: google_protobuf_timestamp_pb.Timestamp): LogEntry;
|
|
41
|
-
hasReceiveTimestamp(): boolean;
|
|
42
|
-
clearReceiveTimestamp(): LogEntry;
|
|
43
|
-
|
|
44
|
-
getSeverity(): google_logging_type_log_severity_pb.LogSeverity;
|
|
45
|
-
setSeverity(value: google_logging_type_log_severity_pb.LogSeverity): LogEntry;
|
|
46
|
-
|
|
47
|
-
getInsertId(): string;
|
|
48
|
-
setInsertId(value: string): LogEntry;
|
|
49
|
-
|
|
50
|
-
getHttpRequest(): google_logging_type_http_request_pb.HttpRequest | undefined;
|
|
51
|
-
setHttpRequest(value?: google_logging_type_http_request_pb.HttpRequest): LogEntry;
|
|
52
|
-
hasHttpRequest(): boolean;
|
|
53
|
-
clearHttpRequest(): LogEntry;
|
|
54
|
-
|
|
55
|
-
getLabelsMap(): jspb.Map<string, string>;
|
|
56
|
-
clearLabelsMap(): LogEntry;
|
|
57
|
-
|
|
58
|
-
getMetadata(): google_api_monitored_resource_pb.MonitoredResourceMetadata | undefined;
|
|
59
|
-
setMetadata(value?: google_api_monitored_resource_pb.MonitoredResourceMetadata): LogEntry;
|
|
60
|
-
hasMetadata(): boolean;
|
|
61
|
-
clearMetadata(): LogEntry;
|
|
62
|
-
|
|
63
|
-
getOperation(): LogEntryOperation | undefined;
|
|
64
|
-
setOperation(value?: LogEntryOperation): LogEntry;
|
|
65
|
-
hasOperation(): boolean;
|
|
66
|
-
clearOperation(): LogEntry;
|
|
67
|
-
|
|
68
|
-
getTrace(): string;
|
|
69
|
-
setTrace(value: string): LogEntry;
|
|
70
|
-
|
|
71
|
-
getSpanId(): string;
|
|
72
|
-
setSpanId(value: string): LogEntry;
|
|
73
|
-
|
|
74
|
-
getSourceLocation(): LogEntrySourceLocation | undefined;
|
|
75
|
-
setSourceLocation(value?: LogEntrySourceLocation): LogEntry;
|
|
76
|
-
hasSourceLocation(): boolean;
|
|
77
|
-
clearSourceLocation(): LogEntry;
|
|
78
|
-
|
|
79
|
-
getPayloadCase(): LogEntry.PayloadCase;
|
|
80
|
-
|
|
81
|
-
serializeBinary(): Uint8Array;
|
|
82
|
-
toObject(includeInstance?: boolean): LogEntry.AsObject;
|
|
83
|
-
static toObject(includeInstance: boolean, msg: LogEntry): LogEntry.AsObject;
|
|
84
|
-
static serializeBinaryToWriter(message: LogEntry, writer: jspb.BinaryWriter): void;
|
|
85
|
-
static deserializeBinary(bytes: Uint8Array): LogEntry;
|
|
86
|
-
static deserializeBinaryFromReader(message: LogEntry, reader: jspb.BinaryReader): LogEntry;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
export namespace LogEntry {
|
|
90
|
-
export type AsObject = {
|
|
91
|
-
logName: string,
|
|
92
|
-
resource?: google_api_monitored_resource_pb.MonitoredResource.AsObject,
|
|
93
|
-
protoPayload?: google_protobuf_any_pb.Any.AsObject,
|
|
94
|
-
textPayload: string,
|
|
95
|
-
jsonPayload?: google_protobuf_struct_pb.Struct.AsObject,
|
|
96
|
-
timestamp?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
97
|
-
receiveTimestamp?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
98
|
-
severity: google_logging_type_log_severity_pb.LogSeverity,
|
|
99
|
-
insertId: string,
|
|
100
|
-
httpRequest?: google_logging_type_http_request_pb.HttpRequest.AsObject,
|
|
101
|
-
labelsMap: Array<[string, string]>,
|
|
102
|
-
metadata?: google_api_monitored_resource_pb.MonitoredResourceMetadata.AsObject,
|
|
103
|
-
operation?: LogEntryOperation.AsObject,
|
|
104
|
-
trace: string,
|
|
105
|
-
spanId: string,
|
|
106
|
-
sourceLocation?: LogEntrySourceLocation.AsObject,
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
export enum PayloadCase {
|
|
110
|
-
PAYLOAD_NOT_SET = 0,
|
|
111
|
-
PROTO_PAYLOAD = 2,
|
|
112
|
-
TEXT_PAYLOAD = 3,
|
|
113
|
-
JSON_PAYLOAD = 6,
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
export class LogEntryOperation extends jspb.Message {
|
|
118
|
-
getId(): string;
|
|
119
|
-
setId(value: string): LogEntryOperation;
|
|
120
|
-
|
|
121
|
-
getProducer(): string;
|
|
122
|
-
setProducer(value: string): LogEntryOperation;
|
|
123
|
-
|
|
124
|
-
getFirst(): boolean;
|
|
125
|
-
setFirst(value: boolean): LogEntryOperation;
|
|
126
|
-
|
|
127
|
-
getLast(): boolean;
|
|
128
|
-
setLast(value: boolean): LogEntryOperation;
|
|
129
|
-
|
|
130
|
-
serializeBinary(): Uint8Array;
|
|
131
|
-
toObject(includeInstance?: boolean): LogEntryOperation.AsObject;
|
|
132
|
-
static toObject(includeInstance: boolean, msg: LogEntryOperation): LogEntryOperation.AsObject;
|
|
133
|
-
static serializeBinaryToWriter(message: LogEntryOperation, writer: jspb.BinaryWriter): void;
|
|
134
|
-
static deserializeBinary(bytes: Uint8Array): LogEntryOperation;
|
|
135
|
-
static deserializeBinaryFromReader(message: LogEntryOperation, reader: jspb.BinaryReader): LogEntryOperation;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
export namespace LogEntryOperation {
|
|
139
|
-
export type AsObject = {
|
|
140
|
-
id: string,
|
|
141
|
-
producer: string,
|
|
142
|
-
first: boolean,
|
|
143
|
-
last: boolean,
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
export class LogEntrySourceLocation extends jspb.Message {
|
|
148
|
-
getFile(): string;
|
|
149
|
-
setFile(value: string): LogEntrySourceLocation;
|
|
150
|
-
|
|
151
|
-
getLine(): number;
|
|
152
|
-
setLine(value: number): LogEntrySourceLocation;
|
|
153
|
-
|
|
154
|
-
getFunction(): string;
|
|
155
|
-
setFunction(value: string): LogEntrySourceLocation;
|
|
156
|
-
|
|
157
|
-
serializeBinary(): Uint8Array;
|
|
158
|
-
toObject(includeInstance?: boolean): LogEntrySourceLocation.AsObject;
|
|
159
|
-
static toObject(includeInstance: boolean, msg: LogEntrySourceLocation): LogEntrySourceLocation.AsObject;
|
|
160
|
-
static serializeBinaryToWriter(message: LogEntrySourceLocation, writer: jspb.BinaryWriter): void;
|
|
161
|
-
static deserializeBinary(bytes: Uint8Array): LogEntrySourceLocation;
|
|
162
|
-
static deserializeBinaryFromReader(message: LogEntrySourceLocation, reader: jspb.BinaryReader): LogEntrySourceLocation;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
export namespace LogEntrySourceLocation {
|
|
166
|
-
export type AsObject = {
|
|
167
|
-
file: string,
|
|
168
|
-
line: number,
|
|
169
|
-
pb_function: string,
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
|