fossekall-interface 0.1.99 → 0.1.100

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.
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-04-17 08:44:15. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-17 12:13:16. 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;
@@ -122,8 +122,10 @@ export declare const proto_can_thermocouple_Id: {
122
122
  readonly OxTankTop: 1;
123
123
  readonly FuelTank: 2;
124
124
  readonly OxInjector: 3;
125
- readonly FuelInjector: 4;
126
- readonly Count: 5;
125
+ readonly Chamber1: 4;
126
+ readonly FuelInjector: 5;
127
+ readonly Chamber2: 6;
128
+ readonly Count: 7;
127
129
  };
128
130
  export type proto_can_thermocouple_Id = (typeof proto_can_thermocouple_Id)[keyof typeof proto_can_thermocouple_Id];
129
131
  export declare const node_load_cell_Id: {
@@ -697,8 +699,10 @@ export declare const spec: {
697
699
  readonly OxTankTop: 1;
698
700
  readonly FuelTank: 2;
699
701
  readonly OxInjector: 3;
700
- readonly FuelInjector: 4;
701
- readonly Count: 5;
702
+ readonly Chamber1: 4;
703
+ readonly FuelInjector: 5;
704
+ readonly Chamber2: 6;
705
+ readonly Count: 7;
702
706
  };
703
707
  data: {
704
708
  id: {
@@ -706,8 +710,10 @@ export declare const spec: {
706
710
  readonly OxTankTop: 1;
707
711
  readonly FuelTank: 2;
708
712
  readonly OxInjector: 3;
709
- readonly FuelInjector: 4;
710
- readonly Count: 5;
713
+ readonly Chamber1: 4;
714
+ readonly FuelInjector: 5;
715
+ readonly Chamber2: 6;
716
+ readonly Count: 7;
711
717
  };
712
718
  };
713
719
  };
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-04-17 08:44:18. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-17 12:13:20. 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;
@@ -159,8 +159,10 @@ export const proto_can_thermocouple_Id = {
159
159
  OxTankTop: 1,
160
160
  FuelTank: 2,
161
161
  OxInjector: 3,
162
- FuelInjector: 4,
163
- Count: 5,
162
+ Chamber1: 4,
163
+ FuelInjector: 5,
164
+ Chamber2: 6,
165
+ Count: 7,
164
166
  };
165
167
  export const node_load_cell_Id = {
166
168
  LoadCell1: 0,
@@ -912,8 +912,10 @@
912
912
  "OxTankTop": 1,
913
913
  "FuelTank": 2,
914
914
  "OxInjector": 3,
915
- "FuelInjector": 4,
916
- "Count": 5
915
+ "Chamber1": 4,
916
+ "FuelInjector": 5,
917
+ "Chamber2": 6,
918
+ "Count": 7
917
919
  },
918
920
  "node::load_cell::Id": {
919
921
  "LoadCell1": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.99",
3
+ "version": "0.1.100",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",