@be-logixpair/api 0.0.115 → 0.0.116
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 +1314 -1220
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -709065,6 +709065,45 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709065
709065
|
id_type: string | null;
|
|
709066
709066
|
is_override: boolean | null;
|
|
709067
709067
|
}[];
|
|
709068
|
+
forwarding_shipment_packings: {
|
|
709069
|
+
is_active: boolean | null;
|
|
709070
|
+
id: string;
|
|
709071
|
+
logic_code: string | null;
|
|
709072
|
+
code: string | null;
|
|
709073
|
+
created_at: Date | null;
|
|
709074
|
+
created_by: string | null;
|
|
709075
|
+
updated_at: Date | null;
|
|
709076
|
+
updated_by: string | null;
|
|
709077
|
+
length: Decimal | null;
|
|
709078
|
+
description: string | null;
|
|
709079
|
+
id_weight_unit: string | null;
|
|
709080
|
+
id_volume_unit: string | null;
|
|
709081
|
+
id_commodity: string | null;
|
|
709082
|
+
id_forwarding_booking: string | null;
|
|
709083
|
+
volume: Decimal | null;
|
|
709084
|
+
id_forwarding_shipment: string | null;
|
|
709085
|
+
id_consol_container: string | null;
|
|
709086
|
+
id_package_type: string | null;
|
|
709087
|
+
id_length_unit: string | null;
|
|
709088
|
+
id_width_unit: string | null;
|
|
709089
|
+
id_height_unit: string | null;
|
|
709090
|
+
id_dg_substance: string | null;
|
|
709091
|
+
id_dg_class: string | null;
|
|
709092
|
+
po_number: string | null;
|
|
709093
|
+
goods_description: string | null;
|
|
709094
|
+
item_number: string | null;
|
|
709095
|
+
pack: number | null;
|
|
709096
|
+
packing_order: number | null;
|
|
709097
|
+
weight: Decimal | null;
|
|
709098
|
+
width: Decimal | null;
|
|
709099
|
+
height: Decimal | null;
|
|
709100
|
+
harmonized_code: string | null;
|
|
709101
|
+
harmonized_description: string | null;
|
|
709102
|
+
dg_substance_name: string | null;
|
|
709103
|
+
dg_class_name: string | null;
|
|
709104
|
+
flash_point: Decimal | null;
|
|
709105
|
+
un_dg_contact: string | null;
|
|
709106
|
+
}[];
|
|
709068
709107
|
forwarding_transport_mode: {
|
|
709069
709108
|
is_active: boolean | null;
|
|
709070
709109
|
id: string;
|
|
@@ -709346,45 +709385,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709346
709385
|
is_vent_required: boolean;
|
|
709347
709386
|
expiration_date: number | null;
|
|
709348
709387
|
} | null;
|
|
709349
|
-
forwarding_shipment_packings: {
|
|
709350
|
-
is_active: boolean | null;
|
|
709351
|
-
id: string;
|
|
709352
|
-
logic_code: string | null;
|
|
709353
|
-
code: string | null;
|
|
709354
|
-
created_at: Date | null;
|
|
709355
|
-
created_by: string | null;
|
|
709356
|
-
updated_at: Date | null;
|
|
709357
|
-
updated_by: string | null;
|
|
709358
|
-
length: Decimal | null;
|
|
709359
|
-
id_weight_unit: string | null;
|
|
709360
|
-
id_volume_unit: string | null;
|
|
709361
|
-
id_commodity: string | null;
|
|
709362
|
-
id_forwarding_booking: string | null;
|
|
709363
|
-
description: string | null;
|
|
709364
|
-
volume: Decimal | null;
|
|
709365
|
-
id_forwarding_shipment: string | null;
|
|
709366
|
-
id_consol_container: string | null;
|
|
709367
|
-
id_package_type: string | null;
|
|
709368
|
-
id_length_unit: string | null;
|
|
709369
|
-
id_width_unit: string | null;
|
|
709370
|
-
id_height_unit: string | null;
|
|
709371
|
-
id_dg_substance: string | null;
|
|
709372
|
-
id_dg_class: string | null;
|
|
709373
|
-
po_number: string | null;
|
|
709374
|
-
goods_description: string | null;
|
|
709375
|
-
item_number: string | null;
|
|
709376
|
-
pack: number | null;
|
|
709377
|
-
packing_order: number | null;
|
|
709378
|
-
weight: Decimal | null;
|
|
709379
|
-
width: Decimal | null;
|
|
709380
|
-
height: Decimal | null;
|
|
709381
|
-
harmonized_code: string | null;
|
|
709382
|
-
harmonized_description: string | null;
|
|
709383
|
-
dg_substance_name: string | null;
|
|
709384
|
-
dg_class_name: string | null;
|
|
709385
|
-
flash_point: Decimal | null;
|
|
709386
|
-
un_dg_contact: string | null;
|
|
709387
|
-
}[];
|
|
709388
709388
|
is_active: boolean | null;
|
|
709389
709389
|
id: string;
|
|
709390
709390
|
logic_code: string | null;
|
|
@@ -709393,6 +709393,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709393
709393
|
updated_at: Date | null;
|
|
709394
709394
|
updated_by: string | null;
|
|
709395
709395
|
length: Decimal | null;
|
|
709396
|
+
description: string | null;
|
|
709396
709397
|
id_transport_mode: string | null;
|
|
709397
709398
|
id_container_shipping_type: string | null;
|
|
709398
709399
|
id_incoterm: string | null;
|
|
@@ -709410,7 +709411,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709410
709411
|
id_volume_unit: string | null;
|
|
709411
709412
|
id_chargeable_unit: string | null;
|
|
709412
709413
|
id_commodity: string | null;
|
|
709413
|
-
description: string | null;
|
|
709414
709414
|
extra_term: string | null;
|
|
709415
709415
|
shipper_ref: string | null;
|
|
709416
709416
|
mark_number: string | null;
|
|
@@ -709539,6 +709539,275 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709539
709539
|
id_type: string | null;
|
|
709540
709540
|
is_override: boolean | null;
|
|
709541
709541
|
}[];
|
|
709542
|
+
forwarding_shipment_packings: {
|
|
709543
|
+
forwarding_booking: {
|
|
709544
|
+
is_active: boolean | null;
|
|
709545
|
+
id: string;
|
|
709546
|
+
logic_code: string | null;
|
|
709547
|
+
created_at: Date | null;
|
|
709548
|
+
created_by: string | null;
|
|
709549
|
+
updated_at: Date | null;
|
|
709550
|
+
updated_by: string | null;
|
|
709551
|
+
length: Decimal | null;
|
|
709552
|
+
description: string | null;
|
|
709553
|
+
id_transport_mode: string | null;
|
|
709554
|
+
id_container_shipping_type: string | null;
|
|
709555
|
+
id_incoterm: string | null;
|
|
709556
|
+
id_service_level: string | null;
|
|
709557
|
+
id_release_type: string | null;
|
|
709558
|
+
id_charges_apply: string | null;
|
|
709559
|
+
id_origin_un_locode: string | null;
|
|
709560
|
+
id_destination_un_locode: string | null;
|
|
709561
|
+
id_carrier: string | null;
|
|
709562
|
+
id_creditor: string | null;
|
|
709563
|
+
id_carrier_service_level: string | null;
|
|
709564
|
+
id_on_board_status: string | null;
|
|
709565
|
+
id_outer_unit: string | null;
|
|
709566
|
+
id_weight_unit: string | null;
|
|
709567
|
+
id_volume_unit: string | null;
|
|
709568
|
+
id_chargeable_unit: string | null;
|
|
709569
|
+
id_commodity: string | null;
|
|
709570
|
+
extra_term: string | null;
|
|
709571
|
+
shipper_ref: string | null;
|
|
709572
|
+
mark_number: string | null;
|
|
709573
|
+
contract_number: string | null;
|
|
709574
|
+
booking_date: Date | null;
|
|
709575
|
+
expected_pickup_date: Date | null;
|
|
709576
|
+
expected_delivery_date: Date | null;
|
|
709577
|
+
customer_expected_pickup_date: Date | null;
|
|
709578
|
+
customer_expected_delivery_date: Date | null;
|
|
709579
|
+
outer: Decimal | null;
|
|
709580
|
+
volume: Decimal | null;
|
|
709581
|
+
chargeable: Decimal | null;
|
|
709582
|
+
booking_number: string | null;
|
|
709583
|
+
} | null;
|
|
709584
|
+
commodity: {
|
|
709585
|
+
is_active: boolean | null;
|
|
709586
|
+
id: string;
|
|
709587
|
+
logic_code: string | null;
|
|
709588
|
+
name: string | null;
|
|
709589
|
+
code: string | null;
|
|
709590
|
+
created_at: Date | null;
|
|
709591
|
+
created_by: string | null;
|
|
709592
|
+
updated_at: Date | null;
|
|
709593
|
+
updated_by: string | null;
|
|
709594
|
+
id_universal_group: string | null;
|
|
709595
|
+
id_iata_commodity: string | null;
|
|
709596
|
+
id_expiration_date_unit: string | null;
|
|
709597
|
+
reefer_min_temp: Decimal | null;
|
|
709598
|
+
reefer_max_temp: Decimal | null;
|
|
709599
|
+
is_hazardous: boolean;
|
|
709600
|
+
is_perishable: boolean;
|
|
709601
|
+
is_flammable: boolean;
|
|
709602
|
+
is_timber: boolean;
|
|
709603
|
+
is_vent_required: boolean;
|
|
709604
|
+
expiration_date: number | null;
|
|
709605
|
+
} | null;
|
|
709606
|
+
forwarding_shipment: {
|
|
709607
|
+
is_active: boolean | null;
|
|
709608
|
+
id: string;
|
|
709609
|
+
logic_code: string | null;
|
|
709610
|
+
created_at: Date | null;
|
|
709611
|
+
created_by: string | null;
|
|
709612
|
+
updated_at: Date | null;
|
|
709613
|
+
updated_by: string | null;
|
|
709614
|
+
description: string | null;
|
|
709615
|
+
id_transport_mode: string | null;
|
|
709616
|
+
id_container_shipping_type: string | null;
|
|
709617
|
+
id_incoterm: string | null;
|
|
709618
|
+
id_service_level: string | null;
|
|
709619
|
+
id_release_type: string | null;
|
|
709620
|
+
id_on_board_status: string | null;
|
|
709621
|
+
id_weight_unit: string | null;
|
|
709622
|
+
id_volume_unit: string | null;
|
|
709623
|
+
id_chargeable_unit: string | null;
|
|
709624
|
+
mark_number: string | null;
|
|
709625
|
+
volume: Decimal | null;
|
|
709626
|
+
chargeable: Decimal | null;
|
|
709627
|
+
weight: Decimal | null;
|
|
709628
|
+
id_transport_type: string | null;
|
|
709629
|
+
id_service_scope: string | null;
|
|
709630
|
+
id_origin: string | null;
|
|
709631
|
+
id_destination: string | null;
|
|
709632
|
+
id_weight_volume_unit: string | null;
|
|
709633
|
+
id_package_count_type: string | null;
|
|
709634
|
+
id_package_inner_count_type: string | null;
|
|
709635
|
+
id_air_waybill_dims: string | null;
|
|
709636
|
+
id_house_bill_type: string | null;
|
|
709637
|
+
id_hbl_delivery_mode: string | null;
|
|
709638
|
+
id_charge_apply: string | null;
|
|
709639
|
+
id_control_customer: string | null;
|
|
709640
|
+
id_control_agent: string | null;
|
|
709641
|
+
weight_volume: Decimal | null;
|
|
709642
|
+
package_count: number | null;
|
|
709643
|
+
package_inner_count: number | null;
|
|
709644
|
+
original_bills: number | null;
|
|
709645
|
+
copy_bills: number | null;
|
|
709646
|
+
estimated_delivery_date: Date | null;
|
|
709647
|
+
estimated_arrival_date: Date | null;
|
|
709648
|
+
issue_date: Date | null;
|
|
709649
|
+
shipment_number: string | null;
|
|
709650
|
+
house_bill: string | null;
|
|
709651
|
+
} | null;
|
|
709652
|
+
forwarding_consol_container: {
|
|
709653
|
+
is_active: boolean | null;
|
|
709654
|
+
id: string;
|
|
709655
|
+
logic_code: string | null;
|
|
709656
|
+
created_at: Date | null;
|
|
709657
|
+
created_by: string | null;
|
|
709658
|
+
updated_at: Date | null;
|
|
709659
|
+
updated_by: string | null;
|
|
709660
|
+
id_container_shipping_type: string | null;
|
|
709661
|
+
id_type: string | null;
|
|
709662
|
+
id_forwarding_consol: string | null;
|
|
709663
|
+
id_delivery_mode: string | null;
|
|
709664
|
+
container_number: string | null;
|
|
709665
|
+
} | null;
|
|
709666
|
+
package_type: {
|
|
709667
|
+
is_active: boolean | null;
|
|
709668
|
+
id: string;
|
|
709669
|
+
logic_code: string | null;
|
|
709670
|
+
name: string | null;
|
|
709671
|
+
code: string | null;
|
|
709672
|
+
created_at: Date | null;
|
|
709673
|
+
created_by: string | null;
|
|
709674
|
+
updated_at: Date | null;
|
|
709675
|
+
updated_by: string | null;
|
|
709676
|
+
length: Decimal | null;
|
|
709677
|
+
id_weight_unit: string | null;
|
|
709678
|
+
weight: Decimal | null;
|
|
709679
|
+
width: Decimal | null;
|
|
709680
|
+
height: Decimal | null;
|
|
709681
|
+
id_dimension_unit: string | null;
|
|
709682
|
+
id_measurement_unit_type: string | null;
|
|
709683
|
+
is_keep_upright: boolean | null;
|
|
709684
|
+
} | null;
|
|
709685
|
+
weight_unit: {
|
|
709686
|
+
is_active: boolean | null;
|
|
709687
|
+
id: string;
|
|
709688
|
+
logic_code: string | null;
|
|
709689
|
+
name: string | null;
|
|
709690
|
+
code: string | null;
|
|
709691
|
+
created_at: Date | null;
|
|
709692
|
+
created_by: string | null;
|
|
709693
|
+
updated_at: Date | null;
|
|
709694
|
+
updated_by: string | null;
|
|
709695
|
+
id_type: string | null;
|
|
709696
|
+
} | null;
|
|
709697
|
+
volume_unit: {
|
|
709698
|
+
is_active: boolean | null;
|
|
709699
|
+
id: string;
|
|
709700
|
+
logic_code: string | null;
|
|
709701
|
+
name: string | null;
|
|
709702
|
+
code: string | null;
|
|
709703
|
+
created_at: Date | null;
|
|
709704
|
+
created_by: string | null;
|
|
709705
|
+
updated_at: Date | null;
|
|
709706
|
+
updated_by: string | null;
|
|
709707
|
+
id_type: string | null;
|
|
709708
|
+
} | null;
|
|
709709
|
+
length_unit: {
|
|
709710
|
+
is_active: boolean | null;
|
|
709711
|
+
id: string;
|
|
709712
|
+
logic_code: string | null;
|
|
709713
|
+
name: string | null;
|
|
709714
|
+
code: string | null;
|
|
709715
|
+
created_at: Date | null;
|
|
709716
|
+
created_by: string | null;
|
|
709717
|
+
updated_at: Date | null;
|
|
709718
|
+
updated_by: string | null;
|
|
709719
|
+
id_type: string | null;
|
|
709720
|
+
} | null;
|
|
709721
|
+
width_unit: {
|
|
709722
|
+
is_active: boolean | null;
|
|
709723
|
+
id: string;
|
|
709724
|
+
logic_code: string | null;
|
|
709725
|
+
name: string | null;
|
|
709726
|
+
code: string | null;
|
|
709727
|
+
created_at: Date | null;
|
|
709728
|
+
created_by: string | null;
|
|
709729
|
+
updated_at: Date | null;
|
|
709730
|
+
updated_by: string | null;
|
|
709731
|
+
id_type: string | null;
|
|
709732
|
+
} | null;
|
|
709733
|
+
height_unit: {
|
|
709734
|
+
is_active: boolean | null;
|
|
709735
|
+
id: string;
|
|
709736
|
+
logic_code: string | null;
|
|
709737
|
+
name: string | null;
|
|
709738
|
+
code: string | null;
|
|
709739
|
+
created_at: Date | null;
|
|
709740
|
+
created_by: string | null;
|
|
709741
|
+
updated_at: Date | null;
|
|
709742
|
+
updated_by: string | null;
|
|
709743
|
+
id_type: string | null;
|
|
709744
|
+
} | null;
|
|
709745
|
+
dg_substance: {
|
|
709746
|
+
is_active: boolean | null;
|
|
709747
|
+
id: string;
|
|
709748
|
+
logic_code: string | null;
|
|
709749
|
+
name: string | null;
|
|
709750
|
+
created_at: Date | null;
|
|
709751
|
+
created_by: string | null;
|
|
709752
|
+
updated_at: Date | null;
|
|
709753
|
+
updated_by: string | null;
|
|
709754
|
+
id_dg_class: string | null;
|
|
709755
|
+
id_dg_packing_group: string | null;
|
|
709756
|
+
id_dg_excepted_quantity: string | null;
|
|
709757
|
+
un_number: string | null;
|
|
709758
|
+
extra_labels: string | null;
|
|
709759
|
+
sub_risk: string | null;
|
|
709760
|
+
is_high_danger: boolean | null;
|
|
709761
|
+
} | null;
|
|
709762
|
+
dg_class: {
|
|
709763
|
+
is_active: boolean | null;
|
|
709764
|
+
id: string;
|
|
709765
|
+
logic_code: string | null;
|
|
709766
|
+
name: string | null;
|
|
709767
|
+
code: string | null;
|
|
709768
|
+
created_at: Date | null;
|
|
709769
|
+
created_by: string | null;
|
|
709770
|
+
updated_at: Date | null;
|
|
709771
|
+
updated_by: string | null;
|
|
709772
|
+
} | null;
|
|
709773
|
+
is_active: boolean | null;
|
|
709774
|
+
id: string;
|
|
709775
|
+
logic_code: string | null;
|
|
709776
|
+
code: string | null;
|
|
709777
|
+
created_at: Date | null;
|
|
709778
|
+
created_by: string | null;
|
|
709779
|
+
updated_at: Date | null;
|
|
709780
|
+
updated_by: string | null;
|
|
709781
|
+
length: Decimal | null;
|
|
709782
|
+
description: string | null;
|
|
709783
|
+
id_weight_unit: string | null;
|
|
709784
|
+
id_volume_unit: string | null;
|
|
709785
|
+
id_commodity: string | null;
|
|
709786
|
+
id_forwarding_booking: string | null;
|
|
709787
|
+
volume: Decimal | null;
|
|
709788
|
+
id_forwarding_shipment: string | null;
|
|
709789
|
+
id_consol_container: string | null;
|
|
709790
|
+
id_package_type: string | null;
|
|
709791
|
+
id_length_unit: string | null;
|
|
709792
|
+
id_width_unit: string | null;
|
|
709793
|
+
id_height_unit: string | null;
|
|
709794
|
+
id_dg_substance: string | null;
|
|
709795
|
+
id_dg_class: string | null;
|
|
709796
|
+
po_number: string | null;
|
|
709797
|
+
goods_description: string | null;
|
|
709798
|
+
item_number: string | null;
|
|
709799
|
+
pack: number | null;
|
|
709800
|
+
packing_order: number | null;
|
|
709801
|
+
weight: Decimal | null;
|
|
709802
|
+
width: Decimal | null;
|
|
709803
|
+
height: Decimal | null;
|
|
709804
|
+
harmonized_code: string | null;
|
|
709805
|
+
harmonized_description: string | null;
|
|
709806
|
+
dg_substance_name: string | null;
|
|
709807
|
+
dg_class_name: string | null;
|
|
709808
|
+
flash_point: Decimal | null;
|
|
709809
|
+
un_dg_contact: string | null;
|
|
709810
|
+
}[];
|
|
709542
709811
|
forwarding_transport_mode: {
|
|
709543
709812
|
is_active: boolean | null;
|
|
709544
709813
|
id: string;
|
|
@@ -709820,275 +710089,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709820
710089
|
is_vent_required: boolean;
|
|
709821
710090
|
expiration_date: number | null;
|
|
709822
710091
|
} | null;
|
|
709823
|
-
forwarding_shipment_packings: {
|
|
709824
|
-
forwarding_booking: {
|
|
709825
|
-
is_active: boolean | null;
|
|
709826
|
-
id: string;
|
|
709827
|
-
logic_code: string | null;
|
|
709828
|
-
created_at: Date | null;
|
|
709829
|
-
created_by: string | null;
|
|
709830
|
-
updated_at: Date | null;
|
|
709831
|
-
updated_by: string | null;
|
|
709832
|
-
length: Decimal | null;
|
|
709833
|
-
id_transport_mode: string | null;
|
|
709834
|
-
id_container_shipping_type: string | null;
|
|
709835
|
-
id_incoterm: string | null;
|
|
709836
|
-
id_service_level: string | null;
|
|
709837
|
-
id_release_type: string | null;
|
|
709838
|
-
id_charges_apply: string | null;
|
|
709839
|
-
id_origin_un_locode: string | null;
|
|
709840
|
-
id_destination_un_locode: string | null;
|
|
709841
|
-
id_carrier: string | null;
|
|
709842
|
-
id_creditor: string | null;
|
|
709843
|
-
id_carrier_service_level: string | null;
|
|
709844
|
-
id_on_board_status: string | null;
|
|
709845
|
-
id_outer_unit: string | null;
|
|
709846
|
-
id_weight_unit: string | null;
|
|
709847
|
-
id_volume_unit: string | null;
|
|
709848
|
-
id_chargeable_unit: string | null;
|
|
709849
|
-
id_commodity: string | null;
|
|
709850
|
-
description: string | null;
|
|
709851
|
-
extra_term: string | null;
|
|
709852
|
-
shipper_ref: string | null;
|
|
709853
|
-
mark_number: string | null;
|
|
709854
|
-
contract_number: string | null;
|
|
709855
|
-
booking_date: Date | null;
|
|
709856
|
-
expected_pickup_date: Date | null;
|
|
709857
|
-
expected_delivery_date: Date | null;
|
|
709858
|
-
customer_expected_pickup_date: Date | null;
|
|
709859
|
-
customer_expected_delivery_date: Date | null;
|
|
709860
|
-
outer: Decimal | null;
|
|
709861
|
-
volume: Decimal | null;
|
|
709862
|
-
chargeable: Decimal | null;
|
|
709863
|
-
booking_number: string | null;
|
|
709864
|
-
} | null;
|
|
709865
|
-
commodity: {
|
|
709866
|
-
is_active: boolean | null;
|
|
709867
|
-
id: string;
|
|
709868
|
-
logic_code: string | null;
|
|
709869
|
-
name: string | null;
|
|
709870
|
-
code: string | null;
|
|
709871
|
-
created_at: Date | null;
|
|
709872
|
-
created_by: string | null;
|
|
709873
|
-
updated_at: Date | null;
|
|
709874
|
-
updated_by: string | null;
|
|
709875
|
-
id_universal_group: string | null;
|
|
709876
|
-
id_iata_commodity: string | null;
|
|
709877
|
-
id_expiration_date_unit: string | null;
|
|
709878
|
-
reefer_min_temp: Decimal | null;
|
|
709879
|
-
reefer_max_temp: Decimal | null;
|
|
709880
|
-
is_hazardous: boolean;
|
|
709881
|
-
is_perishable: boolean;
|
|
709882
|
-
is_flammable: boolean;
|
|
709883
|
-
is_timber: boolean;
|
|
709884
|
-
is_vent_required: boolean;
|
|
709885
|
-
expiration_date: number | null;
|
|
709886
|
-
} | null;
|
|
709887
|
-
forwarding_shipment: {
|
|
709888
|
-
is_active: boolean | null;
|
|
709889
|
-
id: string;
|
|
709890
|
-
logic_code: string | null;
|
|
709891
|
-
created_at: Date | null;
|
|
709892
|
-
created_by: string | null;
|
|
709893
|
-
updated_at: Date | null;
|
|
709894
|
-
updated_by: string | null;
|
|
709895
|
-
id_transport_mode: string | null;
|
|
709896
|
-
id_container_shipping_type: string | null;
|
|
709897
|
-
id_incoterm: string | null;
|
|
709898
|
-
id_service_level: string | null;
|
|
709899
|
-
id_release_type: string | null;
|
|
709900
|
-
id_on_board_status: string | null;
|
|
709901
|
-
id_weight_unit: string | null;
|
|
709902
|
-
id_volume_unit: string | null;
|
|
709903
|
-
id_chargeable_unit: string | null;
|
|
709904
|
-
description: string | null;
|
|
709905
|
-
mark_number: string | null;
|
|
709906
|
-
volume: Decimal | null;
|
|
709907
|
-
chargeable: Decimal | null;
|
|
709908
|
-
weight: Decimal | null;
|
|
709909
|
-
id_transport_type: string | null;
|
|
709910
|
-
id_service_scope: string | null;
|
|
709911
|
-
id_origin: string | null;
|
|
709912
|
-
id_destination: string | null;
|
|
709913
|
-
id_weight_volume_unit: string | null;
|
|
709914
|
-
id_package_count_type: string | null;
|
|
709915
|
-
id_package_inner_count_type: string | null;
|
|
709916
|
-
id_air_waybill_dims: string | null;
|
|
709917
|
-
id_house_bill_type: string | null;
|
|
709918
|
-
id_hbl_delivery_mode: string | null;
|
|
709919
|
-
id_charge_apply: string | null;
|
|
709920
|
-
id_control_customer: string | null;
|
|
709921
|
-
id_control_agent: string | null;
|
|
709922
|
-
weight_volume: Decimal | null;
|
|
709923
|
-
package_count: number | null;
|
|
709924
|
-
package_inner_count: number | null;
|
|
709925
|
-
original_bills: number | null;
|
|
709926
|
-
copy_bills: number | null;
|
|
709927
|
-
estimated_delivery_date: Date | null;
|
|
709928
|
-
estimated_arrival_date: Date | null;
|
|
709929
|
-
issue_date: Date | null;
|
|
709930
|
-
shipment_number: string | null;
|
|
709931
|
-
house_bill: string | null;
|
|
709932
|
-
} | null;
|
|
709933
|
-
forwarding_consol_container: {
|
|
709934
|
-
is_active: boolean | null;
|
|
709935
|
-
id: string;
|
|
709936
|
-
logic_code: string | null;
|
|
709937
|
-
created_at: Date | null;
|
|
709938
|
-
created_by: string | null;
|
|
709939
|
-
updated_at: Date | null;
|
|
709940
|
-
updated_by: string | null;
|
|
709941
|
-
id_container_shipping_type: string | null;
|
|
709942
|
-
id_type: string | null;
|
|
709943
|
-
id_forwarding_consol: string | null;
|
|
709944
|
-
id_delivery_mode: string | null;
|
|
709945
|
-
container_number: string | null;
|
|
709946
|
-
} | null;
|
|
709947
|
-
package_type: {
|
|
709948
|
-
is_active: boolean | null;
|
|
709949
|
-
id: string;
|
|
709950
|
-
logic_code: string | null;
|
|
709951
|
-
name: string | null;
|
|
709952
|
-
code: string | null;
|
|
709953
|
-
created_at: Date | null;
|
|
709954
|
-
created_by: string | null;
|
|
709955
|
-
updated_at: Date | null;
|
|
709956
|
-
updated_by: string | null;
|
|
709957
|
-
length: Decimal | null;
|
|
709958
|
-
id_weight_unit: string | null;
|
|
709959
|
-
weight: Decimal | null;
|
|
709960
|
-
width: Decimal | null;
|
|
709961
|
-
height: Decimal | null;
|
|
709962
|
-
id_dimension_unit: string | null;
|
|
709963
|
-
id_measurement_unit_type: string | null;
|
|
709964
|
-
is_keep_upright: boolean | null;
|
|
709965
|
-
} | null;
|
|
709966
|
-
weight_unit: {
|
|
709967
|
-
is_active: boolean | null;
|
|
709968
|
-
id: string;
|
|
709969
|
-
logic_code: string | null;
|
|
709970
|
-
name: string | null;
|
|
709971
|
-
code: string | null;
|
|
709972
|
-
created_at: Date | null;
|
|
709973
|
-
created_by: string | null;
|
|
709974
|
-
updated_at: Date | null;
|
|
709975
|
-
updated_by: string | null;
|
|
709976
|
-
id_type: string | null;
|
|
709977
|
-
} | null;
|
|
709978
|
-
volume_unit: {
|
|
709979
|
-
is_active: boolean | null;
|
|
709980
|
-
id: string;
|
|
709981
|
-
logic_code: string | null;
|
|
709982
|
-
name: string | null;
|
|
709983
|
-
code: string | null;
|
|
709984
|
-
created_at: Date | null;
|
|
709985
|
-
created_by: string | null;
|
|
709986
|
-
updated_at: Date | null;
|
|
709987
|
-
updated_by: string | null;
|
|
709988
|
-
id_type: string | null;
|
|
709989
|
-
} | null;
|
|
709990
|
-
length_unit: {
|
|
709991
|
-
is_active: boolean | null;
|
|
709992
|
-
id: string;
|
|
709993
|
-
logic_code: string | null;
|
|
709994
|
-
name: string | null;
|
|
709995
|
-
code: string | null;
|
|
709996
|
-
created_at: Date | null;
|
|
709997
|
-
created_by: string | null;
|
|
709998
|
-
updated_at: Date | null;
|
|
709999
|
-
updated_by: string | null;
|
|
710000
|
-
id_type: string | null;
|
|
710001
|
-
} | null;
|
|
710002
|
-
width_unit: {
|
|
710003
|
-
is_active: boolean | null;
|
|
710004
|
-
id: string;
|
|
710005
|
-
logic_code: string | null;
|
|
710006
|
-
name: string | null;
|
|
710007
|
-
code: string | null;
|
|
710008
|
-
created_at: Date | null;
|
|
710009
|
-
created_by: string | null;
|
|
710010
|
-
updated_at: Date | null;
|
|
710011
|
-
updated_by: string | null;
|
|
710012
|
-
id_type: string | null;
|
|
710013
|
-
} | null;
|
|
710014
|
-
height_unit: {
|
|
710015
|
-
is_active: boolean | null;
|
|
710016
|
-
id: string;
|
|
710017
|
-
logic_code: string | null;
|
|
710018
|
-
name: string | null;
|
|
710019
|
-
code: string | null;
|
|
710020
|
-
created_at: Date | null;
|
|
710021
|
-
created_by: string | null;
|
|
710022
|
-
updated_at: Date | null;
|
|
710023
|
-
updated_by: string | null;
|
|
710024
|
-
id_type: string | null;
|
|
710025
|
-
} | null;
|
|
710026
|
-
dg_substance: {
|
|
710027
|
-
is_active: boolean | null;
|
|
710028
|
-
id: string;
|
|
710029
|
-
logic_code: string | null;
|
|
710030
|
-
name: string | null;
|
|
710031
|
-
created_at: Date | null;
|
|
710032
|
-
created_by: string | null;
|
|
710033
|
-
updated_at: Date | null;
|
|
710034
|
-
updated_by: string | null;
|
|
710035
|
-
id_dg_class: string | null;
|
|
710036
|
-
id_dg_packing_group: string | null;
|
|
710037
|
-
id_dg_excepted_quantity: string | null;
|
|
710038
|
-
un_number: string | null;
|
|
710039
|
-
extra_labels: string | null;
|
|
710040
|
-
sub_risk: string | null;
|
|
710041
|
-
is_high_danger: boolean | null;
|
|
710042
|
-
} | null;
|
|
710043
|
-
dg_class: {
|
|
710044
|
-
is_active: boolean | null;
|
|
710045
|
-
id: string;
|
|
710046
|
-
logic_code: string | null;
|
|
710047
|
-
name: string | null;
|
|
710048
|
-
code: string | null;
|
|
710049
|
-
created_at: Date | null;
|
|
710050
|
-
created_by: string | null;
|
|
710051
|
-
updated_at: Date | null;
|
|
710052
|
-
updated_by: string | null;
|
|
710053
|
-
} | null;
|
|
710054
|
-
is_active: boolean | null;
|
|
710055
|
-
id: string;
|
|
710056
|
-
logic_code: string | null;
|
|
710057
|
-
code: string | null;
|
|
710058
|
-
created_at: Date | null;
|
|
710059
|
-
created_by: string | null;
|
|
710060
|
-
updated_at: Date | null;
|
|
710061
|
-
updated_by: string | null;
|
|
710062
|
-
length: Decimal | null;
|
|
710063
|
-
id_weight_unit: string | null;
|
|
710064
|
-
id_volume_unit: string | null;
|
|
710065
|
-
id_commodity: string | null;
|
|
710066
|
-
id_forwarding_booking: string | null;
|
|
710067
|
-
description: string | null;
|
|
710068
|
-
volume: Decimal | null;
|
|
710069
|
-
id_forwarding_shipment: string | null;
|
|
710070
|
-
id_consol_container: string | null;
|
|
710071
|
-
id_package_type: string | null;
|
|
710072
|
-
id_length_unit: string | null;
|
|
710073
|
-
id_width_unit: string | null;
|
|
710074
|
-
id_height_unit: string | null;
|
|
710075
|
-
id_dg_substance: string | null;
|
|
710076
|
-
id_dg_class: string | null;
|
|
710077
|
-
po_number: string | null;
|
|
710078
|
-
goods_description: string | null;
|
|
710079
|
-
item_number: string | null;
|
|
710080
|
-
pack: number | null;
|
|
710081
|
-
packing_order: number | null;
|
|
710082
|
-
weight: Decimal | null;
|
|
710083
|
-
width: Decimal | null;
|
|
710084
|
-
height: Decimal | null;
|
|
710085
|
-
harmonized_code: string | null;
|
|
710086
|
-
harmonized_description: string | null;
|
|
710087
|
-
dg_substance_name: string | null;
|
|
710088
|
-
dg_class_name: string | null;
|
|
710089
|
-
flash_point: Decimal | null;
|
|
710090
|
-
un_dg_contact: string | null;
|
|
710091
|
-
}[];
|
|
710092
710092
|
is_active: boolean | null;
|
|
710093
710093
|
id: string;
|
|
710094
710094
|
logic_code: string | null;
|
|
@@ -710097,6 +710097,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710097
710097
|
updated_at: Date | null;
|
|
710098
710098
|
updated_by: string | null;
|
|
710099
710099
|
length: Decimal | null;
|
|
710100
|
+
description: string | null;
|
|
710100
710101
|
id_transport_mode: string | null;
|
|
710101
710102
|
id_container_shipping_type: string | null;
|
|
710102
710103
|
id_incoterm: string | null;
|
|
@@ -710114,7 +710115,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710114
710115
|
id_volume_unit: string | null;
|
|
710115
710116
|
id_chargeable_unit: string | null;
|
|
710116
710117
|
id_commodity: string | null;
|
|
710117
|
-
description: string | null;
|
|
710118
710118
|
extra_term: string | null;
|
|
710119
710119
|
shipper_ref: string | null;
|
|
710120
710120
|
mark_number: string | null;
|
|
@@ -710176,13 +710176,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710176
710176
|
data: {
|
|
710177
710177
|
id: string;
|
|
710178
710178
|
id_log_type: string | null;
|
|
710179
|
-
id_forwarding_booking: string | null;
|
|
710180
710179
|
url: string | null;
|
|
710181
710180
|
params: SimpleJson;
|
|
710182
710181
|
action: string | null;
|
|
710183
710182
|
action_by: string | null;
|
|
710184
710183
|
action_id: string | null;
|
|
710185
710184
|
action_at: Date | null;
|
|
710185
|
+
id_forwarding_booking: string | null;
|
|
710186
710186
|
}[] | undefined;
|
|
710187
710187
|
total: number | undefined;
|
|
710188
710188
|
};
|
|
@@ -710200,13 +710200,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710200
710200
|
data: {
|
|
710201
710201
|
id: string;
|
|
710202
710202
|
id_log_type: string | null;
|
|
710203
|
-
id_forwarding_booking: string | null;
|
|
710204
710203
|
url: string | null;
|
|
710205
710204
|
params: SimpleJson;
|
|
710206
710205
|
action: string | null;
|
|
710207
710206
|
action_by: string | null;
|
|
710208
710207
|
action_id: string | null;
|
|
710209
710208
|
action_at: Date | null;
|
|
710209
|
+
id_forwarding_booking: string | null;
|
|
710210
710210
|
} | undefined;
|
|
710211
710211
|
};
|
|
710212
710212
|
meta: object;
|
|
@@ -710312,6 +710312,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710312
710312
|
updated_at: Date | null;
|
|
710313
710313
|
updated_by: string | null;
|
|
710314
710314
|
length: Decimal | null;
|
|
710315
|
+
description: string | null;
|
|
710315
710316
|
id_transport_mode: string | null;
|
|
710316
710317
|
id_container_shipping_type: string | null;
|
|
710317
710318
|
id_incoterm: string | null;
|
|
@@ -710329,7 +710330,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710329
710330
|
id_volume_unit: string | null;
|
|
710330
710331
|
id_chargeable_unit: string | null;
|
|
710331
710332
|
id_commodity: string | null;
|
|
710332
|
-
description: string | null;
|
|
710333
710333
|
extra_term: string | null;
|
|
710334
710334
|
shipper_ref: string | null;
|
|
710335
710335
|
mark_number: string | null;
|
|
@@ -710348,13 +710348,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710348
710348
|
data: {
|
|
710349
710349
|
id: string;
|
|
710350
710350
|
id_log_type: string | null;
|
|
710351
|
-
id_forwarding_booking: string | null;
|
|
710352
710351
|
url: string | null;
|
|
710353
710352
|
params: SimpleJson;
|
|
710354
710353
|
action: string | null;
|
|
710355
710354
|
action_by: string | null;
|
|
710356
710355
|
action_id: string | null;
|
|
710357
710356
|
action_at: Date | null;
|
|
710357
|
+
id_forwarding_booking: string | null;
|
|
710358
710358
|
} | undefined;
|
|
710359
710359
|
};
|
|
710360
710360
|
} | undefined;
|
|
@@ -710468,6 +710468,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710468
710468
|
updated_at: Date | null;
|
|
710469
710469
|
updated_by: string | null;
|
|
710470
710470
|
length: Decimal | null;
|
|
710471
|
+
description: string | null;
|
|
710471
710472
|
id_transport_mode: string | null;
|
|
710472
710473
|
id_container_shipping_type: string | null;
|
|
710473
710474
|
id_incoterm: string | null;
|
|
@@ -710485,7 +710486,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710485
710486
|
id_volume_unit: string | null;
|
|
710486
710487
|
id_chargeable_unit: string | null;
|
|
710487
710488
|
id_commodity: string | null;
|
|
710488
|
-
description: string | null;
|
|
710489
710489
|
extra_term: string | null;
|
|
710490
710490
|
shipper_ref: string | null;
|
|
710491
710491
|
mark_number: string | null;
|
|
@@ -710504,13 +710504,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710504
710504
|
data: {
|
|
710505
710505
|
id: string;
|
|
710506
710506
|
id_log_type: string | null;
|
|
710507
|
-
id_forwarding_booking: string | null;
|
|
710508
710507
|
url: string | null;
|
|
710509
710508
|
params: SimpleJson;
|
|
710510
710509
|
action: string | null;
|
|
710511
710510
|
action_by: string | null;
|
|
710512
710511
|
action_id: string | null;
|
|
710513
710512
|
action_at: Date | null;
|
|
710513
|
+
id_forwarding_booking: string | null;
|
|
710514
710514
|
} | undefined;
|
|
710515
710515
|
};
|
|
710516
710516
|
} | undefined;
|
|
@@ -710533,6 +710533,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710533
710533
|
updated_at: Date | null;
|
|
710534
710534
|
updated_by: string | null;
|
|
710535
710535
|
length: Decimal | null;
|
|
710536
|
+
description: string | null;
|
|
710536
710537
|
id_transport_mode: string | null;
|
|
710537
710538
|
id_container_shipping_type: string | null;
|
|
710538
710539
|
id_incoterm: string | null;
|
|
@@ -710550,7 +710551,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710550
710551
|
id_volume_unit: string | null;
|
|
710551
710552
|
id_chargeable_unit: string | null;
|
|
710552
710553
|
id_commodity: string | null;
|
|
710553
|
-
description: string | null;
|
|
710554
710554
|
extra_term: string | null;
|
|
710555
710555
|
shipper_ref: string | null;
|
|
710556
710556
|
mark_number: string | null;
|
|
@@ -710623,6 +710623,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710623
710623
|
updated_at: Date | null;
|
|
710624
710624
|
updated_by: string | null;
|
|
710625
710625
|
length: Decimal | null;
|
|
710626
|
+
description: string | null;
|
|
710626
710627
|
id_transport_mode: string | null;
|
|
710627
710628
|
id_container_shipping_type: string | null;
|
|
710628
710629
|
id_incoterm: string | null;
|
|
@@ -710640,7 +710641,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710640
710641
|
id_volume_unit: string | null;
|
|
710641
710642
|
id_chargeable_unit: string | null;
|
|
710642
710643
|
id_commodity: string | null;
|
|
710643
|
-
description: string | null;
|
|
710644
710644
|
extra_term: string | null;
|
|
710645
710645
|
shipper_ref: string | null;
|
|
710646
710646
|
mark_number: string | null;
|
|
@@ -710760,6 +710760,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710760
710760
|
updated_at: Date | null;
|
|
710761
710761
|
updated_by: string | null;
|
|
710762
710762
|
length: Decimal | null;
|
|
710763
|
+
description: string | null;
|
|
710763
710764
|
id_transport_mode: string | null;
|
|
710764
710765
|
id_container_shipping_type: string | null;
|
|
710765
710766
|
id_incoterm: string | null;
|
|
@@ -710777,7 +710778,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710777
710778
|
id_volume_unit: string | null;
|
|
710778
710779
|
id_chargeable_unit: string | null;
|
|
710779
710780
|
id_commodity: string | null;
|
|
710780
|
-
description: string | null;
|
|
710781
710781
|
extra_term: string | null;
|
|
710782
710782
|
shipper_ref: string | null;
|
|
710783
710783
|
mark_number: string | null;
|
|
@@ -711187,6 +711187,121 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711187
711187
|
};
|
|
711188
711188
|
output: {
|
|
711189
711189
|
data: {
|
|
711190
|
+
forwarding_shipment_organizations: {
|
|
711191
|
+
organization: {
|
|
711192
|
+
is_active: boolean | null;
|
|
711193
|
+
id: string;
|
|
711194
|
+
logic_code: string | null;
|
|
711195
|
+
name: string | null;
|
|
711196
|
+
id_country: string | null;
|
|
711197
|
+
id_state: string | null;
|
|
711198
|
+
id_city: string | null;
|
|
711199
|
+
id_postal_code: string | null;
|
|
711200
|
+
id_company: string | null;
|
|
711201
|
+
id_branch: string | null;
|
|
711202
|
+
code: string | null;
|
|
711203
|
+
created_at: Date | null;
|
|
711204
|
+
created_by: string | null;
|
|
711205
|
+
updated_at: Date | null;
|
|
711206
|
+
updated_by: string | null;
|
|
711207
|
+
id_un_locode: string | null;
|
|
711208
|
+
email: string | null;
|
|
711209
|
+
id_business_category: string | null;
|
|
711210
|
+
id_controlling_branch: string | null;
|
|
711211
|
+
id_airline: string | null;
|
|
711212
|
+
id_shipping_line: string | null;
|
|
711213
|
+
phone: string | null;
|
|
711214
|
+
website_url: string | null;
|
|
711215
|
+
company_number: string | null;
|
|
711216
|
+
company_tax_number: string | null;
|
|
711217
|
+
} | null;
|
|
711218
|
+
organization_address: {
|
|
711219
|
+
is_active: boolean | null;
|
|
711220
|
+
id: string;
|
|
711221
|
+
logic_code: string | null;
|
|
711222
|
+
id_country: string | null;
|
|
711223
|
+
id_state: string | null;
|
|
711224
|
+
id_city: string | null;
|
|
711225
|
+
id_postal_code: string | null;
|
|
711226
|
+
code: string | null;
|
|
711227
|
+
address: string | null;
|
|
711228
|
+
mobile_phone: string | null;
|
|
711229
|
+
created_at: Date | null;
|
|
711230
|
+
created_by: string | null;
|
|
711231
|
+
updated_at: Date | null;
|
|
711232
|
+
updated_by: string | null;
|
|
711233
|
+
id_un_locode: string | null;
|
|
711234
|
+
email: string | null;
|
|
711235
|
+
id_organization: string | null;
|
|
711236
|
+
phone: string | null;
|
|
711237
|
+
fax: string | null;
|
|
711238
|
+
} | null;
|
|
711239
|
+
forwarding_shipment_organization_type: {
|
|
711240
|
+
is_active: boolean | null;
|
|
711241
|
+
id: string;
|
|
711242
|
+
logic_code: string | null;
|
|
711243
|
+
name: string | null;
|
|
711244
|
+
code: string | null;
|
|
711245
|
+
created_at: Date | null;
|
|
711246
|
+
created_by: string | null;
|
|
711247
|
+
updated_at: Date | null;
|
|
711248
|
+
updated_by: string | null;
|
|
711249
|
+
} | null;
|
|
711250
|
+
is_active: boolean | null;
|
|
711251
|
+
id: string;
|
|
711252
|
+
logic_code: string | null;
|
|
711253
|
+
name: string | null;
|
|
711254
|
+
code: string | null;
|
|
711255
|
+
address: string | null;
|
|
711256
|
+
created_at: Date | null;
|
|
711257
|
+
created_by: string | null;
|
|
711258
|
+
updated_at: Date | null;
|
|
711259
|
+
updated_by: string | null;
|
|
711260
|
+
id_organization: string | null;
|
|
711261
|
+
id_organization_address: string | null;
|
|
711262
|
+
id_type: string | null;
|
|
711263
|
+
is_override: boolean | null;
|
|
711264
|
+
id_forwarding_shipment: string | null;
|
|
711265
|
+
}[];
|
|
711266
|
+
forwarding_shipment_packings: {
|
|
711267
|
+
is_active: boolean | null;
|
|
711268
|
+
id: string;
|
|
711269
|
+
logic_code: string | null;
|
|
711270
|
+
code: string | null;
|
|
711271
|
+
created_at: Date | null;
|
|
711272
|
+
created_by: string | null;
|
|
711273
|
+
updated_at: Date | null;
|
|
711274
|
+
updated_by: string | null;
|
|
711275
|
+
length: Decimal | null;
|
|
711276
|
+
description: string | null;
|
|
711277
|
+
id_weight_unit: string | null;
|
|
711278
|
+
id_volume_unit: string | null;
|
|
711279
|
+
id_commodity: string | null;
|
|
711280
|
+
id_forwarding_booking: string | null;
|
|
711281
|
+
volume: Decimal | null;
|
|
711282
|
+
id_forwarding_shipment: string | null;
|
|
711283
|
+
id_consol_container: string | null;
|
|
711284
|
+
id_package_type: string | null;
|
|
711285
|
+
id_length_unit: string | null;
|
|
711286
|
+
id_width_unit: string | null;
|
|
711287
|
+
id_height_unit: string | null;
|
|
711288
|
+
id_dg_substance: string | null;
|
|
711289
|
+
id_dg_class: string | null;
|
|
711290
|
+
po_number: string | null;
|
|
711291
|
+
goods_description: string | null;
|
|
711292
|
+
item_number: string | null;
|
|
711293
|
+
pack: number | null;
|
|
711294
|
+
packing_order: number | null;
|
|
711295
|
+
weight: Decimal | null;
|
|
711296
|
+
width: Decimal | null;
|
|
711297
|
+
height: Decimal | null;
|
|
711298
|
+
harmonized_code: string | null;
|
|
711299
|
+
harmonized_description: string | null;
|
|
711300
|
+
dg_substance_name: string | null;
|
|
711301
|
+
dg_class_name: string | null;
|
|
711302
|
+
flash_point: Decimal | null;
|
|
711303
|
+
un_dg_contact: string | null;
|
|
711304
|
+
}[];
|
|
711190
711305
|
forwarding_transport_mode: {
|
|
711191
711306
|
is_active: boolean | null;
|
|
711192
711307
|
id: string;
|
|
@@ -711298,121 +711413,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711298
711413
|
has_seaport: boolean | null;
|
|
711299
711414
|
has_outport: boolean | null;
|
|
711300
711415
|
} | null;
|
|
711301
|
-
forwarding_shipment_packings: {
|
|
711302
|
-
is_active: boolean | null;
|
|
711303
|
-
id: string;
|
|
711304
|
-
logic_code: string | null;
|
|
711305
|
-
code: string | null;
|
|
711306
|
-
created_at: Date | null;
|
|
711307
|
-
created_by: string | null;
|
|
711308
|
-
updated_at: Date | null;
|
|
711309
|
-
updated_by: string | null;
|
|
711310
|
-
length: Decimal | null;
|
|
711311
|
-
id_weight_unit: string | null;
|
|
711312
|
-
id_volume_unit: string | null;
|
|
711313
|
-
id_commodity: string | null;
|
|
711314
|
-
id_forwarding_booking: string | null;
|
|
711315
|
-
description: string | null;
|
|
711316
|
-
volume: Decimal | null;
|
|
711317
|
-
id_forwarding_shipment: string | null;
|
|
711318
|
-
id_consol_container: string | null;
|
|
711319
|
-
id_package_type: string | null;
|
|
711320
|
-
id_length_unit: string | null;
|
|
711321
|
-
id_width_unit: string | null;
|
|
711322
|
-
id_height_unit: string | null;
|
|
711323
|
-
id_dg_substance: string | null;
|
|
711324
|
-
id_dg_class: string | null;
|
|
711325
|
-
po_number: string | null;
|
|
711326
|
-
goods_description: string | null;
|
|
711327
|
-
item_number: string | null;
|
|
711328
|
-
pack: number | null;
|
|
711329
|
-
packing_order: number | null;
|
|
711330
|
-
weight: Decimal | null;
|
|
711331
|
-
width: Decimal | null;
|
|
711332
|
-
height: Decimal | null;
|
|
711333
|
-
harmonized_code: string | null;
|
|
711334
|
-
harmonized_description: string | null;
|
|
711335
|
-
dg_substance_name: string | null;
|
|
711336
|
-
dg_class_name: string | null;
|
|
711337
|
-
flash_point: Decimal | null;
|
|
711338
|
-
un_dg_contact: string | null;
|
|
711339
|
-
}[];
|
|
711340
|
-
forwarding_shipment_organizations: {
|
|
711341
|
-
organization: {
|
|
711342
|
-
is_active: boolean | null;
|
|
711343
|
-
id: string;
|
|
711344
|
-
logic_code: string | null;
|
|
711345
|
-
name: string | null;
|
|
711346
|
-
id_country: string | null;
|
|
711347
|
-
id_state: string | null;
|
|
711348
|
-
id_city: string | null;
|
|
711349
|
-
id_postal_code: string | null;
|
|
711350
|
-
id_company: string | null;
|
|
711351
|
-
id_branch: string | null;
|
|
711352
|
-
code: string | null;
|
|
711353
|
-
created_at: Date | null;
|
|
711354
|
-
created_by: string | null;
|
|
711355
|
-
updated_at: Date | null;
|
|
711356
|
-
updated_by: string | null;
|
|
711357
|
-
id_un_locode: string | null;
|
|
711358
|
-
email: string | null;
|
|
711359
|
-
id_business_category: string | null;
|
|
711360
|
-
id_controlling_branch: string | null;
|
|
711361
|
-
id_airline: string | null;
|
|
711362
|
-
id_shipping_line: string | null;
|
|
711363
|
-
phone: string | null;
|
|
711364
|
-
website_url: string | null;
|
|
711365
|
-
company_number: string | null;
|
|
711366
|
-
company_tax_number: string | null;
|
|
711367
|
-
} | null;
|
|
711368
|
-
organization_address: {
|
|
711369
|
-
is_active: boolean | null;
|
|
711370
|
-
id: string;
|
|
711371
|
-
logic_code: string | null;
|
|
711372
|
-
id_country: string | null;
|
|
711373
|
-
id_state: string | null;
|
|
711374
|
-
id_city: string | null;
|
|
711375
|
-
id_postal_code: string | null;
|
|
711376
|
-
code: string | null;
|
|
711377
|
-
address: string | null;
|
|
711378
|
-
mobile_phone: string | null;
|
|
711379
|
-
created_at: Date | null;
|
|
711380
|
-
created_by: string | null;
|
|
711381
|
-
updated_at: Date | null;
|
|
711382
|
-
updated_by: string | null;
|
|
711383
|
-
id_un_locode: string | null;
|
|
711384
|
-
email: string | null;
|
|
711385
|
-
id_organization: string | null;
|
|
711386
|
-
phone: string | null;
|
|
711387
|
-
fax: string | null;
|
|
711388
|
-
} | null;
|
|
711389
|
-
forwarding_shipment_organization_type: {
|
|
711390
|
-
is_active: boolean | null;
|
|
711391
|
-
id: string;
|
|
711392
|
-
logic_code: string | null;
|
|
711393
|
-
name: string | null;
|
|
711394
|
-
code: string | null;
|
|
711395
|
-
created_at: Date | null;
|
|
711396
|
-
created_by: string | null;
|
|
711397
|
-
updated_at: Date | null;
|
|
711398
|
-
updated_by: string | null;
|
|
711399
|
-
} | null;
|
|
711400
|
-
is_active: boolean | null;
|
|
711401
|
-
id: string;
|
|
711402
|
-
logic_code: string | null;
|
|
711403
|
-
name: string | null;
|
|
711404
|
-
code: string | null;
|
|
711405
|
-
address: string | null;
|
|
711406
|
-
created_at: Date | null;
|
|
711407
|
-
created_by: string | null;
|
|
711408
|
-
updated_at: Date | null;
|
|
711409
|
-
updated_by: string | null;
|
|
711410
|
-
id_organization: string | null;
|
|
711411
|
-
id_organization_address: string | null;
|
|
711412
|
-
id_type: string | null;
|
|
711413
|
-
is_override: boolean | null;
|
|
711414
|
-
id_forwarding_shipment: string | null;
|
|
711415
|
-
}[];
|
|
711416
711416
|
weight_unit: {
|
|
711417
711417
|
is_active: boolean | null;
|
|
711418
711418
|
id: string;
|
|
@@ -711788,6 +711788,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711788
711788
|
created_by: string | null;
|
|
711789
711789
|
updated_at: Date | null;
|
|
711790
711790
|
updated_by: string | null;
|
|
711791
|
+
description: string | null;
|
|
711791
711792
|
id_transport_mode: string | null;
|
|
711792
711793
|
id_container_shipping_type: string | null;
|
|
711793
711794
|
id_incoterm: string | null;
|
|
@@ -711797,7 +711798,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711797
711798
|
id_weight_unit: string | null;
|
|
711798
711799
|
id_volume_unit: string | null;
|
|
711799
711800
|
id_chargeable_unit: string | null;
|
|
711800
|
-
description: string | null;
|
|
711801
711801
|
mark_number: string | null;
|
|
711802
711802
|
volume: Decimal | null;
|
|
711803
711803
|
chargeable: Decimal | null;
|
|
@@ -711874,117 +711874,82 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711874
711874
|
forwarding_shipment_attachments: number;
|
|
711875
711875
|
syncproc_purchase_orders: number;
|
|
711876
711876
|
};
|
|
711877
|
-
|
|
711878
|
-
|
|
711879
|
-
|
|
711880
|
-
|
|
711881
|
-
|
|
711882
|
-
|
|
711883
|
-
|
|
711884
|
-
|
|
711885
|
-
|
|
711886
|
-
|
|
711887
|
-
|
|
711888
|
-
|
|
711889
|
-
|
|
711890
|
-
|
|
711891
|
-
|
|
711892
|
-
|
|
711893
|
-
|
|
711894
|
-
|
|
711895
|
-
|
|
711896
|
-
|
|
711897
|
-
|
|
711898
|
-
|
|
711899
|
-
|
|
711900
|
-
|
|
711901
|
-
|
|
711902
|
-
|
|
711903
|
-
|
|
711904
|
-
|
|
711905
|
-
|
|
711906
|
-
|
|
711907
|
-
|
|
711908
|
-
|
|
711909
|
-
|
|
711910
|
-
|
|
711911
|
-
|
|
711912
|
-
|
|
711913
|
-
|
|
711877
|
+
forwarding_shipment_organizations: {
|
|
711878
|
+
organization: {
|
|
711879
|
+
is_active: boolean | null;
|
|
711880
|
+
id: string;
|
|
711881
|
+
logic_code: string | null;
|
|
711882
|
+
name: string | null;
|
|
711883
|
+
id_country: string | null;
|
|
711884
|
+
id_state: string | null;
|
|
711885
|
+
id_city: string | null;
|
|
711886
|
+
id_postal_code: string | null;
|
|
711887
|
+
id_company: string | null;
|
|
711888
|
+
id_branch: string | null;
|
|
711889
|
+
code: string | null;
|
|
711890
|
+
created_at: Date | null;
|
|
711891
|
+
created_by: string | null;
|
|
711892
|
+
updated_at: Date | null;
|
|
711893
|
+
updated_by: string | null;
|
|
711894
|
+
id_un_locode: string | null;
|
|
711895
|
+
email: string | null;
|
|
711896
|
+
id_business_category: string | null;
|
|
711897
|
+
id_controlling_branch: string | null;
|
|
711898
|
+
id_airline: string | null;
|
|
711899
|
+
id_shipping_line: string | null;
|
|
711900
|
+
phone: string | null;
|
|
711901
|
+
website_url: string | null;
|
|
711902
|
+
company_number: string | null;
|
|
711903
|
+
company_tax_number: string | null;
|
|
711904
|
+
} | null;
|
|
711905
|
+
organization_address: {
|
|
711906
|
+
is_active: boolean | null;
|
|
711907
|
+
id: string;
|
|
711908
|
+
logic_code: string | null;
|
|
711909
|
+
id_country: string | null;
|
|
711910
|
+
id_state: string | null;
|
|
711911
|
+
id_city: string | null;
|
|
711912
|
+
id_postal_code: string | null;
|
|
711913
|
+
code: string | null;
|
|
711914
|
+
address: string | null;
|
|
711915
|
+
mobile_phone: string | null;
|
|
711916
|
+
created_at: Date | null;
|
|
711917
|
+
created_by: string | null;
|
|
711918
|
+
updated_at: Date | null;
|
|
711919
|
+
updated_by: string | null;
|
|
711920
|
+
id_un_locode: string | null;
|
|
711921
|
+
email: string | null;
|
|
711922
|
+
id_organization: string | null;
|
|
711923
|
+
phone: string | null;
|
|
711924
|
+
fax: string | null;
|
|
711925
|
+
} | null;
|
|
711926
|
+
forwarding_shipment_organization_type: {
|
|
711927
|
+
is_active: boolean | null;
|
|
711928
|
+
id: string;
|
|
711929
|
+
logic_code: string | null;
|
|
711930
|
+
name: string | null;
|
|
711931
|
+
code: string | null;
|
|
711932
|
+
created_at: Date | null;
|
|
711933
|
+
created_by: string | null;
|
|
711934
|
+
updated_at: Date | null;
|
|
711935
|
+
updated_by: string | null;
|
|
711936
|
+
} | null;
|
|
711914
711937
|
is_active: boolean | null;
|
|
711915
711938
|
id: string;
|
|
711916
711939
|
logic_code: string | null;
|
|
711917
711940
|
name: string | null;
|
|
711918
711941
|
code: string | null;
|
|
711942
|
+
address: string | null;
|
|
711919
711943
|
created_at: Date | null;
|
|
711920
711944
|
created_by: string | null;
|
|
711921
711945
|
updated_at: Date | null;
|
|
711922
711946
|
updated_by: string | null;
|
|
711923
|
-
|
|
711924
|
-
|
|
711925
|
-
|
|
711926
|
-
|
|
711927
|
-
|
|
711928
|
-
|
|
711929
|
-
logic_code: string | null;
|
|
711930
|
-
id_country: string | null;
|
|
711931
|
-
id_state: string | null;
|
|
711932
|
-
id_city: string | null;
|
|
711933
|
-
created_at: Date | null;
|
|
711934
|
-
created_by: string | null;
|
|
711935
|
-
updated_at: Date | null;
|
|
711936
|
-
updated_by: string | null;
|
|
711937
|
-
id_time_zone: string | null;
|
|
711938
|
-
un_code: string | null;
|
|
711939
|
-
iata_code: string | null;
|
|
711940
|
-
iata_region_code: string | null;
|
|
711941
|
-
latitude: Decimal | null;
|
|
711942
|
-
longitude: Decimal | null;
|
|
711943
|
-
port_name: string | null;
|
|
711944
|
-
proper_name: string | null;
|
|
711945
|
-
has_post: boolean | null;
|
|
711946
|
-
has_customs: boolean | null;
|
|
711947
|
-
has_unload: boolean | null;
|
|
711948
|
-
has_airport: boolean | null;
|
|
711949
|
-
has_railway: boolean | null;
|
|
711950
|
-
has_road: boolean | null;
|
|
711951
|
-
has_store: boolean | null;
|
|
711952
|
-
has_terminal: boolean | null;
|
|
711953
|
-
has_discharge: boolean | null;
|
|
711954
|
-
has_seaport: boolean | null;
|
|
711955
|
-
has_outport: boolean | null;
|
|
711956
|
-
} | null;
|
|
711957
|
-
destination_un_locode: {
|
|
711958
|
-
is_active: boolean | null;
|
|
711959
|
-
id: string;
|
|
711960
|
-
logic_code: string | null;
|
|
711961
|
-
id_country: string | null;
|
|
711962
|
-
id_state: string | null;
|
|
711963
|
-
id_city: string | null;
|
|
711964
|
-
created_at: Date | null;
|
|
711965
|
-
created_by: string | null;
|
|
711966
|
-
updated_at: Date | null;
|
|
711967
|
-
updated_by: string | null;
|
|
711968
|
-
id_time_zone: string | null;
|
|
711969
|
-
un_code: string | null;
|
|
711970
|
-
iata_code: string | null;
|
|
711971
|
-
iata_region_code: string | null;
|
|
711972
|
-
latitude: Decimal | null;
|
|
711973
|
-
longitude: Decimal | null;
|
|
711974
|
-
port_name: string | null;
|
|
711975
|
-
proper_name: string | null;
|
|
711976
|
-
has_post: boolean | null;
|
|
711977
|
-
has_customs: boolean | null;
|
|
711978
|
-
has_unload: boolean | null;
|
|
711979
|
-
has_airport: boolean | null;
|
|
711980
|
-
has_railway: boolean | null;
|
|
711981
|
-
has_road: boolean | null;
|
|
711982
|
-
has_store: boolean | null;
|
|
711983
|
-
has_terminal: boolean | null;
|
|
711984
|
-
has_discharge: boolean | null;
|
|
711985
|
-
has_seaport: boolean | null;
|
|
711986
|
-
has_outport: boolean | null;
|
|
711987
|
-
} | null;
|
|
711947
|
+
id_organization: string | null;
|
|
711948
|
+
id_organization_address: string | null;
|
|
711949
|
+
id_type: string | null;
|
|
711950
|
+
is_override: boolean | null;
|
|
711951
|
+
id_forwarding_shipment: string | null;
|
|
711952
|
+
}[];
|
|
711988
711953
|
forwarding_shipment_packings: {
|
|
711989
711954
|
forwarding_booking: {
|
|
711990
711955
|
is_active: boolean | null;
|
|
@@ -711995,6 +711960,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711995
711960
|
updated_at: Date | null;
|
|
711996
711961
|
updated_by: string | null;
|
|
711997
711962
|
length: Decimal | null;
|
|
711963
|
+
description: string | null;
|
|
711998
711964
|
id_transport_mode: string | null;
|
|
711999
711965
|
id_container_shipping_type: string | null;
|
|
712000
711966
|
id_incoterm: string | null;
|
|
@@ -712012,7 +711978,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712012
711978
|
id_volume_unit: string | null;
|
|
712013
711979
|
id_chargeable_unit: string | null;
|
|
712014
711980
|
id_commodity: string | null;
|
|
712015
|
-
description: string | null;
|
|
712016
711981
|
extra_term: string | null;
|
|
712017
711982
|
shipper_ref: string | null;
|
|
712018
711983
|
mark_number: string | null;
|
|
@@ -712057,6 +712022,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712057
712022
|
created_by: string | null;
|
|
712058
712023
|
updated_at: Date | null;
|
|
712059
712024
|
updated_by: string | null;
|
|
712025
|
+
description: string | null;
|
|
712060
712026
|
id_transport_mode: string | null;
|
|
712061
712027
|
id_container_shipping_type: string | null;
|
|
712062
712028
|
id_incoterm: string | null;
|
|
@@ -712066,7 +712032,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712066
712032
|
id_weight_unit: string | null;
|
|
712067
712033
|
id_volume_unit: string | null;
|
|
712068
712034
|
id_chargeable_unit: string | null;
|
|
712069
|
-
description: string | null;
|
|
712070
712035
|
mark_number: string | null;
|
|
712071
712036
|
volume: Decimal | null;
|
|
712072
712037
|
chargeable: Decimal | null;
|
|
@@ -712225,11 +712190,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712225
712190
|
updated_at: Date | null;
|
|
712226
712191
|
updated_by: string | null;
|
|
712227
712192
|
length: Decimal | null;
|
|
712193
|
+
description: string | null;
|
|
712228
712194
|
id_weight_unit: string | null;
|
|
712229
712195
|
id_volume_unit: string | null;
|
|
712230
712196
|
id_commodity: string | null;
|
|
712231
712197
|
id_forwarding_booking: string | null;
|
|
712232
|
-
description: string | null;
|
|
712233
712198
|
volume: Decimal | null;
|
|
712234
712199
|
id_forwarding_shipment: string | null;
|
|
712235
712200
|
id_consol_container: string | null;
|
|
@@ -712254,82 +712219,117 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712254
712219
|
flash_point: Decimal | null;
|
|
712255
712220
|
un_dg_contact: string | null;
|
|
712256
712221
|
}[];
|
|
712257
|
-
|
|
712258
|
-
organization: {
|
|
712259
|
-
is_active: boolean | null;
|
|
712260
|
-
id: string;
|
|
712261
|
-
logic_code: string | null;
|
|
712262
|
-
name: string | null;
|
|
712263
|
-
id_country: string | null;
|
|
712264
|
-
id_state: string | null;
|
|
712265
|
-
id_city: string | null;
|
|
712266
|
-
id_postal_code: string | null;
|
|
712267
|
-
id_company: string | null;
|
|
712268
|
-
id_branch: string | null;
|
|
712269
|
-
code: string | null;
|
|
712270
|
-
created_at: Date | null;
|
|
712271
|
-
created_by: string | null;
|
|
712272
|
-
updated_at: Date | null;
|
|
712273
|
-
updated_by: string | null;
|
|
712274
|
-
id_un_locode: string | null;
|
|
712275
|
-
email: string | null;
|
|
712276
|
-
id_business_category: string | null;
|
|
712277
|
-
id_controlling_branch: string | null;
|
|
712278
|
-
id_airline: string | null;
|
|
712279
|
-
id_shipping_line: string | null;
|
|
712280
|
-
phone: string | null;
|
|
712281
|
-
website_url: string | null;
|
|
712282
|
-
company_number: string | null;
|
|
712283
|
-
company_tax_number: string | null;
|
|
712284
|
-
} | null;
|
|
712285
|
-
organization_address: {
|
|
712286
|
-
is_active: boolean | null;
|
|
712287
|
-
id: string;
|
|
712288
|
-
logic_code: string | null;
|
|
712289
|
-
id_country: string | null;
|
|
712290
|
-
id_state: string | null;
|
|
712291
|
-
id_city: string | null;
|
|
712292
|
-
id_postal_code: string | null;
|
|
712293
|
-
code: string | null;
|
|
712294
|
-
address: string | null;
|
|
712295
|
-
mobile_phone: string | null;
|
|
712296
|
-
created_at: Date | null;
|
|
712297
|
-
created_by: string | null;
|
|
712298
|
-
updated_at: Date | null;
|
|
712299
|
-
updated_by: string | null;
|
|
712300
|
-
id_un_locode: string | null;
|
|
712301
|
-
email: string | null;
|
|
712302
|
-
id_organization: string | null;
|
|
712303
|
-
phone: string | null;
|
|
712304
|
-
fax: string | null;
|
|
712305
|
-
} | null;
|
|
712306
|
-
forwarding_shipment_organization_type: {
|
|
712307
|
-
is_active: boolean | null;
|
|
712308
|
-
id: string;
|
|
712309
|
-
logic_code: string | null;
|
|
712310
|
-
name: string | null;
|
|
712311
|
-
code: string | null;
|
|
712312
|
-
created_at: Date | null;
|
|
712313
|
-
created_by: string | null;
|
|
712314
|
-
updated_at: Date | null;
|
|
712315
|
-
updated_by: string | null;
|
|
712316
|
-
} | null;
|
|
712222
|
+
forwarding_transport_mode: {
|
|
712317
712223
|
is_active: boolean | null;
|
|
712318
712224
|
id: string;
|
|
712319
712225
|
logic_code: string | null;
|
|
712320
712226
|
name: string | null;
|
|
712321
712227
|
code: string | null;
|
|
712322
|
-
address: string | null;
|
|
712323
712228
|
created_at: Date | null;
|
|
712324
712229
|
created_by: string | null;
|
|
712325
712230
|
updated_at: Date | null;
|
|
712326
712231
|
updated_by: string | null;
|
|
712327
|
-
|
|
712328
|
-
|
|
712329
|
-
|
|
712330
|
-
|
|
712331
|
-
|
|
712332
|
-
|
|
712232
|
+
is_shipment: boolean | null;
|
|
712233
|
+
is_consol: boolean | null;
|
|
712234
|
+
} | null;
|
|
712235
|
+
container_shipping_type: {
|
|
712236
|
+
is_active: boolean | null;
|
|
712237
|
+
id: string;
|
|
712238
|
+
logic_code: string | null;
|
|
712239
|
+
name: string | null;
|
|
712240
|
+
code: string | null;
|
|
712241
|
+
created_at: Date | null;
|
|
712242
|
+
created_by: string | null;
|
|
712243
|
+
updated_at: Date | null;
|
|
712244
|
+
updated_by: string | null;
|
|
712245
|
+
} | null;
|
|
712246
|
+
incoterm: {
|
|
712247
|
+
is_active: boolean | null;
|
|
712248
|
+
id: string;
|
|
712249
|
+
logic_code: string | null;
|
|
712250
|
+
name: string | null;
|
|
712251
|
+
code: string | null;
|
|
712252
|
+
created_at: Date | null;
|
|
712253
|
+
created_by: string | null;
|
|
712254
|
+
updated_at: Date | null;
|
|
712255
|
+
updated_by: string | null;
|
|
712256
|
+
description: string | null;
|
|
712257
|
+
} | null;
|
|
712258
|
+
service_level: {
|
|
712259
|
+
is_active: boolean | null;
|
|
712260
|
+
id: string;
|
|
712261
|
+
logic_code: string | null;
|
|
712262
|
+
name: string | null;
|
|
712263
|
+
code: string | null;
|
|
712264
|
+
created_at: Date | null;
|
|
712265
|
+
created_by: string | null;
|
|
712266
|
+
updated_at: Date | null;
|
|
712267
|
+
updated_by: string | null;
|
|
712268
|
+
id_agreement: string | null;
|
|
712269
|
+
percentage: Decimal | null;
|
|
712270
|
+
} | null;
|
|
712271
|
+
origin_un_locode: {
|
|
712272
|
+
is_active: boolean | null;
|
|
712273
|
+
id: string;
|
|
712274
|
+
logic_code: string | null;
|
|
712275
|
+
id_country: string | null;
|
|
712276
|
+
id_state: string | null;
|
|
712277
|
+
id_city: string | null;
|
|
712278
|
+
created_at: Date | null;
|
|
712279
|
+
created_by: string | null;
|
|
712280
|
+
updated_at: Date | null;
|
|
712281
|
+
updated_by: string | null;
|
|
712282
|
+
id_time_zone: string | null;
|
|
712283
|
+
un_code: string | null;
|
|
712284
|
+
iata_code: string | null;
|
|
712285
|
+
iata_region_code: string | null;
|
|
712286
|
+
latitude: Decimal | null;
|
|
712287
|
+
longitude: Decimal | null;
|
|
712288
|
+
port_name: string | null;
|
|
712289
|
+
proper_name: string | null;
|
|
712290
|
+
has_post: boolean | null;
|
|
712291
|
+
has_customs: boolean | null;
|
|
712292
|
+
has_unload: boolean | null;
|
|
712293
|
+
has_airport: boolean | null;
|
|
712294
|
+
has_railway: boolean | null;
|
|
712295
|
+
has_road: boolean | null;
|
|
712296
|
+
has_store: boolean | null;
|
|
712297
|
+
has_terminal: boolean | null;
|
|
712298
|
+
has_discharge: boolean | null;
|
|
712299
|
+
has_seaport: boolean | null;
|
|
712300
|
+
has_outport: boolean | null;
|
|
712301
|
+
} | null;
|
|
712302
|
+
destination_un_locode: {
|
|
712303
|
+
is_active: boolean | null;
|
|
712304
|
+
id: string;
|
|
712305
|
+
logic_code: string | null;
|
|
712306
|
+
id_country: string | null;
|
|
712307
|
+
id_state: string | null;
|
|
712308
|
+
id_city: string | null;
|
|
712309
|
+
created_at: Date | null;
|
|
712310
|
+
created_by: string | null;
|
|
712311
|
+
updated_at: Date | null;
|
|
712312
|
+
updated_by: string | null;
|
|
712313
|
+
id_time_zone: string | null;
|
|
712314
|
+
un_code: string | null;
|
|
712315
|
+
iata_code: string | null;
|
|
712316
|
+
iata_region_code: string | null;
|
|
712317
|
+
latitude: Decimal | null;
|
|
712318
|
+
longitude: Decimal | null;
|
|
712319
|
+
port_name: string | null;
|
|
712320
|
+
proper_name: string | null;
|
|
712321
|
+
has_post: boolean | null;
|
|
712322
|
+
has_customs: boolean | null;
|
|
712323
|
+
has_unload: boolean | null;
|
|
712324
|
+
has_airport: boolean | null;
|
|
712325
|
+
has_railway: boolean | null;
|
|
712326
|
+
has_road: boolean | null;
|
|
712327
|
+
has_store: boolean | null;
|
|
712328
|
+
has_terminal: boolean | null;
|
|
712329
|
+
has_discharge: boolean | null;
|
|
712330
|
+
has_seaport: boolean | null;
|
|
712331
|
+
has_outport: boolean | null;
|
|
712332
|
+
} | null;
|
|
712333
712333
|
weight_unit: {
|
|
712334
712334
|
is_active: boolean | null;
|
|
712335
712335
|
id: string;
|
|
@@ -713646,6 +713646,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713646
713646
|
created_by: string | null;
|
|
713647
713647
|
updated_at: Date | null;
|
|
713648
713648
|
updated_by: string | null;
|
|
713649
|
+
description: string | null;
|
|
713649
713650
|
id_transport_mode: string | null;
|
|
713650
713651
|
id_container_shipping_type: string | null;
|
|
713651
713652
|
id_incoterm: string | null;
|
|
@@ -713655,7 +713656,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713655
713656
|
id_weight_unit: string | null;
|
|
713656
713657
|
id_volume_unit: string | null;
|
|
713657
713658
|
id_chargeable_unit: string | null;
|
|
713658
|
-
description: string | null;
|
|
713659
713659
|
mark_number: string | null;
|
|
713660
713660
|
volume: Decimal | null;
|
|
713661
713661
|
chargeable: Decimal | null;
|
|
@@ -714039,6 +714039,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714039
714039
|
created_by: string | null;
|
|
714040
714040
|
updated_at: Date | null;
|
|
714041
714041
|
updated_by: string | null;
|
|
714042
|
+
description: string | null;
|
|
714042
714043
|
id_transport_mode: string | null;
|
|
714043
714044
|
id_container_shipping_type: string | null;
|
|
714044
714045
|
id_incoterm: string | null;
|
|
@@ -714048,7 +714049,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714048
714049
|
id_weight_unit: string | null;
|
|
714049
714050
|
id_volume_unit: string | null;
|
|
714050
714051
|
id_chargeable_unit: string | null;
|
|
714051
|
-
description: string | null;
|
|
714052
714052
|
mark_number: string | null;
|
|
714053
714053
|
volume: Decimal | null;
|
|
714054
714054
|
chargeable: Decimal | null;
|
|
@@ -714365,6 +714365,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714365
714365
|
created_by: string | null;
|
|
714366
714366
|
updated_at: Date | null;
|
|
714367
714367
|
updated_by: string | null;
|
|
714368
|
+
description: string | null;
|
|
714368
714369
|
id_transport_mode: string | null;
|
|
714369
714370
|
id_container_shipping_type: string | null;
|
|
714370
714371
|
id_incoterm: string | null;
|
|
@@ -714374,7 +714375,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714374
714375
|
id_weight_unit: string | null;
|
|
714375
714376
|
id_volume_unit: string | null;
|
|
714376
714377
|
id_chargeable_unit: string | null;
|
|
714377
|
-
description: string | null;
|
|
714378
714378
|
mark_number: string | null;
|
|
714379
714379
|
volume: Decimal | null;
|
|
714380
714380
|
chargeable: Decimal | null;
|
|
@@ -714435,6 +714435,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714435
714435
|
created_by: string | null;
|
|
714436
714436
|
updated_at: Date | null;
|
|
714437
714437
|
updated_by: string | null;
|
|
714438
|
+
description: string | null;
|
|
714438
714439
|
id_transport_mode: string | null;
|
|
714439
714440
|
id_container_shipping_type: string | null;
|
|
714440
714441
|
id_incoterm: string | null;
|
|
@@ -714444,7 +714445,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714444
714445
|
id_weight_unit: string | null;
|
|
714445
714446
|
id_volume_unit: string | null;
|
|
714446
714447
|
id_chargeable_unit: string | null;
|
|
714447
|
-
description: string | null;
|
|
714448
714448
|
mark_number: string | null;
|
|
714449
714449
|
volume: Decimal | null;
|
|
714450
714450
|
chargeable: Decimal | null;
|
|
@@ -714589,6 +714589,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714589
714589
|
created_by: string | null;
|
|
714590
714590
|
updated_at: Date | null;
|
|
714591
714591
|
updated_by: string | null;
|
|
714592
|
+
description: string | null;
|
|
714592
714593
|
id_transport_mode: string | null;
|
|
714593
714594
|
id_container_shipping_type: string | null;
|
|
714594
714595
|
id_incoterm: string | null;
|
|
@@ -714598,7 +714599,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714598
714599
|
id_weight_unit: string | null;
|
|
714599
714600
|
id_volume_unit: string | null;
|
|
714600
714601
|
id_chargeable_unit: string | null;
|
|
714601
|
-
description: string | null;
|
|
714602
714602
|
mark_number: string | null;
|
|
714603
714603
|
volume: Decimal | null;
|
|
714604
714604
|
chargeable: Decimal | null;
|
|
@@ -714731,6 +714731,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714731
714731
|
created_by: string | null;
|
|
714732
714732
|
updated_at: Date | null;
|
|
714733
714733
|
updated_by: string | null;
|
|
714734
|
+
description: string | null;
|
|
714734
714735
|
id_transport_mode: string | null;
|
|
714735
714736
|
id_container_shipping_type: string | null;
|
|
714736
714737
|
id_incoterm: string | null;
|
|
@@ -714740,7 +714741,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714740
714741
|
id_weight_unit: string | null;
|
|
714741
714742
|
id_volume_unit: string | null;
|
|
714742
714743
|
id_chargeable_unit: string | null;
|
|
714743
|
-
description: string | null;
|
|
714744
714744
|
mark_number: string | null;
|
|
714745
714745
|
volume: Decimal | null;
|
|
714746
714746
|
chargeable: Decimal | null;
|
|
@@ -715121,6 +715121,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715121
715121
|
created_by: string | null;
|
|
715122
715122
|
updated_at: Date | null;
|
|
715123
715123
|
updated_by: string | null;
|
|
715124
|
+
description: string | null;
|
|
715124
715125
|
id_transport_mode: string | null;
|
|
715125
715126
|
id_container_shipping_type: string | null;
|
|
715126
715127
|
id_incoterm: string | null;
|
|
@@ -715130,7 +715131,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715130
715131
|
id_weight_unit: string | null;
|
|
715131
715132
|
id_volume_unit: string | null;
|
|
715132
715133
|
id_chargeable_unit: string | null;
|
|
715133
|
-
description: string | null;
|
|
715134
715134
|
mark_number: string | null;
|
|
715135
715135
|
volume: Decimal | null;
|
|
715136
715136
|
chargeable: Decimal | null;
|
|
@@ -715370,6 +715370,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715370
715370
|
created_by: string | null;
|
|
715371
715371
|
updated_at: Date | null;
|
|
715372
715372
|
updated_by: string | null;
|
|
715373
|
+
description: string | null;
|
|
715373
715374
|
id_transport_mode: string | null;
|
|
715374
715375
|
id_container_shipping_type: string | null;
|
|
715375
715376
|
id_incoterm: string | null;
|
|
@@ -715379,7 +715380,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715379
715380
|
id_weight_unit: string | null;
|
|
715380
715381
|
id_volume_unit: string | null;
|
|
715381
715382
|
id_chargeable_unit: string | null;
|
|
715382
|
-
description: string | null;
|
|
715383
715383
|
mark_number: string | null;
|
|
715384
715384
|
volume: Decimal | null;
|
|
715385
715385
|
chargeable: Decimal | null;
|
|
@@ -715944,6 +715944,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715944
715944
|
created_by: string | null;
|
|
715945
715945
|
updated_at: Date | null;
|
|
715946
715946
|
updated_by: string | null;
|
|
715947
|
+
description: string | null;
|
|
715947
715948
|
id_transport_mode: string | null;
|
|
715948
715949
|
id_container_shipping_type: string | null;
|
|
715949
715950
|
id_incoterm: string | null;
|
|
@@ -715953,256 +715954,255 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715953
715954
|
id_weight_unit: string | null;
|
|
715954
715955
|
id_volume_unit: string | null;
|
|
715955
715956
|
id_chargeable_unit: string | null;
|
|
715957
|
+
mark_number: string | null;
|
|
715958
|
+
volume: Decimal | null;
|
|
715959
|
+
chargeable: Decimal | null;
|
|
715960
|
+
weight: Decimal | null;
|
|
715961
|
+
id_transport_type: string | null;
|
|
715962
|
+
id_service_scope: string | null;
|
|
715963
|
+
id_origin: string | null;
|
|
715964
|
+
id_destination: string | null;
|
|
715965
|
+
id_weight_volume_unit: string | null;
|
|
715966
|
+
id_package_count_type: string | null;
|
|
715967
|
+
id_package_inner_count_type: string | null;
|
|
715968
|
+
id_air_waybill_dims: string | null;
|
|
715969
|
+
id_house_bill_type: string | null;
|
|
715970
|
+
id_hbl_delivery_mode: string | null;
|
|
715971
|
+
id_charge_apply: string | null;
|
|
715972
|
+
id_control_customer: string | null;
|
|
715973
|
+
id_control_agent: string | null;
|
|
715974
|
+
weight_volume: Decimal | null;
|
|
715975
|
+
package_count: number | null;
|
|
715976
|
+
package_inner_count: number | null;
|
|
715977
|
+
original_bills: number | null;
|
|
715978
|
+
copy_bills: number | null;
|
|
715979
|
+
estimated_delivery_date: Date | null;
|
|
715980
|
+
estimated_arrival_date: Date | null;
|
|
715981
|
+
issue_date: Date | null;
|
|
715982
|
+
shipment_number: string | null;
|
|
715983
|
+
house_bill: string | null;
|
|
715984
|
+
} | null;
|
|
715985
|
+
organization_person_in_charge: {
|
|
715986
|
+
is_active: boolean | null;
|
|
715987
|
+
id: string;
|
|
715988
|
+
logic_code: string | null;
|
|
715989
|
+
name: string | null;
|
|
715990
|
+
created_at: Date | null;
|
|
715991
|
+
created_by: string | null;
|
|
715992
|
+
updated_at: Date | null;
|
|
715993
|
+
updated_by: string | null;
|
|
715994
|
+
email: string | null;
|
|
715995
|
+
id_organization: string | null;
|
|
715996
|
+
phone: string | null;
|
|
715997
|
+
title: string | null;
|
|
715998
|
+
} | null;
|
|
715999
|
+
organization_whs: {
|
|
716000
|
+
is_active: boolean | null;
|
|
716001
|
+
id: string;
|
|
716002
|
+
logic_code: string | null;
|
|
716003
|
+
name: string | null;
|
|
716004
|
+
id_country: string | null;
|
|
716005
|
+
id_state: string | null;
|
|
716006
|
+
id_city: string | null;
|
|
716007
|
+
id_postal_code: string | null;
|
|
716008
|
+
id_company: string | null;
|
|
716009
|
+
id_branch: string | null;
|
|
716010
|
+
code: string | null;
|
|
716011
|
+
created_at: Date | null;
|
|
716012
|
+
created_by: string | null;
|
|
716013
|
+
updated_at: Date | null;
|
|
716014
|
+
updated_by: string | null;
|
|
716015
|
+
id_un_locode: string | null;
|
|
716016
|
+
email: string | null;
|
|
716017
|
+
id_business_category: string | null;
|
|
716018
|
+
id_controlling_branch: string | null;
|
|
716019
|
+
id_airline: string | null;
|
|
716020
|
+
id_shipping_line: string | null;
|
|
716021
|
+
phone: string | null;
|
|
716022
|
+
website_url: string | null;
|
|
716023
|
+
company_number: string | null;
|
|
716024
|
+
company_tax_number: string | null;
|
|
716025
|
+
} | null;
|
|
716026
|
+
organization_whs_address: {
|
|
716027
|
+
is_active: boolean | null;
|
|
716028
|
+
id: string;
|
|
716029
|
+
logic_code: string | null;
|
|
716030
|
+
id_country: string | null;
|
|
716031
|
+
id_state: string | null;
|
|
716032
|
+
id_city: string | null;
|
|
716033
|
+
id_postal_code: string | null;
|
|
716034
|
+
code: string | null;
|
|
716035
|
+
address: string | null;
|
|
716036
|
+
mobile_phone: string | null;
|
|
716037
|
+
created_at: Date | null;
|
|
716038
|
+
created_by: string | null;
|
|
716039
|
+
updated_at: Date | null;
|
|
716040
|
+
updated_by: string | null;
|
|
716041
|
+
id_un_locode: string | null;
|
|
716042
|
+
email: string | null;
|
|
716043
|
+
id_organization: string | null;
|
|
716044
|
+
phone: string | null;
|
|
716045
|
+
fax: string | null;
|
|
716046
|
+
} | null;
|
|
716047
|
+
organization_vendor: {
|
|
716048
|
+
is_active: boolean | null;
|
|
716049
|
+
id: string;
|
|
716050
|
+
logic_code: string | null;
|
|
716051
|
+
name: string | null;
|
|
716052
|
+
id_country: string | null;
|
|
716053
|
+
id_state: string | null;
|
|
716054
|
+
id_city: string | null;
|
|
716055
|
+
id_postal_code: string | null;
|
|
716056
|
+
id_company: string | null;
|
|
716057
|
+
id_branch: string | null;
|
|
716058
|
+
code: string | null;
|
|
716059
|
+
created_at: Date | null;
|
|
716060
|
+
created_by: string | null;
|
|
716061
|
+
updated_at: Date | null;
|
|
716062
|
+
updated_by: string | null;
|
|
716063
|
+
id_un_locode: string | null;
|
|
716064
|
+
email: string | null;
|
|
716065
|
+
id_business_category: string | null;
|
|
716066
|
+
id_controlling_branch: string | null;
|
|
716067
|
+
id_airline: string | null;
|
|
716068
|
+
id_shipping_line: string | null;
|
|
716069
|
+
phone: string | null;
|
|
716070
|
+
website_url: string | null;
|
|
716071
|
+
company_number: string | null;
|
|
716072
|
+
company_tax_number: string | null;
|
|
716073
|
+
} | null;
|
|
716074
|
+
forwarding_shipment_pickup_delivery_type: {
|
|
716075
|
+
is_active: boolean | null;
|
|
716076
|
+
id: string;
|
|
716077
|
+
logic_code: string | null;
|
|
716078
|
+
name: string | null;
|
|
716079
|
+
code: string | null;
|
|
716080
|
+
created_at: Date | null;
|
|
716081
|
+
created_by: string | null;
|
|
716082
|
+
updated_at: Date | null;
|
|
716083
|
+
updated_by: string | null;
|
|
716084
|
+
} | null;
|
|
716085
|
+
is_active: boolean | null;
|
|
716086
|
+
id: string;
|
|
716087
|
+
logic_code: string | null;
|
|
716088
|
+
created_at: Date | null;
|
|
716089
|
+
created_by: string | null;
|
|
716090
|
+
updated_at: Date | null;
|
|
716091
|
+
updated_by: string | null;
|
|
716092
|
+
id_organization: string | null;
|
|
716093
|
+
id_organization_address: string | null;
|
|
716094
|
+
id_forwarding_shipment: string | null;
|
|
716095
|
+
estimated_delivery_date: Date | null;
|
|
716096
|
+
id_person_in_charge: string | null;
|
|
716097
|
+
id_organization_whs: string | null;
|
|
716098
|
+
id_organization_whs_address: string | null;
|
|
716099
|
+
id_organization_vendor: string | null;
|
|
716100
|
+
org_address: string | null;
|
|
716101
|
+
whs_address: string | null;
|
|
716102
|
+
whs_interim_receipt: string | null;
|
|
716103
|
+
whs_interim_receipt_date: Date | null;
|
|
716104
|
+
whs_reciept_requested: Date | null;
|
|
716105
|
+
whs_dispatch_requested: Date | null;
|
|
716106
|
+
transport_booking_number: string | null;
|
|
716107
|
+
driver_name: string | null;
|
|
716108
|
+
driver_vehicle_number: string | null;
|
|
716109
|
+
driver_mobile: string | null;
|
|
716110
|
+
is_override_org: boolean | null;
|
|
716111
|
+
is_override_whs: boolean | null;
|
|
716112
|
+
id_delivery_type: string | null;
|
|
716113
|
+
actual_delivery_date: Date | null;
|
|
716114
|
+
}[] | undefined;
|
|
716115
|
+
total: number | undefined;
|
|
716116
|
+
};
|
|
716117
|
+
meta: object;
|
|
716118
|
+
}>;
|
|
716119
|
+
getDetail: MutationProcedure<{
|
|
716120
|
+
input: {
|
|
716121
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
716122
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
716123
|
+
id?: string | number | bigint | null | undefined;
|
|
716124
|
+
id_string?: string | null | undefined;
|
|
716125
|
+
logic_code?: string | null | undefined;
|
|
716126
|
+
};
|
|
716127
|
+
output: {
|
|
716128
|
+
data: {
|
|
716129
|
+
_count: {
|
|
716130
|
+
forwarding_shipment: number;
|
|
716131
|
+
organization: number;
|
|
716132
|
+
organization_address: number;
|
|
716133
|
+
organization_person_in_charge: number;
|
|
716134
|
+
organization_whs: number;
|
|
716135
|
+
organization_whs_address: number;
|
|
716136
|
+
organization_vendor: number;
|
|
716137
|
+
forwarding_shipment_pickup_delivery_type: number;
|
|
716138
|
+
forwarding_shipment_delivery_logs: number;
|
|
716139
|
+
};
|
|
716140
|
+
organization: {
|
|
716141
|
+
is_active: boolean | null;
|
|
716142
|
+
id: string;
|
|
716143
|
+
logic_code: string | null;
|
|
716144
|
+
name: string | null;
|
|
716145
|
+
id_country: string | null;
|
|
716146
|
+
id_state: string | null;
|
|
716147
|
+
id_city: string | null;
|
|
716148
|
+
id_postal_code: string | null;
|
|
716149
|
+
id_company: string | null;
|
|
716150
|
+
id_branch: string | null;
|
|
716151
|
+
code: string | null;
|
|
716152
|
+
created_at: Date | null;
|
|
716153
|
+
created_by: string | null;
|
|
716154
|
+
updated_at: Date | null;
|
|
716155
|
+
updated_by: string | null;
|
|
716156
|
+
id_un_locode: string | null;
|
|
716157
|
+
email: string | null;
|
|
716158
|
+
id_business_category: string | null;
|
|
716159
|
+
id_controlling_branch: string | null;
|
|
716160
|
+
id_airline: string | null;
|
|
716161
|
+
id_shipping_line: string | null;
|
|
716162
|
+
phone: string | null;
|
|
716163
|
+
website_url: string | null;
|
|
716164
|
+
company_number: string | null;
|
|
716165
|
+
company_tax_number: string | null;
|
|
716166
|
+
} | null;
|
|
716167
|
+
organization_address: {
|
|
716168
|
+
is_active: boolean | null;
|
|
716169
|
+
id: string;
|
|
716170
|
+
logic_code: string | null;
|
|
716171
|
+
id_country: string | null;
|
|
716172
|
+
id_state: string | null;
|
|
716173
|
+
id_city: string | null;
|
|
716174
|
+
id_postal_code: string | null;
|
|
716175
|
+
code: string | null;
|
|
716176
|
+
address: string | null;
|
|
716177
|
+
mobile_phone: string | null;
|
|
716178
|
+
created_at: Date | null;
|
|
716179
|
+
created_by: string | null;
|
|
716180
|
+
updated_at: Date | null;
|
|
716181
|
+
updated_by: string | null;
|
|
716182
|
+
id_un_locode: string | null;
|
|
716183
|
+
email: string | null;
|
|
716184
|
+
id_organization: string | null;
|
|
716185
|
+
phone: string | null;
|
|
716186
|
+
fax: string | null;
|
|
716187
|
+
} | null;
|
|
716188
|
+
forwarding_shipment: {
|
|
716189
|
+
is_active: boolean | null;
|
|
716190
|
+
id: string;
|
|
716191
|
+
logic_code: string | null;
|
|
716192
|
+
created_at: Date | null;
|
|
716193
|
+
created_by: string | null;
|
|
716194
|
+
updated_at: Date | null;
|
|
716195
|
+
updated_by: string | null;
|
|
715956
716196
|
description: string | null;
|
|
715957
|
-
|
|
715958
|
-
|
|
715959
|
-
|
|
715960
|
-
|
|
715961
|
-
|
|
715962
|
-
|
|
715963
|
-
|
|
715964
|
-
|
|
715965
|
-
|
|
715966
|
-
id_package_count_type: string | null;
|
|
715967
|
-
id_package_inner_count_type: string | null;
|
|
715968
|
-
id_air_waybill_dims: string | null;
|
|
715969
|
-
id_house_bill_type: string | null;
|
|
715970
|
-
id_hbl_delivery_mode: string | null;
|
|
715971
|
-
id_charge_apply: string | null;
|
|
715972
|
-
id_control_customer: string | null;
|
|
715973
|
-
id_control_agent: string | null;
|
|
715974
|
-
weight_volume: Decimal | null;
|
|
715975
|
-
package_count: number | null;
|
|
715976
|
-
package_inner_count: number | null;
|
|
715977
|
-
original_bills: number | null;
|
|
715978
|
-
copy_bills: number | null;
|
|
715979
|
-
estimated_delivery_date: Date | null;
|
|
715980
|
-
estimated_arrival_date: Date | null;
|
|
715981
|
-
issue_date: Date | null;
|
|
715982
|
-
shipment_number: string | null;
|
|
715983
|
-
house_bill: string | null;
|
|
715984
|
-
} | null;
|
|
715985
|
-
organization_person_in_charge: {
|
|
715986
|
-
is_active: boolean | null;
|
|
715987
|
-
id: string;
|
|
715988
|
-
logic_code: string | null;
|
|
715989
|
-
name: string | null;
|
|
715990
|
-
created_at: Date | null;
|
|
715991
|
-
created_by: string | null;
|
|
715992
|
-
updated_at: Date | null;
|
|
715993
|
-
updated_by: string | null;
|
|
715994
|
-
email: string | null;
|
|
715995
|
-
id_organization: string | null;
|
|
715996
|
-
phone: string | null;
|
|
715997
|
-
title: string | null;
|
|
715998
|
-
} | null;
|
|
715999
|
-
organization_whs: {
|
|
716000
|
-
is_active: boolean | null;
|
|
716001
|
-
id: string;
|
|
716002
|
-
logic_code: string | null;
|
|
716003
|
-
name: string | null;
|
|
716004
|
-
id_country: string | null;
|
|
716005
|
-
id_state: string | null;
|
|
716006
|
-
id_city: string | null;
|
|
716007
|
-
id_postal_code: string | null;
|
|
716008
|
-
id_company: string | null;
|
|
716009
|
-
id_branch: string | null;
|
|
716010
|
-
code: string | null;
|
|
716011
|
-
created_at: Date | null;
|
|
716012
|
-
created_by: string | null;
|
|
716013
|
-
updated_at: Date | null;
|
|
716014
|
-
updated_by: string | null;
|
|
716015
|
-
id_un_locode: string | null;
|
|
716016
|
-
email: string | null;
|
|
716017
|
-
id_business_category: string | null;
|
|
716018
|
-
id_controlling_branch: string | null;
|
|
716019
|
-
id_airline: string | null;
|
|
716020
|
-
id_shipping_line: string | null;
|
|
716021
|
-
phone: string | null;
|
|
716022
|
-
website_url: string | null;
|
|
716023
|
-
company_number: string | null;
|
|
716024
|
-
company_tax_number: string | null;
|
|
716025
|
-
} | null;
|
|
716026
|
-
organization_whs_address: {
|
|
716027
|
-
is_active: boolean | null;
|
|
716028
|
-
id: string;
|
|
716029
|
-
logic_code: string | null;
|
|
716030
|
-
id_country: string | null;
|
|
716031
|
-
id_state: string | null;
|
|
716032
|
-
id_city: string | null;
|
|
716033
|
-
id_postal_code: string | null;
|
|
716034
|
-
code: string | null;
|
|
716035
|
-
address: string | null;
|
|
716036
|
-
mobile_phone: string | null;
|
|
716037
|
-
created_at: Date | null;
|
|
716038
|
-
created_by: string | null;
|
|
716039
|
-
updated_at: Date | null;
|
|
716040
|
-
updated_by: string | null;
|
|
716041
|
-
id_un_locode: string | null;
|
|
716042
|
-
email: string | null;
|
|
716043
|
-
id_organization: string | null;
|
|
716044
|
-
phone: string | null;
|
|
716045
|
-
fax: string | null;
|
|
716046
|
-
} | null;
|
|
716047
|
-
organization_vendor: {
|
|
716048
|
-
is_active: boolean | null;
|
|
716049
|
-
id: string;
|
|
716050
|
-
logic_code: string | null;
|
|
716051
|
-
name: string | null;
|
|
716052
|
-
id_country: string | null;
|
|
716053
|
-
id_state: string | null;
|
|
716054
|
-
id_city: string | null;
|
|
716055
|
-
id_postal_code: string | null;
|
|
716056
|
-
id_company: string | null;
|
|
716057
|
-
id_branch: string | null;
|
|
716058
|
-
code: string | null;
|
|
716059
|
-
created_at: Date | null;
|
|
716060
|
-
created_by: string | null;
|
|
716061
|
-
updated_at: Date | null;
|
|
716062
|
-
updated_by: string | null;
|
|
716063
|
-
id_un_locode: string | null;
|
|
716064
|
-
email: string | null;
|
|
716065
|
-
id_business_category: string | null;
|
|
716066
|
-
id_controlling_branch: string | null;
|
|
716067
|
-
id_airline: string | null;
|
|
716068
|
-
id_shipping_line: string | null;
|
|
716069
|
-
phone: string | null;
|
|
716070
|
-
website_url: string | null;
|
|
716071
|
-
company_number: string | null;
|
|
716072
|
-
company_tax_number: string | null;
|
|
716073
|
-
} | null;
|
|
716074
|
-
forwarding_shipment_pickup_delivery_type: {
|
|
716075
|
-
is_active: boolean | null;
|
|
716076
|
-
id: string;
|
|
716077
|
-
logic_code: string | null;
|
|
716078
|
-
name: string | null;
|
|
716079
|
-
code: string | null;
|
|
716080
|
-
created_at: Date | null;
|
|
716081
|
-
created_by: string | null;
|
|
716082
|
-
updated_at: Date | null;
|
|
716083
|
-
updated_by: string | null;
|
|
716084
|
-
} | null;
|
|
716085
|
-
is_active: boolean | null;
|
|
716086
|
-
id: string;
|
|
716087
|
-
logic_code: string | null;
|
|
716088
|
-
created_at: Date | null;
|
|
716089
|
-
created_by: string | null;
|
|
716090
|
-
updated_at: Date | null;
|
|
716091
|
-
updated_by: string | null;
|
|
716092
|
-
id_organization: string | null;
|
|
716093
|
-
id_organization_address: string | null;
|
|
716094
|
-
id_forwarding_shipment: string | null;
|
|
716095
|
-
estimated_delivery_date: Date | null;
|
|
716096
|
-
id_person_in_charge: string | null;
|
|
716097
|
-
id_organization_whs: string | null;
|
|
716098
|
-
id_organization_whs_address: string | null;
|
|
716099
|
-
id_organization_vendor: string | null;
|
|
716100
|
-
org_address: string | null;
|
|
716101
|
-
whs_address: string | null;
|
|
716102
|
-
whs_interim_receipt: string | null;
|
|
716103
|
-
whs_interim_receipt_date: Date | null;
|
|
716104
|
-
whs_reciept_requested: Date | null;
|
|
716105
|
-
whs_dispatch_requested: Date | null;
|
|
716106
|
-
transport_booking_number: string | null;
|
|
716107
|
-
driver_name: string | null;
|
|
716108
|
-
driver_vehicle_number: string | null;
|
|
716109
|
-
driver_mobile: string | null;
|
|
716110
|
-
is_override_org: boolean | null;
|
|
716111
|
-
is_override_whs: boolean | null;
|
|
716112
|
-
id_delivery_type: string | null;
|
|
716113
|
-
actual_delivery_date: Date | null;
|
|
716114
|
-
}[] | undefined;
|
|
716115
|
-
total: number | undefined;
|
|
716116
|
-
};
|
|
716117
|
-
meta: object;
|
|
716118
|
-
}>;
|
|
716119
|
-
getDetail: MutationProcedure<{
|
|
716120
|
-
input: {
|
|
716121
|
-
is_active?: (string | number | boolean)[] | null | undefined;
|
|
716122
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
716123
|
-
id?: string | number | bigint | null | undefined;
|
|
716124
|
-
id_string?: string | null | undefined;
|
|
716125
|
-
logic_code?: string | null | undefined;
|
|
716126
|
-
};
|
|
716127
|
-
output: {
|
|
716128
|
-
data: {
|
|
716129
|
-
_count: {
|
|
716130
|
-
forwarding_shipment: number;
|
|
716131
|
-
organization: number;
|
|
716132
|
-
organization_address: number;
|
|
716133
|
-
organization_person_in_charge: number;
|
|
716134
|
-
organization_whs: number;
|
|
716135
|
-
organization_whs_address: number;
|
|
716136
|
-
organization_vendor: number;
|
|
716137
|
-
forwarding_shipment_pickup_delivery_type: number;
|
|
716138
|
-
forwarding_shipment_delivery_logs: number;
|
|
716139
|
-
};
|
|
716140
|
-
organization: {
|
|
716141
|
-
is_active: boolean | null;
|
|
716142
|
-
id: string;
|
|
716143
|
-
logic_code: string | null;
|
|
716144
|
-
name: string | null;
|
|
716145
|
-
id_country: string | null;
|
|
716146
|
-
id_state: string | null;
|
|
716147
|
-
id_city: string | null;
|
|
716148
|
-
id_postal_code: string | null;
|
|
716149
|
-
id_company: string | null;
|
|
716150
|
-
id_branch: string | null;
|
|
716151
|
-
code: string | null;
|
|
716152
|
-
created_at: Date | null;
|
|
716153
|
-
created_by: string | null;
|
|
716154
|
-
updated_at: Date | null;
|
|
716155
|
-
updated_by: string | null;
|
|
716156
|
-
id_un_locode: string | null;
|
|
716157
|
-
email: string | null;
|
|
716158
|
-
id_business_category: string | null;
|
|
716159
|
-
id_controlling_branch: string | null;
|
|
716160
|
-
id_airline: string | null;
|
|
716161
|
-
id_shipping_line: string | null;
|
|
716162
|
-
phone: string | null;
|
|
716163
|
-
website_url: string | null;
|
|
716164
|
-
company_number: string | null;
|
|
716165
|
-
company_tax_number: string | null;
|
|
716166
|
-
} | null;
|
|
716167
|
-
organization_address: {
|
|
716168
|
-
is_active: boolean | null;
|
|
716169
|
-
id: string;
|
|
716170
|
-
logic_code: string | null;
|
|
716171
|
-
id_country: string | null;
|
|
716172
|
-
id_state: string | null;
|
|
716173
|
-
id_city: string | null;
|
|
716174
|
-
id_postal_code: string | null;
|
|
716175
|
-
code: string | null;
|
|
716176
|
-
address: string | null;
|
|
716177
|
-
mobile_phone: string | null;
|
|
716178
|
-
created_at: Date | null;
|
|
716179
|
-
created_by: string | null;
|
|
716180
|
-
updated_at: Date | null;
|
|
716181
|
-
updated_by: string | null;
|
|
716182
|
-
id_un_locode: string | null;
|
|
716183
|
-
email: string | null;
|
|
716184
|
-
id_organization: string | null;
|
|
716185
|
-
phone: string | null;
|
|
716186
|
-
fax: string | null;
|
|
716187
|
-
} | null;
|
|
716188
|
-
forwarding_shipment: {
|
|
716189
|
-
is_active: boolean | null;
|
|
716190
|
-
id: string;
|
|
716191
|
-
logic_code: string | null;
|
|
716192
|
-
created_at: Date | null;
|
|
716193
|
-
created_by: string | null;
|
|
716194
|
-
updated_at: Date | null;
|
|
716195
|
-
updated_by: string | null;
|
|
716196
|
-
id_transport_mode: string | null;
|
|
716197
|
-
id_container_shipping_type: string | null;
|
|
716198
|
-
id_incoterm: string | null;
|
|
716199
|
-
id_service_level: string | null;
|
|
716200
|
-
id_release_type: string | null;
|
|
716201
|
-
id_on_board_status: string | null;
|
|
716202
|
-
id_weight_unit: string | null;
|
|
716203
|
-
id_volume_unit: string | null;
|
|
716204
|
-
id_chargeable_unit: string | null;
|
|
716205
|
-
description: string | null;
|
|
716197
|
+
id_transport_mode: string | null;
|
|
716198
|
+
id_container_shipping_type: string | null;
|
|
716199
|
+
id_incoterm: string | null;
|
|
716200
|
+
id_service_level: string | null;
|
|
716201
|
+
id_release_type: string | null;
|
|
716202
|
+
id_on_board_status: string | null;
|
|
716203
|
+
id_weight_unit: string | null;
|
|
716204
|
+
id_volume_unit: string | null;
|
|
716205
|
+
id_chargeable_unit: string | null;
|
|
716206
716206
|
mark_number: string | null;
|
|
716207
716207
|
volume: Decimal | null;
|
|
716208
716208
|
chargeable: Decimal | null;
|
|
@@ -716727,6 +716727,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
716727
716727
|
updated_at: Date | null;
|
|
716728
716728
|
updated_by: string | null;
|
|
716729
716729
|
length: Decimal | null;
|
|
716730
|
+
description: string | null;
|
|
716730
716731
|
id_transport_mode: string | null;
|
|
716731
716732
|
id_container_shipping_type: string | null;
|
|
716732
716733
|
id_incoterm: string | null;
|
|
@@ -716744,7 +716745,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
716744
716745
|
id_volume_unit: string | null;
|
|
716745
716746
|
id_chargeable_unit: string | null;
|
|
716746
716747
|
id_commodity: string | null;
|
|
716747
|
-
description: string | null;
|
|
716748
716748
|
extra_term: string | null;
|
|
716749
716749
|
shipper_ref: string | null;
|
|
716750
716750
|
mark_number: string | null;
|
|
@@ -716789,6 +716789,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
716789
716789
|
created_by: string | null;
|
|
716790
716790
|
updated_at: Date | null;
|
|
716791
716791
|
updated_by: string | null;
|
|
716792
|
+
description: string | null;
|
|
716792
716793
|
id_transport_mode: string | null;
|
|
716793
716794
|
id_container_shipping_type: string | null;
|
|
716794
716795
|
id_incoterm: string | null;
|
|
@@ -716798,7 +716799,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
716798
716799
|
id_weight_unit: string | null;
|
|
716799
716800
|
id_volume_unit: string | null;
|
|
716800
716801
|
id_chargeable_unit: string | null;
|
|
716801
|
-
description: string | null;
|
|
716802
716802
|
mark_number: string | null;
|
|
716803
716803
|
volume: Decimal | null;
|
|
716804
716804
|
chargeable: Decimal | null;
|
|
@@ -716957,11 +716957,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
716957
716957
|
updated_at: Date | null;
|
|
716958
716958
|
updated_by: string | null;
|
|
716959
716959
|
length: Decimal | null;
|
|
716960
|
+
description: string | null;
|
|
716960
716961
|
id_weight_unit: string | null;
|
|
716961
716962
|
id_volume_unit: string | null;
|
|
716962
716963
|
id_commodity: string | null;
|
|
716963
716964
|
id_forwarding_booking: string | null;
|
|
716964
|
-
description: string | null;
|
|
716965
716965
|
volume: Decimal | null;
|
|
716966
716966
|
id_forwarding_shipment: string | null;
|
|
716967
716967
|
id_consol_container: string | null;
|
|
@@ -717024,6 +717024,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717024
717024
|
updated_at: Date | null;
|
|
717025
717025
|
updated_by: string | null;
|
|
717026
717026
|
length: Decimal | null;
|
|
717027
|
+
description: string | null;
|
|
717027
717028
|
id_transport_mode: string | null;
|
|
717028
717029
|
id_container_shipping_type: string | null;
|
|
717029
717030
|
id_incoterm: string | null;
|
|
@@ -717041,7 +717042,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717041
717042
|
id_volume_unit: string | null;
|
|
717042
717043
|
id_chargeable_unit: string | null;
|
|
717043
717044
|
id_commodity: string | null;
|
|
717044
|
-
description: string | null;
|
|
717045
717045
|
extra_term: string | null;
|
|
717046
717046
|
shipper_ref: string | null;
|
|
717047
717047
|
mark_number: string | null;
|
|
@@ -717086,6 +717086,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717086
717086
|
created_by: string | null;
|
|
717087
717087
|
updated_at: Date | null;
|
|
717088
717088
|
updated_by: string | null;
|
|
717089
|
+
description: string | null;
|
|
717089
717090
|
id_transport_mode: string | null;
|
|
717090
717091
|
id_container_shipping_type: string | null;
|
|
717091
717092
|
id_incoterm: string | null;
|
|
@@ -717095,7 +717096,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717095
717096
|
id_weight_unit: string | null;
|
|
717096
717097
|
id_volume_unit: string | null;
|
|
717097
717098
|
id_chargeable_unit: string | null;
|
|
717098
|
-
description: string | null;
|
|
717099
717099
|
mark_number: string | null;
|
|
717100
717100
|
volume: Decimal | null;
|
|
717101
717101
|
chargeable: Decimal | null;
|
|
@@ -717254,11 +717254,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717254
717254
|
updated_at: Date | null;
|
|
717255
717255
|
updated_by: string | null;
|
|
717256
717256
|
length: Decimal | null;
|
|
717257
|
+
description: string | null;
|
|
717257
717258
|
id_weight_unit: string | null;
|
|
717258
717259
|
id_volume_unit: string | null;
|
|
717259
717260
|
id_commodity: string | null;
|
|
717260
717261
|
id_forwarding_booking: string | null;
|
|
717261
|
-
description: string | null;
|
|
717262
717262
|
volume: Decimal | null;
|
|
717263
717263
|
id_forwarding_shipment: string | null;
|
|
717264
717264
|
id_consol_container: string | null;
|
|
@@ -717431,11 +717431,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717431
717431
|
updated_at: Date | null;
|
|
717432
717432
|
updated_by: string | null;
|
|
717433
717433
|
length: Decimal | null;
|
|
717434
|
+
description: string | null;
|
|
717434
717435
|
id_weight_unit: string | null;
|
|
717435
717436
|
id_volume_unit: string | null;
|
|
717436
717437
|
id_commodity: string | null;
|
|
717437
717438
|
id_forwarding_booking: string | null;
|
|
717438
|
-
description: string | null;
|
|
717439
717439
|
volume: Decimal | null;
|
|
717440
717440
|
id_forwarding_shipment: string | null;
|
|
717441
717441
|
id_consol_container: string | null;
|
|
@@ -717523,11 +717523,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717523
717523
|
updated_at: Date | null;
|
|
717524
717524
|
updated_by: string | null;
|
|
717525
717525
|
length: Decimal | null;
|
|
717526
|
+
description: string | null;
|
|
717526
717527
|
id_weight_unit: string | null;
|
|
717527
717528
|
id_volume_unit: string | null;
|
|
717528
717529
|
id_commodity: string | null;
|
|
717529
717530
|
id_forwarding_booking: string | null;
|
|
717530
|
-
description: string | null;
|
|
717531
717531
|
volume: Decimal | null;
|
|
717532
717532
|
id_forwarding_shipment: string | null;
|
|
717533
717533
|
id_consol_container: string | null;
|
|
@@ -717651,11 +717651,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717651
717651
|
updated_at: Date | null;
|
|
717652
717652
|
updated_by: string | null;
|
|
717653
717653
|
length: Decimal | null;
|
|
717654
|
+
description: string | null;
|
|
717654
717655
|
id_weight_unit: string | null;
|
|
717655
717656
|
id_volume_unit: string | null;
|
|
717656
717657
|
id_commodity: string | null;
|
|
717657
717658
|
id_forwarding_booking: string | null;
|
|
717658
|
-
description: string | null;
|
|
717659
717659
|
volume: Decimal | null;
|
|
717660
717660
|
id_forwarding_shipment: string | null;
|
|
717661
717661
|
id_consol_container: string | null;
|
|
@@ -717703,11 +717703,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717703
717703
|
updated_at: Date | null;
|
|
717704
717704
|
updated_by: string | null;
|
|
717705
717705
|
length: Decimal | null;
|
|
717706
|
+
description: string | null;
|
|
717706
717707
|
id_weight_unit: string | null;
|
|
717707
717708
|
id_volume_unit: string | null;
|
|
717708
717709
|
id_commodity: string | null;
|
|
717709
717710
|
id_forwarding_booking: string | null;
|
|
717710
|
-
description: string | null;
|
|
717711
717711
|
volume: Decimal | null;
|
|
717712
717712
|
id_forwarding_shipment: string | null;
|
|
717713
717713
|
id_consol_container: string | null;
|
|
@@ -717765,11 +717765,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717765
717765
|
updated_at: Date | null;
|
|
717766
717766
|
updated_by: string | null;
|
|
717767
717767
|
length: Decimal | null;
|
|
717768
|
+
description: string | null;
|
|
717768
717769
|
id_weight_unit: string | null;
|
|
717769
717770
|
id_volume_unit: string | null;
|
|
717770
717771
|
id_commodity: string | null;
|
|
717771
717772
|
id_forwarding_booking: string | null;
|
|
717772
|
-
description: string | null;
|
|
717773
717773
|
volume: Decimal | null;
|
|
717774
717774
|
id_forwarding_shipment: string | null;
|
|
717775
717775
|
id_consol_container: string | null;
|
|
@@ -717899,6 +717899,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717899
717899
|
created_by: string | null;
|
|
717900
717900
|
updated_at: Date | null;
|
|
717901
717901
|
updated_by: string | null;
|
|
717902
|
+
description: string | null;
|
|
717902
717903
|
id_transport_mode: string | null;
|
|
717903
717904
|
id_container_shipping_type: string | null;
|
|
717904
717905
|
id_incoterm: string | null;
|
|
@@ -717908,7 +717909,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717908
717909
|
id_weight_unit: string | null;
|
|
717909
717910
|
id_volume_unit: string | null;
|
|
717910
717911
|
id_chargeable_unit: string | null;
|
|
717911
|
-
description: string | null;
|
|
717912
717912
|
mark_number: string | null;
|
|
717913
717913
|
volume: Decimal | null;
|
|
717914
717914
|
chargeable: Decimal | null;
|
|
@@ -718632,6 +718632,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718632
718632
|
created_by: string | null;
|
|
718633
718633
|
updated_at: Date | null;
|
|
718634
718634
|
updated_by: string | null;
|
|
718635
|
+
description: string | null;
|
|
718635
718636
|
id_transport_mode: string | null;
|
|
718636
718637
|
id_container_shipping_type: string | null;
|
|
718637
718638
|
id_incoterm: string | null;
|
|
@@ -718641,7 +718642,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718641
718642
|
id_weight_unit: string | null;
|
|
718642
718643
|
id_volume_unit: string | null;
|
|
718643
718644
|
id_chargeable_unit: string | null;
|
|
718644
|
-
description: string | null;
|
|
718645
718645
|
mark_number: string | null;
|
|
718646
718646
|
volume: Decimal | null;
|
|
718647
718647
|
chargeable: Decimal | null;
|
|
@@ -720691,7 +720691,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
720691
720691
|
};
|
|
720692
720692
|
output: {
|
|
720693
720693
|
data: {
|
|
720694
|
-
|
|
720694
|
+
container_shipping_types: {
|
|
720695
720695
|
is_active: boolean | null;
|
|
720696
720696
|
id: string;
|
|
720697
720697
|
logic_code: string | null;
|
|
@@ -720701,10 +720701,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
720701
720701
|
created_by: string | null;
|
|
720702
720702
|
updated_at: Date | null;
|
|
720703
720703
|
updated_by: string | null;
|
|
720704
|
-
is_shipment: boolean | null;
|
|
720705
|
-
is_consol: boolean | null;
|
|
720706
720704
|
} | null;
|
|
720707
|
-
|
|
720705
|
+
forwarding_transport_mode: {
|
|
720708
720706
|
is_active: boolean | null;
|
|
720709
720707
|
id: string;
|
|
720710
720708
|
logic_code: string | null;
|
|
@@ -720714,10 +720712,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
720714
720712
|
created_by: string | null;
|
|
720715
720713
|
updated_at: Date | null;
|
|
720716
720714
|
updated_by: string | null;
|
|
720717
|
-
|
|
720718
|
-
|
|
720715
|
+
is_shipment: boolean | null;
|
|
720716
|
+
is_consol: boolean | null;
|
|
720719
720717
|
} | null;
|
|
720720
|
-
|
|
720718
|
+
service_level: {
|
|
720721
720719
|
is_active: boolean | null;
|
|
720722
720720
|
id: string;
|
|
720723
720721
|
logic_code: string | null;
|
|
@@ -720727,6 +720725,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
720727
720725
|
created_by: string | null;
|
|
720728
720726
|
updated_at: Date | null;
|
|
720729
720727
|
updated_by: string | null;
|
|
720728
|
+
id_agreement: string | null;
|
|
720729
|
+
percentage: Decimal | null;
|
|
720730
720730
|
} | null;
|
|
720731
720731
|
forwarding_consol_type: {
|
|
720732
720732
|
is_active: boolean | null;
|
|
@@ -721195,32 +721195,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
721195
721195
|
reference_number: string | null;
|
|
721196
721196
|
is_preallocation: boolean | null;
|
|
721197
721197
|
}[];
|
|
721198
|
-
forwarding_transport_mode: {
|
|
721199
|
-
is_active: boolean | null;
|
|
721200
|
-
id: string;
|
|
721201
|
-
logic_code: string | null;
|
|
721202
|
-
name: string | null;
|
|
721203
|
-
code: string | null;
|
|
721204
|
-
created_at: Date | null;
|
|
721205
|
-
created_by: string | null;
|
|
721206
|
-
updated_at: Date | null;
|
|
721207
|
-
updated_by: string | null;
|
|
721208
|
-
is_shipment: boolean | null;
|
|
721209
|
-
is_consol: boolean | null;
|
|
721210
|
-
} | null;
|
|
721211
|
-
service_level: {
|
|
721212
|
-
is_active: boolean | null;
|
|
721213
|
-
id: string;
|
|
721214
|
-
logic_code: string | null;
|
|
721215
|
-
name: string | null;
|
|
721216
|
-
code: string | null;
|
|
721217
|
-
created_at: Date | null;
|
|
721218
|
-
created_by: string | null;
|
|
721219
|
-
updated_at: Date | null;
|
|
721220
|
-
updated_by: string | null;
|
|
721221
|
-
id_agreement: string | null;
|
|
721222
|
-
percentage: Decimal | null;
|
|
721223
|
-
} | null;
|
|
721224
721198
|
forwarding_consol_billing_details: {
|
|
721225
721199
|
is_active: boolean | null;
|
|
721226
721200
|
id: string;
|
|
@@ -721428,17 +721402,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
721428
721402
|
actual_arrival: Date | null;
|
|
721429
721403
|
}[];
|
|
721430
721404
|
forwarding_consol_containers: {
|
|
721431
|
-
container_shipping_type: {
|
|
721432
|
-
is_active: boolean | null;
|
|
721433
|
-
id: string;
|
|
721434
|
-
logic_code: string | null;
|
|
721435
|
-
name: string | null;
|
|
721436
|
-
code: string | null;
|
|
721437
|
-
created_at: Date | null;
|
|
721438
|
-
created_by: string | null;
|
|
721439
|
-
updated_at: Date | null;
|
|
721440
|
-
updated_by: string | null;
|
|
721441
|
-
} | null;
|
|
721442
721405
|
forwarding_consol_container_seals: {
|
|
721443
721406
|
consol_container_seal_by: {
|
|
721444
721407
|
is_active: boolean | null;
|
|
@@ -721462,6 +721425,17 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
721462
721425
|
id_seal_by: string | null;
|
|
721463
721426
|
seal_number: string | null;
|
|
721464
721427
|
}[];
|
|
721428
|
+
container_shipping_type: {
|
|
721429
|
+
is_active: boolean | null;
|
|
721430
|
+
id: string;
|
|
721431
|
+
logic_code: string | null;
|
|
721432
|
+
name: string | null;
|
|
721433
|
+
code: string | null;
|
|
721434
|
+
created_at: Date | null;
|
|
721435
|
+
created_by: string | null;
|
|
721436
|
+
updated_at: Date | null;
|
|
721437
|
+
updated_by: string | null;
|
|
721438
|
+
} | null;
|
|
721465
721439
|
container_type: {
|
|
721466
721440
|
is_active: boolean | null;
|
|
721467
721441
|
id: string;
|
|
@@ -721508,6 +721482,32 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
721508
721482
|
updated_at: Date | null;
|
|
721509
721483
|
updated_by: string | null;
|
|
721510
721484
|
} | null;
|
|
721485
|
+
forwarding_transport_mode: {
|
|
721486
|
+
is_active: boolean | null;
|
|
721487
|
+
id: string;
|
|
721488
|
+
logic_code: string | null;
|
|
721489
|
+
name: string | null;
|
|
721490
|
+
code: string | null;
|
|
721491
|
+
created_at: Date | null;
|
|
721492
|
+
created_by: string | null;
|
|
721493
|
+
updated_at: Date | null;
|
|
721494
|
+
updated_by: string | null;
|
|
721495
|
+
is_shipment: boolean | null;
|
|
721496
|
+
is_consol: boolean | null;
|
|
721497
|
+
} | null;
|
|
721498
|
+
service_level: {
|
|
721499
|
+
is_active: boolean | null;
|
|
721500
|
+
id: string;
|
|
721501
|
+
logic_code: string | null;
|
|
721502
|
+
name: string | null;
|
|
721503
|
+
code: string | null;
|
|
721504
|
+
created_at: Date | null;
|
|
721505
|
+
created_by: string | null;
|
|
721506
|
+
updated_at: Date | null;
|
|
721507
|
+
updated_by: string | null;
|
|
721508
|
+
id_agreement: string | null;
|
|
721509
|
+
percentage: Decimal | null;
|
|
721510
|
+
} | null;
|
|
721511
721511
|
forwarding_consol_type: {
|
|
721512
721512
|
is_active: boolean | null;
|
|
721513
721513
|
id: string;
|
|
@@ -722031,6 +722031,45 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
722031
722031
|
actual_departure?: string | null | undefined;
|
|
722032
722032
|
actual_arrival?: string | null | undefined;
|
|
722033
722033
|
is_neutral_mawb?: string | number | boolean | null | undefined;
|
|
722034
|
+
reference_numbers?: {
|
|
722035
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722036
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
722037
|
+
id_type?: string | number | bigint | null | undefined;
|
|
722038
|
+
id_country?: string | number | bigint | null | undefined;
|
|
722039
|
+
reference_number?: string | null | undefined;
|
|
722040
|
+
is_preallocation?: string | number | boolean | null | undefined;
|
|
722041
|
+
}[] | undefined;
|
|
722042
|
+
routings?: {
|
|
722043
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722044
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
722045
|
+
id_transport_mode?: string | number | bigint | null | undefined;
|
|
722046
|
+
id_load_port?: string | number | bigint | null | undefined;
|
|
722047
|
+
id_discharge_port?: string | number | bigint | null | undefined;
|
|
722048
|
+
id_vessel?: string | number | bigint | null | undefined;
|
|
722049
|
+
id_carrier_shipping_line?: string | number | bigint | null | undefined;
|
|
722050
|
+
id_carrier_airline?: string | number | bigint | null | undefined;
|
|
722051
|
+
trip_number?: string | null | undefined;
|
|
722052
|
+
aircraft_type?: string | null | undefined;
|
|
722053
|
+
aircraft_registration?: string | null | undefined;
|
|
722054
|
+
estimated_departure?: string | null | undefined;
|
|
722055
|
+
estimated_arrival?: string | null | undefined;
|
|
722056
|
+
actual_departure?: string | null | undefined;
|
|
722057
|
+
actual_arrival?: string | null | undefined;
|
|
722058
|
+
}[] | undefined;
|
|
722059
|
+
containers?: {
|
|
722060
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722061
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
722062
|
+
id_container_shipping_type?: string | number | bigint | null | undefined;
|
|
722063
|
+
id_delivery_mode?: string | number | bigint | null | undefined;
|
|
722064
|
+
id_type?: string | number | bigint | null | undefined;
|
|
722065
|
+
container_number?: string | null | undefined;
|
|
722066
|
+
container_seals?: {
|
|
722067
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722068
|
+
id_forwarding_consol_container?: string | number | bigint | null | undefined;
|
|
722069
|
+
id_seal_by?: string | number | bigint | null | undefined;
|
|
722070
|
+
seal_number?: string | null | undefined;
|
|
722071
|
+
}[] | undefined;
|
|
722072
|
+
}[] | undefined;
|
|
722034
722073
|
};
|
|
722035
722074
|
output: {
|
|
722036
722075
|
data: {
|
|
@@ -722098,6 +722137,61 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
722098
722137
|
id?: string | number | bigint | null | undefined;
|
|
722099
722138
|
id_string?: string | null | undefined;
|
|
722100
722139
|
logic_code?: string | null | undefined;
|
|
722140
|
+
reference_numbers?: {
|
|
722141
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722142
|
+
id?: string | number | bigint | null | undefined;
|
|
722143
|
+
id_string?: string | null | undefined;
|
|
722144
|
+
logic_code?: string | null | undefined;
|
|
722145
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722146
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
722147
|
+
id_type?: string | number | bigint | null | undefined;
|
|
722148
|
+
id_country?: string | number | bigint | null | undefined;
|
|
722149
|
+
reference_number?: string | null | undefined;
|
|
722150
|
+
is_preallocation?: string | number | boolean | null | undefined;
|
|
722151
|
+
}[] | undefined;
|
|
722152
|
+
routings?: {
|
|
722153
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722154
|
+
id?: string | number | bigint | null | undefined;
|
|
722155
|
+
id_string?: string | null | undefined;
|
|
722156
|
+
logic_code?: string | null | undefined;
|
|
722157
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722158
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
722159
|
+
id_transport_mode?: string | number | bigint | null | undefined;
|
|
722160
|
+
id_load_port?: string | number | bigint | null | undefined;
|
|
722161
|
+
id_discharge_port?: string | number | bigint | null | undefined;
|
|
722162
|
+
id_vessel?: string | number | bigint | null | undefined;
|
|
722163
|
+
id_carrier_shipping_line?: string | number | bigint | null | undefined;
|
|
722164
|
+
id_carrier_airline?: string | number | bigint | null | undefined;
|
|
722165
|
+
trip_number?: string | null | undefined;
|
|
722166
|
+
aircraft_type?: string | null | undefined;
|
|
722167
|
+
aircraft_registration?: string | null | undefined;
|
|
722168
|
+
estimated_departure?: string | null | undefined;
|
|
722169
|
+
estimated_arrival?: string | null | undefined;
|
|
722170
|
+
actual_departure?: string | null | undefined;
|
|
722171
|
+
actual_arrival?: string | null | undefined;
|
|
722172
|
+
}[] | undefined;
|
|
722173
|
+
containers?: {
|
|
722174
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722175
|
+
id?: string | number | bigint | null | undefined;
|
|
722176
|
+
id_string?: string | null | undefined;
|
|
722177
|
+
logic_code?: string | null | undefined;
|
|
722178
|
+
container_seals?: {
|
|
722179
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722180
|
+
id?: string | number | bigint | null | undefined;
|
|
722181
|
+
id_string?: string | null | undefined;
|
|
722182
|
+
logic_code?: string | null | undefined;
|
|
722183
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722184
|
+
id_forwarding_consol_container?: string | number | bigint | null | undefined;
|
|
722185
|
+
id_seal_by?: string | number | bigint | null | undefined;
|
|
722186
|
+
seal_number?: string | null | undefined;
|
|
722187
|
+
}[] | undefined;
|
|
722188
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722189
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
722190
|
+
id_container_shipping_type?: string | number | bigint | null | undefined;
|
|
722191
|
+
id_delivery_mode?: string | number | bigint | null | undefined;
|
|
722192
|
+
id_type?: string | number | bigint | null | undefined;
|
|
722193
|
+
container_number?: string | null | undefined;
|
|
722194
|
+
}[] | undefined;
|
|
722101
722195
|
is_active?: string | number | boolean | null | undefined;
|
|
722102
722196
|
id_type?: string | number | bigint | null | undefined;
|
|
722103
722197
|
id_transport_mode?: string | number | bigint | null | undefined;
|
|
@@ -722291,17 +722385,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
722291
722385
|
};
|
|
722292
722386
|
output: {
|
|
722293
722387
|
data: {
|
|
722294
|
-
container_shipping_type: {
|
|
722295
|
-
is_active: boolean | null;
|
|
722296
|
-
id: string;
|
|
722297
|
-
logic_code: string | null;
|
|
722298
|
-
name: string | null;
|
|
722299
|
-
code: string | null;
|
|
722300
|
-
created_at: Date | null;
|
|
722301
|
-
created_by: string | null;
|
|
722302
|
-
updated_at: Date | null;
|
|
722303
|
-
updated_by: string | null;
|
|
722304
|
-
} | null;
|
|
722305
722388
|
forwarding_consol_container_seals: {
|
|
722306
722389
|
consol_container_seal_by: {
|
|
722307
722390
|
is_active: boolean | null;
|
|
@@ -722325,6 +722408,17 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
722325
722408
|
id_seal_by: string | null;
|
|
722326
722409
|
seal_number: string | null;
|
|
722327
722410
|
}[];
|
|
722411
|
+
container_shipping_type: {
|
|
722412
|
+
is_active: boolean | null;
|
|
722413
|
+
id: string;
|
|
722414
|
+
logic_code: string | null;
|
|
722415
|
+
name: string | null;
|
|
722416
|
+
code: string | null;
|
|
722417
|
+
created_at: Date | null;
|
|
722418
|
+
created_by: string | null;
|
|
722419
|
+
updated_at: Date | null;
|
|
722420
|
+
updated_by: string | null;
|
|
722421
|
+
} | null;
|
|
722328
722422
|
forwarding_consol: {
|
|
722329
722423
|
is_active: boolean | null;
|
|
722330
722424
|
id: string;
|
|
@@ -722426,17 +722520,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
722426
722520
|
forwarding_consol_container_seals: number;
|
|
722427
722521
|
forwarding_shipment_packings: number;
|
|
722428
722522
|
};
|
|
722429
|
-
container_shipping_type: {
|
|
722430
|
-
is_active: boolean | null;
|
|
722431
|
-
id: string;
|
|
722432
|
-
logic_code: string | null;
|
|
722433
|
-
name: string | null;
|
|
722434
|
-
code: string | null;
|
|
722435
|
-
created_at: Date | null;
|
|
722436
|
-
created_by: string | null;
|
|
722437
|
-
updated_at: Date | null;
|
|
722438
|
-
updated_by: string | null;
|
|
722439
|
-
} | null;
|
|
722440
722523
|
forwarding_consol_container_seals: {
|
|
722441
722524
|
consol_container_seal_by: {
|
|
722442
722525
|
is_active: boolean | null;
|
|
@@ -722460,6 +722543,17 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
722460
722543
|
id_seal_by: string | null;
|
|
722461
722544
|
seal_number: string | null;
|
|
722462
722545
|
}[];
|
|
722546
|
+
container_shipping_type: {
|
|
722547
|
+
is_active: boolean | null;
|
|
722548
|
+
id: string;
|
|
722549
|
+
logic_code: string | null;
|
|
722550
|
+
name: string | null;
|
|
722551
|
+
code: string | null;
|
|
722552
|
+
created_at: Date | null;
|
|
722553
|
+
created_by: string | null;
|
|
722554
|
+
updated_at: Date | null;
|
|
722555
|
+
updated_by: string | null;
|
|
722556
|
+
} | null;
|
|
722463
722557
|
forwarding_consol: {
|
|
722464
722558
|
is_active: boolean | null;
|
|
722465
722559
|
id: string;
|
|
@@ -725137,6 +725231,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
725137
725231
|
updated_at: Date | null;
|
|
725138
725232
|
updated_by: string | null;
|
|
725139
725233
|
length: Decimal | null;
|
|
725234
|
+
description: string | null;
|
|
725140
725235
|
id_transport_mode: string | null;
|
|
725141
725236
|
id_container_shipping_type: string | null;
|
|
725142
725237
|
id_incoterm: string | null;
|
|
@@ -725154,7 +725249,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
725154
725249
|
id_volume_unit: string | null;
|
|
725155
725250
|
id_chargeable_unit: string | null;
|
|
725156
725251
|
id_commodity: string | null;
|
|
725157
|
-
description: string | null;
|
|
725158
725252
|
extra_term: string | null;
|
|
725159
725253
|
shipper_ref: string | null;
|
|
725160
725254
|
mark_number: string | null;
|
|
@@ -725261,6 +725355,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
725261
725355
|
created_by: string | null;
|
|
725262
725356
|
updated_at: Date | null;
|
|
725263
725357
|
updated_by: string | null;
|
|
725358
|
+
description: string | null;
|
|
725264
725359
|
id_transport_mode: string | null;
|
|
725265
725360
|
id_container_shipping_type: string | null;
|
|
725266
725361
|
id_incoterm: string | null;
|
|
@@ -725270,7 +725365,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
725270
725365
|
id_weight_unit: string | null;
|
|
725271
725366
|
id_volume_unit: string | null;
|
|
725272
725367
|
id_chargeable_unit: string | null;
|
|
725273
|
-
description: string | null;
|
|
725274
725368
|
mark_number: string | null;
|
|
725275
725369
|
volume: Decimal | null;
|
|
725276
725370
|
chargeable: Decimal | null;
|
|
@@ -725482,13 +725576,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
725482
725576
|
updated_at: Date | null;
|
|
725483
725577
|
updated_by: string | null;
|
|
725484
725578
|
length: Decimal | null;
|
|
725579
|
+
description: string | null;
|
|
725485
725580
|
id_origin_un_locode: string | null;
|
|
725486
725581
|
id_destination_un_locode: string | null;
|
|
725487
725582
|
id_weight_unit: string | null;
|
|
725488
725583
|
id_volume_unit: string | null;
|
|
725489
725584
|
id_commodity: string | null;
|
|
725490
725585
|
id_forwarding_booking: string | null;
|
|
725491
|
-
description: string | null;
|
|
725492
725586
|
volume: Decimal | null;
|
|
725493
725587
|
id_forwarding_shipment: string | null;
|
|
725494
725588
|
id_package_type: string | null;
|
|
@@ -725557,6 +725651,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
725557
725651
|
updated_at: Date | null;
|
|
725558
725652
|
updated_by: string | null;
|
|
725559
725653
|
length: Decimal | null;
|
|
725654
|
+
description: string | null;
|
|
725560
725655
|
id_transport_mode: string | null;
|
|
725561
725656
|
id_container_shipping_type: string | null;
|
|
725562
725657
|
id_incoterm: string | null;
|
|
@@ -725574,7 +725669,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
725574
725669
|
id_volume_unit: string | null;
|
|
725575
725670
|
id_chargeable_unit: string | null;
|
|
725576
725671
|
id_commodity: string | null;
|
|
725577
|
-
description: string | null;
|
|
725578
725672
|
extra_term: string | null;
|
|
725579
725673
|
shipper_ref: string | null;
|
|
725580
725674
|
mark_number: string | null;
|
|
@@ -725681,6 +725775,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
725681
725775
|
created_by: string | null;
|
|
725682
725776
|
updated_at: Date | null;
|
|
725683
725777
|
updated_by: string | null;
|
|
725778
|
+
description: string | null;
|
|
725684
725779
|
id_transport_mode: string | null;
|
|
725685
725780
|
id_container_shipping_type: string | null;
|
|
725686
725781
|
id_incoterm: string | null;
|
|
@@ -725690,7 +725785,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
725690
725785
|
id_weight_unit: string | null;
|
|
725691
725786
|
id_volume_unit: string | null;
|
|
725692
725787
|
id_chargeable_unit: string | null;
|
|
725693
|
-
description: string | null;
|
|
725694
725788
|
mark_number: string | null;
|
|
725695
725789
|
volume: Decimal | null;
|
|
725696
725790
|
chargeable: Decimal | null;
|
|
@@ -725902,13 +725996,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
725902
725996
|
updated_at: Date | null;
|
|
725903
725997
|
updated_by: string | null;
|
|
725904
725998
|
length: Decimal | null;
|
|
725999
|
+
description: string | null;
|
|
725905
726000
|
id_origin_un_locode: string | null;
|
|
725906
726001
|
id_destination_un_locode: string | null;
|
|
725907
726002
|
id_weight_unit: string | null;
|
|
725908
726003
|
id_volume_unit: string | null;
|
|
725909
726004
|
id_commodity: string | null;
|
|
725910
726005
|
id_forwarding_booking: string | null;
|
|
725911
|
-
description: string | null;
|
|
725912
726006
|
volume: Decimal | null;
|
|
725913
726007
|
id_forwarding_shipment: string | null;
|
|
725914
726008
|
id_package_type: string | null;
|
|
@@ -726087,13 +726181,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726087
726181
|
updated_at: Date | null;
|
|
726088
726182
|
updated_by: string | null;
|
|
726089
726183
|
length: Decimal | null;
|
|
726184
|
+
description: string | null;
|
|
726090
726185
|
id_origin_un_locode: string | null;
|
|
726091
726186
|
id_destination_un_locode: string | null;
|
|
726092
726187
|
id_weight_unit: string | null;
|
|
726093
726188
|
id_volume_unit: string | null;
|
|
726094
726189
|
id_commodity: string | null;
|
|
726095
726190
|
id_forwarding_booking: string | null;
|
|
726096
|
-
description: string | null;
|
|
726097
726191
|
volume: Decimal | null;
|
|
726098
726192
|
id_forwarding_shipment: string | null;
|
|
726099
726193
|
id_package_type: string | null;
|
|
@@ -726187,13 +726281,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726187
726281
|
updated_at: Date | null;
|
|
726188
726282
|
updated_by: string | null;
|
|
726189
726283
|
length: Decimal | null;
|
|
726284
|
+
description: string | null;
|
|
726190
726285
|
id_origin_un_locode: string | null;
|
|
726191
726286
|
id_destination_un_locode: string | null;
|
|
726192
726287
|
id_weight_unit: string | null;
|
|
726193
726288
|
id_volume_unit: string | null;
|
|
726194
726289
|
id_commodity: string | null;
|
|
726195
726290
|
id_forwarding_booking: string | null;
|
|
726196
|
-
description: string | null;
|
|
726197
726291
|
volume: Decimal | null;
|
|
726198
726292
|
id_forwarding_shipment: string | null;
|
|
726199
726293
|
id_package_type: string | null;
|
|
@@ -726252,13 +726346,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726252
726346
|
updated_at: Date | null;
|
|
726253
726347
|
updated_by: string | null;
|
|
726254
726348
|
length: Decimal | null;
|
|
726349
|
+
description: string | null;
|
|
726255
726350
|
id_origin_un_locode: string | null;
|
|
726256
726351
|
id_destination_un_locode: string | null;
|
|
726257
726352
|
id_weight_unit: string | null;
|
|
726258
726353
|
id_volume_unit: string | null;
|
|
726259
726354
|
id_commodity: string | null;
|
|
726260
726355
|
id_forwarding_booking: string | null;
|
|
726261
|
-
description: string | null;
|
|
726262
726356
|
volume: Decimal | null;
|
|
726263
726357
|
id_forwarding_shipment: string | null;
|
|
726264
726358
|
id_package_type: string | null;
|
|
@@ -726342,6 +726436,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726342
726436
|
created_by: string | null;
|
|
726343
726437
|
updated_at: Date | null;
|
|
726344
726438
|
updated_by: string | null;
|
|
726439
|
+
description: string | null;
|
|
726345
726440
|
id_transport_mode: string | null;
|
|
726346
726441
|
id_container_shipping_type: string | null;
|
|
726347
726442
|
id_incoterm: string | null;
|
|
@@ -726351,7 +726446,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726351
726446
|
id_weight_unit: string | null;
|
|
726352
726447
|
id_volume_unit: string | null;
|
|
726353
726448
|
id_chargeable_unit: string | null;
|
|
726354
|
-
description: string | null;
|
|
726355
726449
|
mark_number: string | null;
|
|
726356
726450
|
volume: Decimal | null;
|
|
726357
726451
|
chargeable: Decimal | null;
|
|
@@ -726447,6 +726541,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726447
726541
|
created_by: string | null;
|
|
726448
726542
|
updated_at: Date | null;
|
|
726449
726543
|
updated_by: string | null;
|
|
726544
|
+
description: string | null;
|
|
726450
726545
|
id_transport_mode: string | null;
|
|
726451
726546
|
id_container_shipping_type: string | null;
|
|
726452
726547
|
id_incoterm: string | null;
|
|
@@ -726456,7 +726551,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726456
726551
|
id_weight_unit: string | null;
|
|
726457
726552
|
id_volume_unit: string | null;
|
|
726458
726553
|
id_chargeable_unit: string | null;
|
|
726459
|
-
description: string | null;
|
|
726460
726554
|
mark_number: string | null;
|
|
726461
726555
|
volume: Decimal | null;
|
|
726462
726556
|
chargeable: Decimal | null;
|
|
@@ -726659,6 +726753,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726659
726753
|
created_by: string | null;
|
|
726660
726754
|
updated_at: Date | null;
|
|
726661
726755
|
updated_by: string | null;
|
|
726756
|
+
description: string | null;
|
|
726662
726757
|
id_transport_mode: string | null;
|
|
726663
726758
|
id_container_shipping_type: string | null;
|
|
726664
726759
|
id_incoterm: string | null;
|
|
@@ -726668,7 +726763,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726668
726763
|
id_weight_unit: string | null;
|
|
726669
726764
|
id_volume_unit: string | null;
|
|
726670
726765
|
id_chargeable_unit: string | null;
|
|
726671
|
-
description: string | null;
|
|
726672
726766
|
mark_number: string | null;
|
|
726673
726767
|
volume: Decimal | null;
|
|
726674
726768
|
chargeable: Decimal | null;
|
|
@@ -726775,6 +726869,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726775
726869
|
created_by: string | null;
|
|
726776
726870
|
updated_at: Date | null;
|
|
726777
726871
|
updated_by: string | null;
|
|
726872
|
+
description: string | null;
|
|
726778
726873
|
id_transport_mode: string | null;
|
|
726779
726874
|
id_container_shipping_type: string | null;
|
|
726780
726875
|
id_incoterm: string | null;
|
|
@@ -726784,7 +726879,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726784
726879
|
id_weight_unit: string | null;
|
|
726785
726880
|
id_volume_unit: string | null;
|
|
726786
726881
|
id_chargeable_unit: string | null;
|
|
726787
|
-
description: string | null;
|
|
726788
726882
|
mark_number: string | null;
|
|
726789
726883
|
volume: Decimal | null;
|
|
726790
726884
|
chargeable: Decimal | null;
|
|
@@ -726916,6 +727010,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726916
727010
|
created_by: string | null;
|
|
726917
727011
|
updated_at: Date | null;
|
|
726918
727012
|
updated_by: string | null;
|
|
727013
|
+
description: string | null;
|
|
726919
727014
|
id_transport_mode: string | null;
|
|
726920
727015
|
id_container_shipping_type: string | null;
|
|
726921
727016
|
id_incoterm: string | null;
|
|
@@ -726925,7 +727020,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726925
727020
|
id_weight_unit: string | null;
|
|
726926
727021
|
id_volume_unit: string | null;
|
|
726927
727022
|
id_chargeable_unit: string | null;
|
|
726928
|
-
description: string | null;
|
|
726929
727023
|
mark_number: string | null;
|
|
726930
727024
|
volume: Decimal | null;
|
|
726931
727025
|
chargeable: Decimal | null;
|
|
@@ -727003,6 +727097,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
727003
727097
|
created_by: string | null;
|
|
727004
727098
|
updated_at: Date | null;
|
|
727005
727099
|
updated_by: string | null;
|
|
727100
|
+
description: string | null;
|
|
727006
727101
|
id_transport_mode: string | null;
|
|
727007
727102
|
id_container_shipping_type: string | null;
|
|
727008
727103
|
id_incoterm: string | null;
|
|
@@ -727012,7 +727107,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
727012
727107
|
id_weight_unit: string | null;
|
|
727013
727108
|
id_volume_unit: string | null;
|
|
727014
727109
|
id_chargeable_unit: string | null;
|
|
727015
|
-
description: string | null;
|
|
727016
727110
|
mark_number: string | null;
|
|
727017
727111
|
volume: Decimal | null;
|
|
727018
727112
|
chargeable: Decimal | null;
|
|
@@ -727512,6 +727606,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
727512
727606
|
created_by: string | null;
|
|
727513
727607
|
updated_at: Date | null;
|
|
727514
727608
|
updated_by: string | null;
|
|
727609
|
+
description: string | null;
|
|
727515
727610
|
id_transport_mode: string | null;
|
|
727516
727611
|
id_container_shipping_type: string | null;
|
|
727517
727612
|
id_incoterm: string | null;
|
|
@@ -727521,7 +727616,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
727521
727616
|
id_weight_unit: string | null;
|
|
727522
727617
|
id_volume_unit: string | null;
|
|
727523
727618
|
id_chargeable_unit: string | null;
|
|
727524
|
-
description: string | null;
|
|
727525
727619
|
mark_number: string | null;
|
|
727526
727620
|
volume: Decimal | null;
|
|
727527
727621
|
chargeable: Decimal | null;
|
|
@@ -727601,6 +727695,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
727601
727695
|
created_by: string | null;
|
|
727602
727696
|
updated_at: Date | null;
|
|
727603
727697
|
updated_by: string | null;
|
|
727698
|
+
description: string | null;
|
|
727604
727699
|
id_transport_mode: string | null;
|
|
727605
727700
|
id_container_shipping_type: string | null;
|
|
727606
727701
|
id_incoterm: string | null;
|
|
@@ -727610,7 +727705,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
727610
727705
|
id_weight_unit: string | null;
|
|
727611
727706
|
id_volume_unit: string | null;
|
|
727612
727707
|
id_chargeable_unit: string | null;
|
|
727613
|
-
description: string | null;
|
|
727614
727708
|
mark_number: string | null;
|
|
727615
727709
|
volume: Decimal | null;
|
|
727616
727710
|
chargeable: Decimal | null;
|
|
@@ -729017,13 +729111,13 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
729017
729111
|
} | null;
|
|
729018
729112
|
id: string;
|
|
729019
729113
|
id_log_type: string | null;
|
|
729114
|
+
id_user: string | null;
|
|
729020
729115
|
url: string | null;
|
|
729021
729116
|
params: SimpleJson;
|
|
729022
729117
|
action: string | null;
|
|
729023
729118
|
action_by: string | null;
|
|
729024
729119
|
action_id: string | null;
|
|
729025
729120
|
action_at: Date | null;
|
|
729026
|
-
id_user: string | null;
|
|
729027
729121
|
}[] | undefined;
|
|
729028
729122
|
total: number | undefined;
|
|
729029
729123
|
};
|
|
@@ -729051,13 +729145,13 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
729051
729145
|
} | null;
|
|
729052
729146
|
id: string;
|
|
729053
729147
|
id_log_type: string | null;
|
|
729148
|
+
id_user: string | null;
|
|
729054
729149
|
url: string | null;
|
|
729055
729150
|
params: SimpleJson;
|
|
729056
729151
|
action: string | null;
|
|
729057
729152
|
action_by: string | null;
|
|
729058
729153
|
action_id: string | null;
|
|
729059
729154
|
action_at: Date | null;
|
|
729060
|
-
id_user: string | null;
|
|
729061
729155
|
} | undefined;
|
|
729062
729156
|
};
|
|
729063
729157
|
meta: object;
|
|
@@ -729158,13 +729252,13 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
729158
729252
|
log: {
|
|
729159
729253
|
id: string;
|
|
729160
729254
|
id_log_type: string | null;
|
|
729255
|
+
id_user: string | null;
|
|
729161
729256
|
url: string | null;
|
|
729162
729257
|
params: SimpleJson;
|
|
729163
729258
|
action: string | null;
|
|
729164
729259
|
action_by: string | null;
|
|
729165
729260
|
action_id: string | null;
|
|
729166
729261
|
action_at: Date | null;
|
|
729167
|
-
id_user: string | null;
|
|
729168
729262
|
} | undefined;
|
|
729169
729263
|
} | undefined;
|
|
729170
729264
|
meta: object;
|
|
@@ -729268,13 +729362,13 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
729268
729362
|
log: {
|
|
729269
729363
|
id: string;
|
|
729270
729364
|
id_log_type: string | null;
|
|
729365
|
+
id_user: string | null;
|
|
729271
729366
|
url: string | null;
|
|
729272
729367
|
params: SimpleJson;
|
|
729273
729368
|
action: string | null;
|
|
729274
729369
|
action_by: string | null;
|
|
729275
729370
|
action_id: string | null;
|
|
729276
729371
|
action_at: Date | null;
|
|
729277
|
-
id_user: string | null;
|
|
729278
729372
|
} | undefined;
|
|
729279
729373
|
} | undefined;
|
|
729280
729374
|
meta: object;
|
|
@@ -729398,13 +729492,13 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
729398
729492
|
log: {
|
|
729399
729493
|
id: string;
|
|
729400
729494
|
id_log_type: string | null;
|
|
729495
|
+
id_user: string | null;
|
|
729401
729496
|
url: string | null;
|
|
729402
729497
|
params: SimpleJson;
|
|
729403
729498
|
action: string | null;
|
|
729404
729499
|
action_by: string | null;
|
|
729405
729500
|
action_id: string | null;
|
|
729406
729501
|
action_at: Date | null;
|
|
729407
|
-
id_user: string | null;
|
|
729408
729502
|
} | undefined;
|
|
729409
729503
|
} | undefined;
|
|
729410
729504
|
meta: object;
|
|
@@ -730296,6 +730390,28 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
730296
730390
|
id_organization: string | null;
|
|
730297
730391
|
id_forwarder_category: string | null;
|
|
730298
730392
|
} | null;
|
|
730393
|
+
organization_service_types: {
|
|
730394
|
+
is_active: boolean | null;
|
|
730395
|
+
id: string;
|
|
730396
|
+
logic_code: string | null;
|
|
730397
|
+
name: string | null;
|
|
730398
|
+
code: string | null;
|
|
730399
|
+
created_at: Date | null;
|
|
730400
|
+
created_by: string | null;
|
|
730401
|
+
updated_at: Date | null;
|
|
730402
|
+
updated_by: string | null;
|
|
730403
|
+
}[];
|
|
730404
|
+
organization_wh_inv_managements: {
|
|
730405
|
+
is_active: boolean | null;
|
|
730406
|
+
id: string;
|
|
730407
|
+
logic_code: string | null;
|
|
730408
|
+
name: string | null;
|
|
730409
|
+
code: string | null;
|
|
730410
|
+
created_at: Date | null;
|
|
730411
|
+
created_by: string | null;
|
|
730412
|
+
updated_at: Date | null;
|
|
730413
|
+
updated_by: string | null;
|
|
730414
|
+
}[];
|
|
730299
730415
|
organization_business_category: {
|
|
730300
730416
|
is_active: boolean | null;
|
|
730301
730417
|
id: string;
|
|
@@ -730384,28 +730500,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
730384
730500
|
is_non_vessel_operator: boolean | null;
|
|
730385
730501
|
is_shipping_line: boolean | null;
|
|
730386
730502
|
} | null;
|
|
730387
|
-
organization_service_types: {
|
|
730388
|
-
is_active: boolean | null;
|
|
730389
|
-
id: string;
|
|
730390
|
-
logic_code: string | null;
|
|
730391
|
-
name: string | null;
|
|
730392
|
-
code: string | null;
|
|
730393
|
-
created_at: Date | null;
|
|
730394
|
-
created_by: string | null;
|
|
730395
|
-
updated_at: Date | null;
|
|
730396
|
-
updated_by: string | null;
|
|
730397
|
-
}[];
|
|
730398
|
-
organization_wh_inv_managements: {
|
|
730399
|
-
is_active: boolean | null;
|
|
730400
|
-
id: string;
|
|
730401
|
-
logic_code: string | null;
|
|
730402
|
-
name: string | null;
|
|
730403
|
-
code: string | null;
|
|
730404
|
-
created_at: Date | null;
|
|
730405
|
-
created_by: string | null;
|
|
730406
|
-
updated_at: Date | null;
|
|
730407
|
-
updated_by: string | null;
|
|
730408
|
-
}[];
|
|
730409
730503
|
receivable_settlement_group_organizations: {
|
|
730410
730504
|
is_active: boolean | null;
|
|
730411
730505
|
id: string;
|
|
@@ -730816,6 +730910,28 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
730816
730910
|
id_organization: string | null;
|
|
730817
730911
|
id_forwarder_category: string | null;
|
|
730818
730912
|
} | null;
|
|
730913
|
+
organization_service_types: {
|
|
730914
|
+
is_active: boolean | null;
|
|
730915
|
+
id: string;
|
|
730916
|
+
logic_code: string | null;
|
|
730917
|
+
name: string | null;
|
|
730918
|
+
code: string | null;
|
|
730919
|
+
created_at: Date | null;
|
|
730920
|
+
created_by: string | null;
|
|
730921
|
+
updated_at: Date | null;
|
|
730922
|
+
updated_by: string | null;
|
|
730923
|
+
}[];
|
|
730924
|
+
organization_wh_inv_managements: {
|
|
730925
|
+
is_active: boolean | null;
|
|
730926
|
+
id: string;
|
|
730927
|
+
logic_code: string | null;
|
|
730928
|
+
name: string | null;
|
|
730929
|
+
code: string | null;
|
|
730930
|
+
created_at: Date | null;
|
|
730931
|
+
created_by: string | null;
|
|
730932
|
+
updated_at: Date | null;
|
|
730933
|
+
updated_by: string | null;
|
|
730934
|
+
}[];
|
|
730819
730935
|
organization_business_category: {
|
|
730820
730936
|
is_active: boolean | null;
|
|
730821
730937
|
id: string;
|
|
@@ -730904,28 +731020,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
730904
731020
|
is_non_vessel_operator: boolean | null;
|
|
730905
731021
|
is_shipping_line: boolean | null;
|
|
730906
731022
|
} | null;
|
|
730907
|
-
organization_service_types: {
|
|
730908
|
-
is_active: boolean | null;
|
|
730909
|
-
id: string;
|
|
730910
|
-
logic_code: string | null;
|
|
730911
|
-
name: string | null;
|
|
730912
|
-
code: string | null;
|
|
730913
|
-
created_at: Date | null;
|
|
730914
|
-
created_by: string | null;
|
|
730915
|
-
updated_at: Date | null;
|
|
730916
|
-
updated_by: string | null;
|
|
730917
|
-
}[];
|
|
730918
|
-
organization_wh_inv_managements: {
|
|
730919
|
-
is_active: boolean | null;
|
|
730920
|
-
id: string;
|
|
730921
|
-
logic_code: string | null;
|
|
730922
|
-
name: string | null;
|
|
730923
|
-
code: string | null;
|
|
730924
|
-
created_at: Date | null;
|
|
730925
|
-
created_by: string | null;
|
|
730926
|
-
updated_at: Date | null;
|
|
730927
|
-
updated_by: string | null;
|
|
730928
|
-
}[];
|
|
730929
731023
|
receivable_settlement_group_organizations: {
|
|
730930
731024
|
is_active: boolean | null;
|
|
730931
731025
|
id: string;
|
|
@@ -732922,33 +733016,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
732922
733016
|
};
|
|
732923
733017
|
output: {
|
|
732924
733018
|
data: {
|
|
732925
|
-
organization: {
|
|
732926
|
-
is_active: boolean | null;
|
|
732927
|
-
id: string;
|
|
732928
|
-
logic_code: string | null;
|
|
732929
|
-
name: string | null;
|
|
732930
|
-
id_country: string | null;
|
|
732931
|
-
id_state: string | null;
|
|
732932
|
-
id_city: string | null;
|
|
732933
|
-
id_postal_code: string | null;
|
|
732934
|
-
id_company: string | null;
|
|
732935
|
-
id_branch: string | null;
|
|
732936
|
-
code: string | null;
|
|
732937
|
-
created_at: Date | null;
|
|
732938
|
-
created_by: string | null;
|
|
732939
|
-
updated_at: Date | null;
|
|
732940
|
-
updated_by: string | null;
|
|
732941
|
-
id_un_locode: string | null;
|
|
732942
|
-
email: string | null;
|
|
732943
|
-
id_business_category: string | null;
|
|
732944
|
-
id_controlling_branch: string | null;
|
|
732945
|
-
id_airline: string | null;
|
|
732946
|
-
id_shipping_line: string | null;
|
|
732947
|
-
phone: string | null;
|
|
732948
|
-
website_url: string | null;
|
|
732949
|
-
company_number: string | null;
|
|
732950
|
-
company_tax_number: string | null;
|
|
732951
|
-
} | null;
|
|
732952
733019
|
user: {
|
|
732953
733020
|
is_active: boolean | null;
|
|
732954
733021
|
id: string;
|
|
@@ -732996,6 +733063,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
732996
733063
|
updated_at: Date | null;
|
|
732997
733064
|
updated_by: string | null;
|
|
732998
733065
|
} | null;
|
|
733066
|
+
organization: {
|
|
733067
|
+
is_active: boolean | null;
|
|
733068
|
+
id: string;
|
|
733069
|
+
logic_code: string | null;
|
|
733070
|
+
name: string | null;
|
|
733071
|
+
id_country: string | null;
|
|
733072
|
+
id_state: string | null;
|
|
733073
|
+
id_city: string | null;
|
|
733074
|
+
id_postal_code: string | null;
|
|
733075
|
+
id_company: string | null;
|
|
733076
|
+
id_branch: string | null;
|
|
733077
|
+
code: string | null;
|
|
733078
|
+
created_at: Date | null;
|
|
733079
|
+
created_by: string | null;
|
|
733080
|
+
updated_at: Date | null;
|
|
733081
|
+
updated_by: string | null;
|
|
733082
|
+
id_un_locode: string | null;
|
|
733083
|
+
email: string | null;
|
|
733084
|
+
id_business_category: string | null;
|
|
733085
|
+
id_controlling_branch: string | null;
|
|
733086
|
+
id_airline: string | null;
|
|
733087
|
+
id_shipping_line: string | null;
|
|
733088
|
+
phone: string | null;
|
|
733089
|
+
website_url: string | null;
|
|
733090
|
+
company_number: string | null;
|
|
733091
|
+
company_tax_number: string | null;
|
|
733092
|
+
} | null;
|
|
732999
733093
|
organization_staff_role: {
|
|
733000
733094
|
is_active: boolean | null;
|
|
733001
733095
|
id: string;
|
|
@@ -733013,8 +733107,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
733013
733107
|
created_by: string | null;
|
|
733014
733108
|
updated_at: Date | null;
|
|
733015
733109
|
updated_by: string | null;
|
|
733016
|
-
id_organization: string | null;
|
|
733017
733110
|
id_user: string | null;
|
|
733111
|
+
id_organization: string | null;
|
|
733018
733112
|
id_organization_staff_role: string | null;
|
|
733019
733113
|
}[] | undefined;
|
|
733020
733114
|
total: number | undefined;
|
|
@@ -733037,33 +733131,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
733037
733131
|
organization_staff_role: number;
|
|
733038
733132
|
organization_staff_assignment_logs: number;
|
|
733039
733133
|
};
|
|
733040
|
-
organization: {
|
|
733041
|
-
is_active: boolean | null;
|
|
733042
|
-
id: string;
|
|
733043
|
-
logic_code: string | null;
|
|
733044
|
-
name: string | null;
|
|
733045
|
-
id_country: string | null;
|
|
733046
|
-
id_state: string | null;
|
|
733047
|
-
id_city: string | null;
|
|
733048
|
-
id_postal_code: string | null;
|
|
733049
|
-
id_company: string | null;
|
|
733050
|
-
id_branch: string | null;
|
|
733051
|
-
code: string | null;
|
|
733052
|
-
created_at: Date | null;
|
|
733053
|
-
created_by: string | null;
|
|
733054
|
-
updated_at: Date | null;
|
|
733055
|
-
updated_by: string | null;
|
|
733056
|
-
id_un_locode: string | null;
|
|
733057
|
-
email: string | null;
|
|
733058
|
-
id_business_category: string | null;
|
|
733059
|
-
id_controlling_branch: string | null;
|
|
733060
|
-
id_airline: string | null;
|
|
733061
|
-
id_shipping_line: string | null;
|
|
733062
|
-
phone: string | null;
|
|
733063
|
-
website_url: string | null;
|
|
733064
|
-
company_number: string | null;
|
|
733065
|
-
company_tax_number: string | null;
|
|
733066
|
-
} | null;
|
|
733067
733134
|
user: {
|
|
733068
733135
|
is_active: boolean | null;
|
|
733069
733136
|
id: string;
|
|
@@ -733111,6 +733178,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
733111
733178
|
updated_at: Date | null;
|
|
733112
733179
|
updated_by: string | null;
|
|
733113
733180
|
} | null;
|
|
733181
|
+
organization: {
|
|
733182
|
+
is_active: boolean | null;
|
|
733183
|
+
id: string;
|
|
733184
|
+
logic_code: string | null;
|
|
733185
|
+
name: string | null;
|
|
733186
|
+
id_country: string | null;
|
|
733187
|
+
id_state: string | null;
|
|
733188
|
+
id_city: string | null;
|
|
733189
|
+
id_postal_code: string | null;
|
|
733190
|
+
id_company: string | null;
|
|
733191
|
+
id_branch: string | null;
|
|
733192
|
+
code: string | null;
|
|
733193
|
+
created_at: Date | null;
|
|
733194
|
+
created_by: string | null;
|
|
733195
|
+
updated_at: Date | null;
|
|
733196
|
+
updated_by: string | null;
|
|
733197
|
+
id_un_locode: string | null;
|
|
733198
|
+
email: string | null;
|
|
733199
|
+
id_business_category: string | null;
|
|
733200
|
+
id_controlling_branch: string | null;
|
|
733201
|
+
id_airline: string | null;
|
|
733202
|
+
id_shipping_line: string | null;
|
|
733203
|
+
phone: string | null;
|
|
733204
|
+
website_url: string | null;
|
|
733205
|
+
company_number: string | null;
|
|
733206
|
+
company_tax_number: string | null;
|
|
733207
|
+
} | null;
|
|
733114
733208
|
organization_staff_role: {
|
|
733115
733209
|
is_active: boolean | null;
|
|
733116
733210
|
id: string;
|
|
@@ -733128,8 +733222,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
733128
733222
|
created_by: string | null;
|
|
733129
733223
|
updated_at: Date | null;
|
|
733130
733224
|
updated_by: string | null;
|
|
733131
|
-
id_organization: string | null;
|
|
733132
733225
|
id_user: string | null;
|
|
733226
|
+
id_organization: string | null;
|
|
733133
733227
|
id_organization_staff_role: string | null;
|
|
733134
733228
|
};
|
|
733135
733229
|
};
|
|
@@ -733244,6 +733338,53 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
733244
733338
|
};
|
|
733245
733339
|
output: {
|
|
733246
733340
|
data: {
|
|
733341
|
+
user: {
|
|
733342
|
+
is_active: boolean | null;
|
|
733343
|
+
id: string;
|
|
733344
|
+
logic_code: string | null;
|
|
733345
|
+
id_sso: string | null;
|
|
733346
|
+
name: string | null;
|
|
733347
|
+
id_country: string | null;
|
|
733348
|
+
id_state: string | null;
|
|
733349
|
+
id_city: string | null;
|
|
733350
|
+
id_postal_code: string | null;
|
|
733351
|
+
id_nationality: string | null;
|
|
733352
|
+
id_company: string | null;
|
|
733353
|
+
id_branch: string | null;
|
|
733354
|
+
id_department: string | null;
|
|
733355
|
+
id_spouse_relationship: string | null;
|
|
733356
|
+
id_emergency_relationship: string | null;
|
|
733357
|
+
id_last_accessed_company: string | null;
|
|
733358
|
+
id_last_accessed_branch: string | null;
|
|
733359
|
+
code: string | null;
|
|
733360
|
+
pref_name: string | null;
|
|
733361
|
+
address: string | null;
|
|
733362
|
+
date_of_birth: Date | null;
|
|
733363
|
+
employment_date: Date | null;
|
|
733364
|
+
depart_date: Date | null;
|
|
733365
|
+
gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
|
|
733366
|
+
job_title: string | null;
|
|
733367
|
+
work_phone: string | null;
|
|
733368
|
+
work_extension: string | null;
|
|
733369
|
+
work_fax: string | null;
|
|
733370
|
+
home_phone: string | null;
|
|
733371
|
+
mobile_phone: string | null;
|
|
733372
|
+
other_reference: string | null;
|
|
733373
|
+
personal_email: string | null;
|
|
733374
|
+
work_email: string | null;
|
|
733375
|
+
spouse_name: string | null;
|
|
733376
|
+
spouse_phone: string | null;
|
|
733377
|
+
spouse_email: string | null;
|
|
733378
|
+
emergency_name: string | null;
|
|
733379
|
+
emergency_phone: string | null;
|
|
733380
|
+
emergency_email: string | null;
|
|
733381
|
+
profile_photo_url: string | null;
|
|
733382
|
+
signature_url: string | null;
|
|
733383
|
+
created_at: Date | null;
|
|
733384
|
+
created_by: string | null;
|
|
733385
|
+
updated_at: Date | null;
|
|
733386
|
+
updated_by: string | null;
|
|
733387
|
+
} | null;
|
|
733247
733388
|
organization: {
|
|
733248
733389
|
is_active: boolean | null;
|
|
733249
733390
|
id: string;
|
|
@@ -733271,53 +733412,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
733271
733412
|
company_number: string | null;
|
|
733272
733413
|
company_tax_number: string | null;
|
|
733273
733414
|
} | null;
|
|
733274
|
-
user: {
|
|
733275
|
-
is_active: boolean | null;
|
|
733276
|
-
id: string;
|
|
733277
|
-
logic_code: string | null;
|
|
733278
|
-
id_sso: string | null;
|
|
733279
|
-
name: string | null;
|
|
733280
|
-
id_country: string | null;
|
|
733281
|
-
id_state: string | null;
|
|
733282
|
-
id_city: string | null;
|
|
733283
|
-
id_postal_code: string | null;
|
|
733284
|
-
id_nationality: string | null;
|
|
733285
|
-
id_company: string | null;
|
|
733286
|
-
id_branch: string | null;
|
|
733287
|
-
id_department: string | null;
|
|
733288
|
-
id_spouse_relationship: string | null;
|
|
733289
|
-
id_emergency_relationship: string | null;
|
|
733290
|
-
id_last_accessed_company: string | null;
|
|
733291
|
-
id_last_accessed_branch: string | null;
|
|
733292
|
-
code: string | null;
|
|
733293
|
-
pref_name: string | null;
|
|
733294
|
-
address: string | null;
|
|
733295
|
-
date_of_birth: Date | null;
|
|
733296
|
-
employment_date: Date | null;
|
|
733297
|
-
depart_date: Date | null;
|
|
733298
|
-
gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
|
|
733299
|
-
job_title: string | null;
|
|
733300
|
-
work_phone: string | null;
|
|
733301
|
-
work_extension: string | null;
|
|
733302
|
-
work_fax: string | null;
|
|
733303
|
-
home_phone: string | null;
|
|
733304
|
-
mobile_phone: string | null;
|
|
733305
|
-
other_reference: string | null;
|
|
733306
|
-
personal_email: string | null;
|
|
733307
|
-
work_email: string | null;
|
|
733308
|
-
spouse_name: string | null;
|
|
733309
|
-
spouse_phone: string | null;
|
|
733310
|
-
spouse_email: string | null;
|
|
733311
|
-
emergency_name: string | null;
|
|
733312
|
-
emergency_phone: string | null;
|
|
733313
|
-
emergency_email: string | null;
|
|
733314
|
-
profile_photo_url: string | null;
|
|
733315
|
-
signature_url: string | null;
|
|
733316
|
-
created_at: Date | null;
|
|
733317
|
-
created_by: string | null;
|
|
733318
|
-
updated_at: Date | null;
|
|
733319
|
-
updated_by: string | null;
|
|
733320
|
-
} | null;
|
|
733321
733415
|
organization_staff_role: {
|
|
733322
733416
|
is_active: boolean | null;
|
|
733323
733417
|
id: string;
|
|
@@ -733335,8 +733429,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
733335
733429
|
created_by: string | null;
|
|
733336
733430
|
updated_at: Date | null;
|
|
733337
733431
|
updated_by: string | null;
|
|
733338
|
-
id_organization: string | null;
|
|
733339
733432
|
id_user: string | null;
|
|
733433
|
+
id_organization: string | null;
|
|
733340
733434
|
id_organization_staff_role: string | null;
|
|
733341
733435
|
} | undefined;
|
|
733342
733436
|
log: {
|
|
@@ -733366,33 +733460,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
733366
733460
|
};
|
|
733367
733461
|
output: {
|
|
733368
733462
|
data: {
|
|
733369
|
-
organization: {
|
|
733370
|
-
is_active: boolean | null;
|
|
733371
|
-
id: string;
|
|
733372
|
-
logic_code: string | null;
|
|
733373
|
-
name: string | null;
|
|
733374
|
-
id_country: string | null;
|
|
733375
|
-
id_state: string | null;
|
|
733376
|
-
id_city: string | null;
|
|
733377
|
-
id_postal_code: string | null;
|
|
733378
|
-
id_company: string | null;
|
|
733379
|
-
id_branch: string | null;
|
|
733380
|
-
code: string | null;
|
|
733381
|
-
created_at: Date | null;
|
|
733382
|
-
created_by: string | null;
|
|
733383
|
-
updated_at: Date | null;
|
|
733384
|
-
updated_by: string | null;
|
|
733385
|
-
id_un_locode: string | null;
|
|
733386
|
-
email: string | null;
|
|
733387
|
-
id_business_category: string | null;
|
|
733388
|
-
id_controlling_branch: string | null;
|
|
733389
|
-
id_airline: string | null;
|
|
733390
|
-
id_shipping_line: string | null;
|
|
733391
|
-
phone: string | null;
|
|
733392
|
-
website_url: string | null;
|
|
733393
|
-
company_number: string | null;
|
|
733394
|
-
company_tax_number: string | null;
|
|
733395
|
-
} | null;
|
|
733396
733463
|
user: {
|
|
733397
733464
|
is_active: boolean | null;
|
|
733398
733465
|
id: string;
|
|
@@ -733440,6 +733507,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
733440
733507
|
updated_at: Date | null;
|
|
733441
733508
|
updated_by: string | null;
|
|
733442
733509
|
} | null;
|
|
733510
|
+
organization: {
|
|
733511
|
+
is_active: boolean | null;
|
|
733512
|
+
id: string;
|
|
733513
|
+
logic_code: string | null;
|
|
733514
|
+
name: string | null;
|
|
733515
|
+
id_country: string | null;
|
|
733516
|
+
id_state: string | null;
|
|
733517
|
+
id_city: string | null;
|
|
733518
|
+
id_postal_code: string | null;
|
|
733519
|
+
id_company: string | null;
|
|
733520
|
+
id_branch: string | null;
|
|
733521
|
+
code: string | null;
|
|
733522
|
+
created_at: Date | null;
|
|
733523
|
+
created_by: string | null;
|
|
733524
|
+
updated_at: Date | null;
|
|
733525
|
+
updated_by: string | null;
|
|
733526
|
+
id_un_locode: string | null;
|
|
733527
|
+
email: string | null;
|
|
733528
|
+
id_business_category: string | null;
|
|
733529
|
+
id_controlling_branch: string | null;
|
|
733530
|
+
id_airline: string | null;
|
|
733531
|
+
id_shipping_line: string | null;
|
|
733532
|
+
phone: string | null;
|
|
733533
|
+
website_url: string | null;
|
|
733534
|
+
company_number: string | null;
|
|
733535
|
+
company_tax_number: string | null;
|
|
733536
|
+
} | null;
|
|
733443
733537
|
organization_staff_role: {
|
|
733444
733538
|
is_active: boolean | null;
|
|
733445
733539
|
id: string;
|
|
@@ -733457,8 +733551,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
733457
733551
|
created_by: string | null;
|
|
733458
733552
|
updated_at: Date | null;
|
|
733459
733553
|
updated_by: string | null;
|
|
733460
|
-
id_organization: string | null;
|
|
733461
733554
|
id_user: string | null;
|
|
733555
|
+
id_organization: string | null;
|
|
733462
733556
|
id_organization_staff_role: string | null;
|
|
733463
733557
|
} | undefined;
|
|
733464
733558
|
log: {
|
|
@@ -733490,8 +733584,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
733490
733584
|
created_by: string | null;
|
|
733491
733585
|
updated_at: Date | null;
|
|
733492
733586
|
updated_by: string | null;
|
|
733493
|
-
id_organization: string | null;
|
|
733494
733587
|
id_user: string | null;
|
|
733588
|
+
id_organization: string | null;
|
|
733495
733589
|
id_organization_staff_role: string | null;
|
|
733496
733590
|
} | undefined)[] | undefined;
|
|
733497
733591
|
};
|
|
@@ -736348,34 +736442,18 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736348
736442
|
updated_by: string | null;
|
|
736349
736443
|
id_un_locode: string | null;
|
|
736350
736444
|
} | null;
|
|
736351
|
-
|
|
736445
|
+
organization_account_groups: {
|
|
736352
736446
|
is_active: boolean | null;
|
|
736353
736447
|
id: string;
|
|
736354
736448
|
logic_code: string | null;
|
|
736355
736449
|
name: string | null;
|
|
736356
|
-
id_country: string | null;
|
|
736357
|
-
id_state: string | null;
|
|
736358
|
-
id_city: string | null;
|
|
736359
|
-
id_postal_code: string | null;
|
|
736360
|
-
id_company: string | null;
|
|
736361
|
-
id_branch: string | null;
|
|
736362
736450
|
code: string | null;
|
|
736363
736451
|
created_at: Date | null;
|
|
736364
736452
|
created_by: string | null;
|
|
736365
736453
|
updated_at: Date | null;
|
|
736366
736454
|
updated_by: string | null;
|
|
736367
|
-
id_un_locode: string | null;
|
|
736368
|
-
email: string | null;
|
|
736369
|
-
id_business_category: string | null;
|
|
736370
|
-
id_controlling_branch: string | null;
|
|
736371
|
-
id_airline: string | null;
|
|
736372
|
-
id_shipping_line: string | null;
|
|
736373
|
-
phone: string | null;
|
|
736374
|
-
website_url: string | null;
|
|
736375
|
-
company_number: string | null;
|
|
736376
|
-
company_tax_number: string | null;
|
|
736377
736455
|
} | null;
|
|
736378
|
-
|
|
736456
|
+
organization_account_relationships: {
|
|
736379
736457
|
is_active: boolean | null;
|
|
736380
736458
|
id: string;
|
|
736381
736459
|
logic_code: string | null;
|
|
@@ -736386,7 +736464,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736386
736464
|
updated_at: Date | null;
|
|
736387
736465
|
updated_by: string | null;
|
|
736388
736466
|
} | null;
|
|
736389
|
-
|
|
736467
|
+
organization_consolidation_categories: {
|
|
736390
736468
|
is_active: boolean | null;
|
|
736391
736469
|
id: string;
|
|
736392
736470
|
logic_code: string | null;
|
|
@@ -736397,7 +736475,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736397
736475
|
updated_at: Date | null;
|
|
736398
736476
|
updated_by: string | null;
|
|
736399
736477
|
} | null;
|
|
736400
|
-
|
|
736478
|
+
organization_tax_types: {
|
|
736401
736479
|
is_active: boolean | null;
|
|
736402
736480
|
id: string;
|
|
736403
736481
|
logic_code: string | null;
|
|
@@ -736408,7 +736486,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736408
736486
|
updated_at: Date | null;
|
|
736409
736487
|
updated_by: string | null;
|
|
736410
736488
|
} | null;
|
|
736411
|
-
|
|
736489
|
+
organization_transaction_restrictions: {
|
|
736412
736490
|
is_active: boolean | null;
|
|
736413
736491
|
id: string;
|
|
736414
736492
|
logic_code: string | null;
|
|
@@ -736419,16 +736497,32 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736419
736497
|
updated_at: Date | null;
|
|
736420
736498
|
updated_by: string | null;
|
|
736421
736499
|
} | null;
|
|
736422
|
-
|
|
736500
|
+
organization: {
|
|
736423
736501
|
is_active: boolean | null;
|
|
736424
736502
|
id: string;
|
|
736425
736503
|
logic_code: string | null;
|
|
736426
736504
|
name: string | null;
|
|
736505
|
+
id_country: string | null;
|
|
736506
|
+
id_state: string | null;
|
|
736507
|
+
id_city: string | null;
|
|
736508
|
+
id_postal_code: string | null;
|
|
736509
|
+
id_company: string | null;
|
|
736510
|
+
id_branch: string | null;
|
|
736427
736511
|
code: string | null;
|
|
736428
736512
|
created_at: Date | null;
|
|
736429
736513
|
created_by: string | null;
|
|
736430
736514
|
updated_at: Date | null;
|
|
736431
736515
|
updated_by: string | null;
|
|
736516
|
+
id_un_locode: string | null;
|
|
736517
|
+
email: string | null;
|
|
736518
|
+
id_business_category: string | null;
|
|
736519
|
+
id_controlling_branch: string | null;
|
|
736520
|
+
id_airline: string | null;
|
|
736521
|
+
id_shipping_line: string | null;
|
|
736522
|
+
phone: string | null;
|
|
736523
|
+
website_url: string | null;
|
|
736524
|
+
company_number: string | null;
|
|
736525
|
+
company_tax_number: string | null;
|
|
736432
736526
|
} | null;
|
|
736433
736527
|
default_currency: {
|
|
736434
736528
|
symbol: string | null;
|
|
@@ -736505,34 +736599,18 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736505
736599
|
updated_by: string | null;
|
|
736506
736600
|
id_un_locode: string | null;
|
|
736507
736601
|
} | null;
|
|
736508
|
-
|
|
736602
|
+
organization_account_groups: {
|
|
736509
736603
|
is_active: boolean | null;
|
|
736510
736604
|
id: string;
|
|
736511
736605
|
logic_code: string | null;
|
|
736512
736606
|
name: string | null;
|
|
736513
|
-
id_country: string | null;
|
|
736514
|
-
id_state: string | null;
|
|
736515
|
-
id_city: string | null;
|
|
736516
|
-
id_postal_code: string | null;
|
|
736517
|
-
id_company: string | null;
|
|
736518
|
-
id_branch: string | null;
|
|
736519
736607
|
code: string | null;
|
|
736520
736608
|
created_at: Date | null;
|
|
736521
736609
|
created_by: string | null;
|
|
736522
736610
|
updated_at: Date | null;
|
|
736523
736611
|
updated_by: string | null;
|
|
736524
|
-
id_un_locode: string | null;
|
|
736525
|
-
email: string | null;
|
|
736526
|
-
id_business_category: string | null;
|
|
736527
|
-
id_controlling_branch: string | null;
|
|
736528
|
-
id_airline: string | null;
|
|
736529
|
-
id_shipping_line: string | null;
|
|
736530
|
-
phone: string | null;
|
|
736531
|
-
website_url: string | null;
|
|
736532
|
-
company_number: string | null;
|
|
736533
|
-
company_tax_number: string | null;
|
|
736534
736612
|
} | null;
|
|
736535
|
-
|
|
736613
|
+
organization_account_relationships: {
|
|
736536
736614
|
is_active: boolean | null;
|
|
736537
736615
|
id: string;
|
|
736538
736616
|
logic_code: string | null;
|
|
@@ -736543,7 +736621,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736543
736621
|
updated_at: Date | null;
|
|
736544
736622
|
updated_by: string | null;
|
|
736545
736623
|
} | null;
|
|
736546
|
-
|
|
736624
|
+
organization_consolidation_categories: {
|
|
736547
736625
|
is_active: boolean | null;
|
|
736548
736626
|
id: string;
|
|
736549
736627
|
logic_code: string | null;
|
|
@@ -736554,7 +736632,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736554
736632
|
updated_at: Date | null;
|
|
736555
736633
|
updated_by: string | null;
|
|
736556
736634
|
} | null;
|
|
736557
|
-
|
|
736635
|
+
organization_tax_types: {
|
|
736558
736636
|
is_active: boolean | null;
|
|
736559
736637
|
id: string;
|
|
736560
736638
|
logic_code: string | null;
|
|
@@ -736565,7 +736643,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736565
736643
|
updated_at: Date | null;
|
|
736566
736644
|
updated_by: string | null;
|
|
736567
736645
|
} | null;
|
|
736568
|
-
|
|
736646
|
+
organization_transaction_restrictions: {
|
|
736569
736647
|
is_active: boolean | null;
|
|
736570
736648
|
id: string;
|
|
736571
736649
|
logic_code: string | null;
|
|
@@ -736576,16 +736654,32 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736576
736654
|
updated_at: Date | null;
|
|
736577
736655
|
updated_by: string | null;
|
|
736578
736656
|
} | null;
|
|
736579
|
-
|
|
736657
|
+
organization: {
|
|
736580
736658
|
is_active: boolean | null;
|
|
736581
736659
|
id: string;
|
|
736582
736660
|
logic_code: string | null;
|
|
736583
736661
|
name: string | null;
|
|
736662
|
+
id_country: string | null;
|
|
736663
|
+
id_state: string | null;
|
|
736664
|
+
id_city: string | null;
|
|
736665
|
+
id_postal_code: string | null;
|
|
736666
|
+
id_company: string | null;
|
|
736667
|
+
id_branch: string | null;
|
|
736584
736668
|
code: string | null;
|
|
736585
736669
|
created_at: Date | null;
|
|
736586
736670
|
created_by: string | null;
|
|
736587
736671
|
updated_at: Date | null;
|
|
736588
736672
|
updated_by: string | null;
|
|
736673
|
+
id_un_locode: string | null;
|
|
736674
|
+
email: string | null;
|
|
736675
|
+
id_business_category: string | null;
|
|
736676
|
+
id_controlling_branch: string | null;
|
|
736677
|
+
id_airline: string | null;
|
|
736678
|
+
id_shipping_line: string | null;
|
|
736679
|
+
phone: string | null;
|
|
736680
|
+
website_url: string | null;
|
|
736681
|
+
company_number: string | null;
|
|
736682
|
+
company_tax_number: string | null;
|
|
736589
736683
|
} | null;
|
|
736590
736684
|
default_currency: {
|
|
736591
736685
|
symbol: string | null;
|
|
@@ -744408,7 +744502,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
744408
744502
|
updated_by: string | null;
|
|
744409
744503
|
} | null;
|
|
744410
744504
|
id: string;
|
|
744411
|
-
id_transport_mode: string | null;
|
|
744412
744505
|
id_log_type: string | null;
|
|
744413
744506
|
url: string | null;
|
|
744414
744507
|
params: SimpleJson;
|
|
@@ -744416,6 +744509,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
744416
744509
|
action_by: string | null;
|
|
744417
744510
|
action_id: string | null;
|
|
744418
744511
|
action_at: Date | null;
|
|
744512
|
+
id_transport_mode: string | null;
|
|
744419
744513
|
}[] | undefined;
|
|
744420
744514
|
total: number | undefined;
|
|
744421
744515
|
};
|
|
@@ -744442,7 +744536,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
744442
744536
|
updated_by: string | null;
|
|
744443
744537
|
} | null;
|
|
744444
744538
|
id: string;
|
|
744445
|
-
id_transport_mode: string | null;
|
|
744446
744539
|
id_log_type: string | null;
|
|
744447
744540
|
url: string | null;
|
|
744448
744541
|
params: SimpleJson;
|
|
@@ -744450,6 +744543,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
744450
744543
|
action_by: string | null;
|
|
744451
744544
|
action_id: string | null;
|
|
744452
744545
|
action_at: Date | null;
|
|
744546
|
+
id_transport_mode: string | null;
|
|
744453
744547
|
} | undefined;
|
|
744454
744548
|
};
|
|
744455
744549
|
meta: object;
|
|
@@ -744475,7 +744569,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
744475
744569
|
} | undefined;
|
|
744476
744570
|
log: {
|
|
744477
744571
|
id: string;
|
|
744478
|
-
id_transport_mode: string | null;
|
|
744479
744572
|
id_log_type: string | null;
|
|
744480
744573
|
url: string | null;
|
|
744481
744574
|
params: SimpleJson;
|
|
@@ -744483,6 +744576,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
744483
744576
|
action_by: string | null;
|
|
744484
744577
|
action_id: string | null;
|
|
744485
744578
|
action_at: Date | null;
|
|
744579
|
+
id_transport_mode: string | null;
|
|
744486
744580
|
} | undefined;
|
|
744487
744581
|
};
|
|
744488
744582
|
meta: object;
|
|
@@ -744511,7 +744605,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
744511
744605
|
} | undefined;
|
|
744512
744606
|
log: {
|
|
744513
744607
|
id: string;
|
|
744514
|
-
id_transport_mode: string | null;
|
|
744515
744608
|
id_log_type: string | null;
|
|
744516
744609
|
url: string | null;
|
|
744517
744610
|
params: SimpleJson;
|
|
@@ -744519,6 +744612,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
744519
744612
|
action_by: string | null;
|
|
744520
744613
|
action_id: string | null;
|
|
744521
744614
|
action_at: Date | null;
|
|
744615
|
+
id_transport_mode: string | null;
|
|
744522
744616
|
} | undefined;
|
|
744523
744617
|
};
|
|
744524
744618
|
meta: object;
|
|
@@ -746760,7 +746854,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
746760
746854
|
};
|
|
746761
746855
|
output: {
|
|
746762
746856
|
data: {
|
|
746763
|
-
|
|
746857
|
+
weight_unit: {
|
|
746764
746858
|
is_active: boolean | null;
|
|
746765
746859
|
id: string;
|
|
746766
746860
|
logic_code: string | null;
|
|
@@ -746770,8 +746864,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
746770
746864
|
created_by: string | null;
|
|
746771
746865
|
updated_at: Date | null;
|
|
746772
746866
|
updated_by: string | null;
|
|
746867
|
+
id_type: string | null;
|
|
746773
746868
|
} | null;
|
|
746774
|
-
|
|
746869
|
+
measurement_unit_type: {
|
|
746775
746870
|
is_active: boolean | null;
|
|
746776
746871
|
id: string;
|
|
746777
746872
|
logic_code: string | null;
|
|
@@ -746781,7 +746876,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
746781
746876
|
created_by: string | null;
|
|
746782
746877
|
updated_at: Date | null;
|
|
746783
746878
|
updated_by: string | null;
|
|
746784
|
-
id_type: string | null;
|
|
746785
746879
|
} | null;
|
|
746786
746880
|
dimension_unit: {
|
|
746787
746881
|
is_active: boolean | null;
|
|
@@ -746837,7 +746931,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
746837
746931
|
forwarding_shipment_packings: number;
|
|
746838
746932
|
syncproc_purchase_orders: number;
|
|
746839
746933
|
};
|
|
746840
|
-
|
|
746934
|
+
weight_unit: {
|
|
746841
746935
|
is_active: boolean | null;
|
|
746842
746936
|
id: string;
|
|
746843
746937
|
logic_code: string | null;
|
|
@@ -746847,8 +746941,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
746847
746941
|
created_by: string | null;
|
|
746848
746942
|
updated_at: Date | null;
|
|
746849
746943
|
updated_by: string | null;
|
|
746944
|
+
id_type: string | null;
|
|
746850
746945
|
} | null;
|
|
746851
|
-
|
|
746946
|
+
measurement_unit_type: {
|
|
746852
746947
|
is_active: boolean | null;
|
|
746853
746948
|
id: string;
|
|
746854
746949
|
logic_code: string | null;
|
|
@@ -746858,7 +746953,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
746858
746953
|
created_by: string | null;
|
|
746859
746954
|
updated_at: Date | null;
|
|
746860
746955
|
updated_by: string | null;
|
|
746861
|
-
id_type: string | null;
|
|
746862
746956
|
} | null;
|
|
746863
746957
|
dimension_unit: {
|
|
746864
746958
|
is_active: boolean | null;
|
|
@@ -748044,7 +748138,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748044
748138
|
updated_by: string | null;
|
|
748045
748139
|
} | null;
|
|
748046
748140
|
id: string;
|
|
748047
|
-
id_service_level: string | null;
|
|
748048
748141
|
id_log_type: string | null;
|
|
748049
748142
|
url: string | null;
|
|
748050
748143
|
params: SimpleJson;
|
|
@@ -748052,6 +748145,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748052
748145
|
action_by: string | null;
|
|
748053
748146
|
action_id: string | null;
|
|
748054
748147
|
action_at: Date | null;
|
|
748148
|
+
id_service_level: string | null;
|
|
748055
748149
|
}[] | undefined;
|
|
748056
748150
|
total: number | undefined;
|
|
748057
748151
|
};
|
|
@@ -748078,7 +748172,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748078
748172
|
updated_by: string | null;
|
|
748079
748173
|
} | null;
|
|
748080
748174
|
id: string;
|
|
748081
|
-
id_service_level: string | null;
|
|
748082
748175
|
id_log_type: string | null;
|
|
748083
748176
|
url: string | null;
|
|
748084
748177
|
params: SimpleJson;
|
|
@@ -748086,6 +748179,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748086
748179
|
action_by: string | null;
|
|
748087
748180
|
action_id: string | null;
|
|
748088
748181
|
action_at: Date | null;
|
|
748182
|
+
id_service_level: string | null;
|
|
748089
748183
|
} | undefined;
|
|
748090
748184
|
};
|
|
748091
748185
|
meta: object;
|
|
@@ -748115,7 +748209,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748115
748209
|
} | undefined;
|
|
748116
748210
|
log: {
|
|
748117
748211
|
id: string;
|
|
748118
|
-
id_service_level: string | null;
|
|
748119
748212
|
id_log_type: string | null;
|
|
748120
748213
|
url: string | null;
|
|
748121
748214
|
params: SimpleJson;
|
|
@@ -748123,6 +748216,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748123
748216
|
action_by: string | null;
|
|
748124
748217
|
action_id: string | null;
|
|
748125
748218
|
action_at: Date | null;
|
|
748219
|
+
id_service_level: string | null;
|
|
748126
748220
|
} | undefined;
|
|
748127
748221
|
};
|
|
748128
748222
|
meta: object;
|
|
@@ -748155,7 +748249,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748155
748249
|
} | undefined;
|
|
748156
748250
|
log: {
|
|
748157
748251
|
id: string;
|
|
748158
|
-
id_service_level: string | null;
|
|
748159
748252
|
id_log_type: string | null;
|
|
748160
748253
|
url: string | null;
|
|
748161
748254
|
params: SimpleJson;
|
|
@@ -748163,6 +748256,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748163
748256
|
action_by: string | null;
|
|
748164
748257
|
action_id: string | null;
|
|
748165
748258
|
action_at: Date | null;
|
|
748259
|
+
id_service_level: string | null;
|
|
748166
748260
|
} | undefined;
|
|
748167
748261
|
};
|
|
748168
748262
|
meta: object;
|
|
@@ -748598,7 +748692,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748598
748692
|
updated_by: string | null;
|
|
748599
748693
|
} | null;
|
|
748600
748694
|
id: string;
|
|
748601
|
-
id_incoterm: string | null;
|
|
748602
748695
|
id_log_type: string | null;
|
|
748603
748696
|
url: string | null;
|
|
748604
748697
|
params: SimpleJson;
|
|
@@ -748606,6 +748699,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748606
748699
|
action_by: string | null;
|
|
748607
748700
|
action_id: string | null;
|
|
748608
748701
|
action_at: Date | null;
|
|
748702
|
+
id_incoterm: string | null;
|
|
748609
748703
|
}[] | undefined;
|
|
748610
748704
|
total: number | undefined;
|
|
748611
748705
|
};
|
|
@@ -748632,7 +748726,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748632
748726
|
updated_by: string | null;
|
|
748633
748727
|
} | null;
|
|
748634
748728
|
id: string;
|
|
748635
|
-
id_incoterm: string | null;
|
|
748636
748729
|
id_log_type: string | null;
|
|
748637
748730
|
url: string | null;
|
|
748638
748731
|
params: SimpleJson;
|
|
@@ -748640,6 +748733,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748640
748733
|
action_by: string | null;
|
|
748641
748734
|
action_id: string | null;
|
|
748642
748735
|
action_at: Date | null;
|
|
748736
|
+
id_incoterm: string | null;
|
|
748643
748737
|
} | undefined;
|
|
748644
748738
|
};
|
|
748645
748739
|
meta: object;
|
|
@@ -748667,7 +748761,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748667
748761
|
} | undefined;
|
|
748668
748762
|
log: {
|
|
748669
748763
|
id: string;
|
|
748670
|
-
id_incoterm: string | null;
|
|
748671
748764
|
id_log_type: string | null;
|
|
748672
748765
|
url: string | null;
|
|
748673
748766
|
params: SimpleJson;
|
|
@@ -748675,6 +748768,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748675
748768
|
action_by: string | null;
|
|
748676
748769
|
action_id: string | null;
|
|
748677
748770
|
action_at: Date | null;
|
|
748771
|
+
id_incoterm: string | null;
|
|
748678
748772
|
} | undefined;
|
|
748679
748773
|
};
|
|
748680
748774
|
meta: object;
|
|
@@ -748705,7 +748799,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748705
748799
|
} | undefined;
|
|
748706
748800
|
log: {
|
|
748707
748801
|
id: string;
|
|
748708
|
-
id_incoterm: string | null;
|
|
748709
748802
|
id_log_type: string | null;
|
|
748710
748803
|
url: string | null;
|
|
748711
748804
|
params: SimpleJson;
|
|
@@ -748713,6 +748806,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
748713
748806
|
action_by: string | null;
|
|
748714
748807
|
action_id: string | null;
|
|
748715
748808
|
action_at: Date | null;
|
|
748809
|
+
id_incoterm: string | null;
|
|
748716
748810
|
} | undefined;
|
|
748717
748811
|
};
|
|
748718
748812
|
meta: object;
|
|
@@ -749304,7 +749398,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
749304
749398
|
updated_by: string | null;
|
|
749305
749399
|
} | null;
|
|
749306
749400
|
id: string;
|
|
749307
|
-
id_commodity: string | null;
|
|
749308
749401
|
id_log_type: string | null;
|
|
749309
749402
|
url: string | null;
|
|
749310
749403
|
params: SimpleJson;
|
|
@@ -749312,6 +749405,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
749312
749405
|
action_by: string | null;
|
|
749313
749406
|
action_id: string | null;
|
|
749314
749407
|
action_at: Date | null;
|
|
749408
|
+
id_commodity: string | null;
|
|
749315
749409
|
}[] | undefined;
|
|
749316
749410
|
total: number | undefined;
|
|
749317
749411
|
};
|
|
@@ -749338,7 +749432,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
749338
749432
|
updated_by: string | null;
|
|
749339
749433
|
} | null;
|
|
749340
749434
|
id: string;
|
|
749341
|
-
id_commodity: string | null;
|
|
749342
749435
|
id_log_type: string | null;
|
|
749343
749436
|
url: string | null;
|
|
749344
749437
|
params: SimpleJson;
|
|
@@ -749346,6 +749439,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
749346
749439
|
action_by: string | null;
|
|
749347
749440
|
action_id: string | null;
|
|
749348
749441
|
action_at: Date | null;
|
|
749442
|
+
id_commodity: string | null;
|
|
749349
749443
|
} | undefined;
|
|
749350
749444
|
};
|
|
749351
749445
|
meta: object;
|
|
@@ -749393,7 +749487,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
749393
749487
|
} | undefined;
|
|
749394
749488
|
log: {
|
|
749395
749489
|
id: string;
|
|
749396
|
-
id_commodity: string | null;
|
|
749397
749490
|
id_log_type: string | null;
|
|
749398
749491
|
url: string | null;
|
|
749399
749492
|
params: SimpleJson;
|
|
@@ -749401,6 +749494,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
749401
749494
|
action_by: string | null;
|
|
749402
749495
|
action_id: string | null;
|
|
749403
749496
|
action_at: Date | null;
|
|
749497
|
+
id_commodity: string | null;
|
|
749404
749498
|
} | undefined;
|
|
749405
749499
|
};
|
|
749406
749500
|
meta: object;
|
|
@@ -749451,7 +749545,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
749451
749545
|
} | undefined;
|
|
749452
749546
|
log: {
|
|
749453
749547
|
id: string;
|
|
749454
|
-
id_commodity: string | null;
|
|
749455
749548
|
id_log_type: string | null;
|
|
749456
749549
|
url: string | null;
|
|
749457
749550
|
params: SimpleJson;
|
|
@@ -749459,6 +749552,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
749459
749552
|
action_by: string | null;
|
|
749460
749553
|
action_id: string | null;
|
|
749461
749554
|
action_at: Date | null;
|
|
749555
|
+
id_commodity: string | null;
|
|
749462
749556
|
} | undefined;
|
|
749463
749557
|
};
|
|
749464
749558
|
meta: object;
|
|
@@ -754620,7 +754714,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
754620
754714
|
id_system: string | null;
|
|
754621
754715
|
tax_message: string | null;
|
|
754622
754716
|
} | null;
|
|
754623
|
-
|
|
754717
|
+
charge_code_groups: {
|
|
754624
754718
|
is_active: boolean | null;
|
|
754625
754719
|
id: string;
|
|
754626
754720
|
logic_code: string | null;
|
|
@@ -754630,9 +754724,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
754630
754724
|
created_by: string | null;
|
|
754631
754725
|
updated_at: Date | null;
|
|
754632
754726
|
updated_by: string | null;
|
|
754633
|
-
description: string | null;
|
|
754634
754727
|
} | null;
|
|
754635
|
-
|
|
754728
|
+
incoterm: {
|
|
754636
754729
|
is_active: boolean | null;
|
|
754637
754730
|
id: string;
|
|
754638
754731
|
logic_code: string | null;
|
|
@@ -754642,6 +754735,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
754642
754735
|
created_by: string | null;
|
|
754643
754736
|
updated_at: Date | null;
|
|
754644
754737
|
updated_by: string | null;
|
|
754738
|
+
description: string | null;
|
|
754645
754739
|
} | null;
|
|
754646
754740
|
charge_code_type: {
|
|
754647
754741
|
is_active: boolean | null;
|
|
@@ -754895,7 +754989,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
754895
754989
|
id_system: string | null;
|
|
754896
754990
|
tax_message: string | null;
|
|
754897
754991
|
} | null;
|
|
754898
|
-
|
|
754992
|
+
charge_code_groups: {
|
|
754899
754993
|
is_active: boolean | null;
|
|
754900
754994
|
id: string;
|
|
754901
754995
|
logic_code: string | null;
|
|
@@ -754905,9 +754999,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
754905
754999
|
created_by: string | null;
|
|
754906
755000
|
updated_at: Date | null;
|
|
754907
755001
|
updated_by: string | null;
|
|
754908
|
-
description: string | null;
|
|
754909
755002
|
} | null;
|
|
754910
|
-
|
|
755003
|
+
incoterm: {
|
|
754911
755004
|
is_active: boolean | null;
|
|
754912
755005
|
id: string;
|
|
754913
755006
|
logic_code: string | null;
|
|
@@ -754917,6 +755010,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
754917
755010
|
created_by: string | null;
|
|
754918
755011
|
updated_at: Date | null;
|
|
754919
755012
|
updated_by: string | null;
|
|
755013
|
+
description: string | null;
|
|
754920
755014
|
} | null;
|
|
754921
755015
|
charge_code_type: {
|
|
754922
755016
|
is_active: boolean | null;
|
|
@@ -761640,7 +761734,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
761640
761734
|
updated_by: string | null;
|
|
761641
761735
|
} | null;
|
|
761642
761736
|
id: string;
|
|
761643
|
-
id_container_shipping_type: string | null;
|
|
761644
761737
|
id_log_type: string | null;
|
|
761645
761738
|
url: string | null;
|
|
761646
761739
|
params: SimpleJson;
|
|
@@ -761648,6 +761741,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
761648
761741
|
action_by: string | null;
|
|
761649
761742
|
action_id: string | null;
|
|
761650
761743
|
action_at: Date | null;
|
|
761744
|
+
id_container_shipping_type: string | null;
|
|
761651
761745
|
}[] | undefined;
|
|
761652
761746
|
total: number | undefined;
|
|
761653
761747
|
};
|
|
@@ -761674,7 +761768,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
761674
761768
|
updated_by: string | null;
|
|
761675
761769
|
} | null;
|
|
761676
761770
|
id: string;
|
|
761677
|
-
id_container_shipping_type: string | null;
|
|
761678
761771
|
id_log_type: string | null;
|
|
761679
761772
|
url: string | null;
|
|
761680
761773
|
params: SimpleJson;
|
|
@@ -761682,6 +761775,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
761682
761775
|
action_by: string | null;
|
|
761683
761776
|
action_id: string | null;
|
|
761684
761777
|
action_at: Date | null;
|
|
761778
|
+
id_container_shipping_type: string | null;
|
|
761685
761779
|
} | undefined;
|
|
761686
761780
|
};
|
|
761687
761781
|
meta: object;
|
|
@@ -761707,7 +761801,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
761707
761801
|
};
|
|
761708
761802
|
log: {
|
|
761709
761803
|
id: string;
|
|
761710
|
-
id_container_shipping_type: string | null;
|
|
761711
761804
|
id_log_type: string | null;
|
|
761712
761805
|
url: string | null;
|
|
761713
761806
|
params: SimpleJson;
|
|
@@ -761715,6 +761808,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
761715
761808
|
action_by: string | null;
|
|
761716
761809
|
action_id: string | null;
|
|
761717
761810
|
action_at: Date | null;
|
|
761811
|
+
id_container_shipping_type: string | null;
|
|
761718
761812
|
} | undefined;
|
|
761719
761813
|
} | undefined;
|
|
761720
761814
|
meta: object;
|
|
@@ -761743,7 +761837,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
761743
761837
|
};
|
|
761744
761838
|
log: {
|
|
761745
761839
|
id: string;
|
|
761746
|
-
id_container_shipping_type: string | null;
|
|
761747
761840
|
id_log_type: string | null;
|
|
761748
761841
|
url: string | null;
|
|
761749
761842
|
params: SimpleJson;
|
|
@@ -761751,6 +761844,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
761751
761844
|
action_by: string | null;
|
|
761752
761845
|
action_id: string | null;
|
|
761753
761846
|
action_at: Date | null;
|
|
761847
|
+
id_container_shipping_type: string | null;
|
|
761754
761848
|
} | undefined;
|
|
761755
761849
|
} | undefined;
|
|
761756
761850
|
meta: object;
|
|
@@ -761787,7 +761881,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
761787
761881
|
};
|
|
761788
761882
|
log: {
|
|
761789
761883
|
id: string;
|
|
761790
|
-
id_container_shipping_type: string | null;
|
|
761791
761884
|
id_log_type: string | null;
|
|
761792
761885
|
url: string | null;
|
|
761793
761886
|
params: SimpleJson;
|
|
@@ -761795,6 +761888,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
761795
761888
|
action_by: string | null;
|
|
761796
761889
|
action_id: string | null;
|
|
761797
761890
|
action_at: Date | null;
|
|
761891
|
+
id_container_shipping_type: string | null;
|
|
761798
761892
|
} | undefined;
|
|
761799
761893
|
} | undefined)[];
|
|
761800
761894
|
updatedData: ({
|
|
@@ -761811,7 +761905,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
761811
761905
|
};
|
|
761812
761906
|
log: {
|
|
761813
761907
|
id: string;
|
|
761814
|
-
id_container_shipping_type: string | null;
|
|
761815
761908
|
id_log_type: string | null;
|
|
761816
761909
|
url: string | null;
|
|
761817
761910
|
params: SimpleJson;
|
|
@@ -761819,6 +761912,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
761819
761912
|
action_by: string | null;
|
|
761820
761913
|
action_id: string | null;
|
|
761821
761914
|
action_at: Date | null;
|
|
761915
|
+
id_container_shipping_type: string | null;
|
|
761822
761916
|
} | undefined;
|
|
761823
761917
|
} | undefined)[];
|
|
761824
761918
|
} | undefined;
|