fossekall-interface 0.1.151 → 0.1.152

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.
@@ -2,7 +2,7 @@ import bin from 'typed-binary';
2
2
  export declare const Commands_StateCommands: {
3
3
  readonly IDLE: 0;
4
4
  readonly OPEN_FILLING: 1;
5
- readonly OPEN_RECOVERY_FILL: 2;
5
+ readonly OPEN_SEPARATION_FILL: 2;
6
6
  readonly EXPECT_LIFTOFF: 3;
7
7
  readonly OPEN_FLOTATION_FILL: 4;
8
8
  readonly SEPERATION: 5;
@@ -15,6 +15,7 @@ export declare const Commands_FSMStateCommand: import("typed-binary").ObjectSche
15
15
  export type Commands_FSMStateCommand = bin.Parsed<typeof Commands_FSMStateCommand>;
16
16
  export declare const spec: {
17
17
  Commands_FSMStateCommand: {
18
+ id: number;
18
19
  schema: import("typed-binary").ObjectSchema<{
19
20
  command: import("typed-binary").ByteSchema;
20
21
  }>;
@@ -22,7 +23,7 @@ export declare const spec: {
22
23
  command: {
23
24
  readonly IDLE: 0;
24
25
  readonly OPEN_FILLING: 1;
25
- readonly OPEN_RECOVERY_FILL: 2;
26
+ readonly OPEN_SEPARATION_FILL: 2;
26
27
  readonly EXPECT_LIFTOFF: 3;
27
28
  readonly OPEN_FLOTATION_FILL: 4;
28
29
  readonly SEPERATION: 5;
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-18 19:49:37. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-18 22:11:46. 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;
@@ -63,7 +63,7 @@ const f64 = new Float64Schema();
63
63
  export const Commands_StateCommands = {
64
64
  IDLE: 0,
65
65
  OPEN_FILLING: 1,
66
- OPEN_RECOVERY_FILL: 2,
66
+ OPEN_SEPARATION_FILL: 2,
67
67
  EXPECT_LIFTOFF: 3,
68
68
  OPEN_FLOTATION_FILL: 4,
69
69
  SEPERATION: 5,
@@ -74,6 +74,7 @@ export const Commands_FSMStateCommand = bin.object({
74
74
  });
75
75
  export const spec = {
76
76
  Commands_FSMStateCommand: {
77
+ id: 16,
77
78
  schema: Commands_FSMStateCommand,
78
79
  enums: {
79
80
  command: Commands_StateCommands,
@@ -2,6 +2,7 @@
2
2
  "version": 1,
3
3
  "structs": {
4
4
  "Commands::FSMStateCommand": {
5
+ "id": 16,
5
6
  "kind": "struct",
6
7
  "type": "Commands::FSMStateCommand",
7
8
  "fields": [
@@ -19,7 +20,7 @@
19
20
  "Commands::StateCommands": {
20
21
  "IDLE": 0,
21
22
  "OPEN_FILLING": 1,
22
- "OPEN_RECOVERY_FILL": 2,
23
+ "OPEN_SEPARATION_FILL": 2,
23
24
  "EXPECT_LIFTOFF": 3,
24
25
  "OPEN_FLOTATION_FILL": 4,
25
26
  "SEPERATION": 5,
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-18 19:49:37. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-18 22:11:46. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.151",
3
+ "version": "0.1.152",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",