@be-logixpair/api 0.0.119 → 0.0.120

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -718352,7 +718352,7 @@ declare const cargoflowRouter: BuiltRouter<{
718352
718352
  input: {
718353
718353
  mode: "set" | "connect" | "disconnect";
718354
718354
  id_forwarding_consol?: string | number | bigint | null | undefined;
718355
- id_forwarding_shipments?: (string | number | bigint)[] | null | undefined;
718355
+ ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
718356
718356
  };
718357
718357
  output: {
718358
718358
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.119",
3
+ "version": "0.0.120",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {