@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.
- package/dist/index.d.ts +1 -1
- 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
|
-
|
|
718355
|
+
ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
|
|
718356
718356
|
};
|
|
718357
718357
|
output: {
|
|
718358
718358
|
data: {
|