@be-logixpair/api 0.0.57 → 0.0.58

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 +599 -285
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -172569,7 +172569,7 @@ type organizationsWhereInput = {
172569
172569
  forwarding_console_billing_details_cost_creditor?: Forwarding_console_billing_detailsListRelationFilter;
172570
172570
  forwarding_console_billing_details_sell_debtor?: Forwarding_console_billing_detailsListRelationFilter;
172571
172571
  organization_person_in_charges?: Organization_person_in_chargesListRelationFilter;
172572
- organizations?: OrganizationsListRelationFilter;
172572
+ controlling_branch_organizations?: OrganizationsListRelationFilter;
172573
172573
  organization_service_types?: Organization_service_typesListRelationFilter;
172574
172574
  organization_wh_inv_managements?: Organization_wh_inv_managementsListRelationFilter;
172575
172575
  receivable_settlement_group_organizations?: Organization_account_credit_control_settlementsListRelationFilter;
@@ -172650,7 +172650,7 @@ type organizationsOrderByWithRelationInput = {
172650
172650
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsOrderByRelationAggregateInput;
172651
172651
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsOrderByRelationAggregateInput;
172652
172652
  organization_person_in_charges?: organization_person_in_chargesOrderByRelationAggregateInput;
172653
- organizations?: organizationsOrderByRelationAggregateInput;
172653
+ controlling_branch_organizations?: organizationsOrderByRelationAggregateInput;
172654
172654
  organization_service_types?: organization_service_typesOrderByRelationAggregateInput;
172655
172655
  organization_wh_inv_managements?: organization_wh_inv_managementsOrderByRelationAggregateInput;
172656
172656
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsOrderByRelationAggregateInput;
@@ -172734,7 +172734,7 @@ type organizationsWhereUniqueInput = AtLeast<{
172734
172734
  forwarding_console_billing_details_cost_creditor?: Forwarding_console_billing_detailsListRelationFilter;
172735
172735
  forwarding_console_billing_details_sell_debtor?: Forwarding_console_billing_detailsListRelationFilter;
172736
172736
  organization_person_in_charges?: Organization_person_in_chargesListRelationFilter;
172737
- organizations?: OrganizationsListRelationFilter;
172737
+ controlling_branch_organizations?: OrganizationsListRelationFilter;
172738
172738
  organization_service_types?: Organization_service_typesListRelationFilter;
172739
172739
  organization_wh_inv_managements?: Organization_wh_inv_managementsListRelationFilter;
172740
172740
  receivable_settlement_group_organizations?: Organization_account_credit_control_settlementsListRelationFilter;
@@ -172861,7 +172861,7 @@ type organizationsCreateInput = {
172861
172861
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
172862
172862
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
172863
172863
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
172864
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
172864
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
172865
172865
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
172866
172866
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
172867
172867
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -172890,7 +172890,7 @@ type organizationsCreateInput = {
172890
172890
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
172891
172891
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
172892
172892
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
172893
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
172893
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
172894
172894
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
172895
172895
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
172896
172896
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -172960,7 +172960,7 @@ type organizationsUncheckedCreateInput = {
172960
172960
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
172961
172961
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
172962
172962
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
172963
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
172963
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
172964
172964
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
172965
172965
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
172966
172966
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -173001,7 +173001,7 @@ type organizationsUpdateInput = {
173001
173001
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
173002
173002
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
173003
173003
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
173004
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
173004
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
173005
173005
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
173006
173006
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
173007
173007
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -173030,7 +173030,7 @@ type organizationsUpdateInput = {
173030
173030
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
173031
173031
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
173032
173032
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
173033
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
173033
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
173034
173034
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
173035
173035
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
173036
173036
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -173100,7 +173100,7 @@ type organizationsUncheckedUpdateInput = {
173100
173100
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
173101
173101
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
173102
173102
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
173103
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
173103
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
173104
173104
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
173105
173105
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
173106
173106
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -173713,9 +173713,9 @@ type organizationsUncheckedUpdateManyWithoutPostal_codeNestedInput = {
173713
173713
  updateMany?: organizationsUpdateManyWithWhereWithoutPostal_codeInput | organizationsUpdateManyWithWhereWithoutPostal_codeInput[];
173714
173714
  deleteMany?: organizationsScalarWhereInput | organizationsScalarWhereInput[];
173715
173715
  };
173716
- type organizationsCreateNestedOneWithoutOrganizationsInput = {
173717
- create?: XOR<organizationsCreateWithoutOrganizationsInput, organizationsUncheckedCreateWithoutOrganizationsInput>;
173718
- connectOrCreate?: organizationsCreateOrConnectWithoutOrganizationsInput;
173716
+ type organizationsCreateNestedOneWithoutControlling_branch_organizationsInput = {
173717
+ create?: XOR<organizationsCreateWithoutControlling_branch_organizationsInput, organizationsUncheckedCreateWithoutControlling_branch_organizationsInput>;
173718
+ connectOrCreate?: organizationsCreateOrConnectWithoutControlling_branch_organizationsInput;
173719
173719
  connect?: organizationsWhereUniqueInput;
173720
173720
  };
173721
173721
  type organizationsCreateNestedManyWithoutControlling_branchInput = {
@@ -173730,14 +173730,14 @@ type organizationsUncheckedCreateNestedManyWithoutControlling_branchInput = {
173730
173730
  createMany?: organizationsCreateManyControlling_branchInputEnvelope;
173731
173731
  connect?: organizationsWhereUniqueInput | organizationsWhereUniqueInput[];
173732
173732
  };
173733
- type organizationsUpdateOneWithoutOrganizationsNestedInput = {
173734
- create?: XOR<organizationsCreateWithoutOrganizationsInput, organizationsUncheckedCreateWithoutOrganizationsInput>;
173735
- connectOrCreate?: organizationsCreateOrConnectWithoutOrganizationsInput;
173736
- upsert?: organizationsUpsertWithoutOrganizationsInput;
173733
+ type organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput = {
173734
+ create?: XOR<organizationsCreateWithoutControlling_branch_organizationsInput, organizationsUncheckedCreateWithoutControlling_branch_organizationsInput>;
173735
+ connectOrCreate?: organizationsCreateOrConnectWithoutControlling_branch_organizationsInput;
173736
+ upsert?: organizationsUpsertWithoutControlling_branch_organizationsInput;
173737
173737
  disconnect?: organizationsWhereInput | boolean;
173738
173738
  delete?: organizationsWhereInput | boolean;
173739
173739
  connect?: organizationsWhereUniqueInput;
173740
- update?: XOR<XOR<organizationsUpdateToOneWithWhereWithoutOrganizationsInput, organizationsUpdateWithoutOrganizationsInput>, organizationsUncheckedUpdateWithoutOrganizationsInput>;
173740
+ update?: XOR<XOR<organizationsUpdateToOneWithWhereWithoutControlling_branch_organizationsInput, organizationsUpdateWithoutControlling_branch_organizationsInput>, organizationsUncheckedUpdateWithoutControlling_branch_organizationsInput>;
173741
173741
  };
173742
173742
  type organizationsUpdateManyWithoutControlling_branchNestedInput = {
173743
173743
  create?: XOR<organizationsCreateWithoutControlling_branchInput, organizationsUncheckedCreateWithoutControlling_branchInput> | organizationsCreateWithoutControlling_branchInput[] | organizationsUncheckedCreateWithoutControlling_branchInput[];
@@ -174296,7 +174296,7 @@ type organizationsCreateWithoutForwarding_shipment_billing_local_clientInput = {
174296
174296
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
174297
174297
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
174298
174298
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
174299
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
174299
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
174300
174300
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
174301
174301
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
174302
174302
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -174324,7 +174324,7 @@ type organizationsCreateWithoutForwarding_shipment_billing_local_clientInput = {
174324
174324
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
174325
174325
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
174326
174326
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
174327
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
174327
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
174328
174328
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
174329
174329
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
174330
174330
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -174393,7 +174393,7 @@ type organizationsUncheckedCreateWithoutForwarding_shipment_billing_local_client
174393
174393
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
174394
174394
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
174395
174395
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
174396
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
174396
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
174397
174397
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
174398
174398
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
174399
174399
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -174438,7 +174438,7 @@ type organizationsCreateWithoutForwarding_shipment_billing_overseas_agentInput =
174438
174438
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
174439
174439
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
174440
174440
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
174441
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
174441
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
174442
174442
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
174443
174443
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
174444
174444
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -174466,7 +174466,7 @@ type organizationsCreateWithoutForwarding_shipment_billing_overseas_agentInput =
174466
174466
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
174467
174467
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
174468
174468
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
174469
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
174469
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
174470
174470
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
174471
174471
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
174472
174472
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -174535,7 +174535,7 @@ type organizationsUncheckedCreateWithoutForwarding_shipment_billing_overseas_age
174535
174535
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
174536
174536
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
174537
174537
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
174538
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
174538
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
174539
174539
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
174540
174540
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
174541
174541
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -174589,7 +174589,7 @@ type organizationsUpdateWithoutForwarding_shipment_billing_local_clientInput = {
174589
174589
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
174590
174590
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
174591
174591
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
174592
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
174592
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
174593
174593
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
174594
174594
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
174595
174595
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -174617,7 +174617,7 @@ type organizationsUpdateWithoutForwarding_shipment_billing_local_clientInput = {
174617
174617
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
174618
174618
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
174619
174619
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
174620
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
174620
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
174621
174621
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
174622
174622
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
174623
174623
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -174686,7 +174686,7 @@ type organizationsUncheckedUpdateWithoutForwarding_shipment_billing_local_client
174686
174686
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
174687
174687
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
174688
174688
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
174689
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
174689
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
174690
174690
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
174691
174691
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
174692
174692
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -174736,7 +174736,7 @@ type organizationsUpdateWithoutForwarding_shipment_billing_overseas_agentInput =
174736
174736
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
174737
174737
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
174738
174738
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
174739
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
174739
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
174740
174740
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
174741
174741
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
174742
174742
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -174764,7 +174764,7 @@ type organizationsUpdateWithoutForwarding_shipment_billing_overseas_agentInput =
174764
174764
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
174765
174765
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
174766
174766
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
174767
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
174767
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
174768
174768
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
174769
174769
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
174770
174770
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -174833,7 +174833,7 @@ type organizationsUncheckedUpdateWithoutForwarding_shipment_billing_overseas_age
174833
174833
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
174834
174834
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
174835
174835
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
174836
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
174836
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
174837
174837
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
174838
174838
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
174839
174839
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -174874,7 +174874,7 @@ type organizationsCreateWithoutForwarding_shipment_billing_details_cost_creditor
174874
174874
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
174875
174875
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
174876
174876
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
174877
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
174877
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
174878
174878
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
174879
174879
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
174880
174880
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -174902,7 +174902,7 @@ type organizationsCreateWithoutForwarding_shipment_billing_details_cost_creditor
174902
174902
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
174903
174903
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
174904
174904
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
174905
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
174905
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
174906
174906
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
174907
174907
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
174908
174908
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -174971,7 +174971,7 @@ type organizationsUncheckedCreateWithoutForwarding_shipment_billing_details_cost
174971
174971
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
174972
174972
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
174973
174973
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
174974
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
174974
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
174975
174975
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
174976
174976
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
174977
174977
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -175016,7 +175016,7 @@ type organizationsCreateWithoutForwarding_shipment_billing_details_sell_debtorIn
175016
175016
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
175017
175017
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
175018
175018
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
175019
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
175019
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
175020
175020
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
175021
175021
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
175022
175022
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -175044,7 +175044,7 @@ type organizationsCreateWithoutForwarding_shipment_billing_details_sell_debtorIn
175044
175044
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
175045
175045
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
175046
175046
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
175047
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
175047
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
175048
175048
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
175049
175049
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
175050
175050
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -175113,7 +175113,7 @@ type organizationsUncheckedCreateWithoutForwarding_shipment_billing_details_sell
175113
175113
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
175114
175114
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
175115
175115
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
175116
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
175116
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
175117
175117
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
175118
175118
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
175119
175119
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -175167,7 +175167,7 @@ type organizationsUpdateWithoutForwarding_shipment_billing_details_cost_creditor
175167
175167
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
175168
175168
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
175169
175169
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
175170
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
175170
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
175171
175171
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
175172
175172
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
175173
175173
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -175195,7 +175195,7 @@ type organizationsUpdateWithoutForwarding_shipment_billing_details_cost_creditor
175195
175195
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
175196
175196
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
175197
175197
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
175198
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
175198
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
175199
175199
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
175200
175200
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
175201
175201
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -175264,7 +175264,7 @@ type organizationsUncheckedUpdateWithoutForwarding_shipment_billing_details_cost
175264
175264
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
175265
175265
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
175266
175266
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
175267
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
175267
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
175268
175268
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
175269
175269
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
175270
175270
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -175314,7 +175314,7 @@ type organizationsUpdateWithoutForwarding_shipment_billing_details_sell_debtorIn
175314
175314
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
175315
175315
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
175316
175316
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
175317
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
175317
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
175318
175318
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
175319
175319
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
175320
175320
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -175342,7 +175342,7 @@ type organizationsUpdateWithoutForwarding_shipment_billing_details_sell_debtorIn
175342
175342
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
175343
175343
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
175344
175344
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
175345
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
175345
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
175346
175346
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
175347
175347
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
175348
175348
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -175411,7 +175411,7 @@ type organizationsUncheckedUpdateWithoutForwarding_shipment_billing_details_sell
175411
175411
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
175412
175412
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
175413
175413
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
175414
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
175414
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
175415
175415
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
175416
175416
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
175417
175417
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -175452,7 +175452,7 @@ type organizationsCreateWithoutForwarding_console_billing_details_cost_creditorI
175452
175452
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
175453
175453
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
175454
175454
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
175455
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
175455
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
175456
175456
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
175457
175457
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
175458
175458
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -175480,7 +175480,7 @@ type organizationsCreateWithoutForwarding_console_billing_details_cost_creditorI
175480
175480
  forwarding_console_creditors?: forwarding_consolesCreateNestedManyWithoutCreditorInput;
175481
175481
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
175482
175482
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
175483
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
175483
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
175484
175484
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
175485
175485
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
175486
175486
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -175549,7 +175549,7 @@ type organizationsUncheckedCreateWithoutForwarding_console_billing_details_cost_
175549
175549
  forwarding_console_creditors?: forwarding_consolesUncheckedCreateNestedManyWithoutCreditorInput;
175550
175550
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
175551
175551
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
175552
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
175552
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
175553
175553
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
175554
175554
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
175555
175555
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -175594,7 +175594,7 @@ type organizationsCreateWithoutForwarding_console_billing_details_sell_debtorInp
175594
175594
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
175595
175595
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
175596
175596
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
175597
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
175597
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
175598
175598
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
175599
175599
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
175600
175600
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -175622,7 +175622,7 @@ type organizationsCreateWithoutForwarding_console_billing_details_sell_debtorInp
175622
175622
  forwarding_console_creditors?: forwarding_consolesCreateNestedManyWithoutCreditorInput;
175623
175623
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
175624
175624
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
175625
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
175625
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
175626
175626
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
175627
175627
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
175628
175628
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -175691,7 +175691,7 @@ type organizationsUncheckedCreateWithoutForwarding_console_billing_details_sell_
175691
175691
  forwarding_console_creditors?: forwarding_consolesUncheckedCreateNestedManyWithoutCreditorInput;
175692
175692
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
175693
175693
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
175694
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
175694
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
175695
175695
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
175696
175696
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
175697
175697
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -175745,7 +175745,7 @@ type organizationsUpdateWithoutForwarding_console_billing_details_cost_creditorI
175745
175745
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
175746
175746
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
175747
175747
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
175748
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
175748
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
175749
175749
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
175750
175750
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
175751
175751
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -175773,7 +175773,7 @@ type organizationsUpdateWithoutForwarding_console_billing_details_cost_creditorI
175773
175773
  forwarding_console_creditors?: forwarding_consolesUpdateManyWithoutCreditorNestedInput;
175774
175774
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
175775
175775
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
175776
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
175776
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
175777
175777
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
175778
175778
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
175779
175779
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -175842,7 +175842,7 @@ type organizationsUncheckedUpdateWithoutForwarding_console_billing_details_cost_
175842
175842
  forwarding_console_creditors?: forwarding_consolesUncheckedUpdateManyWithoutCreditorNestedInput;
175843
175843
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
175844
175844
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
175845
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
175845
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
175846
175846
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
175847
175847
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
175848
175848
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -175892,7 +175892,7 @@ type organizationsUpdateWithoutForwarding_console_billing_details_sell_debtorInp
175892
175892
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
175893
175893
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
175894
175894
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
175895
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
175895
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
175896
175896
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
175897
175897
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
175898
175898
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -175920,7 +175920,7 @@ type organizationsUpdateWithoutForwarding_console_billing_details_sell_debtorInp
175920
175920
  forwarding_console_creditors?: forwarding_consolesUpdateManyWithoutCreditorNestedInput;
175921
175921
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
175922
175922
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
175923
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
175923
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
175924
175924
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
175925
175925
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
175926
175926
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -175989,7 +175989,7 @@ type organizationsUncheckedUpdateWithoutForwarding_console_billing_details_sell_
175989
175989
  forwarding_console_creditors?: forwarding_consolesUncheckedUpdateManyWithoutCreditorNestedInput;
175990
175990
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
175991
175991
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
175992
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
175992
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
175993
175993
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
175994
175994
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
175995
175995
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -176030,7 +176030,7 @@ type organizationsCreateWithoutForwarding_bookings_carrierInput = {
176030
176030
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
176031
176031
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
176032
176032
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
176033
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
176033
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
176034
176034
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
176035
176035
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
176036
176036
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -176058,7 +176058,7 @@ type organizationsCreateWithoutForwarding_bookings_carrierInput = {
176058
176058
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
176059
176059
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
176060
176060
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
176061
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
176061
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
176062
176062
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
176063
176063
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
176064
176064
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -176127,7 +176127,7 @@ type organizationsUncheckedCreateWithoutForwarding_bookings_carrierInput = {
176127
176127
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
176128
176128
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
176129
176129
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
176130
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
176130
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
176131
176131
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
176132
176132
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
176133
176133
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -176172,7 +176172,7 @@ type organizationsCreateWithoutForwarding_bookings_creditorInput = {
176172
176172
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
176173
176173
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
176174
176174
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
176175
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
176175
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
176176
176176
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
176177
176177
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
176178
176178
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -176200,7 +176200,7 @@ type organizationsCreateWithoutForwarding_bookings_creditorInput = {
176200
176200
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
176201
176201
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
176202
176202
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
176203
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
176203
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
176204
176204
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
176205
176205
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
176206
176206
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -176269,7 +176269,7 @@ type organizationsUncheckedCreateWithoutForwarding_bookings_creditorInput = {
176269
176269
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
176270
176270
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
176271
176271
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
176272
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
176272
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
176273
176273
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
176274
176274
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
176275
176275
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -176323,7 +176323,7 @@ type organizationsUpdateWithoutForwarding_bookings_carrierInput = {
176323
176323
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
176324
176324
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
176325
176325
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
176326
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
176326
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
176327
176327
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
176328
176328
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
176329
176329
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -176351,7 +176351,7 @@ type organizationsUpdateWithoutForwarding_bookings_carrierInput = {
176351
176351
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
176352
176352
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
176353
176353
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
176354
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
176354
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
176355
176355
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
176356
176356
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
176357
176357
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -176420,7 +176420,7 @@ type organizationsUncheckedUpdateWithoutForwarding_bookings_carrierInput = {
176420
176420
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
176421
176421
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
176422
176422
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
176423
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
176423
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
176424
176424
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
176425
176425
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
176426
176426
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -176470,7 +176470,7 @@ type organizationsUpdateWithoutForwarding_bookings_creditorInput = {
176470
176470
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
176471
176471
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
176472
176472
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
176473
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
176473
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
176474
176474
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
176475
176475
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
176476
176476
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -176498,7 +176498,7 @@ type organizationsUpdateWithoutForwarding_bookings_creditorInput = {
176498
176498
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
176499
176499
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
176500
176500
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
176501
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
176501
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
176502
176502
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
176503
176503
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
176504
176504
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -176567,7 +176567,7 @@ type organizationsUncheckedUpdateWithoutForwarding_bookings_creditorInput = {
176567
176567
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
176568
176568
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
176569
176569
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
176570
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
176570
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
176571
176571
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
176572
176572
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
176573
176573
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -176608,7 +176608,7 @@ type organizationsCreateWithoutForwarding_console_sending_agentsInput = {
176608
176608
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
176609
176609
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
176610
176610
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
176611
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
176611
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
176612
176612
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
176613
176613
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
176614
176614
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -176636,7 +176636,7 @@ type organizationsCreateWithoutForwarding_console_sending_agentsInput = {
176636
176636
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
176637
176637
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
176638
176638
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
176639
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
176639
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
176640
176640
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
176641
176641
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
176642
176642
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -176705,7 +176705,7 @@ type organizationsUncheckedCreateWithoutForwarding_console_sending_agentsInput =
176705
176705
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
176706
176706
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
176707
176707
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
176708
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
176708
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
176709
176709
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
176710
176710
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
176711
176711
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -176750,7 +176750,7 @@ type organizationsCreateWithoutForwarding_console_receiving_agentsInput = {
176750
176750
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
176751
176751
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
176752
176752
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
176753
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
176753
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
176754
176754
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
176755
176755
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
176756
176756
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -176778,7 +176778,7 @@ type organizationsCreateWithoutForwarding_console_receiving_agentsInput = {
176778
176778
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
176779
176779
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
176780
176780
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
176781
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
176781
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
176782
176782
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
176783
176783
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
176784
176784
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -176847,7 +176847,7 @@ type organizationsUncheckedCreateWithoutForwarding_console_receiving_agentsInput
176847
176847
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
176848
176848
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
176849
176849
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
176850
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
176850
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
176851
176851
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
176852
176852
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
176853
176853
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -176892,7 +176892,7 @@ type organizationsCreateWithoutForwarding_console_creditorsInput = {
176892
176892
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
176893
176893
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
176894
176894
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
176895
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
176895
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
176896
176896
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
176897
176897
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
176898
176898
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -176920,7 +176920,7 @@ type organizationsCreateWithoutForwarding_console_creditorsInput = {
176920
176920
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
176921
176921
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
176922
176922
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
176923
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
176923
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
176924
176924
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
176925
176925
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
176926
176926
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -176989,7 +176989,7 @@ type organizationsUncheckedCreateWithoutForwarding_console_creditorsInput = {
176989
176989
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
176990
176990
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
176991
176991
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
176992
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
176992
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
176993
176993
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
176994
176994
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
176995
176995
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -177043,7 +177043,7 @@ type organizationsUpdateWithoutForwarding_console_sending_agentsInput = {
177043
177043
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
177044
177044
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
177045
177045
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
177046
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
177046
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
177047
177047
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
177048
177048
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
177049
177049
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -177071,7 +177071,7 @@ type organizationsUpdateWithoutForwarding_console_sending_agentsInput = {
177071
177071
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
177072
177072
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
177073
177073
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
177074
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
177074
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
177075
177075
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
177076
177076
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
177077
177077
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -177140,7 +177140,7 @@ type organizationsUncheckedUpdateWithoutForwarding_console_sending_agentsInput =
177140
177140
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
177141
177141
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
177142
177142
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
177143
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
177143
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
177144
177144
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
177145
177145
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
177146
177146
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -177190,7 +177190,7 @@ type organizationsUpdateWithoutForwarding_console_receiving_agentsInput = {
177190
177190
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
177191
177191
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
177192
177192
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
177193
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
177193
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
177194
177194
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
177195
177195
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
177196
177196
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -177218,7 +177218,7 @@ type organizationsUpdateWithoutForwarding_console_receiving_agentsInput = {
177218
177218
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
177219
177219
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
177220
177220
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
177221
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
177221
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
177222
177222
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
177223
177223
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
177224
177224
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -177287,7 +177287,7 @@ type organizationsUncheckedUpdateWithoutForwarding_console_receiving_agentsInput
177287
177287
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
177288
177288
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
177289
177289
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
177290
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
177290
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
177291
177291
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
177292
177292
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
177293
177293
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -177337,7 +177337,7 @@ type organizationsUpdateWithoutForwarding_console_creditorsInput = {
177337
177337
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
177338
177338
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
177339
177339
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
177340
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
177340
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
177341
177341
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
177342
177342
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
177343
177343
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -177365,7 +177365,7 @@ type organizationsUpdateWithoutForwarding_console_creditorsInput = {
177365
177365
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
177366
177366
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
177367
177367
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
177368
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
177368
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
177369
177369
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
177370
177370
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
177371
177371
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -177434,7 +177434,7 @@ type organizationsUncheckedUpdateWithoutForwarding_console_creditorsInput = {
177434
177434
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
177435
177435
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
177436
177436
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
177437
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
177437
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
177438
177438
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
177439
177439
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
177440
177440
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -177474,7 +177474,7 @@ type organizationsCreateWithoutUn_locodeInput = {
177474
177474
  state?: statesCreateNestedOneWithoutOrganizationsInput;
177475
177475
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
177476
177476
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
177477
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
177477
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
177478
177478
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
177479
177479
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
177480
177480
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -177503,7 +177503,7 @@ type organizationsCreateWithoutUn_locodeInput = {
177503
177503
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
177504
177504
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
177505
177505
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
177506
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
177506
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
177507
177507
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
177508
177508
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
177509
177509
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -177572,7 +177572,7 @@ type organizationsUncheckedCreateWithoutUn_locodeInput = {
177572
177572
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
177573
177573
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
177574
177574
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
177575
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
177575
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
177576
177576
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
177577
177577
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
177578
177578
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -177675,7 +177675,7 @@ type organizationsCreateWithoutCountryInput = {
177675
177675
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
177676
177676
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
177677
177677
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
177678
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
177678
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
177679
177679
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
177680
177680
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
177681
177681
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -177704,7 +177704,7 @@ type organizationsCreateWithoutCountryInput = {
177704
177704
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
177705
177705
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
177706
177706
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
177707
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
177707
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
177708
177708
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
177709
177709
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
177710
177710
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -177773,7 +177773,7 @@ type organizationsUncheckedCreateWithoutCountryInput = {
177773
177773
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
177774
177774
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
177775
177775
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
177776
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
177776
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
177777
177777
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
177778
177778
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
177779
177779
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -177834,7 +177834,7 @@ type organizationsCreateWithoutStateInput = {
177834
177834
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
177835
177835
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
177836
177836
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
177837
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
177837
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
177838
177838
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
177839
177839
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
177840
177840
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -177863,7 +177863,7 @@ type organizationsCreateWithoutStateInput = {
177863
177863
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
177864
177864
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
177865
177865
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
177866
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
177866
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
177867
177867
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
177868
177868
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
177869
177869
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -177932,7 +177932,7 @@ type organizationsUncheckedCreateWithoutStateInput = {
177932
177932
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
177933
177933
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
177934
177934
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
177935
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
177935
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
177936
177936
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
177937
177937
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
177938
177938
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -177993,7 +177993,7 @@ type organizationsCreateWithoutCityInput = {
177993
177993
  state?: statesCreateNestedOneWithoutOrganizationsInput;
177994
177994
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
177995
177995
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
177996
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
177996
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
177997
177997
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
177998
177998
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
177999
177999
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -178022,7 +178022,7 @@ type organizationsCreateWithoutCityInput = {
178022
178022
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
178023
178023
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
178024
178024
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
178025
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
178025
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
178026
178026
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
178027
178027
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
178028
178028
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -178091,7 +178091,7 @@ type organizationsUncheckedCreateWithoutCityInput = {
178091
178091
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
178092
178092
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
178093
178093
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
178094
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
178094
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
178095
178095
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
178096
178096
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
178097
178097
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -178152,7 +178152,7 @@ type organizationsCreateWithoutPostal_codeInput = {
178152
178152
  state?: statesCreateNestedOneWithoutOrganizationsInput;
178153
178153
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
178154
178154
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
178155
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
178155
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
178156
178156
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
178157
178157
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
178158
178158
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -178181,7 +178181,7 @@ type organizationsCreateWithoutPostal_codeInput = {
178181
178181
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
178182
178182
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
178183
178183
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
178184
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
178184
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
178185
178185
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
178186
178186
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
178187
178187
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -178250,7 +178250,7 @@ type organizationsUncheckedCreateWithoutPostal_codeInput = {
178250
178250
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
178251
178251
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
178252
178252
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
178253
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
178253
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
178254
178254
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
178255
178255
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
178256
178256
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -178277,7 +178277,7 @@ type organizationsUpdateManyWithWhereWithoutPostal_codeInput = {
178277
178277
  where: organizationsScalarWhereInput;
178278
178278
  data: XOR<organizationsUpdateManyMutationInput, organizationsUncheckedUpdateManyWithoutPostal_codeInput>;
178279
178279
  };
178280
- type organizationsCreateWithoutOrganizationsInput = {
178280
+ type organizationsCreateWithoutControlling_branch_organizationsInput = {
178281
178281
  id?: bigint | number;
178282
178282
  logic_code?: string | null;
178283
178283
  code?: string | null;
@@ -178312,7 +178312,7 @@ type organizationsCreateWithoutOrganizationsInput = {
178312
178312
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
178313
178313
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
178314
178314
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
178315
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
178315
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
178316
178316
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
178317
178317
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
178318
178318
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -178346,7 +178346,7 @@ type organizationsCreateWithoutOrganizationsInput = {
178346
178346
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
178347
178347
  payable_settlement_group_organizations?: organization_account_payable_detailsCreateNestedManyWithoutPayable_settlement_group_organizationInput;
178348
178348
  };
178349
- type organizationsUncheckedCreateWithoutOrganizationsInput = {
178349
+ type organizationsUncheckedCreateWithoutControlling_branch_organizationsInput = {
178350
178350
  id?: bigint | number;
178351
178351
  id_company?: bigint | number | null;
178352
178352
  id_branch?: bigint | number | null;
@@ -178415,9 +178415,9 @@ type organizationsUncheckedCreateWithoutOrganizationsInput = {
178415
178415
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
178416
178416
  payable_settlement_group_organizations?: organization_account_payable_detailsUncheckedCreateNestedManyWithoutPayable_settlement_group_organizationInput;
178417
178417
  };
178418
- type organizationsCreateOrConnectWithoutOrganizationsInput = {
178418
+ type organizationsCreateOrConnectWithoutControlling_branch_organizationsInput = {
178419
178419
  where: organizationsWhereUniqueInput;
178420
- create: XOR<organizationsCreateWithoutOrganizationsInput, organizationsUncheckedCreateWithoutOrganizationsInput>;
178420
+ create: XOR<organizationsCreateWithoutControlling_branch_organizationsInput, organizationsUncheckedCreateWithoutControlling_branch_organizationsInput>;
178421
178421
  };
178422
178422
  type organizationsCreateWithoutControlling_branchInput = {
178423
178423
  id?: bigint | number;
@@ -178482,7 +178482,7 @@ type organizationsCreateWithoutControlling_branchInput = {
178482
178482
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
178483
178483
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
178484
178484
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
178485
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
178485
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
178486
178486
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
178487
178487
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
178488
178488
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -178551,7 +178551,7 @@ type organizationsUncheckedCreateWithoutControlling_branchInput = {
178551
178551
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
178552
178552
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
178553
178553
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
178554
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
178554
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
178555
178555
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
178556
178556
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
178557
178557
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -178565,16 +178565,16 @@ type organizationsCreateManyControlling_branchInputEnvelope = {
178565
178565
  data: organizationsCreateManyControlling_branchInput | organizationsCreateManyControlling_branchInput[];
178566
178566
  skipDuplicates?: boolean;
178567
178567
  };
178568
- type organizationsUpsertWithoutOrganizationsInput = {
178569
- update: XOR<organizationsUpdateWithoutOrganizationsInput, organizationsUncheckedUpdateWithoutOrganizationsInput>;
178570
- create: XOR<organizationsCreateWithoutOrganizationsInput, organizationsUncheckedCreateWithoutOrganizationsInput>;
178568
+ type organizationsUpsertWithoutControlling_branch_organizationsInput = {
178569
+ update: XOR<organizationsUpdateWithoutControlling_branch_organizationsInput, organizationsUncheckedUpdateWithoutControlling_branch_organizationsInput>;
178570
+ create: XOR<organizationsCreateWithoutControlling_branch_organizationsInput, organizationsUncheckedCreateWithoutControlling_branch_organizationsInput>;
178571
178571
  where?: organizationsWhereInput;
178572
178572
  };
178573
- type organizationsUpdateToOneWithWhereWithoutOrganizationsInput = {
178573
+ type organizationsUpdateToOneWithWhereWithoutControlling_branch_organizationsInput = {
178574
178574
  where?: organizationsWhereInput;
178575
- data: XOR<organizationsUpdateWithoutOrganizationsInput, organizationsUncheckedUpdateWithoutOrganizationsInput>;
178575
+ data: XOR<organizationsUpdateWithoutControlling_branch_organizationsInput, organizationsUncheckedUpdateWithoutControlling_branch_organizationsInput>;
178576
178576
  };
178577
- type organizationsUpdateWithoutOrganizationsInput = {
178577
+ type organizationsUpdateWithoutControlling_branch_organizationsInput = {
178578
178578
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
178579
178579
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
178580
178580
  code?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -178609,7 +178609,7 @@ type organizationsUpdateWithoutOrganizationsInput = {
178609
178609
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
178610
178610
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
178611
178611
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
178612
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
178612
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
178613
178613
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
178614
178614
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
178615
178615
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -178643,7 +178643,7 @@ type organizationsUpdateWithoutOrganizationsInput = {
178643
178643
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
178644
178644
  payable_settlement_group_organizations?: organization_account_payable_detailsUpdateManyWithoutPayable_settlement_group_organizationNestedInput;
178645
178645
  };
178646
- type organizationsUncheckedUpdateWithoutOrganizationsInput = {
178646
+ type organizationsUncheckedUpdateWithoutControlling_branch_organizationsInput = {
178647
178647
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
178648
178648
  id_company?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
178649
178649
  id_branch?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
@@ -178760,7 +178760,7 @@ type organizationsCreateWithoutOrganization_person_in_chargesInput = {
178760
178760
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
178761
178761
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
178762
178762
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
178763
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
178763
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
178764
178764
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
178765
178765
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
178766
178766
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -178788,7 +178788,7 @@ type organizationsCreateWithoutOrganization_person_in_chargesInput = {
178788
178788
  forwarding_console_creditors?: forwarding_consolesCreateNestedManyWithoutCreditorInput;
178789
178789
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
178790
178790
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
178791
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
178791
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
178792
178792
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
178793
178793
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
178794
178794
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -178857,7 +178857,7 @@ type organizationsUncheckedCreateWithoutOrganization_person_in_chargesInput = {
178857
178857
  forwarding_console_creditors?: forwarding_consolesUncheckedCreateNestedManyWithoutCreditorInput;
178858
178858
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
178859
178859
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
178860
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
178860
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
178861
178861
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
178862
178862
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
178863
178863
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -178911,7 +178911,7 @@ type organizationsUpdateWithoutOrganization_person_in_chargesInput = {
178911
178911
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
178912
178912
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
178913
178913
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
178914
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
178914
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
178915
178915
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
178916
178916
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
178917
178917
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -178939,7 +178939,7 @@ type organizationsUpdateWithoutOrganization_person_in_chargesInput = {
178939
178939
  forwarding_console_creditors?: forwarding_consolesUpdateManyWithoutCreditorNestedInput;
178940
178940
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
178941
178941
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
178942
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
178942
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
178943
178943
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
178944
178944
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
178945
178945
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -179008,7 +179008,7 @@ type organizationsUncheckedUpdateWithoutOrganization_person_in_chargesInput = {
179008
179008
  forwarding_console_creditors?: forwarding_consolesUncheckedUpdateManyWithoutCreditorNestedInput;
179009
179009
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
179010
179010
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
179011
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
179011
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
179012
179012
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
179013
179013
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
179014
179014
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -179048,7 +179048,7 @@ type organizationsCreateWithoutOrganization_business_categoryInput = {
179048
179048
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
179049
179049
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
179050
179050
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
179051
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
179051
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
179052
179052
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
179053
179053
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
179054
179054
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -179077,7 +179077,7 @@ type organizationsCreateWithoutOrganization_business_categoryInput = {
179077
179077
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
179078
179078
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
179079
179079
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
179080
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
179080
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
179081
179081
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
179082
179082
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
179083
179083
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -179146,7 +179146,7 @@ type organizationsUncheckedCreateWithoutOrganization_business_categoryInput = {
179146
179146
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
179147
179147
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
179148
179148
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
179149
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
179149
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
179150
179150
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
179151
179151
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
179152
179152
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -179208,7 +179208,7 @@ type organizationsCreateWithoutOrganization_addressesInput = {
179208
179208
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
179209
179209
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
179210
179210
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
179211
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
179211
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
179212
179212
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
179213
179213
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
179214
179214
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -179236,7 +179236,7 @@ type organizationsCreateWithoutOrganization_addressesInput = {
179236
179236
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
179237
179237
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
179238
179238
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
179239
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
179239
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
179240
179240
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
179241
179241
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
179242
179242
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -179305,7 +179305,7 @@ type organizationsUncheckedCreateWithoutOrganization_addressesInput = {
179305
179305
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
179306
179306
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
179307
179307
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
179308
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
179308
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
179309
179309
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
179310
179310
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
179311
179311
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -179359,7 +179359,7 @@ type organizationsUpdateWithoutOrganization_addressesInput = {
179359
179359
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
179360
179360
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
179361
179361
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
179362
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
179362
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
179363
179363
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
179364
179364
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
179365
179365
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -179387,7 +179387,7 @@ type organizationsUpdateWithoutOrganization_addressesInput = {
179387
179387
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
179388
179388
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
179389
179389
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
179390
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
179390
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
179391
179391
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
179392
179392
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
179393
179393
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -179456,7 +179456,7 @@ type organizationsUncheckedUpdateWithoutOrganization_addressesInput = {
179456
179456
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
179457
179457
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
179458
179458
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
179459
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
179459
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
179460
179460
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
179461
179461
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
179462
179462
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -179497,7 +179497,7 @@ type organizationsCreateWithoutOrganization_staff_assignmentsInput = {
179497
179497
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
179498
179498
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
179499
179499
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
179500
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
179500
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
179501
179501
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
179502
179502
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
179503
179503
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -179525,7 +179525,7 @@ type organizationsCreateWithoutOrganization_staff_assignmentsInput = {
179525
179525
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
179526
179526
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
179527
179527
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
179528
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
179528
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
179529
179529
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
179530
179530
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
179531
179531
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -179594,7 +179594,7 @@ type organizationsUncheckedCreateWithoutOrganization_staff_assignmentsInput = {
179594
179594
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
179595
179595
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
179596
179596
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
179597
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
179597
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
179598
179598
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
179599
179599
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
179600
179600
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -179648,7 +179648,7 @@ type organizationsUpdateWithoutOrganization_staff_assignmentsInput = {
179648
179648
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
179649
179649
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
179650
179650
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
179651
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
179651
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
179652
179652
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
179653
179653
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
179654
179654
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -179676,7 +179676,7 @@ type organizationsUpdateWithoutOrganization_staff_assignmentsInput = {
179676
179676
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
179677
179677
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
179678
179678
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
179679
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
179679
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
179680
179680
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
179681
179681
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
179682
179682
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -179745,7 +179745,7 @@ type organizationsUncheckedUpdateWithoutOrganization_staff_assignmentsInput = {
179745
179745
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
179746
179746
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
179747
179747
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
179748
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
179748
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
179749
179749
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
179750
179750
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
179751
179751
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -179786,7 +179786,7 @@ type organizationsCreateWithoutOrganization_attachmentsInput = {
179786
179786
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
179787
179787
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
179788
179788
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
179789
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
179789
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
179790
179790
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
179791
179791
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
179792
179792
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -179814,7 +179814,7 @@ type organizationsCreateWithoutOrganization_attachmentsInput = {
179814
179814
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
179815
179815
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
179816
179816
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
179817
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
179817
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
179818
179818
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
179819
179819
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
179820
179820
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -179883,7 +179883,7 @@ type organizationsUncheckedCreateWithoutOrganization_attachmentsInput = {
179883
179883
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
179884
179884
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
179885
179885
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
179886
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
179886
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
179887
179887
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
179888
179888
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
179889
179889
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -179937,7 +179937,7 @@ type organizationsUpdateWithoutOrganization_attachmentsInput = {
179937
179937
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
179938
179938
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
179939
179939
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
179940
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
179940
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
179941
179941
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
179942
179942
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
179943
179943
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -179965,7 +179965,7 @@ type organizationsUpdateWithoutOrganization_attachmentsInput = {
179965
179965
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
179966
179966
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
179967
179967
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
179968
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
179968
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
179969
179969
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
179970
179970
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
179971
179971
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -180034,7 +180034,7 @@ type organizationsUncheckedUpdateWithoutOrganization_attachmentsInput = {
180034
180034
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
180035
180035
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
180036
180036
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
180037
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
180037
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
180038
180038
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
180039
180039
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
180040
180040
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -180075,7 +180075,7 @@ type organizationsCreateWithoutOrganization_service_typesInput = {
180075
180075
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
180076
180076
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
180077
180077
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
180078
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
180078
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
180079
180079
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
180080
180080
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
180081
180081
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -180104,7 +180104,7 @@ type organizationsCreateWithoutOrganization_service_typesInput = {
180104
180104
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
180105
180105
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
180106
180106
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
180107
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
180107
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
180108
180108
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
180109
180109
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
180110
180110
  payable_settlement_group_organizations?: organization_account_payable_detailsCreateNestedManyWithoutPayable_settlement_group_organizationInput;
@@ -180173,7 +180173,7 @@ type organizationsUncheckedCreateWithoutOrganization_service_typesInput = {
180173
180173
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
180174
180174
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
180175
180175
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
180176
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
180176
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
180177
180177
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
180178
180178
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
180179
180179
  payable_settlement_group_organizations?: organization_account_payable_detailsUncheckedCreateNestedManyWithoutPayable_settlement_group_organizationInput;
@@ -180230,7 +180230,7 @@ type organizationsCreateWithoutOrganization_wh_inv_managementsInput = {
180230
180230
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
180231
180231
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
180232
180232
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
180233
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
180233
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
180234
180234
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
180235
180235
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
180236
180236
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -180259,7 +180259,7 @@ type organizationsCreateWithoutOrganization_wh_inv_managementsInput = {
180259
180259
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
180260
180260
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
180261
180261
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
180262
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
180262
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
180263
180263
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
180264
180264
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
180265
180265
  payable_settlement_group_organizations?: organization_account_payable_detailsCreateNestedManyWithoutPayable_settlement_group_organizationInput;
@@ -180328,7 +180328,7 @@ type organizationsUncheckedCreateWithoutOrganization_wh_inv_managementsInput = {
180328
180328
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
180329
180329
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
180330
180330
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
180331
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
180331
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
180332
180332
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
180333
180333
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
180334
180334
  payable_settlement_group_organizations?: organization_account_payable_detailsUncheckedCreateNestedManyWithoutPayable_settlement_group_organizationInput;
@@ -180385,7 +180385,7 @@ type organizationsCreateWithoutOrganization_forwarder_detailsInput = {
180385
180385
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
180386
180386
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
180387
180387
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
180388
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
180388
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
180389
180389
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
180390
180390
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
180391
180391
  organization_account_receivable_details?: organization_account_receivable_detailsCreateNestedManyWithoutOrganizationInput;
@@ -180413,7 +180413,7 @@ type organizationsCreateWithoutOrganization_forwarder_detailsInput = {
180413
180413
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
180414
180414
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
180415
180415
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
180416
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
180416
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
180417
180417
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
180418
180418
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
180419
180419
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -180482,7 +180482,7 @@ type organizationsUncheckedCreateWithoutOrganization_forwarder_detailsInput = {
180482
180482
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
180483
180483
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
180484
180484
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
180485
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
180485
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
180486
180486
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
180487
180487
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
180488
180488
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -180536,7 +180536,7 @@ type organizationsUpdateWithoutOrganization_forwarder_detailsInput = {
180536
180536
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
180537
180537
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
180538
180538
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
180539
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
180539
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
180540
180540
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
180541
180541
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
180542
180542
  organization_account_receivable_details?: organization_account_receivable_detailsUpdateManyWithoutOrganizationNestedInput;
@@ -180564,7 +180564,7 @@ type organizationsUpdateWithoutOrganization_forwarder_detailsInput = {
180564
180564
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
180565
180565
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
180566
180566
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
180567
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
180567
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
180568
180568
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
180569
180569
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
180570
180570
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -180633,7 +180633,7 @@ type organizationsUncheckedUpdateWithoutOrganization_forwarder_detailsInput = {
180633
180633
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
180634
180634
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
180635
180635
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
180636
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
180636
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
180637
180637
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
180638
180638
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
180639
180639
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -180674,7 +180674,7 @@ type organizationsCreateWithoutOrganization_account_payable_detailsInput = {
180674
180674
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
180675
180675
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
180676
180676
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
180677
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
180677
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
180678
180678
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
180679
180679
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
180680
180680
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -180702,7 +180702,7 @@ type organizationsCreateWithoutOrganization_account_payable_detailsInput = {
180702
180702
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
180703
180703
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
180704
180704
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
180705
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
180705
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
180706
180706
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
180707
180707
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
180708
180708
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -180771,7 +180771,7 @@ type organizationsUncheckedCreateWithoutOrganization_account_payable_detailsInpu
180771
180771
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
180772
180772
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
180773
180773
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
180774
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
180774
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
180775
180775
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
180776
180776
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
180777
180777
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -180816,7 +180816,7 @@ type organizationsCreateWithoutPayable_settlement_group_organizationsInput = {
180816
180816
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
180817
180817
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
180818
180818
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
180819
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
180819
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
180820
180820
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
180821
180821
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
180822
180822
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -180845,7 +180845,7 @@ type organizationsCreateWithoutPayable_settlement_group_organizationsInput = {
180845
180845
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
180846
180846
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
180847
180847
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
180848
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
180848
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
180849
180849
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
180850
180850
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
180851
180851
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -180914,7 +180914,7 @@ type organizationsUncheckedCreateWithoutPayable_settlement_group_organizationsIn
180914
180914
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
180915
180915
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
180916
180916
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
180917
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
180917
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
180918
180918
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
180919
180919
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
180920
180920
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -180967,7 +180967,7 @@ type organizationsUpdateWithoutOrganization_account_payable_detailsInput = {
180967
180967
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
180968
180968
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
180969
180969
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
180970
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
180970
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
180971
180971
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
180972
180972
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
180973
180973
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -180995,7 +180995,7 @@ type organizationsUpdateWithoutOrganization_account_payable_detailsInput = {
180995
180995
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
180996
180996
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
180997
180997
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
180998
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
180998
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
180999
180999
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
181000
181000
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
181001
181001
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -181064,7 +181064,7 @@ type organizationsUncheckedUpdateWithoutOrganization_account_payable_detailsInpu
181064
181064
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
181065
181065
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
181066
181066
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
181067
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
181067
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
181068
181068
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
181069
181069
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
181070
181070
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -181114,7 +181114,7 @@ type organizationsUpdateWithoutPayable_settlement_group_organizationsInput = {
181114
181114
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
181115
181115
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
181116
181116
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
181117
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
181117
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
181118
181118
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
181119
181119
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
181120
181120
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -181143,7 +181143,7 @@ type organizationsUpdateWithoutPayable_settlement_group_organizationsInput = {
181143
181143
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
181144
181144
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
181145
181145
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
181146
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
181146
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
181147
181147
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
181148
181148
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
181149
181149
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -181212,7 +181212,7 @@ type organizationsUncheckedUpdateWithoutPayable_settlement_group_organizationsIn
181212
181212
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
181213
181213
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
181214
181214
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
181215
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
181215
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
181216
181216
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
181217
181217
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
181218
181218
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -181252,7 +181252,7 @@ type organizationsCreateWithoutOrganization_account_receivable_detailsInput = {
181252
181252
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
181253
181253
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
181254
181254
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
181255
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
181255
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
181256
181256
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
181257
181257
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
181258
181258
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -181280,7 +181280,7 @@ type organizationsCreateWithoutOrganization_account_receivable_detailsInput = {
181280
181280
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
181281
181281
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
181282
181282
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
181283
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
181283
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
181284
181284
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
181285
181285
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
181286
181286
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -181349,7 +181349,7 @@ type organizationsUncheckedCreateWithoutOrganization_account_receivable_detailsI
181349
181349
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
181350
181350
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
181351
181351
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
181352
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
181352
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
181353
181353
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
181354
181354
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
181355
181355
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -181403,7 +181403,7 @@ type organizationsUpdateWithoutOrganization_account_receivable_detailsInput = {
181403
181403
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
181404
181404
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
181405
181405
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
181406
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
181406
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
181407
181407
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
181408
181408
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
181409
181409
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -181431,7 +181431,7 @@ type organizationsUpdateWithoutOrganization_account_receivable_detailsInput = {
181431
181431
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
181432
181432
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
181433
181433
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
181434
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
181434
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
181435
181435
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
181436
181436
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
181437
181437
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -181500,7 +181500,7 @@ type organizationsUncheckedUpdateWithoutOrganization_account_receivable_detailsI
181500
181500
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
181501
181501
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
181502
181502
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
181503
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
181503
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
181504
181504
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
181505
181505
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
181506
181506
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -181541,7 +181541,7 @@ type organizationsCreateWithoutOrganization_account_credit_control_settlementsIn
181541
181541
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
181542
181542
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
181543
181543
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
181544
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
181544
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
181545
181545
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
181546
181546
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
181547
181547
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -181569,7 +181569,7 @@ type organizationsCreateWithoutOrganization_account_credit_control_settlementsIn
181569
181569
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
181570
181570
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
181571
181571
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
181572
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
181572
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
181573
181573
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
181574
181574
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
181575
181575
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -181638,7 +181638,7 @@ type organizationsUncheckedCreateWithoutOrganization_account_credit_control_sett
181638
181638
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
181639
181639
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
181640
181640
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
181641
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
181641
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
181642
181642
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
181643
181643
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
181644
181644
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -181683,7 +181683,7 @@ type organizationsCreateWithoutReceivable_settlement_group_organizationsInput =
181683
181683
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
181684
181684
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
181685
181685
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
181686
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
181686
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
181687
181687
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
181688
181688
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
181689
181689
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -181712,7 +181712,7 @@ type organizationsCreateWithoutReceivable_settlement_group_organizationsInput =
181712
181712
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
181713
181713
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
181714
181714
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
181715
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
181715
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
181716
181716
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
181717
181717
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
181718
181718
  payable_settlement_group_organizations?: organization_account_payable_detailsCreateNestedManyWithoutPayable_settlement_group_organizationInput;
@@ -181781,7 +181781,7 @@ type organizationsUncheckedCreateWithoutReceivable_settlement_group_organization
181781
181781
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
181782
181782
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
181783
181783
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
181784
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
181784
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
181785
181785
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
181786
181786
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
181787
181787
  payable_settlement_group_organizations?: organization_account_payable_detailsUncheckedCreateNestedManyWithoutPayable_settlement_group_organizationInput;
@@ -181834,7 +181834,7 @@ type organizationsUpdateWithoutOrganization_account_credit_control_settlementsIn
181834
181834
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
181835
181835
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
181836
181836
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
181837
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
181837
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
181838
181838
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
181839
181839
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
181840
181840
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -181862,7 +181862,7 @@ type organizationsUpdateWithoutOrganization_account_credit_control_settlementsIn
181862
181862
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
181863
181863
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
181864
181864
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
181865
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
181865
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
181866
181866
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
181867
181867
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
181868
181868
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -181931,7 +181931,7 @@ type organizationsUncheckedUpdateWithoutOrganization_account_credit_control_sett
181931
181931
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
181932
181932
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
181933
181933
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
181934
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
181934
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
181935
181935
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
181936
181936
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
181937
181937
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -181981,7 +181981,7 @@ type organizationsUpdateWithoutReceivable_settlement_group_organizationsInput =
181981
181981
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
181982
181982
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
181983
181983
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
181984
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
181984
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
181985
181985
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
181986
181986
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
181987
181987
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -182010,7 +182010,7 @@ type organizationsUpdateWithoutReceivable_settlement_group_organizationsInput =
182010
182010
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
182011
182011
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
182012
182012
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
182013
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
182013
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
182014
182014
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
182015
182015
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
182016
182016
  payable_settlement_group_organizations?: organization_account_payable_detailsUpdateManyWithoutPayable_settlement_group_organizationNestedInput;
@@ -182079,7 +182079,7 @@ type organizationsUncheckedUpdateWithoutReceivable_settlement_group_organization
182079
182079
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
182080
182080
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
182081
182081
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
182082
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
182082
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
182083
182083
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
182084
182084
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
182085
182085
  payable_settlement_group_organizations?: organization_account_payable_detailsUncheckedUpdateManyWithoutPayable_settlement_group_organizationNestedInput;
@@ -182119,7 +182119,7 @@ type organizationsCreateWithoutOrganization_logsInput = {
182119
182119
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
182120
182120
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
182121
182121
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
182122
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
182122
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
182123
182123
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
182124
182124
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
182125
182125
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -182147,7 +182147,7 @@ type organizationsCreateWithoutOrganization_logsInput = {
182147
182147
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
182148
182148
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
182149
182149
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
182150
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
182150
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
182151
182151
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
182152
182152
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
182153
182153
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -182216,7 +182216,7 @@ type organizationsUncheckedCreateWithoutOrganization_logsInput = {
182216
182216
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
182217
182217
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
182218
182218
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
182219
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
182219
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
182220
182220
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
182221
182221
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
182222
182222
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -182270,7 +182270,7 @@ type organizationsUpdateWithoutOrganization_logsInput = {
182270
182270
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
182271
182271
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
182272
182272
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
182273
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
182273
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
182274
182274
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
182275
182275
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
182276
182276
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -182298,7 +182298,7 @@ type organizationsUpdateWithoutOrganization_logsInput = {
182298
182298
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
182299
182299
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
182300
182300
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
182301
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
182301
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
182302
182302
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
182303
182303
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
182304
182304
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -182367,7 +182367,7 @@ type organizationsUncheckedUpdateWithoutOrganization_logsInput = {
182367
182367
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
182368
182368
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
182369
182369
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
182370
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
182370
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
182371
182371
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
182372
182372
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
182373
182373
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -182408,7 +182408,7 @@ type organizationsCreateWithoutAirlineInput = {
182408
182408
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
182409
182409
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
182410
182410
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
182411
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
182411
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
182412
182412
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
182413
182413
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
182414
182414
  organization_account_receivable_details?: organization_account_receivable_detailsCreateNestedManyWithoutOrganizationInput;
@@ -182436,7 +182436,7 @@ type organizationsCreateWithoutAirlineInput = {
182436
182436
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
182437
182437
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
182438
182438
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
182439
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
182439
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
182440
182440
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
182441
182441
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
182442
182442
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -182505,7 +182505,7 @@ type organizationsUncheckedCreateWithoutAirlineInput = {
182505
182505
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
182506
182506
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
182507
182507
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
182508
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
182508
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
182509
182509
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
182510
182510
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
182511
182511
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -182567,7 +182567,7 @@ type organizationsCreateWithoutShipping_lineInput = {
182567
182567
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
182568
182568
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
182569
182569
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
182570
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
182570
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
182571
182571
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
182572
182572
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
182573
182573
  organization_account_receivable_details?: organization_account_receivable_detailsCreateNestedManyWithoutOrganizationInput;
@@ -182595,7 +182595,7 @@ type organizationsCreateWithoutShipping_lineInput = {
182595
182595
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
182596
182596
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
182597
182597
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
182598
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
182598
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
182599
182599
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
182600
182600
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
182601
182601
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -182664,7 +182664,7 @@ type organizationsUncheckedCreateWithoutShipping_lineInput = {
182664
182664
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
182665
182665
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
182666
182666
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
182667
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
182667
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
182668
182668
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
182669
182669
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
182670
182670
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -182726,7 +182726,7 @@ type organizationsCreateWithoutForwarding_shipments_control_customerInput = {
182726
182726
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
182727
182727
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
182728
182728
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
182729
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
182729
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
182730
182730
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
182731
182731
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
182732
182732
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -182754,7 +182754,7 @@ type organizationsCreateWithoutForwarding_shipments_control_customerInput = {
182754
182754
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
182755
182755
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
182756
182756
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
182757
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
182757
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
182758
182758
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
182759
182759
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
182760
182760
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -182823,7 +182823,7 @@ type organizationsUncheckedCreateWithoutForwarding_shipments_control_customerInp
182823
182823
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
182824
182824
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
182825
182825
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
182826
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
182826
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
182827
182827
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
182828
182828
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
182829
182829
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -182868,7 +182868,7 @@ type organizationsCreateWithoutForwarding_shipments_control_agentInput = {
182868
182868
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
182869
182869
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
182870
182870
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
182871
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
182871
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
182872
182872
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
182873
182873
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
182874
182874
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -182896,7 +182896,7 @@ type organizationsCreateWithoutForwarding_shipments_control_agentInput = {
182896
182896
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
182897
182897
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
182898
182898
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
182899
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
182899
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
182900
182900
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
182901
182901
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
182902
182902
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -182965,7 +182965,7 @@ type organizationsUncheckedCreateWithoutForwarding_shipments_control_agentInput
182965
182965
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
182966
182966
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
182967
182967
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
182968
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
182968
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
182969
182969
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
182970
182970
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
182971
182971
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -183019,7 +183019,7 @@ type organizationsUpdateWithoutForwarding_shipments_control_customerInput = {
183019
183019
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
183020
183020
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
183021
183021
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
183022
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
183022
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
183023
183023
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
183024
183024
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
183025
183025
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -183047,7 +183047,7 @@ type organizationsUpdateWithoutForwarding_shipments_control_customerInput = {
183047
183047
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
183048
183048
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
183049
183049
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
183050
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
183050
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
183051
183051
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
183052
183052
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
183053
183053
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -183116,7 +183116,7 @@ type organizationsUncheckedUpdateWithoutForwarding_shipments_control_customerInp
183116
183116
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
183117
183117
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
183118
183118
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
183119
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
183119
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
183120
183120
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
183121
183121
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
183122
183122
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -183166,7 +183166,7 @@ type organizationsUpdateWithoutForwarding_shipments_control_agentInput = {
183166
183166
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
183167
183167
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
183168
183168
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
183169
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
183169
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
183170
183170
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
183171
183171
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
183172
183172
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -183194,7 +183194,7 @@ type organizationsUpdateWithoutForwarding_shipments_control_agentInput = {
183194
183194
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
183195
183195
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
183196
183196
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
183197
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
183197
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
183198
183198
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
183199
183199
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
183200
183200
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -183263,7 +183263,7 @@ type organizationsUncheckedUpdateWithoutForwarding_shipments_control_agentInput
183263
183263
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
183264
183264
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
183265
183265
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
183266
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
183266
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
183267
183267
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
183268
183268
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
183269
183269
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -183304,7 +183304,7 @@ type organizationsCreateWithoutForwarding_shipment_organizationsInput = {
183304
183304
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
183305
183305
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
183306
183306
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
183307
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
183307
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
183308
183308
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
183309
183309
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
183310
183310
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -183332,7 +183332,7 @@ type organizationsCreateWithoutForwarding_shipment_organizationsInput = {
183332
183332
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
183333
183333
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
183334
183334
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
183335
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
183335
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
183336
183336
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
183337
183337
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
183338
183338
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -183401,7 +183401,7 @@ type organizationsUncheckedCreateWithoutForwarding_shipment_organizationsInput =
183401
183401
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
183402
183402
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
183403
183403
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
183404
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
183404
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
183405
183405
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
183406
183406
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
183407
183407
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -183455,7 +183455,7 @@ type organizationsUpdateWithoutForwarding_shipment_organizationsInput = {
183455
183455
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
183456
183456
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
183457
183457
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
183458
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
183458
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
183459
183459
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
183460
183460
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
183461
183461
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -183483,7 +183483,7 @@ type organizationsUpdateWithoutForwarding_shipment_organizationsInput = {
183483
183483
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
183484
183484
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
183485
183485
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
183486
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
183486
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
183487
183487
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
183488
183488
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
183489
183489
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -183552,7 +183552,7 @@ type organizationsUncheckedUpdateWithoutForwarding_shipment_organizationsInput =
183552
183552
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
183553
183553
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
183554
183554
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
183555
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
183555
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
183556
183556
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
183557
183557
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
183558
183558
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -183593,7 +183593,7 @@ type organizationsCreateWithoutForwarding_shipment_pickup_deliveries_organizatio
183593
183593
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
183594
183594
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
183595
183595
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
183596
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
183596
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
183597
183597
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
183598
183598
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
183599
183599
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -183621,7 +183621,7 @@ type organizationsCreateWithoutForwarding_shipment_pickup_deliveries_organizatio
183621
183621
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
183622
183622
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
183623
183623
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
183624
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
183624
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
183625
183625
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
183626
183626
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
183627
183627
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -183690,7 +183690,7 @@ type organizationsUncheckedCreateWithoutForwarding_shipment_pickup_deliveries_or
183690
183690
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
183691
183691
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
183692
183692
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
183693
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
183693
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
183694
183694
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
183695
183695
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
183696
183696
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -183735,7 +183735,7 @@ type organizationsCreateWithoutForwarding_shipment_pickup_deliveries_whs_organiz
183735
183735
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
183736
183736
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
183737
183737
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
183738
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
183738
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
183739
183739
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
183740
183740
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
183741
183741
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -183763,7 +183763,7 @@ type organizationsCreateWithoutForwarding_shipment_pickup_deliveries_whs_organiz
183763
183763
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
183764
183764
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
183765
183765
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
183766
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
183766
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
183767
183767
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
183768
183768
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
183769
183769
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -183832,7 +183832,7 @@ type organizationsUncheckedCreateWithoutForwarding_shipment_pickup_deliveries_wh
183832
183832
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
183833
183833
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
183834
183834
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
183835
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
183835
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
183836
183836
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
183837
183837
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
183838
183838
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -183877,7 +183877,7 @@ type organizationsCreateWithoutForwarding_shipment_pickup_deliveries_vendor_orga
183877
183877
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
183878
183878
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
183879
183879
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
183880
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
183880
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
183881
183881
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
183882
183882
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
183883
183883
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -183905,7 +183905,7 @@ type organizationsCreateWithoutForwarding_shipment_pickup_deliveries_vendor_orga
183905
183905
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
183906
183906
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
183907
183907
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
183908
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
183908
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
183909
183909
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
183910
183910
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
183911
183911
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -183974,7 +183974,7 @@ type organizationsUncheckedCreateWithoutForwarding_shipment_pickup_deliveries_ve
183974
183974
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
183975
183975
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
183976
183976
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
183977
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
183977
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
183978
183978
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
183979
183979
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
183980
183980
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -184028,7 +184028,7 @@ type organizationsUpdateWithoutForwarding_shipment_pickup_deliveries_organizatio
184028
184028
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
184029
184029
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
184030
184030
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
184031
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
184031
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
184032
184032
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
184033
184033
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
184034
184034
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -184056,7 +184056,7 @@ type organizationsUpdateWithoutForwarding_shipment_pickup_deliveries_organizatio
184056
184056
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
184057
184057
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
184058
184058
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
184059
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
184059
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
184060
184060
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
184061
184061
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
184062
184062
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -184125,7 +184125,7 @@ type organizationsUncheckedUpdateWithoutForwarding_shipment_pickup_deliveries_or
184125
184125
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
184126
184126
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
184127
184127
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
184128
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
184128
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
184129
184129
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
184130
184130
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
184131
184131
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -184175,7 +184175,7 @@ type organizationsUpdateWithoutForwarding_shipment_pickup_deliveries_whs_organiz
184175
184175
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
184176
184176
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
184177
184177
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
184178
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
184178
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
184179
184179
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
184180
184180
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
184181
184181
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -184203,7 +184203,7 @@ type organizationsUpdateWithoutForwarding_shipment_pickup_deliveries_whs_organiz
184203
184203
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
184204
184204
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
184205
184205
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
184206
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
184206
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
184207
184207
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
184208
184208
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
184209
184209
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -184272,7 +184272,7 @@ type organizationsUncheckedUpdateWithoutForwarding_shipment_pickup_deliveries_wh
184272
184272
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
184273
184273
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
184274
184274
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
184275
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
184275
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
184276
184276
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
184277
184277
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
184278
184278
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -184322,7 +184322,7 @@ type organizationsUpdateWithoutForwarding_shipment_pickup_deliveries_vendor_orga
184322
184322
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
184323
184323
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
184324
184324
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
184325
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
184325
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
184326
184326
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
184327
184327
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
184328
184328
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -184350,7 +184350,7 @@ type organizationsUpdateWithoutForwarding_shipment_pickup_deliveries_vendor_orga
184350
184350
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
184351
184351
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
184352
184352
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
184353
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
184353
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
184354
184354
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
184355
184355
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
184356
184356
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -184419,7 +184419,7 @@ type organizationsUncheckedUpdateWithoutForwarding_shipment_pickup_deliveries_ve
184419
184419
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
184420
184420
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
184421
184421
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
184422
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
184422
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
184423
184423
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
184424
184424
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
184425
184425
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -184459,7 +184459,7 @@ type organizationsCreateWithoutCompanyInput = {
184459
184459
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
184460
184460
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
184461
184461
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
184462
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
184462
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
184463
184463
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
184464
184464
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
184465
184465
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -184488,7 +184488,7 @@ type organizationsCreateWithoutCompanyInput = {
184488
184488
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
184489
184489
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
184490
184490
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
184491
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
184491
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
184492
184492
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
184493
184493
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
184494
184494
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -184557,7 +184557,7 @@ type organizationsUncheckedCreateWithoutCompanyInput = {
184557
184557
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
184558
184558
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
184559
184559
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
184560
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
184560
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
184561
184561
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
184562
184562
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
184563
184563
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -184618,7 +184618,7 @@ type organizationsCreateWithoutBranchInput = {
184618
184618
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
184619
184619
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
184620
184620
  un_locode?: un_locodesCreateNestedOneWithoutOrganizationsInput;
184621
- controlling_branch?: organizationsCreateNestedOneWithoutOrganizationsInput;
184621
+ controlling_branch?: organizationsCreateNestedOneWithoutControlling_branch_organizationsInput;
184622
184622
  airline?: airlinesCreateNestedOneWithoutOrganizationsInput;
184623
184623
  shipping_line?: shipping_linesCreateNestedOneWithoutOrganizationsInput;
184624
184624
  organization_forwarder_details?: organization_forwarder_detailsCreateNestedOneWithoutOrganizationInput;
@@ -184647,7 +184647,7 @@ type organizationsCreateWithoutBranchInput = {
184647
184647
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsCreateNestedManyWithoutCost_creditorInput;
184648
184648
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsCreateNestedManyWithoutSell_debtorInput;
184649
184649
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
184650
- organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
184650
+ controlling_branch_organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
184651
184651
  organization_service_types?: organization_service_typesCreateNestedManyWithoutOrganizationsInput;
184652
184652
  organization_wh_inv_managements?: organization_wh_inv_managementsCreateNestedManyWithoutOrganizationsInput;
184653
184653
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -184716,7 +184716,7 @@ type organizationsUncheckedCreateWithoutBranchInput = {
184716
184716
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutCost_creditorInput;
184717
184717
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedCreateNestedManyWithoutSell_debtorInput;
184718
184718
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
184719
- organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
184719
+ controlling_branch_organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
184720
184720
  organization_service_types?: organization_service_typesUncheckedCreateNestedManyWithoutOrganizationsInput;
184721
184721
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedCreateNestedManyWithoutOrganizationsInput;
184722
184722
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedCreateNestedManyWithoutReceivable_settlement_group_organizationInput;
@@ -184815,7 +184815,7 @@ type organizationsUpdateWithoutUn_locodeInput = {
184815
184815
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
184816
184816
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
184817
184817
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
184818
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
184818
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
184819
184819
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
184820
184820
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
184821
184821
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -184844,7 +184844,7 @@ type organizationsUpdateWithoutUn_locodeInput = {
184844
184844
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
184845
184845
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
184846
184846
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
184847
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
184847
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
184848
184848
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
184849
184849
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
184850
184850
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -184913,7 +184913,7 @@ type organizationsUncheckedUpdateWithoutUn_locodeInput = {
184913
184913
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
184914
184914
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
184915
184915
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
184916
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
184916
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
184917
184917
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
184918
184918
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
184919
184919
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -185029,7 +185029,7 @@ type organizationsUpdateWithoutCountryInput = {
185029
185029
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
185030
185030
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
185031
185031
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
185032
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
185032
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
185033
185033
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
185034
185034
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
185035
185035
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -185058,7 +185058,7 @@ type organizationsUpdateWithoutCountryInput = {
185058
185058
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
185059
185059
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
185060
185060
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
185061
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
185061
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
185062
185062
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
185063
185063
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
185064
185064
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -185127,7 +185127,7 @@ type organizationsUncheckedUpdateWithoutCountryInput = {
185127
185127
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
185128
185128
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
185129
185129
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
185130
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
185130
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
185131
185131
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
185132
185132
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
185133
185133
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -185243,7 +185243,7 @@ type organizationsUpdateWithoutStateInput = {
185243
185243
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
185244
185244
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
185245
185245
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
185246
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
185246
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
185247
185247
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
185248
185248
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
185249
185249
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -185272,7 +185272,7 @@ type organizationsUpdateWithoutStateInput = {
185272
185272
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
185273
185273
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
185274
185274
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
185275
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
185275
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
185276
185276
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
185277
185277
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
185278
185278
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -185341,7 +185341,7 @@ type organizationsUncheckedUpdateWithoutStateInput = {
185341
185341
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
185342
185342
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
185343
185343
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
185344
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
185344
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
185345
185345
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
185346
185346
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
185347
185347
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -185457,7 +185457,7 @@ type organizationsUpdateWithoutCityInput = {
185457
185457
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
185458
185458
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
185459
185459
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
185460
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
185460
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
185461
185461
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
185462
185462
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
185463
185463
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -185486,7 +185486,7 @@ type organizationsUpdateWithoutCityInput = {
185486
185486
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
185487
185487
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
185488
185488
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
185489
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
185489
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
185490
185490
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
185491
185491
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
185492
185492
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -185555,7 +185555,7 @@ type organizationsUncheckedUpdateWithoutCityInput = {
185555
185555
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
185556
185556
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
185557
185557
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
185558
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
185558
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
185559
185559
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
185560
185560
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
185561
185561
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -185671,7 +185671,7 @@ type organizationsUpdateWithoutPostal_codeInput = {
185671
185671
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
185672
185672
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
185673
185673
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
185674
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
185674
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
185675
185675
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
185676
185676
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
185677
185677
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -185700,7 +185700,7 @@ type organizationsUpdateWithoutPostal_codeInput = {
185700
185700
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
185701
185701
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
185702
185702
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
185703
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
185703
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
185704
185704
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
185705
185705
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
185706
185706
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -185769,7 +185769,7 @@ type organizationsUncheckedUpdateWithoutPostal_codeInput = {
185769
185769
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
185770
185770
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
185771
185771
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
185772
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
185772
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
185773
185773
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
185774
185774
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
185775
185775
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -185914,7 +185914,7 @@ type organizationsUpdateWithoutControlling_branchInput = {
185914
185914
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
185915
185915
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
185916
185916
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
185917
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
185917
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
185918
185918
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
185919
185919
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
185920
185920
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -185983,7 +185983,7 @@ type organizationsUncheckedUpdateWithoutControlling_branchInput = {
185983
185983
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
185984
185984
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
185985
185985
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
185986
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
185986
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
185987
185987
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
185988
185988
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
185989
185989
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -186099,7 +186099,7 @@ type organizationsUpdateWithoutOrganization_business_categoryInput = {
186099
186099
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
186100
186100
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
186101
186101
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
186102
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
186102
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
186103
186103
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
186104
186104
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
186105
186105
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -186128,7 +186128,7 @@ type organizationsUpdateWithoutOrganization_business_categoryInput = {
186128
186128
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
186129
186129
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
186130
186130
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
186131
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
186131
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
186132
186132
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
186133
186133
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
186134
186134
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -186197,7 +186197,7 @@ type organizationsUncheckedUpdateWithoutOrganization_business_categoryInput = {
186197
186197
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
186198
186198
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
186199
186199
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
186200
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
186200
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
186201
186201
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
186202
186202
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
186203
186203
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -186276,7 +186276,7 @@ type organizationsUpdateWithoutOrganization_service_typesInput = {
186276
186276
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
186277
186277
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
186278
186278
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
186279
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
186279
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
186280
186280
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
186281
186281
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
186282
186282
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -186305,7 +186305,7 @@ type organizationsUpdateWithoutOrganization_service_typesInput = {
186305
186305
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
186306
186306
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
186307
186307
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
186308
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
186308
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
186309
186309
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
186310
186310
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
186311
186311
  payable_settlement_group_organizations?: organization_account_payable_detailsUpdateManyWithoutPayable_settlement_group_organizationNestedInput;
@@ -186374,7 +186374,7 @@ type organizationsUncheckedUpdateWithoutOrganization_service_typesInput = {
186374
186374
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
186375
186375
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
186376
186376
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
186377
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
186377
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
186378
186378
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
186379
186379
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
186380
186380
  payable_settlement_group_organizations?: organization_account_payable_detailsUncheckedUpdateManyWithoutPayable_settlement_group_organizationNestedInput;
@@ -186453,7 +186453,7 @@ type organizationsUpdateWithoutOrganization_wh_inv_managementsInput = {
186453
186453
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
186454
186454
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
186455
186455
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
186456
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
186456
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
186457
186457
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
186458
186458
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
186459
186459
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -186482,7 +186482,7 @@ type organizationsUpdateWithoutOrganization_wh_inv_managementsInput = {
186482
186482
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
186483
186483
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
186484
186484
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
186485
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
186485
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
186486
186486
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
186487
186487
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
186488
186488
  payable_settlement_group_organizations?: organization_account_payable_detailsUpdateManyWithoutPayable_settlement_group_organizationNestedInput;
@@ -186551,7 +186551,7 @@ type organizationsUncheckedUpdateWithoutOrganization_wh_inv_managementsInput = {
186551
186551
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
186552
186552
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
186553
186553
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
186554
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
186554
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
186555
186555
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
186556
186556
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
186557
186557
  payable_settlement_group_organizations?: organization_account_payable_detailsUncheckedUpdateManyWithoutPayable_settlement_group_organizationNestedInput;
@@ -186668,7 +186668,7 @@ type organizationsUpdateWithoutAirlineInput = {
186668
186668
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
186669
186669
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
186670
186670
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
186671
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
186671
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
186672
186672
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
186673
186673
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
186674
186674
  organization_account_receivable_details?: organization_account_receivable_detailsUpdateManyWithoutOrganizationNestedInput;
@@ -186696,7 +186696,7 @@ type organizationsUpdateWithoutAirlineInput = {
186696
186696
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
186697
186697
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
186698
186698
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
186699
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
186699
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
186700
186700
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
186701
186701
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
186702
186702
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -186765,7 +186765,7 @@ type organizationsUncheckedUpdateWithoutAirlineInput = {
186765
186765
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
186766
186766
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
186767
186767
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
186768
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
186768
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
186769
186769
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
186770
186770
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
186771
186771
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -186882,7 +186882,7 @@ type organizationsUpdateWithoutShipping_lineInput = {
186882
186882
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
186883
186883
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
186884
186884
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
186885
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
186885
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
186886
186886
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
186887
186887
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
186888
186888
  organization_account_receivable_details?: organization_account_receivable_detailsUpdateManyWithoutOrganizationNestedInput;
@@ -186910,7 +186910,7 @@ type organizationsUpdateWithoutShipping_lineInput = {
186910
186910
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
186911
186911
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
186912
186912
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
186913
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
186913
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
186914
186914
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
186915
186915
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
186916
186916
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -186979,7 +186979,7 @@ type organizationsUncheckedUpdateWithoutShipping_lineInput = {
186979
186979
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
186980
186980
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
186981
186981
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
186982
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
186982
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
186983
186983
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
186984
186984
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
186985
186985
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -187095,7 +187095,7 @@ type organizationsUpdateWithoutCompanyInput = {
187095
187095
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
187096
187096
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
187097
187097
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
187098
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
187098
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
187099
187099
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
187100
187100
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
187101
187101
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -187124,7 +187124,7 @@ type organizationsUpdateWithoutCompanyInput = {
187124
187124
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
187125
187125
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
187126
187126
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
187127
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
187127
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
187128
187128
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
187129
187129
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
187130
187130
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -187193,7 +187193,7 @@ type organizationsUncheckedUpdateWithoutCompanyInput = {
187193
187193
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
187194
187194
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
187195
187195
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
187196
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
187196
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
187197
187197
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
187198
187198
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
187199
187199
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -187309,7 +187309,7 @@ type organizationsUpdateWithoutBranchInput = {
187309
187309
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
187310
187310
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
187311
187311
  un_locode?: un_locodesUpdateOneWithoutOrganizationsNestedInput;
187312
- controlling_branch?: organizationsUpdateOneWithoutOrganizationsNestedInput;
187312
+ controlling_branch?: organizationsUpdateOneWithoutControlling_branch_organizationsNestedInput;
187313
187313
  airline?: airlinesUpdateOneWithoutOrganizationsNestedInput;
187314
187314
  shipping_line?: shipping_linesUpdateOneWithoutOrganizationsNestedInput;
187315
187315
  organization_forwarder_details?: organization_forwarder_detailsUpdateOneWithoutOrganizationNestedInput;
@@ -187338,7 +187338,7 @@ type organizationsUpdateWithoutBranchInput = {
187338
187338
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUpdateManyWithoutCost_creditorNestedInput;
187339
187339
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUpdateManyWithoutSell_debtorNestedInput;
187340
187340
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
187341
- organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
187341
+ controlling_branch_organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
187342
187342
  organization_service_types?: organization_service_typesUpdateManyWithoutOrganizationsNestedInput;
187343
187343
  organization_wh_inv_managements?: organization_wh_inv_managementsUpdateManyWithoutOrganizationsNestedInput;
187344
187344
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -187407,7 +187407,7 @@ type organizationsUncheckedUpdateWithoutBranchInput = {
187407
187407
  forwarding_console_billing_details_cost_creditor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutCost_creditorNestedInput;
187408
187408
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
187409
187409
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
187410
- organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
187410
+ controlling_branch_organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
187411
187411
  organization_service_types?: organization_service_typesUncheckedUpdateManyWithoutOrganizationsNestedInput;
187412
187412
  organization_wh_inv_managements?: organization_wh_inv_managementsUncheckedUpdateManyWithoutOrganizationsNestedInput;
187413
187413
  receivable_settlement_group_organizations?: organization_account_credit_control_settlementsUncheckedUpdateManyWithoutReceivable_settlement_group_organizationNestedInput;
@@ -187481,7 +187481,7 @@ type OrganizationsCountOutputTypeSelect<ExtArgs extends Types$1.Extensions.Inter
187481
187481
  forwarding_console_billing_details_cost_creditor?: boolean | OrganizationsCountOutputTypeCountForwarding_console_billing_details_cost_creditorArgs;
187482
187482
  forwarding_console_billing_details_sell_debtor?: boolean | OrganizationsCountOutputTypeCountForwarding_console_billing_details_sell_debtorArgs;
187483
187483
  organization_person_in_charges?: boolean | OrganizationsCountOutputTypeCountOrganization_person_in_chargesArgs;
187484
- organizations?: boolean | OrganizationsCountOutputTypeCountOrganizationsArgs;
187484
+ controlling_branch_organizations?: boolean | OrganizationsCountOutputTypeCountControlling_branch_organizationsArgs;
187485
187485
  organization_service_types?: boolean | OrganizationsCountOutputTypeCountOrganization_service_typesArgs;
187486
187486
  organization_wh_inv_managements?: boolean | OrganizationsCountOutputTypeCountOrganization_wh_inv_managementsArgs;
187487
187487
  receivable_settlement_group_organizations?: boolean | OrganizationsCountOutputTypeCountReceivable_settlement_group_organizationsArgs;
@@ -187649,7 +187649,7 @@ type OrganizationsCountOutputTypeCountOrganization_person_in_chargesArgs<ExtArgs
187649
187649
  /**
187650
187650
  * OrganizationsCountOutputType without action
187651
187651
  */
187652
- type OrganizationsCountOutputTypeCountOrganizationsArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
187652
+ type OrganizationsCountOutputTypeCountControlling_branch_organizationsArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
187653
187653
  where?: organizationsWhereInput;
187654
187654
  };
187655
187655
  /**
@@ -187751,7 +187751,7 @@ type organizationsSelect<ExtArgs extends Types$1.Extensions.InternalArgs = Types
187751
187751
  forwarding_console_billing_details_cost_creditor?: boolean | organizations$forwarding_console_billing_details_cost_creditorArgs<ExtArgs>;
187752
187752
  forwarding_console_billing_details_sell_debtor?: boolean | organizations$forwarding_console_billing_details_sell_debtorArgs<ExtArgs>;
187753
187753
  organization_person_in_charges?: boolean | organizations$organization_person_in_chargesArgs<ExtArgs>;
187754
- organizations?: boolean | organizations$organizationsArgs<ExtArgs>;
187754
+ controlling_branch_organizations?: boolean | organizations$controlling_branch_organizationsArgs<ExtArgs>;
187755
187755
  organization_service_types?: boolean | organizations$organization_service_typesArgs<ExtArgs>;
187756
187756
  organization_wh_inv_managements?: boolean | organizations$organization_wh_inv_managementsArgs<ExtArgs>;
187757
187757
  receivable_settlement_group_organizations?: boolean | organizations$receivable_settlement_group_organizationsArgs<ExtArgs>;
@@ -187897,7 +187897,7 @@ type organizationsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Type
187897
187897
  forwarding_console_billing_details_cost_creditor?: boolean | organizations$forwarding_console_billing_details_cost_creditorArgs<ExtArgs>;
187898
187898
  forwarding_console_billing_details_sell_debtor?: boolean | organizations$forwarding_console_billing_details_sell_debtorArgs<ExtArgs>;
187899
187899
  organization_person_in_charges?: boolean | organizations$organization_person_in_chargesArgs<ExtArgs>;
187900
- organizations?: boolean | organizations$organizationsArgs<ExtArgs>;
187900
+ controlling_branch_organizations?: boolean | organizations$controlling_branch_organizationsArgs<ExtArgs>;
187901
187901
  organization_service_types?: boolean | organizations$organization_service_typesArgs<ExtArgs>;
187902
187902
  organization_wh_inv_managements?: boolean | organizations$organization_wh_inv_managementsArgs<ExtArgs>;
187903
187903
  receivable_settlement_group_organizations?: boolean | organizations$receivable_settlement_group_organizationsArgs<ExtArgs>;
@@ -187970,7 +187970,7 @@ type $organizationsPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Typ
187970
187970
  forwarding_console_billing_details_cost_creditor: $forwarding_console_billing_detailsPayload<ExtArgs>[];
187971
187971
  forwarding_console_billing_details_sell_debtor: $forwarding_console_billing_detailsPayload<ExtArgs>[];
187972
187972
  organization_person_in_charges: $organization_person_in_chargesPayload<ExtArgs>[];
187973
- organizations: $organizationsPayload<ExtArgs>[];
187973
+ controlling_branch_organizations: $organizationsPayload<ExtArgs>[];
187974
187974
  organization_service_types: $organization_service_typesPayload<ExtArgs>[];
187975
187975
  organization_wh_inv_managements: $organization_wh_inv_managementsPayload<ExtArgs>[];
187976
187976
  receivable_settlement_group_organizations: $organization_account_credit_control_settlementsPayload<ExtArgs>[];
@@ -188366,7 +188366,7 @@ interface Prisma__organizationsClient<T$1, Null = never, ExtArgs extends Types$1
188366
188366
  forwarding_console_billing_details_cost_creditor<T$1 extends organizations$forwarding_console_billing_details_cost_creditorArgs<ExtArgs> = {}>(args?: Subset<T$1, organizations$forwarding_console_billing_details_cost_creditorArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_console_billing_detailsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
188367
188367
  forwarding_console_billing_details_sell_debtor<T$1 extends organizations$forwarding_console_billing_details_sell_debtorArgs<ExtArgs> = {}>(args?: Subset<T$1, organizations$forwarding_console_billing_details_sell_debtorArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_console_billing_detailsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
188368
188368
  organization_person_in_charges<T$1 extends organizations$organization_person_in_chargesArgs<ExtArgs> = {}>(args?: Subset<T$1, organizations$organization_person_in_chargesArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$organization_person_in_chargesPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
188369
- organizations<T$1 extends organizations$organizationsArgs<ExtArgs> = {}>(args?: Subset<T$1, organizations$organizationsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$organizationsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
188369
+ controlling_branch_organizations<T$1 extends organizations$controlling_branch_organizationsArgs<ExtArgs> = {}>(args?: Subset<T$1, organizations$controlling_branch_organizationsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$organizationsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
188370
188370
  organization_service_types<T$1 extends organizations$organization_service_typesArgs<ExtArgs> = {}>(args?: Subset<T$1, organizations$organization_service_typesArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$organization_service_typesPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
188371
188371
  organization_wh_inv_managements<T$1 extends organizations$organization_wh_inv_managementsArgs<ExtArgs> = {}>(args?: Subset<T$1, organizations$organization_wh_inv_managementsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$organization_wh_inv_managementsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
188372
188372
  receivable_settlement_group_organizations<T$1 extends organizations$receivable_settlement_group_organizationsArgs<ExtArgs> = {}>(args?: Subset<T$1, organizations$receivable_settlement_group_organizationsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$organization_account_credit_control_settlementsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
@@ -189603,9 +189603,9 @@ type organizations$organization_person_in_chargesArgs<ExtArgs extends Types$1.Ex
189603
189603
  distinct?: Organization_person_in_chargesScalarFieldEnum | Organization_person_in_chargesScalarFieldEnum[];
189604
189604
  };
189605
189605
  /**
189606
- * organizations.organizations
189606
+ * organizations.controlling_branch_organizations
189607
189607
  */
189608
- type organizations$organizationsArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
189608
+ type organizations$controlling_branch_organizationsArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
189609
189609
  /**
189610
189610
  * Select specific fields to fetch from the organizations
189611
189611
  */
@@ -656793,6 +656793,109 @@ declare const appRouter: BuiltRouter<{
656793
656793
  updated_by: string | null;
656794
656794
  code: string | null;
656795
656795
  } | null;
656796
+ organization_service_types: {
656797
+ is_active: boolean | null;
656798
+ id: string;
656799
+ logic_code: string | null;
656800
+ name: string | null;
656801
+ created_at: Date | null;
656802
+ created_by: string | null;
656803
+ updated_at: Date | null;
656804
+ updated_by: string | null;
656805
+ code: string | null;
656806
+ }[];
656807
+ organization_wh_inv_managements: {
656808
+ is_active: boolean | null;
656809
+ id: string;
656810
+ logic_code: string | null;
656811
+ name: string | null;
656812
+ created_at: Date | null;
656813
+ created_by: string | null;
656814
+ updated_at: Date | null;
656815
+ updated_by: string | null;
656816
+ code: string | null;
656817
+ }[];
656818
+ organization_forwarder_details: {
656819
+ is_active: boolean | null;
656820
+ id: string;
656821
+ id_organization: string | null;
656822
+ created_at: Date | null;
656823
+ created_by: string | null;
656824
+ updated_at: Date | null;
656825
+ updated_by: string | null;
656826
+ id_currency: string | null;
656827
+ id_forwarder_category: string | null;
656828
+ } | null;
656829
+ organization_account_payable_details: {
656830
+ is_active: boolean | null;
656831
+ id_company: string | null;
656832
+ id: string;
656833
+ logic_code: string | null;
656834
+ id_organization: string | null;
656835
+ created_at: Date | null;
656836
+ created_by: string | null;
656837
+ updated_at: Date | null;
656838
+ updated_by: string | null;
656839
+ id_account_group: string | null;
656840
+ id_account_relationship: string | null;
656841
+ id_consolidation_category: string | null;
656842
+ id_transaction_restriction: string | null;
656843
+ id_agreed_payment_method: string | null;
656844
+ id_tax_type: string | null;
656845
+ id_settlement_group_organization: string | null;
656846
+ credit_limit: Decimal | null;
656847
+ tntd_days: number | null;
656848
+ is_parent: boolean | null;
656849
+ is_child: boolean | null;
656850
+ }[];
656851
+ organization_account_receivable_details: {
656852
+ is_active: boolean | null;
656853
+ id_company: string | null;
656854
+ id: string;
656855
+ logic_code: string | null;
656856
+ id_organization: string | null;
656857
+ created_at: Date | null;
656858
+ created_by: string | null;
656859
+ updated_at: Date | null;
656860
+ updated_by: string | null;
656861
+ id_account_group: string | null;
656862
+ id_account_relationship: string | null;
656863
+ id_consolidation_category: string | null;
656864
+ id_transaction_restriction: string | null;
656865
+ id_tax_type: string | null;
656866
+ id_default_currency: string | null;
656867
+ client_number: string | null;
656868
+ }[];
656869
+ organization_account_credit_control_settlements: {
656870
+ is_active: boolean | null;
656871
+ id_company: string | null;
656872
+ id: string;
656873
+ logic_code: string | null;
656874
+ id_organization: string | null;
656875
+ created_at: Date | null;
656876
+ created_by: string | null;
656877
+ updated_at: Date | null;
656878
+ updated_by: string | null;
656879
+ id_agreed_payment_method: string | null;
656880
+ id_settlement_group_organization: string | null;
656881
+ credit_limit: Decimal | null;
656882
+ tntd_days: number | null;
656883
+ is_parent: boolean | null;
656884
+ is_child: boolean | null;
656885
+ id_credit_rating: string | null;
656886
+ id_tntd_job_type: string | null;
656887
+ id_tntd_branch: string | null;
656888
+ id_tntd_department: string | null;
656889
+ temporary_credit_limit_increase: Decimal | null;
656890
+ temporary_credit_limit: Decimal | null;
656891
+ account_credit_review_due: number | null;
656892
+ temporary_credit_limit_expiration_date: Date | null;
656893
+ is_use_settlement_group_credit_limit: boolean | null;
656894
+ is_credit_approved: boolean | null;
656895
+ is_credit_on_hold: boolean | null;
656896
+ is_no_checking_overdue: boolean | null;
656897
+ is_global: boolean | null;
656898
+ }[];
656796
656899
  country: {
656797
656900
  is_active: boolean | null;
656798
656901
  id: string;
@@ -656876,6 +656979,41 @@ declare const appRouter: BuiltRouter<{
656876
656979
  has_seaport: boolean | null;
656877
656980
  has_outport: boolean | null;
656878
656981
  } | null;
656982
+ company: {
656983
+ is_active: boolean | null;
656984
+ id_country: string | null;
656985
+ id_state: string | null;
656986
+ id_city: string | null;
656987
+ id_postal_code: string | null;
656988
+ id_un_locode: string | null;
656989
+ id: string;
656990
+ logic_code: string | null;
656991
+ name: string | null;
656992
+ created_at: Date | null;
656993
+ created_by: string | null;
656994
+ updated_at: Date | null;
656995
+ updated_by: string | null;
656996
+ code: string | null;
656997
+ address: string | null;
656998
+ } | null;
656999
+ branch: {
657000
+ is_active: boolean | null;
657001
+ id_company: string | null;
657002
+ id_country: string | null;
657003
+ id_state: string | null;
657004
+ id_city: string | null;
657005
+ id_postal_code: string | null;
657006
+ id_un_locode: string | null;
657007
+ id: string;
657008
+ logic_code: string | null;
657009
+ name: string | null;
657010
+ created_at: Date | null;
657011
+ created_by: string | null;
657012
+ updated_at: Date | null;
657013
+ updated_by: string | null;
657014
+ code: string | null;
657015
+ address: string | null;
657016
+ } | null;
656879
657017
  controlling_branch: {
656880
657018
  is_active: boolean | null;
656881
657019
  id_company: string | null;
@@ -656965,6 +657103,58 @@ declare const appRouter: BuiltRouter<{
656965
657103
  is_non_vessel_operator: boolean | null;
656966
657104
  is_shipping_line: boolean | null;
656967
657105
  } | null;
657106
+ receivable_settlement_group_organizations: {
657107
+ is_active: boolean | null;
657108
+ id_company: string | null;
657109
+ id: string;
657110
+ logic_code: string | null;
657111
+ id_organization: string | null;
657112
+ created_at: Date | null;
657113
+ created_by: string | null;
657114
+ updated_at: Date | null;
657115
+ updated_by: string | null;
657116
+ id_agreed_payment_method: string | null;
657117
+ id_settlement_group_organization: string | null;
657118
+ credit_limit: Decimal | null;
657119
+ tntd_days: number | null;
657120
+ is_parent: boolean | null;
657121
+ is_child: boolean | null;
657122
+ id_credit_rating: string | null;
657123
+ id_tntd_job_type: string | null;
657124
+ id_tntd_branch: string | null;
657125
+ id_tntd_department: string | null;
657126
+ temporary_credit_limit_increase: Decimal | null;
657127
+ temporary_credit_limit: Decimal | null;
657128
+ account_credit_review_due: number | null;
657129
+ temporary_credit_limit_expiration_date: Date | null;
657130
+ is_use_settlement_group_credit_limit: boolean | null;
657131
+ is_credit_approved: boolean | null;
657132
+ is_credit_on_hold: boolean | null;
657133
+ is_no_checking_overdue: boolean | null;
657134
+ is_global: boolean | null;
657135
+ }[];
657136
+ payable_settlement_group_organizations: {
657137
+ is_active: boolean | null;
657138
+ id_company: string | null;
657139
+ id: string;
657140
+ logic_code: string | null;
657141
+ id_organization: string | null;
657142
+ created_at: Date | null;
657143
+ created_by: string | null;
657144
+ updated_at: Date | null;
657145
+ updated_by: string | null;
657146
+ id_account_group: string | null;
657147
+ id_account_relationship: string | null;
657148
+ id_consolidation_category: string | null;
657149
+ id_transaction_restriction: string | null;
657150
+ id_agreed_payment_method: string | null;
657151
+ id_tax_type: string | null;
657152
+ id_settlement_group_organization: string | null;
657153
+ credit_limit: Decimal | null;
657154
+ tntd_days: number | null;
657155
+ is_parent: boolean | null;
657156
+ is_child: boolean | null;
657157
+ }[];
656968
657158
  is_active: boolean | null;
656969
657159
  id_company: string | null;
656970
657160
  id_branch: string | null;
@@ -657077,7 +657267,7 @@ declare const appRouter: BuiltRouter<{
657077
657267
  forwarding_console_billing_details_cost_creditor: number;
657078
657268
  forwarding_console_billing_details_sell_debtor: number;
657079
657269
  organization_person_in_charges: number;
657080
- organizations: number;
657270
+ controlling_branch_organizations: number;
657081
657271
  organization_service_types: number;
657082
657272
  organization_wh_inv_managements: number;
657083
657273
  receivable_settlement_group_organizations: number;
@@ -657105,6 +657295,17 @@ declare const appRouter: BuiltRouter<{
657105
657295
  updated_by: string | null;
657106
657296
  code: string | null;
657107
657297
  }[];
657298
+ organization_forwarder_details: {
657299
+ is_active: boolean | null;
657300
+ id: string;
657301
+ id_organization: string | null;
657302
+ created_at: Date | null;
657303
+ created_by: string | null;
657304
+ updated_at: Date | null;
657305
+ updated_by: string | null;
657306
+ id_currency: string | null;
657307
+ id_forwarder_category: string | null;
657308
+ } | null;
657108
657309
  organization_account_payable_details: {
657109
657310
  is_active: boolean | null;
657110
657311
  id_company: string | null;
@@ -657258,6 +657459,41 @@ declare const appRouter: BuiltRouter<{
657258
657459
  has_seaport: boolean | null;
657259
657460
  has_outport: boolean | null;
657260
657461
  } | null;
657462
+ company: {
657463
+ is_active: boolean | null;
657464
+ id_country: string | null;
657465
+ id_state: string | null;
657466
+ id_city: string | null;
657467
+ id_postal_code: string | null;
657468
+ id_un_locode: string | null;
657469
+ id: string;
657470
+ logic_code: string | null;
657471
+ name: string | null;
657472
+ created_at: Date | null;
657473
+ created_by: string | null;
657474
+ updated_at: Date | null;
657475
+ updated_by: string | null;
657476
+ code: string | null;
657477
+ address: string | null;
657478
+ } | null;
657479
+ branch: {
657480
+ is_active: boolean | null;
657481
+ id_company: string | null;
657482
+ id_country: string | null;
657483
+ id_state: string | null;
657484
+ id_city: string | null;
657485
+ id_postal_code: string | null;
657486
+ id_un_locode: string | null;
657487
+ id: string;
657488
+ logic_code: string | null;
657489
+ name: string | null;
657490
+ created_at: Date | null;
657491
+ created_by: string | null;
657492
+ updated_at: Date | null;
657493
+ updated_by: string | null;
657494
+ code: string | null;
657495
+ address: string | null;
657496
+ } | null;
657261
657497
  controlling_branch: {
657262
657498
  is_active: boolean | null;
657263
657499
  id_company: string | null;
@@ -661265,6 +661501,45 @@ declare const appRouter: BuiltRouter<{
661265
661501
  updated_by: string | null;
661266
661502
  code: string | null;
661267
661503
  } | null;
661504
+ payable_settlement_group_organization: {
661505
+ is_active: boolean | null;
661506
+ id_company: string | null;
661507
+ id_branch: string | null;
661508
+ id_business_category: string | null;
661509
+ id_country: string | null;
661510
+ id_state: string | null;
661511
+ id_city: string | null;
661512
+ id_postal_code: string | null;
661513
+ id_un_locode: string | null;
661514
+ id_controlling_branch: string | null;
661515
+ id_airline: string | null;
661516
+ id_shipping_line: string | null;
661517
+ is_receipt_account: boolean | null;
661518
+ is_payment_account: boolean | null;
661519
+ is_shipper: boolean | null;
661520
+ is_consignee: boolean | null;
661521
+ is_transport_client: boolean | null;
661522
+ is_warehouse: boolean | null;
661523
+ is_forwarder: boolean | null;
661524
+ is_broker: boolean | null;
661525
+ is_service: boolean | null;
661526
+ is_controlling_customer: boolean | null;
661527
+ is_controlling_agent: boolean | null;
661528
+ is_internal_organization: boolean | null;
661529
+ id: string;
661530
+ logic_code: string | null;
661531
+ name: string | null;
661532
+ created_at: Date | null;
661533
+ created_by: string | null;
661534
+ updated_at: Date | null;
661535
+ updated_by: string | null;
661536
+ code: string | null;
661537
+ phone: string | null;
661538
+ email: string | null;
661539
+ website_url: string | null;
661540
+ company_number: string | null;
661541
+ company_tax_number: string | null;
661542
+ } | null;
661268
661543
  organization_tax_type: {
661269
661544
  is_active: boolean | null;
661270
661545
  id: string;
@@ -661434,6 +661709,45 @@ declare const appRouter: BuiltRouter<{
661434
661709
  updated_by: string | null;
661435
661710
  code: string | null;
661436
661711
  } | null;
661712
+ payable_settlement_group_organization: {
661713
+ is_active: boolean | null;
661714
+ id_company: string | null;
661715
+ id_branch: string | null;
661716
+ id_business_category: string | null;
661717
+ id_country: string | null;
661718
+ id_state: string | null;
661719
+ id_city: string | null;
661720
+ id_postal_code: string | null;
661721
+ id_un_locode: string | null;
661722
+ id_controlling_branch: string | null;
661723
+ id_airline: string | null;
661724
+ id_shipping_line: string | null;
661725
+ is_receipt_account: boolean | null;
661726
+ is_payment_account: boolean | null;
661727
+ is_shipper: boolean | null;
661728
+ is_consignee: boolean | null;
661729
+ is_transport_client: boolean | null;
661730
+ is_warehouse: boolean | null;
661731
+ is_forwarder: boolean | null;
661732
+ is_broker: boolean | null;
661733
+ is_service: boolean | null;
661734
+ is_controlling_customer: boolean | null;
661735
+ is_controlling_agent: boolean | null;
661736
+ is_internal_organization: boolean | null;
661737
+ id: string;
661738
+ logic_code: string | null;
661739
+ name: string | null;
661740
+ created_at: Date | null;
661741
+ created_by: string | null;
661742
+ updated_at: Date | null;
661743
+ updated_by: string | null;
661744
+ code: string | null;
661745
+ phone: string | null;
661746
+ email: string | null;
661747
+ website_url: string | null;
661748
+ company_number: string | null;
661749
+ company_tax_number: string | null;
661750
+ } | null;
661437
661751
  organization_tax_type: {
661438
661752
  is_active: boolean | null;
661439
661753
  id: string;
@@ -661560,7 +661874,7 @@ declare const appRouter: BuiltRouter<{
661560
661874
  }>>;
661561
661875
  create: MutationProcedure<{
661562
661876
  input: {
661563
- is_active?: boolean | undefined;
661877
+ is_active?: string | boolean | null | undefined;
661564
661878
  id_organization?: string | number | bigint | null | undefined;
661565
661879
  id_company?: string | number | bigint | null | undefined;
661566
661880
  id_account_group?: string | number | bigint | null | undefined;
@@ -661615,7 +661929,7 @@ declare const appRouter: BuiltRouter<{
661615
661929
  is_system?: (string | boolean)[] | null | undefined;
661616
661930
  id?: string | number | bigint | null | undefined;
661617
661931
  logic_code?: string | null | undefined;
661618
- is_active?: boolean | undefined;
661932
+ is_active?: string | boolean | null | undefined;
661619
661933
  id_organization?: string | number | bigint | null | undefined;
661620
661934
  id_company?: string | number | bigint | null | undefined;
661621
661935
  id_account_group?: string | number | bigint | null | undefined;