@myko/core 4.5.0 → 4.6.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/Client.d.ts +4 -0
- package/dist/generated/Client.d.ts.map +1 -1
- package/dist/generated/PartialClient.d.ts +4 -0
- package/dist/generated/PartialClient.d.ts.map +1 -1
- package/dist/generated/index.d.ts +111 -111
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/generated/index.js +87 -87
- package/package.json +1 -1
|
@@ -2,6 +2,10 @@ import type { ClientId } from "./ClientId";
|
|
|
2
2
|
import type { ServerId } from "./ServerId";
|
|
3
3
|
export type Client = {
|
|
4
4
|
serverId: ServerId;
|
|
5
|
+
/**
|
|
6
|
+
* Remote address of the WebSocket connection (e.g., "192.168.1.5:54320").
|
|
7
|
+
*/
|
|
8
|
+
address: string | null;
|
|
5
9
|
/**
|
|
6
10
|
* ISO timestamp for windback mode. When set, the client sees historical state
|
|
7
11
|
* as of this timestamp instead of live state.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Client.d.ts","sourceRoot":"","sources":["../../src/generated/Client.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,MAAM,GAAG;IAAE,QAAQ,EAAE,QAAQ,CAAC;IAC1C;;;OAGG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,EAAE,EAAE,QAAQ,CAAC;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"Client.d.ts","sourceRoot":"","sources":["../../src/generated/Client.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,MAAM,GAAG;IAAE,QAAQ,EAAE,QAAQ,CAAC;IAC1C;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;OAGG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,EAAE,EAAE,QAAQ,CAAC;CAAE,CAAC"}
|
|
@@ -2,6 +2,10 @@ import type { ClientId } from "./ClientId";
|
|
|
2
2
|
import type { ServerId } from "./ServerId";
|
|
3
3
|
export type PartialClient = {
|
|
4
4
|
serverId?: ServerId;
|
|
5
|
+
/**
|
|
6
|
+
* Remote address of the WebSocket connection (e.g., "192.168.1.5:54320").
|
|
7
|
+
*/
|
|
8
|
+
address?: string | null;
|
|
5
9
|
/**
|
|
6
10
|
* ISO timestamp for windback mode. When set, the client sees historical state
|
|
7
11
|
* as of this timestamp instead of live state.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PartialClient.d.ts","sourceRoot":"","sources":["../../src/generated/PartialClient.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,aAAa,GAAG;IAAE,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAClD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,EAAE,CAAC,EAAE,QAAQ,CAAC;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"PartialClient.d.ts","sourceRoot":"","sources":["../../src/generated/PartialClient.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,aAAa,GAAG;IAAE,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAClD;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,EAAE,CAAC,EAAE,QAAQ,CAAC;CAAE,CAAC"}
|
|
@@ -108,14 +108,14 @@ 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: "
|
|
111
|
+
export declare class GetClientsByQuery {
|
|
112
|
+
static readonly queryId: "GetClientsByQuery";
|
|
113
113
|
static readonly queryItemType: "Client";
|
|
114
|
-
readonly queryId: "
|
|
114
|
+
readonly queryId: "GetClientsByQuery";
|
|
115
115
|
readonly queryItemType: "Client";
|
|
116
|
-
readonly query: Omit<
|
|
116
|
+
readonly query: Omit<_GetClientsByQuery, "tx" | "createdAt">;
|
|
117
117
|
readonly $res: () => Client[];
|
|
118
|
-
constructor(args: Omit<
|
|
118
|
+
constructor(args: Omit<_GetClientsByQuery, "tx" | "createdAt">);
|
|
119
119
|
}
|
|
120
120
|
export declare class GetClientsByIds {
|
|
121
121
|
static readonly queryId: "GetClientsByIds";
|
|
@@ -126,14 +126,23 @@ export declare class GetClientsByIds {
|
|
|
126
126
|
readonly $res: () => Client[];
|
|
127
127
|
constructor(args: Omit<_GetClientsByIds, "tx" | "createdAt">);
|
|
128
128
|
}
|
|
129
|
-
export declare class
|
|
130
|
-
static readonly queryId: "
|
|
129
|
+
export declare class GetAllClients {
|
|
130
|
+
static readonly queryId: "GetAllClients";
|
|
131
131
|
static readonly queryItemType: "Client";
|
|
132
|
-
readonly queryId: "
|
|
132
|
+
readonly queryId: "GetAllClients";
|
|
133
133
|
readonly queryItemType: "Client";
|
|
134
|
-
readonly query: Omit<
|
|
134
|
+
readonly query: Omit<_GetAllClients, "tx" | "createdAt">;
|
|
135
135
|
readonly $res: () => Client[];
|
|
136
|
-
constructor(args: Omit<
|
|
136
|
+
constructor(args: Omit<_GetAllClients, "tx" | "createdAt">);
|
|
137
|
+
}
|
|
138
|
+
export declare class GetConnectedServer {
|
|
139
|
+
static readonly queryId: "GetConnectedServer";
|
|
140
|
+
static readonly queryItemType: "Server";
|
|
141
|
+
readonly queryId: "GetConnectedServer";
|
|
142
|
+
readonly queryItemType: "Server";
|
|
143
|
+
readonly query: Omit<_GetConnectedServer, "tx" | "createdAt">;
|
|
144
|
+
readonly $res: () => Server[];
|
|
145
|
+
constructor(args: Omit<_GetConnectedServer, "tx" | "createdAt">);
|
|
137
146
|
}
|
|
138
147
|
export declare class GetServersByQuery {
|
|
139
148
|
static readonly queryId: "GetServersByQuery";
|
|
@@ -144,15 +153,6 @@ export declare class GetServersByQuery {
|
|
|
144
153
|
readonly $res: () => Server[];
|
|
145
154
|
constructor(args: Omit<_GetServersByQuery, "tx" | "createdAt">);
|
|
146
155
|
}
|
|
147
|
-
export declare class GetServersByIds {
|
|
148
|
-
static readonly queryId: "GetServersByIds";
|
|
149
|
-
static readonly queryItemType: "Server";
|
|
150
|
-
readonly queryId: "GetServersByIds";
|
|
151
|
-
readonly queryItemType: "Server";
|
|
152
|
-
readonly query: Omit<_GetServersByIds, "tx" | "createdAt">;
|
|
153
|
-
readonly $res: () => Server[];
|
|
154
|
-
constructor(args: Omit<_GetServersByIds, "tx" | "createdAt">);
|
|
155
|
-
}
|
|
156
156
|
export declare class GetPeerServers {
|
|
157
157
|
static readonly queryId: "GetPeerServers";
|
|
158
158
|
static readonly queryItemType: "Server";
|
|
@@ -162,14 +162,14 @@ export declare class GetPeerServers {
|
|
|
162
162
|
readonly $res: () => Server[];
|
|
163
163
|
constructor(args: Omit<_GetPeerServers, "tx" | "createdAt">);
|
|
164
164
|
}
|
|
165
|
-
export declare class
|
|
166
|
-
static readonly queryId: "
|
|
165
|
+
export declare class GetServersByIds {
|
|
166
|
+
static readonly queryId: "GetServersByIds";
|
|
167
167
|
static readonly queryItemType: "Server";
|
|
168
|
-
readonly queryId: "
|
|
168
|
+
readonly queryId: "GetServersByIds";
|
|
169
169
|
readonly queryItemType: "Server";
|
|
170
|
-
readonly query: Omit<
|
|
170
|
+
readonly query: Omit<_GetServersByIds, "tx" | "createdAt">;
|
|
171
171
|
readonly $res: () => Server[];
|
|
172
|
-
constructor(args: Omit<
|
|
172
|
+
constructor(args: Omit<_GetServersByIds, "tx" | "createdAt">);
|
|
173
173
|
}
|
|
174
174
|
export declare class GetAllServers {
|
|
175
175
|
static readonly queryId: "GetAllServers";
|
|
@@ -180,6 +180,13 @@ export declare class GetAllServers {
|
|
|
180
180
|
readonly $res: () => Server[];
|
|
181
181
|
constructor(args: Omit<_GetAllServers, "tx" | "createdAt">);
|
|
182
182
|
}
|
|
183
|
+
export declare class CountClients {
|
|
184
|
+
static readonly reportId: "CountClients";
|
|
185
|
+
readonly reportId: "CountClients";
|
|
186
|
+
readonly report: Omit<_CountClients, "tx">;
|
|
187
|
+
readonly $res: () => ClientCount;
|
|
188
|
+
constructor(args: Omit<_CountClients, "tx">);
|
|
189
|
+
}
|
|
183
190
|
export declare class WindbackStatus {
|
|
184
191
|
static readonly reportId: "WindbackStatus";
|
|
185
192
|
readonly reportId: "WindbackStatus";
|
|
@@ -187,12 +194,12 @@ export declare class WindbackStatus {
|
|
|
187
194
|
readonly $res: () => WindbackStatusOutput;
|
|
188
195
|
constructor(args: Omit<_WindbackStatus, "tx">);
|
|
189
196
|
}
|
|
190
|
-
export declare class
|
|
191
|
-
static readonly reportId: "
|
|
192
|
-
readonly reportId: "
|
|
193
|
-
readonly report: Omit<
|
|
194
|
-
readonly $res: () =>
|
|
195
|
-
constructor(args: Omit<
|
|
197
|
+
export declare class GetClientById {
|
|
198
|
+
static readonly reportId: "GetClientById";
|
|
199
|
+
readonly reportId: "GetClientById";
|
|
200
|
+
readonly report: Omit<_GetClientById, "tx">;
|
|
201
|
+
readonly $res: () => Client | null;
|
|
202
|
+
constructor(args: Omit<_GetClientById, "tx">);
|
|
196
203
|
}
|
|
197
204
|
export declare class ClientStatus {
|
|
198
205
|
static readonly reportId: "ClientStatus";
|
|
@@ -201,19 +208,26 @@ export declare class ClientStatus {
|
|
|
201
208
|
readonly $res: () => ClientStatusOutput;
|
|
202
209
|
constructor(args: Omit<_ClientStatus, "tx">);
|
|
203
210
|
}
|
|
204
|
-
export declare class
|
|
205
|
-
static readonly reportId: "
|
|
206
|
-
readonly reportId: "
|
|
207
|
-
readonly report: Omit<
|
|
208
|
-
readonly $res: () => Client | null;
|
|
209
|
-
constructor(args: Omit<_GetClientById, "tx">);
|
|
210
|
-
}
|
|
211
|
-
export declare class CountClients {
|
|
212
|
-
static readonly reportId: "CountClients";
|
|
213
|
-
readonly reportId: "CountClients";
|
|
214
|
-
readonly report: Omit<_CountClients, "tx">;
|
|
211
|
+
export declare class CountAllClients {
|
|
212
|
+
static readonly reportId: "CountAllClients";
|
|
213
|
+
readonly reportId: "CountAllClients";
|
|
214
|
+
readonly report: Omit<_CountAllClients, "tx">;
|
|
215
215
|
readonly $res: () => ClientCount;
|
|
216
|
-
constructor(args: Omit<
|
|
216
|
+
constructor(args: Omit<_CountAllClients, "tx">);
|
|
217
|
+
}
|
|
218
|
+
export declare class EntitySearch {
|
|
219
|
+
static readonly reportId: "EntitySearch";
|
|
220
|
+
readonly reportId: "EntitySearch";
|
|
221
|
+
readonly report: Omit<_EntitySearch, "tx">;
|
|
222
|
+
readonly $res: () => EntitySearchResult;
|
|
223
|
+
constructor(args: Omit<_EntitySearch, "tx">);
|
|
224
|
+
}
|
|
225
|
+
export declare class GetServerById {
|
|
226
|
+
static readonly reportId: "GetServerById";
|
|
227
|
+
readonly reportId: "GetServerById";
|
|
228
|
+
readonly report: Omit<_GetServerById, "tx">;
|
|
229
|
+
readonly $res: () => Server | null;
|
|
230
|
+
constructor(args: Omit<_GetServerById, "tx">);
|
|
217
231
|
}
|
|
218
232
|
export declare class CountAllServers {
|
|
219
233
|
static readonly reportId: "CountAllServers";
|
|
@@ -229,13 +243,6 @@ export declare class ServerStats {
|
|
|
229
243
|
readonly $res: () => ServerStatsOutput;
|
|
230
244
|
constructor(args: Omit<_ServerStats, "tx">);
|
|
231
245
|
}
|
|
232
|
-
export declare class GetServerById {
|
|
233
|
-
static readonly reportId: "GetServerById";
|
|
234
|
-
readonly reportId: "GetServerById";
|
|
235
|
-
readonly report: Omit<_GetServerById, "tx">;
|
|
236
|
-
readonly $res: () => Server | null;
|
|
237
|
-
constructor(args: Omit<_GetServerById, "tx">);
|
|
238
|
-
}
|
|
239
246
|
export declare class CountServers {
|
|
240
247
|
static readonly reportId: "CountServers";
|
|
241
248
|
readonly reportId: "CountServers";
|
|
@@ -271,13 +278,6 @@ export declare class GetPersistHealth {
|
|
|
271
278
|
readonly $res: () => PersistHealthStatus;
|
|
272
279
|
constructor(args: Omit<_GetPersistHealth, "tx">);
|
|
273
280
|
}
|
|
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">);
|
|
280
|
-
}
|
|
281
281
|
export declare class EventsForTransaction {
|
|
282
282
|
static readonly reportId: "EventsForTransaction";
|
|
283
283
|
readonly reportId: "EventsForTransaction";
|
|
@@ -285,6 +285,13 @@ export declare class EventsForTransaction {
|
|
|
285
285
|
readonly $res: () => MEvent[];
|
|
286
286
|
constructor(args: Omit<_EventsForTransaction, "tx">);
|
|
287
287
|
}
|
|
288
|
+
export declare class FullChildEntities {
|
|
289
|
+
static readonly reportId: "FullChildEntities";
|
|
290
|
+
readonly reportId: "FullChildEntities";
|
|
291
|
+
readonly report: Omit<_FullChildEntities, "tx">;
|
|
292
|
+
readonly $res: () => ItemStub[];
|
|
293
|
+
constructor(args: Omit<_FullChildEntities, "tx">);
|
|
294
|
+
}
|
|
288
295
|
export declare class ChildEntities {
|
|
289
296
|
static readonly reportId: "ChildEntities";
|
|
290
297
|
readonly reportId: "ChildEntities";
|
|
@@ -292,13 +299,6 @@ export declare class ChildEntities {
|
|
|
292
299
|
readonly $res: () => ItemStub[];
|
|
293
300
|
constructor(args: Omit<_ChildEntities, "tx">);
|
|
294
301
|
}
|
|
295
|
-
export declare class ChildEntitiesAllTime {
|
|
296
|
-
static readonly reportId: "ChildEntitiesAllTime";
|
|
297
|
-
readonly reportId: "ChildEntitiesAllTime";
|
|
298
|
-
readonly report: Omit<_ChildEntitiesAllTime, "tx">;
|
|
299
|
-
readonly $res: () => ItemStub[];
|
|
300
|
-
constructor(args: Omit<_ChildEntitiesAllTime, "tx">);
|
|
301
|
-
}
|
|
302
302
|
export declare class GetItemsByTypeAndIds {
|
|
303
303
|
static readonly reportId: "GetItemsByTypeAndIds";
|
|
304
304
|
readonly reportId: "GetItemsByTypeAndIds";
|
|
@@ -313,6 +313,13 @@ export declare class PeerAlive {
|
|
|
313
313
|
readonly $res: () => number;
|
|
314
314
|
constructor(args: Omit<_PeerAlive, "tx">);
|
|
315
315
|
}
|
|
316
|
+
export declare class ChildEntitiesAllTime {
|
|
317
|
+
static readonly reportId: "ChildEntitiesAllTime";
|
|
318
|
+
readonly reportId: "ChildEntitiesAllTime";
|
|
319
|
+
readonly report: Omit<_ChildEntitiesAllTime, "tx">;
|
|
320
|
+
readonly $res: () => ItemStub[];
|
|
321
|
+
constructor(args: Omit<_ChildEntitiesAllTime, "tx">);
|
|
322
|
+
}
|
|
316
323
|
export declare class ServerLogLevel {
|
|
317
324
|
static readonly reportId: "ServerLogLevel";
|
|
318
325
|
readonly reportId: "ServerLogLevel";
|
|
@@ -320,27 +327,6 @@ export declare class ServerLogLevel {
|
|
|
320
327
|
readonly $res: () => LogLevel;
|
|
321
328
|
constructor(args: Omit<_ServerLogLevel, "tx">);
|
|
322
329
|
}
|
|
323
|
-
export declare class EntitySearch {
|
|
324
|
-
static readonly reportId: "EntitySearch";
|
|
325
|
-
readonly reportId: "EntitySearch";
|
|
326
|
-
readonly report: Omit<_EntitySearch, "tx">;
|
|
327
|
-
readonly $res: () => EntitySearchResult;
|
|
328
|
-
constructor(args: Omit<_EntitySearch, "tx">);
|
|
329
|
-
}
|
|
330
|
-
export declare class ClearClientWindbackTime {
|
|
331
|
-
static readonly commandId: "ClearClientWindbackTime";
|
|
332
|
-
readonly commandId: "ClearClientWindbackTime";
|
|
333
|
-
readonly command: Omit<_ClearClientWindbackTime, "tx" | "createdAt">;
|
|
334
|
-
readonly $res: () => boolean;
|
|
335
|
-
constructor(args: Omit<_ClearClientWindbackTime, "tx" | "createdAt">);
|
|
336
|
-
}
|
|
337
|
-
export declare class DeleteClients {
|
|
338
|
-
static readonly commandId: "DeleteClients";
|
|
339
|
-
readonly commandId: "DeleteClients";
|
|
340
|
-
readonly command: Omit<_DeleteClients, "tx" | "createdAt">;
|
|
341
|
-
readonly $res: () => DeleteClientsResult;
|
|
342
|
-
constructor(args: Omit<_DeleteClients, "tx" | "createdAt">);
|
|
343
|
-
}
|
|
344
330
|
export declare class SetClientWindbackTime {
|
|
345
331
|
static readonly commandId: "SetClientWindbackTime";
|
|
346
332
|
readonly commandId: "SetClientWindbackTime";
|
|
@@ -355,12 +341,19 @@ export declare class DeleteClient {
|
|
|
355
341
|
readonly $res: () => DeleteClientResult;
|
|
356
342
|
constructor(args: Omit<_DeleteClient, "tx" | "createdAt">);
|
|
357
343
|
}
|
|
358
|
-
export declare class
|
|
359
|
-
static readonly commandId: "
|
|
360
|
-
readonly commandId: "
|
|
361
|
-
readonly command: Omit<
|
|
362
|
-
readonly $res: () =>
|
|
363
|
-
constructor(args: Omit<
|
|
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
|
+
export declare class ClearClientWindbackTime {
|
|
352
|
+
static readonly commandId: "ClearClientWindbackTime";
|
|
353
|
+
readonly commandId: "ClearClientWindbackTime";
|
|
354
|
+
readonly command: Omit<_ClearClientWindbackTime, "tx" | "createdAt">;
|
|
355
|
+
readonly $res: () => boolean;
|
|
356
|
+
constructor(args: Omit<_ClearClientWindbackTime, "tx" | "createdAt">);
|
|
364
357
|
}
|
|
365
358
|
export declare class DeleteServer {
|
|
366
359
|
static readonly commandId: "DeleteServer";
|
|
@@ -369,12 +362,12 @@ export declare class DeleteServer {
|
|
|
369
362
|
readonly $res: () => DeleteServerResult;
|
|
370
363
|
constructor(args: Omit<_DeleteServer, "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 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">);
|
|
378
371
|
}
|
|
379
372
|
export declare class SetLogLevel {
|
|
380
373
|
static readonly commandId: "SetLogLevel";
|
|
@@ -383,6 +376,13 @@ 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
387
|
Client: (args: Client) => {
|
|
388
388
|
item: Client;
|
|
@@ -394,28 +394,28 @@ export declare const items: {
|
|
|
394
394
|
};
|
|
395
395
|
};
|
|
396
396
|
export declare const MykoEvent: {
|
|
397
|
-
readonly
|
|
398
|
-
readonly Event: "ws:m:event";
|
|
399
|
-
readonly ViewResponse: "ws:m:view-response";
|
|
400
|
-
readonly QueryCancel: "ws:m:query-cancel";
|
|
401
|
-
readonly ViewCancel: "ws:m:view-cancel";
|
|
402
|
-
readonly View: "ws:m:view";
|
|
403
|
-
readonly QueryWindow: "ws:m:query-window";
|
|
404
|
-
readonly CommandResponse: "ws:m:command-response";
|
|
397
|
+
readonly Command: "ws:m:command";
|
|
405
398
|
readonly ReportError: "ws:m:report-error";
|
|
406
|
-
readonly
|
|
407
|
-
readonly QueryResponse: "ws:m:query-response";
|
|
399
|
+
readonly ViewWindow: "ws:m:view-window";
|
|
408
400
|
readonly EventBatch: "ws:m:event-batch";
|
|
401
|
+
readonly CommandResponse: "ws:m:command-response";
|
|
402
|
+
readonly Event: "ws:m:event";
|
|
409
403
|
readonly Ping: "ws:m:ping";
|
|
410
|
-
readonly
|
|
411
|
-
readonly ViewError: "ws:m:view-error";
|
|
412
|
-
readonly Benchmark: "ws:m:benchmark";
|
|
404
|
+
readonly ViewResponse: "ws:m:view-response";
|
|
413
405
|
readonly CommandError: "ws:m:command-error";
|
|
414
406
|
readonly ReportCancel: "ws:m:report-cancel";
|
|
407
|
+
readonly ReportResponse: "ws:m:report-response";
|
|
408
|
+
readonly QueryResponse: "ws:m:query-response";
|
|
409
|
+
readonly ViewError: "ws:m:view-error";
|
|
410
|
+
readonly QueryError: "ws:m:query-error";
|
|
411
|
+
readonly Benchmark: "ws:m:benchmark";
|
|
412
|
+
readonly QueryWindow: "ws:m:query-window";
|
|
413
|
+
readonly QueryCancel: "ws:m:query-cancel";
|
|
415
414
|
readonly Query: "ws:m:query";
|
|
416
|
-
readonly
|
|
415
|
+
readonly ProtocolSwitch: "ws:m:protocol-switch";
|
|
416
|
+
readonly ViewCancel: "ws:m:view-cancel";
|
|
417
417
|
readonly Report: "ws:m:report";
|
|
418
|
-
readonly
|
|
418
|
+
readonly View: "ws:m:view";
|
|
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,10 +1,10 @@
|
|
|
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 GetClientsByQuery {
|
|
5
|
+
static queryId = "GetClientsByQuery";
|
|
6
6
|
static queryItemType = "Client";
|
|
7
|
-
queryId = "
|
|
7
|
+
queryId = "GetClientsByQuery";
|
|
8
8
|
queryItemType = "Client";
|
|
9
9
|
query;
|
|
10
10
|
constructor(args) {
|
|
@@ -21,30 +21,30 @@ export class GetClientsByIds {
|
|
|
21
21
|
this.query = args;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
export class
|
|
25
|
-
static queryId = "
|
|
24
|
+
export class GetAllClients {
|
|
25
|
+
static queryId = "GetAllClients";
|
|
26
26
|
static queryItemType = "Client";
|
|
27
|
-
queryId = "
|
|
27
|
+
queryId = "GetAllClients";
|
|
28
28
|
queryItemType = "Client";
|
|
29
29
|
query;
|
|
30
30
|
constructor(args) {
|
|
31
31
|
this.query = args;
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
export class
|
|
35
|
-
static queryId = "
|
|
34
|
+
export class GetConnectedServer {
|
|
35
|
+
static queryId = "GetConnectedServer";
|
|
36
36
|
static queryItemType = "Server";
|
|
37
|
-
queryId = "
|
|
37
|
+
queryId = "GetConnectedServer";
|
|
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 GetServersByQuery {
|
|
45
|
+
static queryId = "GetServersByQuery";
|
|
46
46
|
static queryItemType = "Server";
|
|
47
|
-
queryId = "
|
|
47
|
+
queryId = "GetServersByQuery";
|
|
48
48
|
queryItemType = "Server";
|
|
49
49
|
query;
|
|
50
50
|
constructor(args) {
|
|
@@ -61,10 +61,10 @@ export class GetPeerServers {
|
|
|
61
61
|
this.query = args;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
|
-
export class
|
|
65
|
-
static queryId = "
|
|
64
|
+
export class GetServersByIds {
|
|
65
|
+
static queryId = "GetServersByIds";
|
|
66
66
|
static queryItemType = "Server";
|
|
67
|
-
queryId = "
|
|
67
|
+
queryId = "GetServersByIds";
|
|
68
68
|
queryItemType = "Server";
|
|
69
69
|
query;
|
|
70
70
|
constructor(args) {
|
|
@@ -83,6 +83,14 @@ export class GetAllServers {
|
|
|
83
83
|
}
|
|
84
84
|
// View classes
|
|
85
85
|
// Report classes
|
|
86
|
+
export class CountClients {
|
|
87
|
+
static reportId = "CountClients";
|
|
88
|
+
reportId = "CountClients";
|
|
89
|
+
report;
|
|
90
|
+
constructor(args) {
|
|
91
|
+
this.report = args;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
86
94
|
export class WindbackStatus {
|
|
87
95
|
static reportId = "WindbackStatus";
|
|
88
96
|
reportId = "WindbackStatus";
|
|
@@ -91,9 +99,9 @@ export class WindbackStatus {
|
|
|
91
99
|
this.report = args;
|
|
92
100
|
}
|
|
93
101
|
}
|
|
94
|
-
export class
|
|
95
|
-
static reportId = "
|
|
96
|
-
reportId = "
|
|
102
|
+
export class GetClientById {
|
|
103
|
+
static reportId = "GetClientById";
|
|
104
|
+
reportId = "GetClientById";
|
|
97
105
|
report;
|
|
98
106
|
constructor(args) {
|
|
99
107
|
this.report = args;
|
|
@@ -107,17 +115,25 @@ export class ClientStatus {
|
|
|
107
115
|
this.report = args;
|
|
108
116
|
}
|
|
109
117
|
}
|
|
110
|
-
export class
|
|
111
|
-
static reportId = "
|
|
112
|
-
reportId = "
|
|
118
|
+
export class CountAllClients {
|
|
119
|
+
static reportId = "CountAllClients";
|
|
120
|
+
reportId = "CountAllClients";
|
|
113
121
|
report;
|
|
114
122
|
constructor(args) {
|
|
115
123
|
this.report = args;
|
|
116
124
|
}
|
|
117
125
|
}
|
|
118
|
-
export class
|
|
119
|
-
static reportId = "
|
|
120
|
-
reportId = "
|
|
126
|
+
export class EntitySearch {
|
|
127
|
+
static reportId = "EntitySearch";
|
|
128
|
+
reportId = "EntitySearch";
|
|
129
|
+
report;
|
|
130
|
+
constructor(args) {
|
|
131
|
+
this.report = args;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
export class GetServerById {
|
|
135
|
+
static reportId = "GetServerById";
|
|
136
|
+
reportId = "GetServerById";
|
|
121
137
|
report;
|
|
122
138
|
constructor(args) {
|
|
123
139
|
this.report = args;
|
|
@@ -139,14 +155,6 @@ export class ServerStats {
|
|
|
139
155
|
this.report = args;
|
|
140
156
|
}
|
|
141
157
|
}
|
|
142
|
-
export class GetServerById {
|
|
143
|
-
static reportId = "GetServerById";
|
|
144
|
-
reportId = "GetServerById";
|
|
145
|
-
report;
|
|
146
|
-
constructor(args) {
|
|
147
|
-
this.report = args;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
158
|
export class CountServers {
|
|
151
159
|
static reportId = "CountServers";
|
|
152
160
|
reportId = "CountServers";
|
|
@@ -187,14 +195,6 @@ export class GetPersistHealth {
|
|
|
187
195
|
this.report = args;
|
|
188
196
|
}
|
|
189
197
|
}
|
|
190
|
-
export class FullChildEntities {
|
|
191
|
-
static reportId = "FullChildEntities";
|
|
192
|
-
reportId = "FullChildEntities";
|
|
193
|
-
report;
|
|
194
|
-
constructor(args) {
|
|
195
|
-
this.report = args;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
198
|
export class EventsForTransaction {
|
|
199
199
|
static reportId = "EventsForTransaction";
|
|
200
200
|
reportId = "EventsForTransaction";
|
|
@@ -203,17 +203,17 @@ export class EventsForTransaction {
|
|
|
203
203
|
this.report = args;
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
|
-
export class
|
|
207
|
-
static reportId = "
|
|
208
|
-
reportId = "
|
|
206
|
+
export class FullChildEntities {
|
|
207
|
+
static reportId = "FullChildEntities";
|
|
208
|
+
reportId = "FullChildEntities";
|
|
209
209
|
report;
|
|
210
210
|
constructor(args) {
|
|
211
211
|
this.report = args;
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
|
-
export class
|
|
215
|
-
static reportId = "
|
|
216
|
-
reportId = "
|
|
214
|
+
export class ChildEntities {
|
|
215
|
+
static reportId = "ChildEntities";
|
|
216
|
+
reportId = "ChildEntities";
|
|
217
217
|
report;
|
|
218
218
|
constructor(args) {
|
|
219
219
|
this.report = args;
|
|
@@ -235,26 +235,34 @@ export class PeerAlive {
|
|
|
235
235
|
this.report = args;
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
|
-
export class
|
|
239
|
-
static reportId = "
|
|
240
|
-
reportId = "
|
|
238
|
+
export class ChildEntitiesAllTime {
|
|
239
|
+
static reportId = "ChildEntitiesAllTime";
|
|
240
|
+
reportId = "ChildEntitiesAllTime";
|
|
241
241
|
report;
|
|
242
242
|
constructor(args) {
|
|
243
243
|
this.report = args;
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
|
-
export class
|
|
247
|
-
static reportId = "
|
|
248
|
-
reportId = "
|
|
246
|
+
export class ServerLogLevel {
|
|
247
|
+
static reportId = "ServerLogLevel";
|
|
248
|
+
reportId = "ServerLogLevel";
|
|
249
249
|
report;
|
|
250
250
|
constructor(args) {
|
|
251
251
|
this.report = args;
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
// Command classes
|
|
255
|
-
export class
|
|
256
|
-
static commandId = "
|
|
257
|
-
commandId = "
|
|
255
|
+
export class SetClientWindbackTime {
|
|
256
|
+
static commandId = "SetClientWindbackTime";
|
|
257
|
+
commandId = "SetClientWindbackTime";
|
|
258
|
+
command;
|
|
259
|
+
constructor(args) {
|
|
260
|
+
this.command = args;
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
export class DeleteClient {
|
|
264
|
+
static commandId = "DeleteClient";
|
|
265
|
+
commandId = "DeleteClient";
|
|
258
266
|
command;
|
|
259
267
|
constructor(args) {
|
|
260
268
|
this.command = args;
|
|
@@ -268,17 +276,17 @@ export class DeleteClients {
|
|
|
268
276
|
this.command = args;
|
|
269
277
|
}
|
|
270
278
|
}
|
|
271
|
-
export class
|
|
272
|
-
static commandId = "
|
|
273
|
-
commandId = "
|
|
279
|
+
export class ClearClientWindbackTime {
|
|
280
|
+
static commandId = "ClearClientWindbackTime";
|
|
281
|
+
commandId = "ClearClientWindbackTime";
|
|
274
282
|
command;
|
|
275
283
|
constructor(args) {
|
|
276
284
|
this.command = args;
|
|
277
285
|
}
|
|
278
286
|
}
|
|
279
|
-
export class
|
|
280
|
-
static commandId = "
|
|
281
|
-
commandId = "
|
|
287
|
+
export class DeleteServer {
|
|
288
|
+
static commandId = "DeleteServer";
|
|
289
|
+
commandId = "DeleteServer";
|
|
282
290
|
command;
|
|
283
291
|
constructor(args) {
|
|
284
292
|
this.command = args;
|
|
@@ -292,9 +300,9 @@ export class DeleteServers {
|
|
|
292
300
|
this.command = args;
|
|
293
301
|
}
|
|
294
302
|
}
|
|
295
|
-
export class
|
|
296
|
-
static commandId = "
|
|
297
|
-
commandId = "
|
|
303
|
+
export class SetLogLevel {
|
|
304
|
+
static commandId = "SetLogLevel";
|
|
305
|
+
commandId = "SetLogLevel";
|
|
298
306
|
command;
|
|
299
307
|
constructor(args) {
|
|
300
308
|
this.command = args;
|
|
@@ -308,14 +316,6 @@ export class ImportItems {
|
|
|
308
316
|
this.command = args;
|
|
309
317
|
}
|
|
310
318
|
}
|
|
311
|
-
export class SetLogLevel {
|
|
312
|
-
static commandId = "SetLogLevel";
|
|
313
|
-
commandId = "SetLogLevel";
|
|
314
|
-
command;
|
|
315
|
-
constructor(args) {
|
|
316
|
-
this.command = args;
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
319
|
// Item constructors
|
|
320
320
|
export const items = {
|
|
321
321
|
Client: (args) => ({ item: args, itemType: "Client" }),
|
|
@@ -323,27 +323,27 @@ export const items = {
|
|
|
323
323
|
};
|
|
324
324
|
// Message events
|
|
325
325
|
export const MykoEvent = {
|
|
326
|
-
|
|
327
|
-
Event: "ws:m:event",
|
|
328
|
-
ViewResponse: "ws:m:view-response",
|
|
329
|
-
QueryCancel: "ws:m:query-cancel",
|
|
330
|
-
ViewCancel: "ws:m:view-cancel",
|
|
331
|
-
View: "ws:m:view",
|
|
332
|
-
QueryWindow: "ws:m:query-window",
|
|
333
|
-
CommandResponse: "ws:m:command-response",
|
|
326
|
+
Command: "ws:m:command",
|
|
334
327
|
ReportError: "ws:m:report-error",
|
|
335
|
-
|
|
336
|
-
QueryResponse: "ws:m:query-response",
|
|
328
|
+
ViewWindow: "ws:m:view-window",
|
|
337
329
|
EventBatch: "ws:m:event-batch",
|
|
330
|
+
CommandResponse: "ws:m:command-response",
|
|
331
|
+
Event: "ws:m:event",
|
|
338
332
|
Ping: "ws:m:ping",
|
|
339
|
-
|
|
340
|
-
ViewError: "ws:m:view-error",
|
|
341
|
-
Benchmark: "ws:m:benchmark",
|
|
333
|
+
ViewResponse: "ws:m:view-response",
|
|
342
334
|
CommandError: "ws:m:command-error",
|
|
343
335
|
ReportCancel: "ws:m:report-cancel",
|
|
336
|
+
ReportResponse: "ws:m:report-response",
|
|
337
|
+
QueryResponse: "ws:m:query-response",
|
|
338
|
+
ViewError: "ws:m:view-error",
|
|
339
|
+
QueryError: "ws:m:query-error",
|
|
340
|
+
Benchmark: "ws:m:benchmark",
|
|
341
|
+
QueryWindow: "ws:m:query-window",
|
|
342
|
+
QueryCancel: "ws:m:query-cancel",
|
|
344
343
|
Query: "ws:m:query",
|
|
345
|
-
|
|
344
|
+
ProtocolSwitch: "ws:m:protocol-switch",
|
|
345
|
+
ViewCancel: "ws:m:view-cancel",
|
|
346
346
|
Report: "ws:m:report",
|
|
347
|
-
|
|
347
|
+
View: "ws:m:view",
|
|
348
348
|
};
|
|
349
349
|
// Shared constants
|
package/package.json
CHANGED