@myko/core 4.11.1 → 4.13.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.
@@ -111,41 +111,14 @@ 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 GetClientsByQuery {
115
- static readonly queryId: "GetClientsByQuery";
116
- static readonly queryItemType: "Client";
117
- readonly queryId: "GetClientsByQuery";
118
- readonly queryItemType: "Client";
119
- readonly query: Omit<_GetClientsByQuery, "tx" | "createdAt">;
120
- readonly $res: () => Client[];
121
- constructor(args: Omit<_GetClientsByQuery, "tx" | "createdAt">);
122
- }
123
- export declare class GetClientsByIds {
124
- static readonly queryId: "GetClientsByIds";
125
- static readonly queryItemType: "Client";
126
- readonly queryId: "GetClientsByIds";
127
- readonly queryItemType: "Client";
128
- readonly query: Omit<_GetClientsByIds, "tx" | "createdAt">;
129
- readonly $res: () => Client[];
130
- constructor(args: Omit<_GetClientsByIds, "tx" | "createdAt">);
131
- }
132
- export declare class GetAllClients {
133
- static readonly queryId: "GetAllClients";
134
- static readonly queryItemType: "Client";
135
- readonly queryId: "GetAllClients";
136
- readonly queryItemType: "Client";
137
- readonly query: Omit<_GetAllClients, "tx" | "createdAt">;
138
- readonly $res: () => Client[];
139
- constructor(args: Omit<_GetAllClients, "tx" | "createdAt">);
140
- }
141
- export declare class GetServersByQuery {
142
- static readonly queryId: "GetServersByQuery";
114
+ export declare class GetPeerServers {
115
+ static readonly queryId: "GetPeerServers";
143
116
  static readonly queryItemType: "Server";
144
- readonly queryId: "GetServersByQuery";
117
+ readonly queryId: "GetPeerServers";
145
118
  readonly queryItemType: "Server";
146
- readonly query: Omit<_GetServersByQuery, "tx" | "createdAt">;
119
+ readonly query: Omit<_GetPeerServers, "tx" | "createdAt">;
147
120
  readonly $res: () => Server[];
148
- constructor(args: Omit<_GetServersByQuery, "tx" | "createdAt">);
121
+ constructor(args: Omit<_GetPeerServers, "tx" | "createdAt">);
149
122
  }
150
123
  export declare class GetServersByIds {
151
124
  static readonly queryId: "GetServersByIds";
@@ -156,6 +129,15 @@ export declare class GetServersByIds {
156
129
  readonly $res: () => Server[];
157
130
  constructor(args: Omit<_GetServersByIds, "tx" | "createdAt">);
158
131
  }
132
+ export declare class GetServersByQuery {
133
+ static readonly queryId: "GetServersByQuery";
134
+ static readonly queryItemType: "Server";
135
+ readonly queryId: "GetServersByQuery";
136
+ readonly queryItemType: "Server";
137
+ readonly query: Omit<_GetServersByQuery, "tx" | "createdAt">;
138
+ readonly $res: () => Server[];
139
+ constructor(args: Omit<_GetServersByQuery, "tx" | "createdAt">);
140
+ }
159
141
  export declare class GetConnectedServer {
160
142
  static readonly queryId: "GetConnectedServer";
161
143
  static readonly queryItemType: "Server";
@@ -165,15 +147,6 @@ export declare class GetConnectedServer {
165
147
  readonly $res: () => Server[];
166
148
  constructor(args: Omit<_GetConnectedServer, "tx" | "createdAt">);
167
149
  }
168
- export declare class GetPeerServers {
169
- static readonly queryId: "GetPeerServers";
170
- static readonly queryItemType: "Server";
171
- readonly queryId: "GetPeerServers";
172
- readonly queryItemType: "Server";
173
- readonly query: Omit<_GetPeerServers, "tx" | "createdAt">;
174
- readonly $res: () => Server[];
175
- constructor(args: Omit<_GetPeerServers, "tx" | "createdAt">);
176
- }
177
150
  export declare class GetAllServers {
178
151
  static readonly queryId: "GetAllServers";
179
152
  static readonly queryItemType: "Server";
@@ -183,6 +156,33 @@ export declare class GetAllServers {
183
156
  readonly $res: () => Server[];
184
157
  constructor(args: Omit<_GetAllServers, "tx" | "createdAt">);
185
158
  }
159
+ export declare class GetClientsByIds {
160
+ static readonly queryId: "GetClientsByIds";
161
+ static readonly queryItemType: "Client";
162
+ readonly queryId: "GetClientsByIds";
163
+ readonly queryItemType: "Client";
164
+ readonly query: Omit<_GetClientsByIds, "tx" | "createdAt">;
165
+ readonly $res: () => Client[];
166
+ constructor(args: Omit<_GetClientsByIds, "tx" | "createdAt">);
167
+ }
168
+ export declare class GetClientsByQuery {
169
+ static readonly queryId: "GetClientsByQuery";
170
+ static readonly queryItemType: "Client";
171
+ readonly queryId: "GetClientsByQuery";
172
+ readonly queryItemType: "Client";
173
+ readonly query: Omit<_GetClientsByQuery, "tx" | "createdAt">;
174
+ readonly $res: () => Client[];
175
+ constructor(args: Omit<_GetClientsByQuery, "tx" | "createdAt">);
176
+ }
177
+ export declare class GetAllClients {
178
+ static readonly queryId: "GetAllClients";
179
+ static readonly queryItemType: "Client";
180
+ readonly queryId: "GetAllClients";
181
+ readonly queryItemType: "Client";
182
+ readonly query: Omit<_GetAllClients, "tx" | "createdAt">;
183
+ readonly $res: () => Client[];
184
+ constructor(args: Omit<_GetAllClients, "tx" | "createdAt">);
185
+ }
186
186
  export declare class GetPersistHealth {
187
187
  static readonly reportId: "GetPersistHealth";
188
188
  readonly reportId: "GetPersistHealth";
@@ -190,19 +190,12 @@ export declare class GetPersistHealth {
190
190
  readonly $res: () => PersistHealthStatus;
191
191
  constructor(args: Omit<_GetPersistHealth, "tx">);
192
192
  }
193
- export declare class EntitySnapshotDifference {
194
- static readonly reportId: "EntitySnapshotDifference";
195
- readonly reportId: "EntitySnapshotDifference";
196
- readonly report: Omit<_EntitySnapshotDifference, "tx">;
197
- readonly $res: () => EntitySnapshotDifferenceData;
198
- constructor(args: Omit<_EntitySnapshotDifference, "tx">);
199
- }
200
- export declare class ChildEntities {
201
- static readonly reportId: "ChildEntities";
202
- readonly reportId: "ChildEntities";
203
- readonly report: Omit<_ChildEntities, "tx">;
193
+ export declare class ChildEntitiesAllTime {
194
+ static readonly reportId: "ChildEntitiesAllTime";
195
+ readonly reportId: "ChildEntitiesAllTime";
196
+ readonly report: Omit<_ChildEntitiesAllTime, "tx">;
204
197
  readonly $res: () => ItemStub[];
205
- constructor(args: Omit<_ChildEntities, "tx">);
198
+ constructor(args: Omit<_ChildEntitiesAllTime, "tx">);
206
199
  }
207
200
  export declare class Loggers {
208
201
  static readonly reportId: "Loggers";
@@ -211,27 +204,6 @@ export declare class Loggers {
211
204
  readonly $res: () => string[];
212
205
  constructor(args: Omit<_Loggers, "tx">);
213
206
  }
214
- export declare class FullChildEntities {
215
- static readonly reportId: "FullChildEntities";
216
- readonly reportId: "FullChildEntities";
217
- readonly report: Omit<_FullChildEntities, "tx">;
218
- readonly $res: () => ItemStub[];
219
- constructor(args: Omit<_FullChildEntities, "tx">);
220
- }
221
- export declare class ServerLogLevel {
222
- static readonly reportId: "ServerLogLevel";
223
- readonly reportId: "ServerLogLevel";
224
- readonly report: Omit<_ServerLogLevel, "tx">;
225
- readonly $res: () => LogLevel;
226
- constructor(args: Omit<_ServerLogLevel, "tx">);
227
- }
228
- export declare class PeerAlive {
229
- static readonly reportId: "PeerAlive";
230
- readonly reportId: "PeerAlive";
231
- readonly report: Omit<_PeerAlive, "tx">;
232
- readonly $res: () => number;
233
- constructor(args: Omit<_PeerAlive, "tx">);
234
- }
235
207
  export declare class EventsForTransaction {
236
208
  static readonly reportId: "EventsForTransaction";
237
209
  readonly reportId: "EventsForTransaction";
@@ -239,13 +211,6 @@ export declare class EventsForTransaction {
239
211
  readonly $res: () => MEvent[];
240
212
  constructor(args: Omit<_EventsForTransaction, "tx">);
241
213
  }
242
- export declare class ChildEntitiesAllTime {
243
- static readonly reportId: "ChildEntitiesAllTime";
244
- readonly reportId: "ChildEntitiesAllTime";
245
- readonly report: Omit<_ChildEntitiesAllTime, "tx">;
246
- readonly $res: () => ItemStub[];
247
- constructor(args: Omit<_ChildEntitiesAllTime, "tx">);
248
- }
249
214
  export declare class GetItemsByTypeAndIds {
250
215
  static readonly reportId: "GetItemsByTypeAndIds";
251
216
  readonly reportId: "GetItemsByTypeAndIds";
@@ -253,6 +218,41 @@ export declare class GetItemsByTypeAndIds {
253
218
  readonly $res: () => JsonValue[];
254
219
  constructor(args: Omit<_GetItemsByTypeAndIds, "tx">);
255
220
  }
221
+ export declare class PeerAlive {
222
+ static readonly reportId: "PeerAlive";
223
+ readonly reportId: "PeerAlive";
224
+ readonly report: Omit<_PeerAlive, "tx">;
225
+ readonly $res: () => number;
226
+ constructor(args: Omit<_PeerAlive, "tx">);
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
+ export declare class ChildEntities {
243
+ static readonly reportId: "ChildEntities";
244
+ readonly reportId: "ChildEntities";
245
+ readonly report: Omit<_ChildEntities, "tx">;
246
+ readonly $res: () => ItemStub[];
247
+ constructor(args: Omit<_ChildEntities, "tx">);
248
+ }
249
+ export declare class FullChildEntities {
250
+ static readonly reportId: "FullChildEntities";
251
+ readonly reportId: "FullChildEntities";
252
+ readonly report: Omit<_FullChildEntities, "tx">;
253
+ readonly $res: () => ItemStub[];
254
+ constructor(args: Omit<_FullChildEntities, "tx">);
255
+ }
256
256
  export declare class ExportEntityTree {
257
257
  static readonly reportId: "ExportEntityTree";
258
258
  readonly reportId: "ExportEntityTree";
@@ -260,47 +260,19 @@ export declare class ExportEntityTree {
260
260
  readonly $res: () => EntityTreeExport;
261
261
  constructor(args: Omit<_ExportEntityTree, "tx">);
262
262
  }
263
- export declare class ClientStatus {
264
- static readonly reportId: "ClientStatus";
265
- readonly reportId: "ClientStatus";
266
- readonly report: Omit<_ClientStatus, "tx">;
267
- readonly $res: () => ClientStatusOutput;
268
- constructor(args: Omit<_ClientStatus, "tx">);
269
- }
270
- export declare class WindbackStatus {
271
- static readonly reportId: "WindbackStatus";
272
- readonly reportId: "WindbackStatus";
273
- readonly report: Omit<_WindbackStatus, "tx">;
274
- readonly $res: () => WindbackStatusOutput;
275
- constructor(args: Omit<_WindbackStatus, "tx">);
276
- }
277
- export declare class CountAllClients {
278
- static readonly reportId: "CountAllClients";
279
- readonly reportId: "CountAllClients";
280
- readonly report: Omit<_CountAllClients, "tx">;
281
- readonly $res: () => ClientCount;
282
- constructor(args: Omit<_CountAllClients, "tx">);
283
- }
284
- export declare class GetClientById {
285
- static readonly reportId: "GetClientById";
286
- readonly reportId: "GetClientById";
287
- readonly report: Omit<_GetClientById, "tx">;
288
- readonly $res: () => Client | null;
289
- constructor(args: Omit<_GetClientById, "tx">);
290
- }
291
- export declare class CountClients {
292
- static readonly reportId: "CountClients";
293
- readonly reportId: "CountClients";
294
- readonly report: Omit<_CountClients, "tx">;
295
- readonly $res: () => ClientCount;
296
- constructor(args: Omit<_CountClients, "tx">);
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">);
297
269
  }
298
- export declare class CountServers {
299
- static readonly reportId: "CountServers";
300
- readonly reportId: "CountServers";
301
- readonly report: Omit<_CountServers, "tx">;
302
- readonly $res: () => ServerCount;
303
- constructor(args: Omit<_CountServers, "tx">);
270
+ export declare class ServerStats {
271
+ static readonly reportId: "ServerStats";
272
+ readonly reportId: "ServerStats";
273
+ readonly report: Omit<_ServerStats, "tx">;
274
+ readonly $res: () => ServerStatsOutput;
275
+ constructor(args: Omit<_ServerStats, "tx">);
304
276
  }
305
277
  export declare class CountAllServers {
306
278
  static readonly reportId: "CountAllServers";
@@ -309,13 +281,6 @@ export declare class CountAllServers {
309
281
  readonly $res: () => ServerCount;
310
282
  constructor(args: Omit<_CountAllServers, "tx">);
311
283
  }
312
- export declare class GetServerById {
313
- static readonly reportId: "GetServerById";
314
- readonly reportId: "GetServerById";
315
- readonly report: Omit<_GetServerById, "tx">;
316
- readonly $res: () => Server | null;
317
- constructor(args: Omit<_GetServerById, "tx">);
318
- }
319
284
  export declare class SearchServer {
320
285
  static readonly reportId: "SearchServer";
321
286
  readonly reportId: "SearchServer";
@@ -323,12 +288,12 @@ export declare class SearchServer {
323
288
  readonly $res: () => SearchServerResult;
324
289
  constructor(args: Omit<_SearchServer, "tx">);
325
290
  }
326
- export declare class ServerStats {
327
- static readonly reportId: "ServerStats";
328
- readonly reportId: "ServerStats";
329
- readonly report: Omit<_ServerStats, "tx">;
330
- readonly $res: () => ServerStatsOutput;
331
- constructor(args: Omit<_ServerStats, "tx">);
291
+ export declare class CountServers {
292
+ static readonly reportId: "CountServers";
293
+ readonly reportId: "CountServers";
294
+ readonly report: Omit<_CountServers, "tx">;
295
+ readonly $res: () => ServerCount;
296
+ constructor(args: Omit<_CountServers, "tx">);
332
297
  }
333
298
  export declare class EntitySearch {
334
299
  static readonly reportId: "EntitySearch";
@@ -337,12 +302,40 @@ export declare class EntitySearch {
337
302
  readonly $res: () => EntitySearchResult;
338
303
  constructor(args: Omit<_EntitySearch, "tx">);
339
304
  }
340
- export declare class ImportItems {
341
- static readonly commandId: "ImportItems";
342
- readonly commandId: "ImportItems";
343
- readonly command: Omit<_ImportItems, "tx" | "createdAt">;
344
- readonly $res: () => number;
345
- constructor(args: Omit<_ImportItems, "tx" | "createdAt">);
305
+ export declare class CountClients {
306
+ static readonly reportId: "CountClients";
307
+ readonly reportId: "CountClients";
308
+ readonly report: Omit<_CountClients, "tx">;
309
+ readonly $res: () => ClientCount;
310
+ constructor(args: Omit<_CountClients, "tx">);
311
+ }
312
+ export declare class GetClientById {
313
+ static readonly reportId: "GetClientById";
314
+ readonly reportId: "GetClientById";
315
+ readonly report: Omit<_GetClientById, "tx">;
316
+ readonly $res: () => Client | null;
317
+ constructor(args: Omit<_GetClientById, "tx">);
318
+ }
319
+ export declare class ClientStatus {
320
+ static readonly reportId: "ClientStatus";
321
+ readonly reportId: "ClientStatus";
322
+ readonly report: Omit<_ClientStatus, "tx">;
323
+ readonly $res: () => ClientStatusOutput;
324
+ constructor(args: Omit<_ClientStatus, "tx">);
325
+ }
326
+ export declare class CountAllClients {
327
+ static readonly reportId: "CountAllClients";
328
+ readonly reportId: "CountAllClients";
329
+ readonly report: Omit<_CountAllClients, "tx">;
330
+ readonly $res: () => ClientCount;
331
+ constructor(args: Omit<_CountAllClients, "tx">);
332
+ }
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">);
346
339
  }
347
340
  export declare class SetLogLevel {
348
341
  static readonly commandId: "SetLogLevel";
@@ -351,6 +344,27 @@ export declare class SetLogLevel {
351
344
  readonly $res: () => boolean;
352
345
  constructor(args: Omit<_SetLogLevel, "tx" | "createdAt">);
353
346
  }
347
+ export declare class ImportItems {
348
+ static readonly commandId: "ImportItems";
349
+ readonly commandId: "ImportItems";
350
+ readonly command: Omit<_ImportItems, "tx" | "createdAt">;
351
+ readonly $res: () => number;
352
+ constructor(args: Omit<_ImportItems, "tx" | "createdAt">);
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
+ export declare class DeleteServer {
362
+ static readonly commandId: "DeleteServer";
363
+ readonly commandId: "DeleteServer";
364
+ readonly command: Omit<_DeleteServer, "tx" | "createdAt">;
365
+ readonly $res: () => DeleteServerResult;
366
+ constructor(args: Omit<_DeleteServer, "tx" | "createdAt">);
367
+ }
354
368
  export declare class DeleteClients {
355
369
  static readonly commandId: "DeleteClients";
356
370
  readonly commandId: "DeleteClients";
@@ -379,52 +393,38 @@ export declare class ClearClientWindbackTime {
379
393
  readonly $res: () => boolean;
380
394
  constructor(args: Omit<_ClearClientWindbackTime, "tx" | "createdAt">);
381
395
  }
382
- export declare class DeleteServer {
383
- static readonly commandId: "DeleteServer";
384
- readonly commandId: "DeleteServer";
385
- readonly command: Omit<_DeleteServer, "tx" | "createdAt">;
386
- readonly $res: () => DeleteServerResult;
387
- constructor(args: Omit<_DeleteServer, "tx" | "createdAt">);
388
- }
389
- export declare class DeleteServers {
390
- static readonly commandId: "DeleteServers";
391
- readonly commandId: "DeleteServers";
392
- readonly command: Omit<_DeleteServers, "tx" | "createdAt">;
393
- readonly $res: () => DeleteServersResult;
394
- constructor(args: Omit<_DeleteServers, "tx" | "createdAt">);
395
- }
396
396
  export declare const items: {
397
- Client: (args: Client) => {
398
- item: Client;
399
- itemType: string;
400
- };
401
397
  Server: (args: Server) => {
402
398
  item: Server;
403
399
  itemType: string;
404
400
  };
401
+ Client: (args: Client) => {
402
+ item: Client;
403
+ itemType: string;
404
+ };
405
405
  };
406
406
  export declare const MykoEvent: {
407
- readonly ViewError: "ws:m:view-error";
408
- readonly CommandError: "ws:m:command-error";
409
- readonly QueryError: "ws:m:query-error";
410
- readonly View: "ws:m:view";
411
- readonly ViewWindow: "ws:m:view-window";
412
- readonly Benchmark: "ws:m:benchmark";
413
- readonly ViewResponse: "ws:m:view-response";
414
- readonly ReportError: "ws:m:report-error";
415
- readonly Event: "ws:m:event";
416
- readonly Report: "ws:m:report";
417
- readonly CommandResponse: "ws:m:command-response";
418
407
  readonly QueryResponse: "ws:m:query-response";
408
+ readonly Command: "ws:m:command";
409
+ readonly Benchmark: "ws:m:benchmark";
410
+ readonly Ping: "ws:m:ping";
419
411
  readonly ViewCancel: "ws:m:view-cancel";
412
+ readonly ReportError: "ws:m:report-error";
420
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";
421
417
  readonly ReportCancel: "ws:m:report-cancel";
422
- readonly ReportResponse: "ws:m:report-response";
423
- readonly Ping: "ws:m:ping";
424
- readonly Command: "ws:m:command";
425
- readonly Query: "ws:m:query";
426
418
  readonly QueryWindow: "ws:m:query-window";
419
+ readonly ViewError: "ws:m:view-error";
427
420
  readonly QueryCancel: "ws:m:query-cancel";
421
+ readonly View: "ws:m:view";
422
+ readonly ViewWindow: "ws:m:view-window";
423
+ readonly Query: "ws:m:query";
424
+ readonly CommandResponse: "ws:m:command-response";
425
+ readonly ReportResponse: "ws:m:report-response";
426
+ readonly Report: "ws:m:report";
427
+ readonly QueryError: "ws:m:query-error";
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":"AAGA,8EAA8E;AAC9E,MAAM,MAAM,EAAE,GAAG,MAAM,CAAC;AAGxB,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,YAAY,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AACjF,YAAY,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,YAAY,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,YAAY,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,YAAY,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,YAAY,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,YAAY,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,YAAY,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,YAAY,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,YAAY,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,YAAY,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,YAAY,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,YAAY,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,YAAY,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,YAAY,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,YAAY,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,YAAY,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,cAAc,wBAAwB,CAAC;AACvC,YAAY,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,YAAY,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,YAAY,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAC7E,YAAY,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,YAAY,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,YAAY,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,YAAY,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,YAAY,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAGjD,OAAO,KAAK,EAAE,aAAa,IAAI,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACvE,OAAO,KAAK,EAAE,oBAAoB,IAAI,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAC5F,OAAO,KAAK,EAAE,uBAAuB,IAAI,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AACrG,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,eAAe,IAAI,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAC7E,OAAO,KAAK,EAAE,eAAe,IAAI,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAC7E,OAAO,KAAK,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpE,OAAO,KAAK,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpE,OAAO,KAAK,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,IAAI,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACvE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,IAAI,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACvE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,wBAAwB,IAAI,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACxG,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,oBAAoB,IAAI,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAC5F,OAAO,KAAK,EAAE,gBAAgB,IAAI,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAChF,OAAO,KAAK,EAAE,iBAAiB,IAAI,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACnF,OAAO,KAAK,EAAE,aAAa,IAAI,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACvE,OAAO,KAAK,EAAE,aAAa,IAAI,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACvE,OAAO,KAAK,EAAE,aAAa,IAAI,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACvE,OAAO,KAAK,EAAE,eAAe,IAAI,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAC7E,OAAO,KAAK,EAAE,iBAAiB,IAAI,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACnF,OAAO,KAAK,EAAE,kBAAkB,IAAI,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AACtF,OAAO,KAAK,EAAE,oBAAoB,IAAI,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAC5F,OAAO,KAAK,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAC1E,OAAO,KAAK,EAAE,gBAAgB,IAAI,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAChF,OAAO,KAAK,EAAE,aAAa,IAAI,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACvE,OAAO,KAAK,EAAE,eAAe,IAAI,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAC7E,OAAO,KAAK,EAAE,iBAAiB,IAAI,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACnF,OAAO,KAAK,EAAE,WAAW,IAAI,YAAY,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,WAAW,CAAC;AACrD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,IAAI,UAAU,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAC1E,OAAO,KAAK,EAAE,WAAW,IAAI,YAAY,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,KAAK,EAAE,qBAAqB,IAAI,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAC/F,OAAO,KAAK,EAAE,WAAW,IAAI,YAAY,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,KAAK,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAC1E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAGnE,qBAAa,iBAAiB;IAC5B,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,mBAAmB,CAAU;IACvD,MAAM,CAAC,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAClD,QAAQ,CAAC,OAAO,EAAG,mBAAmB,CAAU;IAChD,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAC3C,QAAQ,CAAC,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IAC7D,SAAiB,IAAI,EAAE,MAAM,MAAM,EAAE,CAAC;gBAE1B,IAAI,EAAE,IAAI,CAAC,kBAAkB,EAAE,IAAI,GAAG,WAAW,CAAC;CAG/D;AAED,qBAAa,eAAe;IAC1B,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,iBAAiB,CAAU;IACrD,MAAM,CAAC,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAClD,QAAQ,CAAC,OAAO,EAAG,iBAAiB,CAAU;IAC9C,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAC3C,QAAQ,CAAC,KAAK,EAAE,IAAI,CAAC,gBAAgB,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IAC3D,SAAiB,IAAI,EAAE,MAAM,MAAM,EAAE,CAAC;gBAE1B,IAAI,EAAE,IAAI,CAAC,gBAAgB,EAAE,IAAI,GAAG,WAAW,CAAC;CAG7D;AAED,qBAAa,aAAa;IACxB,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,eAAe,CAAU;IACnD,MAAM,CAAC,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAClD,QAAQ,CAAC,OAAO,EAAG,eAAe,CAAU;IAC5C,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAC3C,QAAQ,CAAC,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IACzD,SAAiB,IAAI,EAAE,MAAM,MAAM,EAAE,CAAC;gBAE1B,IAAI,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,GAAG,WAAW,CAAC;CAG3D;AAED,qBAAa,iBAAiB;IAC5B,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,mBAAmB,CAAU;IACvD,MAAM,CAAC,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAClD,QAAQ,CAAC,OAAO,EAAG,mBAAmB,CAAU;IAChD,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAC3C,QAAQ,CAAC,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IAC7D,SAAiB,IAAI,EAAE,MAAM,MAAM,EAAE,CAAC;gBAE1B,IAAI,EAAE,IAAI,CAAC,kBAAkB,EAAE,IAAI,GAAG,WAAW,CAAC;CAG/D;AAED,qBAAa,eAAe;IAC1B,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,iBAAiB,CAAU;IACrD,MAAM,CAAC,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAClD,QAAQ,CAAC,OAAO,EAAG,iBAAiB,CAAU;IAC9C,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAC3C,QAAQ,CAAC,KAAK,EAAE,IAAI,CAAC,gBAAgB,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IAC3D,SAAiB,IAAI,EAAE,MAAM,MAAM,EAAE,CAAC;gBAE1B,IAAI,EAAE,IAAI,CAAC,gBAAgB,EAAE,IAAI,GAAG,WAAW,CAAC;CAG7D;AAED,qBAAa,kBAAkB;IAC7B,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,oBAAoB,CAAU;IACxD,MAAM,CAAC,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAClD,QAAQ,CAAC,OAAO,EAAG,oBAAoB,CAAU;IACjD,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAC3C,QAAQ,CAAC,KAAK,EAAE,IAAI,CAAC,mBAAmB,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IAC9D,SAAiB,IAAI,EAAE,MAAM,MAAM,EAAE,CAAC;gBAE1B,IAAI,EAAE,IAAI,CAAC,mBAAmB,EAAE,IAAI,GAAG,WAAW,CAAC;CAGhE;AAED,qBAAa,cAAc;IACzB,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,gBAAgB,CAAU;IACpD,MAAM,CAAC,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAClD,QAAQ,CAAC,OAAO,EAAG,gBAAgB,CAAU;IAC7C,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAC3C,QAAQ,CAAC,KAAK,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IAC1D,SAAiB,IAAI,EAAE,MAAM,MAAM,EAAE,CAAC;gBAE1B,IAAI,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,GAAG,WAAW,CAAC;CAG5D;AAED,qBAAa,aAAa;IACxB,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,eAAe,CAAU;IACnD,MAAM,CAAC,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAClD,QAAQ,CAAC,OAAO,EAAG,eAAe,CAAU;IAC5C,QAAQ,CAAC,aAAa,EAAG,QAAQ,CAAU;IAC3C,QAAQ,CAAC,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IACzD,SAAiB,IAAI,EAAE,MAAM,MAAM,EAAE,CAAC;gBAE1B,IAAI,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,GAAG,WAAW,CAAC;CAG3D;AAKD,qBAAa,gBAAgB;IAC3B,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,kBAAkB,CAAU;IACvD,QAAQ,CAAC,QAAQ,EAAG,kBAAkB,CAAU;IAChD,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;IAC/C,SAAiB,IAAI,EAAE,MAAM,mBAAmB,CAAC;gBAErC,IAAI,EAAE,IAAI,CAAC,iBAAiB,EAAE,IAAI,CAAC;CAGhD;AAED,qBAAa,wBAAwB;IACnC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,0BAA0B,CAAU;IAC/D,QAAQ,CAAC,QAAQ,EAAG,0BAA0B,CAAU;IACxD,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,yBAAyB,EAAE,IAAI,CAAC,CAAC;IACvD,SAAiB,IAAI,EAAE,MAAM,4BAA4B,CAAC;gBAE9C,IAAI,EAAE,IAAI,CAAC,yBAAyB,EAAE,IAAI,CAAC;CAGxD;AAED,qBAAa,aAAa;IACxB,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,eAAe,CAAU;IACpD,QAAQ,CAAC,QAAQ,EAAG,eAAe,CAAU;IAC7C,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5C,SAAiB,IAAI,EAAE,MAAM,QAAQ,EAAE,CAAC;gBAE5B,IAAI,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC;CAG7C;AAED,qBAAa,OAAO;IAClB,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,SAAS,CAAU;IAC9C,QAAQ,CAAC,QAAQ,EAAG,SAAS,CAAU;IACvC,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;IACtC,SAAiB,IAAI,EAAE,MAAM,MAAM,EAAE,CAAC;gBAE1B,IAAI,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC;CAGvC;AAED,qBAAa,iBAAiB;IAC5B,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,mBAAmB,CAAU;IACxD,QAAQ,CAAC,QAAQ,EAAG,mBAAmB,CAAU;IACjD,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;IAChD,SAAiB,IAAI,EAAE,MAAM,QAAQ,EAAE,CAAC;gBAE5B,IAAI,EAAE,IAAI,CAAC,kBAAkB,EAAE,IAAI,CAAC;CAGjD;AAED,qBAAa,cAAc;IACzB,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,gBAAgB,CAAU;IACrD,QAAQ,CAAC,QAAQ,EAAG,gBAAgB,CAAU;IAC9C,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;IAC7C,SAAiB,IAAI,EAAE,MAAM,QAAQ,CAAC;gBAE1B,IAAI,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC;CAG9C;AAED,qBAAa,SAAS;IACpB,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,WAAW,CAAU;IAChD,QAAQ,CAAC,QAAQ,EAAG,WAAW,CAAU;IACzC,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;IACxC,SAAiB,IAAI,EAAE,MAAM,MAAM,CAAC;gBAExB,IAAI,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC;CAGzC;AAED,qBAAa,oBAAoB;IAC/B,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,sBAAsB,CAAU;IAC3D,QAAQ,CAAC,QAAQ,EAAG,sBAAsB,CAAU;IACpD,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,qBAAqB,EAAE,IAAI,CAAC,CAAC;IACnD,SAAiB,IAAI,EAAE,MAAM,MAAM,EAAE,CAAC;gBAE1B,IAAI,EAAE,IAAI,CAAC,qBAAqB,EAAE,IAAI,CAAC;CAGpD;AAED,qBAAa,oBAAoB;IAC/B,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,sBAAsB,CAAU;IAC3D,QAAQ,CAAC,QAAQ,EAAG,sBAAsB,CAAU;IACpD,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,qBAAqB,EAAE,IAAI,CAAC,CAAC;IACnD,SAAiB,IAAI,EAAE,MAAM,QAAQ,EAAE,CAAC;gBAE5B,IAAI,EAAE,IAAI,CAAC,qBAAqB,EAAE,IAAI,CAAC;CAGpD;AAED,qBAAa,oBAAoB;IAC/B,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,sBAAsB,CAAU;IAC3D,QAAQ,CAAC,QAAQ,EAAG,sBAAsB,CAAU;IACpD,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,qBAAqB,EAAE,IAAI,CAAC,CAAC;IACnD,SAAiB,IAAI,EAAE,MAAM,SAAS,EAAE,CAAC;gBAE7B,IAAI,EAAE,IAAI,CAAC,qBAAqB,EAAE,IAAI,CAAC;CAGpD;AAED,qBAAa,gBAAgB;IAC3B,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,kBAAkB,CAAU;IACvD,QAAQ,CAAC,QAAQ,EAAG,kBAAkB,CAAU;IAChD,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;IAC/C,SAAiB,IAAI,EAAE,MAAM,gBAAgB,CAAC;gBAElC,IAAI,EAAE,IAAI,CAAC,iBAAiB,EAAE,IAAI,CAAC;CAGhD;AAED,qBAAa,YAAY;IACvB,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,cAAc,CAAU;IACnD,QAAQ,CAAC,QAAQ,EAAG,cAAc,CAAU;IAC5C,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;IAC3C,SAAiB,IAAI,EAAE,MAAM,kBAAkB,CAAC;gBAEpC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC;CAG5C;AAED,qBAAa,cAAc;IACzB,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,gBAAgB,CAAU;IACrD,QAAQ,CAAC,QAAQ,EAAG,gBAAgB,CAAU;IAC9C,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;IAC7C,SAAiB,IAAI,EAAE,MAAM,oBAAoB,CAAC;gBAEtC,IAAI,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC;CAG9C;AAED,qBAAa,eAAe;IAC1B,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,iBAAiB,CAAU;IACtD,QAAQ,CAAC,QAAQ,EAAG,iBAAiB,CAAU;IAC/C,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAAC;IAC9C,SAAiB,IAAI,EAAE,MAAM,WAAW,CAAC;gBAE7B,IAAI,EAAE,IAAI,CAAC,gBAAgB,EAAE,IAAI,CAAC;CAG/C;AAED,qBAAa,aAAa;IACxB,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,eAAe,CAAU;IACpD,QAAQ,CAAC,QAAQ,EAAG,eAAe,CAAU;IAC7C,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5C,SAAiB,IAAI,EAAE,MAAM,MAAM,GAAG,IAAI,CAAC;gBAE/B,IAAI,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC;CAG7C;AAED,qBAAa,YAAY;IACvB,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,cAAc,CAAU;IACnD,QAAQ,CAAC,QAAQ,EAAG,cAAc,CAAU;IAC5C,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;IAC3C,SAAiB,IAAI,EAAE,MAAM,WAAW,CAAC;gBAE7B,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC;CAG5C;AAED,qBAAa,YAAY;IACvB,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,cAAc,CAAU;IACnD,QAAQ,CAAC,QAAQ,EAAG,cAAc,CAAU;IAC5C,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;IAC3C,SAAiB,IAAI,EAAE,MAAM,WAAW,CAAC;gBAE7B,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC;CAG5C;AAED,qBAAa,eAAe;IAC1B,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,iBAAiB,CAAU;IACtD,QAAQ,CAAC,QAAQ,EAAG,iBAAiB,CAAU;IAC/C,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAAC;IAC9C,SAAiB,IAAI,EAAE,MAAM,WAAW,CAAC;gBAE7B,IAAI,EAAE,IAAI,CAAC,gBAAgB,EAAE,IAAI,CAAC;CAG/C;AAED,qBAAa,aAAa;IACxB,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,eAAe,CAAU;IACpD,QAAQ,CAAC,QAAQ,EAAG,eAAe,CAAU;IAC7C,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5C,SAAiB,IAAI,EAAE,MAAM,MAAM,GAAG,IAAI,CAAC;gBAE/B,IAAI,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC;CAG7C;AAED,qBAAa,YAAY;IACvB,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,cAAc,CAAU;IACnD,QAAQ,CAAC,QAAQ,EAAG,cAAc,CAAU;IAC5C,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;IAC3C,SAAiB,IAAI,EAAE,MAAM,kBAAkB,CAAC;gBAEpC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC;CAG5C;AAED,qBAAa,WAAW;IACtB,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,aAAa,CAAU;IAClD,QAAQ,CAAC,QAAQ,EAAG,aAAa,CAAU;IAC3C,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;IAC1C,SAAiB,IAAI,EAAE,MAAM,iBAAiB,CAAC;gBAEnC,IAAI,EAAE,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC;CAG3C;AAED,qBAAa,YAAY;IACvB,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,cAAc,CAAU;IACnD,QAAQ,CAAC,QAAQ,EAAG,cAAc,CAAU;IAC5C,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;IAC3C,SAAiB,IAAI,EAAE,MAAM,kBAAkB,CAAC;gBAEpC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC;CAG5C;AAGD,qBAAa,WAAW;IACtB,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAG,aAAa,CAAU;IACnD,QAAQ,CAAC,SAAS,EAAG,aAAa,CAAU;IAC5C,QAAQ,CAAC,OAAO,EAAE,IAAI,CAAC,YAAY,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IACzD,SAAiB,IAAI,EAAE,MAAM,MAAM,CAAC;gBAExB,IAAI,EAAE,IAAI,CAAC,YAAY,EAAE,IAAI,GAAG,WAAW,CAAC;CAGzD;AAED,qBAAa,WAAW;IACtB,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAG,aAAa,CAAU;IACnD,QAAQ,CAAC,SAAS,EAAG,aAAa,CAAU;IAC5C,QAAQ,CAAC,OAAO,EAAE,IAAI,CAAC,YAAY,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IACzD,SAAiB,IAAI,EAAE,MAAM,OAAO,CAAC;gBAEzB,IAAI,EAAE,IAAI,CAAC,YAAY,EAAE,IAAI,GAAG,WAAW,CAAC;CAGzD;AAED,qBAAa,aAAa;IACxB,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAG,eAAe,CAAU;IACrD,QAAQ,CAAC,SAAS,EAAG,eAAe,CAAU;IAC9C,QAAQ,CAAC,OAAO,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IAC3D,SAAiB,IAAI,EAAE,MAAM,mBAAmB,CAAC;gBAErC,IAAI,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,GAAG,WAAW,CAAC;CAG3D;AAED,qBAAa,YAAY;IACvB,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAG,cAAc,CAAU;IACpD,QAAQ,CAAC,SAAS,EAAG,cAAc,CAAU;IAC7C,QAAQ,CAAC,OAAO,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IAC1D,SAAiB,IAAI,EAAE,MAAM,kBAAkB,CAAC;gBAEpC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,GAAG,WAAW,CAAC;CAG1D;AAED,qBAAa,qBAAqB;IAChC,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAG,uBAAuB,CAAU;IAC7D,QAAQ,CAAC,SAAS,EAAG,uBAAuB,CAAU;IACtD,QAAQ,CAAC,OAAO,EAAE,IAAI,CAAC,sBAAsB,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IACnE,SAAiB,IAAI,EAAE,MAAM,OAAO,CAAC;gBAEzB,IAAI,EAAE,IAAI,CAAC,sBAAsB,EAAE,IAAI,GAAG,WAAW,CAAC;CAGnE;AAED,qBAAa,uBAAuB;IAClC,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAG,yBAAyB,CAAU;IAC/D,QAAQ,CAAC,SAAS,EAAG,yBAAyB,CAAU;IACxD,QAAQ,CAAC,OAAO,EAAE,IAAI,CAAC,wBAAwB,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IACrE,SAAiB,IAAI,EAAE,MAAM,OAAO,CAAC;gBAEzB,IAAI,EAAE,IAAI,CAAC,wBAAwB,EAAE,IAAI,GAAG,WAAW,CAAC;CAGrE;AAED,qBAAa,YAAY;IACvB,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAG,cAAc,CAAU;IACpD,QAAQ,CAAC,SAAS,EAAG,cAAc,CAAU;IAC7C,QAAQ,CAAC,OAAO,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IAC1D,SAAiB,IAAI,EAAE,MAAM,kBAAkB,CAAC;gBAEpC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,GAAG,WAAW,CAAC;CAG1D;AAED,qBAAa,aAAa;IACxB,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAG,eAAe,CAAU;IACrD,QAAQ,CAAC,SAAS,EAAG,eAAe,CAAU;IAC9C,QAAQ,CAAC,OAAO,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;IAC3D,SAAiB,IAAI,EAAE,MAAM,mBAAmB,CAAC;gBAErC,IAAI,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,GAAG,WAAW,CAAC;CAG3D;AAGD,eAAO,MAAM,KAAK;mBACD,MAAM;;;;mBACN,MAAM;;;;CACtB,CAAC;AAGF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;CAsBZ,CAAC;AACX,MAAM,MAAM,aAAa,GAAG,OAAO,SAAS,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"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"}
@@ -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 GetClientsByQuery {
5
- static queryId = "GetClientsByQuery";
6
- static queryItemType = "Client";
7
- queryId = "GetClientsByQuery";
8
- queryItemType = "Client";
9
- query;
10
- constructor(args) {
11
- this.query = args;
12
- }
13
- }
14
- export class GetClientsByIds {
15
- static queryId = "GetClientsByIds";
16
- static queryItemType = "Client";
17
- queryId = "GetClientsByIds";
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 GetAllClients {
25
- static queryId = "GetAllClients";
26
- static queryItemType = "Client";
27
- queryId = "GetAllClients";
28
- queryItemType = "Client";
14
+ export class GetServersByIds {
15
+ static queryId = "GetServersByIds";
16
+ static queryItemType = "Server";
17
+ queryId = "GetServersByIds";
18
+ queryItemType = "Server";
29
19
  query;
30
20
  constructor(args) {
31
21
  this.query = args;
@@ -41,41 +31,51 @@ export class GetServersByQuery {
41
31
  this.query = args;
42
32
  }
43
33
  }
44
- export class GetServersByIds {
45
- static queryId = "GetServersByIds";
34
+ export class GetConnectedServer {
35
+ static queryId = "GetConnectedServer";
46
36
  static queryItemType = "Server";
47
- queryId = "GetServersByIds";
37
+ queryId = "GetConnectedServer";
48
38
  queryItemType = "Server";
49
39
  query;
50
40
  constructor(args) {
51
41
  this.query = args;
52
42
  }
53
43
  }
54
- export class GetConnectedServer {
55
- static queryId = "GetConnectedServer";
44
+ export class GetAllServers {
45
+ static queryId = "GetAllServers";
56
46
  static queryItemType = "Server";
57
- queryId = "GetConnectedServer";
47
+ queryId = "GetAllServers";
58
48
  queryItemType = "Server";
59
49
  query;
60
50
  constructor(args) {
61
51
  this.query = args;
62
52
  }
63
53
  }
64
- export class GetPeerServers {
65
- static queryId = "GetPeerServers";
66
- static queryItemType = "Server";
67
- queryId = "GetPeerServers";
68
- queryItemType = "Server";
54
+ export class GetClientsByIds {
55
+ static queryId = "GetClientsByIds";
56
+ static queryItemType = "Client";
57
+ queryId = "GetClientsByIds";
58
+ queryItemType = "Client";
69
59
  query;
70
60
  constructor(args) {
71
61
  this.query = args;
72
62
  }
73
63
  }
74
- export class GetAllServers {
75
- static queryId = "GetAllServers";
76
- static queryItemType = "Server";
77
- queryId = "GetAllServers";
78
- queryItemType = "Server";
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 GetAllClients {
75
+ static queryId = "GetAllClients";
76
+ static queryItemType = "Client";
77
+ queryId = "GetAllClients";
78
+ queryItemType = "Client";
79
79
  query;
80
80
  constructor(args) {
81
81
  this.query = args;
@@ -91,17 +91,9 @@ export class GetPersistHealth {
91
91
  this.report = args;
92
92
  }
93
93
  }
94
- export class EntitySnapshotDifference {
95
- static reportId = "EntitySnapshotDifference";
96
- reportId = "EntitySnapshotDifference";
97
- report;
98
- constructor(args) {
99
- this.report = args;
100
- }
101
- }
102
- export class ChildEntities {
103
- static reportId = "ChildEntities";
104
- reportId = "ChildEntities";
94
+ export class ChildEntitiesAllTime {
95
+ static reportId = "ChildEntitiesAllTime";
96
+ reportId = "ChildEntitiesAllTime";
105
97
  report;
106
98
  constructor(args) {
107
99
  this.report = args;
@@ -115,17 +107,17 @@ export class Loggers {
115
107
  this.report = args;
116
108
  }
117
109
  }
118
- export class FullChildEntities {
119
- static reportId = "FullChildEntities";
120
- reportId = "FullChildEntities";
110
+ export class EventsForTransaction {
111
+ static reportId = "EventsForTransaction";
112
+ reportId = "EventsForTransaction";
121
113
  report;
122
114
  constructor(args) {
123
115
  this.report = args;
124
116
  }
125
117
  }
126
- export class ServerLogLevel {
127
- static reportId = "ServerLogLevel";
128
- reportId = "ServerLogLevel";
118
+ export class GetItemsByTypeAndIds {
119
+ static reportId = "GetItemsByTypeAndIds";
120
+ reportId = "GetItemsByTypeAndIds";
129
121
  report;
130
122
  constructor(args) {
131
123
  this.report = args;
@@ -139,73 +131,73 @@ export class PeerAlive {
139
131
  this.report = args;
140
132
  }
141
133
  }
142
- export class EventsForTransaction {
143
- static reportId = "EventsForTransaction";
144
- reportId = "EventsForTransaction";
134
+ export class EntitySnapshotDifference {
135
+ static reportId = "EntitySnapshotDifference";
136
+ reportId = "EntitySnapshotDifference";
145
137
  report;
146
138
  constructor(args) {
147
139
  this.report = args;
148
140
  }
149
141
  }
150
- export class ChildEntitiesAllTime {
151
- static reportId = "ChildEntitiesAllTime";
152
- reportId = "ChildEntitiesAllTime";
142
+ export class ServerLogLevel {
143
+ static reportId = "ServerLogLevel";
144
+ reportId = "ServerLogLevel";
153
145
  report;
154
146
  constructor(args) {
155
147
  this.report = args;
156
148
  }
157
149
  }
158
- export class GetItemsByTypeAndIds {
159
- static reportId = "GetItemsByTypeAndIds";
160
- reportId = "GetItemsByTypeAndIds";
150
+ export class ChildEntities {
151
+ static reportId = "ChildEntities";
152
+ reportId = "ChildEntities";
161
153
  report;
162
154
  constructor(args) {
163
155
  this.report = args;
164
156
  }
165
157
  }
166
- export class ExportEntityTree {
167
- static reportId = "ExportEntityTree";
168
- reportId = "ExportEntityTree";
158
+ export class FullChildEntities {
159
+ static reportId = "FullChildEntities";
160
+ reportId = "FullChildEntities";
169
161
  report;
170
162
  constructor(args) {
171
163
  this.report = args;
172
164
  }
173
165
  }
174
- export class ClientStatus {
175
- static reportId = "ClientStatus";
176
- reportId = "ClientStatus";
166
+ export class ExportEntityTree {
167
+ static reportId = "ExportEntityTree";
168
+ reportId = "ExportEntityTree";
177
169
  report;
178
170
  constructor(args) {
179
171
  this.report = args;
180
172
  }
181
173
  }
182
- export class WindbackStatus {
183
- static reportId = "WindbackStatus";
184
- reportId = "WindbackStatus";
174
+ export class GetServerById {
175
+ static reportId = "GetServerById";
176
+ reportId = "GetServerById";
185
177
  report;
186
178
  constructor(args) {
187
179
  this.report = args;
188
180
  }
189
181
  }
190
- export class CountAllClients {
191
- static reportId = "CountAllClients";
192
- reportId = "CountAllClients";
182
+ export class ServerStats {
183
+ static reportId = "ServerStats";
184
+ reportId = "ServerStats";
193
185
  report;
194
186
  constructor(args) {
195
187
  this.report = args;
196
188
  }
197
189
  }
198
- export class GetClientById {
199
- static reportId = "GetClientById";
200
- reportId = "GetClientById";
190
+ export class CountAllServers {
191
+ static reportId = "CountAllServers";
192
+ reportId = "CountAllServers";
201
193
  report;
202
194
  constructor(args) {
203
195
  this.report = args;
204
196
  }
205
197
  }
206
- export class CountClients {
207
- static reportId = "CountClients";
208
- reportId = "CountClients";
198
+ export class SearchServer {
199
+ static reportId = "SearchServer";
200
+ reportId = "SearchServer";
209
201
  report;
210
202
  constructor(args) {
211
203
  this.report = args;
@@ -219,47 +211,63 @@ export class CountServers {
219
211
  this.report = args;
220
212
  }
221
213
  }
222
- export class CountAllServers {
223
- static reportId = "CountAllServers";
224
- reportId = "CountAllServers";
214
+ export class EntitySearch {
215
+ static reportId = "EntitySearch";
216
+ reportId = "EntitySearch";
225
217
  report;
226
218
  constructor(args) {
227
219
  this.report = args;
228
220
  }
229
221
  }
230
- export class GetServerById {
231
- static reportId = "GetServerById";
232
- reportId = "GetServerById";
222
+ export class CountClients {
223
+ static reportId = "CountClients";
224
+ reportId = "CountClients";
233
225
  report;
234
226
  constructor(args) {
235
227
  this.report = args;
236
228
  }
237
229
  }
238
- export class SearchServer {
239
- static reportId = "SearchServer";
240
- reportId = "SearchServer";
230
+ export class GetClientById {
231
+ static reportId = "GetClientById";
232
+ reportId = "GetClientById";
241
233
  report;
242
234
  constructor(args) {
243
235
  this.report = args;
244
236
  }
245
237
  }
246
- export class ServerStats {
247
- static reportId = "ServerStats";
248
- reportId = "ServerStats";
238
+ export class ClientStatus {
239
+ static reportId = "ClientStatus";
240
+ reportId = "ClientStatus";
249
241
  report;
250
242
  constructor(args) {
251
243
  this.report = args;
252
244
  }
253
245
  }
254
- export class EntitySearch {
255
- static reportId = "EntitySearch";
256
- reportId = "EntitySearch";
246
+ export class CountAllClients {
247
+ static reportId = "CountAllClients";
248
+ reportId = "CountAllClients";
249
+ report;
250
+ constructor(args) {
251
+ this.report = args;
252
+ }
253
+ }
254
+ export class WindbackStatus {
255
+ static reportId = "WindbackStatus";
256
+ reportId = "WindbackStatus";
257
257
  report;
258
258
  constructor(args) {
259
259
  this.report = args;
260
260
  }
261
261
  }
262
262
  // Command classes
263
+ export class SetLogLevel {
264
+ static commandId = "SetLogLevel";
265
+ commandId = "SetLogLevel";
266
+ command;
267
+ constructor(args) {
268
+ this.command = args;
269
+ }
270
+ }
263
271
  export class ImportItems {
264
272
  static commandId = "ImportItems";
265
273
  commandId = "ImportItems";
@@ -268,9 +276,17 @@ export class ImportItems {
268
276
  this.command = args;
269
277
  }
270
278
  }
271
- export class SetLogLevel {
272
- static commandId = "SetLogLevel";
273
- commandId = "SetLogLevel";
279
+ export class DeleteServers {
280
+ static commandId = "DeleteServers";
281
+ commandId = "DeleteServers";
282
+ command;
283
+ constructor(args) {
284
+ this.command = args;
285
+ }
286
+ }
287
+ export class DeleteServer {
288
+ static commandId = "DeleteServer";
289
+ commandId = "DeleteServer";
274
290
  command;
275
291
  constructor(args) {
276
292
  this.command = args;
@@ -308,49 +324,33 @@ export class ClearClientWindbackTime {
308
324
  this.command = args;
309
325
  }
310
326
  }
311
- export class DeleteServer {
312
- static commandId = "DeleteServer";
313
- commandId = "DeleteServer";
314
- command;
315
- constructor(args) {
316
- this.command = args;
317
- }
318
- }
319
- export class DeleteServers {
320
- static commandId = "DeleteServers";
321
- commandId = "DeleteServers";
322
- command;
323
- constructor(args) {
324
- this.command = args;
325
- }
326
- }
327
327
  // Item constructors
328
328
  export const items = {
329
- Client: (args) => ({ item: args, itemType: "Client" }),
330
329
  Server: (args) => ({ item: args, itemType: "Server" }),
330
+ Client: (args) => ({ item: args, itemType: "Client" }),
331
331
  };
332
332
  // Message events
333
333
  export const MykoEvent = {
334
- ViewError: "ws:m:view-error",
335
- CommandError: "ws:m:command-error",
336
- QueryError: "ws:m:query-error",
337
- View: "ws:m:view",
338
- ViewWindow: "ws:m:view-window",
339
- Benchmark: "ws:m:benchmark",
340
- ViewResponse: "ws:m:view-response",
341
- ReportError: "ws:m:report-error",
342
- Event: "ws:m:event",
343
- Report: "ws:m:report",
344
- CommandResponse: "ws:m:command-response",
345
334
  QueryResponse: "ws:m:query-response",
335
+ Command: "ws:m:command",
336
+ Benchmark: "ws:m:benchmark",
337
+ Ping: "ws:m:ping",
346
338
  ViewCancel: "ws:m:view-cancel",
339
+ ReportError: "ws:m:report-error",
347
340
  EventBatch: "ws:m:event-batch",
341
+ ViewResponse: "ws:m:view-response",
342
+ Event: "ws:m:event",
343
+ CommandError: "ws:m:command-error",
348
344
  ReportCancel: "ws:m:report-cancel",
349
- ReportResponse: "ws:m:report-response",
350
- Ping: "ws:m:ping",
351
- Command: "ws:m:command",
352
- Query: "ws:m:query",
353
345
  QueryWindow: "ws:m:query-window",
346
+ ViewError: "ws:m:view-error",
354
347
  QueryCancel: "ws:m:query-cancel",
348
+ View: "ws:m:view",
349
+ ViewWindow: "ws:m:view-window",
350
+ Query: "ws:m:query",
351
+ CommandResponse: "ws:m:command-response",
352
+ ReportResponse: "ws:m:report-response",
353
+ Report: "ws:m:report",
354
+ QueryError: "ws:m:query-error",
355
355
  };
356
356
  // Shared constants
package/package.json CHANGED
@@ -43,5 +43,5 @@
43
43
  },
44
44
  "type": "module",
45
45
  "types": "./dist/index.d.ts",
46
- "version": "4.11.1"
46
+ "version": "4.13.0"
47
47
  }