@ondewo/nlu-client-typescript 4.1.0 → 4.3.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 +490 -450
- package/api/ondewo/nlu/agent_grpc_web_pb.js +1244 -1113
- package/api/ondewo/nlu/agent_pb.d.ts +1758 -1939
- package/api/ondewo/nlu/agent_pb.js +10491 -9063
- package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +106 -98
- package/api/ondewo/nlu/aiservices_grpc_web_pb.js +280 -245
- package/api/ondewo/nlu/aiservices_pb.d.ts +674 -745
- package/api/ondewo/nlu/aiservices_pb.js +4403 -3638
- package/api/ondewo/nlu/common_pb.d.ts +17 -15
- package/api/ondewo/nlu/common_pb.js +93 -83
- package/api/ondewo/nlu/context_grpc_web_pb.d.ts +82 -76
- package/api/ondewo/nlu/context_grpc_web_pb.js +220 -191
- package/api/ondewo/nlu/context_pb.d.ts +151 -151
- package/api/ondewo/nlu/context_pb.js +1042 -889
- package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +154 -142
- package/api/ondewo/nlu/entity_type_grpc_web_pb.js +398 -351
- package/api/ondewo/nlu/entity_type_pb.d.ts +571 -614
- package/api/ondewo/nlu/entity_type_pb.js +3369 -2893
- package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +334 -310
- package/api/ondewo/nlu/intent_grpc_web_pb.js +851 -766
- package/api/ondewo/nlu/intent_pb.d.ts +1993 -2151
- package/api/ondewo/nlu/intent_pb.js +10692 -9502
- package/api/ondewo/nlu/operation_metadata_pb.d.ts +98 -86
- package/api/ondewo/nlu/operation_metadata_pb.js +492 -322
- package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +50 -46
- package/api/ondewo/nlu/operations_grpc_web_pb.js +163 -140
- package/api/ondewo/nlu/operations_pb.d.ts +182 -189
- package/api/ondewo/nlu/operations_pb.js +1004 -843
- package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +70 -65
- package/api/ondewo/nlu/project_role_grpc_web_pb.js +190 -164
- package/api/ondewo/nlu/project_role_pb.d.ts +151 -165
- package/api/ondewo/nlu/project_role_pb.js +963 -796
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +106 -98
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +281 -246
- package/api/ondewo/nlu/project_statistics_pb.d.ts +63 -67
- package/api/ondewo/nlu/project_statistics_pb.js +418 -354
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +46 -43
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +130 -110
- package/api/ondewo/nlu/server_statistics_pb.d.ts +14 -15
- package/api/ondewo/nlu/server_statistics_pb.js +91 -81
- package/api/ondewo/nlu/session_grpc_web_pb.d.ts +334 -164
- package/api/ondewo/nlu/session_grpc_web_pb.js +1255 -409
- package/api/ondewo/nlu/session_pb.d.ts +1721 -1080
- package/api/ondewo/nlu/session_pb.js +13885 -6673
- package/api/ondewo/nlu/user_grpc_web_pb.d.ts +190 -172
- package/api/ondewo/nlu/user_grpc_web_pb.js +487 -431
- package/api/ondewo/nlu/user_pb.d.ts +325 -345
- package/api/ondewo/nlu/user_pb.js +2312 -1948
- package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +106 -98
- package/api/ondewo/nlu/utility_grpc_web_pb.js +279 -244
- package/api/ondewo/nlu/utility_pb.d.ts +535 -588
- package/api/ondewo/nlu/utility_pb.js +3348 -2814
- package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +46 -43
- package/api/ondewo/nlu/webhook_grpc_web_pb.js +132 -112
- package/api/ondewo/nlu/webhook_pb.d.ts +119 -123
- package/api/ondewo/nlu/webhook_pb.js +718 -599
- package/api/ondewo/qa/qa_grpc_web_pb.d.ts +94 -87
- package/api/ondewo/qa/qa_grpc_web_pb.js +250 -218
- package/api/ondewo/qa/qa_pb.d.ts +220 -235
- package/api/ondewo/qa/qa_pb.js +1452 -1222
- package/package.json +1 -1
- package/public-api.d.ts +34 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as jspb from 'google-protobuf'
|
|
1
|
+
import * as jspb from 'google-protobuf'
|
|
2
2
|
|
|
3
3
|
import * as google_api_annotations_pb from '../../google/api/annotations_pb';
|
|
4
4
|
import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb';
|
|
@@ -7,237 +7,230 @@ import * as google_rpc_status_pb from '../../google/rpc/status_pb';
|
|
|
7
7
|
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb';
|
|
8
8
|
import * as ondewo_nlu_operation_metadata_pb from '../../ondewo/nlu/operation_metadata_pb';
|
|
9
9
|
|
|
10
|
+
|
|
10
11
|
export class Operation extends jspb.Message {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
12
|
+
getName(): string;
|
|
13
|
+
setName(value: string): Operation;
|
|
14
|
+
|
|
15
|
+
getMetadata(): ondewo_nlu_operation_metadata_pb.OperationMetadata | undefined;
|
|
16
|
+
setMetadata(value?: ondewo_nlu_operation_metadata_pb.OperationMetadata): Operation;
|
|
17
|
+
hasMetadata(): boolean;
|
|
18
|
+
clearMetadata(): Operation;
|
|
19
|
+
|
|
20
|
+
getDone(): boolean;
|
|
21
|
+
setDone(value: boolean): Operation;
|
|
22
|
+
|
|
23
|
+
getError(): google_rpc_status_pb.Status | undefined;
|
|
24
|
+
setError(value?: google_rpc_status_pb.Status): Operation;
|
|
25
|
+
hasError(): boolean;
|
|
26
|
+
clearError(): Operation;
|
|
27
|
+
|
|
28
|
+
getResponse(): google_protobuf_any_pb.Any | undefined;
|
|
29
|
+
setResponse(value?: google_protobuf_any_pb.Any): Operation;
|
|
30
|
+
hasResponse(): boolean;
|
|
31
|
+
clearResponse(): Operation;
|
|
32
|
+
|
|
33
|
+
getResultCase(): Operation.ResultCase;
|
|
34
|
+
|
|
35
|
+
serializeBinary(): Uint8Array;
|
|
36
|
+
toObject(includeInstance?: boolean): Operation.AsObject;
|
|
37
|
+
static toObject(includeInstance: boolean, msg: Operation): Operation.AsObject;
|
|
38
|
+
static serializeBinaryToWriter(message: Operation, writer: jspb.BinaryWriter): void;
|
|
39
|
+
static deserializeBinary(bytes: Uint8Array): Operation;
|
|
40
|
+
static deserializeBinaryFromReader(message: Operation, reader: jspb.BinaryReader): Operation;
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
export namespace Operation {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
44
|
+
export type AsObject = {
|
|
45
|
+
name: string,
|
|
46
|
+
metadata?: ondewo_nlu_operation_metadata_pb.OperationMetadata.AsObject,
|
|
47
|
+
done: boolean,
|
|
48
|
+
error?: google_rpc_status_pb.Status.AsObject,
|
|
49
|
+
response?: google_protobuf_any_pb.Any.AsObject,
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export enum ResultCase {
|
|
53
|
+
RESULT_NOT_SET = 0,
|
|
54
|
+
ERROR = 4,
|
|
55
|
+
RESPONSE = 5,
|
|
56
|
+
}
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
export class GetOperationRequest extends jspb.Message {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
60
|
+
getName(): string;
|
|
61
|
+
setName(value: string): GetOperationRequest;
|
|
62
|
+
|
|
63
|
+
serializeBinary(): Uint8Array;
|
|
64
|
+
toObject(includeInstance?: boolean): GetOperationRequest.AsObject;
|
|
65
|
+
static toObject(includeInstance: boolean, msg: GetOperationRequest): GetOperationRequest.AsObject;
|
|
66
|
+
static serializeBinaryToWriter(message: GetOperationRequest, writer: jspb.BinaryWriter): void;
|
|
67
|
+
static deserializeBinary(bytes: Uint8Array): GetOperationRequest;
|
|
68
|
+
static deserializeBinaryFromReader(message: GetOperationRequest, reader: jspb.BinaryReader): GetOperationRequest;
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
export namespace GetOperationRequest {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
export type AsObject = {
|
|
73
|
+
name: string,
|
|
74
|
+
}
|
|
74
75
|
}
|
|
75
76
|
|
|
76
77
|
export class ListOperationsRequest extends jspb.Message {
|
|
77
|
-
|
|
78
|
-
|
|
78
|
+
getName(): string;
|
|
79
|
+
setName(value: string): ListOperationsRequest;
|
|
79
80
|
|
|
80
|
-
|
|
81
|
-
|
|
81
|
+
getFilter(): string;
|
|
82
|
+
setFilter(value: string): ListOperationsRequest;
|
|
82
83
|
|
|
83
|
-
|
|
84
|
-
|
|
84
|
+
getPageSize(): number;
|
|
85
|
+
setPageSize(value: number): ListOperationsRequest;
|
|
85
86
|
|
|
86
|
-
|
|
87
|
-
|
|
87
|
+
getPageToken(): string;
|
|
88
|
+
setPageToken(value: string): ListOperationsRequest;
|
|
88
89
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
90
|
+
getOperationFilter(): OperationFilter | undefined;
|
|
91
|
+
setOperationFilter(value?: OperationFilter): ListOperationsRequest;
|
|
92
|
+
hasOperationFilter(): boolean;
|
|
93
|
+
clearOperationFilter(): ListOperationsRequest;
|
|
93
94
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
95
|
+
serializeBinary(): Uint8Array;
|
|
96
|
+
toObject(includeInstance?: boolean): ListOperationsRequest.AsObject;
|
|
97
|
+
static toObject(includeInstance: boolean, msg: ListOperationsRequest): ListOperationsRequest.AsObject;
|
|
98
|
+
static serializeBinaryToWriter(message: ListOperationsRequest, writer: jspb.BinaryWriter): void;
|
|
99
|
+
static deserializeBinary(bytes: Uint8Array): ListOperationsRequest;
|
|
100
|
+
static deserializeBinaryFromReader(message: ListOperationsRequest, reader: jspb.BinaryReader): ListOperationsRequest;
|
|
100
101
|
}
|
|
101
102
|
|
|
102
103
|
export namespace ListOperationsRequest {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
104
|
+
export type AsObject = {
|
|
105
|
+
name: string,
|
|
106
|
+
filter: string,
|
|
107
|
+
pageSize: number,
|
|
108
|
+
pageToken: string,
|
|
109
|
+
operationFilter?: OperationFilter.AsObject,
|
|
110
|
+
}
|
|
110
111
|
}
|
|
111
112
|
|
|
112
113
|
export class OperationFilter extends jspb.Message {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
114
|
+
getProjectParentsList(): Array<string>;
|
|
115
|
+
setProjectParentsList(value: Array<string>): OperationFilter;
|
|
116
|
+
clearProjectParentsList(): OperationFilter;
|
|
117
|
+
addProjectParents(value: string, index?: number): OperationFilter;
|
|
118
|
+
|
|
119
|
+
getStatusesList(): Array<ondewo_nlu_operation_metadata_pb.OperationMetadata.Status>;
|
|
120
|
+
setStatusesList(value: Array<ondewo_nlu_operation_metadata_pb.OperationMetadata.Status>): OperationFilter;
|
|
121
|
+
clearStatusesList(): OperationFilter;
|
|
122
|
+
addStatuses(value: ondewo_nlu_operation_metadata_pb.OperationMetadata.Status, index?: number): OperationFilter;
|
|
123
|
+
|
|
124
|
+
getTypesList(): Array<ondewo_nlu_operation_metadata_pb.OperationMetadata.OperationType>;
|
|
125
|
+
setTypesList(value: Array<ondewo_nlu_operation_metadata_pb.OperationMetadata.OperationType>): OperationFilter;
|
|
126
|
+
clearTypesList(): OperationFilter;
|
|
127
|
+
addTypes(value: ondewo_nlu_operation_metadata_pb.OperationMetadata.OperationType, index?: number): OperationFilter;
|
|
128
|
+
|
|
129
|
+
getStartTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
130
|
+
setStartTime(value?: google_protobuf_timestamp_pb.Timestamp): OperationFilter;
|
|
131
|
+
hasStartTime(): boolean;
|
|
132
|
+
clearStartTime(): OperationFilter;
|
|
133
|
+
|
|
134
|
+
getEndTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
135
|
+
setEndTime(value?: google_protobuf_timestamp_pb.Timestamp): OperationFilter;
|
|
136
|
+
hasEndTime(): boolean;
|
|
137
|
+
clearEndTime(): OperationFilter;
|
|
138
|
+
|
|
139
|
+
getUserIdsList(): Array<string>;
|
|
140
|
+
setUserIdsList(value: Array<string>): OperationFilter;
|
|
141
|
+
clearUserIdsList(): OperationFilter;
|
|
142
|
+
addUserIds(value: string, index?: number): OperationFilter;
|
|
143
|
+
|
|
144
|
+
getStartTimeOneofCase(): OperationFilter.StartTimeOneofCase;
|
|
145
|
+
|
|
146
|
+
getEndTimeOneofCase(): OperationFilter.EndTimeOneofCase;
|
|
147
|
+
|
|
148
|
+
serializeBinary(): Uint8Array;
|
|
149
|
+
toObject(includeInstance?: boolean): OperationFilter.AsObject;
|
|
150
|
+
static toObject(includeInstance: boolean, msg: OperationFilter): OperationFilter.AsObject;
|
|
151
|
+
static serializeBinaryToWriter(message: OperationFilter, writer: jspb.BinaryWriter): void;
|
|
152
|
+
static deserializeBinary(bytes: Uint8Array): OperationFilter;
|
|
153
|
+
static deserializeBinaryFromReader(message: OperationFilter, reader: jspb.BinaryReader): OperationFilter;
|
|
153
154
|
}
|
|
154
155
|
|
|
155
156
|
export namespace OperationFilter {
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
157
|
+
export type AsObject = {
|
|
158
|
+
projectParentsList: Array<string>,
|
|
159
|
+
statusesList: Array<ondewo_nlu_operation_metadata_pb.OperationMetadata.Status>,
|
|
160
|
+
typesList: Array<ondewo_nlu_operation_metadata_pb.OperationMetadata.OperationType>,
|
|
161
|
+
startTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
162
|
+
endTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
163
|
+
userIdsList: Array<string>,
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
export enum StartTimeOneofCase {
|
|
167
|
+
START_TIME_ONEOF_NOT_SET = 0,
|
|
168
|
+
START_TIME = 4,
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
export enum EndTimeOneofCase {
|
|
172
|
+
END_TIME_ONEOF_NOT_SET = 0,
|
|
173
|
+
END_TIME = 5,
|
|
174
|
+
}
|
|
174
175
|
}
|
|
175
176
|
|
|
176
177
|
export class ListOperationsResponse extends jspb.Message {
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
message: ListOperationsResponse,
|
|
192
|
-
reader: jspb.BinaryReader
|
|
193
|
-
): ListOperationsResponse;
|
|
178
|
+
getOperationsList(): Array<Operation>;
|
|
179
|
+
setOperationsList(value: Array<Operation>): ListOperationsResponse;
|
|
180
|
+
clearOperationsList(): ListOperationsResponse;
|
|
181
|
+
addOperations(value?: Operation, index?: number): Operation;
|
|
182
|
+
|
|
183
|
+
getNextPageToken(): string;
|
|
184
|
+
setNextPageToken(value: string): ListOperationsResponse;
|
|
185
|
+
|
|
186
|
+
serializeBinary(): Uint8Array;
|
|
187
|
+
toObject(includeInstance?: boolean): ListOperationsResponse.AsObject;
|
|
188
|
+
static toObject(includeInstance: boolean, msg: ListOperationsResponse): ListOperationsResponse.AsObject;
|
|
189
|
+
static serializeBinaryToWriter(message: ListOperationsResponse, writer: jspb.BinaryWriter): void;
|
|
190
|
+
static deserializeBinary(bytes: Uint8Array): ListOperationsResponse;
|
|
191
|
+
static deserializeBinaryFromReader(message: ListOperationsResponse, reader: jspb.BinaryReader): ListOperationsResponse;
|
|
194
192
|
}
|
|
195
193
|
|
|
196
194
|
export namespace ListOperationsResponse {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
195
|
+
export type AsObject = {
|
|
196
|
+
operationsList: Array<Operation.AsObject>,
|
|
197
|
+
nextPageToken: string,
|
|
198
|
+
}
|
|
201
199
|
}
|
|
202
200
|
|
|
203
201
|
export class CancelOperationRequest extends jspb.Message {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
message: CancelOperationRequest,
|
|
214
|
-
reader: jspb.BinaryReader
|
|
215
|
-
): CancelOperationRequest;
|
|
202
|
+
getName(): string;
|
|
203
|
+
setName(value: string): CancelOperationRequest;
|
|
204
|
+
|
|
205
|
+
serializeBinary(): Uint8Array;
|
|
206
|
+
toObject(includeInstance?: boolean): CancelOperationRequest.AsObject;
|
|
207
|
+
static toObject(includeInstance: boolean, msg: CancelOperationRequest): CancelOperationRequest.AsObject;
|
|
208
|
+
static serializeBinaryToWriter(message: CancelOperationRequest, writer: jspb.BinaryWriter): void;
|
|
209
|
+
static deserializeBinary(bytes: Uint8Array): CancelOperationRequest;
|
|
210
|
+
static deserializeBinaryFromReader(message: CancelOperationRequest, reader: jspb.BinaryReader): CancelOperationRequest;
|
|
216
211
|
}
|
|
217
212
|
|
|
218
213
|
export namespace CancelOperationRequest {
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
214
|
+
export type AsObject = {
|
|
215
|
+
name: string,
|
|
216
|
+
}
|
|
222
217
|
}
|
|
223
218
|
|
|
224
219
|
export class DeleteOperationRequest extends jspb.Message {
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
message: DeleteOperationRequest,
|
|
235
|
-
reader: jspb.BinaryReader
|
|
236
|
-
): DeleteOperationRequest;
|
|
220
|
+
getName(): string;
|
|
221
|
+
setName(value: string): DeleteOperationRequest;
|
|
222
|
+
|
|
223
|
+
serializeBinary(): Uint8Array;
|
|
224
|
+
toObject(includeInstance?: boolean): DeleteOperationRequest.AsObject;
|
|
225
|
+
static toObject(includeInstance: boolean, msg: DeleteOperationRequest): DeleteOperationRequest.AsObject;
|
|
226
|
+
static serializeBinaryToWriter(message: DeleteOperationRequest, writer: jspb.BinaryWriter): void;
|
|
227
|
+
static deserializeBinary(bytes: Uint8Array): DeleteOperationRequest;
|
|
228
|
+
static deserializeBinaryFromReader(message: DeleteOperationRequest, reader: jspb.BinaryReader): DeleteOperationRequest;
|
|
237
229
|
}
|
|
238
230
|
|
|
239
231
|
export namespace DeleteOperationRequest {
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
232
|
+
export type AsObject = {
|
|
233
|
+
name: string,
|
|
234
|
+
}
|
|
243
235
|
}
|
|
236
|
+
|