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