@overlayed/app 1.3.15 → 1.4.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/index.d.mts CHANGED
@@ -397,7 +397,7 @@ declare function module(): {
397
397
  readonly key: "universal";
398
398
  readonly events: import("arktype").Module<{
399
399
  event: {
400
- game: "siege" | "tft";
400
+ game: "sand" | "siege" | "tft";
401
401
  type: "module_loaded";
402
402
  creation_time: number;
403
403
  content: {
@@ -405,18 +405,28 @@ declare function module(): {
405
405
  process_hash: string;
406
406
  };
407
407
  } | {
408
- game: "siege" | "tft";
408
+ game: "sand";
409
409
  type: "logged_in";
410
410
  creation_time: number;
411
411
  content: {
412
412
  account_id: string;
413
+ display_name: string;
414
+ platform_id: string;
415
+ playfab_id: string;
413
416
  };
414
417
  } | {
415
418
  game: "siege" | "tft";
419
+ type: "logged_in";
420
+ creation_time: number;
421
+ content: {
422
+ account_id: string;
423
+ };
424
+ } | {
425
+ game: "sand" | "siege" | "tft";
416
426
  type: "module_unloaded";
417
427
  creation_time: number;
418
428
  } | {
419
- game: "siege" | "tft";
429
+ game: "sand" | "siege" | "tft";
420
430
  type: "unsupported_game_version";
421
431
  creation_time: number;
422
432
  content: {
@@ -425,6 +435,16 @@ declare function module(): {
425
435
  };
426
436
  };
427
437
  logged_in: {
438
+ game: "sand";
439
+ type: "logged_in";
440
+ creation_time: number;
441
+ content: {
442
+ account_id: string;
443
+ display_name: string;
444
+ platform_id: string;
445
+ playfab_id: string;
446
+ };
447
+ } | {
428
448
  game: "siege" | "tft";
429
449
  type: "logged_in";
430
450
  creation_time: number;
@@ -433,7 +453,7 @@ declare function module(): {
433
453
  };
434
454
  };
435
455
  module_loaded: {
436
- game: "siege" | "tft";
456
+ game: "sand" | "siege" | "tft";
437
457
  type: "module_loaded";
438
458
  creation_time: number;
439
459
  content: {
@@ -442,12 +462,12 @@ declare function module(): {
442
462
  };
443
463
  };
444
464
  module_unloaded: {
445
- game: "siege" | "tft";
465
+ game: "sand" | "siege" | "tft";
446
466
  type: "module_unloaded";
447
467
  creation_time: number;
448
468
  };
449
469
  unsupported_game_version: {
450
- game: "siege" | "tft";
470
+ game: "sand" | "siege" | "tft";
451
471
  type: "unsupported_game_version";
452
472
  creation_time: number;
453
473
  content: {