@shipload/sdk 1.0.0-next.45 → 1.0.0-next.46

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.
Files changed (41) hide show
  1. package/lib/shipload.d.ts +235 -39
  2. package/lib/shipload.js +1399 -157
  3. package/lib/shipload.js.map +1 -1
  4. package/lib/shipload.m.js +1385 -158
  5. package/lib/shipload.m.js.map +1 -1
  6. package/lib/testing.d.ts +81 -15
  7. package/lib/testing.js +374 -41
  8. package/lib/testing.js.map +1 -1
  9. package/lib/testing.m.js +375 -42
  10. package/lib/testing.m.js.map +1 -1
  11. package/package.json +1 -1
  12. package/src/capabilities/gathering.test.ts +14 -1
  13. package/src/capabilities/gathering.ts +6 -5
  14. package/src/capabilities/modules.ts +4 -0
  15. package/src/contracts/server.ts +242 -28
  16. package/src/data/entities.json +93 -19
  17. package/src/data/item-ids.ts +12 -0
  18. package/src/data/items.json +76 -2
  19. package/src/data/kind-registry.json +10 -0
  20. package/src/data/metadata.ts +68 -0
  21. package/src/data/recipes-runtime.ts +1 -0
  22. package/src/data/recipes.json +720 -0
  23. package/src/derivation/capabilities.test.ts +11 -11
  24. package/src/derivation/capabilities.ts +42 -27
  25. package/src/derivation/index.ts +2 -0
  26. package/src/derivation/recipe-usage.test.ts +11 -7
  27. package/src/derivation/stars.test.ts +16 -0
  28. package/src/derivation/stars.ts +10 -0
  29. package/src/derivation/stratum.ts +11 -4
  30. package/src/entities/makers.ts +8 -1
  31. package/src/index-module.ts +5 -1
  32. package/src/managers/actions.ts +10 -0
  33. package/src/nft/buildImmutableData.ts +1 -1
  34. package/src/nft/description.ts +20 -11
  35. package/src/resolution/describe-module.ts +21 -8
  36. package/src/resolution/resolve-item.ts +31 -33
  37. package/src/scheduling/projection.ts +8 -1
  38. package/src/subscriptions/manager.cluster.test.ts +7 -2
  39. package/src/subscriptions/types.ts +1 -0
  40. package/src/utils/cargo.test.ts +14 -0
  41. package/src/utils/cargo.ts +2 -0
package/lib/shipload.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _wharfkit_antelope from '@wharfkit/antelope';
2
- import { Blob, ABI, Struct, Name, Asset, UInt64, Checksum256, UInt32, TimePointSec, ExtendedAsset, Checksum256Type, UInt32Type, NameType, UInt64Type, AssetType, ExtendedAssetType, Action, UInt16, UInt8, Int64, TimePoint, Int8, Bytes, Int32, BlockTimestamp, UInt16Type, UInt8Type, Int8Type, Int64Type, TimePointType, Int32Type, Checksum512, Transaction, APIClient } from '@wharfkit/antelope';
2
+ import { Blob, ABI, Struct, Name, Asset, UInt64, Checksum256, UInt32, TimePointSec, ExtendedAsset, Checksum256Type, UInt32Type, NameType, UInt64Type, AssetType, ExtendedAssetType, Action, UInt16, UInt8, Int64, TimePoint, Int8, BlockTimestamp, Bytes, Int32, UInt16Type, UInt8Type, Int8Type, Int64Type, TimePointType, Int32Type, Checksum512, Transaction, APIClient } from '@wharfkit/antelope';
3
3
  import * as _wharfkit_contract from '@wharfkit/contract';
4
4
  import { Contract as Contract$2, PartialBy, ContractArgs, ActionOptions, Table } from '@wharfkit/contract';
5
5
  import { ChainDefinition } from '@wharfkit/common';
@@ -392,6 +392,9 @@ declare namespace Types {
392
392
  id: UInt64;
393
393
  entity_id?: UInt64;
394
394
  }
395
+ class claim_row extends Struct {
396
+ owner: Name;
397
+ }
395
398
  class cluster_slot extends Struct {
396
399
  hub: UInt64;
397
400
  gx: Int8;
@@ -402,10 +405,18 @@ declare namespace Types {
402
405
  target_item_id: UInt16;
403
406
  slot: cluster_slot;
404
407
  }
408
+ class claimstarter extends Struct {
409
+ owner: Name;
410
+ }
405
411
  class cleanrsvp extends Struct {
406
412
  epoch: UInt64;
407
413
  max_rows: UInt64;
408
414
  }
415
+ class cleartable extends Struct {
416
+ table_name: Name;
417
+ scope?: Name;
418
+ max_rows?: UInt64;
419
+ }
409
420
  class cluster_cell extends Struct {
410
421
  gx: Int8;
411
422
  gy: Int8;
@@ -496,10 +507,15 @@ declare namespace Types {
496
507
  class warp_stats extends Struct {
497
508
  range: UInt32;
498
509
  }
510
+ class hauler_tier_cap extends Struct {
511
+ tier: UInt8;
512
+ capacity: UInt8;
513
+ }
499
514
  class hauler_stats extends Struct {
500
515
  capacity: UInt8;
501
516
  efficiency: UInt16;
502
517
  drain: UInt32;
518
+ capacity_by_tier: hauler_tier_cap[];
503
519
  }
504
520
  class gatherer_lane extends Struct {
505
521
  slot_index: UInt8;
@@ -572,6 +588,7 @@ declare namespace Types {
572
588
  class slot_def extends Struct {
573
589
  type: UInt8;
574
590
  output_pct: UInt16;
591
+ max_tier: UInt8;
575
592
  }
576
593
  class entity_layout extends Struct {
577
594
  entity_item_id: UInt16;
@@ -630,6 +647,9 @@ declare namespace Types {
630
647
  threshold: UInt8;
631
648
  seed: Checksum256;
632
649
  }
650
+ class fixcargomass extends Struct {
651
+ entity_id: UInt64;
652
+ }
633
653
  class grid_cell extends Struct {
634
654
  gx: Int8;
635
655
  gy: Int8;
@@ -637,6 +657,9 @@ declare namespace Types {
637
657
  class footprint_result extends Struct {
638
658
  cells: grid_cell[];
639
659
  }
660
+ class forcereveal extends Struct {
661
+ epoch: UInt64;
662
+ }
640
663
  class gather extends Struct {
641
664
  source_id: UInt64;
642
665
  destination_id: UInt64;
@@ -652,6 +675,10 @@ declare namespace Types {
652
675
  }
653
676
  class getconfig extends Struct {
654
677
  }
678
+ class getdeposit extends Struct {
679
+ owner: Name;
680
+ asset_id: UInt64;
681
+ }
655
682
  class getdistance extends Struct {
656
683
  ax: Int64;
657
684
  ay: Int64;
@@ -680,6 +707,9 @@ declare namespace Types {
680
707
  }
681
708
  class getitems extends Struct {
682
709
  }
710
+ class getitemtype extends Struct {
711
+ item_id: UInt16;
712
+ }
683
713
  class getitemtypes extends Struct {
684
714
  }
685
715
  class getkindmeta extends Struct {
@@ -700,6 +730,8 @@ declare namespace Types {
700
730
  entity_id: UInt64;
701
731
  recharge: boolean;
702
732
  }
733
+ class getnftbase extends Struct {
734
+ }
703
735
  class getnftinfo extends Struct {
704
736
  }
705
737
  class getplayer extends Struct {
@@ -758,6 +790,37 @@ declare namespace Types {
758
790
  class hash512 extends Struct {
759
791
  value: string;
760
792
  }
793
+ class importcargo extends Struct {
794
+ row: cargo_row;
795
+ }
796
+ class importentity extends Struct {
797
+ row: entity_row;
798
+ }
799
+ class importgroup extends Struct {
800
+ row: entitygroup_row;
801
+ }
802
+ class importplayer extends Struct {
803
+ owner: Name;
804
+ }
805
+ class reserve_row extends Struct {
806
+ id: UInt64;
807
+ coord_id: UInt64;
808
+ stratum: UInt16;
809
+ remaining: UInt32;
810
+ last_block: BlockTimestamp;
811
+ }
812
+ class importreserve extends Struct {
813
+ epoch_scope: UInt32;
814
+ row: reserve_row;
815
+ }
816
+ class state_row extends Struct {
817
+ enabled: boolean;
818
+ epoch: UInt32;
819
+ seed: Checksum256;
820
+ }
821
+ class importstate extends Struct {
822
+ row: state_row;
823
+ }
761
824
  class item_id_pair extends Struct {
762
825
  id: UInt16;
763
826
  name: string;
@@ -914,7 +977,7 @@ declare namespace Types {
914
977
  owner: Name;
915
978
  entity_type: Name;
916
979
  entity_id: UInt64;
917
- task_index: UInt8;
980
+ task_index: UInt32;
918
981
  task: task;
919
982
  starts_at: TimePoint;
920
983
  completes_at: TimePoint;
@@ -964,6 +1027,7 @@ declare namespace Types {
964
1027
  crafter_lanes: crafter_lane[];
965
1028
  loader_lanes: loader_lane[];
966
1029
  launcher?: launcher_stats;
1030
+ tier: UInt8;
967
1031
  }
968
1032
  class recharge extends Struct {
969
1033
  id: UInt64;
@@ -978,13 +1042,6 @@ declare namespace Types {
978
1042
  id: UInt64;
979
1043
  name: string;
980
1044
  }
981
- class reserve_row extends Struct {
982
- id: UInt64;
983
- coord_id: UInt64;
984
- stratum: UInt16;
985
- remaining: UInt32;
986
- last_block: BlockTimestamp;
987
- }
988
1045
  class resolve extends Struct {
989
1046
  id: UInt64;
990
1047
  count?: UInt64;
@@ -992,7 +1049,7 @@ declare namespace Types {
992
1049
  class resolve_results extends Struct {
993
1050
  entity_id: UInt64;
994
1051
  entity_type: Name;
995
- resolved_count: UInt8;
1052
+ resolved_count: UInt32;
996
1053
  new_schedule_started?: TimePoint;
997
1054
  entitygroup?: UInt64;
998
1055
  group_members?: entity_ref[];
@@ -1037,6 +1094,11 @@ declare namespace Types {
1037
1094
  class rmnftcfg extends Struct {
1038
1095
  item_id: UInt16;
1039
1096
  }
1097
+ class setcoords extends Struct {
1098
+ entity_id: UInt64;
1099
+ x: Int64;
1100
+ y: Int64;
1101
+ }
1040
1102
  class setnftcfg extends Struct {
1041
1103
  item_id: UInt16;
1042
1104
  template_id: Int32;
@@ -1054,11 +1116,6 @@ declare namespace Types {
1054
1116
  fee_pct: UInt16;
1055
1117
  fee_account: Name;
1056
1118
  }
1057
- class state_row extends Struct {
1058
- enabled: boolean;
1059
- epoch: UInt32;
1060
- seed: Checksum256;
1061
- }
1062
1119
  class stowcargo extends Struct {
1063
1120
  owner: Name;
1064
1121
  entity_id: UInt64;
@@ -1092,6 +1149,13 @@ declare namespace Types {
1092
1149
  module_index: UInt8;
1093
1150
  module_ref: cargo_ref;
1094
1151
  }
1152
+ class swaptile extends Struct {
1153
+ hub_id: UInt64;
1154
+ a_gx: Int8;
1155
+ a_gy: Int8;
1156
+ b_gx: Int8;
1157
+ b_gy: Int8;
1158
+ }
1095
1159
  class task_results extends Struct {
1096
1160
  entities: entity_task_info[];
1097
1161
  }
@@ -1129,6 +1193,8 @@ declare namespace Types {
1129
1193
  x: Int64;
1130
1194
  y: Int64;
1131
1195
  }
1196
+ class wipe extends Struct {
1197
+ }
1132
1198
  class wormhole_info extends Struct {
1133
1199
  coords: coordinates;
1134
1200
  is_wormhole: boolean;
@@ -1146,6 +1212,7 @@ declare namespace Types {
1146
1212
  }
1147
1213
  declare const TableMap: {
1148
1214
  cargo: typeof Types.cargo_row;
1215
+ claims: typeof Types.claim_row;
1149
1216
  cluster: typeof Types.cluster_row;
1150
1217
  commit: typeof Types.commit_row;
1151
1218
  entity: typeof Types.entity_row;
@@ -1165,6 +1232,7 @@ declare const TableMap: {
1165
1232
  };
1166
1233
  interface TableTypes {
1167
1234
  cargo: Types.cargo_row;
1235
+ claims: Types.claim_row;
1168
1236
  cluster: Types.cluster_row;
1169
1237
  commit: Types.commit_row;
1170
1238
  entity: Types.entity_row;
@@ -1277,12 +1345,37 @@ declare namespace ActionParams {
1277
1345
  until: TimePointType;
1278
1346
  incoming_mass: UInt32Type;
1279
1347
  }
1348
+ interface cargo_row {
1349
+ id: UInt64Type;
1350
+ entity_id: UInt64Type;
1351
+ item_id: UInt64Type;
1352
+ quantity: UInt64Type;
1353
+ stats: UInt64Type;
1354
+ modules: Type.module_entry[];
1355
+ sequence_id?: UInt64Type;
1356
+ }
1357
+ interface entitygroup_row {
1358
+ id: UInt64Type;
1359
+ participants: Type.entity_ref[];
1360
+ }
1361
+ interface reserve_row {
1362
+ id: UInt64Type;
1363
+ coord_id: UInt64Type;
1364
+ stratum: UInt16Type;
1365
+ remaining: UInt32Type;
1366
+ last_block: BlockTimestamp;
1367
+ }
1368
+ interface state_row {
1369
+ enabled: boolean;
1370
+ epoch: UInt32Type;
1371
+ seed: Checksum256Type;
1372
+ }
1280
1373
  interface task_event {
1281
1374
  event_type: UInt8Type;
1282
1375
  owner: NameType;
1283
1376
  entity_type: NameType;
1284
1377
  entity_id: UInt64Type;
1285
- task_index: UInt8Type;
1378
+ task_index: UInt32Type;
1286
1379
  task: Type.task;
1287
1380
  starts_at: TimePointType;
1288
1381
  completes_at: TimePointType;
@@ -1322,10 +1415,18 @@ declare namespace ActionParams {
1322
1415
  target_item_id: UInt16Type;
1323
1416
  slot: Type.cluster_slot;
1324
1417
  }
1418
+ interface claimstarter {
1419
+ owner: NameType;
1420
+ }
1325
1421
  interface cleanrsvp {
1326
1422
  epoch: UInt64Type;
1327
1423
  max_rows: UInt64Type;
1328
1424
  }
1425
+ interface cleartable {
1426
+ table_name: NameType;
1427
+ scope?: NameType;
1428
+ max_rows?: UInt64Type;
1429
+ }
1329
1430
  interface commit {
1330
1431
  oracle_id: NameType;
1331
1432
  epoch: UInt64Type;
@@ -1359,6 +1460,12 @@ declare namespace ActionParams {
1359
1460
  interface enable {
1360
1461
  enabled: boolean;
1361
1462
  }
1463
+ interface fixcargomass {
1464
+ entity_id: UInt64Type;
1465
+ }
1466
+ interface forcereveal {
1467
+ epoch: UInt64Type;
1468
+ }
1362
1469
  interface gather {
1363
1470
  source_id: UInt64Type;
1364
1471
  destination_id: UInt64Type;
@@ -1374,6 +1481,10 @@ declare namespace ActionParams {
1374
1481
  }
1375
1482
  interface getconfig {
1376
1483
  }
1484
+ interface getdeposit {
1485
+ owner: NameType;
1486
+ asset_id: UInt64Type;
1487
+ }
1377
1488
  interface getdistance {
1378
1489
  ax: Int64Type;
1379
1490
  ay: Int64Type;
@@ -1402,6 +1513,9 @@ declare namespace ActionParams {
1402
1513
  }
1403
1514
  interface getitems {
1404
1515
  }
1516
+ interface getitemtype {
1517
+ item_id: UInt16Type;
1518
+ }
1405
1519
  interface getitemtypes {
1406
1520
  }
1407
1521
  interface getkindmeta {
@@ -1422,6 +1536,8 @@ declare namespace ActionParams {
1422
1536
  entity_id: UInt64Type;
1423
1537
  recharge: boolean;
1424
1538
  }
1539
+ interface getnftbase {
1540
+ }
1425
1541
  interface getnftinfo {
1426
1542
  }
1427
1543
  interface getplayer {
@@ -1480,6 +1596,25 @@ declare namespace ActionParams {
1480
1596
  interface hash512 {
1481
1597
  value: string;
1482
1598
  }
1599
+ interface importcargo {
1600
+ row: Type.cargo_row;
1601
+ }
1602
+ interface importentity {
1603
+ row: Type.entity_row;
1604
+ }
1605
+ interface importgroup {
1606
+ row: Type.entitygroup_row;
1607
+ }
1608
+ interface importplayer {
1609
+ owner: NameType;
1610
+ }
1611
+ interface importreserve {
1612
+ epoch_scope: UInt32Type;
1613
+ row: Type.reserve_row;
1614
+ }
1615
+ interface importstate {
1616
+ row: Type.state_row;
1617
+ }
1483
1618
  interface join {
1484
1619
  account: NameType;
1485
1620
  }
@@ -1550,6 +1685,11 @@ declare namespace ActionParams {
1550
1685
  interface rmnftcfg {
1551
1686
  item_id: UInt16Type;
1552
1687
  }
1688
+ interface setcoords {
1689
+ entity_id: UInt64Type;
1690
+ x: Int64Type;
1691
+ y: Int64Type;
1692
+ }
1553
1693
  interface setnftcfg {
1554
1694
  item_id: UInt16Type;
1555
1695
  template_id: Int32Type;
@@ -1584,6 +1724,13 @@ declare namespace ActionParams {
1584
1724
  module_index: UInt8Type;
1585
1725
  module_ref: Type.cargo_ref;
1586
1726
  }
1727
+ interface swaptile {
1728
+ hub_id: UInt64Type;
1729
+ a_gx: Int8Type;
1730
+ a_gy: Int8Type;
1731
+ b_gx: Int8Type;
1732
+ b_gy: Int8Type;
1733
+ }
1587
1734
  interface transit {
1588
1735
  id: UInt64Type;
1589
1736
  ax: Int64Type;
@@ -1611,6 +1758,8 @@ declare namespace ActionParams {
1611
1758
  x: Int64Type;
1612
1759
  y: Int64Type;
1613
1760
  }
1761
+ interface wipe {
1762
+ }
1614
1763
  }
1615
1764
  interface ActionNameParams {
1616
1765
  addmodule: ActionParams.addmodule;
@@ -1620,7 +1769,9 @@ interface ActionNameParams {
1620
1769
  buildplot: ActionParams.buildplot;
1621
1770
  cancel: ActionParams.cancel;
1622
1771
  claimplot: ActionParams.claimplot;
1772
+ claimstarter: ActionParams.claimstarter;
1623
1773
  cleanrsvp: ActionParams.cleanrsvp;
1774
+ cleartable: ActionParams.cleartable;
1624
1775
  commit: ActionParams.commit;
1625
1776
  configlog: ActionParams.configlog;
1626
1777
  craft: ActionParams.craft;
@@ -1628,10 +1779,13 @@ interface ActionNameParams {
1628
1779
  deploy: ActionParams.deploy;
1629
1780
  descentity: ActionParams.descentity;
1630
1781
  enable: ActionParams.enable;
1782
+ fixcargomass: ActionParams.fixcargomass;
1783
+ forcereveal: ActionParams.forcereveal;
1631
1784
  gather: ActionParams.gather;
1632
1785
  genesisfleet: ActionParams.genesisfleet;
1633
1786
  getcluster: ActionParams.getcluster;
1634
1787
  getconfig: ActionParams.getconfig;
1788
+ getdeposit: ActionParams.getdeposit;
1635
1789
  getdistance: ActionParams.getdistance;
1636
1790
  geteligible: ActionParams.geteligible;
1637
1791
  getentcls: ActionParams.getentcls;
@@ -1641,6 +1795,7 @@ interface ActionNameParams {
1641
1795
  getitemdata: ActionParams.getitemdata;
1642
1796
  getitemids: ActionParams.getitemids;
1643
1797
  getitems: ActionParams.getitems;
1798
+ getitemtype: ActionParams.getitemtype;
1644
1799
  getitemtypes: ActionParams.getitemtypes;
1645
1800
  getkindmeta: ActionParams.getkindmeta;
1646
1801
  getlocation: ActionParams.getlocation;
@@ -1648,6 +1803,7 @@ interface ActionNameParams {
1648
1803
  getmodtypes: ActionParams.getmodtypes;
1649
1804
  getmodules: ActionParams.getmodules;
1650
1805
  getnearby: ActionParams.getnearby;
1806
+ getnftbase: ActionParams.getnftbase;
1651
1807
  getnftinfo: ActionParams.getnftinfo;
1652
1808
  getplayer: ActionParams.getplayer;
1653
1809
  getprojstate: ActionParams.getprojstate;
@@ -1664,6 +1820,12 @@ interface ActionNameParams {
1664
1820
  grouptravel: ActionParams.grouptravel;
1665
1821
  hash: ActionParams.hash;
1666
1822
  hash512: ActionParams.hash512;
1823
+ importcargo: ActionParams.importcargo;
1824
+ importentity: ActionParams.importentity;
1825
+ importgroup: ActionParams.importgroup;
1826
+ importplayer: ActionParams.importplayer;
1827
+ importreserve: ActionParams.importreserve;
1828
+ importstate: ActionParams.importstate;
1667
1829
  join: ActionParams.join;
1668
1830
  launch: ActionParams.launch;
1669
1831
  load: ActionParams.load;
@@ -1681,6 +1843,7 @@ interface ActionNameParams {
1681
1843
  reveal: ActionParams.reveal;
1682
1844
  rmmodule: ActionParams.rmmodule;
1683
1845
  rmnftcfg: ActionParams.rmnftcfg;
1846
+ setcoords: ActionParams.setcoords;
1684
1847
  setnftcfg: ActionParams.setnftcfg;
1685
1848
  setthreshold: ActionParams.setthreshold;
1686
1849
  setwrapcost: ActionParams.setwrapcost;
@@ -1688,11 +1851,13 @@ interface ActionNameParams {
1688
1851
  stowcargo: ActionParams.stowcargo;
1689
1852
  stowentity: ActionParams.stowentity;
1690
1853
  swapmodule: ActionParams.swapmodule;
1854
+ swaptile: ActionParams.swaptile;
1691
1855
  transit: ActionParams.transit;
1692
1856
  travel: ActionParams.travel;
1693
1857
  undeploy: ActionParams.undeploy;
1694
1858
  unload: ActionParams.unload;
1695
1859
  warp: ActionParams.warp;
1860
+ wipe: ActionParams.wipe;
1696
1861
  }
1697
1862
  type ActionNames = keyof ActionNameParams;
1698
1863
  interface ActionReturnValues {
@@ -1706,6 +1871,7 @@ interface ActionReturnValues {
1706
1871
  gather: Types.task_results;
1707
1872
  getcluster: Types.cluster_row;
1708
1873
  getconfig: Types.game_config;
1874
+ getdeposit: ExtendedAsset;
1709
1875
  getdistance: UInt64;
1710
1876
  geteligible: UInt16[];
1711
1877
  getentcls: Types.enum_result;
@@ -1715,6 +1881,7 @@ interface ActionReturnValues {
1715
1881
  getitemdata: Types.itemdata_result;
1716
1882
  getitemids: Types.item_ids_result;
1717
1883
  getitems: Types.items_info;
1884
+ getitemtype: UInt8;
1718
1885
  getitemtypes: Types.enum_result;
1719
1886
  getkindmeta: Types.kind_meta_result;
1720
1887
  getlocation: Types.location_info;
@@ -1722,6 +1889,7 @@ interface ActionReturnValues {
1722
1889
  getmodtypes: Types.enum_result;
1723
1890
  getmodules: Types.modules_result;
1724
1891
  getnearby: Types.nearby_info;
1892
+ getnftbase: string[];
1725
1893
  getnftinfo: Types.nftinfo_result;
1726
1894
  getplayer: Types.player_info;
1727
1895
  getprojstate: Types.projected_state;
@@ -1749,6 +1917,7 @@ interface ActionReturnValues {
1749
1917
  resolveall: Types.resolveall_results;
1750
1918
  stowcargo: Types.task_results;
1751
1919
  stowentity: Types.task_results;
1920
+ swaptile: Types.task_results;
1752
1921
  transit: Types.task_results;
1753
1922
  travel: Types.task_results;
1754
1923
  undeploy: Types.task_results;
@@ -2062,7 +2231,19 @@ declare const ITEM_MASS_CATCHER_T1_PACKED = 10206;
2062
2231
  declare const ITEM_HUB_T1_PACKED = 10207;
2063
2232
  declare const ITEM_PLATE_T2 = 20001;
2064
2233
  declare const ITEM_FRAME_T2 = 20002;
2234
+ declare const ITEM_PLASMA_CELL_T2 = 20003;
2235
+ declare const ITEM_RESONATOR_T2 = 20004;
2236
+ declare const ITEM_BEAM_T2 = 20005;
2237
+ declare const ITEM_SENSOR_T2 = 20006;
2238
+ declare const ITEM_POLYMER_T2 = 20007;
2239
+ declare const ITEM_CERAMIC_T2 = 20008;
2240
+ declare const ITEM_REACTOR_T2 = 20009;
2241
+ declare const ITEM_RESIN_T2 = 20010;
2242
+ declare const ITEM_GATHERER_T2 = 20102;
2243
+ declare const ITEM_HAULER_T2 = 20106;
2065
2244
  declare const ITEM_CONTAINER_T2_PACKED = 20200;
2245
+ declare const ITEM_PROSPECTOR_T2_PACKED = 20210;
2246
+ declare const ITEM_HAULER_SHIP_T2_PACKED = 20211;
2066
2247
 
2067
2248
  interface RecipeInput {
2068
2249
  itemId: number;
@@ -2084,6 +2265,7 @@ interface Recipe {
2084
2265
  interface EntitySlot {
2085
2266
  type: ModuleType;
2086
2267
  outputPct: number;
2268
+ maxTier: number;
2087
2269
  }
2088
2270
  interface EntityLayout {
2089
2271
  entityItemId: number;
@@ -2624,11 +2806,25 @@ declare class PlayersManager extends BaseManager {
2624
2806
  getRoster(): Promise<PlayerRosterEntry[]>;
2625
2807
  }
2626
2808
 
2809
+ type ReserveTier = 'small' | 'medium' | 'large' | 'massive' | 'motherlode';
2810
+ interface TierRange {
2811
+ min: number;
2812
+ max: number;
2813
+ }
2814
+ declare const RESERVE_TIERS: Record<ReserveTier, TierRange>;
2815
+ declare const TIER_ROLL_MAX = 65536;
2816
+ declare function rollTier(tierRoll: number, stratum: number): ReserveTier;
2817
+ declare function rollWithinTier(withinRoll: number, range: TierRange, resourceUnitMass: number): number;
2818
+ declare const RESOURCE_TIER_MULT_TENTHS: readonly [200, 154, 118, 91, 70, 54, 41, 32, 24, 19];
2819
+ declare function applyResourceTierMultiplier(units: number, resourceTier: number): number;
2820
+ declare function tierOfReserve(reserve: number, itemId: number): ReserveTier | null;
2821
+
2627
2822
  interface StratumInfo {
2628
2823
  itemId: number;
2629
2824
  seed: bigint;
2630
2825
  richness: number;
2631
2826
  reserve: number;
2827
+ tier: ReserveTier;
2632
2828
  }
2633
2829
  interface ResourceStats {
2634
2830
  stat1: number;
@@ -2689,19 +2885,6 @@ declare function getLocationProfile(locationType: number, subtype: number): Loca
2689
2885
  declare function getLocationCandidates(locationType: number, subtype: number): number[];
2690
2886
  declare function getEligibleResources(locationType: number, subtype: number, stratum: number): number[];
2691
2887
 
2692
- type ReserveTier = 'small' | 'medium' | 'large' | 'massive' | 'motherlode';
2693
- interface TierRange {
2694
- min: number;
2695
- max: number;
2696
- }
2697
- declare const RESERVE_TIERS: Record<ReserveTier, TierRange>;
2698
- declare const TIER_ROLL_MAX = 65536;
2699
- declare function rollTier(tierRoll: number, stratum: number): ReserveTier;
2700
- declare function rollWithinTier(withinRoll: number, range: TierRange, resourceUnitMass: number): number;
2701
- declare const RESOURCE_TIER_MULT_TENTHS: readonly [200, 154, 118, 91, 70, 54, 41, 32, 24, 19];
2702
- declare function applyResourceTierMultiplier(units: number, resourceTier: number): number;
2703
- declare function tierOfReserve(reserve: number, itemId: number): ReserveTier | null;
2704
-
2705
2888
  interface EffectiveReserveInput {
2706
2889
  remaining: UInt32 | number;
2707
2890
  max_reserve: UInt32 | number;
@@ -2792,6 +2975,11 @@ declare const MAX_STAR_RATING: number;
2792
2975
  declare function starsForStat(value: number): number;
2793
2976
  declare function starRating(stat1: number, stat2: number, stat3: number): number;
2794
2977
  declare function statMagnitude(stat1: number, stat2: number, stat3: number): number;
2978
+ interface StarSortable {
2979
+ rating: number;
2980
+ magnitude: number;
2981
+ }
2982
+ declare function compareByStars(a: StarSortable, b: StarSortable): number;
2795
2983
 
2796
2984
  interface LocationStratum extends DerivedStratum {
2797
2985
  reserveMax: number;
@@ -2935,6 +3123,7 @@ declare class ActionsManager extends BaseManager {
2935
3123
  deploy(entityId: UInt64Type, ref: ActionParams.Type.cargo_ref, slot?: ClusterSlotType): Action;
2936
3124
  claimplot(entityId: UInt64Type, targetItemId: UInt16Type, slot: ClusterSlotType): Action;
2937
3125
  movetile(hubId: UInt64Type, fromGx: number, fromGy: number, toGx: number, toGy: number): Action;
3126
+ swaptile(hubId: UInt64Type, aGx: number, aGy: number, bGx: number, bGy: number): Action;
2938
3127
  buildplot(entityId: UInt64Type, plotId: UInt64Type): Action;
2939
3128
  addmodule(entityId: UInt64Type, moduleIndex: number, moduleRef: ActionParams.Type.cargo_ref, targetRef?: ActionParams.Type.cargo_ref | null): Action;
2940
3129
  rmmodule(entityId: UInt64Type, moduleIndex: number, targetRef?: ActionParams.Type.cargo_ref | null): Action;
@@ -3115,6 +3304,7 @@ interface ClusterCellWire {
3115
3304
  gx: number;
3116
3305
  gy: number;
3117
3306
  entity: number;
3307
+ type?: string;
3118
3308
  }
3119
3309
  type ClusterDeltaMessage = {
3120
3310
  type: 'cluster';
@@ -3725,6 +3915,7 @@ declare function cargoRef(src: {
3725
3915
  item_id: number;
3726
3916
  stats: bigint | number;
3727
3917
  modules?: Types.module_entry[];
3918
+ entity_id?: bigint | number;
3728
3919
  }): ActionParams.Type.cargo_ref;
3729
3920
  declare function cargoItem(src: {
3730
3921
  item_id: number;
@@ -4145,7 +4336,7 @@ declare function computeCrafterCapabilities(stats: Record<string, number>): {
4145
4336
  speed: number;
4146
4337
  drain: number;
4147
4338
  };
4148
- declare function computeHaulerCapabilities(stats: Record<string, number>): {
4339
+ declare function computeHaulerCapabilities(stats: Record<string, number>, tier: number): {
4149
4340
  capacity: number;
4150
4341
  efficiency: number;
4151
4342
  drain: number;
@@ -4166,6 +4357,9 @@ declare function computeBatteryCapabilities(stats: Record<string, number>): {
4166
4357
  capacity: number;
4167
4358
  };
4168
4359
 
4360
+ declare const CAPACITY_TIER_TABLE: number[];
4361
+ declare function capacityTierMultiplier(tier: number): number;
4362
+ declare function applyCapacityTier(baseCapacity: number, tier: number): number;
4169
4363
  declare function computeBaseCapacity(itemId: number, stats: Record<string, number>): number;
4170
4364
  declare function computeWarpCapabilities(stats: Record<string, number>): {
4171
4365
  range: number;
@@ -4225,6 +4419,10 @@ interface ComputedCapabilities {
4225
4419
  capacity: number;
4226
4420
  efficiency: number;
4227
4421
  drain: number;
4422
+ capacityByTier: {
4423
+ tier: number;
4424
+ capacity: number;
4425
+ }[];
4228
4426
  };
4229
4427
  warp?: {
4230
4428
  range: number;
@@ -4240,10 +4438,6 @@ declare function computeContainerCapabilities(stats: Record<string, number>): {
4240
4438
  hullmass: number;
4241
4439
  capacity: number;
4242
4440
  };
4243
- declare function computeContainerT2Capabilities(stats: Record<string, number>): {
4244
- hullmass: number;
4245
- capacity: number;
4246
- };
4247
4441
 
4248
4442
  declare const WH: {
4249
4443
  readonly RSIZE: 75;
@@ -4320,6 +4514,10 @@ interface ResolvedModuleSlot {
4320
4514
  label: string;
4321
4515
  value: number;
4322
4516
  }[];
4517
+ slotLabel?: string;
4518
+ slotType?: string;
4519
+ outputPct?: number;
4520
+ maxTier?: number;
4323
4521
  }
4324
4522
  interface ResolvedItem {
4325
4523
  itemId: number;
@@ -4356,6 +4554,7 @@ interface ModuleDescription {
4356
4554
  interface RenderDescriptionOptions {
4357
4555
  translate?: (id: string, fallback: string) => string;
4358
4556
  formatNumber?: (n: number) => string;
4557
+ formatParam?: (paramName: string, value: number, descId: string) => string | undefined;
4359
4558
  }
4360
4559
  declare function describeModule(input: CapabilityInput): ModuleDescription | null;
4361
4560
  declare function describeModuleForItem(resolved: ResolvedItem): ModuleDescription | null;
@@ -4393,7 +4592,6 @@ declare function deserializeAsset(data: Record<string, any>, itemId: number): NF
4393
4592
  declare function computeBaseHullmass(stats: bigint): number;
4394
4593
  declare function computeBaseCapacityShip(stats: bigint): number;
4395
4594
  declare function computeBaseCapacityContainer(stats: bigint): number;
4396
- declare function computeBaseCapacityContainerT2(stats: bigint): number;
4397
4595
  declare function computeBaseCapacityWarehouse(stats: bigint): number;
4398
4596
  declare const computeEngineThrust: (vol: number) => number;
4399
4597
  declare const computeEngineDrain: (thm: number) => number;
@@ -4410,7 +4608,7 @@ declare const computeLoaderMass: (ins: number) => number;
4410
4608
  declare const computeLoaderThrust: (pla: number) => number;
4411
4609
  declare const computeCrafterSpeed: (rea: number) => number;
4412
4610
  declare const computeCrafterDrain: (fin: number) => number;
4413
- declare const computeHaulerCapacity: (fin: number) => number;
4611
+ declare const computeHaulerCapacity: (fin: number, tier: number) => number;
4414
4612
  declare const computeHaulerEfficiency: (con: number) => number;
4415
4613
  declare const computeHaulerDrain: (com: number) => number;
4416
4614
  declare const computeWarpRange: (stat: number) => number;
@@ -4515,7 +4713,6 @@ declare const index_deserializeAsset: typeof deserializeAsset;
4515
4713
  declare const index_computeBaseHullmass: typeof computeBaseHullmass;
4516
4714
  declare const index_computeBaseCapacityShip: typeof computeBaseCapacityShip;
4517
4715
  declare const index_computeBaseCapacityContainer: typeof computeBaseCapacityContainer;
4518
- declare const index_computeBaseCapacityContainerT2: typeof computeBaseCapacityContainerT2;
4519
4716
  declare const index_computeBaseCapacityWarehouse: typeof computeBaseCapacityWarehouse;
4520
4717
  declare const index_computeEngineThrust: typeof computeEngineThrust;
4521
4718
  declare const index_computeEngineDrain: typeof computeEngineDrain;
@@ -4583,7 +4780,6 @@ declare namespace index {
4583
4780
  index_computeBaseHullmass as computeBaseHullmass,
4584
4781
  index_computeBaseCapacityShip as computeBaseCapacityShip,
4585
4782
  index_computeBaseCapacityContainer as computeBaseCapacityContainer,
4586
- index_computeBaseCapacityContainerT2 as computeBaseCapacityContainerT2,
4587
4783
  index_computeBaseCapacityWarehouse as computeBaseCapacityWarehouse,
4588
4784
  index_computeEngineThrust as computeEngineThrust,
4589
4785
  index_computeEngineDrain as computeEngineDrain,
@@ -4744,4 +4940,4 @@ type entity_row = Types.entity_row;
4744
4940
  type location_static = Types.location_static;
4745
4941
  type location_derived = Types.location_derived;
4746
4942
 
4747
- export { ALL_ENTITY_TYPES, ATOMICASSETS_ACCOUNT, AckMessage, ActionsManager, AnyEntity, AtomicAssetRow, AtomicAttributeType, AtomicSchemaRow, BASE_ORBITAL_MASS, BLEND_INPUTS_MUST_MATCH, BLEND_REQUIRES_MULTIPLE, BLEND_STAT_LESS_NOT_SUPPORTED, BoundingBox, BoundsDeltaMessage, BoundsSubscriptionHandle, BroadEntitySubscriptionFilter, BuildMethod, BuildState, BuildableTarget, CANCEL_CONTAINS_GROUPED_TASK, CAP_DEMOLISH, CAP_MODULES, CAP_UNDEPLOY, CAP_WRAP, CATEGORY_LABELS, COMMIT_ALREADY_SET, COMMIT_CANNOT_MATCH, COMMIT_NOT_SET, COMPANY_NOT_FOUND, COMPONENT_TIER_PREFIXES, CONTAINER_NOT_FOUND, CONTAINER_Z, COORD_MAX, COORD_MIN, COORD_OFFSET, CRAFT_ENERGY_DIVISOR, CRAFT_EXCEEDS_ENERGY_CAPACITY, CRAFT_NOT_ENOUGH_ENERGY, CancelBlockReason, CancelEffects, CancelEligibilityInput, CancelPlan, CancelRefund, CancelReleasedHold, CapabilityAttribute, CapabilityAttributeRow, CapabilityInput, CargoData, CargoMassInfo, CargoStack, CategoryInfo, CategoryStacks, ClientMessage, Cluster, ClusterCell, ClusterCellWire, ClusterDeltaMessage, ClusterManager, ClusterSlotType, ComputedCapabilities, ConnectionState, ConstructionManager, Container, ContainerEntity, Coord, CoordinateAddress, Coordinates, CoordinatesType, CounterpartLookup, CraftedItemCategory, CrafterCapability, CrafterStats, DEPLOY_ENTITY_HAS_SCHEDULE, DEPTH_THRESHOLD_T1, DEPTH_THRESHOLD_T2, DEPTH_THRESHOLD_T3, DEPTH_THRESHOLD_T4, DEPTH_THRESHOLD_T5, DESTINATION_CAPACITY_EXCEEDED, DecodedAtomicAsset, DemandRow, DerivedLoaders, DerivedStratum, DescribeOptions, DisplayNameResult, Distance, ENGINE_DRAIN_BASE, ENGINE_DRAIN_REF_THM, ENGINE_DRAIN_REF_THRUST, ENTITY_ALREADY_THERE, ENTITY_CAPACITY_EXCEEDED, ENTITY_CARGO_NOT_LOADED, ENTITY_CARGO_NOT_OWNED, ENTITY_CONTAINER, ENTITY_EXTRACTOR, ENTITY_FACTORY, ENTITY_HUB, ENTITY_INVALID_CARGO, ENTITY_INVALID_DESTINATION, ENTITY_INVALID_TRAVEL_DURATION, ENTITY_NEXUS, ENTITY_NOT_ENOUGH_ENERGY, ENTITY_NOT_ENOUGH_ENERGY_CAPACITY, ENTITY_NO_CRAFTER, ENTITY_SHIP, ENTITY_WAREHOUSE, EPOCH_NON_ZERO, EPOCH_NOT_READY, ERROR_SYSTEM_ALREADY_INITIALIZED, ERROR_SYSTEM_DISABLED, ERROR_SYSTEM_NOT_INITIALIZED, EffectiveReserveInput, EnergyCapability, EntitiesManager, EntitiesSubscriptionHandle, Entity$1 as Entity, EntityCapabilities, EntityClass, EntityDeletedMessage, EntityInfo$2 as EntityInfo, EntityInstance, EntityInventory, EntityLayout, EntityRefInput, EntitySlot, EntityState, EntityStateInput, EntitySubscriptionFilter, EntitySubscriptionHandle, EntitySubscriptionHandlers, EntitySubscriptionMeta, EntityTypeName, EpochInfo, EpochsManager, ErrorMessage, EstimateTravelTimeOptions, EstimatedTravelTime, EventCatchupCompleteMessage, EventMessage, ExactEntitySubscriptionFilter, Extractor, Factory, FetchAssetsOptions, FinalizerCapability, FinalizerEntityRef, FloatPosition, GAME_NOT_FOUND, GAME_SEED_NOT_SET, GATHERER_DEPTH_MAX_TIER, GATHERER_DEPTH_TABLE, GATHER_EXCEEDS_ENERGY_CAPACITY, GATHER_MASS_DIVISOR, GATHER_NOT_ENOUGH_ENERGY, GROUP_DUPLICATE_ENTITY, GROUP_EMPTY, GROUP_ENTITY_NOT_MOVABLE, GROUP_HAUL_CAPACITY_EXCEEDED, GROUP_NOT_FOUND, GROUP_NOT_SAME_LOCATION, GROUP_NOT_SAME_OWNER, GROUP_NO_THRUST, GameState, GatherPlanEntity, GathererCapability, GathererDepthParams, GathererStats, GridCell, HasCapacity, HasCargo, HasCargomass, HasScheduleAndLocation, HoldKind, INSUFFICIENT_BALANCE, INSUFFICIENT_ITEM_QUANTITY, INSUFFICIENT_ITEM_SUPPLY, INVALID_AMOUNT, ITEM_BATTERY_T1, ITEM_BEAM, ITEM_BIOMASS_T1, ITEM_BIOMASS_T10, ITEM_BIOMASS_T2, ITEM_BIOMASS_T3, ITEM_BIOMASS_T4, ITEM_BIOMASS_T5, ITEM_BIOMASS_T6, ITEM_BIOMASS_T7, ITEM_BIOMASS_T8, ITEM_BIOMASS_T9, ITEM_CERAMIC, ITEM_CONTAINER_T1_PACKED, ITEM_CONTAINER_T2_PACKED, ITEM_CRAFTER_T1, ITEM_CRYSTAL_T1, ITEM_CRYSTAL_T10, ITEM_CRYSTAL_T2, ITEM_CRYSTAL_T3, ITEM_CRYSTAL_T4, ITEM_CRYSTAL_T5, ITEM_CRYSTAL_T6, ITEM_CRYSTAL_T7, ITEM_CRYSTAL_T8, ITEM_CRYSTAL_T9, ITEM_DOES_NOT_EXIST, ITEM_ENGINE_T1, ITEM_EXTRACTOR_T1_PACKED, ITEM_FACTORY_T1_PACKED, ITEM_FRAME, ITEM_FRAME_T2, ITEM_GAS_T1, ITEM_GAS_T10, ITEM_GAS_T2, ITEM_GAS_T3, ITEM_GAS_T4, ITEM_GAS_T5, ITEM_GAS_T6, ITEM_GAS_T7, ITEM_GAS_T8, ITEM_GAS_T9, ITEM_GATHERER_T1, ITEM_GENERATOR_T1, ITEM_HAULER_T1, ITEM_HUB_T1_PACKED, ITEM_LAUNCHER_T1, ITEM_LOADER_T1, ITEM_MASS_CATCHER_T1_PACKED, ITEM_MASS_DRIVER_T1_PACKED, ITEM_NOT_AVAILABLE_AT_LOCATION, ITEM_NOT_DEPLOYABLE, ITEM_NOT_PACKED_ENTITY, ITEM_ORE_T1, ITEM_ORE_T10, ITEM_ORE_T2, ITEM_ORE_T3, ITEM_ORE_T4, ITEM_ORE_T5, ITEM_ORE_T6, ITEM_ORE_T7, ITEM_ORE_T8, ITEM_ORE_T9, ITEM_PLASMA_CELL, ITEM_PLATE, ITEM_PLATE_T2, ITEM_POLYMER, ITEM_REACTOR, ITEM_REGOLITH_T1, ITEM_REGOLITH_T10, ITEM_REGOLITH_T2, ITEM_REGOLITH_T3, ITEM_REGOLITH_T4, ITEM_REGOLITH_T5, ITEM_REGOLITH_T6, ITEM_REGOLITH_T7, ITEM_REGOLITH_T8, ITEM_REGOLITH_T9, ITEM_RESIN, ITEM_RESONATOR, ITEM_SENSOR, ITEM_SHIP_T1_PACKED, ITEM_STORAGE_T1, ITEM_TYPE_COMPONENT, ITEM_TYPE_ENTITY, ITEM_TYPE_MODULE, ITEM_TYPE_RESOURCE, ITEM_WAREHOUSE_T1_PACKED, ITEM_WARP_T1, IdleResolveTarget, ImmutableEntry, ImmutableModuleSlot, InboundTransfer, InstalledModule, InventoryAccessor, Item, ItemType, KindMeta, LANE_BARRIER, LANE_MOBILITY, LOCAL_HALF, LOCATION_MAX_DEPTH, LOCATION_MIN_DEPTH, LanePlanEntry, LaneView, LaunchNumericInput, LaunchQuote, LaunchQuoteCatcher, LaunchQuoteLauncher, LaunchStatsInput, LoadTimeBreakdown, LoaderCapability, LoaderStats, Location, LocationStratum, LocationType, LocationsManager, MAX_LEGS, MAX_ORBITAL_ALTITUDE, MAX_STARS_PER_STAT, MAX_STAR_RATING, MIN_ORBITAL_ALTITUDE, MIN_TRANSFER_DISTANCE_ORBITAL_VESSEL, MIN_TRANSFER_DISTANCE_PLANETARY_STRUCTURE, MODULE_ANY, MODULE_BATTERY, MODULE_CARGO_NOT_FOUND, MODULE_CRAFTER, MODULE_ENGINE, MODULE_ENTITY_BUSY, MODULE_GATHERER, MODULE_GENERATOR, MODULE_HAULER, MODULE_LAUNCHER, MODULE_LOADER, MODULE_NOT_MODULE, MODULE_SLOT_EMPTY, MODULE_SLOT_INVALID, MODULE_SLOT_OCCUPIED, MODULE_STORAGE, MODULE_TIER_PREFIXES, MODULE_TYPE_MISMATCH, MODULE_WARP, MassCapability, MintAssetParams, ModuleDescription, ModuleEntry, ModuleType, MovementCapability, index as NFT, NFTCargoItem, NFTCommonBase, NFTInstalledModule, NFTModuleSlot, NO_SCHEDULE, NamedStats, Neighbor, Nexus, NftConfigForItem, NftManager, OrderedTask, OwnerSubscriptionHandle, PLANETARY_STRUCTURE_Z, PLANET_SUBTYPE_GAS_GIANT, PLANET_SUBTYPE_ICY, PLANET_SUBTYPE_INDUSTRIAL, PLANET_SUBTYPE_OCEAN, PLANET_SUBTYPE_ROCKY, PLANET_SUBTYPE_TERRESTRIAL, PLAYER_ALREADY_JOINED, PLAYER_NOT_FOUND, PLAYER_NOT_JOINED, PRECISION, PackedModule, PackedModuleInput, PingMessage, PlanRouteParams, PlanTarget, PlanetSubtypeInfo, platform as PlatformContract, Types$1 as PlatformTypes, Player, PlayerRosterEntry, PlayerStateInput, PlayersManager, PongMessage, Projectable, ProjectedEntity, ProjectionOptions, RECIPE_INPUTS_EXCESS, RECIPE_INPUTS_INSUFFICIENT, RECIPE_INPUTS_INVALID, RECIPE_INPUTS_MIXED, RECIPE_NOT_FOUND, REGION_DIV, REGION_PER_AXIS, REQUIRES_MORE_THAN_ONE, REQUIRES_POSITIVE_VALUE, RESERVE_TIERS, RESOLVE_COUNT_EXCEEDS_COMPLETED, RESOURCE_TIER_ADJECTIVES, RESOURCE_TIER_MULT_TENTHS, RawData, ReachStats, Recipe, RecipeConsumer, RecipeInput, RecipeSlotInput, RenderDescriptionOptions, Reservation, ReserveTier, ResolvedAttributeGroup, ResolvedCrafterLane, ResolvedEvent, ResolvedGathererLane, ResolvedItem, ResolvedItemStat, ResolvedItemType, ResolvedLoaderLane, ResolvedModuleSlot, ResourceCategory, ResourceDemand, ResourceStats, RouteFailure, RouteFailureReason, RoutePlan, RouteResult, SECTORS_PER_AXIS, SECTOR_DIV, SHIPLOAD_COLLECTION, SHIP_ALREADY_TRAVELING, SHIP_CANNOT_BUY_TRAVELING, SHIP_CANNOT_CANCEL_TASK, SHIP_CANNOT_UPDATE_TRAVELING, SHIP_NOT_ARRIVED, SHIP_NOT_FOUND, SHIP_NOT_IDLE, SHIP_NOT_OWNED, SHIP_NO_COMPLETED_TASKS, SHIP_NO_TASKS_TO_CANCEL, SLOT_FORMULAS, STAR_STEP, ScanProvider, ScheduleAccessor, ScheduleCapability, ScheduleData, ScheduledBuild, SchemaField, server as ServerContract, ServerMessage, Types as ServerTypes, Ship, ShipEntity, ShipLike, Shipload, SlotConsumer, SlotConsumerKind, SnapshotMessage, SourceCargoStack, SourceEntityRef, StackInput, StatDefinition, StatFlow, StatMapping, StatSlot, StorageCapability, StratumInfo, SubscribeEntityMessage, SubscribeEventsMessage, SubscribeMessage, SubscriptionEntityType, SubscriptionsManager, SubscriptionsOptions, SystemGraph, TIER_ROLL_MAX, TRAVEL_MAX_DURATION, TaskCancelable, TaskCargoChange, TaskCargoDirection, TaskType, TemplateMeta, TextSpan, TierRange, TransferEntity, UnsubscribeEntityMessage, UnsubscribeEventsMessage, UnsubscribeMessage, UnwrapDestination, UnwrapItem, UpdateBoundsMessage, UpdateMessage, ValidateDisplayNameOptions, WAREHOUSE_ALREADY_AT_LOCATION, WAREHOUSE_NOT_FOUND, WARP_HAS_CARGO, WARP_HAS_SCHEDULE, WARP_NOT_FULL_ENERGY, WARP_NO_CAPABILITY, WARP_OUT_OF_RANGE, WH, WOULD_OVERFILL, WOULD_STRAND, Warehouse, WarehouseEntity, WebSocketConnection, WebSocketConnectionOptions, WireCoordinates, WireEntity, WrapDeposit, YIELD_FRACTION_DEEP, YIELD_FRACTION_SHALLOW, addressFromCoordinates, allBuildableItems, allPlotBuildableItems, applyResourceTierMultiplier, availableBuildMethods, availableCapacity$1 as availableCapacity, availableCapacityFromMass, availableForItem, baseName, blendCargoStacks, blendComponentStacks, blendCrossGroup, blendStacks, buildComponentImmutable, buildEntityDescription, buildEntityImmutable, buildImmutableData, buildMintAssetAction, buildModuleImmutable, buildResourceImmutable, calcCargoItemMass, calcCargoMass, calcEnergyUsage, calcStacksMass, calc_acceleration, calc_craft_duration, calc_craft_energy, calc_energyusage, calc_flighttime, calc_gather_duration, calc_gather_energy, calc_gather_rate, calc_loader_acceleration, calc_loader_flighttime, calc_onesided_duration, calc_orbital_altitude, calc_rechargetime, calc_ship_acceleration, calc_ship_flighttime, calc_ship_mass, calc_ship_rechargetime, calc_transfer_duration, calc_transit_duration, calculateFlightTime, calculateLoadTimeBreakdown, calculateRefuelingTime, calculateTransferTime, canMove, cancelEligibility, candidateLaneCompletesAt, capabilityAttributes, capabilityNames, capsHasCrafter, capsHasGatherer, capsHasHauler, capsHasLauncher, capsHasLoaders, capsHasMass, capsHasMovement, capsHasStorage, cargoItem, cargoItemToStack, cargoReadyAt, cargoRef, cargoUtils, cargo_item, categoryColors, categoryFromIndex, categoryLabel, categoryLabelFromIndex, componentIcon, composeIdleResolve, computeBaseCapacity, computeBaseCapacityShip, computeBaseCapacityWarehouse, computeBaseHullmass, computeBatteryCapabilities, computeComponentStats, computeContainerCapabilities, computeContainerT2Capabilities, computeCraftedOutputStats, computeCrafterCapabilities, computeCrafterDrain, computeCrafterSpeed, computeEngineCapabilities, computeEngineDrain, computeEngineThrust, computeEntityCapabilities, computeEntityStats, computeFreeCells, computeGathererCapabilities, computeGathererDepth, computeGathererDrain, computeGathererYield, computeGeneratorCap, computeGeneratorCapabilities, computeGeneratorRech, computeGroupPerLegReach, computeHaulPenalty, computeHaulerCapabilities, computeHaulerCapacity, computeHaulerDrain$1 as computeHaulerDrain, computeHaulerEfficiency, computeInputMass, computeLauncherCapabilities, computeLoaderCapabilities, computeLoaderMass, computeLoaderThrust, computeNftImageUrl, computePerLegReach, computeShipHullCapabilities, computeStorageCapabilities, computeTravelDrain, computeWarehouseHullCapabilities, computeWarpCapabilities, computeWarpRange, coordsToLocationId, createInventoryAccessor, createProjectedEntity, createScheduleAccessor, decodeAddress, decodeAtomicAsset, decodeCraftedItemStats, decodeRegion, decodeSector, decodeStat, decodeStats, Shipload as default, deriveLocation, deriveLocationSize, deriveLocationStatic, deriveResourceStats, deriveStatMappings, deriveStrata, deriveStratum, derivedLoaders, describeItem, describeModule, describeModuleForItem, describeModuleForSlot, deserializeAsset, deserializeAtomicData, deserializeComponent, deserializeEntity, deserializeModule, deserializeResource, displayName, distanceBetweenCoordinates, distanceBetweenPoints, easeFlightProgress, encodeAddress, encodeAddressMemo, encodeGatheredCargoStats, encodeRegion, encodeSector, encodeStats, energyAtTime, energyPercent, energy_stats, entityDisplayName, entity_row, estimateDealTravelTime, estimateTravelTime, estimateUnwrapDuration, feistel, feistelInv, fetchAtomicAssetsForOwner, fetchAtomicSchemas, filterByBuildMethod, findNearbyPlanets, flightSpeedFactor, formatLocation, formatMass, formatMassDelta, formatMassScaled, formatModuleLine, formatTier, gathererDepthForTier, getAllRecipes, getCapabilityAttributeRows, getCapabilityAttributes, getCategoryInfo, getComponentDemand, getComponents, getCurrentEpoch, getDepthThreshold, getDestinationLocation, getEffectiveReserve, getEligibleResources, getEntityClass, getEntityItems, getEntityLayout, getEpochInfo, getFlightOrigin, getInterpolatedPosition, getItem, getItems, getKindMeta, getLocationCandidates, getLocationKind, getLocationProfile, getLocationType, getLocationTypeName, getModuleCapabilityType, getModules, getPackedEntityType, getPlanetSubtype, getPlanetSubtypes, getPositionAt, getProducersForAttribute, getRecipe, getRecipeConsumers, getResourceDemand, getResourceTier, getResourceWeight, getResources, getStatDefinitions, getStatMappings, getStatMappingsForCapability, getStatMappingsForStat, getStatName, getSystemName, getTemplateMeta, hasEnergy, hasEnergyForDistance, hasGatherer, hasLoaders, hasMass, hasSchedule, hasSpace$1 as hasSpace, hasSpaceForMass, hasStorage, hasSystem, hash, hash512, incomingHoldMass, interpolateFlightPosition, isBuildable, isContainer, isCraftedItem, isExtractor, isFactory, isFull$1 as isFull, isFullFromMass, isGatherableLocation, isHub, isInvertedAttribute, isLocationBuildable, isModuleItem, isNexus, isPlot, isPlotBuildable, isRelatedItem, isShip, isSubscriptionsDebugEnabled, isValidWormholePair, isWarehouse, itemAbbreviations, itemCategory, itemIds, itemOffset, itemTier, itemTypeCode, kindCan, lane, laneKeyForModule, lerp, location_derived, location_static, makeEntity, mapEntity, maxCraftable, maxTravelDistance, mergeStacks, moduleAccepts, moduleDisplayName, moduleIcon, moduleSlotTypeToCode, movement_stats, nearbyWormholes, needsRecharge, normalizeDisplayName, parseWireEntity, partnerRegion, planParallelGather, planParallelTransfer, planRoute, projectEntity, projectEntityAt, projectRemainingAt, projectedCargoAvailableAt, projectedPeakCargomass, rawScheduleEnd, readCommonBase, receiveFits, regionOf, removeFromStacks, renderDescription, resolveItem, resolveItemCategory, resolveLaneCrafter, resolveLaneGatherer, resolveLaneLoader, resolveLockedAmount, resolveStats, rollTier, rollWithinTier, rollupCrafter, rollupGatherer, rollupLoaders, rotation, schedule, sdkSystemGraph, selectGatherLane, setScanProvider, setSubscriptionsDebug, sourceLabelForOutput, stackKey, stackToCargoItem, stacksEqual, starRating, starsForStat, statMagnitude, subtractFromStacks, task, taskCargoChanges, taskCargoEffect, tierAdjective, tierColors, tierOfReserve, toLocation, typeLabel, unwrapLoadDuration, unwrapTransitDuration, validateDisplayName, validateSchedule, workerLaneKey, wormholeAt, wormholeAtRegionEndpoint, yieldThresholdAt };
4943
+ export { ALL_ENTITY_TYPES, ATOMICASSETS_ACCOUNT, AckMessage, ActionsManager, AnyEntity, AtomicAssetRow, AtomicAttributeType, AtomicSchemaRow, BASE_ORBITAL_MASS, BLEND_INPUTS_MUST_MATCH, BLEND_REQUIRES_MULTIPLE, BLEND_STAT_LESS_NOT_SUPPORTED, BoundingBox, BoundsDeltaMessage, BoundsSubscriptionHandle, BroadEntitySubscriptionFilter, BuildMethod, BuildState, BuildableTarget, CANCEL_CONTAINS_GROUPED_TASK, CAPACITY_TIER_TABLE, CAP_DEMOLISH, CAP_MODULES, CAP_UNDEPLOY, CAP_WRAP, CATEGORY_LABELS, COMMIT_ALREADY_SET, COMMIT_CANNOT_MATCH, COMMIT_NOT_SET, COMPANY_NOT_FOUND, COMPONENT_TIER_PREFIXES, CONTAINER_NOT_FOUND, CONTAINER_Z, COORD_MAX, COORD_MIN, COORD_OFFSET, CRAFT_ENERGY_DIVISOR, CRAFT_EXCEEDS_ENERGY_CAPACITY, CRAFT_NOT_ENOUGH_ENERGY, CancelBlockReason, CancelEffects, CancelEligibilityInput, CancelPlan, CancelRefund, CancelReleasedHold, CapabilityAttribute, CapabilityAttributeRow, CapabilityInput, CargoData, CargoMassInfo, CargoStack, CategoryInfo, CategoryStacks, ClientMessage, Cluster, ClusterCell, ClusterCellWire, ClusterDeltaMessage, ClusterManager, ClusterSlotType, ComputedCapabilities, ConnectionState, ConstructionManager, Container, ContainerEntity, Coord, CoordinateAddress, Coordinates, CoordinatesType, CounterpartLookup, CraftedItemCategory, CrafterCapability, CrafterStats, DEPLOY_ENTITY_HAS_SCHEDULE, DEPTH_THRESHOLD_T1, DEPTH_THRESHOLD_T2, DEPTH_THRESHOLD_T3, DEPTH_THRESHOLD_T4, DEPTH_THRESHOLD_T5, DESTINATION_CAPACITY_EXCEEDED, DecodedAtomicAsset, DemandRow, DerivedLoaders, DerivedStratum, DescribeOptions, DisplayNameResult, Distance, ENGINE_DRAIN_BASE, ENGINE_DRAIN_REF_THM, ENGINE_DRAIN_REF_THRUST, ENTITY_ALREADY_THERE, ENTITY_CAPACITY_EXCEEDED, ENTITY_CARGO_NOT_LOADED, ENTITY_CARGO_NOT_OWNED, ENTITY_CONTAINER, ENTITY_EXTRACTOR, ENTITY_FACTORY, ENTITY_HUB, ENTITY_INVALID_CARGO, ENTITY_INVALID_DESTINATION, ENTITY_INVALID_TRAVEL_DURATION, ENTITY_NEXUS, ENTITY_NOT_ENOUGH_ENERGY, ENTITY_NOT_ENOUGH_ENERGY_CAPACITY, ENTITY_NO_CRAFTER, ENTITY_SHIP, ENTITY_WAREHOUSE, EPOCH_NON_ZERO, EPOCH_NOT_READY, ERROR_SYSTEM_ALREADY_INITIALIZED, ERROR_SYSTEM_DISABLED, ERROR_SYSTEM_NOT_INITIALIZED, EffectiveReserveInput, EnergyCapability, EntitiesManager, EntitiesSubscriptionHandle, Entity$1 as Entity, EntityCapabilities, EntityClass, EntityDeletedMessage, EntityInfo$2 as EntityInfo, EntityInstance, EntityInventory, EntityLayout, EntityRefInput, EntitySlot, EntityState, EntityStateInput, EntitySubscriptionFilter, EntitySubscriptionHandle, EntitySubscriptionHandlers, EntitySubscriptionMeta, EntityTypeName, EpochInfo, EpochsManager, ErrorMessage, EstimateTravelTimeOptions, EstimatedTravelTime, EventCatchupCompleteMessage, EventMessage, ExactEntitySubscriptionFilter, Extractor, Factory, FetchAssetsOptions, FinalizerCapability, FinalizerEntityRef, FloatPosition, GAME_NOT_FOUND, GAME_SEED_NOT_SET, GATHERER_DEPTH_MAX_TIER, GATHERER_DEPTH_TABLE, GATHER_EXCEEDS_ENERGY_CAPACITY, GATHER_MASS_DIVISOR, GATHER_NOT_ENOUGH_ENERGY, GROUP_DUPLICATE_ENTITY, GROUP_EMPTY, GROUP_ENTITY_NOT_MOVABLE, GROUP_HAUL_CAPACITY_EXCEEDED, GROUP_NOT_FOUND, GROUP_NOT_SAME_LOCATION, GROUP_NOT_SAME_OWNER, GROUP_NO_THRUST, GameState, GatherPlanEntity, GathererCapability, GathererDepthParams, GathererStats, GridCell, HasCapacity, HasCargo, HasCargomass, HasScheduleAndLocation, HoldKind, INSUFFICIENT_BALANCE, INSUFFICIENT_ITEM_QUANTITY, INSUFFICIENT_ITEM_SUPPLY, INVALID_AMOUNT, ITEM_BATTERY_T1, ITEM_BEAM, ITEM_BEAM_T2, ITEM_BIOMASS_T1, ITEM_BIOMASS_T10, ITEM_BIOMASS_T2, ITEM_BIOMASS_T3, ITEM_BIOMASS_T4, ITEM_BIOMASS_T5, ITEM_BIOMASS_T6, ITEM_BIOMASS_T7, ITEM_BIOMASS_T8, ITEM_BIOMASS_T9, ITEM_CERAMIC, ITEM_CERAMIC_T2, ITEM_CONTAINER_T1_PACKED, ITEM_CONTAINER_T2_PACKED, ITEM_CRAFTER_T1, ITEM_CRYSTAL_T1, ITEM_CRYSTAL_T10, ITEM_CRYSTAL_T2, ITEM_CRYSTAL_T3, ITEM_CRYSTAL_T4, ITEM_CRYSTAL_T5, ITEM_CRYSTAL_T6, ITEM_CRYSTAL_T7, ITEM_CRYSTAL_T8, ITEM_CRYSTAL_T9, ITEM_DOES_NOT_EXIST, ITEM_ENGINE_T1, ITEM_EXTRACTOR_T1_PACKED, ITEM_FACTORY_T1_PACKED, ITEM_FRAME, ITEM_FRAME_T2, ITEM_GAS_T1, ITEM_GAS_T10, ITEM_GAS_T2, ITEM_GAS_T3, ITEM_GAS_T4, ITEM_GAS_T5, ITEM_GAS_T6, ITEM_GAS_T7, ITEM_GAS_T8, ITEM_GAS_T9, ITEM_GATHERER_T1, ITEM_GATHERER_T2, ITEM_GENERATOR_T1, ITEM_HAULER_SHIP_T2_PACKED, ITEM_HAULER_T1, ITEM_HAULER_T2, ITEM_HUB_T1_PACKED, ITEM_LAUNCHER_T1, ITEM_LOADER_T1, ITEM_MASS_CATCHER_T1_PACKED, ITEM_MASS_DRIVER_T1_PACKED, ITEM_NOT_AVAILABLE_AT_LOCATION, ITEM_NOT_DEPLOYABLE, ITEM_NOT_PACKED_ENTITY, ITEM_ORE_T1, ITEM_ORE_T10, ITEM_ORE_T2, ITEM_ORE_T3, ITEM_ORE_T4, ITEM_ORE_T5, ITEM_ORE_T6, ITEM_ORE_T7, ITEM_ORE_T8, ITEM_ORE_T9, ITEM_PLASMA_CELL, ITEM_PLASMA_CELL_T2, ITEM_PLATE, ITEM_PLATE_T2, ITEM_POLYMER, ITEM_POLYMER_T2, ITEM_PROSPECTOR_T2_PACKED, ITEM_REACTOR, ITEM_REACTOR_T2, ITEM_REGOLITH_T1, ITEM_REGOLITH_T10, ITEM_REGOLITH_T2, ITEM_REGOLITH_T3, ITEM_REGOLITH_T4, ITEM_REGOLITH_T5, ITEM_REGOLITH_T6, ITEM_REGOLITH_T7, ITEM_REGOLITH_T8, ITEM_REGOLITH_T9, ITEM_RESIN, ITEM_RESIN_T2, ITEM_RESONATOR, ITEM_RESONATOR_T2, ITEM_SENSOR, ITEM_SENSOR_T2, ITEM_SHIP_T1_PACKED, ITEM_STORAGE_T1, ITEM_TYPE_COMPONENT, ITEM_TYPE_ENTITY, ITEM_TYPE_MODULE, ITEM_TYPE_RESOURCE, ITEM_WAREHOUSE_T1_PACKED, ITEM_WARP_T1, IdleResolveTarget, ImmutableEntry, ImmutableModuleSlot, InboundTransfer, InstalledModule, InventoryAccessor, Item, ItemType, KindMeta, LANE_BARRIER, LANE_MOBILITY, LOCAL_HALF, LOCATION_MAX_DEPTH, LOCATION_MIN_DEPTH, LanePlanEntry, LaneView, LaunchNumericInput, LaunchQuote, LaunchQuoteCatcher, LaunchQuoteLauncher, LaunchStatsInput, LoadTimeBreakdown, LoaderCapability, LoaderStats, Location, LocationStratum, LocationType, LocationsManager, MAX_LEGS, MAX_ORBITAL_ALTITUDE, MAX_STARS_PER_STAT, MAX_STAR_RATING, MIN_ORBITAL_ALTITUDE, MIN_TRANSFER_DISTANCE_ORBITAL_VESSEL, MIN_TRANSFER_DISTANCE_PLANETARY_STRUCTURE, MODULE_ANY, MODULE_BATTERY, MODULE_CARGO_NOT_FOUND, MODULE_CRAFTER, MODULE_ENGINE, MODULE_ENTITY_BUSY, MODULE_GATHERER, MODULE_GENERATOR, MODULE_HAULER, MODULE_LAUNCHER, MODULE_LOADER, MODULE_NOT_MODULE, MODULE_SLOT_EMPTY, MODULE_SLOT_INVALID, MODULE_SLOT_OCCUPIED, MODULE_STORAGE, MODULE_TIER_PREFIXES, MODULE_TYPE_MISMATCH, MODULE_WARP, MassCapability, MintAssetParams, ModuleDescription, ModuleEntry, ModuleType, MovementCapability, index as NFT, NFTCargoItem, NFTCommonBase, NFTInstalledModule, NFTModuleSlot, NO_SCHEDULE, NamedStats, Neighbor, Nexus, NftConfigForItem, NftManager, OrderedTask, OwnerSubscriptionHandle, PLANETARY_STRUCTURE_Z, PLANET_SUBTYPE_GAS_GIANT, PLANET_SUBTYPE_ICY, PLANET_SUBTYPE_INDUSTRIAL, PLANET_SUBTYPE_OCEAN, PLANET_SUBTYPE_ROCKY, PLANET_SUBTYPE_TERRESTRIAL, PLAYER_ALREADY_JOINED, PLAYER_NOT_FOUND, PLAYER_NOT_JOINED, PRECISION, PackedModule, PackedModuleInput, PingMessage, PlanRouteParams, PlanTarget, PlanetSubtypeInfo, platform as PlatformContract, Types$1 as PlatformTypes, Player, PlayerRosterEntry, PlayerStateInput, PlayersManager, PongMessage, Projectable, ProjectedEntity, ProjectionOptions, RECIPE_INPUTS_EXCESS, RECIPE_INPUTS_INSUFFICIENT, RECIPE_INPUTS_INVALID, RECIPE_INPUTS_MIXED, RECIPE_NOT_FOUND, REGION_DIV, REGION_PER_AXIS, REQUIRES_MORE_THAN_ONE, REQUIRES_POSITIVE_VALUE, RESERVE_TIERS, RESOLVE_COUNT_EXCEEDS_COMPLETED, RESOURCE_TIER_ADJECTIVES, RESOURCE_TIER_MULT_TENTHS, RawData, ReachStats, Recipe, RecipeConsumer, RecipeInput, RecipeSlotInput, RenderDescriptionOptions, Reservation, ReserveTier, ResolvedAttributeGroup, ResolvedCrafterLane, ResolvedEvent, ResolvedGathererLane, ResolvedItem, ResolvedItemStat, ResolvedItemType, ResolvedLoaderLane, ResolvedModuleSlot, ResourceCategory, ResourceDemand, ResourceStats, RouteFailure, RouteFailureReason, RoutePlan, RouteResult, SECTORS_PER_AXIS, SECTOR_DIV, SHIPLOAD_COLLECTION, SHIP_ALREADY_TRAVELING, SHIP_CANNOT_BUY_TRAVELING, SHIP_CANNOT_CANCEL_TASK, SHIP_CANNOT_UPDATE_TRAVELING, SHIP_NOT_ARRIVED, SHIP_NOT_FOUND, SHIP_NOT_IDLE, SHIP_NOT_OWNED, SHIP_NO_COMPLETED_TASKS, SHIP_NO_TASKS_TO_CANCEL, SLOT_FORMULAS, STAR_STEP, ScanProvider, ScheduleAccessor, ScheduleCapability, ScheduleData, ScheduledBuild, SchemaField, server as ServerContract, ServerMessage, Types as ServerTypes, Ship, ShipEntity, ShipLike, Shipload, SlotConsumer, SlotConsumerKind, SnapshotMessage, SourceCargoStack, SourceEntityRef, StackInput, StarSortable, StatDefinition, StatFlow, StatMapping, StatSlot, StorageCapability, StratumInfo, SubscribeEntityMessage, SubscribeEventsMessage, SubscribeMessage, SubscriptionEntityType, SubscriptionsManager, SubscriptionsOptions, SystemGraph, TIER_ROLL_MAX, TRAVEL_MAX_DURATION, TaskCancelable, TaskCargoChange, TaskCargoDirection, TaskType, TemplateMeta, TextSpan, TierRange, TransferEntity, UnsubscribeEntityMessage, UnsubscribeEventsMessage, UnsubscribeMessage, UnwrapDestination, UnwrapItem, UpdateBoundsMessage, UpdateMessage, ValidateDisplayNameOptions, WAREHOUSE_ALREADY_AT_LOCATION, WAREHOUSE_NOT_FOUND, WARP_HAS_CARGO, WARP_HAS_SCHEDULE, WARP_NOT_FULL_ENERGY, WARP_NO_CAPABILITY, WARP_OUT_OF_RANGE, WH, WOULD_OVERFILL, WOULD_STRAND, Warehouse, WarehouseEntity, WebSocketConnection, WebSocketConnectionOptions, WireCoordinates, WireEntity, WrapDeposit, YIELD_FRACTION_DEEP, YIELD_FRACTION_SHALLOW, addressFromCoordinates, allBuildableItems, allPlotBuildableItems, applyCapacityTier, applyResourceTierMultiplier, availableBuildMethods, availableCapacity$1 as availableCapacity, availableCapacityFromMass, availableForItem, baseName, blendCargoStacks, blendComponentStacks, blendCrossGroup, blendStacks, buildComponentImmutable, buildEntityDescription, buildEntityImmutable, buildImmutableData, buildMintAssetAction, buildModuleImmutable, buildResourceImmutable, calcCargoItemMass, calcCargoMass, calcEnergyUsage, calcStacksMass, calc_acceleration, calc_craft_duration, calc_craft_energy, calc_energyusage, calc_flighttime, calc_gather_duration, calc_gather_energy, calc_gather_rate, calc_loader_acceleration, calc_loader_flighttime, calc_onesided_duration, calc_orbital_altitude, calc_rechargetime, calc_ship_acceleration, calc_ship_flighttime, calc_ship_mass, calc_ship_rechargetime, calc_transfer_duration, calc_transit_duration, calculateFlightTime, calculateLoadTimeBreakdown, calculateRefuelingTime, calculateTransferTime, canMove, cancelEligibility, candidateLaneCompletesAt, capabilityAttributes, capabilityNames, capacityTierMultiplier, capsHasCrafter, capsHasGatherer, capsHasHauler, capsHasLauncher, capsHasLoaders, capsHasMass, capsHasMovement, capsHasStorage, cargoItem, cargoItemToStack, cargoReadyAt, cargoRef, cargoUtils, cargo_item, categoryColors, categoryFromIndex, categoryLabel, categoryLabelFromIndex, compareByStars, componentIcon, composeIdleResolve, computeBaseCapacity, computeBaseCapacityShip, computeBaseCapacityWarehouse, computeBaseHullmass, computeBatteryCapabilities, computeComponentStats, computeContainerCapabilities, computeCraftedOutputStats, computeCrafterCapabilities, computeCrafterDrain, computeCrafterSpeed, computeEngineCapabilities, computeEngineDrain, computeEngineThrust, computeEntityCapabilities, computeEntityStats, computeFreeCells, computeGathererCapabilities, computeGathererDepth, computeGathererDrain, computeGathererYield, computeGeneratorCap, computeGeneratorCapabilities, computeGeneratorRech, computeGroupPerLegReach, computeHaulPenalty, computeHaulerCapabilities, computeHaulerCapacity, computeHaulerDrain$1 as computeHaulerDrain, computeHaulerEfficiency, computeInputMass, computeLauncherCapabilities, computeLoaderCapabilities, computeLoaderMass, computeLoaderThrust, computeNftImageUrl, computePerLegReach, computeShipHullCapabilities, computeStorageCapabilities, computeTravelDrain, computeWarehouseHullCapabilities, computeWarpCapabilities, computeWarpRange, coordsToLocationId, createInventoryAccessor, createProjectedEntity, createScheduleAccessor, decodeAddress, decodeAtomicAsset, decodeCraftedItemStats, decodeRegion, decodeSector, decodeStat, decodeStats, Shipload as default, deriveLocation, deriveLocationSize, deriveLocationStatic, deriveResourceStats, deriveStatMappings, deriveStrata, deriveStratum, derivedLoaders, describeItem, describeModule, describeModuleForItem, describeModuleForSlot, deserializeAsset, deserializeAtomicData, deserializeComponent, deserializeEntity, deserializeModule, deserializeResource, displayName, distanceBetweenCoordinates, distanceBetweenPoints, easeFlightProgress, encodeAddress, encodeAddressMemo, encodeGatheredCargoStats, encodeRegion, encodeSector, encodeStats, energyAtTime, energyPercent, energy_stats, entityDisplayName, entity_row, estimateDealTravelTime, estimateTravelTime, estimateUnwrapDuration, feistel, feistelInv, fetchAtomicAssetsForOwner, fetchAtomicSchemas, filterByBuildMethod, findNearbyPlanets, flightSpeedFactor, formatLocation, formatMass, formatMassDelta, formatMassScaled, formatModuleLine, formatTier, gathererDepthForTier, getAllRecipes, getCapabilityAttributeRows, getCapabilityAttributes, getCategoryInfo, getComponentDemand, getComponents, getCurrentEpoch, getDepthThreshold, getDestinationLocation, getEffectiveReserve, getEligibleResources, getEntityClass, getEntityItems, getEntityLayout, getEpochInfo, getFlightOrigin, getInterpolatedPosition, getItem, getItems, getKindMeta, getLocationCandidates, getLocationKind, getLocationProfile, getLocationType, getLocationTypeName, getModuleCapabilityType, getModules, getPackedEntityType, getPlanetSubtype, getPlanetSubtypes, getPositionAt, getProducersForAttribute, getRecipe, getRecipeConsumers, getResourceDemand, getResourceTier, getResourceWeight, getResources, getStatDefinitions, getStatMappings, getStatMappingsForCapability, getStatMappingsForStat, getStatName, getSystemName, getTemplateMeta, hasEnergy, hasEnergyForDistance, hasGatherer, hasLoaders, hasMass, hasSchedule, hasSpace$1 as hasSpace, hasSpaceForMass, hasStorage, hasSystem, hash, hash512, incomingHoldMass, interpolateFlightPosition, isBuildable, isContainer, isCraftedItem, isExtractor, isFactory, isFull$1 as isFull, isFullFromMass, isGatherableLocation, isHub, isInvertedAttribute, isLocationBuildable, isModuleItem, isNexus, isPlot, isPlotBuildable, isRelatedItem, isShip, isSubscriptionsDebugEnabled, isValidWormholePair, isWarehouse, itemAbbreviations, itemCategory, itemIds, itemOffset, itemTier, itemTypeCode, kindCan, lane, laneKeyForModule, lerp, location_derived, location_static, makeEntity, mapEntity, maxCraftable, maxTravelDistance, mergeStacks, moduleAccepts, moduleDisplayName, moduleIcon, moduleSlotTypeToCode, movement_stats, nearbyWormholes, needsRecharge, normalizeDisplayName, parseWireEntity, partnerRegion, planParallelGather, planParallelTransfer, planRoute, projectEntity, projectEntityAt, projectRemainingAt, projectedCargoAvailableAt, projectedPeakCargomass, rawScheduleEnd, readCommonBase, receiveFits, regionOf, removeFromStacks, renderDescription, resolveItem, resolveItemCategory, resolveLaneCrafter, resolveLaneGatherer, resolveLaneLoader, resolveLockedAmount, resolveStats, rollTier, rollWithinTier, rollupCrafter, rollupGatherer, rollupLoaders, rotation, schedule, sdkSystemGraph, selectGatherLane, setScanProvider, setSubscriptionsDebug, sourceLabelForOutput, stackKey, stackToCargoItem, stacksEqual, starRating, starsForStat, statMagnitude, subtractFromStacks, task, taskCargoChanges, taskCargoEffect, tierAdjective, tierColors, tierOfReserve, toLocation, typeLabel, unwrapLoadDuration, unwrapTransitDuration, validateDisplayName, validateSchedule, workerLaneKey, wormholeAt, wormholeAtRegionEndpoint, yieldThresholdAt };