@be-logixpair/api 0.0.114 → 0.0.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +1093 -303
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -111512,6 +111512,7 @@ type forwarding_consolsWhereInput = {
111512
111512
  container_shipping_types?: XOR<Container_shipping_typesNullableScalarRelationFilter, container_shipping_typesWhereInput> | null;
111513
111513
  load_port_un_locodes?: XOR<Un_locodesNullableScalarRelationFilter, un_locodesWhereInput> | null;
111514
111514
  discharge_port_un_locodes?: XOR<Un_locodesNullableScalarRelationFilter, un_locodesWhereInput> | null;
111515
+ vessel?: XOR<VesselsNullableScalarRelationFilter, vesselsWhereInput> | null;
111515
111516
  service_level?: XOR<Service_levelsNullableScalarRelationFilter, service_levelsWhereInput> | null;
111516
111517
  payment_type?: XOR<Payment_typesNullableScalarRelationFilter, payment_typesWhereInput> | null;
111517
111518
  sending_agent?: XOR<OrganizationsNullableScalarRelationFilter, organizationsWhereInput> | null;
@@ -111578,6 +111579,7 @@ type forwarding_consolsOrderByWithRelationInput = {
111578
111579
  container_shipping_types?: container_shipping_typesOrderByWithRelationInput;
111579
111580
  load_port_un_locodes?: un_locodesOrderByWithRelationInput;
111580
111581
  discharge_port_un_locodes?: un_locodesOrderByWithRelationInput;
111582
+ vessel?: vesselsOrderByWithRelationInput;
111581
111583
  service_level?: service_levelsOrderByWithRelationInput;
111582
111584
  payment_type?: payment_typesOrderByWithRelationInput;
111583
111585
  sending_agent?: organizationsOrderByWithRelationInput;
@@ -111647,6 +111649,7 @@ type forwarding_consolsWhereUniqueInput = AtLeast<{
111647
111649
  container_shipping_types?: XOR<Container_shipping_typesNullableScalarRelationFilter, container_shipping_typesWhereInput> | null;
111648
111650
  load_port_un_locodes?: XOR<Un_locodesNullableScalarRelationFilter, un_locodesWhereInput> | null;
111649
111651
  discharge_port_un_locodes?: XOR<Un_locodesNullableScalarRelationFilter, un_locodesWhereInput> | null;
111652
+ vessel?: XOR<VesselsNullableScalarRelationFilter, vesselsWhereInput> | null;
111650
111653
  service_level?: XOR<Service_levelsNullableScalarRelationFilter, service_levelsWhereInput> | null;
111651
111654
  payment_type?: XOR<Payment_typesNullableScalarRelationFilter, payment_typesWhereInput> | null;
111652
111655
  sending_agent?: XOR<OrganizationsNullableScalarRelationFilter, organizationsWhereInput> | null;
@@ -111762,7 +111765,6 @@ type forwarding_consolsScalarWhereWithAggregatesInput = {
111762
111765
  };
111763
111766
  type forwarding_consolsCreateInput = {
111764
111767
  id?: bigint | number;
111765
- id_vessel?: bigint | number | null;
111766
111768
  logic_code?: string | null;
111767
111769
  code?: string | null;
111768
111770
  name?: string | null;
@@ -111790,6 +111792,7 @@ type forwarding_consolsCreateInput = {
111790
111792
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
111791
111793
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
111792
111794
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
111795
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
111793
111796
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
111794
111797
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
111795
111798
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -111860,7 +111863,6 @@ type forwarding_consolsUncheckedCreateInput = {
111860
111863
  };
111861
111864
  type forwarding_consolsUpdateInput = {
111862
111865
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
111863
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
111864
111866
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
111865
111867
  code?: NullableStringFieldUpdateOperationsInput | string | null;
111866
111868
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -111888,6 +111890,7 @@ type forwarding_consolsUpdateInput = {
111888
111890
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
111889
111891
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
111890
111892
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
111893
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
111891
111894
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
111892
111895
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
111893
111896
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -112001,7 +112004,6 @@ type forwarding_consolsCreateManyInput = {
112001
112004
  };
112002
112005
  type forwarding_consolsUpdateManyMutationInput = {
112003
112006
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
112004
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
112005
112007
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
112006
112008
  code?: NullableStringFieldUpdateOperationsInput | string | null;
112007
112009
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -112829,6 +112831,44 @@ type forwarding_consolsUncheckedUpdateManyWithoutService_levelNestedInput = {
112829
112831
  updateMany?: forwarding_consolsUpdateManyWithWhereWithoutService_levelInput | forwarding_consolsUpdateManyWithWhereWithoutService_levelInput[];
112830
112832
  deleteMany?: forwarding_consolsScalarWhereInput | forwarding_consolsScalarWhereInput[];
112831
112833
  };
112834
+ type forwarding_consolsCreateNestedManyWithoutVesselInput = {
112835
+ create?: XOR<forwarding_consolsCreateWithoutVesselInput, forwarding_consolsUncheckedCreateWithoutVesselInput> | forwarding_consolsCreateWithoutVesselInput[] | forwarding_consolsUncheckedCreateWithoutVesselInput[];
112836
+ connectOrCreate?: forwarding_consolsCreateOrConnectWithoutVesselInput | forwarding_consolsCreateOrConnectWithoutVesselInput[];
112837
+ createMany?: forwarding_consolsCreateManyVesselInputEnvelope;
112838
+ connect?: forwarding_consolsWhereUniqueInput | forwarding_consolsWhereUniqueInput[];
112839
+ };
112840
+ type forwarding_consolsUncheckedCreateNestedManyWithoutVesselInput = {
112841
+ create?: XOR<forwarding_consolsCreateWithoutVesselInput, forwarding_consolsUncheckedCreateWithoutVesselInput> | forwarding_consolsCreateWithoutVesselInput[] | forwarding_consolsUncheckedCreateWithoutVesselInput[];
112842
+ connectOrCreate?: forwarding_consolsCreateOrConnectWithoutVesselInput | forwarding_consolsCreateOrConnectWithoutVesselInput[];
112843
+ createMany?: forwarding_consolsCreateManyVesselInputEnvelope;
112844
+ connect?: forwarding_consolsWhereUniqueInput | forwarding_consolsWhereUniqueInput[];
112845
+ };
112846
+ type forwarding_consolsUpdateManyWithoutVesselNestedInput = {
112847
+ create?: XOR<forwarding_consolsCreateWithoutVesselInput, forwarding_consolsUncheckedCreateWithoutVesselInput> | forwarding_consolsCreateWithoutVesselInput[] | forwarding_consolsUncheckedCreateWithoutVesselInput[];
112848
+ connectOrCreate?: forwarding_consolsCreateOrConnectWithoutVesselInput | forwarding_consolsCreateOrConnectWithoutVesselInput[];
112849
+ upsert?: forwarding_consolsUpsertWithWhereUniqueWithoutVesselInput | forwarding_consolsUpsertWithWhereUniqueWithoutVesselInput[];
112850
+ createMany?: forwarding_consolsCreateManyVesselInputEnvelope;
112851
+ set?: forwarding_consolsWhereUniqueInput | forwarding_consolsWhereUniqueInput[];
112852
+ disconnect?: forwarding_consolsWhereUniqueInput | forwarding_consolsWhereUniqueInput[];
112853
+ delete?: forwarding_consolsWhereUniqueInput | forwarding_consolsWhereUniqueInput[];
112854
+ connect?: forwarding_consolsWhereUniqueInput | forwarding_consolsWhereUniqueInput[];
112855
+ update?: forwarding_consolsUpdateWithWhereUniqueWithoutVesselInput | forwarding_consolsUpdateWithWhereUniqueWithoutVesselInput[];
112856
+ updateMany?: forwarding_consolsUpdateManyWithWhereWithoutVesselInput | forwarding_consolsUpdateManyWithWhereWithoutVesselInput[];
112857
+ deleteMany?: forwarding_consolsScalarWhereInput | forwarding_consolsScalarWhereInput[];
112858
+ };
112859
+ type forwarding_consolsUncheckedUpdateManyWithoutVesselNestedInput = {
112860
+ create?: XOR<forwarding_consolsCreateWithoutVesselInput, forwarding_consolsUncheckedCreateWithoutVesselInput> | forwarding_consolsCreateWithoutVesselInput[] | forwarding_consolsUncheckedCreateWithoutVesselInput[];
112861
+ connectOrCreate?: forwarding_consolsCreateOrConnectWithoutVesselInput | forwarding_consolsCreateOrConnectWithoutVesselInput[];
112862
+ upsert?: forwarding_consolsUpsertWithWhereUniqueWithoutVesselInput | forwarding_consolsUpsertWithWhereUniqueWithoutVesselInput[];
112863
+ createMany?: forwarding_consolsCreateManyVesselInputEnvelope;
112864
+ set?: forwarding_consolsWhereUniqueInput | forwarding_consolsWhereUniqueInput[];
112865
+ disconnect?: forwarding_consolsWhereUniqueInput | forwarding_consolsWhereUniqueInput[];
112866
+ delete?: forwarding_consolsWhereUniqueInput | forwarding_consolsWhereUniqueInput[];
112867
+ connect?: forwarding_consolsWhereUniqueInput | forwarding_consolsWhereUniqueInput[];
112868
+ update?: forwarding_consolsUpdateWithWhereUniqueWithoutVesselInput | forwarding_consolsUpdateWithWhereUniqueWithoutVesselInput[];
112869
+ updateMany?: forwarding_consolsUpdateManyWithWhereWithoutVesselInput | forwarding_consolsUpdateManyWithWhereWithoutVesselInput[];
112870
+ deleteMany?: forwarding_consolsScalarWhereInput | forwarding_consolsScalarWhereInput[];
112871
+ };
112832
112872
  type forwarding_consolsCreateNestedManyWithoutPayment_typeInput = {
112833
112873
  create?: XOR<forwarding_consolsCreateWithoutPayment_typeInput, forwarding_consolsUncheckedCreateWithoutPayment_typeInput> | forwarding_consolsCreateWithoutPayment_typeInput[] | forwarding_consolsUncheckedCreateWithoutPayment_typeInput[];
112834
112874
  connectOrCreate?: forwarding_consolsCreateOrConnectWithoutPayment_typeInput | forwarding_consolsCreateOrConnectWithoutPayment_typeInput[];
@@ -112983,7 +113023,6 @@ type forwarding_consolsUncheckedUpdateManyWithoutForwarding_consol_typeNestedInp
112983
113023
  };
112984
113024
  type forwarding_consolsCreateWithoutForwarding_consol_billing_detailsInput = {
112985
113025
  id?: bigint | number;
112986
- id_vessel?: bigint | number | null;
112987
113026
  logic_code?: string | null;
112988
113027
  code?: string | null;
112989
113028
  name?: string | null;
@@ -113011,6 +113050,7 @@ type forwarding_consolsCreateWithoutForwarding_consol_billing_detailsInput = {
113011
113050
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
113012
113051
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
113013
113052
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
113053
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
113014
113054
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
113015
113055
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
113016
113056
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -113092,7 +113132,6 @@ type forwarding_consolsUpdateToOneWithWhereWithoutForwarding_consol_billing_deta
113092
113132
  };
113093
113133
  type forwarding_consolsUpdateWithoutForwarding_consol_billing_detailsInput = {
113094
113134
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
113095
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
113096
113135
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
113097
113136
  code?: NullableStringFieldUpdateOperationsInput | string | null;
113098
113137
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -113120,6 +113159,7 @@ type forwarding_consolsUpdateWithoutForwarding_consol_billing_detailsInput = {
113120
113159
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
113121
113160
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
113122
113161
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
113162
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
113123
113163
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
113124
113164
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
113125
113165
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -113188,7 +113228,6 @@ type forwarding_consolsUncheckedUpdateWithoutForwarding_consol_billing_detailsIn
113188
113228
  };
113189
113229
  type forwarding_consolsCreateWithoutForwarding_consol_reference_numbersInput = {
113190
113230
  id?: bigint | number;
113191
- id_vessel?: bigint | number | null;
113192
113231
  logic_code?: string | null;
113193
113232
  code?: string | null;
113194
113233
  name?: string | null;
@@ -113216,6 +113255,7 @@ type forwarding_consolsCreateWithoutForwarding_consol_reference_numbersInput = {
113216
113255
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
113217
113256
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
113218
113257
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
113258
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
113219
113259
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
113220
113260
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
113221
113261
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -113297,7 +113337,6 @@ type forwarding_consolsUpdateToOneWithWhereWithoutForwarding_consol_reference_nu
113297
113337
  };
113298
113338
  type forwarding_consolsUpdateWithoutForwarding_consol_reference_numbersInput = {
113299
113339
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
113300
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
113301
113340
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
113302
113341
  code?: NullableStringFieldUpdateOperationsInput | string | null;
113303
113342
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -113325,6 +113364,7 @@ type forwarding_consolsUpdateWithoutForwarding_consol_reference_numbersInput = {
113325
113364
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
113326
113365
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
113327
113366
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
113367
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
113328
113368
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
113329
113369
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
113330
113370
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -113393,7 +113433,6 @@ type forwarding_consolsUncheckedUpdateWithoutForwarding_consol_reference_numbers
113393
113433
  };
113394
113434
  type forwarding_consolsCreateWithoutForwarding_consol_routingsInput = {
113395
113435
  id?: bigint | number;
113396
- id_vessel?: bigint | number | null;
113397
113436
  logic_code?: string | null;
113398
113437
  code?: string | null;
113399
113438
  name?: string | null;
@@ -113421,6 +113460,7 @@ type forwarding_consolsCreateWithoutForwarding_consol_routingsInput = {
113421
113460
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
113422
113461
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
113423
113462
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
113463
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
113424
113464
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
113425
113465
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
113426
113466
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -113502,7 +113542,6 @@ type forwarding_consolsUpdateToOneWithWhereWithoutForwarding_consol_routingsInpu
113502
113542
  };
113503
113543
  type forwarding_consolsUpdateWithoutForwarding_consol_routingsInput = {
113504
113544
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
113505
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
113506
113545
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
113507
113546
  code?: NullableStringFieldUpdateOperationsInput | string | null;
113508
113547
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -113530,6 +113569,7 @@ type forwarding_consolsUpdateWithoutForwarding_consol_routingsInput = {
113530
113569
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
113531
113570
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
113532
113571
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
113572
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
113533
113573
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
113534
113574
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
113535
113575
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -113598,7 +113638,6 @@ type forwarding_consolsUncheckedUpdateWithoutForwarding_consol_routingsInput = {
113598
113638
  };
113599
113639
  type forwarding_consolsCreateWithoutForwarding_consol_containersInput = {
113600
113640
  id?: bigint | number;
113601
- id_vessel?: bigint | number | null;
113602
113641
  logic_code?: string | null;
113603
113642
  code?: string | null;
113604
113643
  name?: string | null;
@@ -113626,6 +113665,7 @@ type forwarding_consolsCreateWithoutForwarding_consol_containersInput = {
113626
113665
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
113627
113666
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
113628
113667
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
113668
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
113629
113669
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
113630
113670
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
113631
113671
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -113707,7 +113747,6 @@ type forwarding_consolsUpdateToOneWithWhereWithoutForwarding_consol_containersIn
113707
113747
  };
113708
113748
  type forwarding_consolsUpdateWithoutForwarding_consol_containersInput = {
113709
113749
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
113710
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
113711
113750
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
113712
113751
  code?: NullableStringFieldUpdateOperationsInput | string | null;
113713
113752
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -113735,6 +113774,7 @@ type forwarding_consolsUpdateWithoutForwarding_consol_containersInput = {
113735
113774
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
113736
113775
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
113737
113776
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
113777
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
113738
113778
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
113739
113779
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
113740
113780
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -113803,7 +113843,6 @@ type forwarding_consolsUncheckedUpdateWithoutForwarding_consol_containersInput =
113803
113843
  };
113804
113844
  type forwarding_consolsCreateWithoutForwarding_consol_attachmentsInput = {
113805
113845
  id?: bigint | number;
113806
- id_vessel?: bigint | number | null;
113807
113846
  logic_code?: string | null;
113808
113847
  code?: string | null;
113809
113848
  name?: string | null;
@@ -113831,6 +113870,7 @@ type forwarding_consolsCreateWithoutForwarding_consol_attachmentsInput = {
113831
113870
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
113832
113871
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
113833
113872
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
113873
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
113834
113874
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
113835
113875
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
113836
113876
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -113912,7 +113952,6 @@ type forwarding_consolsUpdateToOneWithWhereWithoutForwarding_consol_attachmentsI
113912
113952
  };
113913
113953
  type forwarding_consolsUpdateWithoutForwarding_consol_attachmentsInput = {
113914
113954
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
113915
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
113916
113955
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
113917
113956
  code?: NullableStringFieldUpdateOperationsInput | string | null;
113918
113957
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -113940,6 +113979,7 @@ type forwarding_consolsUpdateWithoutForwarding_consol_attachmentsInput = {
113940
113979
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
113941
113980
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
113942
113981
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
113982
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
113943
113983
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
113944
113984
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
113945
113985
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -114008,7 +114048,6 @@ type forwarding_consolsUncheckedUpdateWithoutForwarding_consol_attachmentsInput
114008
114048
  };
114009
114049
  type forwarding_consolsCreateWithoutForwarding_consol_logsInput = {
114010
114050
  id?: bigint | number;
114011
- id_vessel?: bigint | number | null;
114012
114051
  logic_code?: string | null;
114013
114052
  code?: string | null;
114014
114053
  name?: string | null;
@@ -114036,6 +114075,7 @@ type forwarding_consolsCreateWithoutForwarding_consol_logsInput = {
114036
114075
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
114037
114076
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
114038
114077
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
114078
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
114039
114079
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
114040
114080
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
114041
114081
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -114117,7 +114157,6 @@ type forwarding_consolsUpdateToOneWithWhereWithoutForwarding_consol_logsInput =
114117
114157
  };
114118
114158
  type forwarding_consolsUpdateWithoutForwarding_consol_logsInput = {
114119
114159
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
114120
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
114121
114160
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
114122
114161
  code?: NullableStringFieldUpdateOperationsInput | string | null;
114123
114162
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -114145,6 +114184,7 @@ type forwarding_consolsUpdateWithoutForwarding_consol_logsInput = {
114145
114184
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
114146
114185
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
114147
114186
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
114187
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
114148
114188
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
114149
114189
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
114150
114190
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -114213,7 +114253,6 @@ type forwarding_consolsUncheckedUpdateWithoutForwarding_consol_logsInput = {
114213
114253
  };
114214
114254
  type forwarding_consolsCreateWithoutLoad_port_un_locodesInput = {
114215
114255
  id?: bigint | number;
114216
- id_vessel?: bigint | number | null;
114217
114256
  logic_code?: string | null;
114218
114257
  code?: string | null;
114219
114258
  name?: string | null;
@@ -114240,6 +114279,7 @@ type forwarding_consolsCreateWithoutLoad_port_un_locodesInput = {
114240
114279
  forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_consolsInput;
114241
114280
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
114242
114281
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
114282
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
114243
114283
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
114244
114284
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
114245
114285
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -114317,7 +114357,6 @@ type forwarding_consolsCreateManyLoad_port_un_locodesInputEnvelope = {
114317
114357
  };
114318
114358
  type forwarding_consolsCreateWithoutDischarge_port_un_locodesInput = {
114319
114359
  id?: bigint | number;
114320
- id_vessel?: bigint | number | null;
114321
114360
  logic_code?: string | null;
114322
114361
  code?: string | null;
114323
114362
  name?: string | null;
@@ -114344,6 +114383,7 @@ type forwarding_consolsCreateWithoutDischarge_port_un_locodesInput = {
114344
114383
  forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_consolsInput;
114345
114384
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
114346
114385
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
114386
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
114347
114387
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
114348
114388
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
114349
114389
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -114493,7 +114533,6 @@ type forwarding_consolsUpdateManyWithWhereWithoutDischarge_port_un_locodesInput
114493
114533
  };
114494
114534
  type forwarding_consolsCreateWithoutSending_agentInput = {
114495
114535
  id?: bigint | number;
114496
- id_vessel?: bigint | number | null;
114497
114536
  logic_code?: string | null;
114498
114537
  code?: string | null;
114499
114538
  name?: string | null;
@@ -114521,6 +114560,7 @@ type forwarding_consolsCreateWithoutSending_agentInput = {
114521
114560
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
114522
114561
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
114523
114562
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
114563
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
114524
114564
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
114525
114565
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
114526
114566
  sending_agent_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -114597,7 +114637,6 @@ type forwarding_consolsCreateManySending_agentInputEnvelope = {
114597
114637
  };
114598
114638
  type forwarding_consolsCreateWithoutReceiving_agentInput = {
114599
114639
  id?: bigint | number;
114600
- id_vessel?: bigint | number | null;
114601
114640
  logic_code?: string | null;
114602
114641
  code?: string | null;
114603
114642
  name?: string | null;
@@ -114625,6 +114664,7 @@ type forwarding_consolsCreateWithoutReceiving_agentInput = {
114625
114664
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
114626
114665
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
114627
114666
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
114667
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
114628
114668
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
114629
114669
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
114630
114670
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -114701,7 +114741,6 @@ type forwarding_consolsCreateManyReceiving_agentInputEnvelope = {
114701
114741
  };
114702
114742
  type forwarding_consolsCreateWithoutCreditor_originInput = {
114703
114743
  id?: bigint | number;
114704
- id_vessel?: bigint | number | null;
114705
114744
  logic_code?: string | null;
114706
114745
  code?: string | null;
114707
114746
  name?: string | null;
@@ -114729,6 +114768,7 @@ type forwarding_consolsCreateWithoutCreditor_originInput = {
114729
114768
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
114730
114769
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
114731
114770
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
114771
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
114732
114772
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
114733
114773
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
114734
114774
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -114805,7 +114845,6 @@ type forwarding_consolsCreateManyCreditor_originInputEnvelope = {
114805
114845
  };
114806
114846
  type forwarding_consolsCreateWithoutCreditor_destinationInput = {
114807
114847
  id?: bigint | number;
114808
- id_vessel?: bigint | number | null;
114809
114848
  logic_code?: string | null;
114810
114849
  code?: string | null;
114811
114850
  name?: string | null;
@@ -114833,6 +114872,7 @@ type forwarding_consolsCreateWithoutCreditor_destinationInput = {
114833
114872
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
114834
114873
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
114835
114874
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
114875
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
114836
114876
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
114837
114877
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
114838
114878
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -114961,7 +115001,6 @@ type forwarding_consolsUpdateManyWithWhereWithoutCreditor_destinationInput = {
114961
115001
  };
114962
115002
  type forwarding_consolsCreateWithoutSending_agent_addressInput = {
114963
115003
  id?: bigint | number;
114964
- id_vessel?: bigint | number | null;
114965
115004
  logic_code?: string | null;
114966
115005
  code?: string | null;
114967
115006
  name?: string | null;
@@ -114989,6 +115028,7 @@ type forwarding_consolsCreateWithoutSending_agent_addressInput = {
114989
115028
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
114990
115029
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
114991
115030
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
115031
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
114992
115032
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
114993
115033
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
114994
115034
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -115065,7 +115105,6 @@ type forwarding_consolsCreateManySending_agent_addressInputEnvelope = {
115065
115105
  };
115066
115106
  type forwarding_consolsCreateWithoutReceiving_agent_addressInput = {
115067
115107
  id?: bigint | number;
115068
- id_vessel?: bigint | number | null;
115069
115108
  logic_code?: string | null;
115070
115109
  code?: string | null;
115071
115110
  name?: string | null;
@@ -115093,6 +115132,7 @@ type forwarding_consolsCreateWithoutReceiving_agent_addressInput = {
115093
115132
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
115094
115133
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
115095
115134
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
115135
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
115096
115136
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
115097
115137
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
115098
115138
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -115169,7 +115209,6 @@ type forwarding_consolsCreateManyReceiving_agent_addressInputEnvelope = {
115169
115209
  };
115170
115210
  type forwarding_consolsCreateWithoutCreditor_origin_addressInput = {
115171
115211
  id?: bigint | number;
115172
- id_vessel?: bigint | number | null;
115173
115212
  logic_code?: string | null;
115174
115213
  code?: string | null;
115175
115214
  name?: string | null;
@@ -115197,6 +115236,7 @@ type forwarding_consolsCreateWithoutCreditor_origin_addressInput = {
115197
115236
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
115198
115237
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
115199
115238
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
115239
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
115200
115240
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
115201
115241
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
115202
115242
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -115273,7 +115313,6 @@ type forwarding_consolsCreateManyCreditor_origin_addressInputEnvelope = {
115273
115313
  };
115274
115314
  type forwarding_consolsCreateWithoutCreditor_destination_addressInput = {
115275
115315
  id?: bigint | number;
115276
- id_vessel?: bigint | number | null;
115277
115316
  logic_code?: string | null;
115278
115317
  code?: string | null;
115279
115318
  name?: string | null;
@@ -115301,6 +115340,7 @@ type forwarding_consolsCreateWithoutCreditor_destination_addressInput = {
115301
115340
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
115302
115341
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
115303
115342
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
115343
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
115304
115344
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
115305
115345
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
115306
115346
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -115429,7 +115469,6 @@ type forwarding_consolsUpdateManyWithWhereWithoutCreditor_destination_addressInp
115429
115469
  };
115430
115470
  type forwarding_consolsCreateWithoutCarrier_airlineInput = {
115431
115471
  id?: bigint | number;
115432
- id_vessel?: bigint | number | null;
115433
115472
  logic_code?: string | null;
115434
115473
  code?: string | null;
115435
115474
  name?: string | null;
@@ -115457,6 +115496,7 @@ type forwarding_consolsCreateWithoutCarrier_airlineInput = {
115457
115496
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
115458
115497
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
115459
115498
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
115499
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
115460
115500
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
115461
115501
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
115462
115502
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -115546,7 +115586,6 @@ type forwarding_consolsUpdateManyWithWhereWithoutCarrier_airlineInput = {
115546
115586
  };
115547
115587
  type forwarding_consolsCreateWithoutCarrier_shipping_lineInput = {
115548
115588
  id?: bigint | number;
115549
- id_vessel?: bigint | number | null;
115550
115589
  logic_code?: string | null;
115551
115590
  code?: string | null;
115552
115591
  name?: string | null;
@@ -115574,6 +115613,7 @@ type forwarding_consolsCreateWithoutCarrier_shipping_lineInput = {
115574
115613
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
115575
115614
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
115576
115615
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
115616
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
115577
115617
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
115578
115618
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
115579
115619
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -115663,7 +115703,6 @@ type forwarding_consolsUpdateManyWithWhereWithoutCarrier_shipping_lineInput = {
115663
115703
  };
115664
115704
  type forwarding_consolsCreateWithoutService_levelInput = {
115665
115705
  id?: bigint | number;
115666
- id_vessel?: bigint | number | null;
115667
115706
  logic_code?: string | null;
115668
115707
  code?: string | null;
115669
115708
  name?: string | null;
@@ -115691,6 +115730,7 @@ type forwarding_consolsCreateWithoutService_levelInput = {
115691
115730
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
115692
115731
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
115693
115732
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
115733
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
115694
115734
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
115695
115735
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
115696
115736
  sending_agent_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -115778,9 +115818,8 @@ type forwarding_consolsUpdateManyWithWhereWithoutService_levelInput = {
115778
115818
  where: forwarding_consolsScalarWhereInput;
115779
115819
  data: XOR<forwarding_consolsUpdateManyMutationInput, forwarding_consolsUncheckedUpdateManyWithoutService_levelInput>;
115780
115820
  };
115781
- type forwarding_consolsCreateWithoutPayment_typeInput = {
115821
+ type forwarding_consolsCreateWithoutVesselInput = {
115782
115822
  id?: bigint | number;
115783
- id_vessel?: bigint | number | null;
115784
115823
  logic_code?: string | null;
115785
115824
  code?: string | null;
115786
115825
  name?: string | null;
@@ -115809,122 +115848,6 @@ type forwarding_consolsCreateWithoutPayment_typeInput = {
115809
115848
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
115810
115849
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
115811
115850
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
115812
- sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
115813
- sending_agent_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
115814
- receiving_agent?: organizationsCreateNestedOneWithoutForwarding_consol_receiving_agentsInput;
115815
- receiving_agent_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_receiving_agentsInput;
115816
- carrier_shipping_line?: shipping_linesCreateNestedOneWithoutForwarding_consolsInput;
115817
- carrier_airline?: airlinesCreateNestedOneWithoutForwarding_consolsInput;
115818
- creditor_origin?: organizationsCreateNestedOneWithoutForwarding_consol_creditor_originsInput;
115819
- creditor_origin_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_creditor_originsInput;
115820
- creditor_destination?: organizationsCreateNestedOneWithoutForwarding_consol_creditor_destinationsInput;
115821
- creditor_destination_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_creditor_destinationsInput;
115822
- forwarding_consol_logs?: forwarding_consol_logsCreateNestedManyWithoutForwarding_consolInput;
115823
- forwarding_consol_reference_numbers?: forwarding_consol_reference_numbersCreateNestedManyWithoutForwarding_consolInput;
115824
- forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutForwarding_consolInput;
115825
- forwarding_consol_attachments?: forwarding_consol_attachmentsCreateNestedManyWithoutForwarding_consolsInput;
115826
- forwarding_consol_billing_details?: forwarding_consol_billing_detailsCreateNestedManyWithoutForwarding_consolInput;
115827
- forwarding_consol_containers?: forwarding_consol_containersCreateNestedManyWithoutForwarding_consolInput;
115828
- };
115829
- type forwarding_consolsUncheckedCreateWithoutPayment_typeInput = {
115830
- id?: bigint | number;
115831
- id_type?: bigint | number | null;
115832
- id_transport_mode?: bigint | number | null;
115833
- id_container_shipping_type?: bigint | number | null;
115834
- id_load_port?: bigint | number | null;
115835
- id_discharge_port?: bigint | number | null;
115836
- id_vessel?: bigint | number | null;
115837
- id_service_level?: bigint | number | null;
115838
- id_sending_agent?: bigint | number | null;
115839
- id_sending_agent_address?: bigint | number | null;
115840
- id_receiving_agent?: bigint | number | null;
115841
- id_receiving_agent_address?: bigint | number | null;
115842
- id_carrier_shipping_line?: bigint | number | null;
115843
- id_carrier_airline?: bigint | number | null;
115844
- id_creditor_origin?: bigint | number | null;
115845
- id_creditor_origin_address?: bigint | number | null;
115846
- id_creditor_destination?: bigint | number | null;
115847
- id_creditor_destination_address?: bigint | number | null;
115848
- logic_code?: string | null;
115849
- code?: string | null;
115850
- name?: string | null;
115851
- consol_number?: string | null;
115852
- trip_number?: string | null;
115853
- aircraft_type?: string | null;
115854
- aircraft_registration?: string | null;
115855
- other_reference?: string | null;
115856
- mawb_number?: string | null;
115857
- bol_number?: string | null;
115858
- carrier_booking_reference?: string | null;
115859
- agent_reference?: string | null;
115860
- estimated_departure?: Date | string | null;
115861
- estimated_arrival?: Date | string | null;
115862
- actual_departure?: Date | string | null;
115863
- actual_arrival?: Date | string | null;
115864
- is_active?: boolean | null;
115865
- is_neutral_mawb?: boolean | null;
115866
- created_at?: Date | string | null;
115867
- created_by?: string | null;
115868
- updated_at?: Date | string | null;
115869
- updated_by?: string | null;
115870
- forwarding_consol_logs?: forwarding_consol_logsUncheckedCreateNestedManyWithoutForwarding_consolInput;
115871
- forwarding_consol_reference_numbers?: forwarding_consol_reference_numbersUncheckedCreateNestedManyWithoutForwarding_consolInput;
115872
- forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutForwarding_consolInput;
115873
- forwarding_consol_attachments?: forwarding_consol_attachmentsUncheckedCreateNestedManyWithoutForwarding_consolsInput;
115874
- forwarding_consol_billing_details?: forwarding_consol_billing_detailsUncheckedCreateNestedManyWithoutForwarding_consolInput;
115875
- forwarding_consol_containers?: forwarding_consol_containersUncheckedCreateNestedManyWithoutForwarding_consolInput;
115876
- };
115877
- type forwarding_consolsCreateOrConnectWithoutPayment_typeInput = {
115878
- where: forwarding_consolsWhereUniqueInput;
115879
- create: XOR<forwarding_consolsCreateWithoutPayment_typeInput, forwarding_consolsUncheckedCreateWithoutPayment_typeInput>;
115880
- };
115881
- type forwarding_consolsCreateManyPayment_typeInputEnvelope = {
115882
- data: forwarding_consolsCreateManyPayment_typeInput | forwarding_consolsCreateManyPayment_typeInput[];
115883
- skipDuplicates?: boolean;
115884
- };
115885
- type forwarding_consolsUpsertWithWhereUniqueWithoutPayment_typeInput = {
115886
- where: forwarding_consolsWhereUniqueInput;
115887
- update: XOR<forwarding_consolsUpdateWithoutPayment_typeInput, forwarding_consolsUncheckedUpdateWithoutPayment_typeInput>;
115888
- create: XOR<forwarding_consolsCreateWithoutPayment_typeInput, forwarding_consolsUncheckedCreateWithoutPayment_typeInput>;
115889
- };
115890
- type forwarding_consolsUpdateWithWhereUniqueWithoutPayment_typeInput = {
115891
- where: forwarding_consolsWhereUniqueInput;
115892
- data: XOR<forwarding_consolsUpdateWithoutPayment_typeInput, forwarding_consolsUncheckedUpdateWithoutPayment_typeInput>;
115893
- };
115894
- type forwarding_consolsUpdateManyWithWhereWithoutPayment_typeInput = {
115895
- where: forwarding_consolsScalarWhereInput;
115896
- data: XOR<forwarding_consolsUpdateManyMutationInput, forwarding_consolsUncheckedUpdateManyWithoutPayment_typeInput>;
115897
- };
115898
- type forwarding_consolsCreateWithoutForwarding_transport_modeInput = {
115899
- id?: bigint | number;
115900
- id_vessel?: bigint | number | null;
115901
- logic_code?: string | null;
115902
- code?: string | null;
115903
- name?: string | null;
115904
- consol_number?: string | null;
115905
- trip_number?: string | null;
115906
- aircraft_type?: string | null;
115907
- aircraft_registration?: string | null;
115908
- other_reference?: string | null;
115909
- mawb_number?: string | null;
115910
- bol_number?: string | null;
115911
- carrier_booking_reference?: string | null;
115912
- agent_reference?: string | null;
115913
- estimated_departure?: Date | string | null;
115914
- estimated_arrival?: Date | string | null;
115915
- actual_departure?: Date | string | null;
115916
- actual_arrival?: Date | string | null;
115917
- is_active?: boolean | null;
115918
- is_neutral_mawb?: boolean | null;
115919
- created_at?: Date | string | null;
115920
- created_by?: string | null;
115921
- updated_at?: Date | string | null;
115922
- updated_by?: string | null;
115923
- forwarding_consol_type?: forwarding_consol_typesCreateNestedOneWithoutForwarding_consolsInput;
115924
- container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
115925
- load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
115926
- discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
115927
- service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
115928
115851
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
115929
115852
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
115930
115853
  sending_agent_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -115943,13 +115866,13 @@ type forwarding_consolsCreateWithoutForwarding_transport_modeInput = {
115943
115866
  forwarding_consol_billing_details?: forwarding_consol_billing_detailsCreateNestedManyWithoutForwarding_consolInput;
115944
115867
  forwarding_consol_containers?: forwarding_consol_containersCreateNestedManyWithoutForwarding_consolInput;
115945
115868
  };
115946
- type forwarding_consolsUncheckedCreateWithoutForwarding_transport_modeInput = {
115869
+ type forwarding_consolsUncheckedCreateWithoutVesselInput = {
115947
115870
  id?: bigint | number;
115948
115871
  id_type?: bigint | number | null;
115872
+ id_transport_mode?: bigint | number | null;
115949
115873
  id_container_shipping_type?: bigint | number | null;
115950
115874
  id_load_port?: bigint | number | null;
115951
115875
  id_discharge_port?: bigint | number | null;
115952
- id_vessel?: bigint | number | null;
115953
115876
  id_service_level?: bigint | number | null;
115954
115877
  id_payment_type?: bigint | number | null;
115955
115878
  id_sending_agent?: bigint | number | null;
@@ -115991,30 +115914,29 @@ type forwarding_consolsUncheckedCreateWithoutForwarding_transport_modeInput = {
115991
115914
  forwarding_consol_billing_details?: forwarding_consol_billing_detailsUncheckedCreateNestedManyWithoutForwarding_consolInput;
115992
115915
  forwarding_consol_containers?: forwarding_consol_containersUncheckedCreateNestedManyWithoutForwarding_consolInput;
115993
115916
  };
115994
- type forwarding_consolsCreateOrConnectWithoutForwarding_transport_modeInput = {
115917
+ type forwarding_consolsCreateOrConnectWithoutVesselInput = {
115995
115918
  where: forwarding_consolsWhereUniqueInput;
115996
- create: XOR<forwarding_consolsCreateWithoutForwarding_transport_modeInput, forwarding_consolsUncheckedCreateWithoutForwarding_transport_modeInput>;
115919
+ create: XOR<forwarding_consolsCreateWithoutVesselInput, forwarding_consolsUncheckedCreateWithoutVesselInput>;
115997
115920
  };
115998
- type forwarding_consolsCreateManyForwarding_transport_modeInputEnvelope = {
115999
- data: forwarding_consolsCreateManyForwarding_transport_modeInput | forwarding_consolsCreateManyForwarding_transport_modeInput[];
115921
+ type forwarding_consolsCreateManyVesselInputEnvelope = {
115922
+ data: forwarding_consolsCreateManyVesselInput | forwarding_consolsCreateManyVesselInput[];
116000
115923
  skipDuplicates?: boolean;
116001
115924
  };
116002
- type forwarding_consolsUpsertWithWhereUniqueWithoutForwarding_transport_modeInput = {
115925
+ type forwarding_consolsUpsertWithWhereUniqueWithoutVesselInput = {
116003
115926
  where: forwarding_consolsWhereUniqueInput;
116004
- update: XOR<forwarding_consolsUpdateWithoutForwarding_transport_modeInput, forwarding_consolsUncheckedUpdateWithoutForwarding_transport_modeInput>;
116005
- create: XOR<forwarding_consolsCreateWithoutForwarding_transport_modeInput, forwarding_consolsUncheckedCreateWithoutForwarding_transport_modeInput>;
115927
+ update: XOR<forwarding_consolsUpdateWithoutVesselInput, forwarding_consolsUncheckedUpdateWithoutVesselInput>;
115928
+ create: XOR<forwarding_consolsCreateWithoutVesselInput, forwarding_consolsUncheckedCreateWithoutVesselInput>;
116006
115929
  };
116007
- type forwarding_consolsUpdateWithWhereUniqueWithoutForwarding_transport_modeInput = {
115930
+ type forwarding_consolsUpdateWithWhereUniqueWithoutVesselInput = {
116008
115931
  where: forwarding_consolsWhereUniqueInput;
116009
- data: XOR<forwarding_consolsUpdateWithoutForwarding_transport_modeInput, forwarding_consolsUncheckedUpdateWithoutForwarding_transport_modeInput>;
115932
+ data: XOR<forwarding_consolsUpdateWithoutVesselInput, forwarding_consolsUncheckedUpdateWithoutVesselInput>;
116010
115933
  };
116011
- type forwarding_consolsUpdateManyWithWhereWithoutForwarding_transport_modeInput = {
115934
+ type forwarding_consolsUpdateManyWithWhereWithoutVesselInput = {
116012
115935
  where: forwarding_consolsScalarWhereInput;
116013
- data: XOR<forwarding_consolsUpdateManyMutationInput, forwarding_consolsUncheckedUpdateManyWithoutForwarding_transport_modeInput>;
115936
+ data: XOR<forwarding_consolsUpdateManyMutationInput, forwarding_consolsUncheckedUpdateManyWithoutVesselInput>;
116014
115937
  };
116015
- type forwarding_consolsCreateWithoutContainer_shipping_typesInput = {
115938
+ type forwarding_consolsCreateWithoutPayment_typeInput = {
116016
115939
  id?: bigint | number;
116017
- id_vessel?: bigint | number | null;
116018
115940
  logic_code?: string | null;
116019
115941
  code?: string | null;
116020
115942
  name?: string | null;
@@ -116039,10 +115961,11 @@ type forwarding_consolsCreateWithoutContainer_shipping_typesInput = {
116039
115961
  updated_by?: string | null;
116040
115962
  forwarding_consol_type?: forwarding_consol_typesCreateNestedOneWithoutForwarding_consolsInput;
116041
115963
  forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_consolsInput;
115964
+ container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
116042
115965
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
116043
115966
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
115967
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
116044
115968
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
116045
- payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
116046
115969
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
116047
115970
  sending_agent_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
116048
115971
  receiving_agent?: organizationsCreateNestedOneWithoutForwarding_consol_receiving_agentsInput;
@@ -116060,15 +115983,15 @@ type forwarding_consolsCreateWithoutContainer_shipping_typesInput = {
116060
115983
  forwarding_consol_billing_details?: forwarding_consol_billing_detailsCreateNestedManyWithoutForwarding_consolInput;
116061
115984
  forwarding_consol_containers?: forwarding_consol_containersCreateNestedManyWithoutForwarding_consolInput;
116062
115985
  };
116063
- type forwarding_consolsUncheckedCreateWithoutContainer_shipping_typesInput = {
115986
+ type forwarding_consolsUncheckedCreateWithoutPayment_typeInput = {
116064
115987
  id?: bigint | number;
116065
115988
  id_type?: bigint | number | null;
116066
115989
  id_transport_mode?: bigint | number | null;
115990
+ id_container_shipping_type?: bigint | number | null;
116067
115991
  id_load_port?: bigint | number | null;
116068
115992
  id_discharge_port?: bigint | number | null;
116069
115993
  id_vessel?: bigint | number | null;
116070
115994
  id_service_level?: bigint | number | null;
116071
- id_payment_type?: bigint | number | null;
116072
115995
  id_sending_agent?: bigint | number | null;
116073
115996
  id_sending_agent_address?: bigint | number | null;
116074
115997
  id_receiving_agent?: bigint | number | null;
@@ -116108,30 +116031,29 @@ type forwarding_consolsUncheckedCreateWithoutContainer_shipping_typesInput = {
116108
116031
  forwarding_consol_billing_details?: forwarding_consol_billing_detailsUncheckedCreateNestedManyWithoutForwarding_consolInput;
116109
116032
  forwarding_consol_containers?: forwarding_consol_containersUncheckedCreateNestedManyWithoutForwarding_consolInput;
116110
116033
  };
116111
- type forwarding_consolsCreateOrConnectWithoutContainer_shipping_typesInput = {
116034
+ type forwarding_consolsCreateOrConnectWithoutPayment_typeInput = {
116112
116035
  where: forwarding_consolsWhereUniqueInput;
116113
- create: XOR<forwarding_consolsCreateWithoutContainer_shipping_typesInput, forwarding_consolsUncheckedCreateWithoutContainer_shipping_typesInput>;
116036
+ create: XOR<forwarding_consolsCreateWithoutPayment_typeInput, forwarding_consolsUncheckedCreateWithoutPayment_typeInput>;
116114
116037
  };
116115
- type forwarding_consolsCreateManyContainer_shipping_typesInputEnvelope = {
116116
- data: forwarding_consolsCreateManyContainer_shipping_typesInput | forwarding_consolsCreateManyContainer_shipping_typesInput[];
116038
+ type forwarding_consolsCreateManyPayment_typeInputEnvelope = {
116039
+ data: forwarding_consolsCreateManyPayment_typeInput | forwarding_consolsCreateManyPayment_typeInput[];
116117
116040
  skipDuplicates?: boolean;
116118
116041
  };
116119
- type forwarding_consolsUpsertWithWhereUniqueWithoutContainer_shipping_typesInput = {
116042
+ type forwarding_consolsUpsertWithWhereUniqueWithoutPayment_typeInput = {
116120
116043
  where: forwarding_consolsWhereUniqueInput;
116121
- update: XOR<forwarding_consolsUpdateWithoutContainer_shipping_typesInput, forwarding_consolsUncheckedUpdateWithoutContainer_shipping_typesInput>;
116122
- create: XOR<forwarding_consolsCreateWithoutContainer_shipping_typesInput, forwarding_consolsUncheckedCreateWithoutContainer_shipping_typesInput>;
116044
+ update: XOR<forwarding_consolsUpdateWithoutPayment_typeInput, forwarding_consolsUncheckedUpdateWithoutPayment_typeInput>;
116045
+ create: XOR<forwarding_consolsCreateWithoutPayment_typeInput, forwarding_consolsUncheckedCreateWithoutPayment_typeInput>;
116123
116046
  };
116124
- type forwarding_consolsUpdateWithWhereUniqueWithoutContainer_shipping_typesInput = {
116047
+ type forwarding_consolsUpdateWithWhereUniqueWithoutPayment_typeInput = {
116125
116048
  where: forwarding_consolsWhereUniqueInput;
116126
- data: XOR<forwarding_consolsUpdateWithoutContainer_shipping_typesInput, forwarding_consolsUncheckedUpdateWithoutContainer_shipping_typesInput>;
116049
+ data: XOR<forwarding_consolsUpdateWithoutPayment_typeInput, forwarding_consolsUncheckedUpdateWithoutPayment_typeInput>;
116127
116050
  };
116128
- type forwarding_consolsUpdateManyWithWhereWithoutContainer_shipping_typesInput = {
116051
+ type forwarding_consolsUpdateManyWithWhereWithoutPayment_typeInput = {
116129
116052
  where: forwarding_consolsScalarWhereInput;
116130
- data: XOR<forwarding_consolsUpdateManyMutationInput, forwarding_consolsUncheckedUpdateManyWithoutContainer_shipping_typesInput>;
116053
+ data: XOR<forwarding_consolsUpdateManyMutationInput, forwarding_consolsUncheckedUpdateManyWithoutPayment_typeInput>;
116131
116054
  };
116132
- type forwarding_consolsCreateWithoutForwarding_consol_typeInput = {
116055
+ type forwarding_consolsCreateWithoutForwarding_transport_modeInput = {
116133
116056
  id?: bigint | number;
116134
- id_vessel?: bigint | number | null;
116135
116057
  logic_code?: string | null;
116136
116058
  code?: string | null;
116137
116059
  name?: string | null;
@@ -116154,10 +116076,11 @@ type forwarding_consolsCreateWithoutForwarding_consol_typeInput = {
116154
116076
  created_by?: string | null;
116155
116077
  updated_at?: Date | string | null;
116156
116078
  updated_by?: string | null;
116157
- forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_consolsInput;
116079
+ forwarding_consol_type?: forwarding_consol_typesCreateNestedOneWithoutForwarding_consolsInput;
116158
116080
  container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
116159
116081
  load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
116160
116082
  discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
116083
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
116161
116084
  service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
116162
116085
  payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
116163
116086
  sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
@@ -116177,9 +116100,9 @@ type forwarding_consolsCreateWithoutForwarding_consol_typeInput = {
116177
116100
  forwarding_consol_billing_details?: forwarding_consol_billing_detailsCreateNestedManyWithoutForwarding_consolInput;
116178
116101
  forwarding_consol_containers?: forwarding_consol_containersCreateNestedManyWithoutForwarding_consolInput;
116179
116102
  };
116180
- type forwarding_consolsUncheckedCreateWithoutForwarding_consol_typeInput = {
116103
+ type forwarding_consolsUncheckedCreateWithoutForwarding_transport_modeInput = {
116181
116104
  id?: bigint | number;
116182
- id_transport_mode?: bigint | number | null;
116105
+ id_type?: bigint | number | null;
116183
116106
  id_container_shipping_type?: bigint | number | null;
116184
116107
  id_load_port?: bigint | number | null;
116185
116108
  id_discharge_port?: bigint | number | null;
@@ -116225,46 +116148,280 @@ type forwarding_consolsUncheckedCreateWithoutForwarding_consol_typeInput = {
116225
116148
  forwarding_consol_billing_details?: forwarding_consol_billing_detailsUncheckedCreateNestedManyWithoutForwarding_consolInput;
116226
116149
  forwarding_consol_containers?: forwarding_consol_containersUncheckedCreateNestedManyWithoutForwarding_consolInput;
116227
116150
  };
116228
- type forwarding_consolsCreateOrConnectWithoutForwarding_consol_typeInput = {
116151
+ type forwarding_consolsCreateOrConnectWithoutForwarding_transport_modeInput = {
116229
116152
  where: forwarding_consolsWhereUniqueInput;
116230
- create: XOR<forwarding_consolsCreateWithoutForwarding_consol_typeInput, forwarding_consolsUncheckedCreateWithoutForwarding_consol_typeInput>;
116153
+ create: XOR<forwarding_consolsCreateWithoutForwarding_transport_modeInput, forwarding_consolsUncheckedCreateWithoutForwarding_transport_modeInput>;
116231
116154
  };
116232
- type forwarding_consolsCreateManyForwarding_consol_typeInputEnvelope = {
116233
- data: forwarding_consolsCreateManyForwarding_consol_typeInput | forwarding_consolsCreateManyForwarding_consol_typeInput[];
116155
+ type forwarding_consolsCreateManyForwarding_transport_modeInputEnvelope = {
116156
+ data: forwarding_consolsCreateManyForwarding_transport_modeInput | forwarding_consolsCreateManyForwarding_transport_modeInput[];
116234
116157
  skipDuplicates?: boolean;
116235
116158
  };
116236
- type forwarding_consolsUpsertWithWhereUniqueWithoutForwarding_consol_typeInput = {
116159
+ type forwarding_consolsUpsertWithWhereUniqueWithoutForwarding_transport_modeInput = {
116237
116160
  where: forwarding_consolsWhereUniqueInput;
116238
- update: XOR<forwarding_consolsUpdateWithoutForwarding_consol_typeInput, forwarding_consolsUncheckedUpdateWithoutForwarding_consol_typeInput>;
116239
- create: XOR<forwarding_consolsCreateWithoutForwarding_consol_typeInput, forwarding_consolsUncheckedCreateWithoutForwarding_consol_typeInput>;
116161
+ update: XOR<forwarding_consolsUpdateWithoutForwarding_transport_modeInput, forwarding_consolsUncheckedUpdateWithoutForwarding_transport_modeInput>;
116162
+ create: XOR<forwarding_consolsCreateWithoutForwarding_transport_modeInput, forwarding_consolsUncheckedCreateWithoutForwarding_transport_modeInput>;
116240
116163
  };
116241
- type forwarding_consolsUpdateWithWhereUniqueWithoutForwarding_consol_typeInput = {
116164
+ type forwarding_consolsUpdateWithWhereUniqueWithoutForwarding_transport_modeInput = {
116242
116165
  where: forwarding_consolsWhereUniqueInput;
116243
- data: XOR<forwarding_consolsUpdateWithoutForwarding_consol_typeInput, forwarding_consolsUncheckedUpdateWithoutForwarding_consol_typeInput>;
116166
+ data: XOR<forwarding_consolsUpdateWithoutForwarding_transport_modeInput, forwarding_consolsUncheckedUpdateWithoutForwarding_transport_modeInput>;
116244
116167
  };
116245
- type forwarding_consolsUpdateManyWithWhereWithoutForwarding_consol_typeInput = {
116168
+ type forwarding_consolsUpdateManyWithWhereWithoutForwarding_transport_modeInput = {
116246
116169
  where: forwarding_consolsScalarWhereInput;
116247
- data: XOR<forwarding_consolsUpdateManyMutationInput, forwarding_consolsUncheckedUpdateManyWithoutForwarding_consol_typeInput>;
116170
+ data: XOR<forwarding_consolsUpdateManyMutationInput, forwarding_consolsUncheckedUpdateManyWithoutForwarding_transport_modeInput>;
116248
116171
  };
116249
- type forwarding_consolsCreateManyLoad_port_un_locodesInput = {
116172
+ type forwarding_consolsCreateWithoutContainer_shipping_typesInput = {
116250
116173
  id?: bigint | number;
116251
- id_type?: bigint | number | null;
116252
- id_transport_mode?: bigint | number | null;
116253
- id_container_shipping_type?: bigint | number | null;
116254
- id_discharge_port?: bigint | number | null;
116255
- id_vessel?: bigint | number | null;
116256
- id_service_level?: bigint | number | null;
116257
- id_payment_type?: bigint | number | null;
116258
- id_sending_agent?: bigint | number | null;
116259
- id_sending_agent_address?: bigint | number | null;
116260
- id_receiving_agent?: bigint | number | null;
116261
- id_receiving_agent_address?: bigint | number | null;
116262
- id_carrier_shipping_line?: bigint | number | null;
116263
- id_carrier_airline?: bigint | number | null;
116264
- id_creditor_origin?: bigint | number | null;
116265
- id_creditor_origin_address?: bigint | number | null;
116266
- id_creditor_destination?: bigint | number | null;
116267
- id_creditor_destination_address?: bigint | number | null;
116174
+ logic_code?: string | null;
116175
+ code?: string | null;
116176
+ name?: string | null;
116177
+ consol_number?: string | null;
116178
+ trip_number?: string | null;
116179
+ aircraft_type?: string | null;
116180
+ aircraft_registration?: string | null;
116181
+ other_reference?: string | null;
116182
+ mawb_number?: string | null;
116183
+ bol_number?: string | null;
116184
+ carrier_booking_reference?: string | null;
116185
+ agent_reference?: string | null;
116186
+ estimated_departure?: Date | string | null;
116187
+ estimated_arrival?: Date | string | null;
116188
+ actual_departure?: Date | string | null;
116189
+ actual_arrival?: Date | string | null;
116190
+ is_active?: boolean | null;
116191
+ is_neutral_mawb?: boolean | null;
116192
+ created_at?: Date | string | null;
116193
+ created_by?: string | null;
116194
+ updated_at?: Date | string | null;
116195
+ updated_by?: string | null;
116196
+ forwarding_consol_type?: forwarding_consol_typesCreateNestedOneWithoutForwarding_consolsInput;
116197
+ forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_consolsInput;
116198
+ load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
116199
+ discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
116200
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
116201
+ service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
116202
+ payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
116203
+ sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
116204
+ sending_agent_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
116205
+ receiving_agent?: organizationsCreateNestedOneWithoutForwarding_consol_receiving_agentsInput;
116206
+ receiving_agent_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_receiving_agentsInput;
116207
+ carrier_shipping_line?: shipping_linesCreateNestedOneWithoutForwarding_consolsInput;
116208
+ carrier_airline?: airlinesCreateNestedOneWithoutForwarding_consolsInput;
116209
+ creditor_origin?: organizationsCreateNestedOneWithoutForwarding_consol_creditor_originsInput;
116210
+ creditor_origin_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_creditor_originsInput;
116211
+ creditor_destination?: organizationsCreateNestedOneWithoutForwarding_consol_creditor_destinationsInput;
116212
+ creditor_destination_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_creditor_destinationsInput;
116213
+ forwarding_consol_logs?: forwarding_consol_logsCreateNestedManyWithoutForwarding_consolInput;
116214
+ forwarding_consol_reference_numbers?: forwarding_consol_reference_numbersCreateNestedManyWithoutForwarding_consolInput;
116215
+ forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutForwarding_consolInput;
116216
+ forwarding_consol_attachments?: forwarding_consol_attachmentsCreateNestedManyWithoutForwarding_consolsInput;
116217
+ forwarding_consol_billing_details?: forwarding_consol_billing_detailsCreateNestedManyWithoutForwarding_consolInput;
116218
+ forwarding_consol_containers?: forwarding_consol_containersCreateNestedManyWithoutForwarding_consolInput;
116219
+ };
116220
+ type forwarding_consolsUncheckedCreateWithoutContainer_shipping_typesInput = {
116221
+ id?: bigint | number;
116222
+ id_type?: bigint | number | null;
116223
+ id_transport_mode?: bigint | number | null;
116224
+ id_load_port?: bigint | number | null;
116225
+ id_discharge_port?: bigint | number | null;
116226
+ id_vessel?: bigint | number | null;
116227
+ id_service_level?: bigint | number | null;
116228
+ id_payment_type?: bigint | number | null;
116229
+ id_sending_agent?: bigint | number | null;
116230
+ id_sending_agent_address?: bigint | number | null;
116231
+ id_receiving_agent?: bigint | number | null;
116232
+ id_receiving_agent_address?: bigint | number | null;
116233
+ id_carrier_shipping_line?: bigint | number | null;
116234
+ id_carrier_airline?: bigint | number | null;
116235
+ id_creditor_origin?: bigint | number | null;
116236
+ id_creditor_origin_address?: bigint | number | null;
116237
+ id_creditor_destination?: bigint | number | null;
116238
+ id_creditor_destination_address?: bigint | number | null;
116239
+ logic_code?: string | null;
116240
+ code?: string | null;
116241
+ name?: string | null;
116242
+ consol_number?: string | null;
116243
+ trip_number?: string | null;
116244
+ aircraft_type?: string | null;
116245
+ aircraft_registration?: string | null;
116246
+ other_reference?: string | null;
116247
+ mawb_number?: string | null;
116248
+ bol_number?: string | null;
116249
+ carrier_booking_reference?: string | null;
116250
+ agent_reference?: string | null;
116251
+ estimated_departure?: Date | string | null;
116252
+ estimated_arrival?: Date | string | null;
116253
+ actual_departure?: Date | string | null;
116254
+ actual_arrival?: Date | string | null;
116255
+ is_active?: boolean | null;
116256
+ is_neutral_mawb?: boolean | null;
116257
+ created_at?: Date | string | null;
116258
+ created_by?: string | null;
116259
+ updated_at?: Date | string | null;
116260
+ updated_by?: string | null;
116261
+ forwarding_consol_logs?: forwarding_consol_logsUncheckedCreateNestedManyWithoutForwarding_consolInput;
116262
+ forwarding_consol_reference_numbers?: forwarding_consol_reference_numbersUncheckedCreateNestedManyWithoutForwarding_consolInput;
116263
+ forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutForwarding_consolInput;
116264
+ forwarding_consol_attachments?: forwarding_consol_attachmentsUncheckedCreateNestedManyWithoutForwarding_consolsInput;
116265
+ forwarding_consol_billing_details?: forwarding_consol_billing_detailsUncheckedCreateNestedManyWithoutForwarding_consolInput;
116266
+ forwarding_consol_containers?: forwarding_consol_containersUncheckedCreateNestedManyWithoutForwarding_consolInput;
116267
+ };
116268
+ type forwarding_consolsCreateOrConnectWithoutContainer_shipping_typesInput = {
116269
+ where: forwarding_consolsWhereUniqueInput;
116270
+ create: XOR<forwarding_consolsCreateWithoutContainer_shipping_typesInput, forwarding_consolsUncheckedCreateWithoutContainer_shipping_typesInput>;
116271
+ };
116272
+ type forwarding_consolsCreateManyContainer_shipping_typesInputEnvelope = {
116273
+ data: forwarding_consolsCreateManyContainer_shipping_typesInput | forwarding_consolsCreateManyContainer_shipping_typesInput[];
116274
+ skipDuplicates?: boolean;
116275
+ };
116276
+ type forwarding_consolsUpsertWithWhereUniqueWithoutContainer_shipping_typesInput = {
116277
+ where: forwarding_consolsWhereUniqueInput;
116278
+ update: XOR<forwarding_consolsUpdateWithoutContainer_shipping_typesInput, forwarding_consolsUncheckedUpdateWithoutContainer_shipping_typesInput>;
116279
+ create: XOR<forwarding_consolsCreateWithoutContainer_shipping_typesInput, forwarding_consolsUncheckedCreateWithoutContainer_shipping_typesInput>;
116280
+ };
116281
+ type forwarding_consolsUpdateWithWhereUniqueWithoutContainer_shipping_typesInput = {
116282
+ where: forwarding_consolsWhereUniqueInput;
116283
+ data: XOR<forwarding_consolsUpdateWithoutContainer_shipping_typesInput, forwarding_consolsUncheckedUpdateWithoutContainer_shipping_typesInput>;
116284
+ };
116285
+ type forwarding_consolsUpdateManyWithWhereWithoutContainer_shipping_typesInput = {
116286
+ where: forwarding_consolsScalarWhereInput;
116287
+ data: XOR<forwarding_consolsUpdateManyMutationInput, forwarding_consolsUncheckedUpdateManyWithoutContainer_shipping_typesInput>;
116288
+ };
116289
+ type forwarding_consolsCreateWithoutForwarding_consol_typeInput = {
116290
+ id?: bigint | number;
116291
+ logic_code?: string | null;
116292
+ code?: string | null;
116293
+ name?: string | null;
116294
+ consol_number?: string | null;
116295
+ trip_number?: string | null;
116296
+ aircraft_type?: string | null;
116297
+ aircraft_registration?: string | null;
116298
+ other_reference?: string | null;
116299
+ mawb_number?: string | null;
116300
+ bol_number?: string | null;
116301
+ carrier_booking_reference?: string | null;
116302
+ agent_reference?: string | null;
116303
+ estimated_departure?: Date | string | null;
116304
+ estimated_arrival?: Date | string | null;
116305
+ actual_departure?: Date | string | null;
116306
+ actual_arrival?: Date | string | null;
116307
+ is_active?: boolean | null;
116308
+ is_neutral_mawb?: boolean | null;
116309
+ created_at?: Date | string | null;
116310
+ created_by?: string | null;
116311
+ updated_at?: Date | string | null;
116312
+ updated_by?: string | null;
116313
+ forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_consolsInput;
116314
+ container_shipping_types?: container_shipping_typesCreateNestedOneWithoutForwarding_consolsInput;
116315
+ load_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_load_portInput;
116316
+ discharge_port_un_locodes?: un_locodesCreateNestedOneWithoutForwarding_consol_discharge_portInput;
116317
+ vessel?: vesselsCreateNestedOneWithoutForwarding_consolsInput;
116318
+ service_level?: service_levelsCreateNestedOneWithoutForwarding_consolsInput;
116319
+ payment_type?: payment_typesCreateNestedOneWithoutForwarding_consolsInput;
116320
+ sending_agent?: organizationsCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
116321
+ sending_agent_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_sending_agentsInput;
116322
+ receiving_agent?: organizationsCreateNestedOneWithoutForwarding_consol_receiving_agentsInput;
116323
+ receiving_agent_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_receiving_agentsInput;
116324
+ carrier_shipping_line?: shipping_linesCreateNestedOneWithoutForwarding_consolsInput;
116325
+ carrier_airline?: airlinesCreateNestedOneWithoutForwarding_consolsInput;
116326
+ creditor_origin?: organizationsCreateNestedOneWithoutForwarding_consol_creditor_originsInput;
116327
+ creditor_origin_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_creditor_originsInput;
116328
+ creditor_destination?: organizationsCreateNestedOneWithoutForwarding_consol_creditor_destinationsInput;
116329
+ creditor_destination_address?: organization_addressesCreateNestedOneWithoutForwarding_consol_creditor_destinationsInput;
116330
+ forwarding_consol_logs?: forwarding_consol_logsCreateNestedManyWithoutForwarding_consolInput;
116331
+ forwarding_consol_reference_numbers?: forwarding_consol_reference_numbersCreateNestedManyWithoutForwarding_consolInput;
116332
+ forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutForwarding_consolInput;
116333
+ forwarding_consol_attachments?: forwarding_consol_attachmentsCreateNestedManyWithoutForwarding_consolsInput;
116334
+ forwarding_consol_billing_details?: forwarding_consol_billing_detailsCreateNestedManyWithoutForwarding_consolInput;
116335
+ forwarding_consol_containers?: forwarding_consol_containersCreateNestedManyWithoutForwarding_consolInput;
116336
+ };
116337
+ type forwarding_consolsUncheckedCreateWithoutForwarding_consol_typeInput = {
116338
+ id?: bigint | number;
116339
+ id_transport_mode?: bigint | number | null;
116340
+ id_container_shipping_type?: bigint | number | null;
116341
+ id_load_port?: bigint | number | null;
116342
+ id_discharge_port?: bigint | number | null;
116343
+ id_vessel?: bigint | number | null;
116344
+ id_service_level?: bigint | number | null;
116345
+ id_payment_type?: bigint | number | null;
116346
+ id_sending_agent?: bigint | number | null;
116347
+ id_sending_agent_address?: bigint | number | null;
116348
+ id_receiving_agent?: bigint | number | null;
116349
+ id_receiving_agent_address?: bigint | number | null;
116350
+ id_carrier_shipping_line?: bigint | number | null;
116351
+ id_carrier_airline?: bigint | number | null;
116352
+ id_creditor_origin?: bigint | number | null;
116353
+ id_creditor_origin_address?: bigint | number | null;
116354
+ id_creditor_destination?: bigint | number | null;
116355
+ id_creditor_destination_address?: bigint | number | null;
116356
+ logic_code?: string | null;
116357
+ code?: string | null;
116358
+ name?: string | null;
116359
+ consol_number?: string | null;
116360
+ trip_number?: string | null;
116361
+ aircraft_type?: string | null;
116362
+ aircraft_registration?: string | null;
116363
+ other_reference?: string | null;
116364
+ mawb_number?: string | null;
116365
+ bol_number?: string | null;
116366
+ carrier_booking_reference?: string | null;
116367
+ agent_reference?: string | null;
116368
+ estimated_departure?: Date | string | null;
116369
+ estimated_arrival?: Date | string | null;
116370
+ actual_departure?: Date | string | null;
116371
+ actual_arrival?: Date | string | null;
116372
+ is_active?: boolean | null;
116373
+ is_neutral_mawb?: boolean | null;
116374
+ created_at?: Date | string | null;
116375
+ created_by?: string | null;
116376
+ updated_at?: Date | string | null;
116377
+ updated_by?: string | null;
116378
+ forwarding_consol_logs?: forwarding_consol_logsUncheckedCreateNestedManyWithoutForwarding_consolInput;
116379
+ forwarding_consol_reference_numbers?: forwarding_consol_reference_numbersUncheckedCreateNestedManyWithoutForwarding_consolInput;
116380
+ forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutForwarding_consolInput;
116381
+ forwarding_consol_attachments?: forwarding_consol_attachmentsUncheckedCreateNestedManyWithoutForwarding_consolsInput;
116382
+ forwarding_consol_billing_details?: forwarding_consol_billing_detailsUncheckedCreateNestedManyWithoutForwarding_consolInput;
116383
+ forwarding_consol_containers?: forwarding_consol_containersUncheckedCreateNestedManyWithoutForwarding_consolInput;
116384
+ };
116385
+ type forwarding_consolsCreateOrConnectWithoutForwarding_consol_typeInput = {
116386
+ where: forwarding_consolsWhereUniqueInput;
116387
+ create: XOR<forwarding_consolsCreateWithoutForwarding_consol_typeInput, forwarding_consolsUncheckedCreateWithoutForwarding_consol_typeInput>;
116388
+ };
116389
+ type forwarding_consolsCreateManyForwarding_consol_typeInputEnvelope = {
116390
+ data: forwarding_consolsCreateManyForwarding_consol_typeInput | forwarding_consolsCreateManyForwarding_consol_typeInput[];
116391
+ skipDuplicates?: boolean;
116392
+ };
116393
+ type forwarding_consolsUpsertWithWhereUniqueWithoutForwarding_consol_typeInput = {
116394
+ where: forwarding_consolsWhereUniqueInput;
116395
+ update: XOR<forwarding_consolsUpdateWithoutForwarding_consol_typeInput, forwarding_consolsUncheckedUpdateWithoutForwarding_consol_typeInput>;
116396
+ create: XOR<forwarding_consolsCreateWithoutForwarding_consol_typeInput, forwarding_consolsUncheckedCreateWithoutForwarding_consol_typeInput>;
116397
+ };
116398
+ type forwarding_consolsUpdateWithWhereUniqueWithoutForwarding_consol_typeInput = {
116399
+ where: forwarding_consolsWhereUniqueInput;
116400
+ data: XOR<forwarding_consolsUpdateWithoutForwarding_consol_typeInput, forwarding_consolsUncheckedUpdateWithoutForwarding_consol_typeInput>;
116401
+ };
116402
+ type forwarding_consolsUpdateManyWithWhereWithoutForwarding_consol_typeInput = {
116403
+ where: forwarding_consolsScalarWhereInput;
116404
+ data: XOR<forwarding_consolsUpdateManyMutationInput, forwarding_consolsUncheckedUpdateManyWithoutForwarding_consol_typeInput>;
116405
+ };
116406
+ type forwarding_consolsCreateManyLoad_port_un_locodesInput = {
116407
+ id?: bigint | number;
116408
+ id_type?: bigint | number | null;
116409
+ id_transport_mode?: bigint | number | null;
116410
+ id_container_shipping_type?: bigint | number | null;
116411
+ id_discharge_port?: bigint | number | null;
116412
+ id_vessel?: bigint | number | null;
116413
+ id_service_level?: bigint | number | null;
116414
+ id_payment_type?: bigint | number | null;
116415
+ id_sending_agent?: bigint | number | null;
116416
+ id_sending_agent_address?: bigint | number | null;
116417
+ id_receiving_agent?: bigint | number | null;
116418
+ id_receiving_agent_address?: bigint | number | null;
116419
+ id_carrier_shipping_line?: bigint | number | null;
116420
+ id_carrier_airline?: bigint | number | null;
116421
+ id_creditor_origin?: bigint | number | null;
116422
+ id_creditor_origin_address?: bigint | number | null;
116423
+ id_creditor_destination?: bigint | number | null;
116424
+ id_creditor_destination_address?: bigint | number | null;
116268
116425
  logic_code?: string | null;
116269
116426
  code?: string | null;
116270
116427
  name?: string | null;
@@ -116332,7 +116489,6 @@ type forwarding_consolsCreateManyDischarge_port_un_locodesInput = {
116332
116489
  };
116333
116490
  type forwarding_consolsUpdateWithoutLoad_port_un_locodesInput = {
116334
116491
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
116335
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
116336
116492
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
116337
116493
  code?: NullableStringFieldUpdateOperationsInput | string | null;
116338
116494
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -116359,6 +116515,7 @@ type forwarding_consolsUpdateWithoutLoad_port_un_locodesInput = {
116359
116515
  forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_consolsNestedInput;
116360
116516
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
116361
116517
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
116518
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
116362
116519
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
116363
116520
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
116364
116521
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -116470,7 +116627,6 @@ type forwarding_consolsUncheckedUpdateManyWithoutLoad_port_un_locodesInput = {
116470
116627
  };
116471
116628
  type forwarding_consolsUpdateWithoutDischarge_port_un_locodesInput = {
116472
116629
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
116473
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
116474
116630
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
116475
116631
  code?: NullableStringFieldUpdateOperationsInput | string | null;
116476
116632
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -116497,6 +116653,7 @@ type forwarding_consolsUpdateWithoutDischarge_port_un_locodesInput = {
116497
116653
  forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_consolsNestedInput;
116498
116654
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
116499
116655
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
116656
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
116500
116657
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
116501
116658
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
116502
116659
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -116776,7 +116933,6 @@ type forwarding_consolsCreateManyCreditor_destinationInput = {
116776
116933
  };
116777
116934
  type forwarding_consolsUpdateWithoutSending_agentInput = {
116778
116935
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
116779
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
116780
116936
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
116781
116937
  code?: NullableStringFieldUpdateOperationsInput | string | null;
116782
116938
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -116804,6 +116960,7 @@ type forwarding_consolsUpdateWithoutSending_agentInput = {
116804
116960
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
116805
116961
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
116806
116962
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
116963
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
116807
116964
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
116808
116965
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
116809
116966
  sending_agent_address?: organization_addressesUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -116914,7 +117071,6 @@ type forwarding_consolsUncheckedUpdateManyWithoutSending_agentInput = {
116914
117071
  };
116915
117072
  type forwarding_consolsUpdateWithoutReceiving_agentInput = {
116916
117073
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
116917
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
116918
117074
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
116919
117075
  code?: NullableStringFieldUpdateOperationsInput | string | null;
116920
117076
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -116942,6 +117098,7 @@ type forwarding_consolsUpdateWithoutReceiving_agentInput = {
116942
117098
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
116943
117099
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
116944
117100
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
117101
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
116945
117102
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
116946
117103
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
116947
117104
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -117052,7 +117209,6 @@ type forwarding_consolsUncheckedUpdateManyWithoutReceiving_agentInput = {
117052
117209
  };
117053
117210
  type forwarding_consolsUpdateWithoutCreditor_originInput = {
117054
117211
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
117055
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
117056
117212
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
117057
117213
  code?: NullableStringFieldUpdateOperationsInput | string | null;
117058
117214
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -117080,6 +117236,7 @@ type forwarding_consolsUpdateWithoutCreditor_originInput = {
117080
117236
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
117081
117237
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
117082
117238
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
117239
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
117083
117240
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
117084
117241
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
117085
117242
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -117190,7 +117347,6 @@ type forwarding_consolsUncheckedUpdateManyWithoutCreditor_originInput = {
117190
117347
  };
117191
117348
  type forwarding_consolsUpdateWithoutCreditor_destinationInput = {
117192
117349
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
117193
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
117194
117350
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
117195
117351
  code?: NullableStringFieldUpdateOperationsInput | string | null;
117196
117352
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -117218,6 +117374,7 @@ type forwarding_consolsUpdateWithoutCreditor_destinationInput = {
117218
117374
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
117219
117375
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
117220
117376
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
117377
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
117221
117378
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
117222
117379
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
117223
117380
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -117496,7 +117653,6 @@ type forwarding_consolsCreateManyCreditor_destination_addressInput = {
117496
117653
  };
117497
117654
  type forwarding_consolsUpdateWithoutSending_agent_addressInput = {
117498
117655
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
117499
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
117500
117656
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
117501
117657
  code?: NullableStringFieldUpdateOperationsInput | string | null;
117502
117658
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -117524,6 +117680,7 @@ type forwarding_consolsUpdateWithoutSending_agent_addressInput = {
117524
117680
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
117525
117681
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
117526
117682
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
117683
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
117527
117684
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
117528
117685
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
117529
117686
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -117634,7 +117791,6 @@ type forwarding_consolsUncheckedUpdateManyWithoutSending_agent_addressInput = {
117634
117791
  };
117635
117792
  type forwarding_consolsUpdateWithoutReceiving_agent_addressInput = {
117636
117793
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
117637
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
117638
117794
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
117639
117795
  code?: NullableStringFieldUpdateOperationsInput | string | null;
117640
117796
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -117662,6 +117818,7 @@ type forwarding_consolsUpdateWithoutReceiving_agent_addressInput = {
117662
117818
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
117663
117819
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
117664
117820
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
117821
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
117665
117822
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
117666
117823
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
117667
117824
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -117772,7 +117929,6 @@ type forwarding_consolsUncheckedUpdateManyWithoutReceiving_agent_addressInput =
117772
117929
  };
117773
117930
  type forwarding_consolsUpdateWithoutCreditor_origin_addressInput = {
117774
117931
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
117775
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
117776
117932
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
117777
117933
  code?: NullableStringFieldUpdateOperationsInput | string | null;
117778
117934
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -117800,6 +117956,7 @@ type forwarding_consolsUpdateWithoutCreditor_origin_addressInput = {
117800
117956
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
117801
117957
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
117802
117958
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
117959
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
117803
117960
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
117804
117961
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
117805
117962
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -117910,7 +118067,6 @@ type forwarding_consolsUncheckedUpdateManyWithoutCreditor_origin_addressInput =
117910
118067
  };
117911
118068
  type forwarding_consolsUpdateWithoutCreditor_destination_addressInput = {
117912
118069
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
117913
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
117914
118070
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
117915
118071
  code?: NullableStringFieldUpdateOperationsInput | string | null;
117916
118072
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -117938,6 +118094,7 @@ type forwarding_consolsUpdateWithoutCreditor_destination_addressInput = {
117938
118094
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
117939
118095
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
117940
118096
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
118097
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
117941
118098
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
117942
118099
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
117943
118100
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -118090,7 +118247,6 @@ type forwarding_consolsCreateManyCarrier_airlineInput = {
118090
118247
  };
118091
118248
  type forwarding_consolsUpdateWithoutCarrier_airlineInput = {
118092
118249
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
118093
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118094
118250
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
118095
118251
  code?: NullableStringFieldUpdateOperationsInput | string | null;
118096
118252
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -118118,6 +118274,7 @@ type forwarding_consolsUpdateWithoutCarrier_airlineInput = {
118118
118274
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
118119
118275
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
118120
118276
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
118277
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
118121
118278
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
118122
118279
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
118123
118280
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -118270,7 +118427,6 @@ type forwarding_consolsCreateManyCarrier_shipping_lineInput = {
118270
118427
  };
118271
118428
  type forwarding_consolsUpdateWithoutCarrier_shipping_lineInput = {
118272
118429
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
118273
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118274
118430
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
118275
118431
  code?: NullableStringFieldUpdateOperationsInput | string | null;
118276
118432
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -118298,6 +118454,7 @@ type forwarding_consolsUpdateWithoutCarrier_shipping_lineInput = {
118298
118454
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
118299
118455
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
118300
118456
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
118457
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
118301
118458
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
118302
118459
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
118303
118460
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -118450,7 +118607,6 @@ type forwarding_consolsCreateManyService_levelInput = {
118450
118607
  };
118451
118608
  type forwarding_consolsUpdateWithoutService_levelInput = {
118452
118609
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
118453
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118454
118610
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
118455
118611
  code?: NullableStringFieldUpdateOperationsInput | string | null;
118456
118612
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -118478,6 +118634,7 @@ type forwarding_consolsUpdateWithoutService_levelInput = {
118478
118634
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
118479
118635
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
118480
118636
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
118637
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
118481
118638
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
118482
118639
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
118483
118640
  sending_agent_address?: organization_addressesUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -118586,6 +118743,186 @@ type forwarding_consolsUncheckedUpdateManyWithoutService_levelInput = {
118586
118743
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118587
118744
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
118588
118745
  };
118746
+ type forwarding_consolsCreateManyVesselInput = {
118747
+ id?: bigint | number;
118748
+ id_type?: bigint | number | null;
118749
+ id_transport_mode?: bigint | number | null;
118750
+ id_container_shipping_type?: bigint | number | null;
118751
+ id_load_port?: bigint | number | null;
118752
+ id_discharge_port?: bigint | number | null;
118753
+ id_service_level?: bigint | number | null;
118754
+ id_payment_type?: bigint | number | null;
118755
+ id_sending_agent?: bigint | number | null;
118756
+ id_sending_agent_address?: bigint | number | null;
118757
+ id_receiving_agent?: bigint | number | null;
118758
+ id_receiving_agent_address?: bigint | number | null;
118759
+ id_carrier_shipping_line?: bigint | number | null;
118760
+ id_carrier_airline?: bigint | number | null;
118761
+ id_creditor_origin?: bigint | number | null;
118762
+ id_creditor_origin_address?: bigint | number | null;
118763
+ id_creditor_destination?: bigint | number | null;
118764
+ id_creditor_destination_address?: bigint | number | null;
118765
+ logic_code?: string | null;
118766
+ code?: string | null;
118767
+ name?: string | null;
118768
+ consol_number?: string | null;
118769
+ trip_number?: string | null;
118770
+ aircraft_type?: string | null;
118771
+ aircraft_registration?: string | null;
118772
+ other_reference?: string | null;
118773
+ mawb_number?: string | null;
118774
+ bol_number?: string | null;
118775
+ carrier_booking_reference?: string | null;
118776
+ agent_reference?: string | null;
118777
+ estimated_departure?: Date | string | null;
118778
+ estimated_arrival?: Date | string | null;
118779
+ actual_departure?: Date | string | null;
118780
+ actual_arrival?: Date | string | null;
118781
+ is_active?: boolean | null;
118782
+ is_neutral_mawb?: boolean | null;
118783
+ created_at?: Date | string | null;
118784
+ created_by?: string | null;
118785
+ updated_at?: Date | string | null;
118786
+ updated_by?: string | null;
118787
+ };
118788
+ type forwarding_consolsUpdateWithoutVesselInput = {
118789
+ id?: BigIntFieldUpdateOperationsInput | bigint | number;
118790
+ logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
118791
+ code?: NullableStringFieldUpdateOperationsInput | string | null;
118792
+ name?: NullableStringFieldUpdateOperationsInput | string | null;
118793
+ consol_number?: NullableStringFieldUpdateOperationsInput | string | null;
118794
+ trip_number?: NullableStringFieldUpdateOperationsInput | string | null;
118795
+ aircraft_type?: NullableStringFieldUpdateOperationsInput | string | null;
118796
+ aircraft_registration?: NullableStringFieldUpdateOperationsInput | string | null;
118797
+ other_reference?: NullableStringFieldUpdateOperationsInput | string | null;
118798
+ mawb_number?: NullableStringFieldUpdateOperationsInput | string | null;
118799
+ bol_number?: NullableStringFieldUpdateOperationsInput | string | null;
118800
+ carrier_booking_reference?: NullableStringFieldUpdateOperationsInput | string | null;
118801
+ agent_reference?: NullableStringFieldUpdateOperationsInput | string | null;
118802
+ estimated_departure?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118803
+ estimated_arrival?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118804
+ actual_departure?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118805
+ actual_arrival?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118806
+ is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
118807
+ is_neutral_mawb?: NullableBoolFieldUpdateOperationsInput | boolean | null;
118808
+ created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118809
+ created_by?: NullableStringFieldUpdateOperationsInput | string | null;
118810
+ updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118811
+ updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
118812
+ forwarding_consol_type?: forwarding_consol_typesUpdateOneWithoutForwarding_consolsNestedInput;
118813
+ forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_consolsNestedInput;
118814
+ container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
118815
+ load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
118816
+ discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
118817
+ service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
118818
+ payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
118819
+ sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
118820
+ sending_agent_address?: organization_addressesUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
118821
+ receiving_agent?: organizationsUpdateOneWithoutForwarding_consol_receiving_agentsNestedInput;
118822
+ receiving_agent_address?: organization_addressesUpdateOneWithoutForwarding_consol_receiving_agentsNestedInput;
118823
+ carrier_shipping_line?: shipping_linesUpdateOneWithoutForwarding_consolsNestedInput;
118824
+ carrier_airline?: airlinesUpdateOneWithoutForwarding_consolsNestedInput;
118825
+ creditor_origin?: organizationsUpdateOneWithoutForwarding_consol_creditor_originsNestedInput;
118826
+ creditor_origin_address?: organization_addressesUpdateOneWithoutForwarding_consol_creditor_originsNestedInput;
118827
+ creditor_destination?: organizationsUpdateOneWithoutForwarding_consol_creditor_destinationsNestedInput;
118828
+ creditor_destination_address?: organization_addressesUpdateOneWithoutForwarding_consol_creditor_destinationsNestedInput;
118829
+ forwarding_consol_logs?: forwarding_consol_logsUpdateManyWithoutForwarding_consolNestedInput;
118830
+ forwarding_consol_reference_numbers?: forwarding_consol_reference_numbersUpdateManyWithoutForwarding_consolNestedInput;
118831
+ forwarding_consol_routings?: forwarding_consol_routingsUpdateManyWithoutForwarding_consolNestedInput;
118832
+ forwarding_consol_attachments?: forwarding_consol_attachmentsUpdateManyWithoutForwarding_consolsNestedInput;
118833
+ forwarding_consol_billing_details?: forwarding_consol_billing_detailsUpdateManyWithoutForwarding_consolNestedInput;
118834
+ forwarding_consol_containers?: forwarding_consol_containersUpdateManyWithoutForwarding_consolNestedInput;
118835
+ };
118836
+ type forwarding_consolsUncheckedUpdateWithoutVesselInput = {
118837
+ id?: BigIntFieldUpdateOperationsInput | bigint | number;
118838
+ id_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118839
+ id_transport_mode?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118840
+ id_container_shipping_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118841
+ id_load_port?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118842
+ id_discharge_port?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118843
+ id_service_level?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118844
+ id_payment_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118845
+ id_sending_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118846
+ id_sending_agent_address?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118847
+ id_receiving_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118848
+ id_receiving_agent_address?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118849
+ id_carrier_shipping_line?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118850
+ id_carrier_airline?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118851
+ id_creditor_origin?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118852
+ id_creditor_origin_address?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118853
+ id_creditor_destination?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118854
+ id_creditor_destination_address?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118855
+ logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
118856
+ code?: NullableStringFieldUpdateOperationsInput | string | null;
118857
+ name?: NullableStringFieldUpdateOperationsInput | string | null;
118858
+ consol_number?: NullableStringFieldUpdateOperationsInput | string | null;
118859
+ trip_number?: NullableStringFieldUpdateOperationsInput | string | null;
118860
+ aircraft_type?: NullableStringFieldUpdateOperationsInput | string | null;
118861
+ aircraft_registration?: NullableStringFieldUpdateOperationsInput | string | null;
118862
+ other_reference?: NullableStringFieldUpdateOperationsInput | string | null;
118863
+ mawb_number?: NullableStringFieldUpdateOperationsInput | string | null;
118864
+ bol_number?: NullableStringFieldUpdateOperationsInput | string | null;
118865
+ carrier_booking_reference?: NullableStringFieldUpdateOperationsInput | string | null;
118866
+ agent_reference?: NullableStringFieldUpdateOperationsInput | string | null;
118867
+ estimated_departure?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118868
+ estimated_arrival?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118869
+ actual_departure?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118870
+ actual_arrival?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118871
+ is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
118872
+ is_neutral_mawb?: NullableBoolFieldUpdateOperationsInput | boolean | null;
118873
+ created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118874
+ created_by?: NullableStringFieldUpdateOperationsInput | string | null;
118875
+ updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118876
+ updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
118877
+ forwarding_consol_logs?: forwarding_consol_logsUncheckedUpdateManyWithoutForwarding_consolNestedInput;
118878
+ forwarding_consol_reference_numbers?: forwarding_consol_reference_numbersUncheckedUpdateManyWithoutForwarding_consolNestedInput;
118879
+ forwarding_consol_routings?: forwarding_consol_routingsUncheckedUpdateManyWithoutForwarding_consolNestedInput;
118880
+ forwarding_consol_attachments?: forwarding_consol_attachmentsUncheckedUpdateManyWithoutForwarding_consolsNestedInput;
118881
+ forwarding_consol_billing_details?: forwarding_consol_billing_detailsUncheckedUpdateManyWithoutForwarding_consolNestedInput;
118882
+ forwarding_consol_containers?: forwarding_consol_containersUncheckedUpdateManyWithoutForwarding_consolNestedInput;
118883
+ };
118884
+ type forwarding_consolsUncheckedUpdateManyWithoutVesselInput = {
118885
+ id?: BigIntFieldUpdateOperationsInput | bigint | number;
118886
+ id_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118887
+ id_transport_mode?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118888
+ id_container_shipping_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118889
+ id_load_port?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118890
+ id_discharge_port?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118891
+ id_service_level?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118892
+ id_payment_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118893
+ id_sending_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118894
+ id_sending_agent_address?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118895
+ id_receiving_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118896
+ id_receiving_agent_address?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118897
+ id_carrier_shipping_line?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118898
+ id_carrier_airline?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118899
+ id_creditor_origin?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118900
+ id_creditor_origin_address?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118901
+ id_creditor_destination?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118902
+ id_creditor_destination_address?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118903
+ logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
118904
+ code?: NullableStringFieldUpdateOperationsInput | string | null;
118905
+ name?: NullableStringFieldUpdateOperationsInput | string | null;
118906
+ consol_number?: NullableStringFieldUpdateOperationsInput | string | null;
118907
+ trip_number?: NullableStringFieldUpdateOperationsInput | string | null;
118908
+ aircraft_type?: NullableStringFieldUpdateOperationsInput | string | null;
118909
+ aircraft_registration?: NullableStringFieldUpdateOperationsInput | string | null;
118910
+ other_reference?: NullableStringFieldUpdateOperationsInput | string | null;
118911
+ mawb_number?: NullableStringFieldUpdateOperationsInput | string | null;
118912
+ bol_number?: NullableStringFieldUpdateOperationsInput | string | null;
118913
+ carrier_booking_reference?: NullableStringFieldUpdateOperationsInput | string | null;
118914
+ agent_reference?: NullableStringFieldUpdateOperationsInput | string | null;
118915
+ estimated_departure?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118916
+ estimated_arrival?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118917
+ actual_departure?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118918
+ actual_arrival?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118919
+ is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
118920
+ is_neutral_mawb?: NullableBoolFieldUpdateOperationsInput | boolean | null;
118921
+ created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118922
+ created_by?: NullableStringFieldUpdateOperationsInput | string | null;
118923
+ updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
118924
+ updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
118925
+ };
118589
118926
  type forwarding_consolsCreateManyPayment_typeInput = {
118590
118927
  id?: bigint | number;
118591
118928
  id_type?: bigint | number | null;
@@ -118630,7 +118967,6 @@ type forwarding_consolsCreateManyPayment_typeInput = {
118630
118967
  };
118631
118968
  type forwarding_consolsUpdateWithoutPayment_typeInput = {
118632
118969
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
118633
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118634
118970
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
118635
118971
  code?: NullableStringFieldUpdateOperationsInput | string | null;
118636
118972
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -118658,6 +118994,7 @@ type forwarding_consolsUpdateWithoutPayment_typeInput = {
118658
118994
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
118659
118995
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
118660
118996
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
118997
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
118661
118998
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
118662
118999
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
118663
119000
  sending_agent_address?: organization_addressesUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -118810,7 +119147,6 @@ type forwarding_consolsCreateManyForwarding_transport_modeInput = {
118810
119147
  };
118811
119148
  type forwarding_consolsUpdateWithoutForwarding_transport_modeInput = {
118812
119149
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
118813
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118814
119150
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
118815
119151
  code?: NullableStringFieldUpdateOperationsInput | string | null;
118816
119152
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -118837,6 +119173,7 @@ type forwarding_consolsUpdateWithoutForwarding_transport_modeInput = {
118837
119173
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
118838
119174
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
118839
119175
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
119176
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
118840
119177
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
118841
119178
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
118842
119179
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -118990,7 +119327,6 @@ type forwarding_consolsCreateManyContainer_shipping_typesInput = {
118990
119327
  };
118991
119328
  type forwarding_consolsUpdateWithoutContainer_shipping_typesInput = {
118992
119329
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
118993
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
118994
119330
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
118995
119331
  code?: NullableStringFieldUpdateOperationsInput | string | null;
118996
119332
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -119017,6 +119353,7 @@ type forwarding_consolsUpdateWithoutContainer_shipping_typesInput = {
119017
119353
  forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_consolsNestedInput;
119018
119354
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
119019
119355
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
119356
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
119020
119357
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
119021
119358
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
119022
119359
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -119170,7 +119507,6 @@ type forwarding_consolsCreateManyForwarding_consol_typeInput = {
119170
119507
  };
119171
119508
  type forwarding_consolsUpdateWithoutForwarding_consol_typeInput = {
119172
119509
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
119173
- id_vessel?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
119174
119510
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
119175
119511
  code?: NullableStringFieldUpdateOperationsInput | string | null;
119176
119512
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -119197,6 +119533,7 @@ type forwarding_consolsUpdateWithoutForwarding_consol_typeInput = {
119197
119533
  container_shipping_types?: container_shipping_typesUpdateOneWithoutForwarding_consolsNestedInput;
119198
119534
  load_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_load_portNestedInput;
119199
119535
  discharge_port_un_locodes?: un_locodesUpdateOneWithoutForwarding_consol_discharge_portNestedInput;
119536
+ vessel?: vesselsUpdateOneWithoutForwarding_consolsNestedInput;
119200
119537
  service_level?: service_levelsUpdateOneWithoutForwarding_consolsNestedInput;
119201
119538
  payment_type?: payment_typesUpdateOneWithoutForwarding_consolsNestedInput;
119202
119539
  sending_agent?: organizationsUpdateOneWithoutForwarding_consol_sending_agentsNestedInput;
@@ -119410,6 +119747,7 @@ type forwarding_consolsSelect<ExtArgs extends Types$1.Extensions.InternalArgs =
119410
119747
  container_shipping_types?: boolean | forwarding_consols$container_shipping_typesArgs<ExtArgs>;
119411
119748
  load_port_un_locodes?: boolean | forwarding_consols$load_port_un_locodesArgs<ExtArgs>;
119412
119749
  discharge_port_un_locodes?: boolean | forwarding_consols$discharge_port_un_locodesArgs<ExtArgs>;
119750
+ vessel?: boolean | forwarding_consols$vesselArgs<ExtArgs>;
119413
119751
  service_level?: boolean | forwarding_consols$service_levelArgs<ExtArgs>;
119414
119752
  payment_type?: boolean | forwarding_consols$payment_typeArgs<ExtArgs>;
119415
119753
  sending_agent?: boolean | forwarding_consols$sending_agentArgs<ExtArgs>;
@@ -119477,6 +119815,7 @@ type forwarding_consolsSelectCreateManyAndReturn<ExtArgs extends Types$1.Extensi
119477
119815
  container_shipping_types?: boolean | forwarding_consols$container_shipping_typesArgs<ExtArgs>;
119478
119816
  load_port_un_locodes?: boolean | forwarding_consols$load_port_un_locodesArgs<ExtArgs>;
119479
119817
  discharge_port_un_locodes?: boolean | forwarding_consols$discharge_port_un_locodesArgs<ExtArgs>;
119818
+ vessel?: boolean | forwarding_consols$vesselArgs<ExtArgs>;
119480
119819
  service_level?: boolean | forwarding_consols$service_levelArgs<ExtArgs>;
119481
119820
  payment_type?: boolean | forwarding_consols$payment_typeArgs<ExtArgs>;
119482
119821
  sending_agent?: boolean | forwarding_consols$sending_agentArgs<ExtArgs>;
@@ -119537,6 +119876,7 @@ type forwarding_consolsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensi
119537
119876
  container_shipping_types?: boolean | forwarding_consols$container_shipping_typesArgs<ExtArgs>;
119538
119877
  load_port_un_locodes?: boolean | forwarding_consols$load_port_un_locodesArgs<ExtArgs>;
119539
119878
  discharge_port_un_locodes?: boolean | forwarding_consols$discharge_port_un_locodesArgs<ExtArgs>;
119879
+ vessel?: boolean | forwarding_consols$vesselArgs<ExtArgs>;
119540
119880
  service_level?: boolean | forwarding_consols$service_levelArgs<ExtArgs>;
119541
119881
  payment_type?: boolean | forwarding_consols$payment_typeArgs<ExtArgs>;
119542
119882
  sending_agent?: boolean | forwarding_consols$sending_agentArgs<ExtArgs>;
@@ -119557,6 +119897,7 @@ type forwarding_consolsInclude<ExtArgs extends Types$1.Extensions.InternalArgs =
119557
119897
  container_shipping_types?: boolean | forwarding_consols$container_shipping_typesArgs<ExtArgs>;
119558
119898
  load_port_un_locodes?: boolean | forwarding_consols$load_port_un_locodesArgs<ExtArgs>;
119559
119899
  discharge_port_un_locodes?: boolean | forwarding_consols$discharge_port_un_locodesArgs<ExtArgs>;
119900
+ vessel?: boolean | forwarding_consols$vesselArgs<ExtArgs>;
119560
119901
  service_level?: boolean | forwarding_consols$service_levelArgs<ExtArgs>;
119561
119902
  payment_type?: boolean | forwarding_consols$payment_typeArgs<ExtArgs>;
119562
119903
  sending_agent?: boolean | forwarding_consols$sending_agentArgs<ExtArgs>;
@@ -119583,6 +119924,7 @@ type forwarding_consolsIncludeCreateManyAndReturn<ExtArgs extends Types$1.Extens
119583
119924
  container_shipping_types?: boolean | forwarding_consols$container_shipping_typesArgs<ExtArgs>;
119584
119925
  load_port_un_locodes?: boolean | forwarding_consols$load_port_un_locodesArgs<ExtArgs>;
119585
119926
  discharge_port_un_locodes?: boolean | forwarding_consols$discharge_port_un_locodesArgs<ExtArgs>;
119927
+ vessel?: boolean | forwarding_consols$vesselArgs<ExtArgs>;
119586
119928
  service_level?: boolean | forwarding_consols$service_levelArgs<ExtArgs>;
119587
119929
  payment_type?: boolean | forwarding_consols$payment_typeArgs<ExtArgs>;
119588
119930
  sending_agent?: boolean | forwarding_consols$sending_agentArgs<ExtArgs>;
@@ -119602,6 +119944,7 @@ type forwarding_consolsIncludeUpdateManyAndReturn<ExtArgs extends Types$1.Extens
119602
119944
  container_shipping_types?: boolean | forwarding_consols$container_shipping_typesArgs<ExtArgs>;
119603
119945
  load_port_un_locodes?: boolean | forwarding_consols$load_port_un_locodesArgs<ExtArgs>;
119604
119946
  discharge_port_un_locodes?: boolean | forwarding_consols$discharge_port_un_locodesArgs<ExtArgs>;
119947
+ vessel?: boolean | forwarding_consols$vesselArgs<ExtArgs>;
119605
119948
  service_level?: boolean | forwarding_consols$service_levelArgs<ExtArgs>;
119606
119949
  payment_type?: boolean | forwarding_consols$payment_typeArgs<ExtArgs>;
119607
119950
  sending_agent?: boolean | forwarding_consols$sending_agentArgs<ExtArgs>;
@@ -119623,6 +119966,7 @@ type $forwarding_consolsPayload<ExtArgs extends Types$1.Extensions.InternalArgs
119623
119966
  container_shipping_types: $container_shipping_typesPayload<ExtArgs> | null;
119624
119967
  load_port_un_locodes: $un_locodesPayload<ExtArgs> | null;
119625
119968
  discharge_port_un_locodes: $un_locodesPayload<ExtArgs> | null;
119969
+ vessel: $vesselsPayload<ExtArgs> | null;
119626
119970
  service_level: $service_levelsPayload<ExtArgs> | null;
119627
119971
  payment_type: $payment_typesPayload<ExtArgs> | null;
119628
119972
  sending_agent: $organizationsPayload<ExtArgs> | null;
@@ -120004,6 +120348,7 @@ interface Prisma__forwarding_consolsClient<T$1, Null = never, ExtArgs extends Ty
120004
120348
  container_shipping_types<T$1 extends forwarding_consols$container_shipping_typesArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_consols$container_shipping_typesArgs<ExtArgs>>): Prisma__container_shipping_typesClient<Types$1.Result.GetResult<$container_shipping_typesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
120005
120349
  load_port_un_locodes<T$1 extends forwarding_consols$load_port_un_locodesArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_consols$load_port_un_locodesArgs<ExtArgs>>): Prisma__un_locodesClient<Types$1.Result.GetResult<$un_locodesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
120006
120350
  discharge_port_un_locodes<T$1 extends forwarding_consols$discharge_port_un_locodesArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_consols$discharge_port_un_locodesArgs<ExtArgs>>): Prisma__un_locodesClient<Types$1.Result.GetResult<$un_locodesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
120351
+ vessel<T$1 extends forwarding_consols$vesselArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_consols$vesselArgs<ExtArgs>>): Prisma__vesselsClient<Types$1.Result.GetResult<$vesselsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
120007
120352
  service_level<T$1 extends forwarding_consols$service_levelArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_consols$service_levelArgs<ExtArgs>>): Prisma__service_levelsClient<Types$1.Result.GetResult<$service_levelsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
120008
120353
  payment_type<T$1 extends forwarding_consols$payment_typeArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_consols$payment_typeArgs<ExtArgs>>): Prisma__payment_typesClient<Types$1.Result.GetResult<$payment_typesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
120009
120354
  sending_agent<T$1 extends forwarding_consols$sending_agentArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_consols$sending_agentArgs<ExtArgs>>): Prisma__organizationsClient<Types$1.Result.GetResult<$organizationsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
@@ -120556,6 +120901,24 @@ type forwarding_consols$discharge_port_un_locodesArgs<ExtArgs extends Types$1.Ex
120556
120901
  include?: un_locodesInclude<ExtArgs> | null;
120557
120902
  where?: un_locodesWhereInput;
120558
120903
  };
120904
+ /**
120905
+ * forwarding_consols.vessel
120906
+ */
120907
+ type forwarding_consols$vesselArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
120908
+ /**
120909
+ * Select specific fields to fetch from the vessels
120910
+ */
120911
+ select?: vesselsSelect<ExtArgs> | null;
120912
+ /**
120913
+ * Omit specific fields from the vessels
120914
+ */
120915
+ omit?: vesselsOmit<ExtArgs> | null;
120916
+ /**
120917
+ * Choose, which related nodes to fetch as well
120918
+ */
120919
+ include?: vesselsInclude<ExtArgs> | null;
120920
+ where?: vesselsWhereInput;
120921
+ };
120559
120922
  /**
120560
120923
  * forwarding_consols.service_level
120561
120924
  */
@@ -414391,6 +414754,7 @@ type vesselsWhereInput = {
414391
414754
  country?: XOR<CountriesNullableScalarRelationFilter, countriesWhereInput> | null;
414392
414755
  vessel_logs?: Vessel_logsListRelationFilter;
414393
414756
  forwarding_consol_routings?: Forwarding_consol_routingsListRelationFilter;
414757
+ forwarding_consols?: Forwarding_consolsListRelationFilter;
414394
414758
  };
414395
414759
  type vesselsOrderByWithRelationInput = {
414396
414760
  id?: SortOrder;
@@ -414415,6 +414779,7 @@ type vesselsOrderByWithRelationInput = {
414415
414779
  country?: countriesOrderByWithRelationInput;
414416
414780
  vessel_logs?: vessel_logsOrderByRelationAggregateInput;
414417
414781
  forwarding_consol_routings?: forwarding_consol_routingsOrderByRelationAggregateInput;
414782
+ forwarding_consols?: forwarding_consolsOrderByRelationAggregateInput;
414418
414783
  };
414419
414784
  type vesselsWhereUniqueInput = AtLeast<{
414420
414785
  id?: bigint | number;
@@ -414442,6 +414807,7 @@ type vesselsWhereUniqueInput = AtLeast<{
414442
414807
  country?: XOR<CountriesNullableScalarRelationFilter, countriesWhereInput> | null;
414443
414808
  vessel_logs?: Vessel_logsListRelationFilter;
414444
414809
  forwarding_consol_routings?: Forwarding_consol_routingsListRelationFilter;
414810
+ forwarding_consols?: Forwarding_consolsListRelationFilter;
414445
414811
  }, "id">;
414446
414812
  type vesselsOrderByWithAggregationInput = {
414447
414813
  id?: SortOrder;
@@ -414506,6 +414872,7 @@ type vesselsCreateInput = {
414506
414872
  country?: countriesCreateNestedOneWithoutVesselsInput;
414507
414873
  vessel_logs?: vessel_logsCreateNestedManyWithoutVesselInput;
414508
414874
  forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutVesselInput;
414875
+ forwarding_consols?: forwarding_consolsCreateNestedManyWithoutVesselInput;
414509
414876
  };
414510
414877
  type vesselsUncheckedCreateInput = {
414511
414878
  id?: bigint | number;
@@ -414526,6 +414893,7 @@ type vesselsUncheckedCreateInput = {
414526
414893
  updated_by?: string | null;
414527
414894
  vessel_logs?: vessel_logsUncheckedCreateNestedManyWithoutVesselInput;
414528
414895
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutVesselInput;
414896
+ forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutVesselInput;
414529
414897
  };
414530
414898
  type vesselsUpdateInput = {
414531
414899
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
@@ -414546,6 +414914,7 @@ type vesselsUpdateInput = {
414546
414914
  country?: countriesUpdateOneWithoutVesselsNestedInput;
414547
414915
  vessel_logs?: vessel_logsUpdateManyWithoutVesselNestedInput;
414548
414916
  forwarding_consol_routings?: forwarding_consol_routingsUpdateManyWithoutVesselNestedInput;
414917
+ forwarding_consols?: forwarding_consolsUpdateManyWithoutVesselNestedInput;
414549
414918
  };
414550
414919
  type vesselsUncheckedUpdateInput = {
414551
414920
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
@@ -414566,6 +414935,7 @@ type vesselsUncheckedUpdateInput = {
414566
414935
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
414567
414936
  vessel_logs?: vessel_logsUncheckedUpdateManyWithoutVesselNestedInput;
414568
414937
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedUpdateManyWithoutVesselNestedInput;
414938
+ forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutVesselNestedInput;
414569
414939
  };
414570
414940
  type vesselsCreateManyInput = {
414571
414941
  id?: bigint | number;
@@ -414699,6 +415069,20 @@ type vesselsSumOrderByAggregateInput = {
414699
415069
  id_country?: SortOrder;
414700
415070
  net_register_ton?: SortOrder;
414701
415071
  };
415072
+ type vesselsCreateNestedOneWithoutForwarding_consolsInput = {
415073
+ create?: XOR<vesselsCreateWithoutForwarding_consolsInput, vesselsUncheckedCreateWithoutForwarding_consolsInput>;
415074
+ connectOrCreate?: vesselsCreateOrConnectWithoutForwarding_consolsInput;
415075
+ connect?: vesselsWhereUniqueInput;
415076
+ };
415077
+ type vesselsUpdateOneWithoutForwarding_consolsNestedInput = {
415078
+ create?: XOR<vesselsCreateWithoutForwarding_consolsInput, vesselsUncheckedCreateWithoutForwarding_consolsInput>;
415079
+ connectOrCreate?: vesselsCreateOrConnectWithoutForwarding_consolsInput;
415080
+ upsert?: vesselsUpsertWithoutForwarding_consolsInput;
415081
+ disconnect?: vesselsWhereInput | boolean;
415082
+ delete?: vesselsWhereInput | boolean;
415083
+ connect?: vesselsWhereUniqueInput;
415084
+ update?: XOR<XOR<vesselsUpdateToOneWithWhereWithoutForwarding_consolsInput, vesselsUpdateWithoutForwarding_consolsInput>, vesselsUncheckedUpdateWithoutForwarding_consolsInput>;
415085
+ };
414702
415086
  type vesselsCreateNestedOneWithoutForwarding_consol_routingsInput = {
414703
415087
  create?: XOR<vesselsCreateWithoutForwarding_consol_routingsInput, vesselsUncheckedCreateWithoutForwarding_consol_routingsInput>;
414704
415088
  connectOrCreate?: vesselsCreateOrConnectWithoutForwarding_consol_routingsInput;
@@ -414879,6 +415263,99 @@ type vesselsUpdateOneWithoutVessel_logsNestedInput = {
414879
415263
  connect?: vesselsWhereUniqueInput;
414880
415264
  update?: XOR<XOR<vesselsUpdateToOneWithWhereWithoutVessel_logsInput, vesselsUpdateWithoutVessel_logsInput>, vesselsUncheckedUpdateWithoutVessel_logsInput>;
414881
415265
  };
415266
+ type vesselsCreateWithoutForwarding_consolsInput = {
415267
+ id?: bigint | number;
415268
+ name?: string | null;
415269
+ imo_code?: string | null;
415270
+ agent_code?: string | null;
415271
+ radio_call_sign?: string | null;
415272
+ cargo_carrier_code?: string | null;
415273
+ net_register_ton?: Decimal | DecimalJsLike | number | string | null;
415274
+ is_active?: boolean | null;
415275
+ created_at?: Date | string | null;
415276
+ created_by?: string | null;
415277
+ updated_at?: Date | string | null;
415278
+ updated_by?: string | null;
415279
+ shipping_provider?: shipping_linesCreateNestedOneWithoutVessels_shipping_providerInput;
415280
+ vessel_consortium?: shipping_linesCreateNestedOneWithoutVessels_vessel_consortiumInput;
415281
+ vessel_type?: vessel_typesCreateNestedOneWithoutVesselsInput;
415282
+ country?: countriesCreateNestedOneWithoutVesselsInput;
415283
+ vessel_logs?: vessel_logsCreateNestedManyWithoutVesselInput;
415284
+ forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutVesselInput;
415285
+ };
415286
+ type vesselsUncheckedCreateWithoutForwarding_consolsInput = {
415287
+ id?: bigint | number;
415288
+ id_shipping_provider?: bigint | number | null;
415289
+ id_vessel_consortium?: bigint | number | null;
415290
+ id_vessel_type?: bigint | number | null;
415291
+ id_country?: bigint | number | null;
415292
+ name?: string | null;
415293
+ imo_code?: string | null;
415294
+ agent_code?: string | null;
415295
+ radio_call_sign?: string | null;
415296
+ cargo_carrier_code?: string | null;
415297
+ net_register_ton?: Decimal | DecimalJsLike | number | string | null;
415298
+ is_active?: boolean | null;
415299
+ created_at?: Date | string | null;
415300
+ created_by?: string | null;
415301
+ updated_at?: Date | string | null;
415302
+ updated_by?: string | null;
415303
+ vessel_logs?: vessel_logsUncheckedCreateNestedManyWithoutVesselInput;
415304
+ forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutVesselInput;
415305
+ };
415306
+ type vesselsCreateOrConnectWithoutForwarding_consolsInput = {
415307
+ where: vesselsWhereUniqueInput;
415308
+ create: XOR<vesselsCreateWithoutForwarding_consolsInput, vesselsUncheckedCreateWithoutForwarding_consolsInput>;
415309
+ };
415310
+ type vesselsUpsertWithoutForwarding_consolsInput = {
415311
+ update: XOR<vesselsUpdateWithoutForwarding_consolsInput, vesselsUncheckedUpdateWithoutForwarding_consolsInput>;
415312
+ create: XOR<vesselsCreateWithoutForwarding_consolsInput, vesselsUncheckedCreateWithoutForwarding_consolsInput>;
415313
+ where?: vesselsWhereInput;
415314
+ };
415315
+ type vesselsUpdateToOneWithWhereWithoutForwarding_consolsInput = {
415316
+ where?: vesselsWhereInput;
415317
+ data: XOR<vesselsUpdateWithoutForwarding_consolsInput, vesselsUncheckedUpdateWithoutForwarding_consolsInput>;
415318
+ };
415319
+ type vesselsUpdateWithoutForwarding_consolsInput = {
415320
+ id?: BigIntFieldUpdateOperationsInput | bigint | number;
415321
+ name?: NullableStringFieldUpdateOperationsInput | string | null;
415322
+ imo_code?: NullableStringFieldUpdateOperationsInput | string | null;
415323
+ agent_code?: NullableStringFieldUpdateOperationsInput | string | null;
415324
+ radio_call_sign?: NullableStringFieldUpdateOperationsInput | string | null;
415325
+ cargo_carrier_code?: NullableStringFieldUpdateOperationsInput | string | null;
415326
+ net_register_ton?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
415327
+ is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
415328
+ created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
415329
+ created_by?: NullableStringFieldUpdateOperationsInput | string | null;
415330
+ updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
415331
+ updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
415332
+ shipping_provider?: shipping_linesUpdateOneWithoutVessels_shipping_providerNestedInput;
415333
+ vessel_consortium?: shipping_linesUpdateOneWithoutVessels_vessel_consortiumNestedInput;
415334
+ vessel_type?: vessel_typesUpdateOneWithoutVesselsNestedInput;
415335
+ country?: countriesUpdateOneWithoutVesselsNestedInput;
415336
+ vessel_logs?: vessel_logsUpdateManyWithoutVesselNestedInput;
415337
+ forwarding_consol_routings?: forwarding_consol_routingsUpdateManyWithoutVesselNestedInput;
415338
+ };
415339
+ type vesselsUncheckedUpdateWithoutForwarding_consolsInput = {
415340
+ id?: BigIntFieldUpdateOperationsInput | bigint | number;
415341
+ id_shipping_provider?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
415342
+ id_vessel_consortium?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
415343
+ id_vessel_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
415344
+ id_country?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
415345
+ name?: NullableStringFieldUpdateOperationsInput | string | null;
415346
+ imo_code?: NullableStringFieldUpdateOperationsInput | string | null;
415347
+ agent_code?: NullableStringFieldUpdateOperationsInput | string | null;
415348
+ radio_call_sign?: NullableStringFieldUpdateOperationsInput | string | null;
415349
+ cargo_carrier_code?: NullableStringFieldUpdateOperationsInput | string | null;
415350
+ net_register_ton?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
415351
+ is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
415352
+ created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
415353
+ created_by?: NullableStringFieldUpdateOperationsInput | string | null;
415354
+ updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
415355
+ updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
415356
+ vessel_logs?: vessel_logsUncheckedUpdateManyWithoutVesselNestedInput;
415357
+ forwarding_consol_routings?: forwarding_consol_routingsUncheckedUpdateManyWithoutVesselNestedInput;
415358
+ };
414882
415359
  type vesselsCreateWithoutForwarding_consol_routingsInput = {
414883
415360
  id?: bigint | number;
414884
415361
  name?: string | null;
@@ -414897,6 +415374,7 @@ type vesselsCreateWithoutForwarding_consol_routingsInput = {
414897
415374
  vessel_type?: vessel_typesCreateNestedOneWithoutVesselsInput;
414898
415375
  country?: countriesCreateNestedOneWithoutVesselsInput;
414899
415376
  vessel_logs?: vessel_logsCreateNestedManyWithoutVesselInput;
415377
+ forwarding_consols?: forwarding_consolsCreateNestedManyWithoutVesselInput;
414900
415378
  };
414901
415379
  type vesselsUncheckedCreateWithoutForwarding_consol_routingsInput = {
414902
415380
  id?: bigint | number;
@@ -414916,6 +415394,7 @@ type vesselsUncheckedCreateWithoutForwarding_consol_routingsInput = {
414916
415394
  updated_at?: Date | string | null;
414917
415395
  updated_by?: string | null;
414918
415396
  vessel_logs?: vessel_logsUncheckedCreateNestedManyWithoutVesselInput;
415397
+ forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutVesselInput;
414919
415398
  };
414920
415399
  type vesselsCreateOrConnectWithoutForwarding_consol_routingsInput = {
414921
415400
  where: vesselsWhereUniqueInput;
@@ -414948,6 +415427,7 @@ type vesselsUpdateWithoutForwarding_consol_routingsInput = {
414948
415427
  vessel_type?: vessel_typesUpdateOneWithoutVesselsNestedInput;
414949
415428
  country?: countriesUpdateOneWithoutVesselsNestedInput;
414950
415429
  vessel_logs?: vessel_logsUpdateManyWithoutVesselNestedInput;
415430
+ forwarding_consols?: forwarding_consolsUpdateManyWithoutVesselNestedInput;
414951
415431
  };
414952
415432
  type vesselsUncheckedUpdateWithoutForwarding_consol_routingsInput = {
414953
415433
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
@@ -414967,6 +415447,7 @@ type vesselsUncheckedUpdateWithoutForwarding_consol_routingsInput = {
414967
415447
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
414968
415448
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
414969
415449
  vessel_logs?: vessel_logsUncheckedUpdateManyWithoutVesselNestedInput;
415450
+ forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutVesselNestedInput;
414970
415451
  };
414971
415452
  type vesselsCreateWithoutCountryInput = {
414972
415453
  id?: bigint | number;
@@ -414986,6 +415467,7 @@ type vesselsCreateWithoutCountryInput = {
414986
415467
  vessel_type?: vessel_typesCreateNestedOneWithoutVesselsInput;
414987
415468
  vessel_logs?: vessel_logsCreateNestedManyWithoutVesselInput;
414988
415469
  forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutVesselInput;
415470
+ forwarding_consols?: forwarding_consolsCreateNestedManyWithoutVesselInput;
414989
415471
  };
414990
415472
  type vesselsUncheckedCreateWithoutCountryInput = {
414991
415473
  id?: bigint | number;
@@ -415005,6 +415487,7 @@ type vesselsUncheckedCreateWithoutCountryInput = {
415005
415487
  updated_by?: string | null;
415006
415488
  vessel_logs?: vessel_logsUncheckedCreateNestedManyWithoutVesselInput;
415007
415489
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutVesselInput;
415490
+ forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutVesselInput;
415008
415491
  };
415009
415492
  type vesselsCreateOrConnectWithoutCountryInput = {
415010
415493
  where: vesselsWhereUniqueInput;
@@ -415066,6 +415549,7 @@ type vesselsCreateWithoutShipping_providerInput = {
415066
415549
  country?: countriesCreateNestedOneWithoutVesselsInput;
415067
415550
  vessel_logs?: vessel_logsCreateNestedManyWithoutVesselInput;
415068
415551
  forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutVesselInput;
415552
+ forwarding_consols?: forwarding_consolsCreateNestedManyWithoutVesselInput;
415069
415553
  };
415070
415554
  type vesselsUncheckedCreateWithoutShipping_providerInput = {
415071
415555
  id?: bigint | number;
@@ -415085,6 +415569,7 @@ type vesselsUncheckedCreateWithoutShipping_providerInput = {
415085
415569
  updated_by?: string | null;
415086
415570
  vessel_logs?: vessel_logsUncheckedCreateNestedManyWithoutVesselInput;
415087
415571
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutVesselInput;
415572
+ forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutVesselInput;
415088
415573
  };
415089
415574
  type vesselsCreateOrConnectWithoutShipping_providerInput = {
415090
415575
  where: vesselsWhereUniqueInput;
@@ -415112,6 +415597,7 @@ type vesselsCreateWithoutVessel_consortiumInput = {
415112
415597
  country?: countriesCreateNestedOneWithoutVesselsInput;
415113
415598
  vessel_logs?: vessel_logsCreateNestedManyWithoutVesselInput;
415114
415599
  forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutVesselInput;
415600
+ forwarding_consols?: forwarding_consolsCreateNestedManyWithoutVesselInput;
415115
415601
  };
415116
415602
  type vesselsUncheckedCreateWithoutVessel_consortiumInput = {
415117
415603
  id?: bigint | number;
@@ -415131,6 +415617,7 @@ type vesselsUncheckedCreateWithoutVessel_consortiumInput = {
415131
415617
  updated_by?: string | null;
415132
415618
  vessel_logs?: vessel_logsUncheckedCreateNestedManyWithoutVesselInput;
415133
415619
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutVesselInput;
415620
+ forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutVesselInput;
415134
415621
  };
415135
415622
  type vesselsCreateOrConnectWithoutVessel_consortiumInput = {
415136
415623
  where: vesselsWhereUniqueInput;
@@ -415184,6 +415671,7 @@ type vesselsCreateWithoutVessel_typeInput = {
415184
415671
  country?: countriesCreateNestedOneWithoutVesselsInput;
415185
415672
  vessel_logs?: vessel_logsCreateNestedManyWithoutVesselInput;
415186
415673
  forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutVesselInput;
415674
+ forwarding_consols?: forwarding_consolsCreateNestedManyWithoutVesselInput;
415187
415675
  };
415188
415676
  type vesselsUncheckedCreateWithoutVessel_typeInput = {
415189
415677
  id?: bigint | number;
@@ -415203,6 +415691,7 @@ type vesselsUncheckedCreateWithoutVessel_typeInput = {
415203
415691
  updated_by?: string | null;
415204
415692
  vessel_logs?: vessel_logsUncheckedCreateNestedManyWithoutVesselInput;
415205
415693
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutVesselInput;
415694
+ forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutVesselInput;
415206
415695
  };
415207
415696
  type vesselsCreateOrConnectWithoutVessel_typeInput = {
415208
415697
  where: vesselsWhereUniqueInput;
@@ -415243,6 +415732,7 @@ type vesselsCreateWithoutVessel_logsInput = {
415243
415732
  vessel_type?: vessel_typesCreateNestedOneWithoutVesselsInput;
415244
415733
  country?: countriesCreateNestedOneWithoutVesselsInput;
415245
415734
  forwarding_consol_routings?: forwarding_consol_routingsCreateNestedManyWithoutVesselInput;
415735
+ forwarding_consols?: forwarding_consolsCreateNestedManyWithoutVesselInput;
415246
415736
  };
415247
415737
  type vesselsUncheckedCreateWithoutVessel_logsInput = {
415248
415738
  id?: bigint | number;
@@ -415262,6 +415752,7 @@ type vesselsUncheckedCreateWithoutVessel_logsInput = {
415262
415752
  updated_at?: Date | string | null;
415263
415753
  updated_by?: string | null;
415264
415754
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedCreateNestedManyWithoutVesselInput;
415755
+ forwarding_consols?: forwarding_consolsUncheckedCreateNestedManyWithoutVesselInput;
415265
415756
  };
415266
415757
  type vesselsCreateOrConnectWithoutVessel_logsInput = {
415267
415758
  where: vesselsWhereUniqueInput;
@@ -415294,6 +415785,7 @@ type vesselsUpdateWithoutVessel_logsInput = {
415294
415785
  vessel_type?: vessel_typesUpdateOneWithoutVesselsNestedInput;
415295
415786
  country?: countriesUpdateOneWithoutVesselsNestedInput;
415296
415787
  forwarding_consol_routings?: forwarding_consol_routingsUpdateManyWithoutVesselNestedInput;
415788
+ forwarding_consols?: forwarding_consolsUpdateManyWithoutVesselNestedInput;
415297
415789
  };
415298
415790
  type vesselsUncheckedUpdateWithoutVessel_logsInput = {
415299
415791
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
@@ -415313,6 +415805,7 @@ type vesselsUncheckedUpdateWithoutVessel_logsInput = {
415313
415805
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
415314
415806
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
415315
415807
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedUpdateManyWithoutVesselNestedInput;
415808
+ forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutVesselNestedInput;
415316
415809
  };
415317
415810
  type vesselsCreateManyCountryInput = {
415318
415811
  id?: bigint | number;
@@ -415349,6 +415842,7 @@ type vesselsUpdateWithoutCountryInput = {
415349
415842
  vessel_type?: vessel_typesUpdateOneWithoutVesselsNestedInput;
415350
415843
  vessel_logs?: vessel_logsUpdateManyWithoutVesselNestedInput;
415351
415844
  forwarding_consol_routings?: forwarding_consol_routingsUpdateManyWithoutVesselNestedInput;
415845
+ forwarding_consols?: forwarding_consolsUpdateManyWithoutVesselNestedInput;
415352
415846
  };
415353
415847
  type vesselsUncheckedUpdateWithoutCountryInput = {
415354
415848
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
@@ -415368,6 +415862,7 @@ type vesselsUncheckedUpdateWithoutCountryInput = {
415368
415862
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
415369
415863
  vessel_logs?: vessel_logsUncheckedUpdateManyWithoutVesselNestedInput;
415370
415864
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedUpdateManyWithoutVesselNestedInput;
415865
+ forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutVesselNestedInput;
415371
415866
  };
415372
415867
  type vesselsUncheckedUpdateManyWithoutCountryInput = {
415373
415868
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
@@ -415438,6 +415933,7 @@ type vesselsUpdateWithoutShipping_providerInput = {
415438
415933
  country?: countriesUpdateOneWithoutVesselsNestedInput;
415439
415934
  vessel_logs?: vessel_logsUpdateManyWithoutVesselNestedInput;
415440
415935
  forwarding_consol_routings?: forwarding_consol_routingsUpdateManyWithoutVesselNestedInput;
415936
+ forwarding_consols?: forwarding_consolsUpdateManyWithoutVesselNestedInput;
415441
415937
  };
415442
415938
  type vesselsUncheckedUpdateWithoutShipping_providerInput = {
415443
415939
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
@@ -415457,6 +415953,7 @@ type vesselsUncheckedUpdateWithoutShipping_providerInput = {
415457
415953
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
415458
415954
  vessel_logs?: vessel_logsUncheckedUpdateManyWithoutVesselNestedInput;
415459
415955
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedUpdateManyWithoutVesselNestedInput;
415956
+ forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutVesselNestedInput;
415460
415957
  };
415461
415958
  type vesselsUncheckedUpdateManyWithoutShipping_providerInput = {
415462
415959
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
@@ -415493,6 +415990,7 @@ type vesselsUpdateWithoutVessel_consortiumInput = {
415493
415990
  country?: countriesUpdateOneWithoutVesselsNestedInput;
415494
415991
  vessel_logs?: vessel_logsUpdateManyWithoutVesselNestedInput;
415495
415992
  forwarding_consol_routings?: forwarding_consol_routingsUpdateManyWithoutVesselNestedInput;
415993
+ forwarding_consols?: forwarding_consolsUpdateManyWithoutVesselNestedInput;
415496
415994
  };
415497
415995
  type vesselsUncheckedUpdateWithoutVessel_consortiumInput = {
415498
415996
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
@@ -415512,6 +416010,7 @@ type vesselsUncheckedUpdateWithoutVessel_consortiumInput = {
415512
416010
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
415513
416011
  vessel_logs?: vessel_logsUncheckedUpdateManyWithoutVesselNestedInput;
415514
416012
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedUpdateManyWithoutVesselNestedInput;
416013
+ forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutVesselNestedInput;
415515
416014
  };
415516
416015
  type vesselsUncheckedUpdateManyWithoutVessel_consortiumInput = {
415517
416016
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
@@ -415565,6 +416064,7 @@ type vesselsUpdateWithoutVessel_typeInput = {
415565
416064
  country?: countriesUpdateOneWithoutVesselsNestedInput;
415566
416065
  vessel_logs?: vessel_logsUpdateManyWithoutVesselNestedInput;
415567
416066
  forwarding_consol_routings?: forwarding_consol_routingsUpdateManyWithoutVesselNestedInput;
416067
+ forwarding_consols?: forwarding_consolsUpdateManyWithoutVesselNestedInput;
415568
416068
  };
415569
416069
  type vesselsUncheckedUpdateWithoutVessel_typeInput = {
415570
416070
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
@@ -415584,6 +416084,7 @@ type vesselsUncheckedUpdateWithoutVessel_typeInput = {
415584
416084
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
415585
416085
  vessel_logs?: vessel_logsUncheckedUpdateManyWithoutVesselNestedInput;
415586
416086
  forwarding_consol_routings?: forwarding_consol_routingsUncheckedUpdateManyWithoutVesselNestedInput;
416087
+ forwarding_consols?: forwarding_consolsUncheckedUpdateManyWithoutVesselNestedInput;
415587
416088
  };
415588
416089
  type vesselsUncheckedUpdateManyWithoutVessel_typeInput = {
415589
416090
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
@@ -415609,6 +416110,7 @@ type vesselsUncheckedUpdateManyWithoutVessel_typeInput = {
415609
416110
  type VesselsCountOutputTypeSelect<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
415610
416111
  vessel_logs?: boolean | VesselsCountOutputTypeCountVessel_logsArgs;
415611
416112
  forwarding_consol_routings?: boolean | VesselsCountOutputTypeCountForwarding_consol_routingsArgs;
416113
+ forwarding_consols?: boolean | VesselsCountOutputTypeCountForwarding_consolsArgs;
415612
416114
  };
415613
416115
  /**
415614
416116
  * VesselsCountOutputType without action
@@ -415631,6 +416133,12 @@ type VesselsCountOutputTypeCountVessel_logsArgs<ExtArgs extends Types$1.Extensio
415631
416133
  type VesselsCountOutputTypeCountForwarding_consol_routingsArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
415632
416134
  where?: forwarding_consol_routingsWhereInput;
415633
416135
  };
416136
+ /**
416137
+ * VesselsCountOutputType without action
416138
+ */
416139
+ type VesselsCountOutputTypeCountForwarding_consolsArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
416140
+ where?: forwarding_consolsWhereInput;
416141
+ };
415634
416142
  type vesselsSelect<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
415635
416143
  id?: boolean;
415636
416144
  id_shipping_provider?: boolean;
@@ -415654,6 +416162,7 @@ type vesselsSelect<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Ext
415654
416162
  country?: boolean | vessels$countryArgs<ExtArgs>;
415655
416163
  vessel_logs?: boolean | vessels$vessel_logsArgs<ExtArgs>;
415656
416164
  forwarding_consol_routings?: boolean | vessels$forwarding_consol_routingsArgs<ExtArgs>;
416165
+ forwarding_consols?: boolean | vessels$forwarding_consolsArgs<ExtArgs>;
415657
416166
  _count?: boolean | VesselsCountOutputTypeDefaultArgs<ExtArgs>;
415658
416167
  }, ExtArgs["result"]["vessels"]>;
415659
416168
  type vesselsSelectCreateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
@@ -415708,6 +416217,7 @@ type vesselsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Ex
415708
416217
  country?: boolean | vessels$countryArgs<ExtArgs>;
415709
416218
  vessel_logs?: boolean | vessels$vessel_logsArgs<ExtArgs>;
415710
416219
  forwarding_consol_routings?: boolean | vessels$forwarding_consol_routingsArgs<ExtArgs>;
416220
+ forwarding_consols?: boolean | vessels$forwarding_consolsArgs<ExtArgs>;
415711
416221
  _count?: boolean | VesselsCountOutputTypeDefaultArgs<ExtArgs>;
415712
416222
  };
415713
416223
  type vesselsIncludeCreateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
@@ -415731,6 +416241,7 @@ type $vesselsPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.E
415731
416241
  country: $countriesPayload<ExtArgs> | null;
415732
416242
  vessel_logs: $vessel_logsPayload<ExtArgs>[];
415733
416243
  forwarding_consol_routings: $forwarding_consol_routingsPayload<ExtArgs>[];
416244
+ forwarding_consols: $forwarding_consolsPayload<ExtArgs>[];
415734
416245
  };
415735
416246
  scalars: Types$1.Extensions.GetPayloadResult<{
415736
416247
  id: bigint;
@@ -416070,6 +416581,7 @@ interface Prisma__vesselsClient<T$1, Null = never, ExtArgs extends Types$1.Exten
416070
416581
  country<T$1 extends vessels$countryArgs<ExtArgs> = {}>(args?: Subset<T$1, vessels$countryArgs<ExtArgs>>): Prisma__countriesClient<Types$1.Result.GetResult<$countriesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
416071
416582
  vessel_logs<T$1 extends vessels$vessel_logsArgs<ExtArgs> = {}>(args?: Subset<T$1, vessels$vessel_logsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$vessel_logsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
416072
416583
  forwarding_consol_routings<T$1 extends vessels$forwarding_consol_routingsArgs<ExtArgs> = {}>(args?: Subset<T$1, vessels$forwarding_consol_routingsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_consol_routingsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
416584
+ forwarding_consols<T$1 extends vessels$forwarding_consolsArgs<ExtArgs> = {}>(args?: Subset<T$1, vessels$forwarding_consolsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_consolsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
416073
416585
  /**
416074
416586
  * Attaches callbacks for the resolution and/or rejection of the Promise.
416075
416587
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -416607,6 +417119,29 @@ type vessels$forwarding_consol_routingsArgs<ExtArgs extends Types$1.Extensions.I
416607
417119
  skip?: number;
416608
417120
  distinct?: Forwarding_consol_routingsScalarFieldEnum | Forwarding_consol_routingsScalarFieldEnum[];
416609
417121
  };
417122
+ /**
417123
+ * vessels.forwarding_consols
417124
+ */
417125
+ type vessels$forwarding_consolsArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
417126
+ /**
417127
+ * Select specific fields to fetch from the forwarding_consols
417128
+ */
417129
+ select?: forwarding_consolsSelect<ExtArgs> | null;
417130
+ /**
417131
+ * Omit specific fields from the forwarding_consols
417132
+ */
417133
+ omit?: forwarding_consolsOmit<ExtArgs> | null;
417134
+ /**
417135
+ * Choose, which related nodes to fetch as well
417136
+ */
417137
+ include?: forwarding_consolsInclude<ExtArgs> | null;
417138
+ where?: forwarding_consolsWhereInput;
417139
+ orderBy?: forwarding_consolsOrderByWithRelationInput | forwarding_consolsOrderByWithRelationInput[];
417140
+ cursor?: forwarding_consolsWhereUniqueInput;
417141
+ take?: number;
417142
+ skip?: number;
417143
+ distinct?: Forwarding_consolsScalarFieldEnum | Forwarding_consolsScalarFieldEnum[];
417144
+ };
416610
417145
  /**
416611
417146
  * vessels without action
416612
417147
  */
@@ -720204,6 +720739,86 @@ declare const cargoflowRouter: BuiltRouter<{
720204
720739
  updated_at: Date | null;
720205
720740
  updated_by: string | null;
720206
720741
  } | null;
720742
+ load_port_un_locodes: {
720743
+ is_active: boolean | null;
720744
+ id: string;
720745
+ logic_code: string | null;
720746
+ id_country: string | null;
720747
+ id_state: string | null;
720748
+ id_city: string | null;
720749
+ created_at: Date | null;
720750
+ created_by: string | null;
720751
+ updated_at: Date | null;
720752
+ updated_by: string | null;
720753
+ id_time_zone: string | null;
720754
+ un_code: string | null;
720755
+ iata_code: string | null;
720756
+ iata_region_code: string | null;
720757
+ latitude: Decimal | null;
720758
+ longitude: Decimal | null;
720759
+ port_name: string | null;
720760
+ proper_name: string | null;
720761
+ has_post: boolean | null;
720762
+ has_customs: boolean | null;
720763
+ has_unload: boolean | null;
720764
+ has_airport: boolean | null;
720765
+ has_railway: boolean | null;
720766
+ has_road: boolean | null;
720767
+ has_store: boolean | null;
720768
+ has_terminal: boolean | null;
720769
+ has_discharge: boolean | null;
720770
+ has_seaport: boolean | null;
720771
+ has_outport: boolean | null;
720772
+ } | null;
720773
+ discharge_port_un_locodes: {
720774
+ is_active: boolean | null;
720775
+ id: string;
720776
+ logic_code: string | null;
720777
+ id_country: string | null;
720778
+ id_state: string | null;
720779
+ id_city: string | null;
720780
+ created_at: Date | null;
720781
+ created_by: string | null;
720782
+ updated_at: Date | null;
720783
+ updated_by: string | null;
720784
+ id_time_zone: string | null;
720785
+ un_code: string | null;
720786
+ iata_code: string | null;
720787
+ iata_region_code: string | null;
720788
+ latitude: Decimal | null;
720789
+ longitude: Decimal | null;
720790
+ port_name: string | null;
720791
+ proper_name: string | null;
720792
+ has_post: boolean | null;
720793
+ has_customs: boolean | null;
720794
+ has_unload: boolean | null;
720795
+ has_airport: boolean | null;
720796
+ has_railway: boolean | null;
720797
+ has_road: boolean | null;
720798
+ has_store: boolean | null;
720799
+ has_terminal: boolean | null;
720800
+ has_discharge: boolean | null;
720801
+ has_seaport: boolean | null;
720802
+ has_outport: boolean | null;
720803
+ } | null;
720804
+ vessel: {
720805
+ is_active: boolean | null;
720806
+ id: string;
720807
+ name: string | null;
720808
+ id_country: string | null;
720809
+ created_at: Date | null;
720810
+ created_by: string | null;
720811
+ updated_at: Date | null;
720812
+ updated_by: string | null;
720813
+ id_shipping_provider: string | null;
720814
+ id_vessel_consortium: string | null;
720815
+ id_vessel_type: string | null;
720816
+ imo_code: string | null;
720817
+ agent_code: string | null;
720818
+ radio_call_sign: string | null;
720819
+ cargo_carrier_code: string | null;
720820
+ net_register_ton: Decimal | null;
720821
+ } | null;
720207
720822
  payment_type: {
720208
720823
  is_active: boolean | null;
720209
720824
  id: string;
@@ -720519,6 +721134,7 @@ declare const cargoflowRouter: BuiltRouter<{
720519
721134
  container_shipping_types: number;
720520
721135
  load_port_un_locodes: number;
720521
721136
  discharge_port_un_locodes: number;
721137
+ vessel: number;
720522
721138
  service_level: number;
720523
721139
  payment_type: number;
720524
721140
  sending_agent: number;
@@ -720631,6 +721247,24 @@ declare const cargoflowRouter: BuiltRouter<{
720631
721247
  is_shipment: boolean | null;
720632
721248
  is_consol: boolean | null;
720633
721249
  } | null;
721250
+ vessel: {
721251
+ is_active: boolean | null;
721252
+ id: string;
721253
+ name: string | null;
721254
+ id_country: string | null;
721255
+ created_at: Date | null;
721256
+ created_by: string | null;
721257
+ updated_at: Date | null;
721258
+ updated_by: string | null;
721259
+ id_shipping_provider: string | null;
721260
+ id_vessel_consortium: string | null;
721261
+ id_vessel_type: string | null;
721262
+ imo_code: string | null;
721263
+ agent_code: string | null;
721264
+ radio_call_sign: string | null;
721265
+ cargo_carrier_code: string | null;
721266
+ net_register_ton: Decimal | null;
721267
+ } | null;
720634
721268
  carrier_shipping_line: {
720635
721269
  is_active: boolean | null;
720636
721270
  id: string;
@@ -720712,54 +721346,36 @@ declare const cargoflowRouter: BuiltRouter<{
720712
721346
  has_seaport: boolean | null;
720713
721347
  has_outport: boolean | null;
720714
721348
  } | null;
720715
- discharge_port_un_locode: {
720716
- is_active: boolean | null;
720717
- id: string;
720718
- logic_code: string | null;
720719
- id_country: string | null;
720720
- id_state: string | null;
720721
- id_city: string | null;
720722
- created_at: Date | null;
720723
- created_by: string | null;
720724
- updated_at: Date | null;
720725
- updated_by: string | null;
720726
- id_time_zone: string | null;
720727
- un_code: string | null;
720728
- iata_code: string | null;
720729
- iata_region_code: string | null;
720730
- latitude: Decimal | null;
720731
- longitude: Decimal | null;
720732
- port_name: string | null;
720733
- proper_name: string | null;
720734
- has_post: boolean | null;
720735
- has_customs: boolean | null;
720736
- has_unload: boolean | null;
720737
- has_airport: boolean | null;
720738
- has_railway: boolean | null;
720739
- has_road: boolean | null;
720740
- has_store: boolean | null;
720741
- has_terminal: boolean | null;
720742
- has_discharge: boolean | null;
720743
- has_seaport: boolean | null;
720744
- has_outport: boolean | null;
720745
- } | null;
720746
- vessel: {
721349
+ discharge_port_un_locode: {
720747
721350
  is_active: boolean | null;
720748
721351
  id: string;
720749
- name: string | null;
721352
+ logic_code: string | null;
720750
721353
  id_country: string | null;
721354
+ id_state: string | null;
721355
+ id_city: string | null;
720751
721356
  created_at: Date | null;
720752
721357
  created_by: string | null;
720753
721358
  updated_at: Date | null;
720754
721359
  updated_by: string | null;
720755
- id_shipping_provider: string | null;
720756
- id_vessel_consortium: string | null;
720757
- id_vessel_type: string | null;
720758
- imo_code: string | null;
720759
- agent_code: string | null;
720760
- radio_call_sign: string | null;
720761
- cargo_carrier_code: string | null;
720762
- net_register_ton: Decimal | null;
721360
+ id_time_zone: string | null;
721361
+ un_code: string | null;
721362
+ iata_code: string | null;
721363
+ iata_region_code: string | null;
721364
+ latitude: Decimal | null;
721365
+ longitude: Decimal | null;
721366
+ port_name: string | null;
721367
+ proper_name: string | null;
721368
+ has_post: boolean | null;
721369
+ has_customs: boolean | null;
721370
+ has_unload: boolean | null;
721371
+ has_airport: boolean | null;
721372
+ has_railway: boolean | null;
721373
+ has_road: boolean | null;
721374
+ has_store: boolean | null;
721375
+ has_terminal: boolean | null;
721376
+ has_discharge: boolean | null;
721377
+ has_seaport: boolean | null;
721378
+ has_outport: boolean | null;
720763
721379
  } | null;
720764
721380
  is_active: boolean | null;
720765
721381
  id: string;
@@ -720903,6 +721519,86 @@ declare const cargoflowRouter: BuiltRouter<{
720903
721519
  updated_at: Date | null;
720904
721520
  updated_by: string | null;
720905
721521
  } | null;
721522
+ load_port_un_locodes: {
721523
+ is_active: boolean | null;
721524
+ id: string;
721525
+ logic_code: string | null;
721526
+ id_country: string | null;
721527
+ id_state: string | null;
721528
+ id_city: string | null;
721529
+ created_at: Date | null;
721530
+ created_by: string | null;
721531
+ updated_at: Date | null;
721532
+ updated_by: string | null;
721533
+ id_time_zone: string | null;
721534
+ un_code: string | null;
721535
+ iata_code: string | null;
721536
+ iata_region_code: string | null;
721537
+ latitude: Decimal | null;
721538
+ longitude: Decimal | null;
721539
+ port_name: string | null;
721540
+ proper_name: string | null;
721541
+ has_post: boolean | null;
721542
+ has_customs: boolean | null;
721543
+ has_unload: boolean | null;
721544
+ has_airport: boolean | null;
721545
+ has_railway: boolean | null;
721546
+ has_road: boolean | null;
721547
+ has_store: boolean | null;
721548
+ has_terminal: boolean | null;
721549
+ has_discharge: boolean | null;
721550
+ has_seaport: boolean | null;
721551
+ has_outport: boolean | null;
721552
+ } | null;
721553
+ discharge_port_un_locodes: {
721554
+ is_active: boolean | null;
721555
+ id: string;
721556
+ logic_code: string | null;
721557
+ id_country: string | null;
721558
+ id_state: string | null;
721559
+ id_city: string | null;
721560
+ created_at: Date | null;
721561
+ created_by: string | null;
721562
+ updated_at: Date | null;
721563
+ updated_by: string | null;
721564
+ id_time_zone: string | null;
721565
+ un_code: string | null;
721566
+ iata_code: string | null;
721567
+ iata_region_code: string | null;
721568
+ latitude: Decimal | null;
721569
+ longitude: Decimal | null;
721570
+ port_name: string | null;
721571
+ proper_name: string | null;
721572
+ has_post: boolean | null;
721573
+ has_customs: boolean | null;
721574
+ has_unload: boolean | null;
721575
+ has_airport: boolean | null;
721576
+ has_railway: boolean | null;
721577
+ has_road: boolean | null;
721578
+ has_store: boolean | null;
721579
+ has_terminal: boolean | null;
721580
+ has_discharge: boolean | null;
721581
+ has_seaport: boolean | null;
721582
+ has_outport: boolean | null;
721583
+ } | null;
721584
+ vessel: {
721585
+ is_active: boolean | null;
721586
+ id: string;
721587
+ name: string | null;
721588
+ id_country: string | null;
721589
+ created_at: Date | null;
721590
+ created_by: string | null;
721591
+ updated_at: Date | null;
721592
+ updated_by: string | null;
721593
+ id_shipping_provider: string | null;
721594
+ id_vessel_consortium: string | null;
721595
+ id_vessel_type: string | null;
721596
+ imo_code: string | null;
721597
+ agent_code: string | null;
721598
+ radio_call_sign: string | null;
721599
+ cargo_carrier_code: string | null;
721600
+ net_register_ton: Decimal | null;
721601
+ } | null;
720906
721602
  payment_type: {
720907
721603
  is_active: boolean | null;
720908
721604
  id: string;
@@ -721335,6 +722031,45 @@ declare const cargoflowRouter: BuiltRouter<{
721335
722031
  actual_departure?: string | null | undefined;
721336
722032
  actual_arrival?: string | null | undefined;
721337
722033
  is_neutral_mawb?: string | number | boolean | null | undefined;
722034
+ reference_numbers?: {
722035
+ is_active?: string | number | boolean | null | undefined;
722036
+ id_forwarding_consol?: string | number | bigint | null | undefined;
722037
+ id_type?: string | number | bigint | null | undefined;
722038
+ id_country?: string | number | bigint | null | undefined;
722039
+ reference_number?: string | null | undefined;
722040
+ is_preallocation?: string | number | boolean | null | undefined;
722041
+ }[] | undefined;
722042
+ routings?: {
722043
+ is_active?: string | number | boolean | null | undefined;
722044
+ id_forwarding_consol?: string | number | bigint | null | undefined;
722045
+ id_transport_mode?: string | number | bigint | null | undefined;
722046
+ id_load_port?: string | number | bigint | null | undefined;
722047
+ id_discharge_port?: string | number | bigint | null | undefined;
722048
+ id_vessel?: string | number | bigint | null | undefined;
722049
+ id_carrier_shipping_line?: string | number | bigint | null | undefined;
722050
+ id_carrier_airline?: string | number | bigint | null | undefined;
722051
+ trip_number?: string | null | undefined;
722052
+ aircraft_type?: string | null | undefined;
722053
+ aircraft_registration?: string | null | undefined;
722054
+ estimated_departure?: string | null | undefined;
722055
+ estimated_arrival?: string | null | undefined;
722056
+ actual_departure?: string | null | undefined;
722057
+ actual_arrival?: string | null | undefined;
722058
+ }[] | undefined;
722059
+ containers?: {
722060
+ is_active?: string | number | boolean | null | undefined;
722061
+ id_forwarding_consol?: string | number | bigint | null | undefined;
722062
+ id_container_shipping_type?: string | number | bigint | null | undefined;
722063
+ id_delivery_mode?: string | number | bigint | null | undefined;
722064
+ id_type?: string | number | bigint | null | undefined;
722065
+ container_number?: string | null | undefined;
722066
+ container_seals?: {
722067
+ is_active?: string | number | boolean | null | undefined;
722068
+ id_forwarding_consol_container?: string | number | bigint | null | undefined;
722069
+ id_seal_by?: string | number | bigint | null | undefined;
722070
+ seal_number?: string | null | undefined;
722071
+ }[] | undefined;
722072
+ }[] | undefined;
721338
722073
  };
721339
722074
  output: {
721340
722075
  data: {
@@ -721402,6 +722137,61 @@ declare const cargoflowRouter: BuiltRouter<{
721402
722137
  id?: string | number | bigint | null | undefined;
721403
722138
  id_string?: string | null | undefined;
721404
722139
  logic_code?: string | null | undefined;
722140
+ reference_numbers?: {
722141
+ is_system?: (string | number | boolean)[] | null | undefined;
722142
+ id?: string | number | bigint | null | undefined;
722143
+ id_string?: string | null | undefined;
722144
+ logic_code?: string | null | undefined;
722145
+ is_active?: string | number | boolean | null | undefined;
722146
+ id_forwarding_consol?: string | number | bigint | null | undefined;
722147
+ id_type?: string | number | bigint | null | undefined;
722148
+ id_country?: string | number | bigint | null | undefined;
722149
+ reference_number?: string | null | undefined;
722150
+ is_preallocation?: string | number | boolean | null | undefined;
722151
+ }[] | undefined;
722152
+ routings?: {
722153
+ is_system?: (string | number | boolean)[] | null | undefined;
722154
+ id?: string | number | bigint | null | undefined;
722155
+ id_string?: string | null | undefined;
722156
+ logic_code?: string | null | undefined;
722157
+ is_active?: string | number | boolean | null | undefined;
722158
+ id_forwarding_consol?: string | number | bigint | null | undefined;
722159
+ id_transport_mode?: string | number | bigint | null | undefined;
722160
+ id_load_port?: string | number | bigint | null | undefined;
722161
+ id_discharge_port?: string | number | bigint | null | undefined;
722162
+ id_vessel?: string | number | bigint | null | undefined;
722163
+ id_carrier_shipping_line?: string | number | bigint | null | undefined;
722164
+ id_carrier_airline?: string | number | bigint | null | undefined;
722165
+ trip_number?: string | null | undefined;
722166
+ aircraft_type?: string | null | undefined;
722167
+ aircraft_registration?: string | null | undefined;
722168
+ estimated_departure?: string | null | undefined;
722169
+ estimated_arrival?: string | null | undefined;
722170
+ actual_departure?: string | null | undefined;
722171
+ actual_arrival?: string | null | undefined;
722172
+ }[] | undefined;
722173
+ containers?: {
722174
+ is_system?: (string | number | boolean)[] | null | undefined;
722175
+ id?: string | number | bigint | null | undefined;
722176
+ id_string?: string | null | undefined;
722177
+ logic_code?: string | null | undefined;
722178
+ container_seals?: {
722179
+ is_system?: (string | number | boolean)[] | null | undefined;
722180
+ id?: string | number | bigint | null | undefined;
722181
+ id_string?: string | null | undefined;
722182
+ logic_code?: string | null | undefined;
722183
+ is_active?: string | number | boolean | null | undefined;
722184
+ id_forwarding_consol_container?: string | number | bigint | null | undefined;
722185
+ id_seal_by?: string | number | bigint | null | undefined;
722186
+ seal_number?: string | null | undefined;
722187
+ }[] | undefined;
722188
+ is_active?: string | number | boolean | null | undefined;
722189
+ id_forwarding_consol?: string | number | bigint | null | undefined;
722190
+ id_container_shipping_type?: string | number | bigint | null | undefined;
722191
+ id_delivery_mode?: string | number | bigint | null | undefined;
722192
+ id_type?: string | number | bigint | null | undefined;
722193
+ container_number?: string | null | undefined;
722194
+ }[] | undefined;
721405
722195
  is_active?: string | number | boolean | null | undefined;
721406
722196
  id_type?: string | number | bigint | null | undefined;
721407
722197
  id_transport_mode?: string | number | bigint | null | undefined;
@@ -723240,6 +724030,24 @@ declare const cargoflowRouter: BuiltRouter<{
723240
724030
  actual_arrival: Date | null;
723241
724031
  consol_number: string | null;
723242
724032
  } | null;
724033
+ vessel: {
724034
+ is_active: boolean | null;
724035
+ id: string;
724036
+ name: string | null;
724037
+ id_country: string | null;
724038
+ created_at: Date | null;
724039
+ created_by: string | null;
724040
+ updated_at: Date | null;
724041
+ updated_by: string | null;
724042
+ id_shipping_provider: string | null;
724043
+ id_vessel_consortium: string | null;
724044
+ id_vessel_type: string | null;
724045
+ imo_code: string | null;
724046
+ agent_code: string | null;
724047
+ radio_call_sign: string | null;
724048
+ cargo_carrier_code: string | null;
724049
+ net_register_ton: Decimal | null;
724050
+ } | null;
723243
724051
  carrier_shipping_line: {
723244
724052
  is_active: boolean | null;
723245
724053
  id: string;
@@ -723352,24 +724160,6 @@ declare const cargoflowRouter: BuiltRouter<{
723352
724160
  has_seaport: boolean | null;
723353
724161
  has_outport: boolean | null;
723354
724162
  } | null;
723355
- vessel: {
723356
- is_active: boolean | null;
723357
- id: string;
723358
- name: string | null;
723359
- id_country: string | null;
723360
- created_at: Date | null;
723361
- created_by: string | null;
723362
- updated_at: Date | null;
723363
- updated_by: string | null;
723364
- id_shipping_provider: string | null;
723365
- id_vessel_consortium: string | null;
723366
- id_vessel_type: string | null;
723367
- imo_code: string | null;
723368
- agent_code: string | null;
723369
- radio_call_sign: string | null;
723370
- cargo_carrier_code: string | null;
723371
- net_register_ton: Decimal | null;
723372
- } | null;
723373
724163
  is_active: boolean | null;
723374
724164
  id: string;
723375
724165
  logic_code: string | null;
@@ -723474,6 +724264,24 @@ declare const cargoflowRouter: BuiltRouter<{
723474
724264
  actual_arrival: Date | null;
723475
724265
  consol_number: string | null;
723476
724266
  } | null;
724267
+ vessel: {
724268
+ is_active: boolean | null;
724269
+ id: string;
724270
+ name: string | null;
724271
+ id_country: string | null;
724272
+ created_at: Date | null;
724273
+ created_by: string | null;
724274
+ updated_at: Date | null;
724275
+ updated_by: string | null;
724276
+ id_shipping_provider: string | null;
724277
+ id_vessel_consortium: string | null;
724278
+ id_vessel_type: string | null;
724279
+ imo_code: string | null;
724280
+ agent_code: string | null;
724281
+ radio_call_sign: string | null;
724282
+ cargo_carrier_code: string | null;
724283
+ net_register_ton: Decimal | null;
724284
+ } | null;
723477
724285
  carrier_shipping_line: {
723478
724286
  is_active: boolean | null;
723479
724287
  id: string;
@@ -723586,24 +724394,6 @@ declare const cargoflowRouter: BuiltRouter<{
723586
724394
  has_seaport: boolean | null;
723587
724395
  has_outport: boolean | null;
723588
724396
  } | null;
723589
- vessel: {
723590
- is_active: boolean | null;
723591
- id: string;
723592
- name: string | null;
723593
- id_country: string | null;
723594
- created_at: Date | null;
723595
- created_by: string | null;
723596
- updated_at: Date | null;
723597
- updated_by: string | null;
723598
- id_shipping_provider: string | null;
723599
- id_vessel_consortium: string | null;
723600
- id_vessel_type: string | null;
723601
- imo_code: string | null;
723602
- agent_code: string | null;
723603
- radio_call_sign: string | null;
723604
- cargo_carrier_code: string | null;
723605
- net_register_ton: Decimal | null;
723606
- } | null;
723607
724397
  is_active: boolean | null;
723608
724398
  id: string;
723609
724399
  logic_code: string | null;