fossekall-interface 0.1.106 → 0.1.108

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-19 09:57:37. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-19 11:38:57. 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;
@@ -126,7 +126,8 @@ export declare const proto_can_thermocouple_Id: {
126
126
  readonly Chamber1: 4;
127
127
  readonly FuelInjector: 5;
128
128
  readonly Chamber2: 6;
129
- readonly Count: 7;
129
+ readonly ExtraNodeOne: 7;
130
+ readonly Count: 8;
130
131
  };
131
132
  export type proto_can_thermocouple_Id = (typeof proto_can_thermocouple_Id)[keyof typeof proto_can_thermocouple_Id];
132
133
  export declare const node_load_cell_Id: {
@@ -706,7 +707,8 @@ export declare const spec: {
706
707
  readonly Chamber1: 4;
707
708
  readonly FuelInjector: 5;
708
709
  readonly Chamber2: 6;
709
- readonly Count: 7;
710
+ readonly ExtraNodeOne: 7;
711
+ readonly Count: 8;
710
712
  };
711
713
  data: {
712
714
  id: {
@@ -717,7 +719,8 @@ export declare const spec: {
717
719
  readonly Chamber1: 4;
718
720
  readonly FuelInjector: 5;
719
721
  readonly Chamber2: 6;
720
- readonly Count: 7;
722
+ readonly ExtraNodeOne: 7;
723
+ readonly Count: 8;
721
724
  };
722
725
  };
723
726
  };
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-04-19 09:57:40. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-19 11:39:00. 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;
@@ -163,7 +163,8 @@ export const proto_can_thermocouple_Id = {
163
163
  Chamber1: 4,
164
164
  FuelInjector: 5,
165
165
  Chamber2: 6,
166
- Count: 7,
166
+ ExtraNodeOne: 7,
167
+ Count: 8,
167
168
  };
168
169
  export const node_load_cell_Id = {
169
170
  LoadCell1: 0,
@@ -916,7 +916,8 @@
916
916
  "Chamber1": 4,
917
917
  "FuelInjector": 5,
918
918
  "Chamber2": 6,
919
- "Count": 7
919
+ "ExtraNodeOne": 7,
920
+ "Count": 8
920
921
  },
921
922
  "node::load_cell::Id": {
922
923
  "LoadCell1": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.106",
3
+ "version": "0.1.108",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",