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