@be-logixpair/api 0.0.123 → 0.0.124

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +1557 -1125
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -518366,6 +518366,7 @@ type forwarding_transport_modesWhereInput = {
518366
518366
  updated_at?: DateTimeNullableFilter<"forwarding_transport_modes"> | Date | string | null;
518367
518367
  updated_by?: StringNullableFilter<"forwarding_transport_modes"> | string | null;
518368
518368
  forwarding_transport_mode_logs?: Forwarding_transport_mode_logsListRelationFilter;
518369
+ forwarding_shipment_charges_applies?: Forwarding_shipment_charges_appliesListRelationFilter;
518369
518370
  forwarding_bookings?: Forwarding_bookingsListRelationFilter;
518370
518371
  forwarding_shipments?: Forwarding_shipmentsListRelationFilter;
518371
518372
  forwarding_consols?: Forwarding_consolsListRelationFilter;
@@ -518385,6 +518386,7 @@ type forwarding_transport_modesOrderByWithRelationInput = {
518385
518386
  updated_at?: SortOrderInput | SortOrder;
518386
518387
  updated_by?: SortOrderInput | SortOrder;
518387
518388
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsOrderByRelationAggregateInput;
518389
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesOrderByRelationAggregateInput;
518388
518390
  forwarding_bookings?: forwarding_bookingsOrderByRelationAggregateInput;
518389
518391
  forwarding_shipments?: forwarding_shipmentsOrderByRelationAggregateInput;
518390
518392
  forwarding_consols?: forwarding_consolsOrderByRelationAggregateInput;
@@ -518407,6 +518409,7 @@ type forwarding_transport_modesWhereUniqueInput = AtLeast<{
518407
518409
  updated_at?: DateTimeNullableFilter<"forwarding_transport_modes"> | Date | string | null;
518408
518410
  updated_by?: StringNullableFilter<"forwarding_transport_modes"> | string | null;
518409
518411
  forwarding_transport_mode_logs?: Forwarding_transport_mode_logsListRelationFilter;
518412
+ forwarding_shipment_charges_applies?: Forwarding_shipment_charges_appliesListRelationFilter;
518410
518413
  forwarding_bookings?: Forwarding_bookingsListRelationFilter;
518411
518414
  forwarding_shipments?: Forwarding_shipmentsListRelationFilter;
518412
518415
  forwarding_consols?: Forwarding_consolsListRelationFilter;
@@ -518460,6 +518463,7 @@ type forwarding_transport_modesCreateInput = {
518460
518463
  updated_at?: Date | string | null;
518461
518464
  updated_by?: string | null;
518462
518465
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsCreateNestedManyWithoutForwarding_transport_modeInput;
518466
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesCreateNestedManyWithoutForwarding_transport_modesInput;
518463
518467
  forwarding_bookings?: forwarding_bookingsCreateNestedManyWithoutForwarding_transport_modeInput;
518464
518468
  forwarding_shipments?: forwarding_shipmentsCreateNestedManyWithoutForwarding_transport_modeInput;
518465
518469
  forwarding_consols?: forwarding_consolsCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -518479,6 +518483,7 @@ type forwarding_transport_modesUncheckedCreateInput = {
518479
518483
  updated_at?: Date | string | null;
518480
518484
  updated_by?: string | null;
518481
518485
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
518486
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedCreateNestedManyWithoutForwarding_transport_modesInput;
518482
518487
  forwarding_bookings?: forwarding_bookingsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
518483
518488
  forwarding_shipments?: forwarding_shipmentsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
518484
518489
  forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -518498,6 +518503,7 @@ type forwarding_transport_modesUpdateInput = {
518498
518503
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
518499
518504
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
518500
518505
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUpdateManyWithoutForwarding_transport_modeNestedInput;
518506
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUpdateManyWithoutForwarding_transport_modesNestedInput;
518501
518507
  forwarding_bookings?: forwarding_bookingsUpdateManyWithoutForwarding_transport_modeNestedInput;
518502
518508
  forwarding_shipments?: forwarding_shipmentsUpdateManyWithoutForwarding_transport_modeNestedInput;
518503
518509
  forwarding_consols?: forwarding_consolsUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -518517,6 +518523,7 @@ type forwarding_transport_modesUncheckedUpdateInput = {
518517
518523
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
518518
518524
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
518519
518525
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
518526
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedUpdateManyWithoutForwarding_transport_modesNestedInput;
518520
518527
  forwarding_bookings?: forwarding_bookingsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
518521
518528
  forwarding_shipments?: forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
518522
518529
  forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -518695,6 +518702,40 @@ type forwarding_transport_modesUncheckedUpdateManyWithoutContainer_shipping_type
518695
518702
  updateMany?: forwarding_transport_modesUpdateManyWithWhereWithoutContainer_shipping_typesInput | forwarding_transport_modesUpdateManyWithWhereWithoutContainer_shipping_typesInput[];
518696
518703
  deleteMany?: forwarding_transport_modesScalarWhereInput | forwarding_transport_modesScalarWhereInput[];
518697
518704
  };
518705
+ type forwarding_transport_modesCreateNestedManyWithoutForwarding_shipment_charges_appliesInput = {
518706
+ create?: XOR<forwarding_transport_modesCreateWithoutForwarding_shipment_charges_appliesInput, forwarding_transport_modesUncheckedCreateWithoutForwarding_shipment_charges_appliesInput> | forwarding_transport_modesCreateWithoutForwarding_shipment_charges_appliesInput[] | forwarding_transport_modesUncheckedCreateWithoutForwarding_shipment_charges_appliesInput[];
518707
+ connectOrCreate?: forwarding_transport_modesCreateOrConnectWithoutForwarding_shipment_charges_appliesInput | forwarding_transport_modesCreateOrConnectWithoutForwarding_shipment_charges_appliesInput[];
518708
+ connect?: forwarding_transport_modesWhereUniqueInput | forwarding_transport_modesWhereUniqueInput[];
518709
+ };
518710
+ type forwarding_transport_modesUncheckedCreateNestedManyWithoutForwarding_shipment_charges_appliesInput = {
518711
+ create?: XOR<forwarding_transport_modesCreateWithoutForwarding_shipment_charges_appliesInput, forwarding_transport_modesUncheckedCreateWithoutForwarding_shipment_charges_appliesInput> | forwarding_transport_modesCreateWithoutForwarding_shipment_charges_appliesInput[] | forwarding_transport_modesUncheckedCreateWithoutForwarding_shipment_charges_appliesInput[];
518712
+ connectOrCreate?: forwarding_transport_modesCreateOrConnectWithoutForwarding_shipment_charges_appliesInput | forwarding_transport_modesCreateOrConnectWithoutForwarding_shipment_charges_appliesInput[];
518713
+ connect?: forwarding_transport_modesWhereUniqueInput | forwarding_transport_modesWhereUniqueInput[];
518714
+ };
518715
+ type forwarding_transport_modesUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput = {
518716
+ create?: XOR<forwarding_transport_modesCreateWithoutForwarding_shipment_charges_appliesInput, forwarding_transport_modesUncheckedCreateWithoutForwarding_shipment_charges_appliesInput> | forwarding_transport_modesCreateWithoutForwarding_shipment_charges_appliesInput[] | forwarding_transport_modesUncheckedCreateWithoutForwarding_shipment_charges_appliesInput[];
518717
+ connectOrCreate?: forwarding_transport_modesCreateOrConnectWithoutForwarding_shipment_charges_appliesInput | forwarding_transport_modesCreateOrConnectWithoutForwarding_shipment_charges_appliesInput[];
518718
+ upsert?: forwarding_transport_modesUpsertWithWhereUniqueWithoutForwarding_shipment_charges_appliesInput | forwarding_transport_modesUpsertWithWhereUniqueWithoutForwarding_shipment_charges_appliesInput[];
518719
+ set?: forwarding_transport_modesWhereUniqueInput | forwarding_transport_modesWhereUniqueInput[];
518720
+ disconnect?: forwarding_transport_modesWhereUniqueInput | forwarding_transport_modesWhereUniqueInput[];
518721
+ delete?: forwarding_transport_modesWhereUniqueInput | forwarding_transport_modesWhereUniqueInput[];
518722
+ connect?: forwarding_transport_modesWhereUniqueInput | forwarding_transport_modesWhereUniqueInput[];
518723
+ update?: forwarding_transport_modesUpdateWithWhereUniqueWithoutForwarding_shipment_charges_appliesInput | forwarding_transport_modesUpdateWithWhereUniqueWithoutForwarding_shipment_charges_appliesInput[];
518724
+ updateMany?: forwarding_transport_modesUpdateManyWithWhereWithoutForwarding_shipment_charges_appliesInput | forwarding_transport_modesUpdateManyWithWhereWithoutForwarding_shipment_charges_appliesInput[];
518725
+ deleteMany?: forwarding_transport_modesScalarWhereInput | forwarding_transport_modesScalarWhereInput[];
518726
+ };
518727
+ type forwarding_transport_modesUncheckedUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput = {
518728
+ create?: XOR<forwarding_transport_modesCreateWithoutForwarding_shipment_charges_appliesInput, forwarding_transport_modesUncheckedCreateWithoutForwarding_shipment_charges_appliesInput> | forwarding_transport_modesCreateWithoutForwarding_shipment_charges_appliesInput[] | forwarding_transport_modesUncheckedCreateWithoutForwarding_shipment_charges_appliesInput[];
518729
+ connectOrCreate?: forwarding_transport_modesCreateOrConnectWithoutForwarding_shipment_charges_appliesInput | forwarding_transport_modesCreateOrConnectWithoutForwarding_shipment_charges_appliesInput[];
518730
+ upsert?: forwarding_transport_modesUpsertWithWhereUniqueWithoutForwarding_shipment_charges_appliesInput | forwarding_transport_modesUpsertWithWhereUniqueWithoutForwarding_shipment_charges_appliesInput[];
518731
+ set?: forwarding_transport_modesWhereUniqueInput | forwarding_transport_modesWhereUniqueInput[];
518732
+ disconnect?: forwarding_transport_modesWhereUniqueInput | forwarding_transport_modesWhereUniqueInput[];
518733
+ delete?: forwarding_transport_modesWhereUniqueInput | forwarding_transport_modesWhereUniqueInput[];
518734
+ connect?: forwarding_transport_modesWhereUniqueInput | forwarding_transport_modesWhereUniqueInput[];
518735
+ update?: forwarding_transport_modesUpdateWithWhereUniqueWithoutForwarding_shipment_charges_appliesInput | forwarding_transport_modesUpdateWithWhereUniqueWithoutForwarding_shipment_charges_appliesInput[];
518736
+ updateMany?: forwarding_transport_modesUpdateManyWithWhereWithoutForwarding_shipment_charges_appliesInput | forwarding_transport_modesUpdateManyWithWhereWithoutForwarding_shipment_charges_appliesInput[];
518737
+ deleteMany?: forwarding_transport_modesScalarWhereInput | forwarding_transport_modesScalarWhereInput[];
518738
+ };
518698
518739
  type forwarding_transport_modesCreateNestedOneWithoutForwarding_transport_mode_logsInput = {
518699
518740
  create?: XOR<forwarding_transport_modesCreateWithoutForwarding_transport_mode_logsInput, forwarding_transport_modesUncheckedCreateWithoutForwarding_transport_mode_logsInput>;
518700
518741
  connectOrCreate?: forwarding_transport_modesCreateOrConnectWithoutForwarding_transport_mode_logsInput;
@@ -518736,6 +518777,7 @@ type forwarding_transport_modesCreateWithoutForwarding_bookingsInput = {
518736
518777
  updated_at?: Date | string | null;
518737
518778
  updated_by?: string | null;
518738
518779
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsCreateNestedManyWithoutForwarding_transport_modeInput;
518780
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesCreateNestedManyWithoutForwarding_transport_modesInput;
518739
518781
  forwarding_shipments?: forwarding_shipmentsCreateNestedManyWithoutForwarding_transport_modeInput;
518740
518782
  forwarding_consols?: forwarding_consolsCreateNestedManyWithoutForwarding_transport_modeInput;
518741
518783
  forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -518754,6 +518796,7 @@ type forwarding_transport_modesUncheckedCreateWithoutForwarding_bookingsInput =
518754
518796
  updated_at?: Date | string | null;
518755
518797
  updated_by?: string | null;
518756
518798
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
518799
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedCreateNestedManyWithoutForwarding_transport_modesInput;
518757
518800
  forwarding_shipments?: forwarding_shipmentsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
518758
518801
  forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
518759
518802
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -518785,6 +518828,7 @@ type forwarding_transport_modesUpdateWithoutForwarding_bookingsInput = {
518785
518828
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
518786
518829
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
518787
518830
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUpdateManyWithoutForwarding_transport_modeNestedInput;
518831
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUpdateManyWithoutForwarding_transport_modesNestedInput;
518788
518832
  forwarding_shipments?: forwarding_shipmentsUpdateManyWithoutForwarding_transport_modeNestedInput;
518789
518833
  forwarding_consols?: forwarding_consolsUpdateManyWithoutForwarding_transport_modeNestedInput;
518790
518834
  forwarding_consol_routings?: forwarding_consol_routingsUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -518803,6 +518847,7 @@ type forwarding_transport_modesUncheckedUpdateWithoutForwarding_bookingsInput =
518803
518847
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
518804
518848
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
518805
518849
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
518850
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedUpdateManyWithoutForwarding_transport_modesNestedInput;
518806
518851
  forwarding_shipments?: forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
518807
518852
  forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
518808
518853
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -518821,6 +518866,7 @@ type forwarding_transport_modesCreateWithoutForwarding_consolsInput = {
518821
518866
  updated_at?: Date | string | null;
518822
518867
  updated_by?: string | null;
518823
518868
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsCreateNestedManyWithoutForwarding_transport_modeInput;
518869
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesCreateNestedManyWithoutForwarding_transport_modesInput;
518824
518870
  forwarding_bookings?: forwarding_bookingsCreateNestedManyWithoutForwarding_transport_modeInput;
518825
518871
  forwarding_shipments?: forwarding_shipmentsCreateNestedManyWithoutForwarding_transport_modeInput;
518826
518872
  forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -518839,6 +518885,7 @@ type forwarding_transport_modesUncheckedCreateWithoutForwarding_consolsInput = {
518839
518885
  updated_at?: Date | string | null;
518840
518886
  updated_by?: string | null;
518841
518887
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
518888
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedCreateNestedManyWithoutForwarding_transport_modesInput;
518842
518889
  forwarding_bookings?: forwarding_bookingsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
518843
518890
  forwarding_shipments?: forwarding_shipmentsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
518844
518891
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -518870,6 +518917,7 @@ type forwarding_transport_modesUpdateWithoutForwarding_consolsInput = {
518870
518917
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
518871
518918
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
518872
518919
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUpdateManyWithoutForwarding_transport_modeNestedInput;
518920
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUpdateManyWithoutForwarding_transport_modesNestedInput;
518873
518921
  forwarding_bookings?: forwarding_bookingsUpdateManyWithoutForwarding_transport_modeNestedInput;
518874
518922
  forwarding_shipments?: forwarding_shipmentsUpdateManyWithoutForwarding_transport_modeNestedInput;
518875
518923
  forwarding_consol_routings?: forwarding_consol_routingsUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -518888,6 +518936,7 @@ type forwarding_transport_modesUncheckedUpdateWithoutForwarding_consolsInput = {
518888
518936
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
518889
518937
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
518890
518938
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
518939
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedUpdateManyWithoutForwarding_transport_modesNestedInput;
518891
518940
  forwarding_bookings?: forwarding_bookingsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
518892
518941
  forwarding_shipments?: forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
518893
518942
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -518906,6 +518955,7 @@ type forwarding_transport_modesCreateWithoutForwarding_consol_routingsInput = {
518906
518955
  updated_at?: Date | string | null;
518907
518956
  updated_by?: string | null;
518908
518957
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsCreateNestedManyWithoutForwarding_transport_modeInput;
518958
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesCreateNestedManyWithoutForwarding_transport_modesInput;
518909
518959
  forwarding_bookings?: forwarding_bookingsCreateNestedManyWithoutForwarding_transport_modeInput;
518910
518960
  forwarding_shipments?: forwarding_shipmentsCreateNestedManyWithoutForwarding_transport_modeInput;
518911
518961
  forwarding_consols?: forwarding_consolsCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -518924,6 +518974,7 @@ type forwarding_transport_modesUncheckedCreateWithoutForwarding_consol_routingsI
518924
518974
  updated_at?: Date | string | null;
518925
518975
  updated_by?: string | null;
518926
518976
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
518977
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedCreateNestedManyWithoutForwarding_transport_modesInput;
518927
518978
  forwarding_bookings?: forwarding_bookingsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
518928
518979
  forwarding_shipments?: forwarding_shipmentsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
518929
518980
  forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -518955,6 +519006,7 @@ type forwarding_transport_modesUpdateWithoutForwarding_consol_routingsInput = {
518955
519006
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
518956
519007
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
518957
519008
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUpdateManyWithoutForwarding_transport_modeNestedInput;
519009
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUpdateManyWithoutForwarding_transport_modesNestedInput;
518958
519010
  forwarding_bookings?: forwarding_bookingsUpdateManyWithoutForwarding_transport_modeNestedInput;
518959
519011
  forwarding_shipments?: forwarding_shipmentsUpdateManyWithoutForwarding_transport_modeNestedInput;
518960
519012
  forwarding_consols?: forwarding_consolsUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -518973,6 +519025,7 @@ type forwarding_transport_modesUncheckedUpdateWithoutForwarding_consol_routingsI
518973
519025
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
518974
519026
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
518975
519027
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519028
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedUpdateManyWithoutForwarding_transport_modesNestedInput;
518976
519029
  forwarding_bookings?: forwarding_bookingsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
518977
519030
  forwarding_shipments?: forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
518978
519031
  forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -518991,6 +519044,7 @@ type forwarding_transport_modesCreateWithoutContainer_shipping_typesInput = {
518991
519044
  updated_at?: Date | string | null;
518992
519045
  updated_by?: string | null;
518993
519046
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsCreateNestedManyWithoutForwarding_transport_modeInput;
519047
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesCreateNestedManyWithoutForwarding_transport_modesInput;
518994
519048
  forwarding_bookings?: forwarding_bookingsCreateNestedManyWithoutForwarding_transport_modeInput;
518995
519049
  forwarding_shipments?: forwarding_shipmentsCreateNestedManyWithoutForwarding_transport_modeInput;
518996
519050
  forwarding_consols?: forwarding_consolsCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -519009,6 +519063,7 @@ type forwarding_transport_modesUncheckedCreateWithoutContainer_shipping_typesInp
519009
519063
  updated_at?: Date | string | null;
519010
519064
  updated_by?: string | null;
519011
519065
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
519066
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedCreateNestedManyWithoutForwarding_transport_modesInput;
519012
519067
  forwarding_bookings?: forwarding_bookingsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
519013
519068
  forwarding_shipments?: forwarding_shipmentsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
519014
519069
  forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -519047,6 +519102,61 @@ type forwarding_transport_modesScalarWhereInput = {
519047
519102
  updated_at?: DateTimeNullableFilter<"forwarding_transport_modes"> | Date | string | null;
519048
519103
  updated_by?: StringNullableFilter<"forwarding_transport_modes"> | string | null;
519049
519104
  };
519105
+ type forwarding_transport_modesCreateWithoutForwarding_shipment_charges_appliesInput = {
519106
+ id?: bigint | number;
519107
+ logic_code?: string | null;
519108
+ code?: string | null;
519109
+ name?: string | null;
519110
+ is_active?: boolean | null;
519111
+ is_shipment?: boolean | null;
519112
+ is_consol?: boolean | null;
519113
+ created_at?: Date | string | null;
519114
+ created_by?: string | null;
519115
+ updated_at?: Date | string | null;
519116
+ updated_by?: string | null;
519117
+ forwarding_transport_mode_logs?: forwarding_transport_mode_logsCreateNestedManyWithoutForwarding_transport_modeInput;
519118
+ forwarding_bookings?: forwarding_bookingsCreateNestedManyWithoutForwarding_transport_modeInput;
519119
+ forwarding_shipments?: forwarding_shipmentsCreateNestedManyWithoutForwarding_transport_modeInput;
519120
+ forwarding_consols?: forwarding_consolsCreateNestedManyWithoutForwarding_transport_modeInput;
519121
+ forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutForwarding_transport_modeInput;
519122
+ container_shipping_types?: container_shipping_typesCreateNestedManyWithoutForwarding_transport_modesInput;
519123
+ };
519124
+ type forwarding_transport_modesUncheckedCreateWithoutForwarding_shipment_charges_appliesInput = {
519125
+ id?: bigint | number;
519126
+ logic_code?: string | null;
519127
+ code?: string | null;
519128
+ name?: string | null;
519129
+ is_active?: boolean | null;
519130
+ is_shipment?: boolean | null;
519131
+ is_consol?: boolean | null;
519132
+ created_at?: Date | string | null;
519133
+ created_by?: string | null;
519134
+ updated_at?: Date | string | null;
519135
+ updated_by?: string | null;
519136
+ forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
519137
+ forwarding_bookings?: forwarding_bookingsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
519138
+ forwarding_shipments?: forwarding_shipmentsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
519139
+ forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
519140
+ forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
519141
+ container_shipping_types?: container_shipping_typesUncheckedCreateNestedManyWithoutForwarding_transport_modesInput;
519142
+ };
519143
+ type forwarding_transport_modesCreateOrConnectWithoutForwarding_shipment_charges_appliesInput = {
519144
+ where: forwarding_transport_modesWhereUniqueInput;
519145
+ create: XOR<forwarding_transport_modesCreateWithoutForwarding_shipment_charges_appliesInput, forwarding_transport_modesUncheckedCreateWithoutForwarding_shipment_charges_appliesInput>;
519146
+ };
519147
+ type forwarding_transport_modesUpsertWithWhereUniqueWithoutForwarding_shipment_charges_appliesInput = {
519148
+ where: forwarding_transport_modesWhereUniqueInput;
519149
+ update: XOR<forwarding_transport_modesUpdateWithoutForwarding_shipment_charges_appliesInput, forwarding_transport_modesUncheckedUpdateWithoutForwarding_shipment_charges_appliesInput>;
519150
+ create: XOR<forwarding_transport_modesCreateWithoutForwarding_shipment_charges_appliesInput, forwarding_transport_modesUncheckedCreateWithoutForwarding_shipment_charges_appliesInput>;
519151
+ };
519152
+ type forwarding_transport_modesUpdateWithWhereUniqueWithoutForwarding_shipment_charges_appliesInput = {
519153
+ where: forwarding_transport_modesWhereUniqueInput;
519154
+ data: XOR<forwarding_transport_modesUpdateWithoutForwarding_shipment_charges_appliesInput, forwarding_transport_modesUncheckedUpdateWithoutForwarding_shipment_charges_appliesInput>;
519155
+ };
519156
+ type forwarding_transport_modesUpdateManyWithWhereWithoutForwarding_shipment_charges_appliesInput = {
519157
+ where: forwarding_transport_modesScalarWhereInput;
519158
+ data: XOR<forwarding_transport_modesUpdateManyMutationInput, forwarding_transport_modesUncheckedUpdateManyWithoutForwarding_shipment_charges_appliesInput>;
519159
+ };
519050
519160
  type forwarding_transport_modesCreateWithoutForwarding_transport_mode_logsInput = {
519051
519161
  id?: bigint | number;
519052
519162
  logic_code?: string | null;
@@ -519059,6 +519169,7 @@ type forwarding_transport_modesCreateWithoutForwarding_transport_mode_logsInput
519059
519169
  created_by?: string | null;
519060
519170
  updated_at?: Date | string | null;
519061
519171
  updated_by?: string | null;
519172
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesCreateNestedManyWithoutForwarding_transport_modesInput;
519062
519173
  forwarding_bookings?: forwarding_bookingsCreateNestedManyWithoutForwarding_transport_modeInput;
519063
519174
  forwarding_shipments?: forwarding_shipmentsCreateNestedManyWithoutForwarding_transport_modeInput;
519064
519175
  forwarding_consols?: forwarding_consolsCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -519077,6 +519188,7 @@ type forwarding_transport_modesUncheckedCreateWithoutForwarding_transport_mode_l
519077
519188
  created_by?: string | null;
519078
519189
  updated_at?: Date | string | null;
519079
519190
  updated_by?: string | null;
519191
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedCreateNestedManyWithoutForwarding_transport_modesInput;
519080
519192
  forwarding_bookings?: forwarding_bookingsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
519081
519193
  forwarding_shipments?: forwarding_shipmentsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
519082
519194
  forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -519108,6 +519220,7 @@ type forwarding_transport_modesUpdateWithoutForwarding_transport_mode_logsInput
519108
519220
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
519109
519221
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
519110
519222
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
519223
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUpdateManyWithoutForwarding_transport_modesNestedInput;
519111
519224
  forwarding_bookings?: forwarding_bookingsUpdateManyWithoutForwarding_transport_modeNestedInput;
519112
519225
  forwarding_shipments?: forwarding_shipmentsUpdateManyWithoutForwarding_transport_modeNestedInput;
519113
519226
  forwarding_consols?: forwarding_consolsUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -519126,6 +519239,7 @@ type forwarding_transport_modesUncheckedUpdateWithoutForwarding_transport_mode_l
519126
519239
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
519127
519240
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
519128
519241
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
519242
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedUpdateManyWithoutForwarding_transport_modesNestedInput;
519129
519243
  forwarding_bookings?: forwarding_bookingsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519130
519244
  forwarding_shipments?: forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519131
519245
  forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -519145,6 +519259,7 @@ type forwarding_transport_modesCreateWithoutForwarding_shipmentsInput = {
519145
519259
  updated_at?: Date | string | null;
519146
519260
  updated_by?: string | null;
519147
519261
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsCreateNestedManyWithoutForwarding_transport_modeInput;
519262
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesCreateNestedManyWithoutForwarding_transport_modesInput;
519148
519263
  forwarding_bookings?: forwarding_bookingsCreateNestedManyWithoutForwarding_transport_modeInput;
519149
519264
  forwarding_consols?: forwarding_consolsCreateNestedManyWithoutForwarding_transport_modeInput;
519150
519265
  forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -519163,6 +519278,7 @@ type forwarding_transport_modesUncheckedCreateWithoutForwarding_shipmentsInput =
519163
519278
  updated_at?: Date | string | null;
519164
519279
  updated_by?: string | null;
519165
519280
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
519281
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedCreateNestedManyWithoutForwarding_transport_modesInput;
519166
519282
  forwarding_bookings?: forwarding_bookingsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
519167
519283
  forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
519168
519284
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutForwarding_transport_modeInput;
@@ -519194,6 +519310,7 @@ type forwarding_transport_modesUpdateWithoutForwarding_shipmentsInput = {
519194
519310
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
519195
519311
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
519196
519312
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUpdateManyWithoutForwarding_transport_modeNestedInput;
519313
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUpdateManyWithoutForwarding_transport_modesNestedInput;
519197
519314
  forwarding_bookings?: forwarding_bookingsUpdateManyWithoutForwarding_transport_modeNestedInput;
519198
519315
  forwarding_consols?: forwarding_consolsUpdateManyWithoutForwarding_transport_modeNestedInput;
519199
519316
  forwarding_consol_routings?: forwarding_consol_routingsUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -519212,6 +519329,7 @@ type forwarding_transport_modesUncheckedUpdateWithoutForwarding_shipmentsInput =
519212
519329
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
519213
519330
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
519214
519331
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519332
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedUpdateManyWithoutForwarding_transport_modesNestedInput;
519215
519333
  forwarding_bookings?: forwarding_bookingsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519216
519334
  forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519217
519335
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -519230,6 +519348,7 @@ type forwarding_transport_modesUpdateWithoutContainer_shipping_typesInput = {
519230
519348
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
519231
519349
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
519232
519350
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUpdateManyWithoutForwarding_transport_modeNestedInput;
519351
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUpdateManyWithoutForwarding_transport_modesNestedInput;
519233
519352
  forwarding_bookings?: forwarding_bookingsUpdateManyWithoutForwarding_transport_modeNestedInput;
519234
519353
  forwarding_shipments?: forwarding_shipmentsUpdateManyWithoutForwarding_transport_modeNestedInput;
519235
519354
  forwarding_consols?: forwarding_consolsUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -519248,6 +519367,7 @@ type forwarding_transport_modesUncheckedUpdateWithoutContainer_shipping_typesInp
519248
519367
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
519249
519368
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
519250
519369
  forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519370
+ forwarding_shipment_charges_applies?: forwarding_shipment_charges_appliesUncheckedUpdateManyWithoutForwarding_transport_modesNestedInput;
519251
519371
  forwarding_bookings?: forwarding_bookingsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519252
519372
  forwarding_shipments?: forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519253
519373
  forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
@@ -519266,12 +519386,64 @@ type forwarding_transport_modesUncheckedUpdateManyWithoutContainer_shipping_type
519266
519386
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
519267
519387
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
519268
519388
  };
519389
+ type forwarding_transport_modesUpdateWithoutForwarding_shipment_charges_appliesInput = {
519390
+ id?: BigIntFieldUpdateOperationsInput | bigint | number;
519391
+ logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
519392
+ code?: NullableStringFieldUpdateOperationsInput | string | null;
519393
+ name?: NullableStringFieldUpdateOperationsInput | string | null;
519394
+ is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
519395
+ is_shipment?: NullableBoolFieldUpdateOperationsInput | boolean | null;
519396
+ is_consol?: NullableBoolFieldUpdateOperationsInput | boolean | null;
519397
+ created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
519398
+ created_by?: NullableStringFieldUpdateOperationsInput | string | null;
519399
+ updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
519400
+ updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
519401
+ forwarding_transport_mode_logs?: forwarding_transport_mode_logsUpdateManyWithoutForwarding_transport_modeNestedInput;
519402
+ forwarding_bookings?: forwarding_bookingsUpdateManyWithoutForwarding_transport_modeNestedInput;
519403
+ forwarding_shipments?: forwarding_shipmentsUpdateManyWithoutForwarding_transport_modeNestedInput;
519404
+ forwarding_consols?: forwarding_consolsUpdateManyWithoutForwarding_transport_modeNestedInput;
519405
+ forwarding_consol_routings?: forwarding_consol_routingsUpdateManyWithoutForwarding_transport_modeNestedInput;
519406
+ container_shipping_types?: container_shipping_typesUpdateManyWithoutForwarding_transport_modesNestedInput;
519407
+ };
519408
+ type forwarding_transport_modesUncheckedUpdateWithoutForwarding_shipment_charges_appliesInput = {
519409
+ id?: BigIntFieldUpdateOperationsInput | bigint | number;
519410
+ logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
519411
+ code?: NullableStringFieldUpdateOperationsInput | string | null;
519412
+ name?: NullableStringFieldUpdateOperationsInput | string | null;
519413
+ is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
519414
+ is_shipment?: NullableBoolFieldUpdateOperationsInput | boolean | null;
519415
+ is_consol?: NullableBoolFieldUpdateOperationsInput | boolean | null;
519416
+ created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
519417
+ created_by?: NullableStringFieldUpdateOperationsInput | string | null;
519418
+ updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
519419
+ updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
519420
+ forwarding_transport_mode_logs?: forwarding_transport_mode_logsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519421
+ forwarding_bookings?: forwarding_bookingsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519422
+ forwarding_shipments?: forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519423
+ forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519424
+ forwarding_consol_routings?: forwarding_consol_routingsUncheckedUpdateManyWithoutForwarding_transport_modeNestedInput;
519425
+ container_shipping_types?: container_shipping_typesUncheckedUpdateManyWithoutForwarding_transport_modesNestedInput;
519426
+ };
519427
+ type forwarding_transport_modesUncheckedUpdateManyWithoutForwarding_shipment_charges_appliesInput = {
519428
+ id?: BigIntFieldUpdateOperationsInput | bigint | number;
519429
+ logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
519430
+ code?: NullableStringFieldUpdateOperationsInput | string | null;
519431
+ name?: NullableStringFieldUpdateOperationsInput | string | null;
519432
+ is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
519433
+ is_shipment?: NullableBoolFieldUpdateOperationsInput | boolean | null;
519434
+ is_consol?: NullableBoolFieldUpdateOperationsInput | boolean | null;
519435
+ created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
519436
+ created_by?: NullableStringFieldUpdateOperationsInput | string | null;
519437
+ updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
519438
+ updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
519439
+ };
519269
519440
  /**
519270
519441
  * Count Type Forwarding_transport_modesCountOutputType
519271
519442
  */
519272
519443
 
519273
519444
  type Forwarding_transport_modesCountOutputTypeSelect<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
519274
519445
  forwarding_transport_mode_logs?: boolean | Forwarding_transport_modesCountOutputTypeCountForwarding_transport_mode_logsArgs;
519446
+ forwarding_shipment_charges_applies?: boolean | Forwarding_transport_modesCountOutputTypeCountForwarding_shipment_charges_appliesArgs;
519275
519447
  forwarding_bookings?: boolean | Forwarding_transport_modesCountOutputTypeCountForwarding_bookingsArgs;
519276
519448
  forwarding_shipments?: boolean | Forwarding_transport_modesCountOutputTypeCountForwarding_shipmentsArgs;
519277
519449
  forwarding_consols?: boolean | Forwarding_transport_modesCountOutputTypeCountForwarding_consolsArgs;
@@ -519293,6 +519465,12 @@ type Forwarding_transport_modesCountOutputTypeDefaultArgs<ExtArgs extends Types$
519293
519465
  type Forwarding_transport_modesCountOutputTypeCountForwarding_transport_mode_logsArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
519294
519466
  where?: forwarding_transport_mode_logsWhereInput;
519295
519467
  };
519468
+ /**
519469
+ * Forwarding_transport_modesCountOutputType without action
519470
+ */
519471
+ type Forwarding_transport_modesCountOutputTypeCountForwarding_shipment_charges_appliesArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
519472
+ where?: forwarding_shipment_charges_appliesWhereInput;
519473
+ };
519296
519474
  /**
519297
519475
  * Forwarding_transport_modesCountOutputType without action
519298
519476
  */
@@ -519336,6 +519514,7 @@ type forwarding_transport_modesSelect<ExtArgs extends Types$1.Extensions.Interna
519336
519514
  updated_at?: boolean;
519337
519515
  updated_by?: boolean;
519338
519516
  forwarding_transport_mode_logs?: boolean | forwarding_transport_modes$forwarding_transport_mode_logsArgs<ExtArgs>;
519517
+ forwarding_shipment_charges_applies?: boolean | forwarding_transport_modes$forwarding_shipment_charges_appliesArgs<ExtArgs>;
519339
519518
  forwarding_bookings?: boolean | forwarding_transport_modes$forwarding_bookingsArgs<ExtArgs>;
519340
519519
  forwarding_shipments?: boolean | forwarding_transport_modes$forwarding_shipmentsArgs<ExtArgs>;
519341
519520
  forwarding_consols?: boolean | forwarding_transport_modes$forwarding_consolsArgs<ExtArgs>;
@@ -519372,6 +519551,7 @@ type forwarding_transport_modesSelectUpdateManyAndReturn<ExtArgs extends Types$1
519372
519551
  type forwarding_transport_modesOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "logic_code" | "code" | "name" | "is_active" | "is_shipment" | "is_consol" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_transport_modes"]>;
519373
519552
  type forwarding_transport_modesInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
519374
519553
  forwarding_transport_mode_logs?: boolean | forwarding_transport_modes$forwarding_transport_mode_logsArgs<ExtArgs>;
519554
+ forwarding_shipment_charges_applies?: boolean | forwarding_transport_modes$forwarding_shipment_charges_appliesArgs<ExtArgs>;
519375
519555
  forwarding_bookings?: boolean | forwarding_transport_modes$forwarding_bookingsArgs<ExtArgs>;
519376
519556
  forwarding_shipments?: boolean | forwarding_transport_modes$forwarding_shipmentsArgs<ExtArgs>;
519377
519557
  forwarding_consols?: boolean | forwarding_transport_modes$forwarding_consolsArgs<ExtArgs>;
@@ -519383,6 +519563,7 @@ type $forwarding_transport_modesPayload<ExtArgs extends Types$1.Extensions.Inter
519383
519563
  name: "forwarding_transport_modes";
519384
519564
  objects: {
519385
519565
  forwarding_transport_mode_logs: $forwarding_transport_mode_logsPayload<ExtArgs>[];
519566
+ forwarding_shipment_charges_applies: $forwarding_shipment_charges_appliesPayload<ExtArgs>[];
519386
519567
  forwarding_bookings: $forwarding_bookingsPayload<ExtArgs>[];
519387
519568
  forwarding_shipments: $forwarding_shipmentsPayload<ExtArgs>[];
519388
519569
  forwarding_consols: $forwarding_consolsPayload<ExtArgs>[];
@@ -519717,6 +519898,7 @@ interface forwarding_transport_modesDelegate<ExtArgs extends Types$1.Extensions.
519717
519898
  interface Prisma__forwarding_transport_modesClient<T$1, Null = never, ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends PrismaPromise<T$1> {
519718
519899
  readonly [Symbol.toStringTag]: "PrismaPromise";
519719
519900
  forwarding_transport_mode_logs<T$1 extends forwarding_transport_modes$forwarding_transport_mode_logsArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_transport_modes$forwarding_transport_mode_logsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_transport_mode_logsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
519901
+ forwarding_shipment_charges_applies<T$1 extends forwarding_transport_modes$forwarding_shipment_charges_appliesArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_transport_modes$forwarding_shipment_charges_appliesArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_shipment_charges_appliesPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
519720
519902
  forwarding_bookings<T$1 extends forwarding_transport_modes$forwarding_bookingsArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_transport_modes$forwarding_bookingsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_bookingsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
519721
519903
  forwarding_shipments<T$1 extends forwarding_transport_modes$forwarding_shipmentsArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_transport_modes$forwarding_shipmentsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_shipmentsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
519722
519904
  forwarding_consols<T$1 extends forwarding_transport_modes$forwarding_consolsArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_transport_modes$forwarding_consolsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_consolsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
@@ -520151,6 +520333,29 @@ type forwarding_transport_modes$forwarding_transport_mode_logsArgs<ExtArgs exten
520151
520333
  skip?: number;
520152
520334
  distinct?: Forwarding_transport_mode_logsScalarFieldEnum | Forwarding_transport_mode_logsScalarFieldEnum[];
520153
520335
  };
520336
+ /**
520337
+ * forwarding_transport_modes.forwarding_shipment_charges_applies
520338
+ */
520339
+ type forwarding_transport_modes$forwarding_shipment_charges_appliesArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
520340
+ /**
520341
+ * Select specific fields to fetch from the forwarding_shipment_charges_applies
520342
+ */
520343
+ select?: forwarding_shipment_charges_appliesSelect<ExtArgs> | null;
520344
+ /**
520345
+ * Omit specific fields from the forwarding_shipment_charges_applies
520346
+ */
520347
+ omit?: forwarding_shipment_charges_appliesOmit<ExtArgs> | null;
520348
+ /**
520349
+ * Choose, which related nodes to fetch as well
520350
+ */
520351
+ include?: forwarding_shipment_charges_appliesInclude<ExtArgs> | null;
520352
+ where?: forwarding_shipment_charges_appliesWhereInput;
520353
+ orderBy?: forwarding_shipment_charges_appliesOrderByWithRelationInput | forwarding_shipment_charges_appliesOrderByWithRelationInput[];
520354
+ cursor?: forwarding_shipment_charges_appliesWhereUniqueInput;
520355
+ take?: number;
520356
+ skip?: number;
520357
+ distinct?: Forwarding_shipment_charges_appliesScalarFieldEnum | Forwarding_shipment_charges_appliesScalarFieldEnum[];
520358
+ };
520154
520359
  /**
520155
520360
  * forwarding_transport_modes.forwarding_bookings
520156
520361
  */
@@ -526762,6 +526967,7 @@ type forwarding_shipment_charges_appliesWhereInput = {
526762
526967
  created_by?: StringNullableFilter<"forwarding_shipment_charges_applies"> | string | null;
526763
526968
  updated_at?: DateTimeNullableFilter<"forwarding_shipment_charges_applies"> | Date | string | null;
526764
526969
  updated_by?: StringNullableFilter<"forwarding_shipment_charges_applies"> | string | null;
526970
+ forwarding_transport_modes?: Forwarding_transport_modesListRelationFilter;
526765
526971
  forwarding_shipment_charges_apply_logs?: Forwarding_shipment_charges_apply_logsListRelationFilter;
526766
526972
  forwarding_bookings?: Forwarding_bookingsListRelationFilter;
526767
526973
  forwarding_shipments?: Forwarding_shipmentsListRelationFilter;
@@ -526776,6 +526982,7 @@ type forwarding_shipment_charges_appliesOrderByWithRelationInput = {
526776
526982
  created_by?: SortOrderInput | SortOrder;
526777
526983
  updated_at?: SortOrderInput | SortOrder;
526778
526984
  updated_by?: SortOrderInput | SortOrder;
526985
+ forwarding_transport_modes?: forwarding_transport_modesOrderByRelationAggregateInput;
526779
526986
  forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsOrderByRelationAggregateInput;
526780
526987
  forwarding_bookings?: forwarding_bookingsOrderByRelationAggregateInput;
526781
526988
  forwarding_shipments?: forwarding_shipmentsOrderByRelationAggregateInput;
@@ -526793,6 +527000,7 @@ type forwarding_shipment_charges_appliesWhereUniqueInput = AtLeast<{
526793
527000
  created_by?: StringNullableFilter<"forwarding_shipment_charges_applies"> | string | null;
526794
527001
  updated_at?: DateTimeNullableFilter<"forwarding_shipment_charges_applies"> | Date | string | null;
526795
527002
  updated_by?: StringNullableFilter<"forwarding_shipment_charges_applies"> | string | null;
527003
+ forwarding_transport_modes?: Forwarding_transport_modesListRelationFilter;
526796
527004
  forwarding_shipment_charges_apply_logs?: Forwarding_shipment_charges_apply_logsListRelationFilter;
526797
527005
  forwarding_bookings?: Forwarding_bookingsListRelationFilter;
526798
527006
  forwarding_shipments?: Forwarding_shipmentsListRelationFilter;
@@ -526837,6 +527045,7 @@ type forwarding_shipment_charges_appliesCreateInput = {
526837
527045
  created_by?: string | null;
526838
527046
  updated_at?: Date | string | null;
526839
527047
  updated_by?: string | null;
527048
+ forwarding_transport_modes?: forwarding_transport_modesCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
526840
527049
  forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
526841
527050
  forwarding_bookings?: forwarding_bookingsCreateNestedManyWithoutForwarding_shipment_charges_applyInput;
526842
527051
  forwarding_shipments?: forwarding_shipmentsCreateNestedManyWithoutCharge_applyInput;
@@ -526851,6 +527060,7 @@ type forwarding_shipment_charges_appliesUncheckedCreateInput = {
526851
527060
  created_by?: string | null;
526852
527061
  updated_at?: Date | string | null;
526853
527062
  updated_by?: string | null;
527063
+ forwarding_transport_modes?: forwarding_transport_modesUncheckedCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
526854
527064
  forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsUncheckedCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
526855
527065
  forwarding_bookings?: forwarding_bookingsUncheckedCreateNestedManyWithoutForwarding_shipment_charges_applyInput;
526856
527066
  forwarding_shipments?: forwarding_shipmentsUncheckedCreateNestedManyWithoutCharge_applyInput;
@@ -526865,6 +527075,7 @@ type forwarding_shipment_charges_appliesUpdateInput = {
526865
527075
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
526866
527076
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
526867
527077
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
527078
+ forwarding_transport_modes?: forwarding_transport_modesUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
526868
527079
  forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
526869
527080
  forwarding_bookings?: forwarding_bookingsUpdateManyWithoutForwarding_shipment_charges_applyNestedInput;
526870
527081
  forwarding_shipments?: forwarding_shipmentsUpdateManyWithoutCharge_applyNestedInput;
@@ -526879,6 +527090,7 @@ type forwarding_shipment_charges_appliesUncheckedUpdateInput = {
526879
527090
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
526880
527091
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
526881
527092
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
527093
+ forwarding_transport_modes?: forwarding_transport_modesUncheckedUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
526882
527094
  forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsUncheckedUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
526883
527095
  forwarding_bookings?: forwarding_bookingsUncheckedUpdateManyWithoutForwarding_shipment_charges_applyNestedInput;
526884
527096
  forwarding_shipments?: forwarding_shipmentsUncheckedUpdateManyWithoutCharge_applyNestedInput;
@@ -526920,6 +527132,14 @@ type Forwarding_shipment_charges_appliesNullableScalarRelationFilter = {
526920
527132
  is?: forwarding_shipment_charges_appliesWhereInput | null;
526921
527133
  isNot?: forwarding_shipment_charges_appliesWhereInput | null;
526922
527134
  };
527135
+ type Forwarding_shipment_charges_appliesListRelationFilter = {
527136
+ every?: forwarding_shipment_charges_appliesWhereInput;
527137
+ some?: forwarding_shipment_charges_appliesWhereInput;
527138
+ none?: forwarding_shipment_charges_appliesWhereInput;
527139
+ };
527140
+ type forwarding_shipment_charges_appliesOrderByRelationAggregateInput = {
527141
+ _count?: SortOrder;
527142
+ };
526923
527143
  type forwarding_shipment_charges_appliesCountOrderByAggregateInput = {
526924
527144
  id?: SortOrder;
526925
527145
  logic_code?: SortOrder;
@@ -526973,6 +527193,40 @@ type forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_bookingsNeste
526973
527193
  connect?: forwarding_shipment_charges_appliesWhereUniqueInput;
526974
527194
  update?: XOR<XOR<forwarding_shipment_charges_appliesUpdateToOneWithWhereWithoutForwarding_bookingsInput, forwarding_shipment_charges_appliesUpdateWithoutForwarding_bookingsInput>, forwarding_shipment_charges_appliesUncheckedUpdateWithoutForwarding_bookingsInput>;
526975
527195
  };
527196
+ type forwarding_shipment_charges_appliesCreateNestedManyWithoutForwarding_transport_modesInput = {
527197
+ create?: XOR<forwarding_shipment_charges_appliesCreateWithoutForwarding_transport_modesInput, forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_transport_modesInput> | forwarding_shipment_charges_appliesCreateWithoutForwarding_transport_modesInput[] | forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_transport_modesInput[];
527198
+ connectOrCreate?: forwarding_shipment_charges_appliesCreateOrConnectWithoutForwarding_transport_modesInput | forwarding_shipment_charges_appliesCreateOrConnectWithoutForwarding_transport_modesInput[];
527199
+ connect?: forwarding_shipment_charges_appliesWhereUniqueInput | forwarding_shipment_charges_appliesWhereUniqueInput[];
527200
+ };
527201
+ type forwarding_shipment_charges_appliesUncheckedCreateNestedManyWithoutForwarding_transport_modesInput = {
527202
+ create?: XOR<forwarding_shipment_charges_appliesCreateWithoutForwarding_transport_modesInput, forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_transport_modesInput> | forwarding_shipment_charges_appliesCreateWithoutForwarding_transport_modesInput[] | forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_transport_modesInput[];
527203
+ connectOrCreate?: forwarding_shipment_charges_appliesCreateOrConnectWithoutForwarding_transport_modesInput | forwarding_shipment_charges_appliesCreateOrConnectWithoutForwarding_transport_modesInput[];
527204
+ connect?: forwarding_shipment_charges_appliesWhereUniqueInput | forwarding_shipment_charges_appliesWhereUniqueInput[];
527205
+ };
527206
+ type forwarding_shipment_charges_appliesUpdateManyWithoutForwarding_transport_modesNestedInput = {
527207
+ create?: XOR<forwarding_shipment_charges_appliesCreateWithoutForwarding_transport_modesInput, forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_transport_modesInput> | forwarding_shipment_charges_appliesCreateWithoutForwarding_transport_modesInput[] | forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_transport_modesInput[];
527208
+ connectOrCreate?: forwarding_shipment_charges_appliesCreateOrConnectWithoutForwarding_transport_modesInput | forwarding_shipment_charges_appliesCreateOrConnectWithoutForwarding_transport_modesInput[];
527209
+ upsert?: forwarding_shipment_charges_appliesUpsertWithWhereUniqueWithoutForwarding_transport_modesInput | forwarding_shipment_charges_appliesUpsertWithWhereUniqueWithoutForwarding_transport_modesInput[];
527210
+ set?: forwarding_shipment_charges_appliesWhereUniqueInput | forwarding_shipment_charges_appliesWhereUniqueInput[];
527211
+ disconnect?: forwarding_shipment_charges_appliesWhereUniqueInput | forwarding_shipment_charges_appliesWhereUniqueInput[];
527212
+ delete?: forwarding_shipment_charges_appliesWhereUniqueInput | forwarding_shipment_charges_appliesWhereUniqueInput[];
527213
+ connect?: forwarding_shipment_charges_appliesWhereUniqueInput | forwarding_shipment_charges_appliesWhereUniqueInput[];
527214
+ update?: forwarding_shipment_charges_appliesUpdateWithWhereUniqueWithoutForwarding_transport_modesInput | forwarding_shipment_charges_appliesUpdateWithWhereUniqueWithoutForwarding_transport_modesInput[];
527215
+ updateMany?: forwarding_shipment_charges_appliesUpdateManyWithWhereWithoutForwarding_transport_modesInput | forwarding_shipment_charges_appliesUpdateManyWithWhereWithoutForwarding_transport_modesInput[];
527216
+ deleteMany?: forwarding_shipment_charges_appliesScalarWhereInput | forwarding_shipment_charges_appliesScalarWhereInput[];
527217
+ };
527218
+ type forwarding_shipment_charges_appliesUncheckedUpdateManyWithoutForwarding_transport_modesNestedInput = {
527219
+ create?: XOR<forwarding_shipment_charges_appliesCreateWithoutForwarding_transport_modesInput, forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_transport_modesInput> | forwarding_shipment_charges_appliesCreateWithoutForwarding_transport_modesInput[] | forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_transport_modesInput[];
527220
+ connectOrCreate?: forwarding_shipment_charges_appliesCreateOrConnectWithoutForwarding_transport_modesInput | forwarding_shipment_charges_appliesCreateOrConnectWithoutForwarding_transport_modesInput[];
527221
+ upsert?: forwarding_shipment_charges_appliesUpsertWithWhereUniqueWithoutForwarding_transport_modesInput | forwarding_shipment_charges_appliesUpsertWithWhereUniqueWithoutForwarding_transport_modesInput[];
527222
+ set?: forwarding_shipment_charges_appliesWhereUniqueInput | forwarding_shipment_charges_appliesWhereUniqueInput[];
527223
+ disconnect?: forwarding_shipment_charges_appliesWhereUniqueInput | forwarding_shipment_charges_appliesWhereUniqueInput[];
527224
+ delete?: forwarding_shipment_charges_appliesWhereUniqueInput | forwarding_shipment_charges_appliesWhereUniqueInput[];
527225
+ connect?: forwarding_shipment_charges_appliesWhereUniqueInput | forwarding_shipment_charges_appliesWhereUniqueInput[];
527226
+ update?: forwarding_shipment_charges_appliesUpdateWithWhereUniqueWithoutForwarding_transport_modesInput | forwarding_shipment_charges_appliesUpdateWithWhereUniqueWithoutForwarding_transport_modesInput[];
527227
+ updateMany?: forwarding_shipment_charges_appliesUpdateManyWithWhereWithoutForwarding_transport_modesInput | forwarding_shipment_charges_appliesUpdateManyWithWhereWithoutForwarding_transport_modesInput[];
527228
+ deleteMany?: forwarding_shipment_charges_appliesScalarWhereInput | forwarding_shipment_charges_appliesScalarWhereInput[];
527229
+ };
526976
527230
  type forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipment_charges_apply_logsInput = {
526977
527231
  create?: XOR<forwarding_shipment_charges_appliesCreateWithoutForwarding_shipment_charges_apply_logsInput, forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_shipment_charges_apply_logsInput>;
526978
527232
  connectOrCreate?: forwarding_shipment_charges_appliesCreateOrConnectWithoutForwarding_shipment_charges_apply_logsInput;
@@ -527011,6 +527265,7 @@ type forwarding_shipment_charges_appliesCreateWithoutForwarding_bookingsInput =
527011
527265
  created_by?: string | null;
527012
527266
  updated_at?: Date | string | null;
527013
527267
  updated_by?: string | null;
527268
+ forwarding_transport_modes?: forwarding_transport_modesCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
527014
527269
  forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
527015
527270
  forwarding_shipments?: forwarding_shipmentsCreateNestedManyWithoutCharge_applyInput;
527016
527271
  };
@@ -527024,6 +527279,7 @@ type forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_booking
527024
527279
  created_by?: string | null;
527025
527280
  updated_at?: Date | string | null;
527026
527281
  updated_by?: string | null;
527282
+ forwarding_transport_modes?: forwarding_transport_modesUncheckedCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
527027
527283
  forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsUncheckedCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
527028
527284
  forwarding_shipments?: forwarding_shipmentsUncheckedCreateNestedManyWithoutCharge_applyInput;
527029
527285
  };
@@ -527050,6 +527306,7 @@ type forwarding_shipment_charges_appliesUpdateWithoutForwarding_bookingsInput =
527050
527306
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
527051
527307
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
527052
527308
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
527309
+ forwarding_transport_modes?: forwarding_transport_modesUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
527053
527310
  forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
527054
527311
  forwarding_shipments?: forwarding_shipmentsUpdateManyWithoutCharge_applyNestedInput;
527055
527312
  };
@@ -527063,9 +527320,69 @@ type forwarding_shipment_charges_appliesUncheckedUpdateWithoutForwarding_booking
527063
527320
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
527064
527321
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
527065
527322
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
527323
+ forwarding_transport_modes?: forwarding_transport_modesUncheckedUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
527066
527324
  forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsUncheckedUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
527067
527325
  forwarding_shipments?: forwarding_shipmentsUncheckedUpdateManyWithoutCharge_applyNestedInput;
527068
527326
  };
527327
+ type forwarding_shipment_charges_appliesCreateWithoutForwarding_transport_modesInput = {
527328
+ id?: bigint | number;
527329
+ logic_code?: string | null;
527330
+ code?: string | null;
527331
+ name?: string | null;
527332
+ is_active?: boolean | null;
527333
+ created_at?: Date | string | null;
527334
+ created_by?: string | null;
527335
+ updated_at?: Date | string | null;
527336
+ updated_by?: string | null;
527337
+ forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
527338
+ forwarding_bookings?: forwarding_bookingsCreateNestedManyWithoutForwarding_shipment_charges_applyInput;
527339
+ forwarding_shipments?: forwarding_shipmentsCreateNestedManyWithoutCharge_applyInput;
527340
+ };
527341
+ type forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_transport_modesInput = {
527342
+ id?: bigint | number;
527343
+ logic_code?: string | null;
527344
+ code?: string | null;
527345
+ name?: string | null;
527346
+ is_active?: boolean | null;
527347
+ created_at?: Date | string | null;
527348
+ created_by?: string | null;
527349
+ updated_at?: Date | string | null;
527350
+ updated_by?: string | null;
527351
+ forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsUncheckedCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
527352
+ forwarding_bookings?: forwarding_bookingsUncheckedCreateNestedManyWithoutForwarding_shipment_charges_applyInput;
527353
+ forwarding_shipments?: forwarding_shipmentsUncheckedCreateNestedManyWithoutCharge_applyInput;
527354
+ };
527355
+ type forwarding_shipment_charges_appliesCreateOrConnectWithoutForwarding_transport_modesInput = {
527356
+ where: forwarding_shipment_charges_appliesWhereUniqueInput;
527357
+ create: XOR<forwarding_shipment_charges_appliesCreateWithoutForwarding_transport_modesInput, forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_transport_modesInput>;
527358
+ };
527359
+ type forwarding_shipment_charges_appliesUpsertWithWhereUniqueWithoutForwarding_transport_modesInput = {
527360
+ where: forwarding_shipment_charges_appliesWhereUniqueInput;
527361
+ update: XOR<forwarding_shipment_charges_appliesUpdateWithoutForwarding_transport_modesInput, forwarding_shipment_charges_appliesUncheckedUpdateWithoutForwarding_transport_modesInput>;
527362
+ create: XOR<forwarding_shipment_charges_appliesCreateWithoutForwarding_transport_modesInput, forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_transport_modesInput>;
527363
+ };
527364
+ type forwarding_shipment_charges_appliesUpdateWithWhereUniqueWithoutForwarding_transport_modesInput = {
527365
+ where: forwarding_shipment_charges_appliesWhereUniqueInput;
527366
+ data: XOR<forwarding_shipment_charges_appliesUpdateWithoutForwarding_transport_modesInput, forwarding_shipment_charges_appliesUncheckedUpdateWithoutForwarding_transport_modesInput>;
527367
+ };
527368
+ type forwarding_shipment_charges_appliesUpdateManyWithWhereWithoutForwarding_transport_modesInput = {
527369
+ where: forwarding_shipment_charges_appliesScalarWhereInput;
527370
+ data: XOR<forwarding_shipment_charges_appliesUpdateManyMutationInput, forwarding_shipment_charges_appliesUncheckedUpdateManyWithoutForwarding_transport_modesInput>;
527371
+ };
527372
+ type forwarding_shipment_charges_appliesScalarWhereInput = {
527373
+ AND?: forwarding_shipment_charges_appliesScalarWhereInput | forwarding_shipment_charges_appliesScalarWhereInput[];
527374
+ OR?: forwarding_shipment_charges_appliesScalarWhereInput[];
527375
+ NOT?: forwarding_shipment_charges_appliesScalarWhereInput | forwarding_shipment_charges_appliesScalarWhereInput[];
527376
+ id?: BigIntFilter<"forwarding_shipment_charges_applies"> | bigint | number;
527377
+ logic_code?: StringNullableFilter<"forwarding_shipment_charges_applies"> | string | null;
527378
+ code?: StringNullableFilter<"forwarding_shipment_charges_applies"> | string | null;
527379
+ name?: StringNullableFilter<"forwarding_shipment_charges_applies"> | string | null;
527380
+ is_active?: BoolNullableFilter<"forwarding_shipment_charges_applies"> | boolean | null;
527381
+ created_at?: DateTimeNullableFilter<"forwarding_shipment_charges_applies"> | Date | string | null;
527382
+ created_by?: StringNullableFilter<"forwarding_shipment_charges_applies"> | string | null;
527383
+ updated_at?: DateTimeNullableFilter<"forwarding_shipment_charges_applies"> | Date | string | null;
527384
+ updated_by?: StringNullableFilter<"forwarding_shipment_charges_applies"> | string | null;
527385
+ };
527069
527386
  type forwarding_shipment_charges_appliesCreateWithoutForwarding_shipment_charges_apply_logsInput = {
527070
527387
  id?: bigint | number;
527071
527388
  logic_code?: string | null;
@@ -527076,6 +527393,7 @@ type forwarding_shipment_charges_appliesCreateWithoutForwarding_shipment_charges
527076
527393
  created_by?: string | null;
527077
527394
  updated_at?: Date | string | null;
527078
527395
  updated_by?: string | null;
527396
+ forwarding_transport_modes?: forwarding_transport_modesCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
527079
527397
  forwarding_bookings?: forwarding_bookingsCreateNestedManyWithoutForwarding_shipment_charges_applyInput;
527080
527398
  forwarding_shipments?: forwarding_shipmentsCreateNestedManyWithoutCharge_applyInput;
527081
527399
  };
@@ -527089,6 +527407,7 @@ type forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_shipmen
527089
527407
  created_by?: string | null;
527090
527408
  updated_at?: Date | string | null;
527091
527409
  updated_by?: string | null;
527410
+ forwarding_transport_modes?: forwarding_transport_modesUncheckedCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
527092
527411
  forwarding_bookings?: forwarding_bookingsUncheckedCreateNestedManyWithoutForwarding_shipment_charges_applyInput;
527093
527412
  forwarding_shipments?: forwarding_shipmentsUncheckedCreateNestedManyWithoutCharge_applyInput;
527094
527413
  };
@@ -527115,6 +527434,7 @@ type forwarding_shipment_charges_appliesUpdateWithoutForwarding_shipment_charges
527115
527434
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
527116
527435
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
527117
527436
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
527437
+ forwarding_transport_modes?: forwarding_transport_modesUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
527118
527438
  forwarding_bookings?: forwarding_bookingsUpdateManyWithoutForwarding_shipment_charges_applyNestedInput;
527119
527439
  forwarding_shipments?: forwarding_shipmentsUpdateManyWithoutCharge_applyNestedInput;
527120
527440
  };
@@ -527128,6 +527448,7 @@ type forwarding_shipment_charges_appliesUncheckedUpdateWithoutForwarding_shipmen
527128
527448
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
527129
527449
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
527130
527450
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
527451
+ forwarding_transport_modes?: forwarding_transport_modesUncheckedUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
527131
527452
  forwarding_bookings?: forwarding_bookingsUncheckedUpdateManyWithoutForwarding_shipment_charges_applyNestedInput;
527132
527453
  forwarding_shipments?: forwarding_shipmentsUncheckedUpdateManyWithoutCharge_applyNestedInput;
527133
527454
  };
@@ -527141,6 +527462,7 @@ type forwarding_shipment_charges_appliesCreateWithoutForwarding_shipmentsInput =
527141
527462
  created_by?: string | null;
527142
527463
  updated_at?: Date | string | null;
527143
527464
  updated_by?: string | null;
527465
+ forwarding_transport_modes?: forwarding_transport_modesCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
527144
527466
  forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
527145
527467
  forwarding_bookings?: forwarding_bookingsCreateNestedManyWithoutForwarding_shipment_charges_applyInput;
527146
527468
  };
@@ -527154,6 +527476,7 @@ type forwarding_shipment_charges_appliesUncheckedCreateWithoutForwarding_shipmen
527154
527476
  created_by?: string | null;
527155
527477
  updated_at?: Date | string | null;
527156
527478
  updated_by?: string | null;
527479
+ forwarding_transport_modes?: forwarding_transport_modesUncheckedCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
527157
527480
  forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsUncheckedCreateNestedManyWithoutForwarding_shipment_charges_appliesInput;
527158
527481
  forwarding_bookings?: forwarding_bookingsUncheckedCreateNestedManyWithoutForwarding_shipment_charges_applyInput;
527159
527482
  };
@@ -527180,10 +527503,39 @@ type forwarding_shipment_charges_appliesUpdateWithoutForwarding_shipmentsInput =
527180
527503
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
527181
527504
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
527182
527505
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
527506
+ forwarding_transport_modes?: forwarding_transport_modesUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
527183
527507
  forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
527184
527508
  forwarding_bookings?: forwarding_bookingsUpdateManyWithoutForwarding_shipment_charges_applyNestedInput;
527185
527509
  };
527186
527510
  type forwarding_shipment_charges_appliesUncheckedUpdateWithoutForwarding_shipmentsInput = {
527511
+ id?: BigIntFieldUpdateOperationsInput | bigint | number;
527512
+ logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
527513
+ code?: NullableStringFieldUpdateOperationsInput | string | null;
527514
+ name?: NullableStringFieldUpdateOperationsInput | string | null;
527515
+ is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
527516
+ created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
527517
+ created_by?: NullableStringFieldUpdateOperationsInput | string | null;
527518
+ updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
527519
+ updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
527520
+ forwarding_transport_modes?: forwarding_transport_modesUncheckedUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
527521
+ forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsUncheckedUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
527522
+ forwarding_bookings?: forwarding_bookingsUncheckedUpdateManyWithoutForwarding_shipment_charges_applyNestedInput;
527523
+ };
527524
+ type forwarding_shipment_charges_appliesUpdateWithoutForwarding_transport_modesInput = {
527525
+ id?: BigIntFieldUpdateOperationsInput | bigint | number;
527526
+ logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
527527
+ code?: NullableStringFieldUpdateOperationsInput | string | null;
527528
+ name?: NullableStringFieldUpdateOperationsInput | string | null;
527529
+ is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
527530
+ created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
527531
+ created_by?: NullableStringFieldUpdateOperationsInput | string | null;
527532
+ updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
527533
+ updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
527534
+ forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
527535
+ forwarding_bookings?: forwarding_bookingsUpdateManyWithoutForwarding_shipment_charges_applyNestedInput;
527536
+ forwarding_shipments?: forwarding_shipmentsUpdateManyWithoutCharge_applyNestedInput;
527537
+ };
527538
+ type forwarding_shipment_charges_appliesUncheckedUpdateWithoutForwarding_transport_modesInput = {
527187
527539
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
527188
527540
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
527189
527541
  code?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -527195,12 +527547,25 @@ type forwarding_shipment_charges_appliesUncheckedUpdateWithoutForwarding_shipmen
527195
527547
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
527196
527548
  forwarding_shipment_charges_apply_logs?: forwarding_shipment_charges_apply_logsUncheckedUpdateManyWithoutForwarding_shipment_charges_appliesNestedInput;
527197
527549
  forwarding_bookings?: forwarding_bookingsUncheckedUpdateManyWithoutForwarding_shipment_charges_applyNestedInput;
527550
+ forwarding_shipments?: forwarding_shipmentsUncheckedUpdateManyWithoutCharge_applyNestedInput;
527551
+ };
527552
+ type forwarding_shipment_charges_appliesUncheckedUpdateManyWithoutForwarding_transport_modesInput = {
527553
+ id?: BigIntFieldUpdateOperationsInput | bigint | number;
527554
+ logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
527555
+ code?: NullableStringFieldUpdateOperationsInput | string | null;
527556
+ name?: NullableStringFieldUpdateOperationsInput | string | null;
527557
+ is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
527558
+ created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
527559
+ created_by?: NullableStringFieldUpdateOperationsInput | string | null;
527560
+ updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
527561
+ updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
527198
527562
  };
527199
527563
  /**
527200
527564
  * Count Type Forwarding_shipment_charges_appliesCountOutputType
527201
527565
  */
527202
527566
 
527203
527567
  type Forwarding_shipment_charges_appliesCountOutputTypeSelect<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
527568
+ forwarding_transport_modes?: boolean | Forwarding_shipment_charges_appliesCountOutputTypeCountForwarding_transport_modesArgs;
527204
527569
  forwarding_shipment_charges_apply_logs?: boolean | Forwarding_shipment_charges_appliesCountOutputTypeCountForwarding_shipment_charges_apply_logsArgs;
527205
527570
  forwarding_bookings?: boolean | Forwarding_shipment_charges_appliesCountOutputTypeCountForwarding_bookingsArgs;
527206
527571
  forwarding_shipments?: boolean | Forwarding_shipment_charges_appliesCountOutputTypeCountForwarding_shipmentsArgs;
@@ -527214,6 +527579,12 @@ type Forwarding_shipment_charges_appliesCountOutputTypeDefaultArgs<ExtArgs exten
527214
527579
  */
527215
527580
  select?: Forwarding_shipment_charges_appliesCountOutputTypeSelect<ExtArgs> | null;
527216
527581
  };
527582
+ /**
527583
+ * Forwarding_shipment_charges_appliesCountOutputType without action
527584
+ */
527585
+ type Forwarding_shipment_charges_appliesCountOutputTypeCountForwarding_transport_modesArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
527586
+ where?: forwarding_transport_modesWhereInput;
527587
+ };
527217
527588
  /**
527218
527589
  * Forwarding_shipment_charges_appliesCountOutputType without action
527219
527590
  */
@@ -527242,6 +527613,7 @@ type forwarding_shipment_charges_appliesSelect<ExtArgs extends Types$1.Extension
527242
527613
  created_by?: boolean;
527243
527614
  updated_at?: boolean;
527244
527615
  updated_by?: boolean;
527616
+ forwarding_transport_modes?: boolean | forwarding_shipment_charges_applies$forwarding_transport_modesArgs<ExtArgs>;
527245
527617
  forwarding_shipment_charges_apply_logs?: boolean | forwarding_shipment_charges_applies$forwarding_shipment_charges_apply_logsArgs<ExtArgs>;
527246
527618
  forwarding_bookings?: boolean | forwarding_shipment_charges_applies$forwarding_bookingsArgs<ExtArgs>;
527247
527619
  forwarding_shipments?: boolean | forwarding_shipment_charges_applies$forwarding_shipmentsArgs<ExtArgs>;
@@ -527271,6 +527643,7 @@ type forwarding_shipment_charges_appliesSelectUpdateManyAndReturn<ExtArgs extend
527271
527643
  }, ExtArgs["result"]["forwarding_shipment_charges_applies"]>;
527272
527644
  type forwarding_shipment_charges_appliesOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "logic_code" | "code" | "name" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipment_charges_applies"]>;
527273
527645
  type forwarding_shipment_charges_appliesInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
527646
+ forwarding_transport_modes?: boolean | forwarding_shipment_charges_applies$forwarding_transport_modesArgs<ExtArgs>;
527274
527647
  forwarding_shipment_charges_apply_logs?: boolean | forwarding_shipment_charges_applies$forwarding_shipment_charges_apply_logsArgs<ExtArgs>;
527275
527648
  forwarding_bookings?: boolean | forwarding_shipment_charges_applies$forwarding_bookingsArgs<ExtArgs>;
527276
527649
  forwarding_shipments?: boolean | forwarding_shipment_charges_applies$forwarding_shipmentsArgs<ExtArgs>;
@@ -527279,6 +527652,7 @@ type forwarding_shipment_charges_appliesInclude<ExtArgs extends Types$1.Extensio
527279
527652
  type $forwarding_shipment_charges_appliesPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
527280
527653
  name: "forwarding_shipment_charges_applies";
527281
527654
  objects: {
527655
+ forwarding_transport_modes: $forwarding_transport_modesPayload<ExtArgs>[];
527282
527656
  forwarding_shipment_charges_apply_logs: $forwarding_shipment_charges_apply_logsPayload<ExtArgs>[];
527283
527657
  forwarding_bookings: $forwarding_bookingsPayload<ExtArgs>[];
527284
527658
  forwarding_shipments: $forwarding_shipmentsPayload<ExtArgs>[];
@@ -527608,6 +527982,7 @@ interface forwarding_shipment_charges_appliesDelegate<ExtArgs extends Types$1.Ex
527608
527982
  */
527609
527983
  interface Prisma__forwarding_shipment_charges_appliesClient<T$1, Null = never, ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends PrismaPromise<T$1> {
527610
527984
  readonly [Symbol.toStringTag]: "PrismaPromise";
527985
+ forwarding_transport_modes<T$1 extends forwarding_shipment_charges_applies$forwarding_transport_modesArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_charges_applies$forwarding_transport_modesArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_transport_modesPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
527611
527986
  forwarding_shipment_charges_apply_logs<T$1 extends forwarding_shipment_charges_applies$forwarding_shipment_charges_apply_logsArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_charges_applies$forwarding_shipment_charges_apply_logsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_shipment_charges_apply_logsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
527612
527987
  forwarding_bookings<T$1 extends forwarding_shipment_charges_applies$forwarding_bookingsArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_charges_applies$forwarding_bookingsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_bookingsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
527613
527988
  forwarding_shipments<T$1 extends forwarding_shipment_charges_applies$forwarding_shipmentsArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_charges_applies$forwarding_shipmentsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_shipmentsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
@@ -528015,6 +528390,29 @@ type forwarding_shipment_charges_appliesDeleteManyArgs<ExtArgs extends Types$1.E
528015
528390
  */
528016
528391
  limit?: number;
528017
528392
  };
528393
+ /**
528394
+ * forwarding_shipment_charges_applies.forwarding_transport_modes
528395
+ */
528396
+ type forwarding_shipment_charges_applies$forwarding_transport_modesArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
528397
+ /**
528398
+ * Select specific fields to fetch from the forwarding_transport_modes
528399
+ */
528400
+ select?: forwarding_transport_modesSelect<ExtArgs> | null;
528401
+ /**
528402
+ * Omit specific fields from the forwarding_transport_modes
528403
+ */
528404
+ omit?: forwarding_transport_modesOmit<ExtArgs> | null;
528405
+ /**
528406
+ * Choose, which related nodes to fetch as well
528407
+ */
528408
+ include?: forwarding_transport_modesInclude<ExtArgs> | null;
528409
+ where?: forwarding_transport_modesWhereInput;
528410
+ orderBy?: forwarding_transport_modesOrderByWithRelationInput | forwarding_transport_modesOrderByWithRelationInput[];
528411
+ cursor?: forwarding_transport_modesWhereUniqueInput;
528412
+ take?: number;
528413
+ skip?: number;
528414
+ distinct?: Forwarding_transport_modesScalarFieldEnum | Forwarding_transport_modesScalarFieldEnum[];
528415
+ };
528018
528416
  /**
528019
528417
  * forwarding_shipment_charges_applies.forwarding_shipment_charges_apply_logs
528020
528418
  */
@@ -712756,45 +713154,6 @@ declare const cargoflowRouter: BuiltRouter<{
712756
713154
  id_type: string | null;
712757
713155
  is_override: boolean | null;
712758
713156
  }[];
712759
- forwarding_shipment_packings: {
712760
- is_active: boolean | null;
712761
- id: string;
712762
- logic_code: string | null;
712763
- code: string | null;
712764
- created_at: Date | null;
712765
- created_by: string | null;
712766
- updated_at: Date | null;
712767
- updated_by: string | null;
712768
- length: Decimal | null;
712769
- description: string | null;
712770
- id_weight_unit: string | null;
712771
- id_volume_unit: string | null;
712772
- id_commodity: string | null;
712773
- id_forwarding_booking: string | null;
712774
- volume: Decimal | null;
712775
- id_forwarding_shipment: string | null;
712776
- id_consol_container: string | null;
712777
- id_package_type: string | null;
712778
- id_length_unit: string | null;
712779
- id_width_unit: string | null;
712780
- id_height_unit: string | null;
712781
- id_dg_substance: string | null;
712782
- id_dg_class: string | null;
712783
- po_number: string | null;
712784
- goods_description: string | null;
712785
- item_number: string | null;
712786
- pack: number | null;
712787
- packing_order: number | null;
712788
- weight: Decimal | null;
712789
- width: Decimal | null;
712790
- height: Decimal | null;
712791
- harmonized_code: string | null;
712792
- harmonized_description: string | null;
712793
- dg_substance_name: string | null;
712794
- dg_class_name: string | null;
712795
- flash_point: Decimal | null;
712796
- un_dg_contact: string | null;
712797
- }[];
712798
713157
  forwarding_transport_mode: {
712799
713158
  is_active: boolean | null;
712800
713159
  id: string;
@@ -713076,6 +713435,45 @@ declare const cargoflowRouter: BuiltRouter<{
713076
713435
  is_vent_required: boolean;
713077
713436
  expiration_date: number | null;
713078
713437
  } | null;
713438
+ forwarding_shipment_packings: {
713439
+ is_active: boolean | null;
713440
+ id: string;
713441
+ logic_code: string | null;
713442
+ code: string | null;
713443
+ created_at: Date | null;
713444
+ created_by: string | null;
713445
+ updated_at: Date | null;
713446
+ updated_by: string | null;
713447
+ length: Decimal | null;
713448
+ id_weight_unit: string | null;
713449
+ id_volume_unit: string | null;
713450
+ id_commodity: string | null;
713451
+ id_forwarding_booking: string | null;
713452
+ description: string | null;
713453
+ volume: Decimal | null;
713454
+ id_forwarding_shipment: string | null;
713455
+ id_consol_container: string | null;
713456
+ id_package_type: string | null;
713457
+ id_length_unit: string | null;
713458
+ id_width_unit: string | null;
713459
+ id_height_unit: string | null;
713460
+ id_dg_substance: string | null;
713461
+ id_dg_class: string | null;
713462
+ po_number: string | null;
713463
+ goods_description: string | null;
713464
+ item_number: string | null;
713465
+ pack: number | null;
713466
+ packing_order: number | null;
713467
+ weight: Decimal | null;
713468
+ width: Decimal | null;
713469
+ height: Decimal | null;
713470
+ harmonized_code: string | null;
713471
+ harmonized_description: string | null;
713472
+ dg_substance_name: string | null;
713473
+ dg_class_name: string | null;
713474
+ flash_point: Decimal | null;
713475
+ un_dg_contact: string | null;
713476
+ }[];
713079
713477
  is_active: boolean | null;
713080
713478
  id: string;
713081
713479
  logic_code: string | null;
@@ -713084,7 +713482,6 @@ declare const cargoflowRouter: BuiltRouter<{
713084
713482
  updated_at: Date | null;
713085
713483
  updated_by: string | null;
713086
713484
  length: Decimal | null;
713087
- description: string | null;
713088
713485
  id_transport_mode: string | null;
713089
713486
  id_container_shipping_type: string | null;
713090
713487
  id_incoterm: string | null;
@@ -713102,6 +713499,7 @@ declare const cargoflowRouter: BuiltRouter<{
713102
713499
  id_volume_unit: string | null;
713103
713500
  id_chargeable_unit: string | null;
713104
713501
  id_commodity: string | null;
713502
+ description: string | null;
713105
713503
  extra_term: string | null;
713106
713504
  shipper_ref: string | null;
713107
713505
  mark_number: string | null;
@@ -713230,276 +713628,6 @@ declare const cargoflowRouter: BuiltRouter<{
713230
713628
  id_type: string | null;
713231
713629
  is_override: boolean | null;
713232
713630
  }[];
713233
- forwarding_shipment_packings: {
713234
- forwarding_booking: {
713235
- is_active: boolean | null;
713236
- id: string;
713237
- logic_code: string | null;
713238
- created_at: Date | null;
713239
- created_by: string | null;
713240
- updated_at: Date | null;
713241
- updated_by: string | null;
713242
- length: Decimal | null;
713243
- description: string | null;
713244
- id_transport_mode: string | null;
713245
- id_container_shipping_type: string | null;
713246
- id_incoterm: string | null;
713247
- id_service_level: string | null;
713248
- id_release_type: string | null;
713249
- id_charges_apply: string | null;
713250
- id_origin_un_locode: string | null;
713251
- id_destination_un_locode: string | null;
713252
- id_carrier: string | null;
713253
- id_creditor: string | null;
713254
- id_carrier_service_level: string | null;
713255
- id_on_board_status: string | null;
713256
- id_outer_unit: string | null;
713257
- id_weight_unit: string | null;
713258
- id_volume_unit: string | null;
713259
- id_chargeable_unit: string | null;
713260
- id_commodity: string | null;
713261
- extra_term: string | null;
713262
- shipper_ref: string | null;
713263
- mark_number: string | null;
713264
- contract_number: string | null;
713265
- booking_date: Date | null;
713266
- expected_pickup_date: Date | null;
713267
- expected_delivery_date: Date | null;
713268
- customer_expected_pickup_date: Date | null;
713269
- customer_expected_delivery_date: Date | null;
713270
- outer: Decimal | null;
713271
- volume: Decimal | null;
713272
- chargeable: Decimal | null;
713273
- booking_number: string | null;
713274
- } | null;
713275
- commodity: {
713276
- is_active: boolean | null;
713277
- id: string;
713278
- logic_code: string | null;
713279
- name: string | null;
713280
- code: string | null;
713281
- created_at: Date | null;
713282
- created_by: string | null;
713283
- updated_at: Date | null;
713284
- updated_by: string | null;
713285
- id_universal_group: string | null;
713286
- id_iata_commodity: string | null;
713287
- id_expiration_date_unit: string | null;
713288
- reefer_min_temp: Decimal | null;
713289
- reefer_max_temp: Decimal | null;
713290
- is_hazardous: boolean;
713291
- is_perishable: boolean;
713292
- is_flammable: boolean;
713293
- is_timber: boolean;
713294
- is_vent_required: boolean;
713295
- expiration_date: number | null;
713296
- } | null;
713297
- forwarding_shipment: {
713298
- is_active: boolean | null;
713299
- id: string;
713300
- logic_code: string | null;
713301
- created_at: Date | null;
713302
- created_by: string | null;
713303
- updated_at: Date | null;
713304
- updated_by: string | null;
713305
- description: string | null;
713306
- id_transport_mode: string | null;
713307
- id_container_shipping_type: string | null;
713308
- id_incoterm: string | null;
713309
- id_service_level: string | null;
713310
- id_release_type: string | null;
713311
- id_on_board_status: string | null;
713312
- id_weight_unit: string | null;
713313
- id_volume_unit: string | null;
713314
- id_chargeable_unit: string | null;
713315
- mark_number: string | null;
713316
- volume: Decimal | null;
713317
- chargeable: Decimal | null;
713318
- weight: Decimal | null;
713319
- id_forwarding_consol: string | null;
713320
- id_transport_type: string | null;
713321
- id_service_scope: string | null;
713322
- id_origin: string | null;
713323
- id_destination: string | null;
713324
- id_weight_volume_unit: string | null;
713325
- id_package_count_type: string | null;
713326
- id_package_inner_count_type: string | null;
713327
- id_air_waybill_dims: string | null;
713328
- id_house_bill_type: string | null;
713329
- id_hbl_delivery_mode: string | null;
713330
- id_charge_apply: string | null;
713331
- id_control_customer: string | null;
713332
- id_control_agent: string | null;
713333
- weight_volume: Decimal | null;
713334
- package_count: number | null;
713335
- package_inner_count: number | null;
713336
- original_bills: number | null;
713337
- copy_bills: number | null;
713338
- estimated_delivery_date: Date | null;
713339
- estimated_arrival_date: Date | null;
713340
- issue_date: Date | null;
713341
- shipment_number: string | null;
713342
- house_bill: string | null;
713343
- } | null;
713344
- forwarding_consol_container: {
713345
- is_active: boolean | null;
713346
- id: string;
713347
- logic_code: string | null;
713348
- created_at: Date | null;
713349
- created_by: string | null;
713350
- updated_at: Date | null;
713351
- updated_by: string | null;
713352
- id_container_shipping_type: string | null;
713353
- id_type: string | null;
713354
- id_forwarding_consol: string | null;
713355
- id_delivery_mode: string | null;
713356
- container_number: string | null;
713357
- } | null;
713358
- package_type: {
713359
- is_active: boolean | null;
713360
- id: string;
713361
- logic_code: string | null;
713362
- name: string | null;
713363
- code: string | null;
713364
- created_at: Date | null;
713365
- created_by: string | null;
713366
- updated_at: Date | null;
713367
- updated_by: string | null;
713368
- length: Decimal | null;
713369
- id_weight_unit: string | null;
713370
- weight: Decimal | null;
713371
- width: Decimal | null;
713372
- height: Decimal | null;
713373
- id_dimension_unit: string | null;
713374
- id_measurement_unit_type: string | null;
713375
- is_keep_upright: boolean | null;
713376
- } | null;
713377
- weight_unit: {
713378
- is_active: boolean | null;
713379
- id: string;
713380
- logic_code: string | null;
713381
- name: string | null;
713382
- code: string | null;
713383
- created_at: Date | null;
713384
- created_by: string | null;
713385
- updated_at: Date | null;
713386
- updated_by: string | null;
713387
- id_type: string | null;
713388
- } | null;
713389
- volume_unit: {
713390
- is_active: boolean | null;
713391
- id: string;
713392
- logic_code: string | null;
713393
- name: string | null;
713394
- code: string | null;
713395
- created_at: Date | null;
713396
- created_by: string | null;
713397
- updated_at: Date | null;
713398
- updated_by: string | null;
713399
- id_type: string | null;
713400
- } | null;
713401
- length_unit: {
713402
- is_active: boolean | null;
713403
- id: string;
713404
- logic_code: string | null;
713405
- name: string | null;
713406
- code: string | null;
713407
- created_at: Date | null;
713408
- created_by: string | null;
713409
- updated_at: Date | null;
713410
- updated_by: string | null;
713411
- id_type: string | null;
713412
- } | null;
713413
- width_unit: {
713414
- is_active: boolean | null;
713415
- id: string;
713416
- logic_code: string | null;
713417
- name: string | null;
713418
- code: string | null;
713419
- created_at: Date | null;
713420
- created_by: string | null;
713421
- updated_at: Date | null;
713422
- updated_by: string | null;
713423
- id_type: string | null;
713424
- } | null;
713425
- height_unit: {
713426
- is_active: boolean | null;
713427
- id: string;
713428
- logic_code: string | null;
713429
- name: string | null;
713430
- code: string | null;
713431
- created_at: Date | null;
713432
- created_by: string | null;
713433
- updated_at: Date | null;
713434
- updated_by: string | null;
713435
- id_type: string | null;
713436
- } | null;
713437
- dg_substance: {
713438
- is_active: boolean | null;
713439
- id: string;
713440
- logic_code: string | null;
713441
- name: string | null;
713442
- created_at: Date | null;
713443
- created_by: string | null;
713444
- updated_at: Date | null;
713445
- updated_by: string | null;
713446
- id_dg_class: string | null;
713447
- id_dg_packing_group: string | null;
713448
- id_dg_excepted_quantity: string | null;
713449
- un_number: string | null;
713450
- extra_labels: string | null;
713451
- sub_risk: string | null;
713452
- is_high_danger: boolean | null;
713453
- } | null;
713454
- dg_class: {
713455
- is_active: boolean | null;
713456
- id: string;
713457
- logic_code: string | null;
713458
- name: string | null;
713459
- code: string | null;
713460
- created_at: Date | null;
713461
- created_by: string | null;
713462
- updated_at: Date | null;
713463
- updated_by: string | null;
713464
- } | null;
713465
- is_active: boolean | null;
713466
- id: string;
713467
- logic_code: string | null;
713468
- code: string | null;
713469
- created_at: Date | null;
713470
- created_by: string | null;
713471
- updated_at: Date | null;
713472
- updated_by: string | null;
713473
- length: Decimal | null;
713474
- description: string | null;
713475
- id_weight_unit: string | null;
713476
- id_volume_unit: string | null;
713477
- id_commodity: string | null;
713478
- id_forwarding_booking: string | null;
713479
- volume: Decimal | null;
713480
- id_forwarding_shipment: string | null;
713481
- id_consol_container: string | null;
713482
- id_package_type: string | null;
713483
- id_length_unit: string | null;
713484
- id_width_unit: string | null;
713485
- id_height_unit: string | null;
713486
- id_dg_substance: string | null;
713487
- id_dg_class: string | null;
713488
- po_number: string | null;
713489
- goods_description: string | null;
713490
- item_number: string | null;
713491
- pack: number | null;
713492
- packing_order: number | null;
713493
- weight: Decimal | null;
713494
- width: Decimal | null;
713495
- height: Decimal | null;
713496
- harmonized_code: string | null;
713497
- harmonized_description: string | null;
713498
- dg_substance_name: string | null;
713499
- dg_class_name: string | null;
713500
- flash_point: Decimal | null;
713501
- un_dg_contact: string | null;
713502
- }[];
713503
713631
  forwarding_transport_mode: {
713504
713632
  is_active: boolean | null;
713505
713633
  id: string;
@@ -713781,6 +713909,276 @@ declare const cargoflowRouter: BuiltRouter<{
713781
713909
  is_vent_required: boolean;
713782
713910
  expiration_date: number | null;
713783
713911
  } | null;
713912
+ forwarding_shipment_packings: {
713913
+ forwarding_booking: {
713914
+ is_active: boolean | null;
713915
+ id: string;
713916
+ logic_code: string | null;
713917
+ created_at: Date | null;
713918
+ created_by: string | null;
713919
+ updated_at: Date | null;
713920
+ updated_by: string | null;
713921
+ length: Decimal | null;
713922
+ id_transport_mode: string | null;
713923
+ id_container_shipping_type: string | null;
713924
+ id_incoterm: string | null;
713925
+ id_service_level: string | null;
713926
+ id_release_type: string | null;
713927
+ id_charges_apply: string | null;
713928
+ id_origin_un_locode: string | null;
713929
+ id_destination_un_locode: string | null;
713930
+ id_carrier: string | null;
713931
+ id_creditor: string | null;
713932
+ id_carrier_service_level: string | null;
713933
+ id_on_board_status: string | null;
713934
+ id_outer_unit: string | null;
713935
+ id_weight_unit: string | null;
713936
+ id_volume_unit: string | null;
713937
+ id_chargeable_unit: string | null;
713938
+ id_commodity: string | null;
713939
+ description: string | null;
713940
+ extra_term: string | null;
713941
+ shipper_ref: string | null;
713942
+ mark_number: string | null;
713943
+ contract_number: string | null;
713944
+ booking_date: Date | null;
713945
+ expected_pickup_date: Date | null;
713946
+ expected_delivery_date: Date | null;
713947
+ customer_expected_pickup_date: Date | null;
713948
+ customer_expected_delivery_date: Date | null;
713949
+ outer: Decimal | null;
713950
+ volume: Decimal | null;
713951
+ chargeable: Decimal | null;
713952
+ booking_number: string | null;
713953
+ } | null;
713954
+ commodity: {
713955
+ is_active: boolean | null;
713956
+ id: string;
713957
+ logic_code: string | null;
713958
+ name: string | null;
713959
+ code: string | null;
713960
+ created_at: Date | null;
713961
+ created_by: string | null;
713962
+ updated_at: Date | null;
713963
+ updated_by: string | null;
713964
+ id_universal_group: string | null;
713965
+ id_iata_commodity: string | null;
713966
+ id_expiration_date_unit: string | null;
713967
+ reefer_min_temp: Decimal | null;
713968
+ reefer_max_temp: Decimal | null;
713969
+ is_hazardous: boolean;
713970
+ is_perishable: boolean;
713971
+ is_flammable: boolean;
713972
+ is_timber: boolean;
713973
+ is_vent_required: boolean;
713974
+ expiration_date: number | null;
713975
+ } | null;
713976
+ forwarding_shipment: {
713977
+ is_active: boolean | null;
713978
+ id: string;
713979
+ logic_code: string | null;
713980
+ created_at: Date | null;
713981
+ created_by: string | null;
713982
+ updated_at: Date | null;
713983
+ updated_by: string | null;
713984
+ id_transport_mode: string | null;
713985
+ id_container_shipping_type: string | null;
713986
+ id_incoterm: string | null;
713987
+ id_service_level: string | null;
713988
+ id_release_type: string | null;
713989
+ id_on_board_status: string | null;
713990
+ id_weight_unit: string | null;
713991
+ id_volume_unit: string | null;
713992
+ id_chargeable_unit: string | null;
713993
+ description: string | null;
713994
+ mark_number: string | null;
713995
+ volume: Decimal | null;
713996
+ chargeable: Decimal | null;
713997
+ weight: Decimal | null;
713998
+ id_forwarding_consol: string | null;
713999
+ id_transport_type: string | null;
714000
+ id_service_scope: string | null;
714001
+ id_origin: string | null;
714002
+ id_destination: string | null;
714003
+ id_weight_volume_unit: string | null;
714004
+ id_package_count_type: string | null;
714005
+ id_package_inner_count_type: string | null;
714006
+ id_air_waybill_dims: string | null;
714007
+ id_house_bill_type: string | null;
714008
+ id_hbl_delivery_mode: string | null;
714009
+ id_charge_apply: string | null;
714010
+ id_control_customer: string | null;
714011
+ id_control_agent: string | null;
714012
+ weight_volume: Decimal | null;
714013
+ package_count: number | null;
714014
+ package_inner_count: number | null;
714015
+ original_bills: number | null;
714016
+ copy_bills: number | null;
714017
+ estimated_delivery_date: Date | null;
714018
+ estimated_arrival_date: Date | null;
714019
+ issue_date: Date | null;
714020
+ shipment_number: string | null;
714021
+ house_bill: string | null;
714022
+ } | null;
714023
+ forwarding_consol_container: {
714024
+ is_active: boolean | null;
714025
+ id: string;
714026
+ logic_code: string | null;
714027
+ created_at: Date | null;
714028
+ created_by: string | null;
714029
+ updated_at: Date | null;
714030
+ updated_by: string | null;
714031
+ id_container_shipping_type: string | null;
714032
+ id_type: string | null;
714033
+ id_forwarding_consol: string | null;
714034
+ id_delivery_mode: string | null;
714035
+ container_number: string | null;
714036
+ } | null;
714037
+ package_type: {
714038
+ is_active: boolean | null;
714039
+ id: string;
714040
+ logic_code: string | null;
714041
+ name: string | null;
714042
+ code: string | null;
714043
+ created_at: Date | null;
714044
+ created_by: string | null;
714045
+ updated_at: Date | null;
714046
+ updated_by: string | null;
714047
+ length: Decimal | null;
714048
+ id_weight_unit: string | null;
714049
+ weight: Decimal | null;
714050
+ width: Decimal | null;
714051
+ height: Decimal | null;
714052
+ id_dimension_unit: string | null;
714053
+ id_measurement_unit_type: string | null;
714054
+ is_keep_upright: boolean | null;
714055
+ } | null;
714056
+ weight_unit: {
714057
+ is_active: boolean | null;
714058
+ id: string;
714059
+ logic_code: string | null;
714060
+ name: string | null;
714061
+ code: string | null;
714062
+ created_at: Date | null;
714063
+ created_by: string | null;
714064
+ updated_at: Date | null;
714065
+ updated_by: string | null;
714066
+ id_type: string | null;
714067
+ } | null;
714068
+ volume_unit: {
714069
+ is_active: boolean | null;
714070
+ id: string;
714071
+ logic_code: string | null;
714072
+ name: string | null;
714073
+ code: string | null;
714074
+ created_at: Date | null;
714075
+ created_by: string | null;
714076
+ updated_at: Date | null;
714077
+ updated_by: string | null;
714078
+ id_type: string | null;
714079
+ } | null;
714080
+ length_unit: {
714081
+ is_active: boolean | null;
714082
+ id: string;
714083
+ logic_code: string | null;
714084
+ name: string | null;
714085
+ code: string | null;
714086
+ created_at: Date | null;
714087
+ created_by: string | null;
714088
+ updated_at: Date | null;
714089
+ updated_by: string | null;
714090
+ id_type: string | null;
714091
+ } | null;
714092
+ width_unit: {
714093
+ is_active: boolean | null;
714094
+ id: string;
714095
+ logic_code: string | null;
714096
+ name: string | null;
714097
+ code: string | null;
714098
+ created_at: Date | null;
714099
+ created_by: string | null;
714100
+ updated_at: Date | null;
714101
+ updated_by: string | null;
714102
+ id_type: string | null;
714103
+ } | null;
714104
+ height_unit: {
714105
+ is_active: boolean | null;
714106
+ id: string;
714107
+ logic_code: string | null;
714108
+ name: string | null;
714109
+ code: string | null;
714110
+ created_at: Date | null;
714111
+ created_by: string | null;
714112
+ updated_at: Date | null;
714113
+ updated_by: string | null;
714114
+ id_type: string | null;
714115
+ } | null;
714116
+ dg_substance: {
714117
+ is_active: boolean | null;
714118
+ id: string;
714119
+ logic_code: string | null;
714120
+ name: string | null;
714121
+ created_at: Date | null;
714122
+ created_by: string | null;
714123
+ updated_at: Date | null;
714124
+ updated_by: string | null;
714125
+ id_dg_class: string | null;
714126
+ id_dg_packing_group: string | null;
714127
+ id_dg_excepted_quantity: string | null;
714128
+ un_number: string | null;
714129
+ extra_labels: string | null;
714130
+ sub_risk: string | null;
714131
+ is_high_danger: boolean | null;
714132
+ } | null;
714133
+ dg_class: {
714134
+ is_active: boolean | null;
714135
+ id: string;
714136
+ logic_code: string | null;
714137
+ name: string | null;
714138
+ code: string | null;
714139
+ created_at: Date | null;
714140
+ created_by: string | null;
714141
+ updated_at: Date | null;
714142
+ updated_by: string | null;
714143
+ } | null;
714144
+ is_active: boolean | null;
714145
+ id: string;
714146
+ logic_code: string | null;
714147
+ code: string | null;
714148
+ created_at: Date | null;
714149
+ created_by: string | null;
714150
+ updated_at: Date | null;
714151
+ updated_by: string | null;
714152
+ length: Decimal | null;
714153
+ id_weight_unit: string | null;
714154
+ id_volume_unit: string | null;
714155
+ id_commodity: string | null;
714156
+ id_forwarding_booking: string | null;
714157
+ description: string | null;
714158
+ volume: Decimal | null;
714159
+ id_forwarding_shipment: string | null;
714160
+ id_consol_container: string | null;
714161
+ id_package_type: string | null;
714162
+ id_length_unit: string | null;
714163
+ id_width_unit: string | null;
714164
+ id_height_unit: string | null;
714165
+ id_dg_substance: string | null;
714166
+ id_dg_class: string | null;
714167
+ po_number: string | null;
714168
+ goods_description: string | null;
714169
+ item_number: string | null;
714170
+ pack: number | null;
714171
+ packing_order: number | null;
714172
+ weight: Decimal | null;
714173
+ width: Decimal | null;
714174
+ height: Decimal | null;
714175
+ harmonized_code: string | null;
714176
+ harmonized_description: string | null;
714177
+ dg_substance_name: string | null;
714178
+ dg_class_name: string | null;
714179
+ flash_point: Decimal | null;
714180
+ un_dg_contact: string | null;
714181
+ }[];
713784
714182
  is_active: boolean | null;
713785
714183
  id: string;
713786
714184
  logic_code: string | null;
@@ -713789,7 +714187,6 @@ declare const cargoflowRouter: BuiltRouter<{
713789
714187
  updated_at: Date | null;
713790
714188
  updated_by: string | null;
713791
714189
  length: Decimal | null;
713792
- description: string | null;
713793
714190
  id_transport_mode: string | null;
713794
714191
  id_container_shipping_type: string | null;
713795
714192
  id_incoterm: string | null;
@@ -713807,6 +714204,7 @@ declare const cargoflowRouter: BuiltRouter<{
713807
714204
  id_volume_unit: string | null;
713808
714205
  id_chargeable_unit: string | null;
713809
714206
  id_commodity: string | null;
714207
+ description: string | null;
713810
714208
  extra_term: string | null;
713811
714209
  shipper_ref: string | null;
713812
714210
  mark_number: string | null;
@@ -713868,13 +714266,13 @@ declare const cargoflowRouter: BuiltRouter<{
713868
714266
  data: {
713869
714267
  id: string;
713870
714268
  id_log_type: string | null;
714269
+ id_forwarding_booking: string | null;
713871
714270
  url: string | null;
713872
714271
  params: SimpleJson;
713873
714272
  action: string | null;
713874
714273
  action_by: string | null;
713875
714274
  action_id: string | null;
713876
714275
  action_at: Date | null;
713877
- id_forwarding_booking: string | null;
713878
714276
  }[] | undefined;
713879
714277
  total: number | undefined;
713880
714278
  };
@@ -713892,13 +714290,13 @@ declare const cargoflowRouter: BuiltRouter<{
713892
714290
  data: {
713893
714291
  id: string;
713894
714292
  id_log_type: string | null;
714293
+ id_forwarding_booking: string | null;
713895
714294
  url: string | null;
713896
714295
  params: SimpleJson;
713897
714296
  action: string | null;
713898
714297
  action_by: string | null;
713899
714298
  action_id: string | null;
713900
714299
  action_at: Date | null;
713901
- id_forwarding_booking: string | null;
713902
714300
  } | undefined;
713903
714301
  };
713904
714302
  meta: object;
@@ -714004,7 +714402,6 @@ declare const cargoflowRouter: BuiltRouter<{
714004
714402
  updated_at: Date | null;
714005
714403
  updated_by: string | null;
714006
714404
  length: Decimal | null;
714007
- description: string | null;
714008
714405
  id_transport_mode: string | null;
714009
714406
  id_container_shipping_type: string | null;
714010
714407
  id_incoterm: string | null;
@@ -714022,6 +714419,7 @@ declare const cargoflowRouter: BuiltRouter<{
714022
714419
  id_volume_unit: string | null;
714023
714420
  id_chargeable_unit: string | null;
714024
714421
  id_commodity: string | null;
714422
+ description: string | null;
714025
714423
  extra_term: string | null;
714026
714424
  shipper_ref: string | null;
714027
714425
  mark_number: string | null;
@@ -714040,13 +714438,13 @@ declare const cargoflowRouter: BuiltRouter<{
714040
714438
  data: {
714041
714439
  id: string;
714042
714440
  id_log_type: string | null;
714441
+ id_forwarding_booking: string | null;
714043
714442
  url: string | null;
714044
714443
  params: SimpleJson;
714045
714444
  action: string | null;
714046
714445
  action_by: string | null;
714047
714446
  action_id: string | null;
714048
714447
  action_at: Date | null;
714049
- id_forwarding_booking: string | null;
714050
714448
  } | undefined;
714051
714449
  };
714052
714450
  } | undefined;
@@ -714160,7 +714558,6 @@ declare const cargoflowRouter: BuiltRouter<{
714160
714558
  updated_at: Date | null;
714161
714559
  updated_by: string | null;
714162
714560
  length: Decimal | null;
714163
- description: string | null;
714164
714561
  id_transport_mode: string | null;
714165
714562
  id_container_shipping_type: string | null;
714166
714563
  id_incoterm: string | null;
@@ -714178,6 +714575,7 @@ declare const cargoflowRouter: BuiltRouter<{
714178
714575
  id_volume_unit: string | null;
714179
714576
  id_chargeable_unit: string | null;
714180
714577
  id_commodity: string | null;
714578
+ description: string | null;
714181
714579
  extra_term: string | null;
714182
714580
  shipper_ref: string | null;
714183
714581
  mark_number: string | null;
@@ -714196,13 +714594,13 @@ declare const cargoflowRouter: BuiltRouter<{
714196
714594
  data: {
714197
714595
  id: string;
714198
714596
  id_log_type: string | null;
714597
+ id_forwarding_booking: string | null;
714199
714598
  url: string | null;
714200
714599
  params: SimpleJson;
714201
714600
  action: string | null;
714202
714601
  action_by: string | null;
714203
714602
  action_id: string | null;
714204
714603
  action_at: Date | null;
714205
- id_forwarding_booking: string | null;
714206
714604
  } | undefined;
714207
714605
  };
714208
714606
  } | undefined;
@@ -714225,7 +714623,6 @@ declare const cargoflowRouter: BuiltRouter<{
714225
714623
  updated_at: Date | null;
714226
714624
  updated_by: string | null;
714227
714625
  length: Decimal | null;
714228
- description: string | null;
714229
714626
  id_transport_mode: string | null;
714230
714627
  id_container_shipping_type: string | null;
714231
714628
  id_incoterm: string | null;
@@ -714243,6 +714640,7 @@ declare const cargoflowRouter: BuiltRouter<{
714243
714640
  id_volume_unit: string | null;
714244
714641
  id_chargeable_unit: string | null;
714245
714642
  id_commodity: string | null;
714643
+ description: string | null;
714246
714644
  extra_term: string | null;
714247
714645
  shipper_ref: string | null;
714248
714646
  mark_number: string | null;
@@ -714315,7 +714713,6 @@ declare const cargoflowRouter: BuiltRouter<{
714315
714713
  updated_at: Date | null;
714316
714714
  updated_by: string | null;
714317
714715
  length: Decimal | null;
714318
- description: string | null;
714319
714716
  id_transport_mode: string | null;
714320
714717
  id_container_shipping_type: string | null;
714321
714718
  id_incoterm: string | null;
@@ -714333,6 +714730,7 @@ declare const cargoflowRouter: BuiltRouter<{
714333
714730
  id_volume_unit: string | null;
714334
714731
  id_chargeable_unit: string | null;
714335
714732
  id_commodity: string | null;
714733
+ description: string | null;
714336
714734
  extra_term: string | null;
714337
714735
  shipper_ref: string | null;
714338
714736
  mark_number: string | null;
@@ -714452,7 +714850,6 @@ declare const cargoflowRouter: BuiltRouter<{
714452
714850
  updated_at: Date | null;
714453
714851
  updated_by: string | null;
714454
714852
  length: Decimal | null;
714455
- description: string | null;
714456
714853
  id_transport_mode: string | null;
714457
714854
  id_container_shipping_type: string | null;
714458
714855
  id_incoterm: string | null;
@@ -714470,6 +714867,7 @@ declare const cargoflowRouter: BuiltRouter<{
714470
714867
  id_volume_unit: string | null;
714471
714868
  id_chargeable_unit: string | null;
714472
714869
  id_commodity: string | null;
714870
+ description: string | null;
714473
714871
  extra_term: string | null;
714474
714872
  shipper_ref: string | null;
714475
714873
  mark_number: string | null;
@@ -714884,121 +715282,6 @@ declare const cargoflowRouter: BuiltRouter<{
714884
715282
  };
714885
715283
  output: {
714886
715284
  data: {
714887
- forwarding_shipment_organizations: {
714888
- organization: {
714889
- is_active: boolean | null;
714890
- id: string;
714891
- logic_code: string | null;
714892
- name: string | null;
714893
- id_country: string | null;
714894
- id_state: string | null;
714895
- id_city: string | null;
714896
- id_postal_code: string | null;
714897
- id_company: string | null;
714898
- id_branch: string | null;
714899
- code: string | null;
714900
- created_at: Date | null;
714901
- created_by: string | null;
714902
- updated_at: Date | null;
714903
- updated_by: string | null;
714904
- id_un_locode: string | null;
714905
- email: string | null;
714906
- id_business_category: string | null;
714907
- id_controlling_branch: string | null;
714908
- id_airline: string | null;
714909
- id_shipping_line: string | null;
714910
- phone: string | null;
714911
- website_url: string | null;
714912
- company_number: string | null;
714913
- company_tax_number: string | null;
714914
- } | null;
714915
- organization_address: {
714916
- is_active: boolean | null;
714917
- id: string;
714918
- logic_code: string | null;
714919
- id_country: string | null;
714920
- id_state: string | null;
714921
- id_city: string | null;
714922
- id_postal_code: string | null;
714923
- code: string | null;
714924
- address: string | null;
714925
- mobile_phone: string | null;
714926
- created_at: Date | null;
714927
- created_by: string | null;
714928
- updated_at: Date | null;
714929
- updated_by: string | null;
714930
- id_un_locode: string | null;
714931
- email: string | null;
714932
- id_organization: string | null;
714933
- phone: string | null;
714934
- fax: string | null;
714935
- } | null;
714936
- forwarding_shipment_organization_type: {
714937
- is_active: boolean | null;
714938
- id: string;
714939
- logic_code: string | null;
714940
- name: string | null;
714941
- code: string | null;
714942
- created_at: Date | null;
714943
- created_by: string | null;
714944
- updated_at: Date | null;
714945
- updated_by: string | null;
714946
- } | null;
714947
- is_active: boolean | null;
714948
- id: string;
714949
- logic_code: string | null;
714950
- name: string | null;
714951
- code: string | null;
714952
- address: string | null;
714953
- created_at: Date | null;
714954
- created_by: string | null;
714955
- updated_at: Date | null;
714956
- updated_by: string | null;
714957
- id_organization: string | null;
714958
- id_organization_address: string | null;
714959
- id_type: string | null;
714960
- is_override: boolean | null;
714961
- id_forwarding_shipment: string | null;
714962
- }[];
714963
- forwarding_shipment_packings: {
714964
- is_active: boolean | null;
714965
- id: string;
714966
- logic_code: string | null;
714967
- code: string | null;
714968
- created_at: Date | null;
714969
- created_by: string | null;
714970
- updated_at: Date | null;
714971
- updated_by: string | null;
714972
- length: Decimal | null;
714973
- description: string | null;
714974
- id_weight_unit: string | null;
714975
- id_volume_unit: string | null;
714976
- id_commodity: string | null;
714977
- id_forwarding_booking: string | null;
714978
- volume: Decimal | null;
714979
- id_forwarding_shipment: string | null;
714980
- id_consol_container: string | null;
714981
- id_package_type: string | null;
714982
- id_length_unit: string | null;
714983
- id_width_unit: string | null;
714984
- id_height_unit: string | null;
714985
- id_dg_substance: string | null;
714986
- id_dg_class: string | null;
714987
- po_number: string | null;
714988
- goods_description: string | null;
714989
- item_number: string | null;
714990
- pack: number | null;
714991
- packing_order: number | null;
714992
- weight: Decimal | null;
714993
- width: Decimal | null;
714994
- height: Decimal | null;
714995
- harmonized_code: string | null;
714996
- harmonized_description: string | null;
714997
- dg_substance_name: string | null;
714998
- dg_class_name: string | null;
714999
- flash_point: Decimal | null;
715000
- un_dg_contact: string | null;
715001
- }[];
715002
715285
  forwarding_transport_mode: {
715003
715286
  is_active: boolean | null;
715004
715287
  id: string;
@@ -715110,6 +715393,121 @@ declare const cargoflowRouter: BuiltRouter<{
715110
715393
  has_seaport: boolean | null;
715111
715394
  has_outport: boolean | null;
715112
715395
  } | null;
715396
+ forwarding_shipment_packings: {
715397
+ is_active: boolean | null;
715398
+ id: string;
715399
+ logic_code: string | null;
715400
+ code: string | null;
715401
+ created_at: Date | null;
715402
+ created_by: string | null;
715403
+ updated_at: Date | null;
715404
+ updated_by: string | null;
715405
+ length: Decimal | null;
715406
+ id_weight_unit: string | null;
715407
+ id_volume_unit: string | null;
715408
+ id_commodity: string | null;
715409
+ id_forwarding_booking: string | null;
715410
+ description: string | null;
715411
+ volume: Decimal | null;
715412
+ id_forwarding_shipment: string | null;
715413
+ id_consol_container: string | null;
715414
+ id_package_type: string | null;
715415
+ id_length_unit: string | null;
715416
+ id_width_unit: string | null;
715417
+ id_height_unit: string | null;
715418
+ id_dg_substance: string | null;
715419
+ id_dg_class: string | null;
715420
+ po_number: string | null;
715421
+ goods_description: string | null;
715422
+ item_number: string | null;
715423
+ pack: number | null;
715424
+ packing_order: number | null;
715425
+ weight: Decimal | null;
715426
+ width: Decimal | null;
715427
+ height: Decimal | null;
715428
+ harmonized_code: string | null;
715429
+ harmonized_description: string | null;
715430
+ dg_substance_name: string | null;
715431
+ dg_class_name: string | null;
715432
+ flash_point: Decimal | null;
715433
+ un_dg_contact: string | null;
715434
+ }[];
715435
+ forwarding_shipment_organizations: {
715436
+ organization: {
715437
+ is_active: boolean | null;
715438
+ id: string;
715439
+ logic_code: string | null;
715440
+ name: string | null;
715441
+ id_country: string | null;
715442
+ id_state: string | null;
715443
+ id_city: string | null;
715444
+ id_postal_code: string | null;
715445
+ id_company: string | null;
715446
+ id_branch: string | null;
715447
+ code: string | null;
715448
+ created_at: Date | null;
715449
+ created_by: string | null;
715450
+ updated_at: Date | null;
715451
+ updated_by: string | null;
715452
+ id_un_locode: string | null;
715453
+ email: string | null;
715454
+ id_business_category: string | null;
715455
+ id_controlling_branch: string | null;
715456
+ id_airline: string | null;
715457
+ id_shipping_line: string | null;
715458
+ phone: string | null;
715459
+ website_url: string | null;
715460
+ company_number: string | null;
715461
+ company_tax_number: string | null;
715462
+ } | null;
715463
+ organization_address: {
715464
+ is_active: boolean | null;
715465
+ id: string;
715466
+ logic_code: string | null;
715467
+ id_country: string | null;
715468
+ id_state: string | null;
715469
+ id_city: string | null;
715470
+ id_postal_code: string | null;
715471
+ code: string | null;
715472
+ address: string | null;
715473
+ mobile_phone: string | null;
715474
+ created_at: Date | null;
715475
+ created_by: string | null;
715476
+ updated_at: Date | null;
715477
+ updated_by: string | null;
715478
+ id_un_locode: string | null;
715479
+ email: string | null;
715480
+ id_organization: string | null;
715481
+ phone: string | null;
715482
+ fax: string | null;
715483
+ } | null;
715484
+ forwarding_shipment_organization_type: {
715485
+ is_active: boolean | null;
715486
+ id: string;
715487
+ logic_code: string | null;
715488
+ name: string | null;
715489
+ code: string | null;
715490
+ created_at: Date | null;
715491
+ created_by: string | null;
715492
+ updated_at: Date | null;
715493
+ updated_by: string | null;
715494
+ } | null;
715495
+ is_active: boolean | null;
715496
+ id: string;
715497
+ logic_code: string | null;
715498
+ name: string | null;
715499
+ code: string | null;
715500
+ address: string | null;
715501
+ created_at: Date | null;
715502
+ created_by: string | null;
715503
+ updated_at: Date | null;
715504
+ updated_by: string | null;
715505
+ id_organization: string | null;
715506
+ id_organization_address: string | null;
715507
+ id_type: string | null;
715508
+ is_override: boolean | null;
715509
+ id_forwarding_shipment: string | null;
715510
+ }[];
715113
715511
  weight_unit: {
715114
715512
  is_active: boolean | null;
715115
715513
  id: string;
@@ -715485,7 +715883,6 @@ declare const cargoflowRouter: BuiltRouter<{
715485
715883
  created_by: string | null;
715486
715884
  updated_at: Date | null;
715487
715885
  updated_by: string | null;
715488
- description: string | null;
715489
715886
  id_transport_mode: string | null;
715490
715887
  id_container_shipping_type: string | null;
715491
715888
  id_incoterm: string | null;
@@ -715495,6 +715892,7 @@ declare const cargoflowRouter: BuiltRouter<{
715495
715892
  id_weight_unit: string | null;
715496
715893
  id_volume_unit: string | null;
715497
715894
  id_chargeable_unit: string | null;
715895
+ description: string | null;
715498
715896
  mark_number: string | null;
715499
715897
  volume: Decimal | null;
715500
715898
  chargeable: Decimal | null;
@@ -715573,82 +715971,117 @@ declare const cargoflowRouter: BuiltRouter<{
715573
715971
  forwarding_shipment_attachments: number;
715574
715972
  syncproc_purchase_orders: number;
715575
715973
  };
715576
- forwarding_shipment_organizations: {
715577
- organization: {
715578
- is_active: boolean | null;
715579
- id: string;
715580
- logic_code: string | null;
715581
- name: string | null;
715582
- id_country: string | null;
715583
- id_state: string | null;
715584
- id_city: string | null;
715585
- id_postal_code: string | null;
715586
- id_company: string | null;
715587
- id_branch: string | null;
715588
- code: string | null;
715589
- created_at: Date | null;
715590
- created_by: string | null;
715591
- updated_at: Date | null;
715592
- updated_by: string | null;
715593
- id_un_locode: string | null;
715594
- email: string | null;
715595
- id_business_category: string | null;
715596
- id_controlling_branch: string | null;
715597
- id_airline: string | null;
715598
- id_shipping_line: string | null;
715599
- phone: string | null;
715600
- website_url: string | null;
715601
- company_number: string | null;
715602
- company_tax_number: string | null;
715603
- } | null;
715604
- organization_address: {
715605
- is_active: boolean | null;
715606
- id: string;
715607
- logic_code: string | null;
715608
- id_country: string | null;
715609
- id_state: string | null;
715610
- id_city: string | null;
715611
- id_postal_code: string | null;
715612
- code: string | null;
715613
- address: string | null;
715614
- mobile_phone: string | null;
715615
- created_at: Date | null;
715616
- created_by: string | null;
715617
- updated_at: Date | null;
715618
- updated_by: string | null;
715619
- id_un_locode: string | null;
715620
- email: string | null;
715621
- id_organization: string | null;
715622
- phone: string | null;
715623
- fax: string | null;
715624
- } | null;
715625
- forwarding_shipment_organization_type: {
715626
- is_active: boolean | null;
715627
- id: string;
715628
- logic_code: string | null;
715629
- name: string | null;
715630
- code: string | null;
715631
- created_at: Date | null;
715632
- created_by: string | null;
715633
- updated_at: Date | null;
715634
- updated_by: string | null;
715635
- } | null;
715974
+ forwarding_transport_mode: {
715636
715975
  is_active: boolean | null;
715637
715976
  id: string;
715638
715977
  logic_code: string | null;
715639
715978
  name: string | null;
715640
715979
  code: string | null;
715641
- address: string | null;
715642
715980
  created_at: Date | null;
715643
715981
  created_by: string | null;
715644
715982
  updated_at: Date | null;
715645
715983
  updated_by: string | null;
715646
- id_organization: string | null;
715647
- id_organization_address: string | null;
715648
- id_type: string | null;
715649
- is_override: boolean | null;
715650
- id_forwarding_shipment: string | null;
715651
- }[];
715984
+ is_shipment: boolean | null;
715985
+ is_consol: boolean | null;
715986
+ } | null;
715987
+ container_shipping_type: {
715988
+ is_active: boolean | null;
715989
+ id: string;
715990
+ logic_code: string | null;
715991
+ name: string | null;
715992
+ code: string | null;
715993
+ created_at: Date | null;
715994
+ created_by: string | null;
715995
+ updated_at: Date | null;
715996
+ updated_by: string | null;
715997
+ } | null;
715998
+ incoterm: {
715999
+ is_active: boolean | null;
716000
+ id: string;
716001
+ logic_code: string | null;
716002
+ name: string | null;
716003
+ code: string | null;
716004
+ created_at: Date | null;
716005
+ created_by: string | null;
716006
+ updated_at: Date | null;
716007
+ updated_by: string | null;
716008
+ description: string | null;
716009
+ } | null;
716010
+ service_level: {
716011
+ is_active: boolean | null;
716012
+ id: string;
716013
+ logic_code: string | null;
716014
+ name: string | null;
716015
+ code: string | null;
716016
+ created_at: Date | null;
716017
+ created_by: string | null;
716018
+ updated_at: Date | null;
716019
+ updated_by: string | null;
716020
+ id_agreement: string | null;
716021
+ percentage: Decimal | null;
716022
+ } | null;
716023
+ origin_un_locode: {
716024
+ is_active: boolean | null;
716025
+ id: string;
716026
+ logic_code: string | null;
716027
+ id_country: string | null;
716028
+ id_state: string | null;
716029
+ id_city: string | null;
716030
+ created_at: Date | null;
716031
+ created_by: string | null;
716032
+ updated_at: Date | null;
716033
+ updated_by: string | null;
716034
+ id_time_zone: string | null;
716035
+ un_code: string | null;
716036
+ iata_code: string | null;
716037
+ iata_region_code: string | null;
716038
+ latitude: Decimal | null;
716039
+ longitude: Decimal | null;
716040
+ port_name: string | null;
716041
+ proper_name: string | null;
716042
+ has_post: boolean | null;
716043
+ has_customs: boolean | null;
716044
+ has_unload: boolean | null;
716045
+ has_airport: boolean | null;
716046
+ has_railway: boolean | null;
716047
+ has_road: boolean | null;
716048
+ has_store: boolean | null;
716049
+ has_terminal: boolean | null;
716050
+ has_discharge: boolean | null;
716051
+ has_seaport: boolean | null;
716052
+ has_outport: boolean | null;
716053
+ } | null;
716054
+ destination_un_locode: {
716055
+ is_active: boolean | null;
716056
+ id: string;
716057
+ logic_code: string | null;
716058
+ id_country: string | null;
716059
+ id_state: string | null;
716060
+ id_city: string | null;
716061
+ created_at: Date | null;
716062
+ created_by: string | null;
716063
+ updated_at: Date | null;
716064
+ updated_by: string | null;
716065
+ id_time_zone: string | null;
716066
+ un_code: string | null;
716067
+ iata_code: string | null;
716068
+ iata_region_code: string | null;
716069
+ latitude: Decimal | null;
716070
+ longitude: Decimal | null;
716071
+ port_name: string | null;
716072
+ proper_name: string | null;
716073
+ has_post: boolean | null;
716074
+ has_customs: boolean | null;
716075
+ has_unload: boolean | null;
716076
+ has_airport: boolean | null;
716077
+ has_railway: boolean | null;
716078
+ has_road: boolean | null;
716079
+ has_store: boolean | null;
716080
+ has_terminal: boolean | null;
716081
+ has_discharge: boolean | null;
716082
+ has_seaport: boolean | null;
716083
+ has_outport: boolean | null;
716084
+ } | null;
715652
716085
  forwarding_shipment_packings: {
715653
716086
  forwarding_booking: {
715654
716087
  is_active: boolean | null;
@@ -715659,7 +716092,6 @@ declare const cargoflowRouter: BuiltRouter<{
715659
716092
  updated_at: Date | null;
715660
716093
  updated_by: string | null;
715661
716094
  length: Decimal | null;
715662
- description: string | null;
715663
716095
  id_transport_mode: string | null;
715664
716096
  id_container_shipping_type: string | null;
715665
716097
  id_incoterm: string | null;
@@ -715677,6 +716109,7 @@ declare const cargoflowRouter: BuiltRouter<{
715677
716109
  id_volume_unit: string | null;
715678
716110
  id_chargeable_unit: string | null;
715679
716111
  id_commodity: string | null;
716112
+ description: string | null;
715680
716113
  extra_term: string | null;
715681
716114
  shipper_ref: string | null;
715682
716115
  mark_number: string | null;
@@ -715721,7 +716154,6 @@ declare const cargoflowRouter: BuiltRouter<{
715721
716154
  created_by: string | null;
715722
716155
  updated_at: Date | null;
715723
716156
  updated_by: string | null;
715724
- description: string | null;
715725
716157
  id_transport_mode: string | null;
715726
716158
  id_container_shipping_type: string | null;
715727
716159
  id_incoterm: string | null;
@@ -715731,6 +716163,7 @@ declare const cargoflowRouter: BuiltRouter<{
715731
716163
  id_weight_unit: string | null;
715732
716164
  id_volume_unit: string | null;
715733
716165
  id_chargeable_unit: string | null;
716166
+ description: string | null;
715734
716167
  mark_number: string | null;
715735
716168
  volume: Decimal | null;
715736
716169
  chargeable: Decimal | null;
@@ -715890,11 +716323,11 @@ declare const cargoflowRouter: BuiltRouter<{
715890
716323
  updated_at: Date | null;
715891
716324
  updated_by: string | null;
715892
716325
  length: Decimal | null;
715893
- description: string | null;
715894
716326
  id_weight_unit: string | null;
715895
716327
  id_volume_unit: string | null;
715896
716328
  id_commodity: string | null;
715897
716329
  id_forwarding_booking: string | null;
716330
+ description: string | null;
715898
716331
  volume: Decimal | null;
715899
716332
  id_forwarding_shipment: string | null;
715900
716333
  id_consol_container: string | null;
@@ -715919,117 +716352,82 @@ declare const cargoflowRouter: BuiltRouter<{
715919
716352
  flash_point: Decimal | null;
715920
716353
  un_dg_contact: string | null;
715921
716354
  }[];
715922
- forwarding_transport_mode: {
715923
- is_active: boolean | null;
715924
- id: string;
715925
- logic_code: string | null;
715926
- name: string | null;
715927
- code: string | null;
715928
- created_at: Date | null;
715929
- created_by: string | null;
715930
- updated_at: Date | null;
715931
- updated_by: string | null;
715932
- is_shipment: boolean | null;
715933
- is_consol: boolean | null;
715934
- } | null;
715935
- container_shipping_type: {
715936
- is_active: boolean | null;
715937
- id: string;
715938
- logic_code: string | null;
715939
- name: string | null;
715940
- code: string | null;
715941
- created_at: Date | null;
715942
- created_by: string | null;
715943
- updated_at: Date | null;
715944
- updated_by: string | null;
715945
- } | null;
715946
- incoterm: {
715947
- is_active: boolean | null;
715948
- id: string;
715949
- logic_code: string | null;
715950
- name: string | null;
715951
- code: string | null;
715952
- created_at: Date | null;
715953
- created_by: string | null;
715954
- updated_at: Date | null;
715955
- updated_by: string | null;
715956
- description: string | null;
715957
- } | null;
715958
- service_level: {
716355
+ forwarding_shipment_organizations: {
716356
+ organization: {
716357
+ is_active: boolean | null;
716358
+ id: string;
716359
+ logic_code: string | null;
716360
+ name: string | null;
716361
+ id_country: string | null;
716362
+ id_state: string | null;
716363
+ id_city: string | null;
716364
+ id_postal_code: string | null;
716365
+ id_company: string | null;
716366
+ id_branch: string | null;
716367
+ code: string | null;
716368
+ created_at: Date | null;
716369
+ created_by: string | null;
716370
+ updated_at: Date | null;
716371
+ updated_by: string | null;
716372
+ id_un_locode: string | null;
716373
+ email: string | null;
716374
+ id_business_category: string | null;
716375
+ id_controlling_branch: string | null;
716376
+ id_airline: string | null;
716377
+ id_shipping_line: string | null;
716378
+ phone: string | null;
716379
+ website_url: string | null;
716380
+ company_number: string | null;
716381
+ company_tax_number: string | null;
716382
+ } | null;
716383
+ organization_address: {
716384
+ is_active: boolean | null;
716385
+ id: string;
716386
+ logic_code: string | null;
716387
+ id_country: string | null;
716388
+ id_state: string | null;
716389
+ id_city: string | null;
716390
+ id_postal_code: string | null;
716391
+ code: string | null;
716392
+ address: string | null;
716393
+ mobile_phone: string | null;
716394
+ created_at: Date | null;
716395
+ created_by: string | null;
716396
+ updated_at: Date | null;
716397
+ updated_by: string | null;
716398
+ id_un_locode: string | null;
716399
+ email: string | null;
716400
+ id_organization: string | null;
716401
+ phone: string | null;
716402
+ fax: string | null;
716403
+ } | null;
716404
+ forwarding_shipment_organization_type: {
716405
+ is_active: boolean | null;
716406
+ id: string;
716407
+ logic_code: string | null;
716408
+ name: string | null;
716409
+ code: string | null;
716410
+ created_at: Date | null;
716411
+ created_by: string | null;
716412
+ updated_at: Date | null;
716413
+ updated_by: string | null;
716414
+ } | null;
715959
716415
  is_active: boolean | null;
715960
716416
  id: string;
715961
716417
  logic_code: string | null;
715962
716418
  name: string | null;
715963
716419
  code: string | null;
716420
+ address: string | null;
715964
716421
  created_at: Date | null;
715965
716422
  created_by: string | null;
715966
716423
  updated_at: Date | null;
715967
716424
  updated_by: string | null;
715968
- id_agreement: string | null;
715969
- percentage: Decimal | null;
715970
- } | null;
715971
- origin_un_locode: {
715972
- is_active: boolean | null;
715973
- id: string;
715974
- logic_code: string | null;
715975
- id_country: string | null;
715976
- id_state: string | null;
715977
- id_city: string | null;
715978
- created_at: Date | null;
715979
- created_by: string | null;
715980
- updated_at: Date | null;
715981
- updated_by: string | null;
715982
- id_time_zone: string | null;
715983
- un_code: string | null;
715984
- iata_code: string | null;
715985
- iata_region_code: string | null;
715986
- latitude: Decimal | null;
715987
- longitude: Decimal | null;
715988
- port_name: string | null;
715989
- proper_name: string | null;
715990
- has_post: boolean | null;
715991
- has_customs: boolean | null;
715992
- has_unload: boolean | null;
715993
- has_airport: boolean | null;
715994
- has_railway: boolean | null;
715995
- has_road: boolean | null;
715996
- has_store: boolean | null;
715997
- has_terminal: boolean | null;
715998
- has_discharge: boolean | null;
715999
- has_seaport: boolean | null;
716000
- has_outport: boolean | null;
716001
- } | null;
716002
- destination_un_locode: {
716003
- is_active: boolean | null;
716004
- id: string;
716005
- logic_code: string | null;
716006
- id_country: string | null;
716007
- id_state: string | null;
716008
- id_city: string | null;
716009
- created_at: Date | null;
716010
- created_by: string | null;
716011
- updated_at: Date | null;
716012
- updated_by: string | null;
716013
- id_time_zone: string | null;
716014
- un_code: string | null;
716015
- iata_code: string | null;
716016
- iata_region_code: string | null;
716017
- latitude: Decimal | null;
716018
- longitude: Decimal | null;
716019
- port_name: string | null;
716020
- proper_name: string | null;
716021
- has_post: boolean | null;
716022
- has_customs: boolean | null;
716023
- has_unload: boolean | null;
716024
- has_airport: boolean | null;
716025
- has_railway: boolean | null;
716026
- has_road: boolean | null;
716027
- has_store: boolean | null;
716028
- has_terminal: boolean | null;
716029
- has_discharge: boolean | null;
716030
- has_seaport: boolean | null;
716031
- has_outport: boolean | null;
716032
- } | null;
716425
+ id_organization: string | null;
716426
+ id_organization_address: string | null;
716427
+ id_type: string | null;
716428
+ is_override: boolean | null;
716429
+ id_forwarding_shipment: string | null;
716430
+ }[];
716033
716431
  weight_unit: {
716034
716432
  is_active: boolean | null;
716035
716433
  id: string;
@@ -717356,7 +717754,6 @@ declare const cargoflowRouter: BuiltRouter<{
717356
717754
  created_by: string | null;
717357
717755
  updated_at: Date | null;
717358
717756
  updated_by: string | null;
717359
- description: string | null;
717360
717757
  id_transport_mode: string | null;
717361
717758
  id_container_shipping_type: string | null;
717362
717759
  id_incoterm: string | null;
@@ -717366,6 +717763,7 @@ declare const cargoflowRouter: BuiltRouter<{
717366
717763
  id_weight_unit: string | null;
717367
717764
  id_volume_unit: string | null;
717368
717765
  id_chargeable_unit: string | null;
717766
+ description: string | null;
717369
717767
  mark_number: string | null;
717370
717768
  volume: Decimal | null;
717371
717769
  chargeable: Decimal | null;
@@ -717752,7 +718150,6 @@ declare const cargoflowRouter: BuiltRouter<{
717752
718150
  created_by: string | null;
717753
718151
  updated_at: Date | null;
717754
718152
  updated_by: string | null;
717755
- description: string | null;
717756
718153
  id_transport_mode: string | null;
717757
718154
  id_container_shipping_type: string | null;
717758
718155
  id_incoterm: string | null;
@@ -717762,6 +718159,7 @@ declare const cargoflowRouter: BuiltRouter<{
717762
718159
  id_weight_unit: string | null;
717763
718160
  id_volume_unit: string | null;
717764
718161
  id_chargeable_unit: string | null;
718162
+ description: string | null;
717765
718163
  mark_number: string | null;
717766
718164
  volume: Decimal | null;
717767
718165
  chargeable: Decimal | null;
@@ -718081,7 +718479,6 @@ declare const cargoflowRouter: BuiltRouter<{
718081
718479
  created_by: string | null;
718082
718480
  updated_at: Date | null;
718083
718481
  updated_by: string | null;
718084
- description: string | null;
718085
718482
  id_transport_mode: string | null;
718086
718483
  id_container_shipping_type: string | null;
718087
718484
  id_incoterm: string | null;
@@ -718091,6 +718488,7 @@ declare const cargoflowRouter: BuiltRouter<{
718091
718488
  id_weight_unit: string | null;
718092
718489
  id_volume_unit: string | null;
718093
718490
  id_chargeable_unit: string | null;
718491
+ description: string | null;
718094
718492
  mark_number: string | null;
718095
718493
  volume: Decimal | null;
718096
718494
  chargeable: Decimal | null;
@@ -718236,7 +718634,6 @@ declare const cargoflowRouter: BuiltRouter<{
718236
718634
  created_by: string | null;
718237
718635
  updated_at: Date | null;
718238
718636
  updated_by: string | null;
718239
- description: string | null;
718240
718637
  id_transport_mode: string | null;
718241
718638
  id_container_shipping_type: string | null;
718242
718639
  id_incoterm: string | null;
@@ -718246,6 +718643,7 @@ declare const cargoflowRouter: BuiltRouter<{
718246
718643
  id_weight_unit: string | null;
718247
718644
  id_volume_unit: string | null;
718248
718645
  id_chargeable_unit: string | null;
718646
+ description: string | null;
718249
718647
  mark_number: string | null;
718250
718648
  volume: Decimal | null;
718251
718649
  chargeable: Decimal | null;
@@ -718391,7 +718789,6 @@ declare const cargoflowRouter: BuiltRouter<{
718391
718789
  created_by: string | null;
718392
718790
  updated_at: Date | null;
718393
718791
  updated_by: string | null;
718394
- description: string | null;
718395
718792
  id_transport_mode: string | null;
718396
718793
  id_container_shipping_type: string | null;
718397
718794
  id_incoterm: string | null;
@@ -718401,6 +718798,7 @@ declare const cargoflowRouter: BuiltRouter<{
718401
718798
  id_weight_unit: string | null;
718402
718799
  id_volume_unit: string | null;
718403
718800
  id_chargeable_unit: string | null;
718801
+ description: string | null;
718404
718802
  mark_number: string | null;
718405
718803
  volume: Decimal | null;
718406
718804
  chargeable: Decimal | null;
@@ -718534,7 +718932,6 @@ declare const cargoflowRouter: BuiltRouter<{
718534
718932
  created_by: string | null;
718535
718933
  updated_at: Date | null;
718536
718934
  updated_by: string | null;
718537
- description: string | null;
718538
718935
  id_transport_mode: string | null;
718539
718936
  id_container_shipping_type: string | null;
718540
718937
  id_incoterm: string | null;
@@ -718544,6 +718941,7 @@ declare const cargoflowRouter: BuiltRouter<{
718544
718941
  id_weight_unit: string | null;
718545
718942
  id_volume_unit: string | null;
718546
718943
  id_chargeable_unit: string | null;
718944
+ description: string | null;
718547
718945
  mark_number: string | null;
718548
718946
  volume: Decimal | null;
718549
718947
  chargeable: Decimal | null;
@@ -718925,7 +719323,6 @@ declare const cargoflowRouter: BuiltRouter<{
718925
719323
  created_by: string | null;
718926
719324
  updated_at: Date | null;
718927
719325
  updated_by: string | null;
718928
- description: string | null;
718929
719326
  id_transport_mode: string | null;
718930
719327
  id_container_shipping_type: string | null;
718931
719328
  id_incoterm: string | null;
@@ -718935,6 +719332,7 @@ declare const cargoflowRouter: BuiltRouter<{
718935
719332
  id_weight_unit: string | null;
718936
719333
  id_volume_unit: string | null;
718937
719334
  id_chargeable_unit: string | null;
719335
+ description: string | null;
718938
719336
  mark_number: string | null;
718939
719337
  volume: Decimal | null;
718940
719338
  chargeable: Decimal | null;
@@ -719175,7 +719573,6 @@ declare const cargoflowRouter: BuiltRouter<{
719175
719573
  created_by: string | null;
719176
719574
  updated_at: Date | null;
719177
719575
  updated_by: string | null;
719178
- description: string | null;
719179
719576
  id_transport_mode: string | null;
719180
719577
  id_container_shipping_type: string | null;
719181
719578
  id_incoterm: string | null;
@@ -719185,6 +719582,7 @@ declare const cargoflowRouter: BuiltRouter<{
719185
719582
  id_weight_unit: string | null;
719186
719583
  id_volume_unit: string | null;
719187
719584
  id_chargeable_unit: string | null;
719585
+ description: string | null;
719188
719586
  mark_number: string | null;
719189
719587
  volume: Decimal | null;
719190
719588
  chargeable: Decimal | null;
@@ -719750,7 +720148,6 @@ declare const cargoflowRouter: BuiltRouter<{
719750
720148
  created_by: string | null;
719751
720149
  updated_at: Date | null;
719752
720150
  updated_by: string | null;
719753
- description: string | null;
719754
720151
  id_transport_mode: string | null;
719755
720152
  id_container_shipping_type: string | null;
719756
720153
  id_incoterm: string | null;
@@ -719760,6 +720157,7 @@ declare const cargoflowRouter: BuiltRouter<{
719760
720157
  id_weight_unit: string | null;
719761
720158
  id_volume_unit: string | null;
719762
720159
  id_chargeable_unit: string | null;
720160
+ description: string | null;
719763
720161
  mark_number: string | null;
719764
720162
  volume: Decimal | null;
719765
720163
  chargeable: Decimal | null;
@@ -720000,7 +720398,6 @@ declare const cargoflowRouter: BuiltRouter<{
720000
720398
  created_by: string | null;
720001
720399
  updated_at: Date | null;
720002
720400
  updated_by: string | null;
720003
- description: string | null;
720004
720401
  id_transport_mode: string | null;
720005
720402
  id_container_shipping_type: string | null;
720006
720403
  id_incoterm: string | null;
@@ -720010,6 +720407,7 @@ declare const cargoflowRouter: BuiltRouter<{
720010
720407
  id_weight_unit: string | null;
720011
720408
  id_volume_unit: string | null;
720012
720409
  id_chargeable_unit: string | null;
720410
+ description: string | null;
720013
720411
  mark_number: string | null;
720014
720412
  volume: Decimal | null;
720015
720413
  chargeable: Decimal | null;
@@ -720535,7 +720933,6 @@ declare const cargoflowRouter: BuiltRouter<{
720535
720933
  updated_at: Date | null;
720536
720934
  updated_by: string | null;
720537
720935
  length: Decimal | null;
720538
- description: string | null;
720539
720936
  id_transport_mode: string | null;
720540
720937
  id_container_shipping_type: string | null;
720541
720938
  id_incoterm: string | null;
@@ -720553,6 +720950,7 @@ declare const cargoflowRouter: BuiltRouter<{
720553
720950
  id_volume_unit: string | null;
720554
720951
  id_chargeable_unit: string | null;
720555
720952
  id_commodity: string | null;
720953
+ description: string | null;
720556
720954
  extra_term: string | null;
720557
720955
  shipper_ref: string | null;
720558
720956
  mark_number: string | null;
@@ -720597,7 +720995,6 @@ declare const cargoflowRouter: BuiltRouter<{
720597
720995
  created_by: string | null;
720598
720996
  updated_at: Date | null;
720599
720997
  updated_by: string | null;
720600
- description: string | null;
720601
720998
  id_transport_mode: string | null;
720602
720999
  id_container_shipping_type: string | null;
720603
721000
  id_incoterm: string | null;
@@ -720607,6 +721004,7 @@ declare const cargoflowRouter: BuiltRouter<{
720607
721004
  id_weight_unit: string | null;
720608
721005
  id_volume_unit: string | null;
720609
721006
  id_chargeable_unit: string | null;
721007
+ description: string | null;
720610
721008
  mark_number: string | null;
720611
721009
  volume: Decimal | null;
720612
721010
  chargeable: Decimal | null;
@@ -720766,11 +721164,11 @@ declare const cargoflowRouter: BuiltRouter<{
720766
721164
  updated_at: Date | null;
720767
721165
  updated_by: string | null;
720768
721166
  length: Decimal | null;
720769
- description: string | null;
720770
721167
  id_weight_unit: string | null;
720771
721168
  id_volume_unit: string | null;
720772
721169
  id_commodity: string | null;
720773
721170
  id_forwarding_booking: string | null;
721171
+ description: string | null;
720774
721172
  volume: Decimal | null;
720775
721173
  id_forwarding_shipment: string | null;
720776
721174
  id_consol_container: string | null;
@@ -720833,7 +721231,6 @@ declare const cargoflowRouter: BuiltRouter<{
720833
721231
  updated_at: Date | null;
720834
721232
  updated_by: string | null;
720835
721233
  length: Decimal | null;
720836
- description: string | null;
720837
721234
  id_transport_mode: string | null;
720838
721235
  id_container_shipping_type: string | null;
720839
721236
  id_incoterm: string | null;
@@ -720851,6 +721248,7 @@ declare const cargoflowRouter: BuiltRouter<{
720851
721248
  id_volume_unit: string | null;
720852
721249
  id_chargeable_unit: string | null;
720853
721250
  id_commodity: string | null;
721251
+ description: string | null;
720854
721252
  extra_term: string | null;
720855
721253
  shipper_ref: string | null;
720856
721254
  mark_number: string | null;
@@ -720895,7 +721293,6 @@ declare const cargoflowRouter: BuiltRouter<{
720895
721293
  created_by: string | null;
720896
721294
  updated_at: Date | null;
720897
721295
  updated_by: string | null;
720898
- description: string | null;
720899
721296
  id_transport_mode: string | null;
720900
721297
  id_container_shipping_type: string | null;
720901
721298
  id_incoterm: string | null;
@@ -720905,6 +721302,7 @@ declare const cargoflowRouter: BuiltRouter<{
720905
721302
  id_weight_unit: string | null;
720906
721303
  id_volume_unit: string | null;
720907
721304
  id_chargeable_unit: string | null;
721305
+ description: string | null;
720908
721306
  mark_number: string | null;
720909
721307
  volume: Decimal | null;
720910
721308
  chargeable: Decimal | null;
@@ -721064,11 +721462,11 @@ declare const cargoflowRouter: BuiltRouter<{
721064
721462
  updated_at: Date | null;
721065
721463
  updated_by: string | null;
721066
721464
  length: Decimal | null;
721067
- description: string | null;
721068
721465
  id_weight_unit: string | null;
721069
721466
  id_volume_unit: string | null;
721070
721467
  id_commodity: string | null;
721071
721468
  id_forwarding_booking: string | null;
721469
+ description: string | null;
721072
721470
  volume: Decimal | null;
721073
721471
  id_forwarding_shipment: string | null;
721074
721472
  id_consol_container: string | null;
@@ -721241,11 +721639,11 @@ declare const cargoflowRouter: BuiltRouter<{
721241
721639
  updated_at: Date | null;
721242
721640
  updated_by: string | null;
721243
721641
  length: Decimal | null;
721244
- description: string | null;
721245
721642
  id_weight_unit: string | null;
721246
721643
  id_volume_unit: string | null;
721247
721644
  id_commodity: string | null;
721248
721645
  id_forwarding_booking: string | null;
721646
+ description: string | null;
721249
721647
  volume: Decimal | null;
721250
721648
  id_forwarding_shipment: string | null;
721251
721649
  id_consol_container: string | null;
@@ -721333,11 +721731,11 @@ declare const cargoflowRouter: BuiltRouter<{
721333
721731
  updated_at: Date | null;
721334
721732
  updated_by: string | null;
721335
721733
  length: Decimal | null;
721336
- description: string | null;
721337
721734
  id_weight_unit: string | null;
721338
721735
  id_volume_unit: string | null;
721339
721736
  id_commodity: string | null;
721340
721737
  id_forwarding_booking: string | null;
721738
+ description: string | null;
721341
721739
  volume: Decimal | null;
721342
721740
  id_forwarding_shipment: string | null;
721343
721741
  id_consol_container: string | null;
@@ -721461,11 +721859,11 @@ declare const cargoflowRouter: BuiltRouter<{
721461
721859
  updated_at: Date | null;
721462
721860
  updated_by: string | null;
721463
721861
  length: Decimal | null;
721464
- description: string | null;
721465
721862
  id_weight_unit: string | null;
721466
721863
  id_volume_unit: string | null;
721467
721864
  id_commodity: string | null;
721468
721865
  id_forwarding_booking: string | null;
721866
+ description: string | null;
721469
721867
  volume: Decimal | null;
721470
721868
  id_forwarding_shipment: string | null;
721471
721869
  id_consol_container: string | null;
@@ -721513,11 +721911,11 @@ declare const cargoflowRouter: BuiltRouter<{
721513
721911
  updated_at: Date | null;
721514
721912
  updated_by: string | null;
721515
721913
  length: Decimal | null;
721516
- description: string | null;
721517
721914
  id_weight_unit: string | null;
721518
721915
  id_volume_unit: string | null;
721519
721916
  id_commodity: string | null;
721520
721917
  id_forwarding_booking: string | null;
721918
+ description: string | null;
721521
721919
  volume: Decimal | null;
721522
721920
  id_forwarding_shipment: string | null;
721523
721921
  id_consol_container: string | null;
@@ -721575,11 +721973,11 @@ declare const cargoflowRouter: BuiltRouter<{
721575
721973
  updated_at: Date | null;
721576
721974
  updated_by: string | null;
721577
721975
  length: Decimal | null;
721578
- description: string | null;
721579
721976
  id_weight_unit: string | null;
721580
721977
  id_volume_unit: string | null;
721581
721978
  id_commodity: string | null;
721582
721979
  id_forwarding_booking: string | null;
721980
+ description: string | null;
721583
721981
  volume: Decimal | null;
721584
721982
  id_forwarding_shipment: string | null;
721585
721983
  id_consol_container: string | null;
@@ -721709,7 +722107,6 @@ declare const cargoflowRouter: BuiltRouter<{
721709
722107
  created_by: string | null;
721710
722108
  updated_at: Date | null;
721711
722109
  updated_by: string | null;
721712
- description: string | null;
721713
722110
  id_transport_mode: string | null;
721714
722111
  id_container_shipping_type: string | null;
721715
722112
  id_incoterm: string | null;
@@ -721719,6 +722116,7 @@ declare const cargoflowRouter: BuiltRouter<{
721719
722116
  id_weight_unit: string | null;
721720
722117
  id_volume_unit: string | null;
721721
722118
  id_chargeable_unit: string | null;
722119
+ description: string | null;
721722
722120
  mark_number: string | null;
721723
722121
  volume: Decimal | null;
721724
722122
  chargeable: Decimal | null;
@@ -722453,7 +722851,6 @@ declare const cargoflowRouter: BuiltRouter<{
722453
722851
  created_by: string | null;
722454
722852
  updated_at: Date | null;
722455
722853
  updated_by: string | null;
722456
- description: string | null;
722457
722854
  id_transport_mode: string | null;
722458
722855
  id_container_shipping_type: string | null;
722459
722856
  id_incoterm: string | null;
@@ -722463,6 +722860,7 @@ declare const cargoflowRouter: BuiltRouter<{
722463
722860
  id_weight_unit: string | null;
722464
722861
  id_volume_unit: string | null;
722465
722862
  id_chargeable_unit: string | null;
722863
+ description: string | null;
722466
722864
  mark_number: string | null;
722467
722865
  volume: Decimal | null;
722468
722866
  chargeable: Decimal | null;
@@ -724663,7 +725061,7 @@ declare const cargoflowRouter: BuiltRouter<{
724663
725061
  };
724664
725062
  output: {
724665
725063
  data: {
724666
- container_shipping_types: {
725064
+ forwarding_transport_mode: {
724667
725065
  is_active: boolean | null;
724668
725066
  id: string;
724669
725067
  logic_code: string | null;
@@ -724673,8 +725071,10 @@ declare const cargoflowRouter: BuiltRouter<{
724673
725071
  created_by: string | null;
724674
725072
  updated_at: Date | null;
724675
725073
  updated_by: string | null;
725074
+ is_shipment: boolean | null;
725075
+ is_consol: boolean | null;
724676
725076
  } | null;
724677
- forwarding_transport_mode: {
725077
+ service_level: {
724678
725078
  is_active: boolean | null;
724679
725079
  id: string;
724680
725080
  logic_code: string | null;
@@ -724684,10 +725084,10 @@ declare const cargoflowRouter: BuiltRouter<{
724684
725084
  created_by: string | null;
724685
725085
  updated_at: Date | null;
724686
725086
  updated_by: string | null;
724687
- is_shipment: boolean | null;
724688
- is_consol: boolean | null;
725087
+ id_agreement: string | null;
725088
+ percentage: Decimal | null;
724689
725089
  } | null;
724690
- service_level: {
725090
+ container_shipping_types: {
724691
725091
  is_active: boolean | null;
724692
725092
  id: string;
724693
725093
  logic_code: string | null;
@@ -724697,8 +725097,6 @@ declare const cargoflowRouter: BuiltRouter<{
724697
725097
  created_by: string | null;
724698
725098
  updated_at: Date | null;
724699
725099
  updated_by: string | null;
724700
- id_agreement: string | null;
724701
- percentage: Decimal | null;
724702
725100
  } | null;
724703
725101
  forwarding_consol_type: {
724704
725102
  is_active: boolean | null;
@@ -725169,6 +725567,32 @@ declare const cargoflowRouter: BuiltRouter<{
725169
725567
  reference_number: string | null;
725170
725568
  is_preallocation: boolean | null;
725171
725569
  }[];
725570
+ forwarding_transport_mode: {
725571
+ is_active: boolean | null;
725572
+ id: string;
725573
+ logic_code: string | null;
725574
+ name: string | null;
725575
+ code: string | null;
725576
+ created_at: Date | null;
725577
+ created_by: string | null;
725578
+ updated_at: Date | null;
725579
+ updated_by: string | null;
725580
+ is_shipment: boolean | null;
725581
+ is_consol: boolean | null;
725582
+ } | null;
725583
+ service_level: {
725584
+ is_active: boolean | null;
725585
+ id: string;
725586
+ logic_code: string | null;
725587
+ name: string | null;
725588
+ code: string | null;
725589
+ created_at: Date | null;
725590
+ created_by: string | null;
725591
+ updated_at: Date | null;
725592
+ updated_by: string | null;
725593
+ id_agreement: string | null;
725594
+ percentage: Decimal | null;
725595
+ } | null;
725172
725596
  forwarding_consol_billing_detail_costs: {
725173
725597
  charge_code: {
725174
725598
  is_active: boolean | null;
@@ -725852,6 +726276,17 @@ declare const cargoflowRouter: BuiltRouter<{
725852
726276
  actual_arrival: Date | null;
725853
726277
  }[];
725854
726278
  forwarding_consol_containers: {
726279
+ container_shipping_type: {
726280
+ is_active: boolean | null;
726281
+ id: string;
726282
+ logic_code: string | null;
726283
+ name: string | null;
726284
+ code: string | null;
726285
+ created_at: Date | null;
726286
+ created_by: string | null;
726287
+ updated_at: Date | null;
726288
+ updated_by: string | null;
726289
+ } | null;
725855
726290
  forwarding_consol_container_seals: {
725856
726291
  consol_container_seal_by: {
725857
726292
  is_active: boolean | null;
@@ -725875,17 +726310,6 @@ declare const cargoflowRouter: BuiltRouter<{
725875
726310
  id_seal_by: string | null;
725876
726311
  seal_number: string | null;
725877
726312
  }[];
725878
- container_shipping_type: {
725879
- is_active: boolean | null;
725880
- id: string;
725881
- logic_code: string | null;
725882
- name: string | null;
725883
- code: string | null;
725884
- created_at: Date | null;
725885
- created_by: string | null;
725886
- updated_at: Date | null;
725887
- updated_by: string | null;
725888
- } | null;
725889
726313
  container_delivery_mode: {
725890
726314
  is_active: boolean | null;
725891
726315
  id: string;
@@ -725933,6 +726357,156 @@ declare const cargoflowRouter: BuiltRouter<{
725933
726357
  updated_by: string | null;
725934
726358
  } | null;
725935
726359
  forwarding_shipments: {
726360
+ forwarding_transport_mode: {
726361
+ is_active: boolean | null;
726362
+ id: string;
726363
+ logic_code: string | null;
726364
+ name: string | null;
726365
+ code: string | null;
726366
+ created_at: Date | null;
726367
+ created_by: string | null;
726368
+ updated_at: Date | null;
726369
+ updated_by: string | null;
726370
+ is_shipment: boolean | null;
726371
+ is_consol: boolean | null;
726372
+ } | null;
726373
+ container_shipping_type: {
726374
+ is_active: boolean | null;
726375
+ id: string;
726376
+ logic_code: string | null;
726377
+ name: string | null;
726378
+ code: string | null;
726379
+ created_at: Date | null;
726380
+ created_by: string | null;
726381
+ updated_at: Date | null;
726382
+ updated_by: string | null;
726383
+ } | null;
726384
+ incoterm: {
726385
+ is_active: boolean | null;
726386
+ id: string;
726387
+ logic_code: string | null;
726388
+ name: string | null;
726389
+ code: string | null;
726390
+ created_at: Date | null;
726391
+ created_by: string | null;
726392
+ updated_at: Date | null;
726393
+ updated_by: string | null;
726394
+ description: string | null;
726395
+ } | null;
726396
+ service_level: {
726397
+ is_active: boolean | null;
726398
+ id: string;
726399
+ logic_code: string | null;
726400
+ name: string | null;
726401
+ code: string | null;
726402
+ created_at: Date | null;
726403
+ created_by: string | null;
726404
+ updated_at: Date | null;
726405
+ updated_by: string | null;
726406
+ id_agreement: string | null;
726407
+ percentage: Decimal | null;
726408
+ } | null;
726409
+ origin_un_locode: {
726410
+ is_active: boolean | null;
726411
+ id: string;
726412
+ logic_code: string | null;
726413
+ id_country: string | null;
726414
+ id_state: string | null;
726415
+ id_city: string | null;
726416
+ created_at: Date | null;
726417
+ created_by: string | null;
726418
+ updated_at: Date | null;
726419
+ updated_by: string | null;
726420
+ id_time_zone: string | null;
726421
+ un_code: string | null;
726422
+ iata_code: string | null;
726423
+ iata_region_code: string | null;
726424
+ latitude: Decimal | null;
726425
+ longitude: Decimal | null;
726426
+ port_name: string | null;
726427
+ proper_name: string | null;
726428
+ has_post: boolean | null;
726429
+ has_customs: boolean | null;
726430
+ has_unload: boolean | null;
726431
+ has_airport: boolean | null;
726432
+ has_railway: boolean | null;
726433
+ has_road: boolean | null;
726434
+ has_store: boolean | null;
726435
+ has_terminal: boolean | null;
726436
+ has_discharge: boolean | null;
726437
+ has_seaport: boolean | null;
726438
+ has_outport: boolean | null;
726439
+ } | null;
726440
+ destination_un_locode: {
726441
+ is_active: boolean | null;
726442
+ id: string;
726443
+ logic_code: string | null;
726444
+ id_country: string | null;
726445
+ id_state: string | null;
726446
+ id_city: string | null;
726447
+ created_at: Date | null;
726448
+ created_by: string | null;
726449
+ updated_at: Date | null;
726450
+ updated_by: string | null;
726451
+ id_time_zone: string | null;
726452
+ un_code: string | null;
726453
+ iata_code: string | null;
726454
+ iata_region_code: string | null;
726455
+ latitude: Decimal | null;
726456
+ longitude: Decimal | null;
726457
+ port_name: string | null;
726458
+ proper_name: string | null;
726459
+ has_post: boolean | null;
726460
+ has_customs: boolean | null;
726461
+ has_unload: boolean | null;
726462
+ has_airport: boolean | null;
726463
+ has_railway: boolean | null;
726464
+ has_road: boolean | null;
726465
+ has_store: boolean | null;
726466
+ has_terminal: boolean | null;
726467
+ has_discharge: boolean | null;
726468
+ has_seaport: boolean | null;
726469
+ has_outport: boolean | null;
726470
+ } | null;
726471
+ forwarding_shipment_packings: {
726472
+ is_active: boolean | null;
726473
+ id: string;
726474
+ logic_code: string | null;
726475
+ code: string | null;
726476
+ created_at: Date | null;
726477
+ created_by: string | null;
726478
+ updated_at: Date | null;
726479
+ updated_by: string | null;
726480
+ length: Decimal | null;
726481
+ id_weight_unit: string | null;
726482
+ id_volume_unit: string | null;
726483
+ id_commodity: string | null;
726484
+ id_forwarding_booking: string | null;
726485
+ description: string | null;
726486
+ volume: Decimal | null;
726487
+ id_forwarding_shipment: string | null;
726488
+ id_consol_container: string | null;
726489
+ id_package_type: string | null;
726490
+ id_length_unit: string | null;
726491
+ id_width_unit: string | null;
726492
+ id_height_unit: string | null;
726493
+ id_dg_substance: string | null;
726494
+ id_dg_class: string | null;
726495
+ po_number: string | null;
726496
+ goods_description: string | null;
726497
+ item_number: string | null;
726498
+ pack: number | null;
726499
+ packing_order: number | null;
726500
+ weight: Decimal | null;
726501
+ width: Decimal | null;
726502
+ height: Decimal | null;
726503
+ harmonized_code: string | null;
726504
+ harmonized_description: string | null;
726505
+ dg_substance_name: string | null;
726506
+ dg_class_name: string | null;
726507
+ flash_point: Decimal | null;
726508
+ un_dg_contact: string | null;
726509
+ }[];
725936
726510
  forwarding_shipment_organizations: {
725937
726511
  organization: {
725938
726512
  is_active: boolean | null;
@@ -726009,156 +726583,6 @@ declare const cargoflowRouter: BuiltRouter<{
726009
726583
  is_override: boolean | null;
726010
726584
  id_forwarding_shipment: string | null;
726011
726585
  }[];
726012
- forwarding_shipment_packings: {
726013
- is_active: boolean | null;
726014
- id: string;
726015
- logic_code: string | null;
726016
- code: string | null;
726017
- created_at: Date | null;
726018
- created_by: string | null;
726019
- updated_at: Date | null;
726020
- updated_by: string | null;
726021
- length: Decimal | null;
726022
- description: string | null;
726023
- id_weight_unit: string | null;
726024
- id_volume_unit: string | null;
726025
- id_commodity: string | null;
726026
- id_forwarding_booking: string | null;
726027
- volume: Decimal | null;
726028
- id_forwarding_shipment: string | null;
726029
- id_consol_container: string | null;
726030
- id_package_type: string | null;
726031
- id_length_unit: string | null;
726032
- id_width_unit: string | null;
726033
- id_height_unit: string | null;
726034
- id_dg_substance: string | null;
726035
- id_dg_class: string | null;
726036
- po_number: string | null;
726037
- goods_description: string | null;
726038
- item_number: string | null;
726039
- pack: number | null;
726040
- packing_order: number | null;
726041
- weight: Decimal | null;
726042
- width: Decimal | null;
726043
- height: Decimal | null;
726044
- harmonized_code: string | null;
726045
- harmonized_description: string | null;
726046
- dg_substance_name: string | null;
726047
- dg_class_name: string | null;
726048
- flash_point: Decimal | null;
726049
- un_dg_contact: string | null;
726050
- }[];
726051
- forwarding_transport_mode: {
726052
- is_active: boolean | null;
726053
- id: string;
726054
- logic_code: string | null;
726055
- name: string | null;
726056
- code: string | null;
726057
- created_at: Date | null;
726058
- created_by: string | null;
726059
- updated_at: Date | null;
726060
- updated_by: string | null;
726061
- is_shipment: boolean | null;
726062
- is_consol: boolean | null;
726063
- } | null;
726064
- container_shipping_type: {
726065
- is_active: boolean | null;
726066
- id: string;
726067
- logic_code: string | null;
726068
- name: string | null;
726069
- code: string | null;
726070
- created_at: Date | null;
726071
- created_by: string | null;
726072
- updated_at: Date | null;
726073
- updated_by: string | null;
726074
- } | null;
726075
- incoterm: {
726076
- is_active: boolean | null;
726077
- id: string;
726078
- logic_code: string | null;
726079
- name: string | null;
726080
- code: string | null;
726081
- created_at: Date | null;
726082
- created_by: string | null;
726083
- updated_at: Date | null;
726084
- updated_by: string | null;
726085
- description: string | null;
726086
- } | null;
726087
- service_level: {
726088
- is_active: boolean | null;
726089
- id: string;
726090
- logic_code: string | null;
726091
- name: string | null;
726092
- code: string | null;
726093
- created_at: Date | null;
726094
- created_by: string | null;
726095
- updated_at: Date | null;
726096
- updated_by: string | null;
726097
- id_agreement: string | null;
726098
- percentage: Decimal | null;
726099
- } | null;
726100
- origin_un_locode: {
726101
- is_active: boolean | null;
726102
- id: string;
726103
- logic_code: string | null;
726104
- id_country: string | null;
726105
- id_state: string | null;
726106
- id_city: string | null;
726107
- created_at: Date | null;
726108
- created_by: string | null;
726109
- updated_at: Date | null;
726110
- updated_by: string | null;
726111
- id_time_zone: string | null;
726112
- un_code: string | null;
726113
- iata_code: string | null;
726114
- iata_region_code: string | null;
726115
- latitude: Decimal | null;
726116
- longitude: Decimal | null;
726117
- port_name: string | null;
726118
- proper_name: string | null;
726119
- has_post: boolean | null;
726120
- has_customs: boolean | null;
726121
- has_unload: boolean | null;
726122
- has_airport: boolean | null;
726123
- has_railway: boolean | null;
726124
- has_road: boolean | null;
726125
- has_store: boolean | null;
726126
- has_terminal: boolean | null;
726127
- has_discharge: boolean | null;
726128
- has_seaport: boolean | null;
726129
- has_outport: boolean | null;
726130
- } | null;
726131
- destination_un_locode: {
726132
- is_active: boolean | null;
726133
- id: string;
726134
- logic_code: string | null;
726135
- id_country: string | null;
726136
- id_state: string | null;
726137
- id_city: string | null;
726138
- created_at: Date | null;
726139
- created_by: string | null;
726140
- updated_at: Date | null;
726141
- updated_by: string | null;
726142
- id_time_zone: string | null;
726143
- un_code: string | null;
726144
- iata_code: string | null;
726145
- iata_region_code: string | null;
726146
- latitude: Decimal | null;
726147
- longitude: Decimal | null;
726148
- port_name: string | null;
726149
- proper_name: string | null;
726150
- has_post: boolean | null;
726151
- has_customs: boolean | null;
726152
- has_unload: boolean | null;
726153
- has_airport: boolean | null;
726154
- has_railway: boolean | null;
726155
- has_road: boolean | null;
726156
- has_store: boolean | null;
726157
- has_terminal: boolean | null;
726158
- has_discharge: boolean | null;
726159
- has_seaport: boolean | null;
726160
- has_outport: boolean | null;
726161
- } | null;
726162
726586
  weight_unit: {
726163
726587
  is_active: boolean | null;
726164
726588
  id: string;
@@ -726534,7 +726958,6 @@ declare const cargoflowRouter: BuiltRouter<{
726534
726958
  created_by: string | null;
726535
726959
  updated_at: Date | null;
726536
726960
  updated_by: string | null;
726537
- description: string | null;
726538
726961
  id_transport_mode: string | null;
726539
726962
  id_container_shipping_type: string | null;
726540
726963
  id_incoterm: string | null;
@@ -726544,6 +726967,7 @@ declare const cargoflowRouter: BuiltRouter<{
726544
726967
  id_weight_unit: string | null;
726545
726968
  id_volume_unit: string | null;
726546
726969
  id_chargeable_unit: string | null;
726970
+ description: string | null;
726547
726971
  mark_number: string | null;
726548
726972
  volume: Decimal | null;
726549
726973
  chargeable: Decimal | null;
@@ -726573,32 +726997,6 @@ declare const cargoflowRouter: BuiltRouter<{
726573
726997
  shipment_number: string | null;
726574
726998
  house_bill: string | null;
726575
726999
  }[];
726576
- forwarding_transport_mode: {
726577
- is_active: boolean | null;
726578
- id: string;
726579
- logic_code: string | null;
726580
- name: string | null;
726581
- code: string | null;
726582
- created_at: Date | null;
726583
- created_by: string | null;
726584
- updated_at: Date | null;
726585
- updated_by: string | null;
726586
- is_shipment: boolean | null;
726587
- is_consol: boolean | null;
726588
- } | null;
726589
- service_level: {
726590
- is_active: boolean | null;
726591
- id: string;
726592
- logic_code: string | null;
726593
- name: string | null;
726594
- code: string | null;
726595
- created_at: Date | null;
726596
- created_by: string | null;
726597
- updated_at: Date | null;
726598
- updated_by: string | null;
726599
- id_agreement: string | null;
726600
- percentage: Decimal | null;
726601
- } | null;
726602
727000
  forwarding_consol_type: {
726603
727001
  is_active: boolean | null;
726604
727002
  id: string;
@@ -727580,6 +727978,17 @@ declare const cargoflowRouter: BuiltRouter<{
727580
727978
  };
727581
727979
  output: {
727582
727980
  data: {
727981
+ container_shipping_type: {
727982
+ is_active: boolean | null;
727983
+ id: string;
727984
+ logic_code: string | null;
727985
+ name: string | null;
727986
+ code: string | null;
727987
+ created_at: Date | null;
727988
+ created_by: string | null;
727989
+ updated_at: Date | null;
727990
+ updated_by: string | null;
727991
+ } | null;
727583
727992
  forwarding_consol_container_seals: {
727584
727993
  consol_container_seal_by: {
727585
727994
  is_active: boolean | null;
@@ -727603,17 +728012,6 @@ declare const cargoflowRouter: BuiltRouter<{
727603
728012
  id_seal_by: string | null;
727604
728013
  seal_number: string | null;
727605
728014
  }[];
727606
- container_shipping_type: {
727607
- is_active: boolean | null;
727608
- id: string;
727609
- logic_code: string | null;
727610
- name: string | null;
727611
- code: string | null;
727612
- created_at: Date | null;
727613
- created_by: string | null;
727614
- updated_at: Date | null;
727615
- updated_by: string | null;
727616
- } | null;
727617
728015
  container_delivery_mode: {
727618
728016
  is_active: boolean | null;
727619
728017
  id: string;
@@ -727715,6 +728113,17 @@ declare const cargoflowRouter: BuiltRouter<{
727715
728113
  forwarding_consol_container_seals: number;
727716
728114
  forwarding_shipment_packings: number;
727717
728115
  };
728116
+ container_shipping_type: {
728117
+ is_active: boolean | null;
728118
+ id: string;
728119
+ logic_code: string | null;
728120
+ name: string | null;
728121
+ code: string | null;
728122
+ created_at: Date | null;
728123
+ created_by: string | null;
728124
+ updated_at: Date | null;
728125
+ updated_by: string | null;
728126
+ } | null;
727718
728127
  forwarding_consol_container_seals: {
727719
728128
  consol_container_seal_by: {
727720
728129
  is_active: boolean | null;
@@ -727738,17 +728147,6 @@ declare const cargoflowRouter: BuiltRouter<{
727738
728147
  id_seal_by: string | null;
727739
728148
  seal_number: string | null;
727740
728149
  }[];
727741
- container_shipping_type: {
727742
- is_active: boolean | null;
727743
- id: string;
727744
- logic_code: string | null;
727745
- name: string | null;
727746
- code: string | null;
727747
- created_at: Date | null;
727748
- created_by: string | null;
727749
- updated_at: Date | null;
727750
- updated_by: string | null;
727751
- } | null;
727752
728150
  container_delivery_mode: {
727753
728151
  is_active: boolean | null;
727754
728152
  id: string;
@@ -732384,7 +732782,6 @@ declare const cargoflowRouter: BuiltRouter<{
732384
732782
  updated_at: Date | null;
732385
732783
  updated_by: string | null;
732386
732784
  length: Decimal | null;
732387
- description: string | null;
732388
732785
  id_transport_mode: string | null;
732389
732786
  id_container_shipping_type: string | null;
732390
732787
  id_incoterm: string | null;
@@ -732402,6 +732799,7 @@ declare const cargoflowRouter: BuiltRouter<{
732402
732799
  id_volume_unit: string | null;
732403
732800
  id_chargeable_unit: string | null;
732404
732801
  id_commodity: string | null;
732802
+ description: string | null;
732405
732803
  extra_term: string | null;
732406
732804
  shipper_ref: string | null;
732407
732805
  mark_number: string | null;
@@ -732508,7 +732906,6 @@ declare const cargoflowRouter: BuiltRouter<{
732508
732906
  created_by: string | null;
732509
732907
  updated_at: Date | null;
732510
732908
  updated_by: string | null;
732511
- description: string | null;
732512
732909
  id_transport_mode: string | null;
732513
732910
  id_container_shipping_type: string | null;
732514
732911
  id_incoterm: string | null;
@@ -732518,6 +732915,7 @@ declare const cargoflowRouter: BuiltRouter<{
732518
732915
  id_weight_unit: string | null;
732519
732916
  id_volume_unit: string | null;
732520
732917
  id_chargeable_unit: string | null;
732918
+ description: string | null;
732521
732919
  mark_number: string | null;
732522
732920
  volume: Decimal | null;
732523
732921
  chargeable: Decimal | null;
@@ -732730,13 +733128,13 @@ declare const cargoflowRouter: BuiltRouter<{
732730
733128
  updated_at: Date | null;
732731
733129
  updated_by: string | null;
732732
733130
  length: Decimal | null;
732733
- description: string | null;
732734
733131
  id_origin_un_locode: string | null;
732735
733132
  id_destination_un_locode: string | null;
732736
733133
  id_weight_unit: string | null;
732737
733134
  id_volume_unit: string | null;
732738
733135
  id_commodity: string | null;
732739
733136
  id_forwarding_booking: string | null;
733137
+ description: string | null;
732740
733138
  volume: Decimal | null;
732741
733139
  id_forwarding_shipment: string | null;
732742
733140
  id_package_type: string | null;
@@ -732805,7 +733203,6 @@ declare const cargoflowRouter: BuiltRouter<{
732805
733203
  updated_at: Date | null;
732806
733204
  updated_by: string | null;
732807
733205
  length: Decimal | null;
732808
- description: string | null;
732809
733206
  id_transport_mode: string | null;
732810
733207
  id_container_shipping_type: string | null;
732811
733208
  id_incoterm: string | null;
@@ -732823,6 +733220,7 @@ declare const cargoflowRouter: BuiltRouter<{
732823
733220
  id_volume_unit: string | null;
732824
733221
  id_chargeable_unit: string | null;
732825
733222
  id_commodity: string | null;
733223
+ description: string | null;
732826
733224
  extra_term: string | null;
732827
733225
  shipper_ref: string | null;
732828
733226
  mark_number: string | null;
@@ -732929,7 +733327,6 @@ declare const cargoflowRouter: BuiltRouter<{
732929
733327
  created_by: string | null;
732930
733328
  updated_at: Date | null;
732931
733329
  updated_by: string | null;
732932
- description: string | null;
732933
733330
  id_transport_mode: string | null;
732934
733331
  id_container_shipping_type: string | null;
732935
733332
  id_incoterm: string | null;
@@ -732939,6 +733336,7 @@ declare const cargoflowRouter: BuiltRouter<{
732939
733336
  id_weight_unit: string | null;
732940
733337
  id_volume_unit: string | null;
732941
733338
  id_chargeable_unit: string | null;
733339
+ description: string | null;
732942
733340
  mark_number: string | null;
732943
733341
  volume: Decimal | null;
732944
733342
  chargeable: Decimal | null;
@@ -733151,13 +733549,13 @@ declare const cargoflowRouter: BuiltRouter<{
733151
733549
  updated_at: Date | null;
733152
733550
  updated_by: string | null;
733153
733551
  length: Decimal | null;
733154
- description: string | null;
733155
733552
  id_origin_un_locode: string | null;
733156
733553
  id_destination_un_locode: string | null;
733157
733554
  id_weight_unit: string | null;
733158
733555
  id_volume_unit: string | null;
733159
733556
  id_commodity: string | null;
733160
733557
  id_forwarding_booking: string | null;
733558
+ description: string | null;
733161
733559
  volume: Decimal | null;
733162
733560
  id_forwarding_shipment: string | null;
733163
733561
  id_package_type: string | null;
@@ -733336,13 +733734,13 @@ declare const cargoflowRouter: BuiltRouter<{
733336
733734
  updated_at: Date | null;
733337
733735
  updated_by: string | null;
733338
733736
  length: Decimal | null;
733339
- description: string | null;
733340
733737
  id_origin_un_locode: string | null;
733341
733738
  id_destination_un_locode: string | null;
733342
733739
  id_weight_unit: string | null;
733343
733740
  id_volume_unit: string | null;
733344
733741
  id_commodity: string | null;
733345
733742
  id_forwarding_booking: string | null;
733743
+ description: string | null;
733346
733744
  volume: Decimal | null;
733347
733745
  id_forwarding_shipment: string | null;
733348
733746
  id_package_type: string | null;
@@ -733436,13 +733834,13 @@ declare const cargoflowRouter: BuiltRouter<{
733436
733834
  updated_at: Date | null;
733437
733835
  updated_by: string | null;
733438
733836
  length: Decimal | null;
733439
- description: string | null;
733440
733837
  id_origin_un_locode: string | null;
733441
733838
  id_destination_un_locode: string | null;
733442
733839
  id_weight_unit: string | null;
733443
733840
  id_volume_unit: string | null;
733444
733841
  id_commodity: string | null;
733445
733842
  id_forwarding_booking: string | null;
733843
+ description: string | null;
733446
733844
  volume: Decimal | null;
733447
733845
  id_forwarding_shipment: string | null;
733448
733846
  id_package_type: string | null;
@@ -733501,13 +733899,13 @@ declare const cargoflowRouter: BuiltRouter<{
733501
733899
  updated_at: Date | null;
733502
733900
  updated_by: string | null;
733503
733901
  length: Decimal | null;
733504
- description: string | null;
733505
733902
  id_origin_un_locode: string | null;
733506
733903
  id_destination_un_locode: string | null;
733507
733904
  id_weight_unit: string | null;
733508
733905
  id_volume_unit: string | null;
733509
733906
  id_commodity: string | null;
733510
733907
  id_forwarding_booking: string | null;
733908
+ description: string | null;
733511
733909
  volume: Decimal | null;
733512
733910
  id_forwarding_shipment: string | null;
733513
733911
  id_package_type: string | null;
@@ -733591,7 +733989,6 @@ declare const cargoflowRouter: BuiltRouter<{
733591
733989
  created_by: string | null;
733592
733990
  updated_at: Date | null;
733593
733991
  updated_by: string | null;
733594
- description: string | null;
733595
733992
  id_transport_mode: string | null;
733596
733993
  id_container_shipping_type: string | null;
733597
733994
  id_incoterm: string | null;
@@ -733601,6 +733998,7 @@ declare const cargoflowRouter: BuiltRouter<{
733601
733998
  id_weight_unit: string | null;
733602
733999
  id_volume_unit: string | null;
733603
734000
  id_chargeable_unit: string | null;
734001
+ description: string | null;
733604
734002
  mark_number: string | null;
733605
734003
  volume: Decimal | null;
733606
734004
  chargeable: Decimal | null;
@@ -733697,7 +734095,6 @@ declare const cargoflowRouter: BuiltRouter<{
733697
734095
  created_by: string | null;
733698
734096
  updated_at: Date | null;
733699
734097
  updated_by: string | null;
733700
- description: string | null;
733701
734098
  id_transport_mode: string | null;
733702
734099
  id_container_shipping_type: string | null;
733703
734100
  id_incoterm: string | null;
@@ -733707,6 +734104,7 @@ declare const cargoflowRouter: BuiltRouter<{
733707
734104
  id_weight_unit: string | null;
733708
734105
  id_volume_unit: string | null;
733709
734106
  id_chargeable_unit: string | null;
734107
+ description: string | null;
733710
734108
  mark_number: string | null;
733711
734109
  volume: Decimal | null;
733712
734110
  chargeable: Decimal | null;
@@ -733910,7 +734308,6 @@ declare const cargoflowRouter: BuiltRouter<{
733910
734308
  created_by: string | null;
733911
734309
  updated_at: Date | null;
733912
734310
  updated_by: string | null;
733913
- description: string | null;
733914
734311
  id_transport_mode: string | null;
733915
734312
  id_container_shipping_type: string | null;
733916
734313
  id_incoterm: string | null;
@@ -733920,6 +734317,7 @@ declare const cargoflowRouter: BuiltRouter<{
733920
734317
  id_weight_unit: string | null;
733921
734318
  id_volume_unit: string | null;
733922
734319
  id_chargeable_unit: string | null;
734320
+ description: string | null;
733923
734321
  mark_number: string | null;
733924
734322
  volume: Decimal | null;
733925
734323
  chargeable: Decimal | null;
@@ -734027,7 +734425,6 @@ declare const cargoflowRouter: BuiltRouter<{
734027
734425
  created_by: string | null;
734028
734426
  updated_at: Date | null;
734029
734427
  updated_by: string | null;
734030
- description: string | null;
734031
734428
  id_transport_mode: string | null;
734032
734429
  id_container_shipping_type: string | null;
734033
734430
  id_incoterm: string | null;
@@ -734037,6 +734434,7 @@ declare const cargoflowRouter: BuiltRouter<{
734037
734434
  id_weight_unit: string | null;
734038
734435
  id_volume_unit: string | null;
734039
734436
  id_chargeable_unit: string | null;
734437
+ description: string | null;
734040
734438
  mark_number: string | null;
734041
734439
  volume: Decimal | null;
734042
734440
  chargeable: Decimal | null;
@@ -734169,7 +734567,6 @@ declare const cargoflowRouter: BuiltRouter<{
734169
734567
  created_by: string | null;
734170
734568
  updated_at: Date | null;
734171
734569
  updated_by: string | null;
734172
- description: string | null;
734173
734570
  id_transport_mode: string | null;
734174
734571
  id_container_shipping_type: string | null;
734175
734572
  id_incoterm: string | null;
@@ -734179,6 +734576,7 @@ declare const cargoflowRouter: BuiltRouter<{
734179
734576
  id_weight_unit: string | null;
734180
734577
  id_volume_unit: string | null;
734181
734578
  id_chargeable_unit: string | null;
734579
+ description: string | null;
734182
734580
  mark_number: string | null;
734183
734581
  volume: Decimal | null;
734184
734582
  chargeable: Decimal | null;
@@ -734257,7 +734655,6 @@ declare const cargoflowRouter: BuiltRouter<{
734257
734655
  created_by: string | null;
734258
734656
  updated_at: Date | null;
734259
734657
  updated_by: string | null;
734260
- description: string | null;
734261
734658
  id_transport_mode: string | null;
734262
734659
  id_container_shipping_type: string | null;
734263
734660
  id_incoterm: string | null;
@@ -734267,6 +734664,7 @@ declare const cargoflowRouter: BuiltRouter<{
734267
734664
  id_weight_unit: string | null;
734268
734665
  id_volume_unit: string | null;
734269
734666
  id_chargeable_unit: string | null;
734667
+ description: string | null;
734270
734668
  mark_number: string | null;
734271
734669
  volume: Decimal | null;
734272
734670
  chargeable: Decimal | null;
@@ -734767,7 +735165,6 @@ declare const cargoflowRouter: BuiltRouter<{
734767
735165
  created_by: string | null;
734768
735166
  updated_at: Date | null;
734769
735167
  updated_by: string | null;
734770
- description: string | null;
734771
735168
  id_transport_mode: string | null;
734772
735169
  id_container_shipping_type: string | null;
734773
735170
  id_incoterm: string | null;
@@ -734777,6 +735174,7 @@ declare const cargoflowRouter: BuiltRouter<{
734777
735174
  id_weight_unit: string | null;
734778
735175
  id_volume_unit: string | null;
734779
735176
  id_chargeable_unit: string | null;
735177
+ description: string | null;
734780
735178
  mark_number: string | null;
734781
735179
  volume: Decimal | null;
734782
735180
  chargeable: Decimal | null;
@@ -734857,7 +735255,6 @@ declare const cargoflowRouter: BuiltRouter<{
734857
735255
  created_by: string | null;
734858
735256
  updated_at: Date | null;
734859
735257
  updated_by: string | null;
734860
- description: string | null;
734861
735258
  id_transport_mode: string | null;
734862
735259
  id_container_shipping_type: string | null;
734863
735260
  id_incoterm: string | null;
@@ -734867,6 +735264,7 @@ declare const cargoflowRouter: BuiltRouter<{
734867
735264
  id_weight_unit: string | null;
734868
735265
  id_volume_unit: string | null;
734869
735266
  id_chargeable_unit: string | null;
735267
+ description: string | null;
734870
735268
  mark_number: string | null;
734871
735269
  volume: Decimal | null;
734872
735270
  chargeable: Decimal | null;
@@ -736274,13 +736672,13 @@ declare const humanCapitalRouter: BuiltRouter<{
736274
736672
  } | null;
736275
736673
  id: string;
736276
736674
  id_log_type: string | null;
736277
- id_user: string | null;
736278
736675
  url: string | null;
736279
736676
  params: SimpleJson;
736280
736677
  action: string | null;
736281
736678
  action_by: string | null;
736282
736679
  action_id: string | null;
736283
736680
  action_at: Date | null;
736681
+ id_user: string | null;
736284
736682
  }[] | undefined;
736285
736683
  total: number | undefined;
736286
736684
  };
@@ -736308,13 +736706,13 @@ declare const humanCapitalRouter: BuiltRouter<{
736308
736706
  } | null;
736309
736707
  id: string;
736310
736708
  id_log_type: string | null;
736311
- id_user: string | null;
736312
736709
  url: string | null;
736313
736710
  params: SimpleJson;
736314
736711
  action: string | null;
736315
736712
  action_by: string | null;
736316
736713
  action_id: string | null;
736317
736714
  action_at: Date | null;
736715
+ id_user: string | null;
736318
736716
  } | undefined;
736319
736717
  };
736320
736718
  meta: object;
@@ -736415,13 +736813,13 @@ declare const humanCapitalRouter: BuiltRouter<{
736415
736813
  log: {
736416
736814
  id: string;
736417
736815
  id_log_type: string | null;
736418
- id_user: string | null;
736419
736816
  url: string | null;
736420
736817
  params: SimpleJson;
736421
736818
  action: string | null;
736422
736819
  action_by: string | null;
736423
736820
  action_id: string | null;
736424
736821
  action_at: Date | null;
736822
+ id_user: string | null;
736425
736823
  } | undefined;
736426
736824
  } | undefined;
736427
736825
  meta: object;
@@ -736525,13 +736923,13 @@ declare const humanCapitalRouter: BuiltRouter<{
736525
736923
  log: {
736526
736924
  id: string;
736527
736925
  id_log_type: string | null;
736528
- id_user: string | null;
736529
736926
  url: string | null;
736530
736927
  params: SimpleJson;
736531
736928
  action: string | null;
736532
736929
  action_by: string | null;
736533
736930
  action_id: string | null;
736534
736931
  action_at: Date | null;
736932
+ id_user: string | null;
736535
736933
  } | undefined;
736536
736934
  } | undefined;
736537
736935
  meta: object;
@@ -736655,13 +737053,13 @@ declare const humanCapitalRouter: BuiltRouter<{
736655
737053
  log: {
736656
737054
  id: string;
736657
737055
  id_log_type: string | null;
736658
- id_user: string | null;
736659
737056
  url: string | null;
736660
737057
  params: SimpleJson;
736661
737058
  action: string | null;
736662
737059
  action_by: string | null;
736663
737060
  action_id: string | null;
736664
737061
  action_at: Date | null;
737062
+ id_user: string | null;
736665
737063
  } | undefined;
736666
737064
  } | undefined;
736667
737065
  meta: object;
@@ -737553,28 +737951,6 @@ declare const settingsRouter: BuiltRouter<{
737553
737951
  id_organization: string | null;
737554
737952
  id_forwarder_category: string | null;
737555
737953
  } | null;
737556
- organization_service_types: {
737557
- is_active: boolean | null;
737558
- id: string;
737559
- logic_code: string | null;
737560
- name: string | null;
737561
- code: string | null;
737562
- created_at: Date | null;
737563
- created_by: string | null;
737564
- updated_at: Date | null;
737565
- updated_by: string | null;
737566
- }[];
737567
- organization_wh_inv_managements: {
737568
- is_active: boolean | null;
737569
- id: string;
737570
- logic_code: string | null;
737571
- name: string | null;
737572
- code: string | null;
737573
- created_at: Date | null;
737574
- created_by: string | null;
737575
- updated_at: Date | null;
737576
- updated_by: string | null;
737577
- }[];
737578
737954
  organization_business_category: {
737579
737955
  is_active: boolean | null;
737580
737956
  id: string;
@@ -737663,6 +738039,28 @@ declare const settingsRouter: BuiltRouter<{
737663
738039
  is_non_vessel_operator: boolean | null;
737664
738040
  is_shipping_line: boolean | null;
737665
738041
  } | null;
738042
+ organization_service_types: {
738043
+ is_active: boolean | null;
738044
+ id: string;
738045
+ logic_code: string | null;
738046
+ name: string | null;
738047
+ code: string | null;
738048
+ created_at: Date | null;
738049
+ created_by: string | null;
738050
+ updated_at: Date | null;
738051
+ updated_by: string | null;
738052
+ }[];
738053
+ organization_wh_inv_managements: {
738054
+ is_active: boolean | null;
738055
+ id: string;
738056
+ logic_code: string | null;
738057
+ name: string | null;
738058
+ code: string | null;
738059
+ created_at: Date | null;
738060
+ created_by: string | null;
738061
+ updated_at: Date | null;
738062
+ updated_by: string | null;
738063
+ }[];
737666
738064
  receivable_settlement_group_organizations: {
737667
738065
  is_active: boolean | null;
737668
738066
  id: string;
@@ -738072,28 +738470,6 @@ declare const settingsRouter: BuiltRouter<{
738072
738470
  id_organization: string | null;
738073
738471
  id_forwarder_category: string | null;
738074
738472
  } | null;
738075
- organization_service_types: {
738076
- is_active: boolean | null;
738077
- id: string;
738078
- logic_code: string | null;
738079
- name: string | null;
738080
- code: string | null;
738081
- created_at: Date | null;
738082
- created_by: string | null;
738083
- updated_at: Date | null;
738084
- updated_by: string | null;
738085
- }[];
738086
- organization_wh_inv_managements: {
738087
- is_active: boolean | null;
738088
- id: string;
738089
- logic_code: string | null;
738090
- name: string | null;
738091
- code: string | null;
738092
- created_at: Date | null;
738093
- created_by: string | null;
738094
- updated_at: Date | null;
738095
- updated_by: string | null;
738096
- }[];
738097
738473
  organization_business_category: {
738098
738474
  is_active: boolean | null;
738099
738475
  id: string;
@@ -738182,6 +738558,28 @@ declare const settingsRouter: BuiltRouter<{
738182
738558
  is_non_vessel_operator: boolean | null;
738183
738559
  is_shipping_line: boolean | null;
738184
738560
  } | null;
738561
+ organization_service_types: {
738562
+ is_active: boolean | null;
738563
+ id: string;
738564
+ logic_code: string | null;
738565
+ name: string | null;
738566
+ code: string | null;
738567
+ created_at: Date | null;
738568
+ created_by: string | null;
738569
+ updated_at: Date | null;
738570
+ updated_by: string | null;
738571
+ }[];
738572
+ organization_wh_inv_managements: {
738573
+ is_active: boolean | null;
738574
+ id: string;
738575
+ logic_code: string | null;
738576
+ name: string | null;
738577
+ code: string | null;
738578
+ created_at: Date | null;
738579
+ created_by: string | null;
738580
+ updated_at: Date | null;
738581
+ updated_by: string | null;
738582
+ }[];
738185
738583
  receivable_settlement_group_organizations: {
738186
738584
  is_active: boolean | null;
738187
738585
  id: string;
@@ -740178,6 +740576,33 @@ declare const settingsRouter: BuiltRouter<{
740178
740576
  };
740179
740577
  output: {
740180
740578
  data: {
740579
+ organization: {
740580
+ is_active: boolean | null;
740581
+ id: string;
740582
+ logic_code: string | null;
740583
+ name: string | null;
740584
+ id_country: string | null;
740585
+ id_state: string | null;
740586
+ id_city: string | null;
740587
+ id_postal_code: string | null;
740588
+ id_company: string | null;
740589
+ id_branch: string | null;
740590
+ code: string | null;
740591
+ created_at: Date | null;
740592
+ created_by: string | null;
740593
+ updated_at: Date | null;
740594
+ updated_by: string | null;
740595
+ id_un_locode: string | null;
740596
+ email: string | null;
740597
+ id_business_category: string | null;
740598
+ id_controlling_branch: string | null;
740599
+ id_airline: string | null;
740600
+ id_shipping_line: string | null;
740601
+ phone: string | null;
740602
+ website_url: string | null;
740603
+ company_number: string | null;
740604
+ company_tax_number: string | null;
740605
+ } | null;
740181
740606
  user: {
740182
740607
  is_active: boolean | null;
740183
740608
  id: string;
@@ -740225,33 +740650,6 @@ declare const settingsRouter: BuiltRouter<{
740225
740650
  updated_at: Date | null;
740226
740651
  updated_by: string | null;
740227
740652
  } | null;
740228
- organization: {
740229
- is_active: boolean | null;
740230
- id: string;
740231
- logic_code: string | null;
740232
- name: string | null;
740233
- id_country: string | null;
740234
- id_state: string | null;
740235
- id_city: string | null;
740236
- id_postal_code: string | null;
740237
- id_company: string | null;
740238
- id_branch: string | null;
740239
- code: string | null;
740240
- created_at: Date | null;
740241
- created_by: string | null;
740242
- updated_at: Date | null;
740243
- updated_by: string | null;
740244
- id_un_locode: string | null;
740245
- email: string | null;
740246
- id_business_category: string | null;
740247
- id_controlling_branch: string | null;
740248
- id_airline: string | null;
740249
- id_shipping_line: string | null;
740250
- phone: string | null;
740251
- website_url: string | null;
740252
- company_number: string | null;
740253
- company_tax_number: string | null;
740254
- } | null;
740255
740653
  organization_staff_role: {
740256
740654
  is_active: boolean | null;
740257
740655
  id: string;
@@ -740269,8 +740667,8 @@ declare const settingsRouter: BuiltRouter<{
740269
740667
  created_by: string | null;
740270
740668
  updated_at: Date | null;
740271
740669
  updated_by: string | null;
740272
- id_user: string | null;
740273
740670
  id_organization: string | null;
740671
+ id_user: string | null;
740274
740672
  id_organization_staff_role: string | null;
740275
740673
  }[] | undefined;
740276
740674
  total: number | undefined;
@@ -740293,6 +740691,33 @@ declare const settingsRouter: BuiltRouter<{
740293
740691
  organization_staff_role: number;
740294
740692
  organization_staff_assignment_logs: number;
740295
740693
  };
740694
+ organization: {
740695
+ is_active: boolean | null;
740696
+ id: string;
740697
+ logic_code: string | null;
740698
+ name: string | null;
740699
+ id_country: string | null;
740700
+ id_state: string | null;
740701
+ id_city: string | null;
740702
+ id_postal_code: string | null;
740703
+ id_company: string | null;
740704
+ id_branch: string | null;
740705
+ code: string | null;
740706
+ created_at: Date | null;
740707
+ created_by: string | null;
740708
+ updated_at: Date | null;
740709
+ updated_by: string | null;
740710
+ id_un_locode: string | null;
740711
+ email: string | null;
740712
+ id_business_category: string | null;
740713
+ id_controlling_branch: string | null;
740714
+ id_airline: string | null;
740715
+ id_shipping_line: string | null;
740716
+ phone: string | null;
740717
+ website_url: string | null;
740718
+ company_number: string | null;
740719
+ company_tax_number: string | null;
740720
+ } | null;
740296
740721
  user: {
740297
740722
  is_active: boolean | null;
740298
740723
  id: string;
@@ -740340,33 +740765,6 @@ declare const settingsRouter: BuiltRouter<{
740340
740765
  updated_at: Date | null;
740341
740766
  updated_by: string | null;
740342
740767
  } | null;
740343
- organization: {
740344
- is_active: boolean | null;
740345
- id: string;
740346
- logic_code: string | null;
740347
- name: string | null;
740348
- id_country: string | null;
740349
- id_state: string | null;
740350
- id_city: string | null;
740351
- id_postal_code: string | null;
740352
- id_company: string | null;
740353
- id_branch: string | null;
740354
- code: string | null;
740355
- created_at: Date | null;
740356
- created_by: string | null;
740357
- updated_at: Date | null;
740358
- updated_by: string | null;
740359
- id_un_locode: string | null;
740360
- email: string | null;
740361
- id_business_category: string | null;
740362
- id_controlling_branch: string | null;
740363
- id_airline: string | null;
740364
- id_shipping_line: string | null;
740365
- phone: string | null;
740366
- website_url: string | null;
740367
- company_number: string | null;
740368
- company_tax_number: string | null;
740369
- } | null;
740370
740768
  organization_staff_role: {
740371
740769
  is_active: boolean | null;
740372
740770
  id: string;
@@ -740384,8 +740782,8 @@ declare const settingsRouter: BuiltRouter<{
740384
740782
  created_by: string | null;
740385
740783
  updated_at: Date | null;
740386
740784
  updated_by: string | null;
740387
- id_user: string | null;
740388
740785
  id_organization: string | null;
740786
+ id_user: string | null;
740389
740787
  id_organization_staff_role: string | null;
740390
740788
  };
740391
740789
  };
@@ -740500,6 +740898,33 @@ declare const settingsRouter: BuiltRouter<{
740500
740898
  };
740501
740899
  output: {
740502
740900
  data: {
740901
+ organization: {
740902
+ is_active: boolean | null;
740903
+ id: string;
740904
+ logic_code: string | null;
740905
+ name: string | null;
740906
+ id_country: string | null;
740907
+ id_state: string | null;
740908
+ id_city: string | null;
740909
+ id_postal_code: string | null;
740910
+ id_company: string | null;
740911
+ id_branch: string | null;
740912
+ code: string | null;
740913
+ created_at: Date | null;
740914
+ created_by: string | null;
740915
+ updated_at: Date | null;
740916
+ updated_by: string | null;
740917
+ id_un_locode: string | null;
740918
+ email: string | null;
740919
+ id_business_category: string | null;
740920
+ id_controlling_branch: string | null;
740921
+ id_airline: string | null;
740922
+ id_shipping_line: string | null;
740923
+ phone: string | null;
740924
+ website_url: string | null;
740925
+ company_number: string | null;
740926
+ company_tax_number: string | null;
740927
+ } | null;
740503
740928
  user: {
740504
740929
  is_active: boolean | null;
740505
740930
  id: string;
@@ -740547,6 +740972,54 @@ declare const settingsRouter: BuiltRouter<{
740547
740972
  updated_at: Date | null;
740548
740973
  updated_by: string | null;
740549
740974
  } | null;
740975
+ organization_staff_role: {
740976
+ is_active: boolean | null;
740977
+ id: string;
740978
+ logic_code: string | null;
740979
+ name: string | null;
740980
+ code: string | null;
740981
+ created_at: Date | null;
740982
+ created_by: string | null;
740983
+ updated_at: Date | null;
740984
+ updated_by: string | null;
740985
+ } | null;
740986
+ is_active: boolean | null;
740987
+ id: string;
740988
+ created_at: Date | null;
740989
+ created_by: string | null;
740990
+ updated_at: Date | null;
740991
+ updated_by: string | null;
740992
+ id_organization: string | null;
740993
+ id_user: string | null;
740994
+ id_organization_staff_role: string | null;
740995
+ };
740996
+ log: {
740997
+ id: string;
740998
+ id_log_type: string | null;
740999
+ url: string | null;
741000
+ params: SimpleJson;
741001
+ action: string | null;
741002
+ action_by: string | null;
741003
+ action_id: string | null;
741004
+ action_at: Date | null;
741005
+ id_organization_staff_assignment: string | null;
741006
+ } | undefined;
741007
+ } | undefined;
741008
+ meta: object;
741009
+ }>;
741010
+ update: MutationProcedure<{
741011
+ input: {
741012
+ is_system?: (string | number | boolean)[] | null | undefined;
741013
+ id?: string | number | bigint | null | undefined;
741014
+ id_string?: string | null | undefined;
741015
+ logic_code?: string | null | undefined;
741016
+ is_active?: boolean | undefined;
741017
+ id_organization?: string | number | bigint | null | undefined;
741018
+ id_organization_staff_role?: string | number | bigint | null | undefined;
741019
+ id_user?: string | number | bigint | null | undefined;
741020
+ };
741021
+ output: {
741022
+ data: {
740550
741023
  organization: {
740551
741024
  is_active: boolean | null;
740552
741025
  id: string;
@@ -740574,54 +741047,6 @@ declare const settingsRouter: BuiltRouter<{
740574
741047
  company_number: string | null;
740575
741048
  company_tax_number: string | null;
740576
741049
  } | null;
740577
- organization_staff_role: {
740578
- is_active: boolean | null;
740579
- id: string;
740580
- logic_code: string | null;
740581
- name: string | null;
740582
- code: string | null;
740583
- created_at: Date | null;
740584
- created_by: string | null;
740585
- updated_at: Date | null;
740586
- updated_by: string | null;
740587
- } | null;
740588
- is_active: boolean | null;
740589
- id: string;
740590
- created_at: Date | null;
740591
- created_by: string | null;
740592
- updated_at: Date | null;
740593
- updated_by: string | null;
740594
- id_user: string | null;
740595
- id_organization: string | null;
740596
- id_organization_staff_role: string | null;
740597
- };
740598
- log: {
740599
- id: string;
740600
- id_log_type: string | null;
740601
- url: string | null;
740602
- params: SimpleJson;
740603
- action: string | null;
740604
- action_by: string | null;
740605
- action_id: string | null;
740606
- action_at: Date | null;
740607
- id_organization_staff_assignment: string | null;
740608
- } | undefined;
740609
- } | undefined;
740610
- meta: object;
740611
- }>;
740612
- update: MutationProcedure<{
740613
- input: {
740614
- is_system?: (string | number | boolean)[] | null | undefined;
740615
- id?: string | number | bigint | null | undefined;
740616
- id_string?: string | null | undefined;
740617
- logic_code?: string | null | undefined;
740618
- is_active?: boolean | undefined;
740619
- id_organization?: string | number | bigint | null | undefined;
740620
- id_organization_staff_role?: string | number | bigint | null | undefined;
740621
- id_user?: string | number | bigint | null | undefined;
740622
- };
740623
- output: {
740624
- data: {
740625
741050
  user: {
740626
741051
  is_active: boolean | null;
740627
741052
  id: string;
@@ -740669,33 +741094,6 @@ declare const settingsRouter: BuiltRouter<{
740669
741094
  updated_at: Date | null;
740670
741095
  updated_by: string | null;
740671
741096
  } | null;
740672
- organization: {
740673
- is_active: boolean | null;
740674
- id: string;
740675
- logic_code: string | null;
740676
- name: string | null;
740677
- id_country: string | null;
740678
- id_state: string | null;
740679
- id_city: string | null;
740680
- id_postal_code: string | null;
740681
- id_company: string | null;
740682
- id_branch: string | null;
740683
- code: string | null;
740684
- created_at: Date | null;
740685
- created_by: string | null;
740686
- updated_at: Date | null;
740687
- updated_by: string | null;
740688
- id_un_locode: string | null;
740689
- email: string | null;
740690
- id_business_category: string | null;
740691
- id_controlling_branch: string | null;
740692
- id_airline: string | null;
740693
- id_shipping_line: string | null;
740694
- phone: string | null;
740695
- website_url: string | null;
740696
- company_number: string | null;
740697
- company_tax_number: string | null;
740698
- } | null;
740699
741097
  organization_staff_role: {
740700
741098
  is_active: boolean | null;
740701
741099
  id: string;
@@ -740713,8 +741111,8 @@ declare const settingsRouter: BuiltRouter<{
740713
741111
  created_by: string | null;
740714
741112
  updated_at: Date | null;
740715
741113
  updated_by: string | null;
740716
- id_user: string | null;
740717
741114
  id_organization: string | null;
741115
+ id_user: string | null;
740718
741116
  id_organization_staff_role: string | null;
740719
741117
  };
740720
741118
  log: {
@@ -740746,8 +741144,8 @@ declare const settingsRouter: BuiltRouter<{
740746
741144
  created_by: string | null;
740747
741145
  updated_at: Date | null;
740748
741146
  updated_by: string | null;
740749
- id_user: string | null;
740750
741147
  id_organization: string | null;
741148
+ id_user: string | null;
740751
741149
  id_organization_staff_role: string | null;
740752
741150
  } | undefined)[] | undefined;
740753
741151
  } | undefined;
@@ -743604,18 +744002,34 @@ declare const settingsRouter: BuiltRouter<{
743604
744002
  updated_by: string | null;
743605
744003
  id_un_locode: string | null;
743606
744004
  } | null;
743607
- organization_account_groups: {
744005
+ organization: {
743608
744006
  is_active: boolean | null;
743609
744007
  id: string;
743610
744008
  logic_code: string | null;
743611
744009
  name: string | null;
744010
+ id_country: string | null;
744011
+ id_state: string | null;
744012
+ id_city: string | null;
744013
+ id_postal_code: string | null;
744014
+ id_company: string | null;
744015
+ id_branch: string | null;
743612
744016
  code: string | null;
743613
744017
  created_at: Date | null;
743614
744018
  created_by: string | null;
743615
744019
  updated_at: Date | null;
743616
744020
  updated_by: string | null;
744021
+ id_un_locode: string | null;
744022
+ email: string | null;
744023
+ id_business_category: string | null;
744024
+ id_controlling_branch: string | null;
744025
+ id_airline: string | null;
744026
+ id_shipping_line: string | null;
744027
+ phone: string | null;
744028
+ website_url: string | null;
744029
+ company_number: string | null;
744030
+ company_tax_number: string | null;
743617
744031
  } | null;
743618
- organization_account_relationships: {
744032
+ organization_account_groups: {
743619
744033
  is_active: boolean | null;
743620
744034
  id: string;
743621
744035
  logic_code: string | null;
@@ -743626,7 +744040,7 @@ declare const settingsRouter: BuiltRouter<{
743626
744040
  updated_at: Date | null;
743627
744041
  updated_by: string | null;
743628
744042
  } | null;
743629
- organization_consolidation_categories: {
744043
+ organization_account_relationships: {
743630
744044
  is_active: boolean | null;
743631
744045
  id: string;
743632
744046
  logic_code: string | null;
@@ -743637,7 +744051,7 @@ declare const settingsRouter: BuiltRouter<{
743637
744051
  updated_at: Date | null;
743638
744052
  updated_by: string | null;
743639
744053
  } | null;
743640
- organization_tax_types: {
744054
+ organization_consolidation_categories: {
743641
744055
  is_active: boolean | null;
743642
744056
  id: string;
743643
744057
  logic_code: string | null;
@@ -743648,7 +744062,7 @@ declare const settingsRouter: BuiltRouter<{
743648
744062
  updated_at: Date | null;
743649
744063
  updated_by: string | null;
743650
744064
  } | null;
743651
- organization_transaction_restrictions: {
744065
+ organization_tax_types: {
743652
744066
  is_active: boolean | null;
743653
744067
  id: string;
743654
744068
  logic_code: string | null;
@@ -743659,32 +744073,16 @@ declare const settingsRouter: BuiltRouter<{
743659
744073
  updated_at: Date | null;
743660
744074
  updated_by: string | null;
743661
744075
  } | null;
743662
- organization: {
744076
+ organization_transaction_restrictions: {
743663
744077
  is_active: boolean | null;
743664
744078
  id: string;
743665
744079
  logic_code: string | null;
743666
744080
  name: string | null;
743667
- id_country: string | null;
743668
- id_state: string | null;
743669
- id_city: string | null;
743670
- id_postal_code: string | null;
743671
- id_company: string | null;
743672
- id_branch: string | null;
743673
744081
  code: string | null;
743674
744082
  created_at: Date | null;
743675
744083
  created_by: string | null;
743676
744084
  updated_at: Date | null;
743677
744085
  updated_by: string | null;
743678
- id_un_locode: string | null;
743679
- email: string | null;
743680
- id_business_category: string | null;
743681
- id_controlling_branch: string | null;
743682
- id_airline: string | null;
743683
- id_shipping_line: string | null;
743684
- phone: string | null;
743685
- website_url: string | null;
743686
- company_number: string | null;
743687
- company_tax_number: string | null;
743688
744086
  } | null;
743689
744087
  default_currency: {
743690
744088
  symbol: string | null;
@@ -743761,18 +744159,34 @@ declare const settingsRouter: BuiltRouter<{
743761
744159
  updated_by: string | null;
743762
744160
  id_un_locode: string | null;
743763
744161
  } | null;
743764
- organization_account_groups: {
744162
+ organization: {
743765
744163
  is_active: boolean | null;
743766
744164
  id: string;
743767
744165
  logic_code: string | null;
743768
744166
  name: string | null;
744167
+ id_country: string | null;
744168
+ id_state: string | null;
744169
+ id_city: string | null;
744170
+ id_postal_code: string | null;
744171
+ id_company: string | null;
744172
+ id_branch: string | null;
743769
744173
  code: string | null;
743770
744174
  created_at: Date | null;
743771
744175
  created_by: string | null;
743772
744176
  updated_at: Date | null;
743773
744177
  updated_by: string | null;
744178
+ id_un_locode: string | null;
744179
+ email: string | null;
744180
+ id_business_category: string | null;
744181
+ id_controlling_branch: string | null;
744182
+ id_airline: string | null;
744183
+ id_shipping_line: string | null;
744184
+ phone: string | null;
744185
+ website_url: string | null;
744186
+ company_number: string | null;
744187
+ company_tax_number: string | null;
743774
744188
  } | null;
743775
- organization_account_relationships: {
744189
+ organization_account_groups: {
743776
744190
  is_active: boolean | null;
743777
744191
  id: string;
743778
744192
  logic_code: string | null;
@@ -743783,7 +744197,7 @@ declare const settingsRouter: BuiltRouter<{
743783
744197
  updated_at: Date | null;
743784
744198
  updated_by: string | null;
743785
744199
  } | null;
743786
- organization_consolidation_categories: {
744200
+ organization_account_relationships: {
743787
744201
  is_active: boolean | null;
743788
744202
  id: string;
743789
744203
  logic_code: string | null;
@@ -743794,7 +744208,7 @@ declare const settingsRouter: BuiltRouter<{
743794
744208
  updated_at: Date | null;
743795
744209
  updated_by: string | null;
743796
744210
  } | null;
743797
- organization_tax_types: {
744211
+ organization_consolidation_categories: {
743798
744212
  is_active: boolean | null;
743799
744213
  id: string;
743800
744214
  logic_code: string | null;
@@ -743805,7 +744219,7 @@ declare const settingsRouter: BuiltRouter<{
743805
744219
  updated_at: Date | null;
743806
744220
  updated_by: string | null;
743807
744221
  } | null;
743808
- organization_transaction_restrictions: {
744222
+ organization_tax_types: {
743809
744223
  is_active: boolean | null;
743810
744224
  id: string;
743811
744225
  logic_code: string | null;
@@ -743816,32 +744230,16 @@ declare const settingsRouter: BuiltRouter<{
743816
744230
  updated_at: Date | null;
743817
744231
  updated_by: string | null;
743818
744232
  } | null;
743819
- organization: {
744233
+ organization_transaction_restrictions: {
743820
744234
  is_active: boolean | null;
743821
744235
  id: string;
743822
744236
  logic_code: string | null;
743823
744237
  name: string | null;
743824
- id_country: string | null;
743825
- id_state: string | null;
743826
- id_city: string | null;
743827
- id_postal_code: string | null;
743828
- id_company: string | null;
743829
- id_branch: string | null;
743830
744238
  code: string | null;
743831
744239
  created_at: Date | null;
743832
744240
  created_by: string | null;
743833
744241
  updated_at: Date | null;
743834
744242
  updated_by: string | null;
743835
- id_un_locode: string | null;
743836
- email: string | null;
743837
- id_business_category: string | null;
743838
- id_controlling_branch: string | null;
743839
- id_airline: string | null;
743840
- id_shipping_line: string | null;
743841
- phone: string | null;
743842
- website_url: string | null;
743843
- company_number: string | null;
743844
- company_tax_number: string | null;
743845
744243
  } | null;
743846
744244
  default_currency: {
743847
744245
  symbol: string | null;
@@ -751664,6 +752062,7 @@ declare const settingsRouter: BuiltRouter<{
751664
752062
  updated_by: string | null;
751665
752063
  } | null;
751666
752064
  id: string;
752065
+ id_transport_mode: string | null;
751667
752066
  id_log_type: string | null;
751668
752067
  url: string | null;
751669
752068
  params: SimpleJson;
@@ -751671,7 +752070,6 @@ declare const settingsRouter: BuiltRouter<{
751671
752070
  action_by: string | null;
751672
752071
  action_id: string | null;
751673
752072
  action_at: Date | null;
751674
- id_transport_mode: string | null;
751675
752073
  }[] | undefined;
751676
752074
  total: number | undefined;
751677
752075
  };
@@ -751698,6 +752096,7 @@ declare const settingsRouter: BuiltRouter<{
751698
752096
  updated_by: string | null;
751699
752097
  } | null;
751700
752098
  id: string;
752099
+ id_transport_mode: string | null;
751701
752100
  id_log_type: string | null;
751702
752101
  url: string | null;
751703
752102
  params: SimpleJson;
@@ -751705,7 +752104,6 @@ declare const settingsRouter: BuiltRouter<{
751705
752104
  action_by: string | null;
751706
752105
  action_id: string | null;
751707
752106
  action_at: Date | null;
751708
- id_transport_mode: string | null;
751709
752107
  } | undefined;
751710
752108
  };
751711
752109
  meta: object;
@@ -751731,6 +752129,7 @@ declare const settingsRouter: BuiltRouter<{
751731
752129
  };
751732
752130
  log: {
751733
752131
  id: string;
752132
+ id_transport_mode: string | null;
751734
752133
  id_log_type: string | null;
751735
752134
  url: string | null;
751736
752135
  params: SimpleJson;
@@ -751738,7 +752137,6 @@ declare const settingsRouter: BuiltRouter<{
751738
752137
  action_by: string | null;
751739
752138
  action_id: string | null;
751740
752139
  action_at: Date | null;
751741
- id_transport_mode: string | null;
751742
752140
  } | undefined;
751743
752141
  } | undefined;
751744
752142
  meta: object;
@@ -751767,6 +752165,7 @@ declare const settingsRouter: BuiltRouter<{
751767
752165
  };
751768
752166
  log: {
751769
752167
  id: string;
752168
+ id_transport_mode: string | null;
751770
752169
  id_log_type: string | null;
751771
752170
  url: string | null;
751772
752171
  params: SimpleJson;
@@ -751774,7 +752173,6 @@ declare const settingsRouter: BuiltRouter<{
751774
752173
  action_by: string | null;
751775
752174
  action_id: string | null;
751776
752175
  action_at: Date | null;
751777
- id_transport_mode: string | null;
751778
752176
  } | undefined;
751779
752177
  } | undefined;
751780
752178
  meta: object;
@@ -754016,7 +754414,7 @@ declare const settingsRouter: BuiltRouter<{
754016
754414
  };
754017
754415
  output: {
754018
754416
  data: {
754019
- weight_unit: {
754417
+ measurement_unit_type: {
754020
754418
  is_active: boolean | null;
754021
754419
  id: string;
754022
754420
  logic_code: string | null;
@@ -754026,9 +754424,8 @@ declare const settingsRouter: BuiltRouter<{
754026
754424
  created_by: string | null;
754027
754425
  updated_at: Date | null;
754028
754426
  updated_by: string | null;
754029
- id_type: string | null;
754030
754427
  } | null;
754031
- measurement_unit_type: {
754428
+ weight_unit: {
754032
754429
  is_active: boolean | null;
754033
754430
  id: string;
754034
754431
  logic_code: string | null;
@@ -754038,6 +754435,7 @@ declare const settingsRouter: BuiltRouter<{
754038
754435
  created_by: string | null;
754039
754436
  updated_at: Date | null;
754040
754437
  updated_by: string | null;
754438
+ id_type: string | null;
754041
754439
  } | null;
754042
754440
  dimension_unit: {
754043
754441
  is_active: boolean | null;
@@ -754093,7 +754491,7 @@ declare const settingsRouter: BuiltRouter<{
754093
754491
  forwarding_shipment_packings: number;
754094
754492
  syncproc_purchase_orders: number;
754095
754493
  };
754096
- weight_unit: {
754494
+ measurement_unit_type: {
754097
754495
  is_active: boolean | null;
754098
754496
  id: string;
754099
754497
  logic_code: string | null;
@@ -754103,9 +754501,8 @@ declare const settingsRouter: BuiltRouter<{
754103
754501
  created_by: string | null;
754104
754502
  updated_at: Date | null;
754105
754503
  updated_by: string | null;
754106
- id_type: string | null;
754107
754504
  } | null;
754108
- measurement_unit_type: {
754505
+ weight_unit: {
754109
754506
  is_active: boolean | null;
754110
754507
  id: string;
754111
754508
  logic_code: string | null;
@@ -754115,6 +754512,7 @@ declare const settingsRouter: BuiltRouter<{
754115
754512
  created_by: string | null;
754116
754513
  updated_at: Date | null;
754117
754514
  updated_by: string | null;
754515
+ id_type: string | null;
754118
754516
  } | null;
754119
754517
  dimension_unit: {
754120
754518
  is_active: boolean | null;
@@ -755300,6 +755698,7 @@ declare const settingsRouter: BuiltRouter<{
755300
755698
  updated_by: string | null;
755301
755699
  } | null;
755302
755700
  id: string;
755701
+ id_service_level: string | null;
755303
755702
  id_log_type: string | null;
755304
755703
  url: string | null;
755305
755704
  params: SimpleJson;
@@ -755307,7 +755706,6 @@ declare const settingsRouter: BuiltRouter<{
755307
755706
  action_by: string | null;
755308
755707
  action_id: string | null;
755309
755708
  action_at: Date | null;
755310
- id_service_level: string | null;
755311
755709
  }[] | undefined;
755312
755710
  total: number | undefined;
755313
755711
  };
@@ -755334,6 +755732,7 @@ declare const settingsRouter: BuiltRouter<{
755334
755732
  updated_by: string | null;
755335
755733
  } | null;
755336
755734
  id: string;
755735
+ id_service_level: string | null;
755337
755736
  id_log_type: string | null;
755338
755737
  url: string | null;
755339
755738
  params: SimpleJson;
@@ -755341,7 +755740,6 @@ declare const settingsRouter: BuiltRouter<{
755341
755740
  action_by: string | null;
755342
755741
  action_id: string | null;
755343
755742
  action_at: Date | null;
755344
- id_service_level: string | null;
755345
755743
  } | undefined;
755346
755744
  };
755347
755745
  meta: object;
@@ -755371,6 +755769,7 @@ declare const settingsRouter: BuiltRouter<{
755371
755769
  };
755372
755770
  log: {
755373
755771
  id: string;
755772
+ id_service_level: string | null;
755374
755773
  id_log_type: string | null;
755375
755774
  url: string | null;
755376
755775
  params: SimpleJson;
@@ -755378,7 +755777,6 @@ declare const settingsRouter: BuiltRouter<{
755378
755777
  action_by: string | null;
755379
755778
  action_id: string | null;
755380
755779
  action_at: Date | null;
755381
- id_service_level: string | null;
755382
755780
  } | undefined;
755383
755781
  } | undefined;
755384
755782
  meta: object;
@@ -755411,6 +755809,7 @@ declare const settingsRouter: BuiltRouter<{
755411
755809
  };
755412
755810
  log: {
755413
755811
  id: string;
755812
+ id_service_level: string | null;
755414
755813
  id_log_type: string | null;
755415
755814
  url: string | null;
755416
755815
  params: SimpleJson;
@@ -755418,7 +755817,6 @@ declare const settingsRouter: BuiltRouter<{
755418
755817
  action_by: string | null;
755419
755818
  action_id: string | null;
755420
755819
  action_at: Date | null;
755421
- id_service_level: string | null;
755422
755820
  } | undefined;
755423
755821
  } | undefined;
755424
755822
  meta: object;
@@ -755854,6 +756252,7 @@ declare const settingsRouter: BuiltRouter<{
755854
756252
  updated_by: string | null;
755855
756253
  } | null;
755856
756254
  id: string;
756255
+ id_incoterm: string | null;
755857
756256
  id_log_type: string | null;
755858
756257
  url: string | null;
755859
756258
  params: SimpleJson;
@@ -755861,7 +756260,6 @@ declare const settingsRouter: BuiltRouter<{
755861
756260
  action_by: string | null;
755862
756261
  action_id: string | null;
755863
756262
  action_at: Date | null;
755864
- id_incoterm: string | null;
755865
756263
  }[] | undefined;
755866
756264
  total: number | undefined;
755867
756265
  };
@@ -755888,6 +756286,7 @@ declare const settingsRouter: BuiltRouter<{
755888
756286
  updated_by: string | null;
755889
756287
  } | null;
755890
756288
  id: string;
756289
+ id_incoterm: string | null;
755891
756290
  id_log_type: string | null;
755892
756291
  url: string | null;
755893
756292
  params: SimpleJson;
@@ -755895,7 +756294,6 @@ declare const settingsRouter: BuiltRouter<{
755895
756294
  action_by: string | null;
755896
756295
  action_id: string | null;
755897
756296
  action_at: Date | null;
755898
- id_incoterm: string | null;
755899
756297
  } | undefined;
755900
756298
  };
755901
756299
  meta: object;
@@ -755923,6 +756321,7 @@ declare const settingsRouter: BuiltRouter<{
755923
756321
  };
755924
756322
  log: {
755925
756323
  id: string;
756324
+ id_incoterm: string | null;
755926
756325
  id_log_type: string | null;
755927
756326
  url: string | null;
755928
756327
  params: SimpleJson;
@@ -755930,7 +756329,6 @@ declare const settingsRouter: BuiltRouter<{
755930
756329
  action_by: string | null;
755931
756330
  action_id: string | null;
755932
756331
  action_at: Date | null;
755933
- id_incoterm: string | null;
755934
756332
  } | undefined;
755935
756333
  } | undefined;
755936
756334
  meta: object;
@@ -755961,6 +756359,7 @@ declare const settingsRouter: BuiltRouter<{
755961
756359
  };
755962
756360
  log: {
755963
756361
  id: string;
756362
+ id_incoterm: string | null;
755964
756363
  id_log_type: string | null;
755965
756364
  url: string | null;
755966
756365
  params: SimpleJson;
@@ -755968,7 +756367,6 @@ declare const settingsRouter: BuiltRouter<{
755968
756367
  action_by: string | null;
755969
756368
  action_id: string | null;
755970
756369
  action_at: Date | null;
755971
- id_incoterm: string | null;
755972
756370
  } | undefined;
755973
756371
  } | undefined;
755974
756372
  meta: object;
@@ -756560,6 +756958,7 @@ declare const settingsRouter: BuiltRouter<{
756560
756958
  updated_by: string | null;
756561
756959
  } | null;
756562
756960
  id: string;
756961
+ id_commodity: string | null;
756563
756962
  id_log_type: string | null;
756564
756963
  url: string | null;
756565
756964
  params: SimpleJson;
@@ -756567,7 +756966,6 @@ declare const settingsRouter: BuiltRouter<{
756567
756966
  action_by: string | null;
756568
756967
  action_id: string | null;
756569
756968
  action_at: Date | null;
756570
- id_commodity: string | null;
756571
756969
  }[] | undefined;
756572
756970
  total: number | undefined;
756573
756971
  };
@@ -756594,6 +756992,7 @@ declare const settingsRouter: BuiltRouter<{
756594
756992
  updated_by: string | null;
756595
756993
  } | null;
756596
756994
  id: string;
756995
+ id_commodity: string | null;
756597
756996
  id_log_type: string | null;
756598
756997
  url: string | null;
756599
756998
  params: SimpleJson;
@@ -756601,7 +757000,6 @@ declare const settingsRouter: BuiltRouter<{
756601
757000
  action_by: string | null;
756602
757001
  action_id: string | null;
756603
757002
  action_at: Date | null;
756604
- id_commodity: string | null;
756605
757003
  } | undefined;
756606
757004
  };
756607
757005
  meta: object;
@@ -756649,6 +757047,7 @@ declare const settingsRouter: BuiltRouter<{
756649
757047
  };
756650
757048
  log: {
756651
757049
  id: string;
757050
+ id_commodity: string | null;
756652
757051
  id_log_type: string | null;
756653
757052
  url: string | null;
756654
757053
  params: SimpleJson;
@@ -756656,7 +757055,6 @@ declare const settingsRouter: BuiltRouter<{
756656
757055
  action_by: string | null;
756657
757056
  action_id: string | null;
756658
757057
  action_at: Date | null;
756659
- id_commodity: string | null;
756660
757058
  } | undefined;
756661
757059
  } | undefined;
756662
757060
  meta: object;
@@ -756707,6 +757105,7 @@ declare const settingsRouter: BuiltRouter<{
756707
757105
  };
756708
757106
  log: {
756709
757107
  id: string;
757108
+ id_commodity: string | null;
756710
757109
  id_log_type: string | null;
756711
757110
  url: string | null;
756712
757111
  params: SimpleJson;
@@ -756714,7 +757113,6 @@ declare const settingsRouter: BuiltRouter<{
756714
757113
  action_by: string | null;
756715
757114
  action_id: string | null;
756716
757115
  action_at: Date | null;
756717
- id_commodity: string | null;
756718
757116
  } | undefined;
756719
757117
  } | undefined;
756720
757118
  meta: object;
@@ -761885,7 +762283,7 @@ declare const settingsRouter: BuiltRouter<{
761885
762283
  id_system: string | null;
761886
762284
  tax_message: string | null;
761887
762285
  } | null;
761888
- charge_code_groups: {
762286
+ incoterm: {
761889
762287
  is_active: boolean | null;
761890
762288
  id: string;
761891
762289
  logic_code: string | null;
@@ -761895,8 +762293,9 @@ declare const settingsRouter: BuiltRouter<{
761895
762293
  created_by: string | null;
761896
762294
  updated_at: Date | null;
761897
762295
  updated_by: string | null;
762296
+ description: string | null;
761898
762297
  } | null;
761899
- incoterm: {
762298
+ charge_code_groups: {
761900
762299
  is_active: boolean | null;
761901
762300
  id: string;
761902
762301
  logic_code: string | null;
@@ -761906,7 +762305,6 @@ declare const settingsRouter: BuiltRouter<{
761906
762305
  created_by: string | null;
761907
762306
  updated_at: Date | null;
761908
762307
  updated_by: string | null;
761909
- description: string | null;
761910
762308
  } | null;
761911
762309
  charge_code_type: {
761912
762310
  is_active: boolean | null;
@@ -762161,7 +762559,7 @@ declare const settingsRouter: BuiltRouter<{
762161
762559
  id_system: string | null;
762162
762560
  tax_message: string | null;
762163
762561
  } | null;
762164
- charge_code_groups: {
762562
+ incoterm: {
762165
762563
  is_active: boolean | null;
762166
762564
  id: string;
762167
762565
  logic_code: string | null;
@@ -762171,8 +762569,9 @@ declare const settingsRouter: BuiltRouter<{
762171
762569
  created_by: string | null;
762172
762570
  updated_at: Date | null;
762173
762571
  updated_by: string | null;
762572
+ description: string | null;
762174
762573
  } | null;
762175
- incoterm: {
762574
+ charge_code_groups: {
762176
762575
  is_active: boolean | null;
762177
762576
  id: string;
762178
762577
  logic_code: string | null;
@@ -762182,7 +762581,6 @@ declare const settingsRouter: BuiltRouter<{
762182
762581
  created_by: string | null;
762183
762582
  updated_at: Date | null;
762184
762583
  updated_by: string | null;
762185
- description: string | null;
762186
762584
  } | null;
762187
762585
  charge_code_type: {
762188
762586
  is_active: boolean | null;
@@ -768131,6 +768529,7 @@ declare const systemRouter: BuiltRouter<{
768131
768529
  data: {
768132
768530
  _count: {
768133
768531
  forwarding_transport_mode_logs: number;
768532
+ forwarding_shipment_charges_applies: number;
768134
768533
  forwarding_bookings: number;
768135
768534
  forwarding_shipments: number;
768136
768535
  forwarding_consols: number;
@@ -768905,6 +769304,7 @@ declare const systemRouter: BuiltRouter<{
768905
769304
  updated_by: string | null;
768906
769305
  } | null;
768907
769306
  id: string;
769307
+ id_container_shipping_type: string | null;
768908
769308
  id_log_type: string | null;
768909
769309
  url: string | null;
768910
769310
  params: SimpleJson;
@@ -768912,7 +769312,6 @@ declare const systemRouter: BuiltRouter<{
768912
769312
  action_by: string | null;
768913
769313
  action_id: string | null;
768914
769314
  action_at: Date | null;
768915
- id_container_shipping_type: string | null;
768916
769315
  }[] | undefined;
768917
769316
  total: number | undefined;
768918
769317
  };
@@ -768939,6 +769338,7 @@ declare const systemRouter: BuiltRouter<{
768939
769338
  updated_by: string | null;
768940
769339
  } | null;
768941
769340
  id: string;
769341
+ id_container_shipping_type: string | null;
768942
769342
  id_log_type: string | null;
768943
769343
  url: string | null;
768944
769344
  params: SimpleJson;
@@ -768946,7 +769346,6 @@ declare const systemRouter: BuiltRouter<{
768946
769346
  action_by: string | null;
768947
769347
  action_id: string | null;
768948
769348
  action_at: Date | null;
768949
- id_container_shipping_type: string | null;
768950
769349
  } | undefined;
768951
769350
  };
768952
769351
  meta: object;
@@ -768972,6 +769371,7 @@ declare const systemRouter: BuiltRouter<{
768972
769371
  };
768973
769372
  log: {
768974
769373
  id: string;
769374
+ id_container_shipping_type: string | null;
768975
769375
  id_log_type: string | null;
768976
769376
  url: string | null;
768977
769377
  params: SimpleJson;
@@ -768979,7 +769379,6 @@ declare const systemRouter: BuiltRouter<{
768979
769379
  action_by: string | null;
768980
769380
  action_id: string | null;
768981
769381
  action_at: Date | null;
768982
- id_container_shipping_type: string | null;
768983
769382
  } | undefined;
768984
769383
  } | undefined;
768985
769384
  meta: object;
@@ -769008,6 +769407,7 @@ declare const systemRouter: BuiltRouter<{
769008
769407
  };
769009
769408
  log: {
769010
769409
  id: string;
769410
+ id_container_shipping_type: string | null;
769011
769411
  id_log_type: string | null;
769012
769412
  url: string | null;
769013
769413
  params: SimpleJson;
@@ -769015,7 +769415,6 @@ declare const systemRouter: BuiltRouter<{
769015
769415
  action_by: string | null;
769016
769416
  action_id: string | null;
769017
769417
  action_at: Date | null;
769018
- id_container_shipping_type: string | null;
769019
769418
  } | undefined;
769020
769419
  } | undefined;
769021
769420
  meta: object;
@@ -769052,6 +769451,7 @@ declare const systemRouter: BuiltRouter<{
769052
769451
  };
769053
769452
  log: {
769054
769453
  id: string;
769454
+ id_container_shipping_type: string | null;
769055
769455
  id_log_type: string | null;
769056
769456
  url: string | null;
769057
769457
  params: SimpleJson;
@@ -769059,7 +769459,6 @@ declare const systemRouter: BuiltRouter<{
769059
769459
  action_by: string | null;
769060
769460
  action_id: string | null;
769061
769461
  action_at: Date | null;
769062
- id_container_shipping_type: string | null;
769063
769462
  } | undefined;
769064
769463
  } | undefined)[];
769065
769464
  updatedData: ({
@@ -769076,6 +769475,7 @@ declare const systemRouter: BuiltRouter<{
769076
769475
  };
769077
769476
  log: {
769078
769477
  id: string;
769478
+ id_container_shipping_type: string | null;
769079
769479
  id_log_type: string | null;
769080
769480
  url: string | null;
769081
769481
  params: SimpleJson;
@@ -769083,7 +769483,6 @@ declare const systemRouter: BuiltRouter<{
769083
769483
  action_by: string | null;
769084
769484
  action_id: string | null;
769085
769485
  action_at: Date | null;
769086
- id_container_shipping_type: string | null;
769087
769486
  } | undefined;
769088
769487
  } | undefined)[];
769089
769488
  } | undefined;
@@ -769833,9 +770232,24 @@ declare const systemRouter: BuiltRouter<{
769833
770232
  field: string;
769834
770233
  direction: "asc" | "desc";
769835
770234
  }[] | null | undefined;
770235
+ id_forwarding_transport_mode?: string | number | bigint | null | undefined;
770236
+ ids_forwarding_transport_mode?: (string | number | bigint)[] | null | undefined;
769836
770237
  };
769837
770238
  output: {
769838
770239
  data: {
770240
+ forwarding_transport_modes: {
770241
+ is_active: boolean | null;
770242
+ id: string;
770243
+ logic_code: string | null;
770244
+ name: string | null;
770245
+ code: string | null;
770246
+ created_at: Date | null;
770247
+ created_by: string | null;
770248
+ updated_at: Date | null;
770249
+ updated_by: string | null;
770250
+ is_shipment: boolean | null;
770251
+ is_consol: boolean | null;
770252
+ }[];
769839
770253
  is_active: boolean | null;
769840
770254
  id: string;
769841
770255
  logic_code: string | null;
@@ -769861,10 +770275,24 @@ declare const systemRouter: BuiltRouter<{
769861
770275
  output: {
769862
770276
  data: {
769863
770277
  _count: {
770278
+ forwarding_transport_modes: number;
769864
770279
  forwarding_shipment_charges_apply_logs: number;
769865
770280
  forwarding_bookings: number;
769866
770281
  forwarding_shipments: number;
769867
770282
  };
770283
+ forwarding_transport_modes: {
770284
+ is_active: boolean | null;
770285
+ id: string;
770286
+ logic_code: string | null;
770287
+ name: string | null;
770288
+ code: string | null;
770289
+ created_at: Date | null;
770290
+ created_by: string | null;
770291
+ updated_at: Date | null;
770292
+ updated_by: string | null;
770293
+ is_shipment: boolean | null;
770294
+ is_consol: boolean | null;
770295
+ }[];
769868
770296
  is_active: boolean | null;
769869
770297
  id: string;
769870
770298
  logic_code: string | null;
@@ -769981,6 +770409,7 @@ declare const systemRouter: BuiltRouter<{
769981
770409
  create: MutationProcedure<{
769982
770410
  input: {
769983
770411
  is_active?: string | number | boolean | null | undefined;
770412
+ ids_forwarding_transport_mode?: (string | number | bigint)[] | null | undefined;
769984
770413
  code?: string | null | undefined;
769985
770414
  name?: string | null | undefined;
769986
770415
  };
@@ -770017,6 +770446,7 @@ declare const systemRouter: BuiltRouter<{
770017
770446
  id_string?: string | null | undefined;
770018
770447
  logic_code?: string | null | undefined;
770019
770448
  is_active?: string | number | boolean | null | undefined;
770449
+ ids_forwarding_transport_mode?: (string | number | bigint)[] | null | undefined;
770020
770450
  code?: string | null | undefined;
770021
770451
  name?: string | null | undefined;
770022
770452
  };
@@ -770050,6 +770480,7 @@ declare const systemRouter: BuiltRouter<{
770050
770480
  input: {
770051
770481
  create?: {
770052
770482
  is_active?: string | number | boolean | null | undefined;
770483
+ ids_forwarding_transport_mode?: (string | number | bigint)[] | null | undefined;
770053
770484
  code?: string | null | undefined;
770054
770485
  name?: string | null | undefined;
770055
770486
  }[] | undefined;
@@ -770059,6 +770490,7 @@ declare const systemRouter: BuiltRouter<{
770059
770490
  id_string?: string | null | undefined;
770060
770491
  logic_code?: string | null | undefined;
770061
770492
  is_active?: string | number | boolean | null | undefined;
770493
+ ids_forwarding_transport_mode?: (string | number | bigint)[] | null | undefined;
770062
770494
  code?: string | null | undefined;
770063
770495
  name?: string | null | undefined;
770064
770496
  }[] | undefined;