@ondewo/nlu-client-typescript 3.5.2 → 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 -478
- package/api/ondewo/nlu/agent_grpc_web_pb.js +1143 -1213
- package/api/ondewo/nlu/agent_pb.d.ts +1965 -1672
- package/api/ondewo/nlu/agent_pb.js +9401 -10036
- 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 +746 -671
- package/api/ondewo/nlu/aiservices_pb.js +3648 -4383
- 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 +892 -1045
- 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 -460
- package/api/ondewo/nlu/session_pb.d.ts +1132 -867
- package/api/ondewo/nlu/session_pb.js +5960 -5662
- 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,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,230 +7,237 @@ 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
|
-
|
|
11
10
|
export class Operation extends jspb.Message {
|
|
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
|
-
|
|
40
|
-
|
|
11
|
+
getName(): string;
|
|
12
|
+
setName(value: string): Operation;
|
|
13
|
+
|
|
14
|
+
getMetadata(): ondewo_nlu_operation_metadata_pb.OperationMetadata | undefined;
|
|
15
|
+
setMetadata(value?: ondewo_nlu_operation_metadata_pb.OperationMetadata): Operation;
|
|
16
|
+
hasMetadata(): boolean;
|
|
17
|
+
clearMetadata(): Operation;
|
|
18
|
+
|
|
19
|
+
getDone(): boolean;
|
|
20
|
+
setDone(value: boolean): Operation;
|
|
21
|
+
|
|
22
|
+
getError(): google_rpc_status_pb.Status | undefined;
|
|
23
|
+
setError(value?: google_rpc_status_pb.Status): Operation;
|
|
24
|
+
hasError(): boolean;
|
|
25
|
+
clearError(): Operation;
|
|
26
|
+
|
|
27
|
+
getResponse(): google_protobuf_any_pb.Any | undefined;
|
|
28
|
+
setResponse(value?: google_protobuf_any_pb.Any): Operation;
|
|
29
|
+
hasResponse(): boolean;
|
|
30
|
+
clearResponse(): Operation;
|
|
31
|
+
|
|
32
|
+
getResultCase(): Operation.ResultCase;
|
|
33
|
+
|
|
34
|
+
serializeBinary(): Uint8Array;
|
|
35
|
+
toObject(includeInstance?: boolean): Operation.AsObject;
|
|
36
|
+
static toObject(includeInstance: boolean, msg: Operation): Operation.AsObject;
|
|
37
|
+
static serializeBinaryToWriter(message: Operation, writer: jspb.BinaryWriter): void;
|
|
38
|
+
static deserializeBinary(bytes: Uint8Array): Operation;
|
|
39
|
+
static deserializeBinaryFromReader(message: Operation, reader: jspb.BinaryReader): Operation;
|
|
41
40
|
}
|
|
42
41
|
|
|
43
42
|
export namespace Operation {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
43
|
+
export type AsObject = {
|
|
44
|
+
name: string;
|
|
45
|
+
metadata?: ondewo_nlu_operation_metadata_pb.OperationMetadata.AsObject;
|
|
46
|
+
done: boolean;
|
|
47
|
+
error?: google_rpc_status_pb.Status.AsObject;
|
|
48
|
+
response?: google_protobuf_any_pb.Any.AsObject;
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
export enum ResultCase {
|
|
52
|
+
RESULT_NOT_SET = 0,
|
|
53
|
+
ERROR = 4,
|
|
54
|
+
RESPONSE = 5
|
|
55
|
+
}
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
export class GetOperationRequest extends jspb.Message {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
59
|
+
getName(): string;
|
|
60
|
+
setName(value: string): GetOperationRequest;
|
|
61
|
+
|
|
62
|
+
serializeBinary(): Uint8Array;
|
|
63
|
+
toObject(includeInstance?: boolean): GetOperationRequest.AsObject;
|
|
64
|
+
static toObject(includeInstance: boolean, msg: GetOperationRequest): GetOperationRequest.AsObject;
|
|
65
|
+
static serializeBinaryToWriter(message: GetOperationRequest, writer: jspb.BinaryWriter): void;
|
|
66
|
+
static deserializeBinary(bytes: Uint8Array): GetOperationRequest;
|
|
67
|
+
static deserializeBinaryFromReader(message: GetOperationRequest, reader: jspb.BinaryReader): GetOperationRequest;
|
|
69
68
|
}
|
|
70
69
|
|
|
71
70
|
export namespace GetOperationRequest {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
71
|
+
export type AsObject = {
|
|
72
|
+
name: string;
|
|
73
|
+
};
|
|
75
74
|
}
|
|
76
75
|
|
|
77
76
|
export class ListOperationsRequest extends jspb.Message {
|
|
78
|
-
|
|
79
|
-
|
|
77
|
+
getName(): string;
|
|
78
|
+
setName(value: string): ListOperationsRequest;
|
|
80
79
|
|
|
81
|
-
|
|
82
|
-
|
|
80
|
+
getFilter(): string;
|
|
81
|
+
setFilter(value: string): ListOperationsRequest;
|
|
83
82
|
|
|
84
|
-
|
|
85
|
-
|
|
83
|
+
getPageSize(): number;
|
|
84
|
+
setPageSize(value: number): ListOperationsRequest;
|
|
86
85
|
|
|
87
|
-
|
|
88
|
-
|
|
86
|
+
getPageToken(): string;
|
|
87
|
+
setPageToken(value: string): ListOperationsRequest;
|
|
89
88
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
89
|
+
getOperationFilter(): OperationFilter | undefined;
|
|
90
|
+
setOperationFilter(value?: OperationFilter): ListOperationsRequest;
|
|
91
|
+
hasOperationFilter(): boolean;
|
|
92
|
+
clearOperationFilter(): ListOperationsRequest;
|
|
94
93
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
94
|
+
serializeBinary(): Uint8Array;
|
|
95
|
+
toObject(includeInstance?: boolean): ListOperationsRequest.AsObject;
|
|
96
|
+
static toObject(includeInstance: boolean, msg: ListOperationsRequest): ListOperationsRequest.AsObject;
|
|
97
|
+
static serializeBinaryToWriter(message: ListOperationsRequest, writer: jspb.BinaryWriter): void;
|
|
98
|
+
static deserializeBinary(bytes: Uint8Array): ListOperationsRequest;
|
|
99
|
+
static deserializeBinaryFromReader(message: ListOperationsRequest, reader: jspb.BinaryReader): ListOperationsRequest;
|
|
101
100
|
}
|
|
102
101
|
|
|
103
102
|
export namespace ListOperationsRequest {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
103
|
+
export type AsObject = {
|
|
104
|
+
name: string;
|
|
105
|
+
filter: string;
|
|
106
|
+
pageSize: number;
|
|
107
|
+
pageToken: string;
|
|
108
|
+
operationFilter?: OperationFilter.AsObject;
|
|
109
|
+
};
|
|
111
110
|
}
|
|
112
111
|
|
|
113
112
|
export class OperationFilter extends jspb.Message {
|
|
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
|
-
|
|
153
|
-
|
|
113
|
+
getProjectParentsList(): Array<string>;
|
|
114
|
+
setProjectParentsList(value: Array<string>): OperationFilter;
|
|
115
|
+
clearProjectParentsList(): OperationFilter;
|
|
116
|
+
addProjectParents(value: string, index?: number): OperationFilter;
|
|
117
|
+
|
|
118
|
+
getStatusesList(): Array<ondewo_nlu_operation_metadata_pb.OperationMetadata.Status>;
|
|
119
|
+
setStatusesList(value: Array<ondewo_nlu_operation_metadata_pb.OperationMetadata.Status>): OperationFilter;
|
|
120
|
+
clearStatusesList(): OperationFilter;
|
|
121
|
+
addStatuses(value: ondewo_nlu_operation_metadata_pb.OperationMetadata.Status, index?: number): OperationFilter;
|
|
122
|
+
|
|
123
|
+
getTypesList(): Array<ondewo_nlu_operation_metadata_pb.OperationMetadata.OperationType>;
|
|
124
|
+
setTypesList(value: Array<ondewo_nlu_operation_metadata_pb.OperationMetadata.OperationType>): OperationFilter;
|
|
125
|
+
clearTypesList(): OperationFilter;
|
|
126
|
+
addTypes(value: ondewo_nlu_operation_metadata_pb.OperationMetadata.OperationType, index?: number): OperationFilter;
|
|
127
|
+
|
|
128
|
+
getStartTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
129
|
+
setStartTime(value?: google_protobuf_timestamp_pb.Timestamp): OperationFilter;
|
|
130
|
+
hasStartTime(): boolean;
|
|
131
|
+
clearStartTime(): OperationFilter;
|
|
132
|
+
|
|
133
|
+
getEndTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
134
|
+
setEndTime(value?: google_protobuf_timestamp_pb.Timestamp): OperationFilter;
|
|
135
|
+
hasEndTime(): boolean;
|
|
136
|
+
clearEndTime(): OperationFilter;
|
|
137
|
+
|
|
138
|
+
getUserIdsList(): Array<string>;
|
|
139
|
+
setUserIdsList(value: Array<string>): OperationFilter;
|
|
140
|
+
clearUserIdsList(): OperationFilter;
|
|
141
|
+
addUserIds(value: string, index?: number): OperationFilter;
|
|
142
|
+
|
|
143
|
+
getStartTimeOneofCase(): OperationFilter.StartTimeOneofCase;
|
|
144
|
+
|
|
145
|
+
getEndTimeOneofCase(): OperationFilter.EndTimeOneofCase;
|
|
146
|
+
|
|
147
|
+
serializeBinary(): Uint8Array;
|
|
148
|
+
toObject(includeInstance?: boolean): OperationFilter.AsObject;
|
|
149
|
+
static toObject(includeInstance: boolean, msg: OperationFilter): OperationFilter.AsObject;
|
|
150
|
+
static serializeBinaryToWriter(message: OperationFilter, writer: jspb.BinaryWriter): void;
|
|
151
|
+
static deserializeBinary(bytes: Uint8Array): OperationFilter;
|
|
152
|
+
static deserializeBinaryFromReader(message: OperationFilter, reader: jspb.BinaryReader): OperationFilter;
|
|
154
153
|
}
|
|
155
154
|
|
|
156
155
|
export namespace OperationFilter {
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
156
|
+
export type AsObject = {
|
|
157
|
+
projectParentsList: Array<string>;
|
|
158
|
+
statusesList: Array<ondewo_nlu_operation_metadata_pb.OperationMetadata.Status>;
|
|
159
|
+
typesList: Array<ondewo_nlu_operation_metadata_pb.OperationMetadata.OperationType>;
|
|
160
|
+
startTime?: google_protobuf_timestamp_pb.Timestamp.AsObject;
|
|
161
|
+
endTime?: google_protobuf_timestamp_pb.Timestamp.AsObject;
|
|
162
|
+
userIdsList: Array<string>;
|
|
163
|
+
};
|
|
164
|
+
|
|
165
|
+
export enum StartTimeOneofCase {
|
|
166
|
+
START_TIME_ONEOF_NOT_SET = 0,
|
|
167
|
+
START_TIME = 4
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export enum EndTimeOneofCase {
|
|
171
|
+
END_TIME_ONEOF_NOT_SET = 0,
|
|
172
|
+
END_TIME = 5
|
|
173
|
+
}
|
|
175
174
|
}
|
|
176
175
|
|
|
177
176
|
export class ListOperationsResponse extends jspb.Message {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
177
|
+
getOperationsList(): Array<Operation>;
|
|
178
|
+
setOperationsList(value: Array<Operation>): ListOperationsResponse;
|
|
179
|
+
clearOperationsList(): ListOperationsResponse;
|
|
180
|
+
addOperations(value?: Operation, index?: number): Operation;
|
|
181
|
+
|
|
182
|
+
getNextPageToken(): string;
|
|
183
|
+
setNextPageToken(value: string): ListOperationsResponse;
|
|
184
|
+
|
|
185
|
+
serializeBinary(): Uint8Array;
|
|
186
|
+
toObject(includeInstance?: boolean): ListOperationsResponse.AsObject;
|
|
187
|
+
static toObject(includeInstance: boolean, msg: ListOperationsResponse): ListOperationsResponse.AsObject;
|
|
188
|
+
static serializeBinaryToWriter(message: ListOperationsResponse, writer: jspb.BinaryWriter): void;
|
|
189
|
+
static deserializeBinary(bytes: Uint8Array): ListOperationsResponse;
|
|
190
|
+
static deserializeBinaryFromReader(
|
|
191
|
+
message: ListOperationsResponse,
|
|
192
|
+
reader: jspb.BinaryReader
|
|
193
|
+
): ListOperationsResponse;
|
|
192
194
|
}
|
|
193
195
|
|
|
194
196
|
export namespace ListOperationsResponse {
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
197
|
+
export type AsObject = {
|
|
198
|
+
operationsList: Array<Operation.AsObject>;
|
|
199
|
+
nextPageToken: string;
|
|
200
|
+
};
|
|
199
201
|
}
|
|
200
202
|
|
|
201
203
|
export class CancelOperationRequest extends jspb.Message {
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
204
|
+
getName(): string;
|
|
205
|
+
setName(value: string): CancelOperationRequest;
|
|
206
|
+
|
|
207
|
+
serializeBinary(): Uint8Array;
|
|
208
|
+
toObject(includeInstance?: boolean): CancelOperationRequest.AsObject;
|
|
209
|
+
static toObject(includeInstance: boolean, msg: CancelOperationRequest): CancelOperationRequest.AsObject;
|
|
210
|
+
static serializeBinaryToWriter(message: CancelOperationRequest, writer: jspb.BinaryWriter): void;
|
|
211
|
+
static deserializeBinary(bytes: Uint8Array): CancelOperationRequest;
|
|
212
|
+
static deserializeBinaryFromReader(
|
|
213
|
+
message: CancelOperationRequest,
|
|
214
|
+
reader: jspb.BinaryReader
|
|
215
|
+
): CancelOperationRequest;
|
|
211
216
|
}
|
|
212
217
|
|
|
213
218
|
export namespace CancelOperationRequest {
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
219
|
+
export type AsObject = {
|
|
220
|
+
name: string;
|
|
221
|
+
};
|
|
217
222
|
}
|
|
218
223
|
|
|
219
224
|
export class DeleteOperationRequest extends jspb.Message {
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
225
|
+
getName(): string;
|
|
226
|
+
setName(value: string): DeleteOperationRequest;
|
|
227
|
+
|
|
228
|
+
serializeBinary(): Uint8Array;
|
|
229
|
+
toObject(includeInstance?: boolean): DeleteOperationRequest.AsObject;
|
|
230
|
+
static toObject(includeInstance: boolean, msg: DeleteOperationRequest): DeleteOperationRequest.AsObject;
|
|
231
|
+
static serializeBinaryToWriter(message: DeleteOperationRequest, writer: jspb.BinaryWriter): void;
|
|
232
|
+
static deserializeBinary(bytes: Uint8Array): DeleteOperationRequest;
|
|
233
|
+
static deserializeBinaryFromReader(
|
|
234
|
+
message: DeleteOperationRequest,
|
|
235
|
+
reader: jspb.BinaryReader
|
|
236
|
+
): DeleteOperationRequest;
|
|
229
237
|
}
|
|
230
238
|
|
|
231
239
|
export namespace DeleteOperationRequest {
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
240
|
+
export type AsObject = {
|
|
241
|
+
name: string;
|
|
242
|
+
};
|
|
235
243
|
}
|
|
236
|
-
|