fossekall-interface 0.1.86 → 0.1.88

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.
@@ -28,15 +28,13 @@ export declare const StateId: {
28
28
  readonly PostN2Fill: 2;
29
29
  readonly OxFill: 3;
30
30
  readonly PostOxFill: 4;
31
- readonly Prechill: 5;
32
- readonly PostPrechill: 6;
33
- readonly QDDisconnect: 7;
34
- readonly Pressurized: 8;
35
- readonly Armed: 9;
36
- readonly Burn: 10;
37
- readonly Shutdown: 11;
38
- readonly PostShutdown: 12;
39
- readonly Purge: 13;
31
+ readonly QDDisconnect: 5;
32
+ readonly Pressurized: 6;
33
+ readonly Armed: 7;
34
+ readonly Burn: 8;
35
+ readonly Shutdown: 9;
36
+ readonly PostShutdown: 10;
37
+ readonly Purge: 11;
40
38
  };
41
39
  export type StateId = (typeof StateId)[keyof typeof StateId];
42
40
  export declare const node_servo_Id: {
@@ -360,15 +358,13 @@ export declare const spec: {
360
358
  readonly PostN2Fill: 2;
361
359
  readonly OxFill: 3;
362
360
  readonly PostOxFill: 4;
363
- readonly Prechill: 5;
364
- readonly PostPrechill: 6;
365
- readonly QDDisconnect: 7;
366
- readonly Pressurized: 8;
367
- readonly Armed: 9;
368
- readonly Burn: 10;
369
- readonly Shutdown: 11;
370
- readonly PostShutdown: 12;
371
- readonly Purge: 13;
361
+ readonly QDDisconnect: 5;
362
+ readonly Pressurized: 6;
363
+ readonly Armed: 7;
364
+ readonly Burn: 8;
365
+ readonly Shutdown: 9;
366
+ readonly PostShutdown: 10;
367
+ readonly Purge: 11;
372
368
  };
373
369
  };
374
370
  };
@@ -384,15 +380,13 @@ export declare const spec: {
384
380
  readonly PostN2Fill: 2;
385
381
  readonly OxFill: 3;
386
382
  readonly PostOxFill: 4;
387
- readonly Prechill: 5;
388
- readonly PostPrechill: 6;
389
- readonly QDDisconnect: 7;
390
- readonly Pressurized: 8;
391
- readonly Armed: 9;
392
- readonly Burn: 10;
393
- readonly Shutdown: 11;
394
- readonly PostShutdown: 12;
395
- readonly Purge: 13;
383
+ readonly QDDisconnect: 5;
384
+ readonly Pressurized: 6;
385
+ readonly Armed: 7;
386
+ readonly Burn: 8;
387
+ readonly Shutdown: 9;
388
+ readonly PostShutdown: 10;
389
+ readonly Purge: 11;
396
390
  };
397
391
  };
398
392
  };
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-04-12 16:36:35. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-12 19:02:35. Do not edit manually!
3
3
  // The current version of typed-binary does not support 64-bit primitives.
4
4
  // So for we'll implement our own schemas. :)
5
5
  const __littleEndian = true;
@@ -75,15 +75,13 @@ export const StateId = {
75
75
  PostN2Fill: 2,
76
76
  OxFill: 3,
77
77
  PostOxFill: 4,
78
- Prechill: 5,
79
- PostPrechill: 6,
80
- QDDisconnect: 7,
81
- Pressurized: 8,
82
- Armed: 9,
83
- Burn: 10,
84
- Shutdown: 11,
85
- PostShutdown: 12,
86
- Purge: 13,
78
+ QDDisconnect: 5,
79
+ Pressurized: 6,
80
+ Armed: 7,
81
+ Burn: 8,
82
+ Shutdown: 9,
83
+ PostShutdown: 10,
84
+ Purge: 11,
87
85
  };
88
86
  export const node_servo_Id = {
89
87
  MainFuel: 0,
@@ -508,15 +508,13 @@
508
508
  "PostN2Fill": 2,
509
509
  "OxFill": 3,
510
510
  "PostOxFill": 4,
511
- "Prechill": 5,
512
- "PostPrechill": 6,
513
- "QDDisconnect": 7,
514
- "Pressurized": 8,
515
- "Armed": 9,
516
- "Burn": 10,
517
- "Shutdown": 11,
518
- "PostShutdown": 12,
519
- "Purge": 13
511
+ "QDDisconnect": 5,
512
+ "Pressurized": 6,
513
+ "Armed": 7,
514
+ "Burn": 8,
515
+ "Shutdown": 9,
516
+ "PostShutdown": 10,
517
+ "Purge": 11
520
518
  },
521
519
  "node::servo::Id": {
522
520
  "MainFuel": 0,
@@ -23,15 +23,13 @@ export declare const StateId: {
23
23
  readonly PostN2Fill: 2;
24
24
  readonly OxFill: 3;
25
25
  readonly PostOxFill: 4;
26
- readonly Prechill: 5;
27
- readonly PostPrechill: 6;
28
- readonly QDDisconnect: 7;
29
- readonly Pressurized: 8;
30
- readonly Armed: 9;
31
- readonly Burn: 10;
32
- readonly Shutdown: 11;
33
- readonly PostShutdown: 12;
34
- readonly Purge: 13;
26
+ readonly QDDisconnect: 5;
27
+ readonly Pressurized: 6;
28
+ readonly Armed: 7;
29
+ readonly Burn: 8;
30
+ readonly Shutdown: 9;
31
+ readonly PostShutdown: 10;
32
+ readonly Purge: 11;
35
33
  };
36
34
  export type StateId = (typeof StateId)[keyof typeof StateId];
37
35
  export declare const Event: {
@@ -464,15 +462,13 @@ export declare const spec: {
464
462
  readonly PostN2Fill: 2;
465
463
  readonly OxFill: 3;
466
464
  readonly PostOxFill: 4;
467
- readonly Prechill: 5;
468
- readonly PostPrechill: 6;
469
- readonly QDDisconnect: 7;
470
- readonly Pressurized: 8;
471
- readonly Armed: 9;
472
- readonly Burn: 10;
473
- readonly Shutdown: 11;
474
- readonly PostShutdown: 12;
475
- readonly Purge: 13;
465
+ readonly QDDisconnect: 5;
466
+ readonly Pressurized: 6;
467
+ readonly Armed: 7;
468
+ readonly Burn: 8;
469
+ readonly Shutdown: 9;
470
+ readonly PostShutdown: 10;
471
+ readonly Purge: 11;
476
472
  };
477
473
  telemetry: {};
478
474
  };
@@ -498,15 +494,13 @@ export declare const spec: {
498
494
  readonly PostN2Fill: 2;
499
495
  readonly OxFill: 3;
500
496
  readonly PostOxFill: 4;
501
- readonly Prechill: 5;
502
- readonly PostPrechill: 6;
503
- readonly QDDisconnect: 7;
504
- readonly Pressurized: 8;
505
- readonly Armed: 9;
506
- readonly Burn: 10;
507
- readonly Shutdown: 11;
508
- readonly PostShutdown: 12;
509
- readonly Purge: 13;
497
+ readonly QDDisconnect: 5;
498
+ readonly Pressurized: 6;
499
+ readonly Armed: 7;
500
+ readonly Burn: 8;
501
+ readonly Shutdown: 9;
502
+ readonly PostShutdown: 10;
503
+ readonly Purge: 11;
510
504
  };
511
505
  previous_state: {
512
506
  readonly Safe: 0;
@@ -514,15 +508,13 @@ export declare const spec: {
514
508
  readonly PostN2Fill: 2;
515
509
  readonly OxFill: 3;
516
510
  readonly PostOxFill: 4;
517
- readonly Prechill: 5;
518
- readonly PostPrechill: 6;
519
- readonly QDDisconnect: 7;
520
- readonly Pressurized: 8;
521
- readonly Armed: 9;
522
- readonly Burn: 10;
523
- readonly Shutdown: 11;
524
- readonly PostShutdown: 12;
525
- readonly Purge: 13;
511
+ readonly QDDisconnect: 5;
512
+ readonly Pressurized: 6;
513
+ readonly Armed: 7;
514
+ readonly Burn: 8;
515
+ readonly Shutdown: 9;
516
+ readonly PostShutdown: 10;
517
+ readonly Purge: 11;
526
518
  };
527
519
  last_event: {
528
520
  readonly Boot: 0;
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-04-12 16:36:38. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-12 19:02:38. Do not edit manually!
3
3
  // The current version of typed-binary does not support 64-bit primitives.
4
4
  // So for we'll implement our own schemas. :)
5
5
  const __littleEndian = true;
@@ -71,15 +71,13 @@ export const StateId = {
71
71
  PostN2Fill: 2,
72
72
  OxFill: 3,
73
73
  PostOxFill: 4,
74
- Prechill: 5,
75
- PostPrechill: 6,
76
- QDDisconnect: 7,
77
- Pressurized: 8,
78
- Armed: 9,
79
- Burn: 10,
80
- Shutdown: 11,
81
- PostShutdown: 12,
82
- Purge: 13,
74
+ QDDisconnect: 5,
75
+ Pressurized: 6,
76
+ Armed: 7,
77
+ Burn: 8,
78
+ Shutdown: 9,
79
+ PostShutdown: 10,
80
+ Purge: 11,
83
81
  };
84
82
  export const Event = {
85
83
  Boot: 0,
@@ -818,15 +818,13 @@
818
818
  "PostN2Fill": 2,
819
819
  "OxFill": 3,
820
820
  "PostOxFill": 4,
821
- "Prechill": 5,
822
- "PostPrechill": 6,
823
- "QDDisconnect": 7,
824
- "Pressurized": 8,
825
- "Armed": 9,
826
- "Burn": 10,
827
- "Shutdown": 11,
828
- "PostShutdown": 12,
829
- "Purge": 13
821
+ "QDDisconnect": 5,
822
+ "Pressurized": 6,
823
+ "Armed": 7,
824
+ "Burn": 8,
825
+ "Shutdown": 9,
826
+ "PostShutdown": 10,
827
+ "Purge": 11
830
828
  },
831
829
  "Event": {
832
830
  "Boot": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.86",
3
+ "version": "0.1.88",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",