@be-logixpair/api 0.0.129 → 0.0.130-rc1
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 +120 -88
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -773444,11 +773444,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
773444
773444
|
updated_at: Date | null;
|
|
773445
773445
|
updated_by: string | null;
|
|
773446
773446
|
length: Decimal$1 | null;
|
|
773447
|
+
description: string | null;
|
|
773447
773448
|
id_weight_unit: string | null;
|
|
773448
773449
|
id_volume_unit: string | null;
|
|
773449
773450
|
id_commodity: string | null;
|
|
773450
773451
|
id_forwarding_booking: string | null;
|
|
773451
|
-
description: string | null;
|
|
773452
773452
|
volume: Decimal$1 | null;
|
|
773453
773453
|
id_forwarding_shipment: string | null;
|
|
773454
773454
|
id_consol_container: string | null;
|
|
@@ -773762,6 +773762,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
773762
773762
|
updated_at: Date | null;
|
|
773763
773763
|
updated_by: string | null;
|
|
773764
773764
|
length: Decimal$1 | null;
|
|
773765
|
+
description: string | null;
|
|
773765
773766
|
id_transport_mode: string | null;
|
|
773766
773767
|
id_container_shipping_type: string | null;
|
|
773767
773768
|
id_incoterm: string | null;
|
|
@@ -773779,7 +773780,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
773779
773780
|
id_volume_unit: string | null;
|
|
773780
773781
|
id_chargeable_unit: string | null;
|
|
773781
773782
|
id_commodity: string | null;
|
|
773782
|
-
description: string | null;
|
|
773783
773783
|
extra_term: string | null;
|
|
773784
773784
|
shipper_ref: string | null;
|
|
773785
773785
|
mark_number: string | null;
|
|
@@ -773994,6 +773994,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
773994
773994
|
updated_at: Date | null;
|
|
773995
773995
|
updated_by: string | null;
|
|
773996
773996
|
length: Decimal$1 | null;
|
|
773997
|
+
description: string | null;
|
|
773997
773998
|
id_transport_mode: string | null;
|
|
773998
773999
|
id_container_shipping_type: string | null;
|
|
773999
774000
|
id_incoterm: string | null;
|
|
@@ -774011,7 +774012,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774011
774012
|
id_volume_unit: string | null;
|
|
774012
774013
|
id_chargeable_unit: string | null;
|
|
774013
774014
|
id_commodity: string | null;
|
|
774014
|
-
description: string | null;
|
|
774015
774015
|
extra_term: string | null;
|
|
774016
774016
|
shipper_ref: string | null;
|
|
774017
774017
|
mark_number: string | null;
|
|
@@ -774056,6 +774056,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774056
774056
|
created_by: string | null;
|
|
774057
774057
|
updated_at: Date | null;
|
|
774058
774058
|
updated_by: string | null;
|
|
774059
|
+
description: string | null;
|
|
774059
774060
|
id_transport_mode: string | null;
|
|
774060
774061
|
id_container_shipping_type: string | null;
|
|
774061
774062
|
id_incoterm: string | null;
|
|
@@ -774065,7 +774066,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774065
774066
|
id_weight_unit: string | null;
|
|
774066
774067
|
id_volume_unit: string | null;
|
|
774067
774068
|
id_chargeable_unit: string | null;
|
|
774068
|
-
description: string | null;
|
|
774069
774069
|
mark_number: string | null;
|
|
774070
774070
|
volume: Decimal$1 | null;
|
|
774071
774071
|
chargeable: Decimal$1 | null;
|
|
@@ -774225,11 +774225,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774225
774225
|
updated_at: Date | null;
|
|
774226
774226
|
updated_by: string | null;
|
|
774227
774227
|
length: Decimal$1 | null;
|
|
774228
|
+
description: string | null;
|
|
774228
774229
|
id_weight_unit: string | null;
|
|
774229
774230
|
id_volume_unit: string | null;
|
|
774230
774231
|
id_commodity: string | null;
|
|
774231
774232
|
id_forwarding_booking: string | null;
|
|
774232
|
-
description: string | null;
|
|
774233
774233
|
volume: Decimal$1 | null;
|
|
774234
774234
|
id_forwarding_shipment: string | null;
|
|
774235
774235
|
id_consol_container: string | null;
|
|
@@ -774567,6 +774567,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774567
774567
|
updated_at: Date | null;
|
|
774568
774568
|
updated_by: string | null;
|
|
774569
774569
|
length: Decimal$1 | null;
|
|
774570
|
+
description: string | null;
|
|
774570
774571
|
id_transport_mode: string | null;
|
|
774571
774572
|
id_container_shipping_type: string | null;
|
|
774572
774573
|
id_incoterm: string | null;
|
|
@@ -774584,7 +774585,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774584
774585
|
id_volume_unit: string | null;
|
|
774585
774586
|
id_chargeable_unit: string | null;
|
|
774586
774587
|
id_commodity: string | null;
|
|
774587
|
-
description: string | null;
|
|
774588
774588
|
extra_term: string | null;
|
|
774589
774589
|
shipper_ref: string | null;
|
|
774590
774590
|
mark_number: string | null;
|
|
@@ -774647,12 +774647,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774647
774647
|
id: string;
|
|
774648
774648
|
params: SimpleJson;
|
|
774649
774649
|
id_log_type: string | null;
|
|
774650
|
-
id_forwarding_booking: string | null;
|
|
774651
774650
|
url: string | null;
|
|
774652
774651
|
action: string | null;
|
|
774653
774652
|
action_by: string | null;
|
|
774654
774653
|
action_id: string | null;
|
|
774655
774654
|
action_at: Date | null;
|
|
774655
|
+
id_forwarding_booking: string | null;
|
|
774656
774656
|
}[] | undefined;
|
|
774657
774657
|
total: number | undefined;
|
|
774658
774658
|
};
|
|
@@ -774671,12 +774671,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774671
774671
|
id: string;
|
|
774672
774672
|
params: SimpleJson;
|
|
774673
774673
|
id_log_type: string | null;
|
|
774674
|
-
id_forwarding_booking: string | null;
|
|
774675
774674
|
url: string | null;
|
|
774676
774675
|
action: string | null;
|
|
774677
774676
|
action_by: string | null;
|
|
774678
774677
|
action_id: string | null;
|
|
774679
774678
|
action_at: Date | null;
|
|
774679
|
+
id_forwarding_booking: string | null;
|
|
774680
774680
|
} | undefined;
|
|
774681
774681
|
};
|
|
774682
774682
|
meta: object;
|
|
@@ -774782,6 +774782,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774782
774782
|
updated_at: Date | null;
|
|
774783
774783
|
updated_by: string | null;
|
|
774784
774784
|
length: Decimal$1 | null;
|
|
774785
|
+
description: string | null;
|
|
774785
774786
|
id_transport_mode: string | null;
|
|
774786
774787
|
id_container_shipping_type: string | null;
|
|
774787
774788
|
id_incoterm: string | null;
|
|
@@ -774799,7 +774800,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774799
774800
|
id_volume_unit: string | null;
|
|
774800
774801
|
id_chargeable_unit: string | null;
|
|
774801
774802
|
id_commodity: string | null;
|
|
774802
|
-
description: string | null;
|
|
774803
774803
|
extra_term: string | null;
|
|
774804
774804
|
shipper_ref: string | null;
|
|
774805
774805
|
mark_number: string | null;
|
|
@@ -774819,12 +774819,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774819
774819
|
id: string;
|
|
774820
774820
|
params: SimpleJson;
|
|
774821
774821
|
id_log_type: string | null;
|
|
774822
|
-
id_forwarding_booking: string | null;
|
|
774823
774822
|
url: string | null;
|
|
774824
774823
|
action: string | null;
|
|
774825
774824
|
action_by: string | null;
|
|
774826
774825
|
action_id: string | null;
|
|
774827
774826
|
action_at: Date | null;
|
|
774827
|
+
id_forwarding_booking: string | null;
|
|
774828
774828
|
} | undefined;
|
|
774829
774829
|
};
|
|
774830
774830
|
} | undefined;
|
|
@@ -774962,6 +774962,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774962
774962
|
updated_at: Date | null;
|
|
774963
774963
|
updated_by: string | null;
|
|
774964
774964
|
length: Decimal$1 | null;
|
|
774965
|
+
description: string | null;
|
|
774965
774966
|
id_transport_mode: string | null;
|
|
774966
774967
|
id_container_shipping_type: string | null;
|
|
774967
774968
|
id_incoterm: string | null;
|
|
@@ -774979,7 +774980,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774979
774980
|
id_volume_unit: string | null;
|
|
774980
774981
|
id_chargeable_unit: string | null;
|
|
774981
774982
|
id_commodity: string | null;
|
|
774982
|
-
description: string | null;
|
|
774983
774983
|
extra_term: string | null;
|
|
774984
774984
|
shipper_ref: string | null;
|
|
774985
774985
|
mark_number: string | null;
|
|
@@ -774999,12 +774999,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
774999
774999
|
id: string;
|
|
775000
775000
|
params: SimpleJson;
|
|
775001
775001
|
id_log_type: string | null;
|
|
775002
|
-
id_forwarding_booking: string | null;
|
|
775003
775002
|
url: string | null;
|
|
775004
775003
|
action: string | null;
|
|
775005
775004
|
action_by: string | null;
|
|
775006
775005
|
action_id: string | null;
|
|
775007
775006
|
action_at: Date | null;
|
|
775007
|
+
id_forwarding_booking: string | null;
|
|
775008
775008
|
} | undefined;
|
|
775009
775009
|
};
|
|
775010
775010
|
} | undefined;
|
|
@@ -775027,6 +775027,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
775027
775027
|
updated_at: Date | null;
|
|
775028
775028
|
updated_by: string | null;
|
|
775029
775029
|
length: Decimal$1 | null;
|
|
775030
|
+
description: string | null;
|
|
775030
775031
|
id_transport_mode: string | null;
|
|
775031
775032
|
id_container_shipping_type: string | null;
|
|
775032
775033
|
id_incoterm: string | null;
|
|
@@ -775044,7 +775045,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
775044
775045
|
id_volume_unit: string | null;
|
|
775045
775046
|
id_chargeable_unit: string | null;
|
|
775046
775047
|
id_commodity: string | null;
|
|
775047
|
-
description: string | null;
|
|
775048
775048
|
extra_term: string | null;
|
|
775049
775049
|
shipper_ref: string | null;
|
|
775050
775050
|
mark_number: string | null;
|
|
@@ -775117,6 +775117,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
775117
775117
|
updated_at: Date | null;
|
|
775118
775118
|
updated_by: string | null;
|
|
775119
775119
|
length: Decimal$1 | null;
|
|
775120
|
+
description: string | null;
|
|
775120
775121
|
id_transport_mode: string | null;
|
|
775121
775122
|
id_container_shipping_type: string | null;
|
|
775122
775123
|
id_incoterm: string | null;
|
|
@@ -775134,7 +775135,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
775134
775135
|
id_volume_unit: string | null;
|
|
775135
775136
|
id_chargeable_unit: string | null;
|
|
775136
775137
|
id_commodity: string | null;
|
|
775137
|
-
description: string | null;
|
|
775138
775138
|
extra_term: string | null;
|
|
775139
775139
|
shipper_ref: string | null;
|
|
775140
775140
|
mark_number: string | null;
|
|
@@ -775254,6 +775254,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
775254
775254
|
updated_at: Date | null;
|
|
775255
775255
|
updated_by: string | null;
|
|
775256
775256
|
length: Decimal$1 | null;
|
|
775257
|
+
description: string | null;
|
|
775257
775258
|
id_transport_mode: string | null;
|
|
775258
775259
|
id_container_shipping_type: string | null;
|
|
775259
775260
|
id_incoterm: string | null;
|
|
@@ -775271,7 +775272,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
775271
775272
|
id_volume_unit: string | null;
|
|
775272
775273
|
id_chargeable_unit: string | null;
|
|
775273
775274
|
id_commodity: string | null;
|
|
775274
|
-
description: string | null;
|
|
775275
775275
|
extra_term: string | null;
|
|
775276
775276
|
shipper_ref: string | null;
|
|
775277
775277
|
mark_number: string | null;
|
|
@@ -775716,6 +775716,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
775716
775716
|
updated_at: Date | null;
|
|
775717
775717
|
updated_by: string | null;
|
|
775718
775718
|
length: Decimal$1 | null;
|
|
775719
|
+
description: string | null;
|
|
775719
775720
|
id_transport_mode: string | null;
|
|
775720
775721
|
id_container_shipping_type: string | null;
|
|
775721
775722
|
id_incoterm: string | null;
|
|
@@ -775733,7 +775734,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
775733
775734
|
id_volume_unit: string | null;
|
|
775734
775735
|
id_chargeable_unit: string | null;
|
|
775735
775736
|
id_commodity: string | null;
|
|
775736
|
-
description: string | null;
|
|
775737
775737
|
extra_term: string | null;
|
|
775738
775738
|
shipper_ref: string | null;
|
|
775739
775739
|
mark_number: string | null;
|
|
@@ -775880,6 +775880,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
775880
775880
|
updated_at: Date | null;
|
|
775881
775881
|
updated_by: string | null;
|
|
775882
775882
|
length: Decimal$1 | null;
|
|
775883
|
+
description: string | null;
|
|
775883
775884
|
id_transport_mode: string | null;
|
|
775884
775885
|
id_container_shipping_type: string | null;
|
|
775885
775886
|
id_incoterm: string | null;
|
|
@@ -775897,7 +775898,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
775897
775898
|
id_volume_unit: string | null;
|
|
775898
775899
|
id_chargeable_unit: string | null;
|
|
775899
775900
|
id_commodity: string | null;
|
|
775900
|
-
description: string | null;
|
|
775901
775901
|
extra_term: string | null;
|
|
775902
775902
|
shipper_ref: string | null;
|
|
775903
775903
|
mark_number: string | null;
|
|
@@ -776494,11 +776494,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
776494
776494
|
updated_at: Date | null;
|
|
776495
776495
|
updated_by: string | null;
|
|
776496
776496
|
length: Decimal$1 | null;
|
|
776497
|
+
description: string | null;
|
|
776497
776498
|
id_weight_unit: string | null;
|
|
776498
776499
|
id_volume_unit: string | null;
|
|
776499
776500
|
id_commodity: string | null;
|
|
776500
776501
|
id_forwarding_booking: string | null;
|
|
776501
|
-
description: string | null;
|
|
776502
776502
|
volume: Decimal$1 | null;
|
|
776503
776503
|
id_forwarding_shipment: string | null;
|
|
776504
776504
|
id_consol_container: string | null;
|
|
@@ -777069,6 +777069,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
777069
777069
|
created_by: string | null;
|
|
777070
777070
|
updated_at: Date | null;
|
|
777071
777071
|
updated_by: string | null;
|
|
777072
|
+
description: string | null;
|
|
777072
777073
|
id_transport_mode: string | null;
|
|
777073
777074
|
id_container_shipping_type: string | null;
|
|
777074
777075
|
id_incoterm: string | null;
|
|
@@ -777078,7 +777079,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
777078
777079
|
id_weight_unit: string | null;
|
|
777079
777080
|
id_volume_unit: string | null;
|
|
777080
777081
|
id_chargeable_unit: string | null;
|
|
777081
|
-
description: string | null;
|
|
777082
777082
|
mark_number: string | null;
|
|
777083
777083
|
volume: Decimal$1 | null;
|
|
777084
777084
|
chargeable: Decimal$1 | null;
|
|
@@ -777208,6 +777208,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
777208
777208
|
updated_at: Date | null;
|
|
777209
777209
|
updated_by: string | null;
|
|
777210
777210
|
length: Decimal$1 | null;
|
|
777211
|
+
description: string | null;
|
|
777211
777212
|
id_transport_mode: string | null;
|
|
777212
777213
|
id_container_shipping_type: string | null;
|
|
777213
777214
|
id_incoterm: string | null;
|
|
@@ -777225,7 +777226,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
777225
777226
|
id_volume_unit: string | null;
|
|
777226
777227
|
id_chargeable_unit: string | null;
|
|
777227
777228
|
id_commodity: string | null;
|
|
777228
|
-
description: string | null;
|
|
777229
777229
|
extra_term: string | null;
|
|
777230
777230
|
shipper_ref: string | null;
|
|
777231
777231
|
mark_number: string | null;
|
|
@@ -777270,6 +777270,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
777270
777270
|
created_by: string | null;
|
|
777271
777271
|
updated_at: Date | null;
|
|
777272
777272
|
updated_by: string | null;
|
|
777273
|
+
description: string | null;
|
|
777273
777274
|
id_transport_mode: string | null;
|
|
777274
777275
|
id_container_shipping_type: string | null;
|
|
777275
777276
|
id_incoterm: string | null;
|
|
@@ -777279,7 +777280,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
777279
777280
|
id_weight_unit: string | null;
|
|
777280
777281
|
id_volume_unit: string | null;
|
|
777281
777282
|
id_chargeable_unit: string | null;
|
|
777282
|
-
description: string | null;
|
|
777283
777283
|
mark_number: string | null;
|
|
777284
777284
|
volume: Decimal$1 | null;
|
|
777285
777285
|
chargeable: Decimal$1 | null;
|
|
@@ -777439,11 +777439,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
777439
777439
|
updated_at: Date | null;
|
|
777440
777440
|
updated_by: string | null;
|
|
777441
777441
|
length: Decimal$1 | null;
|
|
777442
|
+
description: string | null;
|
|
777442
777443
|
id_weight_unit: string | null;
|
|
777443
777444
|
id_volume_unit: string | null;
|
|
777444
777445
|
id_commodity: string | null;
|
|
777445
777446
|
id_forwarding_booking: string | null;
|
|
777446
|
-
description: string | null;
|
|
777447
777447
|
volume: Decimal$1 | null;
|
|
777448
777448
|
id_forwarding_shipment: string | null;
|
|
777449
777449
|
id_consol_container: string | null;
|
|
@@ -777750,6 +777750,38 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
777750
777750
|
updated_at: Date | null;
|
|
777751
777751
|
updated_by: string | null;
|
|
777752
777752
|
} | null;
|
|
777753
|
+
billing_amount_currency: {
|
|
777754
|
+
symbol: string | null;
|
|
777755
|
+
is_active: boolean | null;
|
|
777756
|
+
id: string;
|
|
777757
|
+
logic_code: string | null;
|
|
777758
|
+
created_at: Date | null;
|
|
777759
|
+
created_by: string | null;
|
|
777760
|
+
updated_at: Date | null;
|
|
777761
|
+
updated_by: string | null;
|
|
777762
|
+
currency_code: string | null;
|
|
777763
|
+
currency_name: string | null;
|
|
777764
|
+
major_unit: string | null;
|
|
777765
|
+
minor_unit: string | null;
|
|
777766
|
+
decimal_unit: number | null;
|
|
777767
|
+
iso_decimal: number | null;
|
|
777768
|
+
} | null;
|
|
777769
|
+
cargo_value_currency: {
|
|
777770
|
+
symbol: string | null;
|
|
777771
|
+
is_active: boolean | null;
|
|
777772
|
+
id: string;
|
|
777773
|
+
logic_code: string | null;
|
|
777774
|
+
created_at: Date | null;
|
|
777775
|
+
created_by: string | null;
|
|
777776
|
+
updated_at: Date | null;
|
|
777777
|
+
updated_by: string | null;
|
|
777778
|
+
currency_code: string | null;
|
|
777779
|
+
currency_name: string | null;
|
|
777780
|
+
major_unit: string | null;
|
|
777781
|
+
minor_unit: string | null;
|
|
777782
|
+
decimal_unit: number | null;
|
|
777783
|
+
iso_decimal: number | null;
|
|
777784
|
+
} | null;
|
|
777753
777785
|
is_active: boolean | null;
|
|
777754
777786
|
id: string;
|
|
777755
777787
|
logic_code: string | null;
|
|
@@ -779040,6 +779072,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
779040
779072
|
created_by: string | null;
|
|
779041
779073
|
updated_at: Date | null;
|
|
779042
779074
|
updated_by: string | null;
|
|
779075
|
+
description: string | null;
|
|
779043
779076
|
id_transport_mode: string | null;
|
|
779044
779077
|
id_container_shipping_type: string | null;
|
|
779045
779078
|
id_incoterm: string | null;
|
|
@@ -779049,7 +779082,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
779049
779082
|
id_weight_unit: string | null;
|
|
779050
779083
|
id_volume_unit: string | null;
|
|
779051
779084
|
id_chargeable_unit: string | null;
|
|
779052
|
-
description: string | null;
|
|
779053
779085
|
mark_number: string | null;
|
|
779054
779086
|
volume: Decimal$1 | null;
|
|
779055
779087
|
chargeable: Decimal$1 | null;
|
|
@@ -779436,6 +779468,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
779436
779468
|
created_by: string | null;
|
|
779437
779469
|
updated_at: Date | null;
|
|
779438
779470
|
updated_by: string | null;
|
|
779471
|
+
description: string | null;
|
|
779439
779472
|
id_transport_mode: string | null;
|
|
779440
779473
|
id_container_shipping_type: string | null;
|
|
779441
779474
|
id_incoterm: string | null;
|
|
@@ -779445,7 +779478,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
779445
779478
|
id_weight_unit: string | null;
|
|
779446
779479
|
id_volume_unit: string | null;
|
|
779447
779480
|
id_chargeable_unit: string | null;
|
|
779448
|
-
description: string | null;
|
|
779449
779481
|
mark_number: string | null;
|
|
779450
779482
|
volume: Decimal$1 | null;
|
|
779451
779483
|
chargeable: Decimal$1 | null;
|
|
@@ -779791,6 +779823,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
779791
779823
|
created_by: string | null;
|
|
779792
779824
|
updated_at: Date | null;
|
|
779793
779825
|
updated_by: string | null;
|
|
779826
|
+
description: string | null;
|
|
779794
779827
|
id_transport_mode: string | null;
|
|
779795
779828
|
id_container_shipping_type: string | null;
|
|
779796
779829
|
id_incoterm: string | null;
|
|
@@ -779800,7 +779833,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
779800
779833
|
id_weight_unit: string | null;
|
|
779801
779834
|
id_volume_unit: string | null;
|
|
779802
779835
|
id_chargeable_unit: string | null;
|
|
779803
|
-
description: string | null;
|
|
779804
779836
|
mark_number: string | null;
|
|
779805
779837
|
volume: Decimal$1 | null;
|
|
779806
779838
|
chargeable: Decimal$1 | null;
|
|
@@ -779946,6 +779978,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
779946
779978
|
created_by: string | null;
|
|
779947
779979
|
updated_at: Date | null;
|
|
779948
779980
|
updated_by: string | null;
|
|
779981
|
+
description: string | null;
|
|
779949
779982
|
id_transport_mode: string | null;
|
|
779950
779983
|
id_container_shipping_type: string | null;
|
|
779951
779984
|
id_incoterm: string | null;
|
|
@@ -779955,7 +779988,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
779955
779988
|
id_weight_unit: string | null;
|
|
779956
779989
|
id_volume_unit: string | null;
|
|
779957
779990
|
id_chargeable_unit: string | null;
|
|
779958
|
-
description: string | null;
|
|
779959
779991
|
mark_number: string | null;
|
|
779960
779992
|
volume: Decimal$1 | null;
|
|
779961
779993
|
chargeable: Decimal$1 | null;
|
|
@@ -780101,6 +780133,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
780101
780133
|
created_by: string | null;
|
|
780102
780134
|
updated_at: Date | null;
|
|
780103
780135
|
updated_by: string | null;
|
|
780136
|
+
description: string | null;
|
|
780104
780137
|
id_transport_mode: string | null;
|
|
780105
780138
|
id_container_shipping_type: string | null;
|
|
780106
780139
|
id_incoterm: string | null;
|
|
@@ -780110,7 +780143,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
780110
780143
|
id_weight_unit: string | null;
|
|
780111
780144
|
id_volume_unit: string | null;
|
|
780112
780145
|
id_chargeable_unit: string | null;
|
|
780113
|
-
description: string | null;
|
|
780114
780146
|
mark_number: string | null;
|
|
780115
780147
|
volume: Decimal$1 | null;
|
|
780116
780148
|
chargeable: Decimal$1 | null;
|
|
@@ -780244,6 +780276,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
780244
780276
|
created_by: string | null;
|
|
780245
780277
|
updated_at: Date | null;
|
|
780246
780278
|
updated_by: string | null;
|
|
780279
|
+
description: string | null;
|
|
780247
780280
|
id_transport_mode: string | null;
|
|
780248
780281
|
id_container_shipping_type: string | null;
|
|
780249
780282
|
id_incoterm: string | null;
|
|
@@ -780253,7 +780286,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
780253
780286
|
id_weight_unit: string | null;
|
|
780254
780287
|
id_volume_unit: string | null;
|
|
780255
780288
|
id_chargeable_unit: string | null;
|
|
780256
|
-
description: string | null;
|
|
780257
780289
|
mark_number: string | null;
|
|
780258
780290
|
volume: Decimal$1 | null;
|
|
780259
780291
|
chargeable: Decimal$1 | null;
|
|
@@ -780635,6 +780667,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
780635
780667
|
created_by: string | null;
|
|
780636
780668
|
updated_at: Date | null;
|
|
780637
780669
|
updated_by: string | null;
|
|
780670
|
+
description: string | null;
|
|
780638
780671
|
id_transport_mode: string | null;
|
|
780639
780672
|
id_container_shipping_type: string | null;
|
|
780640
780673
|
id_incoterm: string | null;
|
|
@@ -780644,7 +780677,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
780644
780677
|
id_weight_unit: string | null;
|
|
780645
780678
|
id_volume_unit: string | null;
|
|
780646
780679
|
id_chargeable_unit: string | null;
|
|
780647
|
-
description: string | null;
|
|
780648
780680
|
mark_number: string | null;
|
|
780649
780681
|
volume: Decimal$1 | null;
|
|
780650
780682
|
chargeable: Decimal$1 | null;
|
|
@@ -780885,6 +780917,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
780885
780917
|
created_by: string | null;
|
|
780886
780918
|
updated_at: Date | null;
|
|
780887
780919
|
updated_by: string | null;
|
|
780920
|
+
description: string | null;
|
|
780888
780921
|
id_transport_mode: string | null;
|
|
780889
780922
|
id_container_shipping_type: string | null;
|
|
780890
780923
|
id_incoterm: string | null;
|
|
@@ -780894,7 +780927,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
780894
780927
|
id_weight_unit: string | null;
|
|
780895
780928
|
id_volume_unit: string | null;
|
|
780896
780929
|
id_chargeable_unit: string | null;
|
|
780897
|
-
description: string | null;
|
|
780898
780930
|
mark_number: string | null;
|
|
780899
780931
|
volume: Decimal$1 | null;
|
|
780900
780932
|
chargeable: Decimal$1 | null;
|
|
@@ -781460,6 +781492,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
781460
781492
|
created_by: string | null;
|
|
781461
781493
|
updated_at: Date | null;
|
|
781462
781494
|
updated_by: string | null;
|
|
781495
|
+
description: string | null;
|
|
781463
781496
|
id_transport_mode: string | null;
|
|
781464
781497
|
id_container_shipping_type: string | null;
|
|
781465
781498
|
id_incoterm: string | null;
|
|
@@ -781469,7 +781502,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
781469
781502
|
id_weight_unit: string | null;
|
|
781470
781503
|
id_volume_unit: string | null;
|
|
781471
781504
|
id_chargeable_unit: string | null;
|
|
781472
|
-
description: string | null;
|
|
781473
781505
|
mark_number: string | null;
|
|
781474
781506
|
volume: Decimal$1 | null;
|
|
781475
781507
|
chargeable: Decimal$1 | null;
|
|
@@ -781710,6 +781742,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
781710
781742
|
created_by: string | null;
|
|
781711
781743
|
updated_at: Date | null;
|
|
781712
781744
|
updated_by: string | null;
|
|
781745
|
+
description: string | null;
|
|
781713
781746
|
id_transport_mode: string | null;
|
|
781714
781747
|
id_container_shipping_type: string | null;
|
|
781715
781748
|
id_incoterm: string | null;
|
|
@@ -781719,7 +781752,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
781719
781752
|
id_weight_unit: string | null;
|
|
781720
781753
|
id_volume_unit: string | null;
|
|
781721
781754
|
id_chargeable_unit: string | null;
|
|
781722
|
-
description: string | null;
|
|
781723
781755
|
mark_number: string | null;
|
|
781724
781756
|
volume: Decimal$1 | null;
|
|
781725
781757
|
chargeable: Decimal$1 | null;
|
|
@@ -782245,6 +782277,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
782245
782277
|
updated_at: Date | null;
|
|
782246
782278
|
updated_by: string | null;
|
|
782247
782279
|
length: Decimal$1 | null;
|
|
782280
|
+
description: string | null;
|
|
782248
782281
|
id_transport_mode: string | null;
|
|
782249
782282
|
id_container_shipping_type: string | null;
|
|
782250
782283
|
id_incoterm: string | null;
|
|
@@ -782262,7 +782295,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
782262
782295
|
id_volume_unit: string | null;
|
|
782263
782296
|
id_chargeable_unit: string | null;
|
|
782264
782297
|
id_commodity: string | null;
|
|
782265
|
-
description: string | null;
|
|
782266
782298
|
extra_term: string | null;
|
|
782267
782299
|
shipper_ref: string | null;
|
|
782268
782300
|
mark_number: string | null;
|
|
@@ -782307,6 +782339,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
782307
782339
|
created_by: string | null;
|
|
782308
782340
|
updated_at: Date | null;
|
|
782309
782341
|
updated_by: string | null;
|
|
782342
|
+
description: string | null;
|
|
782310
782343
|
id_transport_mode: string | null;
|
|
782311
782344
|
id_container_shipping_type: string | null;
|
|
782312
782345
|
id_incoterm: string | null;
|
|
@@ -782316,7 +782349,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
782316
782349
|
id_weight_unit: string | null;
|
|
782317
782350
|
id_volume_unit: string | null;
|
|
782318
782351
|
id_chargeable_unit: string | null;
|
|
782319
|
-
description: string | null;
|
|
782320
782352
|
mark_number: string | null;
|
|
782321
782353
|
volume: Decimal$1 | null;
|
|
782322
782354
|
chargeable: Decimal$1 | null;
|
|
@@ -782476,11 +782508,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
782476
782508
|
updated_at: Date | null;
|
|
782477
782509
|
updated_by: string | null;
|
|
782478
782510
|
length: Decimal$1 | null;
|
|
782511
|
+
description: string | null;
|
|
782479
782512
|
id_weight_unit: string | null;
|
|
782480
782513
|
id_volume_unit: string | null;
|
|
782481
782514
|
id_commodity: string | null;
|
|
782482
782515
|
id_forwarding_booking: string | null;
|
|
782483
|
-
description: string | null;
|
|
782484
782516
|
volume: Decimal$1 | null;
|
|
782485
782517
|
id_forwarding_shipment: string | null;
|
|
782486
782518
|
id_consol_container: string | null;
|
|
@@ -782543,6 +782575,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
782543
782575
|
updated_at: Date | null;
|
|
782544
782576
|
updated_by: string | null;
|
|
782545
782577
|
length: Decimal$1 | null;
|
|
782578
|
+
description: string | null;
|
|
782546
782579
|
id_transport_mode: string | null;
|
|
782547
782580
|
id_container_shipping_type: string | null;
|
|
782548
782581
|
id_incoterm: string | null;
|
|
@@ -782560,7 +782593,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
782560
782593
|
id_volume_unit: string | null;
|
|
782561
782594
|
id_chargeable_unit: string | null;
|
|
782562
782595
|
id_commodity: string | null;
|
|
782563
|
-
description: string | null;
|
|
782564
782596
|
extra_term: string | null;
|
|
782565
782597
|
shipper_ref: string | null;
|
|
782566
782598
|
mark_number: string | null;
|
|
@@ -782605,6 +782637,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
782605
782637
|
created_by: string | null;
|
|
782606
782638
|
updated_at: Date | null;
|
|
782607
782639
|
updated_by: string | null;
|
|
782640
|
+
description: string | null;
|
|
782608
782641
|
id_transport_mode: string | null;
|
|
782609
782642
|
id_container_shipping_type: string | null;
|
|
782610
782643
|
id_incoterm: string | null;
|
|
@@ -782614,7 +782647,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
782614
782647
|
id_weight_unit: string | null;
|
|
782615
782648
|
id_volume_unit: string | null;
|
|
782616
782649
|
id_chargeable_unit: string | null;
|
|
782617
|
-
description: string | null;
|
|
782618
782650
|
mark_number: string | null;
|
|
782619
782651
|
volume: Decimal$1 | null;
|
|
782620
782652
|
chargeable: Decimal$1 | null;
|
|
@@ -782774,11 +782806,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
782774
782806
|
updated_at: Date | null;
|
|
782775
782807
|
updated_by: string | null;
|
|
782776
782808
|
length: Decimal$1 | null;
|
|
782809
|
+
description: string | null;
|
|
782777
782810
|
id_weight_unit: string | null;
|
|
782778
782811
|
id_volume_unit: string | null;
|
|
782779
782812
|
id_commodity: string | null;
|
|
782780
782813
|
id_forwarding_booking: string | null;
|
|
782781
|
-
description: string | null;
|
|
782782
782814
|
volume: Decimal$1 | null;
|
|
782783
782815
|
id_forwarding_shipment: string | null;
|
|
782784
782816
|
id_consol_container: string | null;
|
|
@@ -782951,11 +782983,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
782951
782983
|
updated_at: Date | null;
|
|
782952
782984
|
updated_by: string | null;
|
|
782953
782985
|
length: Decimal$1 | null;
|
|
782986
|
+
description: string | null;
|
|
782954
782987
|
id_weight_unit: string | null;
|
|
782955
782988
|
id_volume_unit: string | null;
|
|
782956
782989
|
id_commodity: string | null;
|
|
782957
782990
|
id_forwarding_booking: string | null;
|
|
782958
|
-
description: string | null;
|
|
782959
782991
|
volume: Decimal$1 | null;
|
|
782960
782992
|
id_forwarding_shipment: string | null;
|
|
782961
782993
|
id_consol_container: string | null;
|
|
@@ -783043,11 +783075,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
783043
783075
|
updated_at: Date | null;
|
|
783044
783076
|
updated_by: string | null;
|
|
783045
783077
|
length: Decimal$1 | null;
|
|
783078
|
+
description: string | null;
|
|
783046
783079
|
id_weight_unit: string | null;
|
|
783047
783080
|
id_volume_unit: string | null;
|
|
783048
783081
|
id_commodity: string | null;
|
|
783049
783082
|
id_forwarding_booking: string | null;
|
|
783050
|
-
description: string | null;
|
|
783051
783083
|
volume: Decimal$1 | null;
|
|
783052
783084
|
id_forwarding_shipment: string | null;
|
|
783053
783085
|
id_consol_container: string | null;
|
|
@@ -783171,11 +783203,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
783171
783203
|
updated_at: Date | null;
|
|
783172
783204
|
updated_by: string | null;
|
|
783173
783205
|
length: Decimal$1 | null;
|
|
783206
|
+
description: string | null;
|
|
783174
783207
|
id_weight_unit: string | null;
|
|
783175
783208
|
id_volume_unit: string | null;
|
|
783176
783209
|
id_commodity: string | null;
|
|
783177
783210
|
id_forwarding_booking: string | null;
|
|
783178
|
-
description: string | null;
|
|
783179
783211
|
volume: Decimal$1 | null;
|
|
783180
783212
|
id_forwarding_shipment: string | null;
|
|
783181
783213
|
id_consol_container: string | null;
|
|
@@ -783223,11 +783255,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
783223
783255
|
updated_at: Date | null;
|
|
783224
783256
|
updated_by: string | null;
|
|
783225
783257
|
length: Decimal$1 | null;
|
|
783258
|
+
description: string | null;
|
|
783226
783259
|
id_weight_unit: string | null;
|
|
783227
783260
|
id_volume_unit: string | null;
|
|
783228
783261
|
id_commodity: string | null;
|
|
783229
783262
|
id_forwarding_booking: string | null;
|
|
783230
|
-
description: string | null;
|
|
783231
783263
|
volume: Decimal$1 | null;
|
|
783232
783264
|
id_forwarding_shipment: string | null;
|
|
783233
783265
|
id_consol_container: string | null;
|
|
@@ -783285,11 +783317,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
783285
783317
|
updated_at: Date | null;
|
|
783286
783318
|
updated_by: string | null;
|
|
783287
783319
|
length: Decimal$1 | null;
|
|
783320
|
+
description: string | null;
|
|
783288
783321
|
id_weight_unit: string | null;
|
|
783289
783322
|
id_volume_unit: string | null;
|
|
783290
783323
|
id_commodity: string | null;
|
|
783291
783324
|
id_forwarding_booking: string | null;
|
|
783292
|
-
description: string | null;
|
|
783293
783325
|
volume: Decimal$1 | null;
|
|
783294
783326
|
id_forwarding_shipment: string | null;
|
|
783295
783327
|
id_consol_container: string | null;
|
|
@@ -783419,6 +783451,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
783419
783451
|
created_by: string | null;
|
|
783420
783452
|
updated_at: Date | null;
|
|
783421
783453
|
updated_by: string | null;
|
|
783454
|
+
description: string | null;
|
|
783422
783455
|
id_transport_mode: string | null;
|
|
783423
783456
|
id_container_shipping_type: string | null;
|
|
783424
783457
|
id_incoterm: string | null;
|
|
@@ -783428,7 +783461,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
783428
783461
|
id_weight_unit: string | null;
|
|
783429
783462
|
id_volume_unit: string | null;
|
|
783430
783463
|
id_chargeable_unit: string | null;
|
|
783431
|
-
description: string | null;
|
|
783432
783464
|
mark_number: string | null;
|
|
783433
783465
|
volume: Decimal$1 | null;
|
|
783434
783466
|
chargeable: Decimal$1 | null;
|
|
@@ -784163,6 +784195,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
784163
784195
|
created_by: string | null;
|
|
784164
784196
|
updated_at: Date | null;
|
|
784165
784197
|
updated_by: string | null;
|
|
784198
|
+
description: string | null;
|
|
784166
784199
|
id_transport_mode: string | null;
|
|
784167
784200
|
id_container_shipping_type: string | null;
|
|
784168
784201
|
id_incoterm: string | null;
|
|
@@ -784172,7 +784205,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
784172
784205
|
id_weight_unit: string | null;
|
|
784173
784206
|
id_volume_unit: string | null;
|
|
784174
784207
|
id_chargeable_unit: string | null;
|
|
784175
|
-
description: string | null;
|
|
784176
784208
|
mark_number: string | null;
|
|
784177
784209
|
volume: Decimal$1 | null;
|
|
784178
784210
|
chargeable: Decimal$1 | null;
|
|
@@ -786421,6 +786453,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
786421
786453
|
created_by: string | null;
|
|
786422
786454
|
updated_at: Date | null;
|
|
786423
786455
|
updated_by: string | null;
|
|
786456
|
+
description: string | null;
|
|
786424
786457
|
id_transport_mode: string | null;
|
|
786425
786458
|
id_container_shipping_type: string | null;
|
|
786426
786459
|
id_incoterm: string | null;
|
|
@@ -786430,7 +786463,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
786430
786463
|
id_weight_unit: string | null;
|
|
786431
786464
|
id_volume_unit: string | null;
|
|
786432
786465
|
id_chargeable_unit: string | null;
|
|
786433
|
-
description: string | null;
|
|
786434
786466
|
mark_number: string | null;
|
|
786435
786467
|
volume: Decimal$1 | null;
|
|
786436
786468
|
chargeable: Decimal$1 | null;
|
|
@@ -786591,6 +786623,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
786591
786623
|
created_by: string | null;
|
|
786592
786624
|
updated_at: Date | null;
|
|
786593
786625
|
updated_by: string | null;
|
|
786626
|
+
description: string | null;
|
|
786594
786627
|
id_transport_mode: string | null;
|
|
786595
786628
|
id_container_shipping_type: string | null;
|
|
786596
786629
|
id_incoterm: string | null;
|
|
@@ -786600,7 +786633,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
786600
786633
|
id_weight_unit: string | null;
|
|
786601
786634
|
id_volume_unit: string | null;
|
|
786602
786635
|
id_chargeable_unit: string | null;
|
|
786603
|
-
description: string | null;
|
|
786604
786636
|
mark_number: string | null;
|
|
786605
786637
|
volume: Decimal$1 | null;
|
|
786606
786638
|
chargeable: Decimal$1 | null;
|
|
@@ -788557,11 +788589,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
788557
788589
|
updated_at: Date | null;
|
|
788558
788590
|
updated_by: string | null;
|
|
788559
788591
|
length: Decimal$1 | null;
|
|
788592
|
+
description: string | null;
|
|
788560
788593
|
id_weight_unit: string | null;
|
|
788561
788594
|
id_volume_unit: string | null;
|
|
788562
788595
|
id_commodity: string | null;
|
|
788563
788596
|
id_forwarding_booking: string | null;
|
|
788564
|
-
description: string | null;
|
|
788565
788597
|
volume: Decimal$1 | null;
|
|
788566
788598
|
id_forwarding_shipment: string | null;
|
|
788567
788599
|
id_consol_container: string | null;
|
|
@@ -789072,6 +789104,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
789072
789104
|
created_by: string | null;
|
|
789073
789105
|
updated_at: Date | null;
|
|
789074
789106
|
updated_by: string | null;
|
|
789107
|
+
description: string | null;
|
|
789075
789108
|
id_transport_mode: string | null;
|
|
789076
789109
|
id_container_shipping_type: string | null;
|
|
789077
789110
|
id_incoterm: string | null;
|
|
@@ -789081,7 +789114,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
789081
789114
|
id_weight_unit: string | null;
|
|
789082
789115
|
id_volume_unit: string | null;
|
|
789083
789116
|
id_chargeable_unit: string | null;
|
|
789084
|
-
description: string | null;
|
|
789085
789117
|
mark_number: string | null;
|
|
789086
789118
|
volume: Decimal$1 | null;
|
|
789087
789119
|
chargeable: Decimal$1 | null;
|
|
@@ -795704,6 +795736,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
795704
795736
|
updated_at: Date | null;
|
|
795705
795737
|
updated_by: string | null;
|
|
795706
795738
|
length: Decimal$1 | null;
|
|
795739
|
+
description: string | null;
|
|
795707
795740
|
id_transport_mode: string | null;
|
|
795708
795741
|
id_container_shipping_type: string | null;
|
|
795709
795742
|
id_incoterm: string | null;
|
|
@@ -795721,7 +795754,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
795721
795754
|
id_volume_unit: string | null;
|
|
795722
795755
|
id_chargeable_unit: string | null;
|
|
795723
795756
|
id_commodity: string | null;
|
|
795724
|
-
description: string | null;
|
|
795725
795757
|
extra_term: string | null;
|
|
795726
795758
|
shipper_ref: string | null;
|
|
795727
795759
|
mark_number: string | null;
|
|
@@ -795828,6 +795860,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
795828
795860
|
created_by: string | null;
|
|
795829
795861
|
updated_at: Date | null;
|
|
795830
795862
|
updated_by: string | null;
|
|
795863
|
+
description: string | null;
|
|
795831
795864
|
id_transport_mode: string | null;
|
|
795832
795865
|
id_container_shipping_type: string | null;
|
|
795833
795866
|
id_incoterm: string | null;
|
|
@@ -795837,7 +795870,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
795837
795870
|
id_weight_unit: string | null;
|
|
795838
795871
|
id_volume_unit: string | null;
|
|
795839
795872
|
id_chargeable_unit: string | null;
|
|
795840
|
-
description: string | null;
|
|
795841
795873
|
mark_number: string | null;
|
|
795842
795874
|
volume: Decimal$1 | null;
|
|
795843
795875
|
chargeable: Decimal$1 | null;
|
|
@@ -796050,13 +796082,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
796050
796082
|
updated_at: Date | null;
|
|
796051
796083
|
updated_by: string | null;
|
|
796052
796084
|
length: Decimal$1 | null;
|
|
796085
|
+
description: string | null;
|
|
796053
796086
|
id_origin_un_locode: string | null;
|
|
796054
796087
|
id_destination_un_locode: string | null;
|
|
796055
796088
|
id_weight_unit: string | null;
|
|
796056
796089
|
id_volume_unit: string | null;
|
|
796057
796090
|
id_commodity: string | null;
|
|
796058
796091
|
id_forwarding_booking: string | null;
|
|
796059
|
-
description: string | null;
|
|
796060
796092
|
volume: Decimal$1 | null;
|
|
796061
796093
|
id_forwarding_shipment: string | null;
|
|
796062
796094
|
id_package_type: string | null;
|
|
@@ -796125,6 +796157,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
796125
796157
|
updated_at: Date | null;
|
|
796126
796158
|
updated_by: string | null;
|
|
796127
796159
|
length: Decimal$1 | null;
|
|
796160
|
+
description: string | null;
|
|
796128
796161
|
id_transport_mode: string | null;
|
|
796129
796162
|
id_container_shipping_type: string | null;
|
|
796130
796163
|
id_incoterm: string | null;
|
|
@@ -796142,7 +796175,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
796142
796175
|
id_volume_unit: string | null;
|
|
796143
796176
|
id_chargeable_unit: string | null;
|
|
796144
796177
|
id_commodity: string | null;
|
|
796145
|
-
description: string | null;
|
|
796146
796178
|
extra_term: string | null;
|
|
796147
796179
|
shipper_ref: string | null;
|
|
796148
796180
|
mark_number: string | null;
|
|
@@ -796249,6 +796281,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
796249
796281
|
created_by: string | null;
|
|
796250
796282
|
updated_at: Date | null;
|
|
796251
796283
|
updated_by: string | null;
|
|
796284
|
+
description: string | null;
|
|
796252
796285
|
id_transport_mode: string | null;
|
|
796253
796286
|
id_container_shipping_type: string | null;
|
|
796254
796287
|
id_incoterm: string | null;
|
|
@@ -796258,7 +796291,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
796258
796291
|
id_weight_unit: string | null;
|
|
796259
796292
|
id_volume_unit: string | null;
|
|
796260
796293
|
id_chargeable_unit: string | null;
|
|
796261
|
-
description: string | null;
|
|
796262
796294
|
mark_number: string | null;
|
|
796263
796295
|
volume: Decimal$1 | null;
|
|
796264
796296
|
chargeable: Decimal$1 | null;
|
|
@@ -796471,13 +796503,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
796471
796503
|
updated_at: Date | null;
|
|
796472
796504
|
updated_by: string | null;
|
|
796473
796505
|
length: Decimal$1 | null;
|
|
796506
|
+
description: string | null;
|
|
796474
796507
|
id_origin_un_locode: string | null;
|
|
796475
796508
|
id_destination_un_locode: string | null;
|
|
796476
796509
|
id_weight_unit: string | null;
|
|
796477
796510
|
id_volume_unit: string | null;
|
|
796478
796511
|
id_commodity: string | null;
|
|
796479
796512
|
id_forwarding_booking: string | null;
|
|
796480
|
-
description: string | null;
|
|
796481
796513
|
volume: Decimal$1 | null;
|
|
796482
796514
|
id_forwarding_shipment: string | null;
|
|
796483
796515
|
id_package_type: string | null;
|
|
@@ -796656,13 +796688,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
796656
796688
|
updated_at: Date | null;
|
|
796657
796689
|
updated_by: string | null;
|
|
796658
796690
|
length: Decimal$1 | null;
|
|
796691
|
+
description: string | null;
|
|
796659
796692
|
id_origin_un_locode: string | null;
|
|
796660
796693
|
id_destination_un_locode: string | null;
|
|
796661
796694
|
id_weight_unit: string | null;
|
|
796662
796695
|
id_volume_unit: string | null;
|
|
796663
796696
|
id_commodity: string | null;
|
|
796664
796697
|
id_forwarding_booking: string | null;
|
|
796665
|
-
description: string | null;
|
|
796666
796698
|
volume: Decimal$1 | null;
|
|
796667
796699
|
id_forwarding_shipment: string | null;
|
|
796668
796700
|
id_package_type: string | null;
|
|
@@ -796756,13 +796788,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
796756
796788
|
updated_at: Date | null;
|
|
796757
796789
|
updated_by: string | null;
|
|
796758
796790
|
length: Decimal$1 | null;
|
|
796791
|
+
description: string | null;
|
|
796759
796792
|
id_origin_un_locode: string | null;
|
|
796760
796793
|
id_destination_un_locode: string | null;
|
|
796761
796794
|
id_weight_unit: string | null;
|
|
796762
796795
|
id_volume_unit: string | null;
|
|
796763
796796
|
id_commodity: string | null;
|
|
796764
796797
|
id_forwarding_booking: string | null;
|
|
796765
|
-
description: string | null;
|
|
796766
796798
|
volume: Decimal$1 | null;
|
|
796767
796799
|
id_forwarding_shipment: string | null;
|
|
796768
796800
|
id_package_type: string | null;
|
|
@@ -796821,13 +796853,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
796821
796853
|
updated_at: Date | null;
|
|
796822
796854
|
updated_by: string | null;
|
|
796823
796855
|
length: Decimal$1 | null;
|
|
796856
|
+
description: string | null;
|
|
796824
796857
|
id_origin_un_locode: string | null;
|
|
796825
796858
|
id_destination_un_locode: string | null;
|
|
796826
796859
|
id_weight_unit: string | null;
|
|
796827
796860
|
id_volume_unit: string | null;
|
|
796828
796861
|
id_commodity: string | null;
|
|
796829
796862
|
id_forwarding_booking: string | null;
|
|
796830
|
-
description: string | null;
|
|
796831
796863
|
volume: Decimal$1 | null;
|
|
796832
796864
|
id_forwarding_shipment: string | null;
|
|
796833
796865
|
id_package_type: string | null;
|
|
@@ -796911,6 +796943,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
796911
796943
|
created_by: string | null;
|
|
796912
796944
|
updated_at: Date | null;
|
|
796913
796945
|
updated_by: string | null;
|
|
796946
|
+
description: string | null;
|
|
796914
796947
|
id_transport_mode: string | null;
|
|
796915
796948
|
id_container_shipping_type: string | null;
|
|
796916
796949
|
id_incoterm: string | null;
|
|
@@ -796920,7 +796953,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
796920
796953
|
id_weight_unit: string | null;
|
|
796921
796954
|
id_volume_unit: string | null;
|
|
796922
796955
|
id_chargeable_unit: string | null;
|
|
796923
|
-
description: string | null;
|
|
796924
796956
|
mark_number: string | null;
|
|
796925
796957
|
volume: Decimal$1 | null;
|
|
796926
796958
|
chargeable: Decimal$1 | null;
|
|
@@ -797017,6 +797049,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
797017
797049
|
created_by: string | null;
|
|
797018
797050
|
updated_at: Date | null;
|
|
797019
797051
|
updated_by: string | null;
|
|
797052
|
+
description: string | null;
|
|
797020
797053
|
id_transport_mode: string | null;
|
|
797021
797054
|
id_container_shipping_type: string | null;
|
|
797022
797055
|
id_incoterm: string | null;
|
|
@@ -797026,7 +797059,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
797026
797059
|
id_weight_unit: string | null;
|
|
797027
797060
|
id_volume_unit: string | null;
|
|
797028
797061
|
id_chargeable_unit: string | null;
|
|
797029
|
-
description: string | null;
|
|
797030
797062
|
mark_number: string | null;
|
|
797031
797063
|
volume: Decimal$1 | null;
|
|
797032
797064
|
chargeable: Decimal$1 | null;
|
|
@@ -797230,6 +797262,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
797230
797262
|
created_by: string | null;
|
|
797231
797263
|
updated_at: Date | null;
|
|
797232
797264
|
updated_by: string | null;
|
|
797265
|
+
description: string | null;
|
|
797233
797266
|
id_transport_mode: string | null;
|
|
797234
797267
|
id_container_shipping_type: string | null;
|
|
797235
797268
|
id_incoterm: string | null;
|
|
@@ -797239,7 +797272,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
797239
797272
|
id_weight_unit: string | null;
|
|
797240
797273
|
id_volume_unit: string | null;
|
|
797241
797274
|
id_chargeable_unit: string | null;
|
|
797242
|
-
description: string | null;
|
|
797243
797275
|
mark_number: string | null;
|
|
797244
797276
|
volume: Decimal$1 | null;
|
|
797245
797277
|
chargeable: Decimal$1 | null;
|
|
@@ -797347,6 +797379,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
797347
797379
|
created_by: string | null;
|
|
797348
797380
|
updated_at: Date | null;
|
|
797349
797381
|
updated_by: string | null;
|
|
797382
|
+
description: string | null;
|
|
797350
797383
|
id_transport_mode: string | null;
|
|
797351
797384
|
id_container_shipping_type: string | null;
|
|
797352
797385
|
id_incoterm: string | null;
|
|
@@ -797356,7 +797389,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
797356
797389
|
id_weight_unit: string | null;
|
|
797357
797390
|
id_volume_unit: string | null;
|
|
797358
797391
|
id_chargeable_unit: string | null;
|
|
797359
|
-
description: string | null;
|
|
797360
797392
|
mark_number: string | null;
|
|
797361
797393
|
volume: Decimal$1 | null;
|
|
797362
797394
|
chargeable: Decimal$1 | null;
|
|
@@ -797489,6 +797521,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
797489
797521
|
created_by: string | null;
|
|
797490
797522
|
updated_at: Date | null;
|
|
797491
797523
|
updated_by: string | null;
|
|
797524
|
+
description: string | null;
|
|
797492
797525
|
id_transport_mode: string | null;
|
|
797493
797526
|
id_container_shipping_type: string | null;
|
|
797494
797527
|
id_incoterm: string | null;
|
|
@@ -797498,7 +797531,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
797498
797531
|
id_weight_unit: string | null;
|
|
797499
797532
|
id_volume_unit: string | null;
|
|
797500
797533
|
id_chargeable_unit: string | null;
|
|
797501
|
-
description: string | null;
|
|
797502
797534
|
mark_number: string | null;
|
|
797503
797535
|
volume: Decimal$1 | null;
|
|
797504
797536
|
chargeable: Decimal$1 | null;
|
|
@@ -797577,6 +797609,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
797577
797609
|
created_by: string | null;
|
|
797578
797610
|
updated_at: Date | null;
|
|
797579
797611
|
updated_by: string | null;
|
|
797612
|
+
description: string | null;
|
|
797580
797613
|
id_transport_mode: string | null;
|
|
797581
797614
|
id_container_shipping_type: string | null;
|
|
797582
797615
|
id_incoterm: string | null;
|
|
@@ -797586,7 +797619,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
797586
797619
|
id_weight_unit: string | null;
|
|
797587
797620
|
id_volume_unit: string | null;
|
|
797588
797621
|
id_chargeable_unit: string | null;
|
|
797589
|
-
description: string | null;
|
|
797590
797622
|
mark_number: string | null;
|
|
797591
797623
|
volume: Decimal$1 | null;
|
|
797592
797624
|
chargeable: Decimal$1 | null;
|
|
@@ -798087,6 +798119,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
798087
798119
|
created_by: string | null;
|
|
798088
798120
|
updated_at: Date | null;
|
|
798089
798121
|
updated_by: string | null;
|
|
798122
|
+
description: string | null;
|
|
798090
798123
|
id_transport_mode: string | null;
|
|
798091
798124
|
id_container_shipping_type: string | null;
|
|
798092
798125
|
id_incoterm: string | null;
|
|
@@ -798096,7 +798129,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
798096
798129
|
id_weight_unit: string | null;
|
|
798097
798130
|
id_volume_unit: string | null;
|
|
798098
798131
|
id_chargeable_unit: string | null;
|
|
798099
|
-
description: string | null;
|
|
798100
798132
|
mark_number: string | null;
|
|
798101
798133
|
volume: Decimal$1 | null;
|
|
798102
798134
|
chargeable: Decimal$1 | null;
|
|
@@ -798177,6 +798209,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
798177
798209
|
created_by: string | null;
|
|
798178
798210
|
updated_at: Date | null;
|
|
798179
798211
|
updated_by: string | null;
|
|
798212
|
+
description: string | null;
|
|
798180
798213
|
id_transport_mode: string | null;
|
|
798181
798214
|
id_container_shipping_type: string | null;
|
|
798182
798215
|
id_incoterm: string | null;
|
|
@@ -798186,7 +798219,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
798186
798219
|
id_weight_unit: string | null;
|
|
798187
798220
|
id_volume_unit: string | null;
|
|
798188
798221
|
id_chargeable_unit: string | null;
|
|
798189
|
-
description: string | null;
|
|
798190
798222
|
mark_number: string | null;
|
|
798191
798223
|
volume: Decimal$1 | null;
|
|
798192
798224
|
chargeable: Decimal$1 | null;
|
|
@@ -816611,13 +816643,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
816611
816643
|
} | null;
|
|
816612
816644
|
id: string;
|
|
816613
816645
|
params: SimpleJson;
|
|
816614
|
-
id_transport_mode: string | null;
|
|
816615
816646
|
id_log_type: string | null;
|
|
816616
816647
|
url: string | null;
|
|
816617
816648
|
action: string | null;
|
|
816618
816649
|
action_by: string | null;
|
|
816619
816650
|
action_id: string | null;
|
|
816620
816651
|
action_at: Date | null;
|
|
816652
|
+
id_transport_mode: string | null;
|
|
816621
816653
|
}[] | undefined;
|
|
816622
816654
|
total: number | undefined;
|
|
816623
816655
|
};
|
|
@@ -816645,13 +816677,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
816645
816677
|
} | null;
|
|
816646
816678
|
id: string;
|
|
816647
816679
|
params: SimpleJson;
|
|
816648
|
-
id_transport_mode: string | null;
|
|
816649
816680
|
id_log_type: string | null;
|
|
816650
816681
|
url: string | null;
|
|
816651
816682
|
action: string | null;
|
|
816652
816683
|
action_by: string | null;
|
|
816653
816684
|
action_id: string | null;
|
|
816654
816685
|
action_at: Date | null;
|
|
816686
|
+
id_transport_mode: string | null;
|
|
816655
816687
|
} | undefined;
|
|
816656
816688
|
};
|
|
816657
816689
|
meta: object;
|
|
@@ -816678,13 +816710,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
816678
816710
|
log: {
|
|
816679
816711
|
id: string;
|
|
816680
816712
|
params: SimpleJson;
|
|
816681
|
-
id_transport_mode: string | null;
|
|
816682
816713
|
id_log_type: string | null;
|
|
816683
816714
|
url: string | null;
|
|
816684
816715
|
action: string | null;
|
|
816685
816716
|
action_by: string | null;
|
|
816686
816717
|
action_id: string | null;
|
|
816687
816718
|
action_at: Date | null;
|
|
816719
|
+
id_transport_mode: string | null;
|
|
816688
816720
|
} | undefined;
|
|
816689
816721
|
} | undefined;
|
|
816690
816722
|
meta: object;
|
|
@@ -816714,13 +816746,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
816714
816746
|
log: {
|
|
816715
816747
|
id: string;
|
|
816716
816748
|
params: SimpleJson;
|
|
816717
|
-
id_transport_mode: string | null;
|
|
816718
816749
|
id_log_type: string | null;
|
|
816719
816750
|
url: string | null;
|
|
816720
816751
|
action: string | null;
|
|
816721
816752
|
action_by: string | null;
|
|
816722
816753
|
action_id: string | null;
|
|
816723
816754
|
action_at: Date | null;
|
|
816755
|
+
id_transport_mode: string | null;
|
|
816724
816756
|
} | undefined;
|
|
816725
816757
|
} | undefined;
|
|
816726
816758
|
meta: object;
|
|
@@ -820247,13 +820279,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
820247
820279
|
} | null;
|
|
820248
820280
|
id: string;
|
|
820249
820281
|
params: SimpleJson;
|
|
820250
|
-
id_service_level: string | null;
|
|
820251
820282
|
id_log_type: string | null;
|
|
820252
820283
|
url: string | null;
|
|
820253
820284
|
action: string | null;
|
|
820254
820285
|
action_by: string | null;
|
|
820255
820286
|
action_id: string | null;
|
|
820256
820287
|
action_at: Date | null;
|
|
820288
|
+
id_service_level: string | null;
|
|
820257
820289
|
}[] | undefined;
|
|
820258
820290
|
total: number | undefined;
|
|
820259
820291
|
};
|
|
@@ -820281,13 +820313,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
820281
820313
|
} | null;
|
|
820282
820314
|
id: string;
|
|
820283
820315
|
params: SimpleJson;
|
|
820284
|
-
id_service_level: string | null;
|
|
820285
820316
|
id_log_type: string | null;
|
|
820286
820317
|
url: string | null;
|
|
820287
820318
|
action: string | null;
|
|
820288
820319
|
action_by: string | null;
|
|
820289
820320
|
action_id: string | null;
|
|
820290
820321
|
action_at: Date | null;
|
|
820322
|
+
id_service_level: string | null;
|
|
820291
820323
|
} | undefined;
|
|
820292
820324
|
};
|
|
820293
820325
|
meta: object;
|
|
@@ -820318,13 +820350,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
820318
820350
|
log: {
|
|
820319
820351
|
id: string;
|
|
820320
820352
|
params: SimpleJson;
|
|
820321
|
-
id_service_level: string | null;
|
|
820322
820353
|
id_log_type: string | null;
|
|
820323
820354
|
url: string | null;
|
|
820324
820355
|
action: string | null;
|
|
820325
820356
|
action_by: string | null;
|
|
820326
820357
|
action_id: string | null;
|
|
820327
820358
|
action_at: Date | null;
|
|
820359
|
+
id_service_level: string | null;
|
|
820328
820360
|
} | undefined;
|
|
820329
820361
|
} | undefined;
|
|
820330
820362
|
meta: object;
|
|
@@ -820358,13 +820390,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
820358
820390
|
log: {
|
|
820359
820391
|
id: string;
|
|
820360
820392
|
params: SimpleJson;
|
|
820361
|
-
id_service_level: string | null;
|
|
820362
820393
|
id_log_type: string | null;
|
|
820363
820394
|
url: string | null;
|
|
820364
820395
|
action: string | null;
|
|
820365
820396
|
action_by: string | null;
|
|
820366
820397
|
action_id: string | null;
|
|
820367
820398
|
action_at: Date | null;
|
|
820399
|
+
id_service_level: string | null;
|
|
820368
820400
|
} | undefined;
|
|
820369
820401
|
} | undefined;
|
|
820370
820402
|
meta: object;
|
|
@@ -820801,13 +820833,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
820801
820833
|
} | null;
|
|
820802
820834
|
id: string;
|
|
820803
820835
|
params: SimpleJson;
|
|
820804
|
-
id_incoterm: string | null;
|
|
820805
820836
|
id_log_type: string | null;
|
|
820806
820837
|
url: string | null;
|
|
820807
820838
|
action: string | null;
|
|
820808
820839
|
action_by: string | null;
|
|
820809
820840
|
action_id: string | null;
|
|
820810
820841
|
action_at: Date | null;
|
|
820842
|
+
id_incoterm: string | null;
|
|
820811
820843
|
}[] | undefined;
|
|
820812
820844
|
total: number | undefined;
|
|
820813
820845
|
};
|
|
@@ -820835,13 +820867,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
820835
820867
|
} | null;
|
|
820836
820868
|
id: string;
|
|
820837
820869
|
params: SimpleJson;
|
|
820838
|
-
id_incoterm: string | null;
|
|
820839
820870
|
id_log_type: string | null;
|
|
820840
820871
|
url: string | null;
|
|
820841
820872
|
action: string | null;
|
|
820842
820873
|
action_by: string | null;
|
|
820843
820874
|
action_id: string | null;
|
|
820844
820875
|
action_at: Date | null;
|
|
820876
|
+
id_incoterm: string | null;
|
|
820845
820877
|
} | undefined;
|
|
820846
820878
|
};
|
|
820847
820879
|
meta: object;
|
|
@@ -820870,13 +820902,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
820870
820902
|
log: {
|
|
820871
820903
|
id: string;
|
|
820872
820904
|
params: SimpleJson;
|
|
820873
|
-
id_incoterm: string | null;
|
|
820874
820905
|
id_log_type: string | null;
|
|
820875
820906
|
url: string | null;
|
|
820876
820907
|
action: string | null;
|
|
820877
820908
|
action_by: string | null;
|
|
820878
820909
|
action_id: string | null;
|
|
820879
820910
|
action_at: Date | null;
|
|
820911
|
+
id_incoterm: string | null;
|
|
820880
820912
|
} | undefined;
|
|
820881
820913
|
} | undefined;
|
|
820882
820914
|
meta: object;
|
|
@@ -820908,13 +820940,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
820908
820940
|
log: {
|
|
820909
820941
|
id: string;
|
|
820910
820942
|
params: SimpleJson;
|
|
820911
|
-
id_incoterm: string | null;
|
|
820912
820943
|
id_log_type: string | null;
|
|
820913
820944
|
url: string | null;
|
|
820914
820945
|
action: string | null;
|
|
820915
820946
|
action_by: string | null;
|
|
820916
820947
|
action_id: string | null;
|
|
820917
820948
|
action_at: Date | null;
|
|
820949
|
+
id_incoterm: string | null;
|
|
820918
820950
|
} | undefined;
|
|
820919
820951
|
} | undefined;
|
|
820920
820952
|
meta: object;
|
|
@@ -821507,13 +821539,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
821507
821539
|
} | null;
|
|
821508
821540
|
id: string;
|
|
821509
821541
|
params: SimpleJson;
|
|
821510
|
-
id_commodity: string | null;
|
|
821511
821542
|
id_log_type: string | null;
|
|
821512
821543
|
url: string | null;
|
|
821513
821544
|
action: string | null;
|
|
821514
821545
|
action_by: string | null;
|
|
821515
821546
|
action_id: string | null;
|
|
821516
821547
|
action_at: Date | null;
|
|
821548
|
+
id_commodity: string | null;
|
|
821517
821549
|
}[] | undefined;
|
|
821518
821550
|
total: number | undefined;
|
|
821519
821551
|
};
|
|
@@ -821541,13 +821573,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
821541
821573
|
} | null;
|
|
821542
821574
|
id: string;
|
|
821543
821575
|
params: SimpleJson;
|
|
821544
|
-
id_commodity: string | null;
|
|
821545
821576
|
id_log_type: string | null;
|
|
821546
821577
|
url: string | null;
|
|
821547
821578
|
action: string | null;
|
|
821548
821579
|
action_by: string | null;
|
|
821549
821580
|
action_id: string | null;
|
|
821550
821581
|
action_at: Date | null;
|
|
821582
|
+
id_commodity: string | null;
|
|
821551
821583
|
} | undefined;
|
|
821552
821584
|
};
|
|
821553
821585
|
meta: object;
|
|
@@ -821596,13 +821628,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
821596
821628
|
log: {
|
|
821597
821629
|
id: string;
|
|
821598
821630
|
params: SimpleJson;
|
|
821599
|
-
id_commodity: string | null;
|
|
821600
821631
|
id_log_type: string | null;
|
|
821601
821632
|
url: string | null;
|
|
821602
821633
|
action: string | null;
|
|
821603
821634
|
action_by: string | null;
|
|
821604
821635
|
action_id: string | null;
|
|
821605
821636
|
action_at: Date | null;
|
|
821637
|
+
id_commodity: string | null;
|
|
821606
821638
|
} | undefined;
|
|
821607
821639
|
} | undefined;
|
|
821608
821640
|
meta: object;
|
|
@@ -821654,13 +821686,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
821654
821686
|
log: {
|
|
821655
821687
|
id: string;
|
|
821656
821688
|
params: SimpleJson;
|
|
821657
|
-
id_commodity: string | null;
|
|
821658
821689
|
id_log_type: string | null;
|
|
821659
821690
|
url: string | null;
|
|
821660
821691
|
action: string | null;
|
|
821661
821692
|
action_by: string | null;
|
|
821662
821693
|
action_id: string | null;
|
|
821663
821694
|
action_at: Date | null;
|
|
821695
|
+
id_commodity: string | null;
|
|
821664
821696
|
} | undefined;
|
|
821665
821697
|
} | undefined;
|
|
821666
821698
|
meta: object;
|
|
@@ -834717,13 +834749,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
834717
834749
|
} | null;
|
|
834718
834750
|
id: string;
|
|
834719
834751
|
params: SimpleJson;
|
|
834720
|
-
id_container_shipping_type: string | null;
|
|
834721
834752
|
id_log_type: string | null;
|
|
834722
834753
|
url: string | null;
|
|
834723
834754
|
action: string | null;
|
|
834724
834755
|
action_by: string | null;
|
|
834725
834756
|
action_id: string | null;
|
|
834726
834757
|
action_at: Date | null;
|
|
834758
|
+
id_container_shipping_type: string | null;
|
|
834727
834759
|
}[] | undefined;
|
|
834728
834760
|
total: number | undefined;
|
|
834729
834761
|
};
|
|
@@ -834751,13 +834783,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
834751
834783
|
} | null;
|
|
834752
834784
|
id: string;
|
|
834753
834785
|
params: SimpleJson;
|
|
834754
|
-
id_container_shipping_type: string | null;
|
|
834755
834786
|
id_log_type: string | null;
|
|
834756
834787
|
url: string | null;
|
|
834757
834788
|
action: string | null;
|
|
834758
834789
|
action_by: string | null;
|
|
834759
834790
|
action_id: string | null;
|
|
834760
834791
|
action_at: Date | null;
|
|
834792
|
+
id_container_shipping_type: string | null;
|
|
834761
834793
|
} | undefined;
|
|
834762
834794
|
};
|
|
834763
834795
|
meta: object;
|
|
@@ -834784,13 +834816,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
834784
834816
|
log: {
|
|
834785
834817
|
id: string;
|
|
834786
834818
|
params: SimpleJson;
|
|
834787
|
-
id_container_shipping_type: string | null;
|
|
834788
834819
|
id_log_type: string | null;
|
|
834789
834820
|
url: string | null;
|
|
834790
834821
|
action: string | null;
|
|
834791
834822
|
action_by: string | null;
|
|
834792
834823
|
action_id: string | null;
|
|
834793
834824
|
action_at: Date | null;
|
|
834825
|
+
id_container_shipping_type: string | null;
|
|
834794
834826
|
} | undefined;
|
|
834795
834827
|
} | undefined;
|
|
834796
834828
|
meta: object;
|
|
@@ -834820,13 +834852,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
834820
834852
|
log: {
|
|
834821
834853
|
id: string;
|
|
834822
834854
|
params: SimpleJson;
|
|
834823
|
-
id_container_shipping_type: string | null;
|
|
834824
834855
|
id_log_type: string | null;
|
|
834825
834856
|
url: string | null;
|
|
834826
834857
|
action: string | null;
|
|
834827
834858
|
action_by: string | null;
|
|
834828
834859
|
action_id: string | null;
|
|
834829
834860
|
action_at: Date | null;
|
|
834861
|
+
id_container_shipping_type: string | null;
|
|
834830
834862
|
} | undefined;
|
|
834831
834863
|
} | undefined;
|
|
834832
834864
|
meta: object;
|
|
@@ -834864,13 +834896,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
834864
834896
|
log: {
|
|
834865
834897
|
id: string;
|
|
834866
834898
|
params: SimpleJson;
|
|
834867
|
-
id_container_shipping_type: string | null;
|
|
834868
834899
|
id_log_type: string | null;
|
|
834869
834900
|
url: string | null;
|
|
834870
834901
|
action: string | null;
|
|
834871
834902
|
action_by: string | null;
|
|
834872
834903
|
action_id: string | null;
|
|
834873
834904
|
action_at: Date | null;
|
|
834905
|
+
id_container_shipping_type: string | null;
|
|
834874
834906
|
} | undefined;
|
|
834875
834907
|
} | undefined)[];
|
|
834876
834908
|
updatedData: ({
|
|
@@ -834888,13 +834920,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
834888
834920
|
log: {
|
|
834889
834921
|
id: string;
|
|
834890
834922
|
params: SimpleJson;
|
|
834891
|
-
id_container_shipping_type: string | null;
|
|
834892
834923
|
id_log_type: string | null;
|
|
834893
834924
|
url: string | null;
|
|
834894
834925
|
action: string | null;
|
|
834895
834926
|
action_by: string | null;
|
|
834896
834927
|
action_id: string | null;
|
|
834897
834928
|
action_at: Date | null;
|
|
834929
|
+
id_container_shipping_type: string | null;
|
|
834898
834930
|
} | undefined;
|
|
834899
834931
|
} | undefined)[];
|
|
834900
834932
|
} | undefined;
|