fossekall-interface 0.1.140 → 0.1.141

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-07-09 20:14:19. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-09 22:23:27. 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;
@@ -117,9 +117,7 @@ export declare const proto_can_thermocouple_Id: {
117
117
  readonly OxTankTop: 1;
118
118
  readonly FuelTank: 2;
119
119
  readonly OxInjector: 3;
120
- readonly Chamber1: 4;
121
120
  readonly FuelInjector: 5;
122
- readonly Chamber2: 6;
123
121
  readonly ExtraNodeOne: 7;
124
122
  readonly Count: 8;
125
123
  };
@@ -844,9 +842,7 @@ export declare const spec: {
844
842
  readonly OxTankTop: 1;
845
843
  readonly FuelTank: 2;
846
844
  readonly OxInjector: 3;
847
- readonly Chamber1: 4;
848
845
  readonly FuelInjector: 5;
849
- readonly Chamber2: 6;
850
846
  readonly ExtraNodeOne: 7;
851
847
  readonly Count: 8;
852
848
  };
@@ -856,9 +852,7 @@ export declare const spec: {
856
852
  readonly OxTankTop: 1;
857
853
  readonly FuelTank: 2;
858
854
  readonly OxInjector: 3;
859
- readonly Chamber1: 4;
860
855
  readonly FuelInjector: 5;
861
- readonly Chamber2: 6;
862
856
  readonly ExtraNodeOne: 7;
863
857
  readonly Count: 8;
864
858
  };
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-09 20:14:22. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-09 22:23:30. 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;
@@ -154,9 +154,7 @@ export const proto_can_thermocouple_Id = {
154
154
  OxTankTop: 1,
155
155
  FuelTank: 2,
156
156
  OxInjector: 3,
157
- Chamber1: 4,
158
157
  FuelInjector: 5,
159
- Chamber2: 6,
160
158
  ExtraNodeOne: 7,
161
159
  Count: 8,
162
160
  };
@@ -1209,9 +1209,7 @@
1209
1209
  "OxTankTop": 1,
1210
1210
  "FuelTank": 2,
1211
1211
  "OxInjector": 3,
1212
- "Chamber1": 4,
1213
1212
  "FuelInjector": 5,
1214
- "Chamber2": 6,
1215
1213
  "ExtraNodeOne": 7,
1216
1214
  "Count": 8
1217
1215
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.140",
3
+ "version": "0.1.141",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",