fossekall-interface 0.1.104 → 0.1.106

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.
@@ -35,6 +35,7 @@ export declare const StateId: {
35
35
  readonly Shutdown: 9;
36
36
  readonly PostShutdown: 10;
37
37
  readonly Purge: 11;
38
+ readonly Hold: 12;
38
39
  };
39
40
  export type StateId = (typeof StateId)[keyof typeof StateId];
40
41
  export declare const node_servo_Id: {
@@ -365,6 +366,7 @@ export declare const spec: {
365
366
  readonly Shutdown: 9;
366
367
  readonly PostShutdown: 10;
367
368
  readonly Purge: 11;
369
+ readonly Hold: 12;
368
370
  };
369
371
  };
370
372
  };
@@ -387,6 +389,7 @@ export declare const spec: {
387
389
  readonly Shutdown: 9;
388
390
  readonly PostShutdown: 10;
389
391
  readonly Purge: 11;
392
+ readonly Hold: 12;
390
393
  };
391
394
  };
392
395
  };
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-04-18 17:58:20. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-19 09:57:37. 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;
@@ -82,6 +82,7 @@ export const StateId = {
82
82
  Shutdown: 9,
83
83
  PostShutdown: 10,
84
84
  Purge: 11,
85
+ Hold: 12,
85
86
  };
86
87
  export const node_servo_Id = {
87
88
  MainFuel: 0,
@@ -514,7 +514,8 @@
514
514
  "Burn": 8,
515
515
  "Shutdown": 9,
516
516
  "PostShutdown": 10,
517
- "Purge": 11
517
+ "Purge": 11,
518
+ "Hold": 12
518
519
  },
519
520
  "node::servo::Id": {
520
521
  "MainFuel": 0,
@@ -30,6 +30,7 @@ export declare const StateId: {
30
30
  readonly Shutdown: 9;
31
31
  readonly PostShutdown: 10;
32
32
  readonly Purge: 11;
33
+ readonly Hold: 12;
33
34
  };
34
35
  export type StateId = (typeof StateId)[keyof typeof StateId];
35
36
  export declare const Event: {
@@ -473,6 +474,7 @@ export declare const spec: {
473
474
  readonly Shutdown: 9;
474
475
  readonly PostShutdown: 10;
475
476
  readonly Purge: 11;
477
+ readonly Hold: 12;
476
478
  };
477
479
  telemetry: {};
478
480
  };
@@ -505,6 +507,7 @@ export declare const spec: {
505
507
  readonly Shutdown: 9;
506
508
  readonly PostShutdown: 10;
507
509
  readonly Purge: 11;
510
+ readonly Hold: 12;
508
511
  };
509
512
  previous_state: {
510
513
  readonly Safe: 0;
@@ -519,6 +522,7 @@ export declare const spec: {
519
522
  readonly Shutdown: 9;
520
523
  readonly PostShutdown: 10;
521
524
  readonly Purge: 11;
525
+ readonly Hold: 12;
522
526
  };
523
527
  last_event: {
524
528
  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-18 17:58:24. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-19 09:57:40. 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;
@@ -78,6 +78,7 @@ export const StateId = {
78
78
  Shutdown: 9,
79
79
  PostShutdown: 10,
80
80
  Purge: 11,
81
+ Hold: 12,
81
82
  };
82
83
  export const Event = {
83
84
  Boot: 0,
@@ -830,7 +830,8 @@
830
830
  "Burn": 8,
831
831
  "Shutdown": 9,
832
832
  "PostShutdown": 10,
833
- "Purge": 11
833
+ "Purge": 11,
834
+ "Hold": 12
834
835
  },
835
836
  "Event": {
836
837
  "Boot": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.104",
3
+ "version": "0.1.106",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",