fossekall-interface 0.1.142 → 0.1.144

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 22:41:42. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-10 13:34:08. 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;
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-09 22:41:45. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-10 13:34:11. 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;
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-09 16:43:49. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-10 13:52:08. 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;
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-09 16:43:52. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-10 13:52:11. 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;
@@ -240,7 +240,7 @@ export const spec = {
240
240
  },
241
241
  LoadCellPacket: {
242
242
  port: 5047,
243
- fragment: "loadcell_id",
243
+ fragment: "load_cell_id",
244
244
  schema: LoadCellPacket,
245
245
  enums: {
246
246
  load_cell_id: sensors_load_cell_Id,
@@ -254,7 +254,7 @@
254
254
  },
255
255
  "LoadCellPacket": {
256
256
  "port": 5047,
257
- "fragment": "loadcell_id",
257
+ "fragment": "load_cell_id",
258
258
  "kind": "struct",
259
259
  "type": "LoadCellPacket",
260
260
  "fields": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.142",
3
+ "version": "0.1.144",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",