@myko/core 4.7.3 → 4.8.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/dist/generated/index.d.ts +175 -175
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/generated/index.js +122 -122
- package/package.json +1 -1
|
@@ -108,41 +108,23 @@ import type { SetClientWindbackTime as _SetClientWindbackTime } from "./SetClien
|
|
|
108
108
|
import type { SetLogLevel as _SetLogLevel } from "./SetLogLevel";
|
|
109
109
|
import type { WindbackStatus as _WindbackStatus } from "./WindbackStatus";
|
|
110
110
|
import type { WindbackStatusOutput } from "./WindbackStatusOutput";
|
|
111
|
-
export declare class
|
|
112
|
-
static readonly queryId: "
|
|
113
|
-
static readonly queryItemType: "
|
|
114
|
-
readonly queryId: "
|
|
115
|
-
readonly queryItemType: "
|
|
116
|
-
readonly query: Omit<
|
|
117
|
-
readonly $res: () =>
|
|
118
|
-
constructor(args: Omit<
|
|
119
|
-
}
|
|
120
|
-
export declare class GetClientsByIds {
|
|
121
|
-
static readonly queryId: "GetClientsByIds";
|
|
122
|
-
static readonly queryItemType: "Client";
|
|
123
|
-
readonly queryId: "GetClientsByIds";
|
|
124
|
-
readonly queryItemType: "Client";
|
|
125
|
-
readonly query: Omit<_GetClientsByIds, "tx" | "createdAt">;
|
|
126
|
-
readonly $res: () => Client[];
|
|
127
|
-
constructor(args: Omit<_GetClientsByIds, "tx" | "createdAt">);
|
|
128
|
-
}
|
|
129
|
-
export declare class GetClientsByQuery {
|
|
130
|
-
static readonly queryId: "GetClientsByQuery";
|
|
131
|
-
static readonly queryItemType: "Client";
|
|
132
|
-
readonly queryId: "GetClientsByQuery";
|
|
133
|
-
readonly queryItemType: "Client";
|
|
134
|
-
readonly query: Omit<_GetClientsByQuery, "tx" | "createdAt">;
|
|
135
|
-
readonly $res: () => Client[];
|
|
136
|
-
constructor(args: Omit<_GetClientsByQuery, "tx" | "createdAt">);
|
|
111
|
+
export declare class GetConnectedServer {
|
|
112
|
+
static readonly queryId: "GetConnectedServer";
|
|
113
|
+
static readonly queryItemType: "Server";
|
|
114
|
+
readonly queryId: "GetConnectedServer";
|
|
115
|
+
readonly queryItemType: "Server";
|
|
116
|
+
readonly query: Omit<_GetConnectedServer, "tx" | "createdAt">;
|
|
117
|
+
readonly $res: () => Server[];
|
|
118
|
+
constructor(args: Omit<_GetConnectedServer, "tx" | "createdAt">);
|
|
137
119
|
}
|
|
138
|
-
export declare class
|
|
139
|
-
static readonly queryId: "
|
|
120
|
+
export declare class GetPeerServers {
|
|
121
|
+
static readonly queryId: "GetPeerServers";
|
|
140
122
|
static readonly queryItemType: "Server";
|
|
141
|
-
readonly queryId: "
|
|
123
|
+
readonly queryId: "GetPeerServers";
|
|
142
124
|
readonly queryItemType: "Server";
|
|
143
|
-
readonly query: Omit<
|
|
125
|
+
readonly query: Omit<_GetPeerServers, "tx" | "createdAt">;
|
|
144
126
|
readonly $res: () => Server[];
|
|
145
|
-
constructor(args: Omit<
|
|
127
|
+
constructor(args: Omit<_GetPeerServers, "tx" | "createdAt">);
|
|
146
128
|
}
|
|
147
129
|
export declare class GetAllServers {
|
|
148
130
|
static readonly queryId: "GetAllServers";
|
|
@@ -153,6 +135,15 @@ export declare class GetAllServers {
|
|
|
153
135
|
readonly $res: () => Server[];
|
|
154
136
|
constructor(args: Omit<_GetAllServers, "tx" | "createdAt">);
|
|
155
137
|
}
|
|
138
|
+
export declare class GetServersByQuery {
|
|
139
|
+
static readonly queryId: "GetServersByQuery";
|
|
140
|
+
static readonly queryItemType: "Server";
|
|
141
|
+
readonly queryId: "GetServersByQuery";
|
|
142
|
+
readonly queryItemType: "Server";
|
|
143
|
+
readonly query: Omit<_GetServersByQuery, "tx" | "createdAt">;
|
|
144
|
+
readonly $res: () => Server[];
|
|
145
|
+
constructor(args: Omit<_GetServersByQuery, "tx" | "createdAt">);
|
|
146
|
+
}
|
|
156
147
|
export declare class GetServersByIds {
|
|
157
148
|
static readonly queryId: "GetServersByIds";
|
|
158
149
|
static readonly queryItemType: "Server";
|
|
@@ -162,58 +153,39 @@ export declare class GetServersByIds {
|
|
|
162
153
|
readonly $res: () => Server[];
|
|
163
154
|
constructor(args: Omit<_GetServersByIds, "tx" | "createdAt">);
|
|
164
155
|
}
|
|
165
|
-
export declare class
|
|
166
|
-
static readonly queryId: "
|
|
167
|
-
static readonly queryItemType: "
|
|
168
|
-
readonly queryId: "
|
|
169
|
-
readonly queryItemType: "
|
|
170
|
-
readonly query: Omit<
|
|
171
|
-
readonly $res: () =>
|
|
172
|
-
constructor(args: Omit<
|
|
173
|
-
}
|
|
174
|
-
export declare class GetConnectedServer {
|
|
175
|
-
static readonly queryId: "GetConnectedServer";
|
|
176
|
-
static readonly queryItemType: "Server";
|
|
177
|
-
readonly queryId: "GetConnectedServer";
|
|
178
|
-
readonly queryItemType: "Server";
|
|
179
|
-
readonly query: Omit<_GetConnectedServer, "tx" | "createdAt">;
|
|
180
|
-
readonly $res: () => Server[];
|
|
181
|
-
constructor(args: Omit<_GetConnectedServer, "tx" | "createdAt">);
|
|
182
|
-
}
|
|
183
|
-
export declare class CountAllClients {
|
|
184
|
-
static readonly reportId: "CountAllClients";
|
|
185
|
-
readonly reportId: "CountAllClients";
|
|
186
|
-
readonly report: Omit<_CountAllClients, "tx">;
|
|
187
|
-
readonly $res: () => ClientCount;
|
|
188
|
-
constructor(args: Omit<_CountAllClients, "tx">);
|
|
189
|
-
}
|
|
190
|
-
export declare class WindbackStatus {
|
|
191
|
-
static readonly reportId: "WindbackStatus";
|
|
192
|
-
readonly reportId: "WindbackStatus";
|
|
193
|
-
readonly report: Omit<_WindbackStatus, "tx">;
|
|
194
|
-
readonly $res: () => WindbackStatusOutput;
|
|
195
|
-
constructor(args: Omit<_WindbackStatus, "tx">);
|
|
156
|
+
export declare class GetClientsByQuery {
|
|
157
|
+
static readonly queryId: "GetClientsByQuery";
|
|
158
|
+
static readonly queryItemType: "Client";
|
|
159
|
+
readonly queryId: "GetClientsByQuery";
|
|
160
|
+
readonly queryItemType: "Client";
|
|
161
|
+
readonly query: Omit<_GetClientsByQuery, "tx" | "createdAt">;
|
|
162
|
+
readonly $res: () => Client[];
|
|
163
|
+
constructor(args: Omit<_GetClientsByQuery, "tx" | "createdAt">);
|
|
196
164
|
}
|
|
197
|
-
export declare class
|
|
198
|
-
static readonly
|
|
199
|
-
readonly
|
|
200
|
-
readonly
|
|
201
|
-
readonly
|
|
202
|
-
|
|
165
|
+
export declare class GetClientsByIds {
|
|
166
|
+
static readonly queryId: "GetClientsByIds";
|
|
167
|
+
static readonly queryItemType: "Client";
|
|
168
|
+
readonly queryId: "GetClientsByIds";
|
|
169
|
+
readonly queryItemType: "Client";
|
|
170
|
+
readonly query: Omit<_GetClientsByIds, "tx" | "createdAt">;
|
|
171
|
+
readonly $res: () => Client[];
|
|
172
|
+
constructor(args: Omit<_GetClientsByIds, "tx" | "createdAt">);
|
|
203
173
|
}
|
|
204
|
-
export declare class
|
|
205
|
-
static readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
|
|
174
|
+
export declare class GetAllClients {
|
|
175
|
+
static readonly queryId: "GetAllClients";
|
|
176
|
+
static readonly queryItemType: "Client";
|
|
177
|
+
readonly queryId: "GetAllClients";
|
|
178
|
+
readonly queryItemType: "Client";
|
|
179
|
+
readonly query: Omit<_GetAllClients, "tx" | "createdAt">;
|
|
180
|
+
readonly $res: () => Client[];
|
|
181
|
+
constructor(args: Omit<_GetAllClients, "tx" | "createdAt">);
|
|
210
182
|
}
|
|
211
|
-
export declare class
|
|
212
|
-
static readonly reportId: "
|
|
213
|
-
readonly reportId: "
|
|
214
|
-
readonly report: Omit<
|
|
215
|
-
readonly $res: () =>
|
|
216
|
-
constructor(args: Omit<
|
|
183
|
+
export declare class CountAllServers {
|
|
184
|
+
static readonly reportId: "CountAllServers";
|
|
185
|
+
readonly reportId: "CountAllServers";
|
|
186
|
+
readonly report: Omit<_CountAllServers, "tx">;
|
|
187
|
+
readonly $res: () => ServerCount;
|
|
188
|
+
constructor(args: Omit<_CountAllServers, "tx">);
|
|
217
189
|
}
|
|
218
190
|
export declare class GetServerById {
|
|
219
191
|
static readonly reportId: "GetServerById";
|
|
@@ -222,13 +194,6 @@ export declare class GetServerById {
|
|
|
222
194
|
readonly $res: () => Server | null;
|
|
223
195
|
constructor(args: Omit<_GetServerById, "tx">);
|
|
224
196
|
}
|
|
225
|
-
export declare class CountAllServers {
|
|
226
|
-
static readonly reportId: "CountAllServers";
|
|
227
|
-
readonly reportId: "CountAllServers";
|
|
228
|
-
readonly report: Omit<_CountAllServers, "tx">;
|
|
229
|
-
readonly $res: () => ServerCount;
|
|
230
|
-
constructor(args: Omit<_CountAllServers, "tx">);
|
|
231
|
-
}
|
|
232
197
|
export declare class ServerStats {
|
|
233
198
|
static readonly reportId: "ServerStats";
|
|
234
199
|
readonly reportId: "ServerStats";
|
|
@@ -243,6 +208,55 @@ export declare class CountServers {
|
|
|
243
208
|
readonly $res: () => ServerCount;
|
|
244
209
|
constructor(args: Omit<_CountServers, "tx">);
|
|
245
210
|
}
|
|
211
|
+
export declare class GetClientById {
|
|
212
|
+
static readonly reportId: "GetClientById";
|
|
213
|
+
readonly reportId: "GetClientById";
|
|
214
|
+
readonly report: Omit<_GetClientById, "tx">;
|
|
215
|
+
readonly $res: () => Client | null;
|
|
216
|
+
constructor(args: Omit<_GetClientById, "tx">);
|
|
217
|
+
}
|
|
218
|
+
export declare class ClientStatus {
|
|
219
|
+
static readonly reportId: "ClientStatus";
|
|
220
|
+
readonly reportId: "ClientStatus";
|
|
221
|
+
readonly report: Omit<_ClientStatus, "tx">;
|
|
222
|
+
readonly $res: () => ClientStatusOutput;
|
|
223
|
+
constructor(args: Omit<_ClientStatus, "tx">);
|
|
224
|
+
}
|
|
225
|
+
export declare class CountAllClients {
|
|
226
|
+
static readonly reportId: "CountAllClients";
|
|
227
|
+
readonly reportId: "CountAllClients";
|
|
228
|
+
readonly report: Omit<_CountAllClients, "tx">;
|
|
229
|
+
readonly $res: () => ClientCount;
|
|
230
|
+
constructor(args: Omit<_CountAllClients, "tx">);
|
|
231
|
+
}
|
|
232
|
+
export declare class WindbackStatus {
|
|
233
|
+
static readonly reportId: "WindbackStatus";
|
|
234
|
+
readonly reportId: "WindbackStatus";
|
|
235
|
+
readonly report: Omit<_WindbackStatus, "tx">;
|
|
236
|
+
readonly $res: () => WindbackStatusOutput;
|
|
237
|
+
constructor(args: Omit<_WindbackStatus, "tx">);
|
|
238
|
+
}
|
|
239
|
+
export declare class CountClients {
|
|
240
|
+
static readonly reportId: "CountClients";
|
|
241
|
+
readonly reportId: "CountClients";
|
|
242
|
+
readonly report: Omit<_CountClients, "tx">;
|
|
243
|
+
readonly $res: () => ClientCount;
|
|
244
|
+
constructor(args: Omit<_CountClients, "tx">);
|
|
245
|
+
}
|
|
246
|
+
export declare class EntitySearch {
|
|
247
|
+
static readonly reportId: "EntitySearch";
|
|
248
|
+
readonly reportId: "EntitySearch";
|
|
249
|
+
readonly report: Omit<_EntitySearch, "tx">;
|
|
250
|
+
readonly $res: () => EntitySearchResult;
|
|
251
|
+
constructor(args: Omit<_EntitySearch, "tx">);
|
|
252
|
+
}
|
|
253
|
+
export declare class Loggers {
|
|
254
|
+
static readonly reportId: "Loggers";
|
|
255
|
+
readonly reportId: "Loggers";
|
|
256
|
+
readonly report: Omit<_Loggers, "tx">;
|
|
257
|
+
readonly $res: () => string[];
|
|
258
|
+
constructor(args: Omit<_Loggers, "tx">);
|
|
259
|
+
}
|
|
246
260
|
export declare class FullChildEntities {
|
|
247
261
|
static readonly reportId: "FullChildEntities";
|
|
248
262
|
readonly reportId: "FullChildEntities";
|
|
@@ -257,19 +271,12 @@ export declare class GetPersistHealth {
|
|
|
257
271
|
readonly $res: () => PersistHealthStatus;
|
|
258
272
|
constructor(args: Omit<_GetPersistHealth, "tx">);
|
|
259
273
|
}
|
|
260
|
-
export declare class
|
|
261
|
-
static readonly reportId: "
|
|
262
|
-
readonly reportId: "
|
|
263
|
-
readonly report: Omit<
|
|
264
|
-
readonly $res: () =>
|
|
265
|
-
constructor(args: Omit<
|
|
266
|
-
}
|
|
267
|
-
export declare class EventsForTransaction {
|
|
268
|
-
static readonly reportId: "EventsForTransaction";
|
|
269
|
-
readonly reportId: "EventsForTransaction";
|
|
270
|
-
readonly report: Omit<_EventsForTransaction, "tx">;
|
|
271
|
-
readonly $res: () => MEvent[];
|
|
272
|
-
constructor(args: Omit<_EventsForTransaction, "tx">);
|
|
274
|
+
export declare class ChildEntities {
|
|
275
|
+
static readonly reportId: "ChildEntities";
|
|
276
|
+
readonly reportId: "ChildEntities";
|
|
277
|
+
readonly report: Omit<_ChildEntities, "tx">;
|
|
278
|
+
readonly $res: () => ItemStub[];
|
|
279
|
+
constructor(args: Omit<_ChildEntities, "tx">);
|
|
273
280
|
}
|
|
274
281
|
export declare class ChildEntitiesAllTime {
|
|
275
282
|
static readonly reportId: "ChildEntitiesAllTime";
|
|
@@ -278,12 +285,12 @@ export declare class ChildEntitiesAllTime {
|
|
|
278
285
|
readonly $res: () => ItemStub[];
|
|
279
286
|
constructor(args: Omit<_ChildEntitiesAllTime, "tx">);
|
|
280
287
|
}
|
|
281
|
-
export declare class
|
|
282
|
-
static readonly reportId: "
|
|
283
|
-
readonly reportId: "
|
|
284
|
-
readonly report: Omit<
|
|
285
|
-
readonly $res: () =>
|
|
286
|
-
constructor(args: Omit<
|
|
288
|
+
export declare class PeerAlive {
|
|
289
|
+
static readonly reportId: "PeerAlive";
|
|
290
|
+
readonly reportId: "PeerAlive";
|
|
291
|
+
readonly report: Omit<_PeerAlive, "tx">;
|
|
292
|
+
readonly $res: () => number;
|
|
293
|
+
constructor(args: Omit<_PeerAlive, "tx">);
|
|
287
294
|
}
|
|
288
295
|
export declare class EntitySnapshotDifference {
|
|
289
296
|
static readonly reportId: "EntitySnapshotDifference";
|
|
@@ -292,12 +299,12 @@ export declare class EntitySnapshotDifference {
|
|
|
292
299
|
readonly $res: () => EntitySnapshotDifferenceData;
|
|
293
300
|
constructor(args: Omit<_EntitySnapshotDifference, "tx">);
|
|
294
301
|
}
|
|
295
|
-
export declare class
|
|
296
|
-
static readonly reportId: "
|
|
297
|
-
readonly reportId: "
|
|
298
|
-
readonly report: Omit<
|
|
299
|
-
readonly $res: () =>
|
|
300
|
-
constructor(args: Omit<
|
|
302
|
+
export declare class EventsForTransaction {
|
|
303
|
+
static readonly reportId: "EventsForTransaction";
|
|
304
|
+
readonly reportId: "EventsForTransaction";
|
|
305
|
+
readonly report: Omit<_EventsForTransaction, "tx">;
|
|
306
|
+
readonly $res: () => MEvent[];
|
|
307
|
+
constructor(args: Omit<_EventsForTransaction, "tx">);
|
|
301
308
|
}
|
|
302
309
|
export declare class GetItemsByTypeAndIds {
|
|
303
310
|
static readonly reportId: "GetItemsByTypeAndIds";
|
|
@@ -306,12 +313,12 @@ export declare class GetItemsByTypeAndIds {
|
|
|
306
313
|
readonly $res: () => JsonValue[];
|
|
307
314
|
constructor(args: Omit<_GetItemsByTypeAndIds, "tx">);
|
|
308
315
|
}
|
|
309
|
-
export declare class
|
|
310
|
-
static readonly reportId: "
|
|
311
|
-
readonly reportId: "
|
|
312
|
-
readonly report: Omit<
|
|
313
|
-
readonly $res: () =>
|
|
314
|
-
constructor(args: Omit<
|
|
316
|
+
export declare class ServerLogLevel {
|
|
317
|
+
static readonly reportId: "ServerLogLevel";
|
|
318
|
+
readonly reportId: "ServerLogLevel";
|
|
319
|
+
readonly report: Omit<_ServerLogLevel, "tx">;
|
|
320
|
+
readonly $res: () => LogLevel;
|
|
321
|
+
constructor(args: Omit<_ServerLogLevel, "tx">);
|
|
315
322
|
}
|
|
316
323
|
export declare class ExportEntityTree {
|
|
317
324
|
static readonly reportId: "ExportEntityTree";
|
|
@@ -320,19 +327,19 @@ export declare class ExportEntityTree {
|
|
|
320
327
|
readonly $res: () => EntityTreeExport;
|
|
321
328
|
constructor(args: Omit<_ExportEntityTree, "tx">);
|
|
322
329
|
}
|
|
323
|
-
export declare class
|
|
324
|
-
static readonly
|
|
325
|
-
readonly
|
|
326
|
-
readonly
|
|
327
|
-
readonly $res: () =>
|
|
328
|
-
constructor(args: Omit<
|
|
330
|
+
export declare class DeleteServers {
|
|
331
|
+
static readonly commandId: "DeleteServers";
|
|
332
|
+
readonly commandId: "DeleteServers";
|
|
333
|
+
readonly command: Omit<_DeleteServers, "tx" | "createdAt">;
|
|
334
|
+
readonly $res: () => DeleteServersResult;
|
|
335
|
+
constructor(args: Omit<_DeleteServers, "tx" | "createdAt">);
|
|
329
336
|
}
|
|
330
|
-
export declare class
|
|
331
|
-
static readonly commandId: "
|
|
332
|
-
readonly commandId: "
|
|
333
|
-
readonly command: Omit<
|
|
334
|
-
readonly $res: () =>
|
|
335
|
-
constructor(args: Omit<
|
|
337
|
+
export declare class DeleteServer {
|
|
338
|
+
static readonly commandId: "DeleteServer";
|
|
339
|
+
readonly commandId: "DeleteServer";
|
|
340
|
+
readonly command: Omit<_DeleteServer, "tx" | "createdAt">;
|
|
341
|
+
readonly $res: () => DeleteServerResult;
|
|
342
|
+
constructor(args: Omit<_DeleteServer, "tx" | "createdAt">);
|
|
336
343
|
}
|
|
337
344
|
export declare class SetClientWindbackTime {
|
|
338
345
|
static readonly commandId: "SetClientWindbackTime";
|
|
@@ -341,13 +348,6 @@ export declare class SetClientWindbackTime {
|
|
|
341
348
|
readonly $res: () => boolean;
|
|
342
349
|
constructor(args: Omit<_SetClientWindbackTime, "tx" | "createdAt">);
|
|
343
350
|
}
|
|
344
|
-
export declare class ClearClientWindbackTime {
|
|
345
|
-
static readonly commandId: "ClearClientWindbackTime";
|
|
346
|
-
readonly commandId: "ClearClientWindbackTime";
|
|
347
|
-
readonly command: Omit<_ClearClientWindbackTime, "tx" | "createdAt">;
|
|
348
|
-
readonly $res: () => boolean;
|
|
349
|
-
constructor(args: Omit<_ClearClientWindbackTime, "tx" | "createdAt">);
|
|
350
|
-
}
|
|
351
351
|
export declare class DeleteClient {
|
|
352
352
|
static readonly commandId: "DeleteClient";
|
|
353
353
|
readonly commandId: "DeleteClient";
|
|
@@ -355,26 +355,19 @@ export declare class DeleteClient {
|
|
|
355
355
|
readonly $res: () => DeleteClientResult;
|
|
356
356
|
constructor(args: Omit<_DeleteClient, "tx" | "createdAt">);
|
|
357
357
|
}
|
|
358
|
-
export declare class
|
|
359
|
-
static readonly commandId: "
|
|
360
|
-
readonly commandId: "
|
|
361
|
-
readonly command: Omit<
|
|
362
|
-
readonly $res: () =>
|
|
363
|
-
constructor(args: Omit<
|
|
364
|
-
}
|
|
365
|
-
export declare class DeleteServers {
|
|
366
|
-
static readonly commandId: "DeleteServers";
|
|
367
|
-
readonly commandId: "DeleteServers";
|
|
368
|
-
readonly command: Omit<_DeleteServers, "tx" | "createdAt">;
|
|
369
|
-
readonly $res: () => DeleteServersResult;
|
|
370
|
-
constructor(args: Omit<_DeleteServers, "tx" | "createdAt">);
|
|
358
|
+
export declare class DeleteClients {
|
|
359
|
+
static readonly commandId: "DeleteClients";
|
|
360
|
+
readonly commandId: "DeleteClients";
|
|
361
|
+
readonly command: Omit<_DeleteClients, "tx" | "createdAt">;
|
|
362
|
+
readonly $res: () => DeleteClientsResult;
|
|
363
|
+
constructor(args: Omit<_DeleteClients, "tx" | "createdAt">);
|
|
371
364
|
}
|
|
372
|
-
export declare class
|
|
373
|
-
static readonly commandId: "
|
|
374
|
-
readonly commandId: "
|
|
375
|
-
readonly command: Omit<
|
|
376
|
-
readonly $res: () =>
|
|
377
|
-
constructor(args: Omit<
|
|
365
|
+
export declare class ClearClientWindbackTime {
|
|
366
|
+
static readonly commandId: "ClearClientWindbackTime";
|
|
367
|
+
readonly commandId: "ClearClientWindbackTime";
|
|
368
|
+
readonly command: Omit<_ClearClientWindbackTime, "tx" | "createdAt">;
|
|
369
|
+
readonly $res: () => boolean;
|
|
370
|
+
constructor(args: Omit<_ClearClientWindbackTime, "tx" | "createdAt">);
|
|
378
371
|
}
|
|
379
372
|
export declare class SetLogLevel {
|
|
380
373
|
static readonly commandId: "SetLogLevel";
|
|
@@ -383,39 +376,46 @@ export declare class SetLogLevel {
|
|
|
383
376
|
readonly $res: () => boolean;
|
|
384
377
|
constructor(args: Omit<_SetLogLevel, "tx" | "createdAt">);
|
|
385
378
|
}
|
|
379
|
+
export declare class ImportItems {
|
|
380
|
+
static readonly commandId: "ImportItems";
|
|
381
|
+
readonly commandId: "ImportItems";
|
|
382
|
+
readonly command: Omit<_ImportItems, "tx" | "createdAt">;
|
|
383
|
+
readonly $res: () => number;
|
|
384
|
+
constructor(args: Omit<_ImportItems, "tx" | "createdAt">);
|
|
385
|
+
}
|
|
386
386
|
export declare const items: {
|
|
387
|
-
Client: (args: Client) => {
|
|
388
|
-
item: Client;
|
|
389
|
-
itemType: string;
|
|
390
|
-
};
|
|
391
387
|
Server: (args: Server) => {
|
|
392
388
|
item: Server;
|
|
393
389
|
itemType: string;
|
|
394
390
|
};
|
|
391
|
+
Client: (args: Client) => {
|
|
392
|
+
item: Client;
|
|
393
|
+
itemType: string;
|
|
394
|
+
};
|
|
395
395
|
};
|
|
396
396
|
export declare const MykoEvent: {
|
|
397
|
+
readonly ProtocolSwitch: "ws:m:protocol-switch";
|
|
398
|
+
readonly ViewCancel: "ws:m:view-cancel";
|
|
397
399
|
readonly Benchmark: "ws:m:benchmark";
|
|
398
|
-
readonly
|
|
399
|
-
readonly Report: "ws:m:report";
|
|
400
|
-
readonly ViewResponse: "ws:m:view-response";
|
|
401
|
-
readonly ViewError: "ws:m:view-error";
|
|
400
|
+
readonly Query: "ws:m:query";
|
|
402
401
|
readonly CommandError: "ws:m:command-error";
|
|
403
|
-
readonly
|
|
402
|
+
readonly CommandResponse: "ws:m:command-response";
|
|
403
|
+
readonly QueryResponse: "ws:m:query-response";
|
|
404
|
+
readonly QueryWindow: "ws:m:query-window";
|
|
405
|
+
readonly QueryError: "ws:m:query-error";
|
|
404
406
|
readonly Command: "ws:m:command";
|
|
407
|
+
readonly ReportCancel: "ws:m:report-cancel";
|
|
405
408
|
readonly ReportError: "ws:m:report-error";
|
|
406
|
-
readonly
|
|
409
|
+
readonly ViewResponse: "ws:m:view-response";
|
|
410
|
+
readonly View: "ws:m:view";
|
|
411
|
+
readonly Event: "ws:m:event";
|
|
412
|
+
readonly QueryCancel: "ws:m:query-cancel";
|
|
407
413
|
readonly ViewWindow: "ws:m:view-window";
|
|
408
|
-
readonly Ping: "ws:m:ping";
|
|
409
|
-
readonly QueryResponse: "ws:m:query-response";
|
|
410
|
-
readonly Query: "ws:m:query";
|
|
411
414
|
readonly ReportResponse: "ws:m:report-response";
|
|
415
|
+
readonly ViewError: "ws:m:view-error";
|
|
412
416
|
readonly EventBatch: "ws:m:event-batch";
|
|
413
|
-
readonly
|
|
414
|
-
readonly
|
|
415
|
-
readonly View: "ws:m:view";
|
|
416
|
-
readonly ProtocolSwitch: "ws:m:protocol-switch";
|
|
417
|
-
readonly Event: "ws:m:event";
|
|
418
|
-
readonly CommandResponse: "ws:m:command-response";
|
|
417
|
+
readonly Ping: "ws:m:ping";
|
|
418
|
+
readonly Report: "ws:m:report";
|
|
419
419
|
};
|
|
420
420
|
export type MykoEventType = typeof MykoEvent[keyof typeof MykoEvent];
|
|
421
421
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"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"}
|
package/dist/generated/index.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
// Auto-generated by type_gen - do not edit manually
|
|
2
2
|
export * from "./serde_json/JsonValue";
|
|
3
3
|
// Query classes
|
|
4
|
-
export class
|
|
5
|
-
static queryId = "
|
|
6
|
-
static queryItemType = "
|
|
7
|
-
queryId = "
|
|
8
|
-
queryItemType = "
|
|
4
|
+
export class GetConnectedServer {
|
|
5
|
+
static queryId = "GetConnectedServer";
|
|
6
|
+
static queryItemType = "Server";
|
|
7
|
+
queryId = "GetConnectedServer";
|
|
8
|
+
queryItemType = "Server";
|
|
9
9
|
query;
|
|
10
10
|
constructor(args) {
|
|
11
11
|
this.query = args;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
export class
|
|
15
|
-
static queryId = "
|
|
16
|
-
static queryItemType = "
|
|
17
|
-
queryId = "
|
|
18
|
-
queryItemType = "
|
|
14
|
+
export class GetPeerServers {
|
|
15
|
+
static queryId = "GetPeerServers";
|
|
16
|
+
static queryItemType = "Server";
|
|
17
|
+
queryId = "GetPeerServers";
|
|
18
|
+
queryItemType = "Server";
|
|
19
19
|
query;
|
|
20
20
|
constructor(args) {
|
|
21
21
|
this.query = args;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
export class
|
|
25
|
-
static queryId = "
|
|
26
|
-
static queryItemType = "
|
|
27
|
-
queryId = "
|
|
28
|
-
queryItemType = "
|
|
24
|
+
export class GetAllServers {
|
|
25
|
+
static queryId = "GetAllServers";
|
|
26
|
+
static queryItemType = "Server";
|
|
27
|
+
queryId = "GetAllServers";
|
|
28
|
+
queryItemType = "Server";
|
|
29
29
|
query;
|
|
30
30
|
constructor(args) {
|
|
31
31
|
this.query = args;
|
|
@@ -41,41 +41,41 @@ export class GetServersByQuery {
|
|
|
41
41
|
this.query = args;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
-
export class
|
|
45
|
-
static queryId = "
|
|
44
|
+
export class GetServersByIds {
|
|
45
|
+
static queryId = "GetServersByIds";
|
|
46
46
|
static queryItemType = "Server";
|
|
47
|
-
queryId = "
|
|
47
|
+
queryId = "GetServersByIds";
|
|
48
48
|
queryItemType = "Server";
|
|
49
49
|
query;
|
|
50
50
|
constructor(args) {
|
|
51
51
|
this.query = args;
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
|
-
export class
|
|
55
|
-
static queryId = "
|
|
56
|
-
static queryItemType = "
|
|
57
|
-
queryId = "
|
|
58
|
-
queryItemType = "
|
|
54
|
+
export class GetClientsByQuery {
|
|
55
|
+
static queryId = "GetClientsByQuery";
|
|
56
|
+
static queryItemType = "Client";
|
|
57
|
+
queryId = "GetClientsByQuery";
|
|
58
|
+
queryItemType = "Client";
|
|
59
59
|
query;
|
|
60
60
|
constructor(args) {
|
|
61
61
|
this.query = args;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
|
-
export class
|
|
65
|
-
static queryId = "
|
|
66
|
-
static queryItemType = "
|
|
67
|
-
queryId = "
|
|
68
|
-
queryItemType = "
|
|
64
|
+
export class GetClientsByIds {
|
|
65
|
+
static queryId = "GetClientsByIds";
|
|
66
|
+
static queryItemType = "Client";
|
|
67
|
+
queryId = "GetClientsByIds";
|
|
68
|
+
queryItemType = "Client";
|
|
69
69
|
query;
|
|
70
70
|
constructor(args) {
|
|
71
71
|
this.query = args;
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
|
-
export class
|
|
75
|
-
static queryId = "
|
|
76
|
-
static queryItemType = "
|
|
77
|
-
queryId = "
|
|
78
|
-
queryItemType = "
|
|
74
|
+
export class GetAllClients {
|
|
75
|
+
static queryId = "GetAllClients";
|
|
76
|
+
static queryItemType = "Client";
|
|
77
|
+
queryId = "GetAllClients";
|
|
78
|
+
queryItemType = "Client";
|
|
79
79
|
query;
|
|
80
80
|
constructor(args) {
|
|
81
81
|
this.query = args;
|
|
@@ -83,33 +83,33 @@ export class GetConnectedServer {
|
|
|
83
83
|
}
|
|
84
84
|
// View classes
|
|
85
85
|
// Report classes
|
|
86
|
-
export class
|
|
87
|
-
static reportId = "
|
|
88
|
-
reportId = "
|
|
86
|
+
export class CountAllServers {
|
|
87
|
+
static reportId = "CountAllServers";
|
|
88
|
+
reportId = "CountAllServers";
|
|
89
89
|
report;
|
|
90
90
|
constructor(args) {
|
|
91
91
|
this.report = args;
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
|
-
export class
|
|
95
|
-
static reportId = "
|
|
96
|
-
reportId = "
|
|
94
|
+
export class GetServerById {
|
|
95
|
+
static reportId = "GetServerById";
|
|
96
|
+
reportId = "GetServerById";
|
|
97
97
|
report;
|
|
98
98
|
constructor(args) {
|
|
99
99
|
this.report = args;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
export class
|
|
103
|
-
static reportId = "
|
|
104
|
-
reportId = "
|
|
102
|
+
export class ServerStats {
|
|
103
|
+
static reportId = "ServerStats";
|
|
104
|
+
reportId = "ServerStats";
|
|
105
105
|
report;
|
|
106
106
|
constructor(args) {
|
|
107
107
|
this.report = args;
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
|
-
export class
|
|
111
|
-
static reportId = "
|
|
112
|
-
reportId = "
|
|
110
|
+
export class CountServers {
|
|
111
|
+
static reportId = "CountServers";
|
|
112
|
+
reportId = "CountServers";
|
|
113
113
|
report;
|
|
114
114
|
constructor(args) {
|
|
115
115
|
this.report = args;
|
|
@@ -123,33 +123,49 @@ export class GetClientById {
|
|
|
123
123
|
this.report = args;
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
export class
|
|
127
|
-
static reportId = "
|
|
128
|
-
reportId = "
|
|
126
|
+
export class ClientStatus {
|
|
127
|
+
static reportId = "ClientStatus";
|
|
128
|
+
reportId = "ClientStatus";
|
|
129
129
|
report;
|
|
130
130
|
constructor(args) {
|
|
131
131
|
this.report = args;
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
|
-
export class
|
|
135
|
-
static reportId = "
|
|
136
|
-
reportId = "
|
|
134
|
+
export class CountAllClients {
|
|
135
|
+
static reportId = "CountAllClients";
|
|
136
|
+
reportId = "CountAllClients";
|
|
137
137
|
report;
|
|
138
138
|
constructor(args) {
|
|
139
139
|
this.report = args;
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
|
-
export class
|
|
143
|
-
static reportId = "
|
|
144
|
-
reportId = "
|
|
142
|
+
export class WindbackStatus {
|
|
143
|
+
static reportId = "WindbackStatus";
|
|
144
|
+
reportId = "WindbackStatus";
|
|
145
145
|
report;
|
|
146
146
|
constructor(args) {
|
|
147
147
|
this.report = args;
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
|
-
export class
|
|
151
|
-
static reportId = "
|
|
152
|
-
reportId = "
|
|
150
|
+
export class CountClients {
|
|
151
|
+
static reportId = "CountClients";
|
|
152
|
+
reportId = "CountClients";
|
|
153
|
+
report;
|
|
154
|
+
constructor(args) {
|
|
155
|
+
this.report = args;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
export class EntitySearch {
|
|
159
|
+
static reportId = "EntitySearch";
|
|
160
|
+
reportId = "EntitySearch";
|
|
161
|
+
report;
|
|
162
|
+
constructor(args) {
|
|
163
|
+
this.report = args;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
export class Loggers {
|
|
167
|
+
static reportId = "Loggers";
|
|
168
|
+
reportId = "Loggers";
|
|
153
169
|
report;
|
|
154
170
|
constructor(args) {
|
|
155
171
|
this.report = args;
|
|
@@ -171,17 +187,9 @@ export class GetPersistHealth {
|
|
|
171
187
|
this.report = args;
|
|
172
188
|
}
|
|
173
189
|
}
|
|
174
|
-
export class
|
|
175
|
-
static reportId = "
|
|
176
|
-
reportId = "
|
|
177
|
-
report;
|
|
178
|
-
constructor(args) {
|
|
179
|
-
this.report = args;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
export class EventsForTransaction {
|
|
183
|
-
static reportId = "EventsForTransaction";
|
|
184
|
-
reportId = "EventsForTransaction";
|
|
190
|
+
export class ChildEntities {
|
|
191
|
+
static reportId = "ChildEntities";
|
|
192
|
+
reportId = "ChildEntities";
|
|
185
193
|
report;
|
|
186
194
|
constructor(args) {
|
|
187
195
|
this.report = args;
|
|
@@ -195,9 +203,9 @@ export class ChildEntitiesAllTime {
|
|
|
195
203
|
this.report = args;
|
|
196
204
|
}
|
|
197
205
|
}
|
|
198
|
-
export class
|
|
199
|
-
static reportId = "
|
|
200
|
-
reportId = "
|
|
206
|
+
export class PeerAlive {
|
|
207
|
+
static reportId = "PeerAlive";
|
|
208
|
+
reportId = "PeerAlive";
|
|
201
209
|
report;
|
|
202
210
|
constructor(args) {
|
|
203
211
|
this.report = args;
|
|
@@ -211,9 +219,9 @@ export class EntitySnapshotDifference {
|
|
|
211
219
|
this.report = args;
|
|
212
220
|
}
|
|
213
221
|
}
|
|
214
|
-
export class
|
|
215
|
-
static reportId = "
|
|
216
|
-
reportId = "
|
|
222
|
+
export class EventsForTransaction {
|
|
223
|
+
static reportId = "EventsForTransaction";
|
|
224
|
+
reportId = "EventsForTransaction";
|
|
217
225
|
report;
|
|
218
226
|
constructor(args) {
|
|
219
227
|
this.report = args;
|
|
@@ -227,9 +235,9 @@ export class GetItemsByTypeAndIds {
|
|
|
227
235
|
this.report = args;
|
|
228
236
|
}
|
|
229
237
|
}
|
|
230
|
-
export class
|
|
231
|
-
static reportId = "
|
|
232
|
-
reportId = "
|
|
238
|
+
export class ServerLogLevel {
|
|
239
|
+
static reportId = "ServerLogLevel";
|
|
240
|
+
reportId = "ServerLogLevel";
|
|
233
241
|
report;
|
|
234
242
|
constructor(args) {
|
|
235
243
|
this.report = args;
|
|
@@ -243,34 +251,26 @@ export class ExportEntityTree {
|
|
|
243
251
|
this.report = args;
|
|
244
252
|
}
|
|
245
253
|
}
|
|
246
|
-
export class EntitySearch {
|
|
247
|
-
static reportId = "EntitySearch";
|
|
248
|
-
reportId = "EntitySearch";
|
|
249
|
-
report;
|
|
250
|
-
constructor(args) {
|
|
251
|
-
this.report = args;
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
254
|
// Command classes
|
|
255
|
-
export class
|
|
256
|
-
static commandId = "
|
|
257
|
-
commandId = "
|
|
255
|
+
export class DeleteServers {
|
|
256
|
+
static commandId = "DeleteServers";
|
|
257
|
+
commandId = "DeleteServers";
|
|
258
258
|
command;
|
|
259
259
|
constructor(args) {
|
|
260
260
|
this.command = args;
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
|
-
export class
|
|
264
|
-
static commandId = "
|
|
265
|
-
commandId = "
|
|
263
|
+
export class DeleteServer {
|
|
264
|
+
static commandId = "DeleteServer";
|
|
265
|
+
commandId = "DeleteServer";
|
|
266
266
|
command;
|
|
267
267
|
constructor(args) {
|
|
268
268
|
this.command = args;
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
|
-
export class
|
|
272
|
-
static commandId = "
|
|
273
|
-
commandId = "
|
|
271
|
+
export class SetClientWindbackTime {
|
|
272
|
+
static commandId = "SetClientWindbackTime";
|
|
273
|
+
commandId = "SetClientWindbackTime";
|
|
274
274
|
command;
|
|
275
275
|
constructor(args) {
|
|
276
276
|
this.command = args;
|
|
@@ -284,33 +284,33 @@ export class DeleteClient {
|
|
|
284
284
|
this.command = args;
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
|
-
export class
|
|
288
|
-
static commandId = "
|
|
289
|
-
commandId = "
|
|
287
|
+
export class DeleteClients {
|
|
288
|
+
static commandId = "DeleteClients";
|
|
289
|
+
commandId = "DeleteClients";
|
|
290
290
|
command;
|
|
291
291
|
constructor(args) {
|
|
292
292
|
this.command = args;
|
|
293
293
|
}
|
|
294
294
|
}
|
|
295
|
-
export class
|
|
296
|
-
static commandId = "
|
|
297
|
-
commandId = "
|
|
295
|
+
export class ClearClientWindbackTime {
|
|
296
|
+
static commandId = "ClearClientWindbackTime";
|
|
297
|
+
commandId = "ClearClientWindbackTime";
|
|
298
298
|
command;
|
|
299
299
|
constructor(args) {
|
|
300
300
|
this.command = args;
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
export class
|
|
304
|
-
static commandId = "
|
|
305
|
-
commandId = "
|
|
303
|
+
export class SetLogLevel {
|
|
304
|
+
static commandId = "SetLogLevel";
|
|
305
|
+
commandId = "SetLogLevel";
|
|
306
306
|
command;
|
|
307
307
|
constructor(args) {
|
|
308
308
|
this.command = args;
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
|
-
export class
|
|
312
|
-
static commandId = "
|
|
313
|
-
commandId = "
|
|
311
|
+
export class ImportItems {
|
|
312
|
+
static commandId = "ImportItems";
|
|
313
|
+
commandId = "ImportItems";
|
|
314
314
|
command;
|
|
315
315
|
constructor(args) {
|
|
316
316
|
this.command = args;
|
|
@@ -318,32 +318,32 @@ export class SetLogLevel {
|
|
|
318
318
|
}
|
|
319
319
|
// Item constructors
|
|
320
320
|
export const items = {
|
|
321
|
-
Client: (args) => ({ item: args, itemType: "Client" }),
|
|
322
321
|
Server: (args) => ({ item: args, itemType: "Server" }),
|
|
322
|
+
Client: (args) => ({ item: args, itemType: "Client" }),
|
|
323
323
|
};
|
|
324
324
|
// Message events
|
|
325
325
|
export const MykoEvent = {
|
|
326
|
+
ProtocolSwitch: "ws:m:protocol-switch",
|
|
327
|
+
ViewCancel: "ws:m:view-cancel",
|
|
326
328
|
Benchmark: "ws:m:benchmark",
|
|
327
|
-
|
|
328
|
-
Report: "ws:m:report",
|
|
329
|
-
ViewResponse: "ws:m:view-response",
|
|
330
|
-
ViewError: "ws:m:view-error",
|
|
329
|
+
Query: "ws:m:query",
|
|
331
330
|
CommandError: "ws:m:command-error",
|
|
332
|
-
|
|
331
|
+
CommandResponse: "ws:m:command-response",
|
|
332
|
+
QueryResponse: "ws:m:query-response",
|
|
333
|
+
QueryWindow: "ws:m:query-window",
|
|
334
|
+
QueryError: "ws:m:query-error",
|
|
333
335
|
Command: "ws:m:command",
|
|
336
|
+
ReportCancel: "ws:m:report-cancel",
|
|
334
337
|
ReportError: "ws:m:report-error",
|
|
335
|
-
|
|
338
|
+
ViewResponse: "ws:m:view-response",
|
|
339
|
+
View: "ws:m:view",
|
|
340
|
+
Event: "ws:m:event",
|
|
341
|
+
QueryCancel: "ws:m:query-cancel",
|
|
336
342
|
ViewWindow: "ws:m:view-window",
|
|
337
|
-
Ping: "ws:m:ping",
|
|
338
|
-
QueryResponse: "ws:m:query-response",
|
|
339
|
-
Query: "ws:m:query",
|
|
340
343
|
ReportResponse: "ws:m:report-response",
|
|
344
|
+
ViewError: "ws:m:view-error",
|
|
341
345
|
EventBatch: "ws:m:event-batch",
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
View: "ws:m:view",
|
|
345
|
-
ProtocolSwitch: "ws:m:protocol-switch",
|
|
346
|
-
Event: "ws:m:event",
|
|
347
|
-
CommandResponse: "ws:m:command-response",
|
|
346
|
+
Ping: "ws:m:ping",
|
|
347
|
+
Report: "ws:m:report",
|
|
348
348
|
};
|
|
349
349
|
// Shared constants
|
package/package.json
CHANGED