@be-logixpair/api 0.0.39 → 0.0.41

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 +1717 -654
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -176418,7 +176418,7 @@ type organizationsWhereInput = {
176418
176418
  created_by?: StringNullableFilter<"organizations"> | string | null;
176419
176419
  updated_at?: DateTimeNullableFilter<"organizations"> | Date | string | null;
176420
176420
  updated_by?: StringNullableFilter<"organizations"> | string | null;
176421
- organization_business_categories?: XOR<Organization_business_categoriesNullableScalarRelationFilter, organization_business_categoriesWhereInput> | null;
176421
+ organization_business_category?: XOR<Organization_business_categoriesNullableScalarRelationFilter, organization_business_categoriesWhereInput> | null;
176422
176422
  country?: XOR<CountriesNullableScalarRelationFilter, countriesWhereInput> | null;
176423
176423
  state?: XOR<StatesNullableScalarRelationFilter, statesWhereInput> | null;
176424
176424
  city?: XOR<CitiesNullableScalarRelationFilter, citiesWhereInput> | null;
@@ -176485,7 +176485,7 @@ type organizationsOrderByWithRelationInput = {
176485
176485
  created_by?: SortOrderInput | SortOrder;
176486
176486
  updated_at?: SortOrderInput | SortOrder;
176487
176487
  updated_by?: SortOrderInput | SortOrder;
176488
- organization_business_categories?: organization_business_categoriesOrderByWithRelationInput;
176488
+ organization_business_category?: organization_business_categoriesOrderByWithRelationInput;
176489
176489
  country?: countriesOrderByWithRelationInput;
176490
176490
  state?: statesOrderByWithRelationInput;
176491
176491
  city?: citiesOrderByWithRelationInput;
@@ -176555,7 +176555,7 @@ type organizationsWhereUniqueInput = AtLeast<{
176555
176555
  created_by?: StringNullableFilter<"organizations"> | string | null;
176556
176556
  updated_at?: DateTimeNullableFilter<"organizations"> | Date | string | null;
176557
176557
  updated_by?: StringNullableFilter<"organizations"> | string | null;
176558
- organization_business_categories?: XOR<Organization_business_categoriesNullableScalarRelationFilter, organization_business_categoriesWhereInput> | null;
176558
+ organization_business_category?: XOR<Organization_business_categoriesNullableScalarRelationFilter, organization_business_categoriesWhereInput> | null;
176559
176559
  country?: XOR<CountriesNullableScalarRelationFilter, countriesWhereInput> | null;
176560
176560
  state?: XOR<StatesNullableScalarRelationFilter, statesWhereInput> | null;
176561
176561
  city?: XOR<CitiesNullableScalarRelationFilter, citiesWhereInput> | null;
@@ -176684,7 +176684,7 @@ type organizationsCreateInput = {
176684
176684
  created_by?: string | null;
176685
176685
  updated_at?: Date | string | null;
176686
176686
  updated_by?: string | null;
176687
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
176687
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
176688
176688
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
176689
176689
  state?: statesCreateNestedOneWithoutOrganizationsInput;
176690
176690
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -176799,7 +176799,7 @@ type organizationsUpdateInput = {
176799
176799
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
176800
176800
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
176801
176801
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
176802
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
176802
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
176803
176803
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
176804
176804
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
176805
176805
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -177521,42 +177521,42 @@ type organizationsUpdateOneWithoutOrganization_person_in_chargesNestedInput = {
177521
177521
  connect?: organizationsWhereUniqueInput;
177522
177522
  update?: XOR<XOR<organizationsUpdateToOneWithWhereWithoutOrganization_person_in_chargesInput, organizationsUpdateWithoutOrganization_person_in_chargesInput>, organizationsUncheckedUpdateWithoutOrganization_person_in_chargesInput>;
177523
177523
  };
177524
- type organizationsCreateNestedManyWithoutOrganization_business_categoriesInput = {
177525
- create?: XOR<organizationsCreateWithoutOrganization_business_categoriesInput, organizationsUncheckedCreateWithoutOrganization_business_categoriesInput> | organizationsCreateWithoutOrganization_business_categoriesInput[] | organizationsUncheckedCreateWithoutOrganization_business_categoriesInput[];
177526
- connectOrCreate?: organizationsCreateOrConnectWithoutOrganization_business_categoriesInput | organizationsCreateOrConnectWithoutOrganization_business_categoriesInput[];
177527
- createMany?: organizationsCreateManyOrganization_business_categoriesInputEnvelope;
177524
+ type organizationsCreateNestedManyWithoutOrganization_business_categoryInput = {
177525
+ create?: XOR<organizationsCreateWithoutOrganization_business_categoryInput, organizationsUncheckedCreateWithoutOrganization_business_categoryInput> | organizationsCreateWithoutOrganization_business_categoryInput[] | organizationsUncheckedCreateWithoutOrganization_business_categoryInput[];
177526
+ connectOrCreate?: organizationsCreateOrConnectWithoutOrganization_business_categoryInput | organizationsCreateOrConnectWithoutOrganization_business_categoryInput[];
177527
+ createMany?: organizationsCreateManyOrganization_business_categoryInputEnvelope;
177528
177528
  connect?: organizationsWhereUniqueInput | organizationsWhereUniqueInput[];
177529
177529
  };
177530
- type organizationsUncheckedCreateNestedManyWithoutOrganization_business_categoriesInput = {
177531
- create?: XOR<organizationsCreateWithoutOrganization_business_categoriesInput, organizationsUncheckedCreateWithoutOrganization_business_categoriesInput> | organizationsCreateWithoutOrganization_business_categoriesInput[] | organizationsUncheckedCreateWithoutOrganization_business_categoriesInput[];
177532
- connectOrCreate?: organizationsCreateOrConnectWithoutOrganization_business_categoriesInput | organizationsCreateOrConnectWithoutOrganization_business_categoriesInput[];
177533
- createMany?: organizationsCreateManyOrganization_business_categoriesInputEnvelope;
177530
+ type organizationsUncheckedCreateNestedManyWithoutOrganization_business_categoryInput = {
177531
+ create?: XOR<organizationsCreateWithoutOrganization_business_categoryInput, organizationsUncheckedCreateWithoutOrganization_business_categoryInput> | organizationsCreateWithoutOrganization_business_categoryInput[] | organizationsUncheckedCreateWithoutOrganization_business_categoryInput[];
177532
+ connectOrCreate?: organizationsCreateOrConnectWithoutOrganization_business_categoryInput | organizationsCreateOrConnectWithoutOrganization_business_categoryInput[];
177533
+ createMany?: organizationsCreateManyOrganization_business_categoryInputEnvelope;
177534
177534
  connect?: organizationsWhereUniqueInput | organizationsWhereUniqueInput[];
177535
177535
  };
177536
- type organizationsUpdateManyWithoutOrganization_business_categoriesNestedInput = {
177537
- create?: XOR<organizationsCreateWithoutOrganization_business_categoriesInput, organizationsUncheckedCreateWithoutOrganization_business_categoriesInput> | organizationsCreateWithoutOrganization_business_categoriesInput[] | organizationsUncheckedCreateWithoutOrganization_business_categoriesInput[];
177538
- connectOrCreate?: organizationsCreateOrConnectWithoutOrganization_business_categoriesInput | organizationsCreateOrConnectWithoutOrganization_business_categoriesInput[];
177539
- upsert?: organizationsUpsertWithWhereUniqueWithoutOrganization_business_categoriesInput | organizationsUpsertWithWhereUniqueWithoutOrganization_business_categoriesInput[];
177540
- createMany?: organizationsCreateManyOrganization_business_categoriesInputEnvelope;
177536
+ type organizationsUpdateManyWithoutOrganization_business_categoryNestedInput = {
177537
+ create?: XOR<organizationsCreateWithoutOrganization_business_categoryInput, organizationsUncheckedCreateWithoutOrganization_business_categoryInput> | organizationsCreateWithoutOrganization_business_categoryInput[] | organizationsUncheckedCreateWithoutOrganization_business_categoryInput[];
177538
+ connectOrCreate?: organizationsCreateOrConnectWithoutOrganization_business_categoryInput | organizationsCreateOrConnectWithoutOrganization_business_categoryInput[];
177539
+ upsert?: organizationsUpsertWithWhereUniqueWithoutOrganization_business_categoryInput | organizationsUpsertWithWhereUniqueWithoutOrganization_business_categoryInput[];
177540
+ createMany?: organizationsCreateManyOrganization_business_categoryInputEnvelope;
177541
177541
  set?: organizationsWhereUniqueInput | organizationsWhereUniqueInput[];
177542
177542
  disconnect?: organizationsWhereUniqueInput | organizationsWhereUniqueInput[];
177543
177543
  delete?: organizationsWhereUniqueInput | organizationsWhereUniqueInput[];
177544
177544
  connect?: organizationsWhereUniqueInput | organizationsWhereUniqueInput[];
177545
- update?: organizationsUpdateWithWhereUniqueWithoutOrganization_business_categoriesInput | organizationsUpdateWithWhereUniqueWithoutOrganization_business_categoriesInput[];
177546
- updateMany?: organizationsUpdateManyWithWhereWithoutOrganization_business_categoriesInput | organizationsUpdateManyWithWhereWithoutOrganization_business_categoriesInput[];
177545
+ update?: organizationsUpdateWithWhereUniqueWithoutOrganization_business_categoryInput | organizationsUpdateWithWhereUniqueWithoutOrganization_business_categoryInput[];
177546
+ updateMany?: organizationsUpdateManyWithWhereWithoutOrganization_business_categoryInput | organizationsUpdateManyWithWhereWithoutOrganization_business_categoryInput[];
177547
177547
  deleteMany?: organizationsScalarWhereInput | organizationsScalarWhereInput[];
177548
177548
  };
177549
- type organizationsUncheckedUpdateManyWithoutOrganization_business_categoriesNestedInput = {
177550
- create?: XOR<organizationsCreateWithoutOrganization_business_categoriesInput, organizationsUncheckedCreateWithoutOrganization_business_categoriesInput> | organizationsCreateWithoutOrganization_business_categoriesInput[] | organizationsUncheckedCreateWithoutOrganization_business_categoriesInput[];
177551
- connectOrCreate?: organizationsCreateOrConnectWithoutOrganization_business_categoriesInput | organizationsCreateOrConnectWithoutOrganization_business_categoriesInput[];
177552
- upsert?: organizationsUpsertWithWhereUniqueWithoutOrganization_business_categoriesInput | organizationsUpsertWithWhereUniqueWithoutOrganization_business_categoriesInput[];
177553
- createMany?: organizationsCreateManyOrganization_business_categoriesInputEnvelope;
177549
+ type organizationsUncheckedUpdateManyWithoutOrganization_business_categoryNestedInput = {
177550
+ create?: XOR<organizationsCreateWithoutOrganization_business_categoryInput, organizationsUncheckedCreateWithoutOrganization_business_categoryInput> | organizationsCreateWithoutOrganization_business_categoryInput[] | organizationsUncheckedCreateWithoutOrganization_business_categoryInput[];
177551
+ connectOrCreate?: organizationsCreateOrConnectWithoutOrganization_business_categoryInput | organizationsCreateOrConnectWithoutOrganization_business_categoryInput[];
177552
+ upsert?: organizationsUpsertWithWhereUniqueWithoutOrganization_business_categoryInput | organizationsUpsertWithWhereUniqueWithoutOrganization_business_categoryInput[];
177553
+ createMany?: organizationsCreateManyOrganization_business_categoryInputEnvelope;
177554
177554
  set?: organizationsWhereUniqueInput | organizationsWhereUniqueInput[];
177555
177555
  disconnect?: organizationsWhereUniqueInput | organizationsWhereUniqueInput[];
177556
177556
  delete?: organizationsWhereUniqueInput | organizationsWhereUniqueInput[];
177557
177557
  connect?: organizationsWhereUniqueInput | organizationsWhereUniqueInput[];
177558
- update?: organizationsUpdateWithWhereUniqueWithoutOrganization_business_categoriesInput | organizationsUpdateWithWhereUniqueWithoutOrganization_business_categoriesInput[];
177559
- updateMany?: organizationsUpdateManyWithWhereWithoutOrganization_business_categoriesInput | organizationsUpdateManyWithWhereWithoutOrganization_business_categoriesInput[];
177558
+ update?: organizationsUpdateWithWhereUniqueWithoutOrganization_business_categoryInput | organizationsUpdateWithWhereUniqueWithoutOrganization_business_categoryInput[];
177559
+ updateMany?: organizationsUpdateManyWithWhereWithoutOrganization_business_categoryInput | organizationsUpdateManyWithWhereWithoutOrganization_business_categoryInput[];
177560
177560
  deleteMany?: organizationsScalarWhereInput | organizationsScalarWhereInput[];
177561
177561
  };
177562
177562
  type organizationsCreateNestedOneWithoutOrganization_addressesInput = {
@@ -177838,7 +177838,7 @@ type organizationsCreateWithoutForwarding_shipment_billing_local_clientInput = {
177838
177838
  created_by?: string | null;
177839
177839
  updated_at?: Date | string | null;
177840
177840
  updated_by?: string | null;
177841
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
177841
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
177842
177842
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
177843
177843
  state?: statesCreateNestedOneWithoutOrganizationsInput;
177844
177844
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -177955,7 +177955,7 @@ type organizationsCreateWithoutForwarding_shipment_billing_overseas_agentInput =
177955
177955
  created_by?: string | null;
177956
177956
  updated_at?: Date | string | null;
177957
177957
  updated_by?: string | null;
177958
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
177958
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
177959
177959
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
177960
177960
  state?: statesCreateNestedOneWithoutOrganizationsInput;
177961
177961
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -178081,7 +178081,7 @@ type organizationsUpdateWithoutForwarding_shipment_billing_local_clientInput = {
178081
178081
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
178082
178082
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
178083
178083
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
178084
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
178084
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
178085
178085
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
178086
178086
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
178087
178087
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -178203,7 +178203,7 @@ type organizationsUpdateWithoutForwarding_shipment_billing_overseas_agentInput =
178203
178203
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
178204
178204
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
178205
178205
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
178206
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
178206
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
178207
178207
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
178208
178208
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
178209
178209
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -178316,7 +178316,7 @@ type organizationsCreateWithoutForwarding_shipment_billing_details_cost_creditor
178316
178316
  created_by?: string | null;
178317
178317
  updated_at?: Date | string | null;
178318
178318
  updated_by?: string | null;
178319
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
178319
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
178320
178320
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
178321
178321
  state?: statesCreateNestedOneWithoutOrganizationsInput;
178322
178322
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -178433,7 +178433,7 @@ type organizationsCreateWithoutForwarding_shipment_billing_details_sell_debtorIn
178433
178433
  created_by?: string | null;
178434
178434
  updated_at?: Date | string | null;
178435
178435
  updated_by?: string | null;
178436
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
178436
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
178437
178437
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
178438
178438
  state?: statesCreateNestedOneWithoutOrganizationsInput;
178439
178439
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -178559,7 +178559,7 @@ type organizationsUpdateWithoutForwarding_shipment_billing_details_cost_creditor
178559
178559
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
178560
178560
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
178561
178561
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
178562
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
178562
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
178563
178563
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
178564
178564
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
178565
178565
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -178681,7 +178681,7 @@ type organizationsUpdateWithoutForwarding_shipment_billing_details_sell_debtorIn
178681
178681
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
178682
178682
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
178683
178683
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
178684
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
178684
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
178685
178685
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
178686
178686
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
178687
178687
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -178794,7 +178794,7 @@ type organizationsCreateWithoutForwarding_console_billing_details_cost_creditorI
178794
178794
  created_by?: string | null;
178795
178795
  updated_at?: Date | string | null;
178796
178796
  updated_by?: string | null;
178797
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
178797
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
178798
178798
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
178799
178799
  state?: statesCreateNestedOneWithoutOrganizationsInput;
178800
178800
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -178911,7 +178911,7 @@ type organizationsCreateWithoutForwarding_console_billing_details_sell_debtorInp
178911
178911
  created_by?: string | null;
178912
178912
  updated_at?: Date | string | null;
178913
178913
  updated_by?: string | null;
178914
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
178914
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
178915
178915
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
178916
178916
  state?: statesCreateNestedOneWithoutOrganizationsInput;
178917
178917
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -179037,7 +179037,7 @@ type organizationsUpdateWithoutForwarding_console_billing_details_cost_creditorI
179037
179037
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
179038
179038
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
179039
179039
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
179040
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
179040
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
179041
179041
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
179042
179042
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
179043
179043
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -179159,7 +179159,7 @@ type organizationsUpdateWithoutForwarding_console_billing_details_sell_debtorInp
179159
179159
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
179160
179160
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
179161
179161
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
179162
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
179162
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
179163
179163
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
179164
179164
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
179165
179165
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -179272,7 +179272,7 @@ type organizationsCreateWithoutForwarding_bookings_carrierInput = {
179272
179272
  created_by?: string | null;
179273
179273
  updated_at?: Date | string | null;
179274
179274
  updated_by?: string | null;
179275
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
179275
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
179276
179276
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
179277
179277
  state?: statesCreateNestedOneWithoutOrganizationsInput;
179278
179278
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -179389,7 +179389,7 @@ type organizationsCreateWithoutForwarding_bookings_creditorInput = {
179389
179389
  created_by?: string | null;
179390
179390
  updated_at?: Date | string | null;
179391
179391
  updated_by?: string | null;
179392
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
179392
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
179393
179393
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
179394
179394
  state?: statesCreateNestedOneWithoutOrganizationsInput;
179395
179395
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -179515,7 +179515,7 @@ type organizationsUpdateWithoutForwarding_bookings_carrierInput = {
179515
179515
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
179516
179516
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
179517
179517
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
179518
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
179518
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
179519
179519
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
179520
179520
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
179521
179521
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -179637,7 +179637,7 @@ type organizationsUpdateWithoutForwarding_bookings_creditorInput = {
179637
179637
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
179638
179638
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
179639
179639
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
179640
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
179640
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
179641
179641
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
179642
179642
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
179643
179643
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -179750,7 +179750,7 @@ type organizationsCreateWithoutForwarding_console_sending_agentsInput = {
179750
179750
  created_by?: string | null;
179751
179751
  updated_at?: Date | string | null;
179752
179752
  updated_by?: string | null;
179753
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
179753
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
179754
179754
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
179755
179755
  state?: statesCreateNestedOneWithoutOrganizationsInput;
179756
179756
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -179867,7 +179867,7 @@ type organizationsCreateWithoutForwarding_console_receiving_agentsInput = {
179867
179867
  created_by?: string | null;
179868
179868
  updated_at?: Date | string | null;
179869
179869
  updated_by?: string | null;
179870
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
179870
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
179871
179871
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
179872
179872
  state?: statesCreateNestedOneWithoutOrganizationsInput;
179873
179873
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -179984,7 +179984,7 @@ type organizationsCreateWithoutForwarding_console_creditorsInput = {
179984
179984
  created_by?: string | null;
179985
179985
  updated_at?: Date | string | null;
179986
179986
  updated_by?: string | null;
179987
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
179987
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
179988
179988
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
179989
179989
  state?: statesCreateNestedOneWithoutOrganizationsInput;
179990
179990
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -180110,7 +180110,7 @@ type organizationsUpdateWithoutForwarding_console_sending_agentsInput = {
180110
180110
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
180111
180111
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
180112
180112
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
180113
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
180113
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
180114
180114
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
180115
180115
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
180116
180116
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -180232,7 +180232,7 @@ type organizationsUpdateWithoutForwarding_console_receiving_agentsInput = {
180232
180232
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
180233
180233
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
180234
180234
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
180235
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
180235
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
180236
180236
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
180237
180237
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
180238
180238
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -180354,7 +180354,7 @@ type organizationsUpdateWithoutForwarding_console_creditorsInput = {
180354
180354
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
180355
180355
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
180356
180356
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
180357
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
180357
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
180358
180358
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
180359
180359
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
180360
180360
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -180467,7 +180467,7 @@ type organizationsCreateWithoutUn_locodeInput = {
180467
180467
  created_by?: string | null;
180468
180468
  updated_at?: Date | string | null;
180469
180469
  updated_by?: string | null;
180470
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
180470
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
180471
180471
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
180472
180472
  state?: statesCreateNestedOneWithoutOrganizationsInput;
180473
180473
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -180636,7 +180636,7 @@ type organizationsCreateWithoutCountryInput = {
180636
180636
  created_by?: string | null;
180637
180637
  updated_at?: Date | string | null;
180638
180638
  updated_by?: string | null;
180639
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
180639
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
180640
180640
  state?: statesCreateNestedOneWithoutOrganizationsInput;
180641
180641
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
180642
180642
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
@@ -180770,7 +180770,7 @@ type organizationsCreateWithoutStateInput = {
180770
180770
  created_by?: string | null;
180771
180771
  updated_at?: Date | string | null;
180772
180772
  updated_by?: string | null;
180773
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
180773
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
180774
180774
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
180775
180775
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
180776
180776
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
@@ -180904,7 +180904,7 @@ type organizationsCreateWithoutCityInput = {
180904
180904
  created_by?: string | null;
180905
180905
  updated_at?: Date | string | null;
180906
180906
  updated_by?: string | null;
180907
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
180907
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
180908
180908
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
180909
180909
  state?: statesCreateNestedOneWithoutOrganizationsInput;
180910
180910
  postal_code?: postal_codesCreateNestedOneWithoutOrganizationsInput;
@@ -181038,7 +181038,7 @@ type organizationsCreateWithoutPostal_codeInput = {
181038
181038
  created_by?: string | null;
181039
181039
  updated_at?: Date | string | null;
181040
181040
  updated_by?: string | null;
181041
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
181041
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
181042
181042
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
181043
181043
  state?: statesCreateNestedOneWithoutOrganizationsInput;
181044
181044
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -181172,7 +181172,7 @@ type organizationsCreateWithoutOrganizationsInput = {
181172
181172
  created_by?: string | null;
181173
181173
  updated_at?: Date | string | null;
181174
181174
  updated_by?: string | null;
181175
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
181175
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
181176
181176
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
181177
181177
  state?: statesCreateNestedOneWithoutOrganizationsInput;
181178
181178
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -181289,7 +181289,7 @@ type organizationsCreateWithoutControlling_branchInput = {
181289
181289
  created_by?: string | null;
181290
181290
  updated_at?: Date | string | null;
181291
181291
  updated_by?: string | null;
181292
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
181292
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
181293
181293
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
181294
181294
  state?: statesCreateNestedOneWithoutOrganizationsInput;
181295
181295
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -181419,7 +181419,7 @@ type organizationsUpdateWithoutOrganizationsInput = {
181419
181419
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
181420
181420
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
181421
181421
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
181422
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
181422
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
181423
181423
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
181424
181424
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
181425
181425
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -181545,7 +181545,7 @@ type organizationsCreateWithoutOrganization_person_in_chargesInput = {
181545
181545
  created_by?: string | null;
181546
181546
  updated_at?: Date | string | null;
181547
181547
  updated_by?: string | null;
181548
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
181548
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
181549
181549
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
181550
181550
  state?: statesCreateNestedOneWithoutOrganizationsInput;
181551
181551
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -181671,7 +181671,7 @@ type organizationsUpdateWithoutOrganization_person_in_chargesInput = {
181671
181671
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
181672
181672
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
181673
181673
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
181674
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
181674
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
181675
181675
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
181676
181676
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
181677
181677
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -181763,7 +181763,7 @@ type organizationsUncheckedUpdateWithoutOrganization_person_in_chargesInput = {
181763
181763
  forwarding_console_billing_details_sell_debtor?: forwarding_console_billing_detailsUncheckedUpdateManyWithoutSell_debtorNestedInput;
181764
181764
  organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
181765
181765
  };
181766
- type organizationsCreateWithoutOrganization_business_categoriesInput = {
181766
+ type organizationsCreateWithoutOrganization_business_categoryInput = {
181767
181767
  logic_code?: string | null;
181768
181768
  code?: string | null;
181769
181769
  name?: string | null;
@@ -181819,7 +181819,7 @@ type organizationsCreateWithoutOrganization_business_categoriesInput = {
181819
181819
  organization_person_in_charges?: organization_person_in_chargesCreateNestedManyWithoutOrganizationInput;
181820
181820
  organizations?: organizationsCreateNestedManyWithoutControlling_branchInput;
181821
181821
  };
181822
- type organizationsUncheckedCreateWithoutOrganization_business_categoriesInput = {
181822
+ type organizationsUncheckedCreateWithoutOrganization_business_categoryInput = {
181823
181823
  id?: number;
181824
181824
  id_country?: number | null;
181825
181825
  id_state?: number | null;
@@ -181876,26 +181876,26 @@ type organizationsUncheckedCreateWithoutOrganization_business_categoriesInput =
181876
181876
  organization_person_in_charges?: organization_person_in_chargesUncheckedCreateNestedManyWithoutOrganizationInput;
181877
181877
  organizations?: organizationsUncheckedCreateNestedManyWithoutControlling_branchInput;
181878
181878
  };
181879
- type organizationsCreateOrConnectWithoutOrganization_business_categoriesInput = {
181879
+ type organizationsCreateOrConnectWithoutOrganization_business_categoryInput = {
181880
181880
  where: organizationsWhereUniqueInput;
181881
- create: XOR<organizationsCreateWithoutOrganization_business_categoriesInput, organizationsUncheckedCreateWithoutOrganization_business_categoriesInput>;
181881
+ create: XOR<organizationsCreateWithoutOrganization_business_categoryInput, organizationsUncheckedCreateWithoutOrganization_business_categoryInput>;
181882
181882
  };
181883
- type organizationsCreateManyOrganization_business_categoriesInputEnvelope = {
181884
- data: organizationsCreateManyOrganization_business_categoriesInput | organizationsCreateManyOrganization_business_categoriesInput[];
181883
+ type organizationsCreateManyOrganization_business_categoryInputEnvelope = {
181884
+ data: organizationsCreateManyOrganization_business_categoryInput | organizationsCreateManyOrganization_business_categoryInput[];
181885
181885
  skipDuplicates?: boolean;
181886
181886
  };
181887
- type organizationsUpsertWithWhereUniqueWithoutOrganization_business_categoriesInput = {
181887
+ type organizationsUpsertWithWhereUniqueWithoutOrganization_business_categoryInput = {
181888
181888
  where: organizationsWhereUniqueInput;
181889
- update: XOR<organizationsUpdateWithoutOrganization_business_categoriesInput, organizationsUncheckedUpdateWithoutOrganization_business_categoriesInput>;
181890
- create: XOR<organizationsCreateWithoutOrganization_business_categoriesInput, organizationsUncheckedCreateWithoutOrganization_business_categoriesInput>;
181889
+ update: XOR<organizationsUpdateWithoutOrganization_business_categoryInput, organizationsUncheckedUpdateWithoutOrganization_business_categoryInput>;
181890
+ create: XOR<organizationsCreateWithoutOrganization_business_categoryInput, organizationsUncheckedCreateWithoutOrganization_business_categoryInput>;
181891
181891
  };
181892
- type organizationsUpdateWithWhereUniqueWithoutOrganization_business_categoriesInput = {
181892
+ type organizationsUpdateWithWhereUniqueWithoutOrganization_business_categoryInput = {
181893
181893
  where: organizationsWhereUniqueInput;
181894
- data: XOR<organizationsUpdateWithoutOrganization_business_categoriesInput, organizationsUncheckedUpdateWithoutOrganization_business_categoriesInput>;
181894
+ data: XOR<organizationsUpdateWithoutOrganization_business_categoryInput, organizationsUncheckedUpdateWithoutOrganization_business_categoryInput>;
181895
181895
  };
181896
- type organizationsUpdateManyWithWhereWithoutOrganization_business_categoriesInput = {
181896
+ type organizationsUpdateManyWithWhereWithoutOrganization_business_categoryInput = {
181897
181897
  where: organizationsScalarWhereInput;
181898
- data: XOR<organizationsUpdateManyMutationInput, organizationsUncheckedUpdateManyWithoutOrganization_business_categoriesInput>;
181898
+ data: XOR<organizationsUpdateManyMutationInput, organizationsUncheckedUpdateManyWithoutOrganization_business_categoryInput>;
181899
181899
  };
181900
181900
  type organizationsCreateWithoutOrganization_addressesInput = {
181901
181901
  logic_code?: string | null;
@@ -181918,7 +181918,7 @@ type organizationsCreateWithoutOrganization_addressesInput = {
181918
181918
  created_by?: string | null;
181919
181919
  updated_at?: Date | string | null;
181920
181920
  updated_by?: string | null;
181921
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
181921
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
181922
181922
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
181923
181923
  state?: statesCreateNestedOneWithoutOrganizationsInput;
181924
181924
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -182044,7 +182044,7 @@ type organizationsUpdateWithoutOrganization_addressesInput = {
182044
182044
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
182045
182045
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
182046
182046
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
182047
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
182047
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
182048
182048
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
182049
182049
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
182050
182050
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -182157,7 +182157,7 @@ type organizationsCreateWithoutOrganization_staff_assignmentsInput = {
182157
182157
  created_by?: string | null;
182158
182158
  updated_at?: Date | string | null;
182159
182159
  updated_by?: string | null;
182160
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
182160
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
182161
182161
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
182162
182162
  state?: statesCreateNestedOneWithoutOrganizationsInput;
182163
182163
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -182283,7 +182283,7 @@ type organizationsUpdateWithoutOrganization_staff_assignmentsInput = {
182283
182283
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
182284
182284
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
182285
182285
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
182286
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
182286
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
182287
182287
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
182288
182288
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
182289
182289
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -182396,7 +182396,7 @@ type organizationsCreateWithoutOrganization_attachmentsInput = {
182396
182396
  created_by?: string | null;
182397
182397
  updated_at?: Date | string | null;
182398
182398
  updated_by?: string | null;
182399
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
182399
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
182400
182400
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
182401
182401
  state?: statesCreateNestedOneWithoutOrganizationsInput;
182402
182402
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -182522,7 +182522,7 @@ type organizationsUpdateWithoutOrganization_attachmentsInput = {
182522
182522
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
182523
182523
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
182524
182524
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
182525
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
182525
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
182526
182526
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
182527
182527
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
182528
182528
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -182635,7 +182635,7 @@ type organizationsCreateWithoutOrganization_forwarder_detailsInput = {
182635
182635
  created_by?: string | null;
182636
182636
  updated_at?: Date | string | null;
182637
182637
  updated_by?: string | null;
182638
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
182638
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
182639
182639
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
182640
182640
  state?: statesCreateNestedOneWithoutOrganizationsInput;
182641
182641
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -182761,7 +182761,7 @@ type organizationsUpdateWithoutOrganization_forwarder_detailsInput = {
182761
182761
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
182762
182762
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
182763
182763
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
182764
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
182764
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
182765
182765
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
182766
182766
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
182767
182767
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -182874,7 +182874,7 @@ type organizationsCreateWithoutOrganization_account_receivable_detailsInput = {
182874
182874
  created_by?: string | null;
182875
182875
  updated_at?: Date | string | null;
182876
182876
  updated_by?: string | null;
182877
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
182877
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
182878
182878
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
182879
182879
  state?: statesCreateNestedOneWithoutOrganizationsInput;
182880
182880
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -183000,7 +183000,7 @@ type organizationsUpdateWithoutOrganization_account_receivable_detailsInput = {
183000
183000
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
183001
183001
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
183002
183002
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
183003
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
183003
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
183004
183004
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
183005
183005
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
183006
183006
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -183113,7 +183113,7 @@ type organizationsCreateWithoutOrganization_account_payable_detailsInput = {
183113
183113
  created_by?: string | null;
183114
183114
  updated_at?: Date | string | null;
183115
183115
  updated_by?: string | null;
183116
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
183116
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
183117
183117
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
183118
183118
  state?: statesCreateNestedOneWithoutOrganizationsInput;
183119
183119
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -183239,7 +183239,7 @@ type organizationsUpdateWithoutOrganization_account_payable_detailsInput = {
183239
183239
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
183240
183240
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
183241
183241
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
183242
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
183242
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
183243
183243
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
183244
183244
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
183245
183245
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -183352,7 +183352,7 @@ type organizationsCreateWithoutOrganization_logsInput = {
183352
183352
  created_by?: string | null;
183353
183353
  updated_at?: Date | string | null;
183354
183354
  updated_by?: string | null;
183355
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
183355
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
183356
183356
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
183357
183357
  state?: statesCreateNestedOneWithoutOrganizationsInput;
183358
183358
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -183478,7 +183478,7 @@ type organizationsUpdateWithoutOrganization_logsInput = {
183478
183478
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
183479
183479
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
183480
183480
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
183481
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
183481
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
183482
183482
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
183483
183483
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
183484
183484
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -183591,7 +183591,7 @@ type organizationsCreateWithoutAirlineInput = {
183591
183591
  created_by?: string | null;
183592
183592
  updated_at?: Date | string | null;
183593
183593
  updated_by?: string | null;
183594
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
183594
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
183595
183595
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
183596
183596
  state?: statesCreateNestedOneWithoutOrganizationsInput;
183597
183597
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -183725,7 +183725,7 @@ type organizationsCreateWithoutShipping_lineInput = {
183725
183725
  created_by?: string | null;
183726
183726
  updated_at?: Date | string | null;
183727
183727
  updated_by?: string | null;
183728
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
183728
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
183729
183729
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
183730
183730
  state?: statesCreateNestedOneWithoutOrganizationsInput;
183731
183731
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -183859,7 +183859,7 @@ type organizationsCreateWithoutForwarding_shipments_control_customerInput = {
183859
183859
  created_by?: string | null;
183860
183860
  updated_at?: Date | string | null;
183861
183861
  updated_by?: string | null;
183862
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
183862
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
183863
183863
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
183864
183864
  state?: statesCreateNestedOneWithoutOrganizationsInput;
183865
183865
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -183976,7 +183976,7 @@ type organizationsCreateWithoutForwarding_shipments_control_agentInput = {
183976
183976
  created_by?: string | null;
183977
183977
  updated_at?: Date | string | null;
183978
183978
  updated_by?: string | null;
183979
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
183979
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
183980
183980
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
183981
183981
  state?: statesCreateNestedOneWithoutOrganizationsInput;
183982
183982
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -184102,7 +184102,7 @@ type organizationsUpdateWithoutForwarding_shipments_control_customerInput = {
184102
184102
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
184103
184103
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
184104
184104
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
184105
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
184105
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
184106
184106
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
184107
184107
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
184108
184108
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -184224,7 +184224,7 @@ type organizationsUpdateWithoutForwarding_shipments_control_agentInput = {
184224
184224
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
184225
184225
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
184226
184226
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
184227
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
184227
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
184228
184228
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
184229
184229
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
184230
184230
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -184337,7 +184337,7 @@ type organizationsCreateWithoutForwarding_shipment_organizationsInput = {
184337
184337
  created_by?: string | null;
184338
184338
  updated_at?: Date | string | null;
184339
184339
  updated_by?: string | null;
184340
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
184340
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
184341
184341
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
184342
184342
  state?: statesCreateNestedOneWithoutOrganizationsInput;
184343
184343
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -184463,7 +184463,7 @@ type organizationsUpdateWithoutForwarding_shipment_organizationsInput = {
184463
184463
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
184464
184464
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
184465
184465
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
184466
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
184466
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
184467
184467
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
184468
184468
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
184469
184469
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -184576,7 +184576,7 @@ type organizationsCreateWithoutForwarding_shipment_pickup_deliveries_organizatio
184576
184576
  created_by?: string | null;
184577
184577
  updated_at?: Date | string | null;
184578
184578
  updated_by?: string | null;
184579
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
184579
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
184580
184580
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
184581
184581
  state?: statesCreateNestedOneWithoutOrganizationsInput;
184582
184582
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -184693,7 +184693,7 @@ type organizationsCreateWithoutForwarding_shipment_pickup_deliveries_whs_organiz
184693
184693
  created_by?: string | null;
184694
184694
  updated_at?: Date | string | null;
184695
184695
  updated_by?: string | null;
184696
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
184696
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
184697
184697
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
184698
184698
  state?: statesCreateNestedOneWithoutOrganizationsInput;
184699
184699
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -184810,7 +184810,7 @@ type organizationsCreateWithoutForwarding_shipment_pickup_deliveries_vendor_orga
184810
184810
  created_by?: string | null;
184811
184811
  updated_at?: Date | string | null;
184812
184812
  updated_by?: string | null;
184813
- organization_business_categories?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
184813
+ organization_business_category?: organization_business_categoriesCreateNestedOneWithoutOrganizationsInput;
184814
184814
  country?: countriesCreateNestedOneWithoutOrganizationsInput;
184815
184815
  state?: statesCreateNestedOneWithoutOrganizationsInput;
184816
184816
  city?: citiesCreateNestedOneWithoutOrganizationsInput;
@@ -184936,7 +184936,7 @@ type organizationsUpdateWithoutForwarding_shipment_pickup_deliveries_organizatio
184936
184936
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
184937
184937
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
184938
184938
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
184939
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
184939
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
184940
184940
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
184941
184941
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
184942
184942
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -185058,7 +185058,7 @@ type organizationsUpdateWithoutForwarding_shipment_pickup_deliveries_whs_organiz
185058
185058
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
185059
185059
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
185060
185060
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
185061
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
185061
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
185062
185062
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
185063
185063
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
185064
185064
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -185180,7 +185180,7 @@ type organizationsUpdateWithoutForwarding_shipment_pickup_deliveries_vendor_orga
185180
185180
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
185181
185181
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
185182
185182
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
185183
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
185183
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
185184
185184
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
185185
185185
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
185186
185186
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -185324,7 +185324,7 @@ type organizationsUpdateWithoutUn_locodeInput = {
185324
185324
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
185325
185325
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
185326
185326
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
185327
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
185327
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
185328
185328
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
185329
185329
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
185330
185330
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -185499,7 +185499,7 @@ type organizationsUpdateWithoutCountryInput = {
185499
185499
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
185500
185500
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
185501
185501
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
185502
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
185502
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
185503
185503
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
185504
185504
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
185505
185505
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
@@ -185674,7 +185674,7 @@ type organizationsUpdateWithoutStateInput = {
185674
185674
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
185675
185675
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
185676
185676
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
185677
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
185677
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
185678
185678
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
185679
185679
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
185680
185680
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
@@ -185849,7 +185849,7 @@ type organizationsUpdateWithoutCityInput = {
185849
185849
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
185850
185850
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
185851
185851
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
185852
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
185852
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
185853
185853
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
185854
185854
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
185855
185855
  postal_code?: postal_codesUpdateOneWithoutOrganizationsNestedInput;
@@ -186024,7 +186024,7 @@ type organizationsUpdateWithoutPostal_codeInput = {
186024
186024
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
186025
186025
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
186026
186026
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
186027
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
186027
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
186028
186028
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
186029
186029
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
186030
186030
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -186199,7 +186199,7 @@ type organizationsUpdateWithoutControlling_branchInput = {
186199
186199
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
186200
186200
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
186201
186201
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
186202
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
186202
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
186203
186203
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
186204
186204
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
186205
186205
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -186322,7 +186322,7 @@ type organizationsUncheckedUpdateManyWithoutControlling_branchInput = {
186322
186322
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
186323
186323
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
186324
186324
  };
186325
- type organizationsCreateManyOrganization_business_categoriesInput = {
186325
+ type organizationsCreateManyOrganization_business_categoryInput = {
186326
186326
  id?: number;
186327
186327
  id_country?: number | null;
186328
186328
  id_state?: number | null;
@@ -186353,7 +186353,7 @@ type organizationsCreateManyOrganization_business_categoriesInput = {
186353
186353
  updated_at?: Date | string | null;
186354
186354
  updated_by?: string | null;
186355
186355
  };
186356
- type organizationsUpdateWithoutOrganization_business_categoriesInput = {
186356
+ type organizationsUpdateWithoutOrganization_business_categoryInput = {
186357
186357
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
186358
186358
  code?: NullableStringFieldUpdateOperationsInput | string | null;
186359
186359
  name?: NullableStringFieldUpdateOperationsInput | string | null;
@@ -186409,7 +186409,7 @@ type organizationsUpdateWithoutOrganization_business_categoriesInput = {
186409
186409
  organization_person_in_charges?: organization_person_in_chargesUpdateManyWithoutOrganizationNestedInput;
186410
186410
  organizations?: organizationsUpdateManyWithoutControlling_branchNestedInput;
186411
186411
  };
186412
- type organizationsUncheckedUpdateWithoutOrganization_business_categoriesInput = {
186412
+ type organizationsUncheckedUpdateWithoutOrganization_business_categoryInput = {
186413
186413
  id?: IntFieldUpdateOperationsInput | number;
186414
186414
  id_country?: NullableIntFieldUpdateOperationsInput | number | null;
186415
186415
  id_state?: NullableIntFieldUpdateOperationsInput | number | null;
@@ -186466,7 +186466,7 @@ type organizationsUncheckedUpdateWithoutOrganization_business_categoriesInput =
186466
186466
  organization_person_in_charges?: organization_person_in_chargesUncheckedUpdateManyWithoutOrganizationNestedInput;
186467
186467
  organizations?: organizationsUncheckedUpdateManyWithoutControlling_branchNestedInput;
186468
186468
  };
186469
- type organizationsUncheckedUpdateManyWithoutOrganization_business_categoriesInput = {
186469
+ type organizationsUncheckedUpdateManyWithoutOrganization_business_categoryInput = {
186470
186470
  id?: IntFieldUpdateOperationsInput | number;
186471
186471
  id_country?: NullableIntFieldUpdateOperationsInput | number | null;
186472
186472
  id_state?: NullableIntFieldUpdateOperationsInput | number | null;
@@ -186549,7 +186549,7 @@ type organizationsUpdateWithoutAirlineInput = {
186549
186549
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
186550
186550
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
186551
186551
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
186552
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
186552
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
186553
186553
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
186554
186554
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
186555
186555
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -186724,7 +186724,7 @@ type organizationsUpdateWithoutShipping_lineInput = {
186724
186724
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
186725
186725
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
186726
186726
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
186727
- organization_business_categories?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
186727
+ organization_business_category?: organization_business_categoriesUpdateOneWithoutOrganizationsNestedInput;
186728
186728
  country?: countriesUpdateOneWithoutOrganizationsNestedInput;
186729
186729
  state?: statesUpdateOneWithoutOrganizationsNestedInput;
186730
186730
  city?: citiesUpdateOneWithoutOrganizationsNestedInput;
@@ -187068,7 +187068,7 @@ type organizationsSelect<ExtArgs extends Types$1.Extensions.InternalArgs = Types
187068
187068
  created_by?: boolean;
187069
187069
  updated_at?: boolean;
187070
187070
  updated_by?: boolean;
187071
- organization_business_categories?: boolean | organizations$organization_business_categoriesArgs<ExtArgs>;
187071
+ organization_business_category?: boolean | organizations$organization_business_categoryArgs<ExtArgs>;
187072
187072
  country?: boolean | organizations$countryArgs<ExtArgs>;
187073
187073
  state?: boolean | organizations$stateArgs<ExtArgs>;
187074
187074
  city?: boolean | organizations$cityArgs<ExtArgs>;
@@ -187136,7 +187136,7 @@ type organizationsSelectCreateManyAndReturn<ExtArgs extends Types$1.Extensions.I
187136
187136
  created_by?: boolean;
187137
187137
  updated_at?: boolean;
187138
187138
  updated_by?: boolean;
187139
- organization_business_categories?: boolean | organizations$organization_business_categoriesArgs<ExtArgs>;
187139
+ organization_business_category?: boolean | organizations$organization_business_categoryArgs<ExtArgs>;
187140
187140
  country?: boolean | organizations$countryArgs<ExtArgs>;
187141
187141
  state?: boolean | organizations$stateArgs<ExtArgs>;
187142
187142
  city?: boolean | organizations$cityArgs<ExtArgs>;
@@ -187177,7 +187177,7 @@ type organizationsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.I
187177
187177
  created_by?: boolean;
187178
187178
  updated_at?: boolean;
187179
187179
  updated_by?: boolean;
187180
- organization_business_categories?: boolean | organizations$organization_business_categoriesArgs<ExtArgs>;
187180
+ organization_business_category?: boolean | organizations$organization_business_categoryArgs<ExtArgs>;
187181
187181
  country?: boolean | organizations$countryArgs<ExtArgs>;
187182
187182
  state?: boolean | organizations$stateArgs<ExtArgs>;
187183
187183
  city?: boolean | organizations$cityArgs<ExtArgs>;
@@ -187189,7 +187189,7 @@ type organizationsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.I
187189
187189
  }, ExtArgs["result"]["organizations"]>;
187190
187190
  type organizationsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_business_category" | "id_country" | "id_state" | "id_city" | "id_postal_code" | "id_un_locode" | "id_controlling_branch" | "id_airline" | "id_shipping_line" | "logic_code" | "code" | "name" | "phone" | "email" | "website_url" | "company_number" | "company_tax_number" | "is_active" | "is_receipt_account" | "is_payment_account" | "is_shipper" | "is_consignee" | "is_forwarder" | "is_controlling_customer" | "is_controlling_agent" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["organizations"]>;
187191
187191
  type organizationsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
187192
- organization_business_categories?: boolean | organizations$organization_business_categoriesArgs<ExtArgs>;
187192
+ organization_business_category?: boolean | organizations$organization_business_categoryArgs<ExtArgs>;
187193
187193
  country?: boolean | organizations$countryArgs<ExtArgs>;
187194
187194
  state?: boolean | organizations$stateArgs<ExtArgs>;
187195
187195
  city?: boolean | organizations$cityArgs<ExtArgs>;
@@ -187227,7 +187227,7 @@ type organizationsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Type
187227
187227
  _count?: boolean | OrganizationsCountOutputTypeDefaultArgs<ExtArgs>;
187228
187228
  };
187229
187229
  type organizationsIncludeCreateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
187230
- organization_business_categories?: boolean | organizations$organization_business_categoriesArgs<ExtArgs>;
187230
+ organization_business_category?: boolean | organizations$organization_business_categoryArgs<ExtArgs>;
187231
187231
  country?: boolean | organizations$countryArgs<ExtArgs>;
187232
187232
  state?: boolean | organizations$stateArgs<ExtArgs>;
187233
187233
  city?: boolean | organizations$cityArgs<ExtArgs>;
@@ -187238,7 +187238,7 @@ type organizationsIncludeCreateManyAndReturn<ExtArgs extends Types$1.Extensions.
187238
187238
  shipping_line?: boolean | organizations$shipping_lineArgs<ExtArgs>;
187239
187239
  };
187240
187240
  type organizationsIncludeUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
187241
- organization_business_categories?: boolean | organizations$organization_business_categoriesArgs<ExtArgs>;
187241
+ organization_business_category?: boolean | organizations$organization_business_categoryArgs<ExtArgs>;
187242
187242
  country?: boolean | organizations$countryArgs<ExtArgs>;
187243
187243
  state?: boolean | organizations$stateArgs<ExtArgs>;
187244
187244
  city?: boolean | organizations$cityArgs<ExtArgs>;
@@ -187251,7 +187251,7 @@ type organizationsIncludeUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.
187251
187251
  type $organizationsPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
187252
187252
  name: "organizations";
187253
187253
  objects: {
187254
- organization_business_categories: $organization_business_categoriesPayload<ExtArgs> | null;
187254
+ organization_business_category: $organization_business_categoriesPayload<ExtArgs> | null;
187255
187255
  country: $countriesPayload<ExtArgs> | null;
187256
187256
  state: $statesPayload<ExtArgs> | null;
187257
187257
  city: $citiesPayload<ExtArgs> | null;
@@ -187633,7 +187633,7 @@ interface organizationsDelegate<ExtArgs extends Types$1.Extensions.InternalArgs
187633
187633
  */
187634
187634
  interface Prisma__organizationsClient<T$1, Null = never, ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends PrismaPromise<T$1> {
187635
187635
  readonly [Symbol.toStringTag]: "PrismaPromise";
187636
- organization_business_categories<T$1 extends organizations$organization_business_categoriesArgs<ExtArgs> = {}>(args?: Subset<T$1, organizations$organization_business_categoriesArgs<ExtArgs>>): Prisma__organization_business_categoriesClient<Types$1.Result.GetResult<$organization_business_categoriesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
187636
+ organization_business_category<T$1 extends organizations$organization_business_categoryArgs<ExtArgs> = {}>(args?: Subset<T$1, organizations$organization_business_categoryArgs<ExtArgs>>): Prisma__organization_business_categoriesClient<Types$1.Result.GetResult<$organization_business_categoriesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
187637
187637
  country<T$1 extends organizations$countryArgs<ExtArgs> = {}>(args?: Subset<T$1, organizations$countryArgs<ExtArgs>>): Prisma__countriesClient<Types$1.Result.GetResult<$countriesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
187638
187638
  state<T$1 extends organizations$stateArgs<ExtArgs> = {}>(args?: Subset<T$1, organizations$stateArgs<ExtArgs>>): Prisma__statesClient<Types$1.Result.GetResult<$statesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
187639
187639
  city<T$1 extends organizations$cityArgs<ExtArgs> = {}>(args?: Subset<T$1, organizations$cityArgs<ExtArgs>>): Prisma__citiesClient<Types$1.Result.GetResult<$citiesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
@@ -188102,9 +188102,9 @@ type organizationsDeleteManyArgs<ExtArgs extends Types$1.Extensions.InternalArgs
188102
188102
  limit?: number;
188103
188103
  };
188104
188104
  /**
188105
- * organizations.organization_business_categories
188105
+ * organizations.organization_business_category
188106
188106
  */
188107
- type organizations$organization_business_categoriesArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
188107
+ type organizations$organization_business_categoryArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
188108
188108
  /**
188109
188109
  * Select specific fields to fetch from the organization_business_categories
188110
188110
  */
@@ -190689,7 +190689,7 @@ type organization_business_categoriesCreateInput = {
190689
190689
  created_by?: string | null;
190690
190690
  updated_at?: Date | string | null;
190691
190691
  updated_by?: string | null;
190692
- organizations?: organizationsCreateNestedManyWithoutOrganization_business_categoriesInput;
190692
+ organizations?: organizationsCreateNestedManyWithoutOrganization_business_categoryInput;
190693
190693
  organization_business_category_logs?: organization_business_category_logsCreateNestedManyWithoutOrganization_business_categoryInput;
190694
190694
  };
190695
190695
  type organization_business_categoriesUncheckedCreateInput = {
@@ -190702,7 +190702,7 @@ type organization_business_categoriesUncheckedCreateInput = {
190702
190702
  created_by?: string | null;
190703
190703
  updated_at?: Date | string | null;
190704
190704
  updated_by?: string | null;
190705
- organizations?: organizationsUncheckedCreateNestedManyWithoutOrganization_business_categoriesInput;
190705
+ organizations?: organizationsUncheckedCreateNestedManyWithoutOrganization_business_categoryInput;
190706
190706
  organization_business_category_logs?: organization_business_category_logsUncheckedCreateNestedManyWithoutOrganization_business_categoryInput;
190707
190707
  };
190708
190708
  type organization_business_categoriesUpdateInput = {
@@ -190714,7 +190714,7 @@ type organization_business_categoriesUpdateInput = {
190714
190714
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
190715
190715
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
190716
190716
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
190717
- organizations?: organizationsUpdateManyWithoutOrganization_business_categoriesNestedInput;
190717
+ organizations?: organizationsUpdateManyWithoutOrganization_business_categoryNestedInput;
190718
190718
  organization_business_category_logs?: organization_business_category_logsUpdateManyWithoutOrganization_business_categoryNestedInput;
190719
190719
  };
190720
190720
  type organization_business_categoriesUncheckedUpdateInput = {
@@ -190727,7 +190727,7 @@ type organization_business_categoriesUncheckedUpdateInput = {
190727
190727
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
190728
190728
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
190729
190729
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
190730
- organizations?: organizationsUncheckedUpdateManyWithoutOrganization_business_categoriesNestedInput;
190730
+ organizations?: organizationsUncheckedUpdateManyWithoutOrganization_business_categoryNestedInput;
190731
190731
  organization_business_category_logs?: organization_business_category_logsUncheckedUpdateManyWithoutOrganization_business_categoryNestedInput;
190732
190732
  };
190733
190733
  type organization_business_categoriesCreateManyInput = {
@@ -190901,7 +190901,7 @@ type organization_business_categoriesCreateWithoutOrganization_business_category
190901
190901
  created_by?: string | null;
190902
190902
  updated_at?: Date | string | null;
190903
190903
  updated_by?: string | null;
190904
- organizations?: organizationsCreateNestedManyWithoutOrganization_business_categoriesInput;
190904
+ organizations?: organizationsCreateNestedManyWithoutOrganization_business_categoryInput;
190905
190905
  };
190906
190906
  type organization_business_categoriesUncheckedCreateWithoutOrganization_business_category_logsInput = {
190907
190907
  id?: number;
@@ -190913,7 +190913,7 @@ type organization_business_categoriesUncheckedCreateWithoutOrganization_business
190913
190913
  created_by?: string | null;
190914
190914
  updated_at?: Date | string | null;
190915
190915
  updated_by?: string | null;
190916
- organizations?: organizationsUncheckedCreateNestedManyWithoutOrganization_business_categoriesInput;
190916
+ organizations?: organizationsUncheckedCreateNestedManyWithoutOrganization_business_categoryInput;
190917
190917
  };
190918
190918
  type organization_business_categoriesCreateOrConnectWithoutOrganization_business_category_logsInput = {
190919
190919
  where: organization_business_categoriesWhereUniqueInput;
@@ -190937,7 +190937,7 @@ type organization_business_categoriesUpdateWithoutOrganization_business_category
190937
190937
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
190938
190938
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
190939
190939
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
190940
- organizations?: organizationsUpdateManyWithoutOrganization_business_categoriesNestedInput;
190940
+ organizations?: organizationsUpdateManyWithoutOrganization_business_categoryNestedInput;
190941
190941
  };
190942
190942
  type organization_business_categoriesUncheckedUpdateWithoutOrganization_business_category_logsInput = {
190943
190943
  id?: IntFieldUpdateOperationsInput | number;
@@ -190949,7 +190949,7 @@ type organization_business_categoriesUncheckedUpdateWithoutOrganization_business
190949
190949
  created_by?: NullableStringFieldUpdateOperationsInput | string | null;
190950
190950
  updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
190951
190951
  updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
190952
- organizations?: organizationsUncheckedUpdateManyWithoutOrganization_business_categoriesNestedInput;
190952
+ organizations?: organizationsUncheckedUpdateManyWithoutOrganization_business_categoryNestedInput;
190953
190953
  };
190954
190954
  /**
190955
190955
  * Count Type Organization_business_categoriesCountOutputType
@@ -646886,13 +646886,13 @@ declare const appRouter: BuiltRouter<{
646886
646886
  errorShape: DefaultErrorShape;
646887
646887
  transformer: false;
646888
646888
  }, DecorateCreateRouterOptions<{
646889
- references: BuiltRouter<{
646889
+ masterData: BuiltRouter<{
646890
646890
  ctx: Context;
646891
646891
  meta: object;
646892
646892
  errorShape: DefaultErrorShape;
646893
646893
  transformer: false;
646894
646894
  }, DecorateCreateRouterOptions<{
646895
- airlines: BuiltRouter<{
646895
+ organizations: BuiltRouter<{
646896
646896
  ctx: Context;
646897
646897
  meta: object;
646898
646898
  errorShape: DefaultErrorShape;
@@ -646918,8 +646918,8 @@ declare const appRouter: BuiltRouter<{
646918
646918
  field: string;
646919
646919
  direction: "asc" | "desc";
646920
646920
  }[] | null | undefined;
646921
- id_un_locode?: number | null | undefined;
646922
- ids_un_locode?: number[] | null | undefined;
646921
+ id_business_category?: number | null | undefined;
646922
+ ids_business_category?: number[] | null | undefined;
646923
646923
  id_country?: number | null | undefined;
646924
646924
  ids_country?: number[] | null | undefined;
646925
646925
  id_state?: number | null | undefined;
@@ -646928,9 +646928,87 @@ declare const appRouter: BuiltRouter<{
646928
646928
  ids_city?: number[] | null | undefined;
646929
646929
  id_postal_code?: number | null | undefined;
646930
646930
  ids_postal_code?: number[] | null | undefined;
646931
+ id_un_locode?: number | null | undefined;
646932
+ ids_un_locode?: number[] | null | undefined;
646933
+ id_controlling_branch?: number | null | undefined;
646934
+ ids_controlling_branch?: number[] | null | undefined;
646935
+ id_airline?: number | null | undefined;
646936
+ ids_airline?: number[] | null | undefined;
646937
+ id_shipping_line?: number | null | undefined;
646938
+ ids_shipping_line?: number[] | null | undefined;
646939
+ is_receipt_account?: boolean[] | null | undefined;
646940
+ is_payment_account?: boolean[] | null | undefined;
646941
+ is_shipper?: boolean[] | null | undefined;
646942
+ is_consignee?: boolean[] | null | undefined;
646943
+ is_forwarder?: boolean[] | null | undefined;
646944
+ is_controlling_customer?: boolean[] | null | undefined;
646945
+ is_controlling_agent?: boolean[] | null | undefined;
646931
646946
  };
646932
646947
  output: {
646933
646948
  data: ({
646949
+ organization_business_category: {
646950
+ is_active: boolean | null;
646951
+ id: number;
646952
+ name: string | null;
646953
+ logic_code: string | null;
646954
+ created_at: Date | null;
646955
+ created_by: string | null;
646956
+ updated_at: Date | null;
646957
+ updated_by: string | null;
646958
+ code: string | null;
646959
+ } | null;
646960
+ country: {
646961
+ is_active: boolean | null;
646962
+ id: number;
646963
+ name: string | null;
646964
+ logic_code: string | null;
646965
+ created_at: Date | null;
646966
+ created_by: string | null;
646967
+ updated_at: Date | null;
646968
+ updated_by: string | null;
646969
+ id_currency: number | null;
646970
+ id_awb_currency: number | null;
646971
+ iso2_code: string | null;
646972
+ iso3_code: string | null;
646973
+ iso3_numeric: string | null;
646974
+ is_sanctioned: boolean | null;
646975
+ } | null;
646976
+ state: {
646977
+ is_active: boolean | null;
646978
+ id_country: number | null;
646979
+ id: number;
646980
+ name: string | null;
646981
+ logic_code: string | null;
646982
+ created_at: Date | null;
646983
+ created_by: string | null;
646984
+ updated_at: Date | null;
646985
+ updated_by: string | null;
646986
+ code: string | null;
646987
+ } | null;
646988
+ city: {
646989
+ is_active: boolean | null;
646990
+ id_country: number | null;
646991
+ id_state: number | null;
646992
+ id: number;
646993
+ name: string | null;
646994
+ logic_code: string | null;
646995
+ created_at: Date | null;
646996
+ created_by: string | null;
646997
+ updated_at: Date | null;
646998
+ updated_by: string | null;
646999
+ code: string | null;
647000
+ } | null;
647001
+ postal_code: {
647002
+ is_active: boolean | null;
647003
+ id_country: number | null;
647004
+ id: number;
647005
+ logic_code: string | null;
647006
+ created_at: Date | null;
647007
+ created_by: string | null;
647008
+ updated_at: Date | null;
647009
+ updated_by: string | null;
647010
+ code: string | null;
647011
+ } | null;
646934
647012
  un_locode: {
646935
647013
  is_active: boolean | null;
646936
647014
  id_country: number | null;
@@ -646962,25 +647040,24 @@ declare const appRouter: BuiltRouter<{
646962
647040
  has_seaport: boolean | null;
646963
647041
  has_outport: boolean | null;
646964
647042
  } | null;
646965
- country: {
646966
- is_active: boolean | null;
646967
- id: number;
646968
- name: string | null;
646969
- logic_code: string | null;
646970
- created_at: Date | null;
646971
- created_by: string | null;
646972
- updated_at: Date | null;
646973
- updated_by: string | null;
646974
- id_currency: number | null;
646975
- id_awb_currency: number | null;
646976
- iso2_code: string | null;
646977
- iso3_code: string | null;
646978
- iso3_numeric: string | null;
646979
- is_sanctioned: boolean | null;
646980
- } | null;
646981
- state: {
647043
+ controlling_branch: {
646982
647044
  is_active: boolean | null;
647045
+ id_business_category: number | null;
646983
647046
  id_country: number | null;
647047
+ id_state: number | null;
647048
+ id_city: number | null;
647049
+ id_postal_code: number | null;
647050
+ id_un_locode: number | null;
647051
+ id_controlling_branch: number | null;
647052
+ id_airline: number | null;
647053
+ id_shipping_line: number | null;
647054
+ is_receipt_account: boolean | null;
647055
+ is_payment_account: boolean | null;
647056
+ is_shipper: boolean | null;
647057
+ is_consignee: boolean | null;
647058
+ is_forwarder: boolean | null;
647059
+ is_controlling_customer: boolean | null;
647060
+ is_controlling_agent: boolean | null;
646984
647061
  id: number;
646985
647062
  name: string | null;
646986
647063
  logic_code: string | null;
@@ -646989,11 +647066,19 @@ declare const appRouter: BuiltRouter<{
646989
647066
  updated_at: Date | null;
646990
647067
  updated_by: string | null;
646991
647068
  code: string | null;
647069
+ phone: string | null;
647070
+ email: string | null;
647071
+ website_url: string | null;
647072
+ company_number: string | null;
647073
+ company_tax_number: string | null;
646992
647074
  } | null;
646993
- city: {
647075
+ airline: {
646994
647076
  is_active: boolean | null;
646995
647077
  id_country: number | null;
646996
647078
  id_state: number | null;
647079
+ id_city: number | null;
647080
+ id_postal_code: number | null;
647081
+ id_un_locode: number | null;
646997
647082
  id: number;
646998
647083
  name: string | null;
646999
647084
  logic_code: string | null;
@@ -647002,25 +647087,59 @@ declare const appRouter: BuiltRouter<{
647002
647087
  updated_at: Date | null;
647003
647088
  updated_by: string | null;
647004
647089
  code: string | null;
647090
+ airline_num_code: string | null;
647091
+ airline_three_code: string | null;
647092
+ airline_two_code: string | null;
647093
+ short_airline_name: string | null;
647094
+ full_airline_name_1: string | null;
647095
+ full_airline_name_2: string | null;
647096
+ address: string | null;
647097
+ is_cass_controlled: boolean | null;
647098
+ is_iata_member: boolean | null;
647099
+ is_ata_member: boolean | null;
647100
+ is_sita_member: boolean | null;
647101
+ is_arinc_member: boolean | null;
647102
+ is_signed_e_awb: boolean | null;
647005
647103
  } | null;
647006
- postal_code: {
647104
+ shipping_line: {
647007
647105
  is_active: boolean | null;
647008
647106
  id_country: number | null;
647107
+ id_state: number | null;
647108
+ id_city: number | null;
647109
+ id_postal_code: number | null;
647110
+ id_un_locode: number | null;
647009
647111
  id: number;
647112
+ name: string | null;
647010
647113
  logic_code: string | null;
647011
647114
  created_at: Date | null;
647012
647115
  created_by: string | null;
647013
647116
  updated_at: Date | null;
647014
647117
  updated_by: string | null;
647015
647118
  code: string | null;
647119
+ address: string | null;
647120
+ scac: string | null;
647121
+ ocean_carrier_name: string | null;
647122
+ is_non_vessel_operator: boolean | null;
647123
+ is_shipping_line: boolean | null;
647016
647124
  } | null;
647017
647125
  } & {
647018
647126
  is_active: boolean | null;
647019
- id_un_locode: number | null;
647127
+ id_business_category: number | null;
647020
647128
  id_country: number | null;
647021
647129
  id_state: number | null;
647022
647130
  id_city: number | null;
647023
647131
  id_postal_code: number | null;
647132
+ id_un_locode: number | null;
647133
+ id_controlling_branch: number | null;
647134
+ id_airline: number | null;
647135
+ id_shipping_line: number | null;
647136
+ is_receipt_account: boolean | null;
647137
+ is_payment_account: boolean | null;
647138
+ is_shipper: boolean | null;
647139
+ is_consignee: boolean | null;
647140
+ is_forwarder: boolean | null;
647141
+ is_controlling_customer: boolean | null;
647142
+ is_controlling_agent: boolean | null;
647024
647143
  id: number;
647025
647144
  name: string | null;
647026
647145
  logic_code: string | null;
@@ -647029,19 +647148,11 @@ declare const appRouter: BuiltRouter<{
647029
647148
  updated_at: Date | null;
647030
647149
  updated_by: string | null;
647031
647150
  code: string | null;
647032
- airline_num_code: string | null;
647033
- airline_three_code: string | null;
647034
- airline_two_code: string | null;
647035
- short_airline_name: string | null;
647036
- full_airline_name_1: string | null;
647037
- full_airline_name_2: string | null;
647038
- address: string | null;
647039
- is_cass_controlled: boolean | null;
647040
- is_iata_member: boolean | null;
647041
- is_ata_member: boolean | null;
647042
- is_sita_member: boolean | null;
647043
- is_arinc_member: boolean | null;
647044
- is_signed_e_awb: boolean | null;
647151
+ phone: string | null;
647152
+ email: string | null;
647153
+ website_url: string | null;
647154
+ company_number: string | null;
647155
+ company_tax_number: string | null;
647045
647156
  })[] | undefined;
647046
647157
  total: number | undefined;
647047
647158
  };
@@ -647054,6 +647165,106 @@ declare const appRouter: BuiltRouter<{
647054
647165
  };
647055
647166
  output: {
647056
647167
  data: {
647168
+ organization_business_category: {
647169
+ is_active: boolean | null;
647170
+ id: number;
647171
+ name: string | null;
647172
+ logic_code: string | null;
647173
+ created_at: Date | null;
647174
+ created_by: string | null;
647175
+ updated_at: Date | null;
647176
+ updated_by: string | null;
647177
+ code: string | null;
647178
+ } | null;
647179
+ _count: {
647180
+ organization_business_category: number;
647181
+ country: number;
647182
+ state: number;
647183
+ city: number;
647184
+ postal_code: number;
647185
+ un_locode: number;
647186
+ controlling_branch: number;
647187
+ airline: number;
647188
+ shipping_line: number;
647189
+ organization_forwarder_details: number;
647190
+ organization_account_receivable_details: number;
647191
+ organization_account_payable_details: number;
647192
+ organization_logs: number;
647193
+ organization_addresses: number;
647194
+ organization_staff_assignments: number;
647195
+ organization_attachments: number;
647196
+ forwarding_bookings_carrier: number;
647197
+ forwarding_bookings_creditor: number;
647198
+ forwarding_shipment_organizations: number;
647199
+ forwarding_shipments_control_customer: number;
647200
+ forwarding_shipments_control_agent: number;
647201
+ forwarding_shipment_pickup_deliveries_organization: number;
647202
+ forwarding_shipment_pickup_deliveries_whs_organization: number;
647203
+ forwarding_shipment_pickup_deliveries_vendor_organization: number;
647204
+ forwarding_shipment_billing_local_client: number;
647205
+ forwarding_shipment_billing_overseas_agent: number;
647206
+ forwarding_shipment_billing_details_cost_creditor: number;
647207
+ forwarding_shipment_billing_details_sell_debtor: number;
647208
+ forwarding_console_sending_agents: number;
647209
+ forwarding_console_receiving_agents: number;
647210
+ forwarding_console_creditors: number;
647211
+ forwarding_console_billing_details_cost_creditor: number;
647212
+ forwarding_console_billing_details_sell_debtor: number;
647213
+ organization_person_in_charges: number;
647214
+ organizations: number;
647215
+ };
647216
+ country: {
647217
+ is_active: boolean | null;
647218
+ id: number;
647219
+ name: string | null;
647220
+ logic_code: string | null;
647221
+ created_at: Date | null;
647222
+ created_by: string | null;
647223
+ updated_at: Date | null;
647224
+ updated_by: string | null;
647225
+ id_currency: number | null;
647226
+ id_awb_currency: number | null;
647227
+ iso2_code: string | null;
647228
+ iso3_code: string | null;
647229
+ iso3_numeric: string | null;
647230
+ is_sanctioned: boolean | null;
647231
+ } | null;
647232
+ state: {
647233
+ is_active: boolean | null;
647234
+ id_country: number | null;
647235
+ id: number;
647236
+ name: string | null;
647237
+ logic_code: string | null;
647238
+ created_at: Date | null;
647239
+ created_by: string | null;
647240
+ updated_at: Date | null;
647241
+ updated_by: string | null;
647242
+ code: string | null;
647243
+ } | null;
647244
+ city: {
647245
+ is_active: boolean | null;
647246
+ id_country: number | null;
647247
+ id_state: number | null;
647248
+ id: number;
647249
+ name: string | null;
647250
+ logic_code: string | null;
647251
+ created_at: Date | null;
647252
+ created_by: string | null;
647253
+ updated_at: Date | null;
647254
+ updated_by: string | null;
647255
+ code: string | null;
647256
+ } | null;
647257
+ postal_code: {
647258
+ is_active: boolean | null;
647259
+ id_country: number | null;
647260
+ id: number;
647261
+ logic_code: string | null;
647262
+ created_at: Date | null;
647263
+ created_by: string | null;
647264
+ updated_at: Date | null;
647265
+ updated_by: string | null;
647266
+ code: string | null;
647267
+ } | null;
647057
647268
  un_locode: {
647058
647269
  is_active: boolean | null;
647059
647270
  id_country: number | null;
@@ -647085,42 +647296,24 @@ declare const appRouter: BuiltRouter<{
647085
647296
  has_seaport: boolean | null;
647086
647297
  has_outport: boolean | null;
647087
647298
  } | null;
647088
- country: ({
647089
- currency: {
647090
- symbol: string | null;
647091
- is_active: boolean | null;
647092
- id: number;
647093
- logic_code: string | null;
647094
- created_at: Date | null;
647095
- created_by: string | null;
647096
- updated_at: Date | null;
647097
- updated_by: string | null;
647098
- currency_code: string | null;
647099
- currency_name: string | null;
647100
- major_unit: string | null;
647101
- minor_unit: string | null;
647102
- decimal_unit: number | null;
647103
- iso_decimal: number | null;
647104
- } | null;
647105
- } & {
647106
- is_active: boolean | null;
647107
- id: number;
647108
- name: string | null;
647109
- logic_code: string | null;
647110
- created_at: Date | null;
647111
- created_by: string | null;
647112
- updated_at: Date | null;
647113
- updated_by: string | null;
647114
- id_currency: number | null;
647115
- id_awb_currency: number | null;
647116
- iso2_code: string | null;
647117
- iso3_code: string | null;
647118
- iso3_numeric: string | null;
647119
- is_sanctioned: boolean | null;
647120
- }) | null;
647121
- state: {
647299
+ controlling_branch: {
647122
647300
  is_active: boolean | null;
647301
+ id_business_category: number | null;
647123
647302
  id_country: number | null;
647303
+ id_state: number | null;
647304
+ id_city: number | null;
647305
+ id_postal_code: number | null;
647306
+ id_un_locode: number | null;
647307
+ id_controlling_branch: number | null;
647308
+ id_airline: number | null;
647309
+ id_shipping_line: number | null;
647310
+ is_receipt_account: boolean | null;
647311
+ is_payment_account: boolean | null;
647312
+ is_shipper: boolean | null;
647313
+ is_consignee: boolean | null;
647314
+ is_forwarder: boolean | null;
647315
+ is_controlling_customer: boolean | null;
647316
+ is_controlling_agent: boolean | null;
647124
647317
  id: number;
647125
647318
  name: string | null;
647126
647319
  logic_code: string | null;
@@ -647129,11 +647322,19 @@ declare const appRouter: BuiltRouter<{
647129
647322
  updated_at: Date | null;
647130
647323
  updated_by: string | null;
647131
647324
  code: string | null;
647325
+ phone: string | null;
647326
+ email: string | null;
647327
+ website_url: string | null;
647328
+ company_number: string | null;
647329
+ company_tax_number: string | null;
647132
647330
  } | null;
647133
- city: {
647331
+ airline: {
647134
647332
  is_active: boolean | null;
647135
647333
  id_country: number | null;
647136
647334
  id_state: number | null;
647335
+ id_city: number | null;
647336
+ id_postal_code: number | null;
647337
+ id_un_locode: number | null;
647137
647338
  id: number;
647138
647339
  name: string | null;
647139
647340
  logic_code: string | null;
@@ -647142,35 +647343,59 @@ declare const appRouter: BuiltRouter<{
647142
647343
  updated_at: Date | null;
647143
647344
  updated_by: string | null;
647144
647345
  code: string | null;
647346
+ airline_num_code: string | null;
647347
+ airline_three_code: string | null;
647348
+ airline_two_code: string | null;
647349
+ short_airline_name: string | null;
647350
+ full_airline_name_1: string | null;
647351
+ full_airline_name_2: string | null;
647352
+ address: string | null;
647353
+ is_cass_controlled: boolean | null;
647354
+ is_iata_member: boolean | null;
647355
+ is_ata_member: boolean | null;
647356
+ is_sita_member: boolean | null;
647357
+ is_arinc_member: boolean | null;
647358
+ is_signed_e_awb: boolean | null;
647145
647359
  } | null;
647146
- postal_code: {
647360
+ shipping_line: {
647147
647361
  is_active: boolean | null;
647148
647362
  id_country: number | null;
647363
+ id_state: number | null;
647364
+ id_city: number | null;
647365
+ id_postal_code: number | null;
647366
+ id_un_locode: number | null;
647149
647367
  id: number;
647368
+ name: string | null;
647150
647369
  logic_code: string | null;
647151
647370
  created_at: Date | null;
647152
647371
  created_by: string | null;
647153
647372
  updated_at: Date | null;
647154
647373
  updated_by: string | null;
647155
647374
  code: string | null;
647375
+ address: string | null;
647376
+ scac: string | null;
647377
+ ocean_carrier_name: string | null;
647378
+ is_non_vessel_operator: boolean | null;
647379
+ is_shipping_line: boolean | null;
647156
647380
  } | null;
647157
- _count: {
647158
- un_locode: number;
647159
- country: number;
647160
- state: number;
647161
- city: number;
647162
- postal_code: number;
647163
- airline_logs: number;
647164
- forwarding_consoles: number;
647165
- organizations: number;
647166
- };
647167
647381
  } & {
647168
647382
  is_active: boolean | null;
647169
- id_un_locode: number | null;
647383
+ id_business_category: number | null;
647170
647384
  id_country: number | null;
647171
647385
  id_state: number | null;
647172
647386
  id_city: number | null;
647173
647387
  id_postal_code: number | null;
647388
+ id_un_locode: number | null;
647389
+ id_controlling_branch: number | null;
647390
+ id_airline: number | null;
647391
+ id_shipping_line: number | null;
647392
+ is_receipt_account: boolean | null;
647393
+ is_payment_account: boolean | null;
647394
+ is_shipper: boolean | null;
647395
+ is_consignee: boolean | null;
647396
+ is_forwarder: boolean | null;
647397
+ is_controlling_customer: boolean | null;
647398
+ is_controlling_agent: boolean | null;
647174
647399
  id: number;
647175
647400
  name: string | null;
647176
647401
  logic_code: string | null;
@@ -647179,19 +647404,857 @@ declare const appRouter: BuiltRouter<{
647179
647404
  updated_at: Date | null;
647180
647405
  updated_by: string | null;
647181
647406
  code: string | null;
647182
- airline_num_code: string | null;
647183
- airline_three_code: string | null;
647184
- airline_two_code: string | null;
647185
- short_airline_name: string | null;
647186
- full_airline_name_1: string | null;
647187
- full_airline_name_2: string | null;
647188
- address: string | null;
647189
- is_cass_controlled: boolean | null;
647190
- is_iata_member: boolean | null;
647191
- is_ata_member: boolean | null;
647192
- is_sita_member: boolean | null;
647193
- is_arinc_member: boolean | null;
647194
- is_signed_e_awb: boolean | null;
647407
+ phone: string | null;
647408
+ email: string | null;
647409
+ website_url: string | null;
647410
+ company_number: string | null;
647411
+ company_tax_number: string | null;
647412
+ };
647413
+ };
647414
+ meta: object;
647415
+ }>;
647416
+ histories: BuiltRouter<{
647417
+ ctx: Context;
647418
+ meta: object;
647419
+ errorShape: DefaultErrorShape;
647420
+ transformer: false;
647421
+ }, DecorateCreateRouterOptions<{
647422
+ get: MutationProcedure<{
647423
+ input: {
647424
+ search?: string | null | undefined;
647425
+ take?: number | null | undefined;
647426
+ skip?: number | null | undefined;
647427
+ is_active?: boolean[] | null | undefined;
647428
+ ids_include?: number[] | null | undefined;
647429
+ ids_exclude?: number[] | null | undefined;
647430
+ ids_string_include?: string[] | null | undefined;
647431
+ ids_string_exclude?: string[] | null | undefined;
647432
+ logic_codes_include?: string[] | null | undefined;
647433
+ logic_codes_exclude?: string[] | null | undefined;
647434
+ order_by?: {
647435
+ field: string;
647436
+ direction: "asc" | "desc";
647437
+ } | null | undefined;
647438
+ order_bys?: {
647439
+ field: string;
647440
+ direction: "asc" | "desc";
647441
+ }[] | null | undefined;
647442
+ id_log_type?: number | null | undefined;
647443
+ ids_log_type?: number[] | null | undefined;
647444
+ id_organization?: number | null | undefined;
647445
+ ids_organization?: number[] | null | undefined;
647446
+ };
647447
+ output: {
647448
+ data: {
647449
+ log_type: {
647450
+ is_active: boolean | null;
647451
+ id: number;
647452
+ name: string | null;
647453
+ logic_code: string | null;
647454
+ created_at: Date | null;
647455
+ created_by: string | null;
647456
+ updated_at: Date | null;
647457
+ updated_by: string | null;
647458
+ } | null;
647459
+ id: bigint;
647460
+ id_log_type: number | null;
647461
+ id_organization: number | null;
647462
+ url: string | null;
647463
+ params: SimpleJson;
647464
+ action: string | null;
647465
+ action_by: string | null;
647466
+ action_id: string | null;
647467
+ action_at: Date | null;
647468
+ }[] | undefined;
647469
+ total: number | undefined;
647470
+ };
647471
+ meta: object;
647472
+ }>;
647473
+ getDetail: MutationProcedure<{
647474
+ input: {
647475
+ id?: number | null | undefined;
647476
+ id_string?: string | null | undefined;
647477
+ };
647478
+ output: {
647479
+ data: {
647480
+ log_type: {
647481
+ is_active: boolean | null;
647482
+ id: number;
647483
+ name: string | null;
647484
+ logic_code: string | null;
647485
+ created_at: Date | null;
647486
+ created_by: string | null;
647487
+ updated_at: Date | null;
647488
+ updated_by: string | null;
647489
+ } | null;
647490
+ id: bigint;
647491
+ id_log_type: number | null;
647492
+ id_organization: number | null;
647493
+ url: string | null;
647494
+ params: SimpleJson;
647495
+ action: string | null;
647496
+ action_by: string | null;
647497
+ action_id: string | null;
647498
+ action_at: Date | null;
647499
+ } | undefined;
647500
+ };
647501
+ meta: object;
647502
+ }>;
647503
+ }>>;
647504
+ create: MutationProcedure<{
647505
+ input: {
647506
+ is_active?: boolean | undefined;
647507
+ id_business_category?: number | null | undefined;
647508
+ id_country?: number | null | undefined;
647509
+ id_state?: number | null | undefined;
647510
+ id_city?: number | null | undefined;
647511
+ id_postal_code?: number | null | undefined;
647512
+ id_un_locode?: number | null | undefined;
647513
+ id_controlling_branch?: number | null | undefined;
647514
+ id_airline?: number | null | undefined;
647515
+ id_shipping_line?: number | null | undefined;
647516
+ code?: string | null | undefined;
647517
+ name?: string | null | undefined;
647518
+ phone?: string | null | undefined;
647519
+ email?: string | null | undefined;
647520
+ website_url?: string | null | undefined;
647521
+ company_number?: string | null | undefined;
647522
+ company_tax_number?: string | null | undefined;
647523
+ is_receipt_account?: boolean | null | undefined;
647524
+ is_payment_account?: boolean | null | undefined;
647525
+ is_shipper?: boolean | null | undefined;
647526
+ is_consignee?: boolean | null | undefined;
647527
+ is_forwarder?: boolean | null | undefined;
647528
+ is_controlling_customer?: boolean | null | undefined;
647529
+ is_controlling_agent?: boolean | null | undefined;
647530
+ };
647531
+ output: {
647532
+ data: {
647533
+ is_active: boolean | null;
647534
+ id_business_category: number | null;
647535
+ id_country: number | null;
647536
+ id_state: number | null;
647537
+ id_city: number | null;
647538
+ id_postal_code: number | null;
647539
+ id_un_locode: number | null;
647540
+ id_controlling_branch: number | null;
647541
+ id_airline: number | null;
647542
+ id_shipping_line: number | null;
647543
+ is_receipt_account: boolean | null;
647544
+ is_payment_account: boolean | null;
647545
+ is_shipper: boolean | null;
647546
+ is_consignee: boolean | null;
647547
+ is_forwarder: boolean | null;
647548
+ is_controlling_customer: boolean | null;
647549
+ is_controlling_agent: boolean | null;
647550
+ id: number;
647551
+ name: string | null;
647552
+ logic_code: string | null;
647553
+ created_at: Date | null;
647554
+ created_by: string | null;
647555
+ updated_at: Date | null;
647556
+ updated_by: string | null;
647557
+ code: string | null;
647558
+ phone: string | null;
647559
+ email: string | null;
647560
+ website_url: string | null;
647561
+ company_number: string | null;
647562
+ company_tax_number: string | null;
647563
+ } | undefined;
647564
+ log: {
647565
+ id: bigint;
647566
+ id_log_type: number | null;
647567
+ id_organization: number | null;
647568
+ url: string | null;
647569
+ params: SimpleJson;
647570
+ action: string | null;
647571
+ action_by: string | null;
647572
+ action_id: string | null;
647573
+ action_at: Date | null;
647574
+ } | undefined;
647575
+ };
647576
+ meta: object;
647577
+ }>;
647578
+ update: MutationProcedure<{
647579
+ input: {
647580
+ id?: number | null | undefined;
647581
+ id_string?: string | null | undefined;
647582
+ is_active?: boolean | undefined;
647583
+ id_business_category?: number | null | undefined;
647584
+ id_country?: number | null | undefined;
647585
+ id_state?: number | null | undefined;
647586
+ id_city?: number | null | undefined;
647587
+ id_postal_code?: number | null | undefined;
647588
+ id_un_locode?: number | null | undefined;
647589
+ id_controlling_branch?: number | null | undefined;
647590
+ id_airline?: number | null | undefined;
647591
+ id_shipping_line?: number | null | undefined;
647592
+ code?: string | null | undefined;
647593
+ name?: string | null | undefined;
647594
+ phone?: string | null | undefined;
647595
+ email?: string | null | undefined;
647596
+ website_url?: string | null | undefined;
647597
+ company_number?: string | null | undefined;
647598
+ company_tax_number?: string | null | undefined;
647599
+ is_receipt_account?: boolean | null | undefined;
647600
+ is_payment_account?: boolean | null | undefined;
647601
+ is_shipper?: boolean | null | undefined;
647602
+ is_consignee?: boolean | null | undefined;
647603
+ is_forwarder?: boolean | null | undefined;
647604
+ is_controlling_customer?: boolean | null | undefined;
647605
+ is_controlling_agent?: boolean | null | undefined;
647606
+ };
647607
+ output: {
647608
+ data: {
647609
+ is_active: boolean | null;
647610
+ id_business_category: number | null;
647611
+ id_country: number | null;
647612
+ id_state: number | null;
647613
+ id_city: number | null;
647614
+ id_postal_code: number | null;
647615
+ id_un_locode: number | null;
647616
+ id_controlling_branch: number | null;
647617
+ id_airline: number | null;
647618
+ id_shipping_line: number | null;
647619
+ is_receipt_account: boolean | null;
647620
+ is_payment_account: boolean | null;
647621
+ is_shipper: boolean | null;
647622
+ is_consignee: boolean | null;
647623
+ is_forwarder: boolean | null;
647624
+ is_controlling_customer: boolean | null;
647625
+ is_controlling_agent: boolean | null;
647626
+ id: number;
647627
+ name: string | null;
647628
+ logic_code: string | null;
647629
+ created_at: Date | null;
647630
+ created_by: string | null;
647631
+ updated_at: Date | null;
647632
+ updated_by: string | null;
647633
+ code: string | null;
647634
+ phone: string | null;
647635
+ email: string | null;
647636
+ website_url: string | null;
647637
+ company_number: string | null;
647638
+ company_tax_number: string | null;
647639
+ } | undefined;
647640
+ log: {
647641
+ id: bigint;
647642
+ id_log_type: number | null;
647643
+ id_organization: number | null;
647644
+ url: string | null;
647645
+ params: SimpleJson;
647646
+ action: string | null;
647647
+ action_by: string | null;
647648
+ action_id: string | null;
647649
+ action_at: Date | null;
647650
+ } | undefined;
647651
+ };
647652
+ meta: object;
647653
+ }>;
647654
+ delete: MutationProcedure<{
647655
+ input: {
647656
+ id?: number | null | undefined;
647657
+ ids?: number[] | null | undefined;
647658
+ id_string?: string | null | undefined;
647659
+ ids_string?: string[] | null | undefined;
647660
+ };
647661
+ output: {
647662
+ data: ({
647663
+ is_active: boolean | null;
647664
+ id_business_category: number | null;
647665
+ id_country: number | null;
647666
+ id_state: number | null;
647667
+ id_city: number | null;
647668
+ id_postal_code: number | null;
647669
+ id_un_locode: number | null;
647670
+ id_controlling_branch: number | null;
647671
+ id_airline: number | null;
647672
+ id_shipping_line: number | null;
647673
+ is_receipt_account: boolean | null;
647674
+ is_payment_account: boolean | null;
647675
+ is_shipper: boolean | null;
647676
+ is_consignee: boolean | null;
647677
+ is_forwarder: boolean | null;
647678
+ is_controlling_customer: boolean | null;
647679
+ is_controlling_agent: boolean | null;
647680
+ id: number;
647681
+ name: string | null;
647682
+ logic_code: string | null;
647683
+ created_at: Date | null;
647684
+ created_by: string | null;
647685
+ updated_at: Date | null;
647686
+ updated_by: string | null;
647687
+ code: string | null;
647688
+ phone: string | null;
647689
+ email: string | null;
647690
+ website_url: string | null;
647691
+ company_number: string | null;
647692
+ company_tax_number: string | null;
647693
+ } | undefined)[] | undefined;
647694
+ };
647695
+ meta: object;
647696
+ }>;
647697
+ businessCategories: BuiltRouter<{
647698
+ ctx: Context;
647699
+ meta: object;
647700
+ errorShape: DefaultErrorShape;
647701
+ transformer: false;
647702
+ }, DecorateCreateRouterOptions<{
647703
+ get: MutationProcedure<{
647704
+ input: {
647705
+ search?: string | null | undefined;
647706
+ take?: number | null | undefined;
647707
+ skip?: number | null | undefined;
647708
+ is_active?: boolean[] | null | undefined;
647709
+ ids_include?: number[] | null | undefined;
647710
+ ids_exclude?: number[] | null | undefined;
647711
+ ids_string_include?: string[] | null | undefined;
647712
+ ids_string_exclude?: string[] | null | undefined;
647713
+ logic_codes_include?: string[] | null | undefined;
647714
+ logic_codes_exclude?: string[] | null | undefined;
647715
+ order_by?: {
647716
+ field: string;
647717
+ direction: "asc" | "desc";
647718
+ } | null | undefined;
647719
+ order_bys?: {
647720
+ field: string;
647721
+ direction: "asc" | "desc";
647722
+ }[] | null | undefined;
647723
+ };
647724
+ output: {
647725
+ data: {
647726
+ is_active: boolean | null;
647727
+ id: number;
647728
+ name: string | null;
647729
+ logic_code: string | null;
647730
+ created_at: Date | null;
647731
+ created_by: string | null;
647732
+ updated_at: Date | null;
647733
+ updated_by: string | null;
647734
+ code: string | null;
647735
+ }[] | undefined;
647736
+ total: number | undefined;
647737
+ };
647738
+ meta: object;
647739
+ }>;
647740
+ getDetail: MutationProcedure<{
647741
+ input: {
647742
+ id?: number | null | undefined;
647743
+ id_string?: string | null | undefined;
647744
+ };
647745
+ output: {
647746
+ data: {
647747
+ _count: {
647748
+ organizations: number;
647749
+ organization_business_category_logs: number;
647750
+ };
647751
+ } & {
647752
+ is_active: boolean | null;
647753
+ id: number;
647754
+ name: string | null;
647755
+ logic_code: string | null;
647756
+ created_at: Date | null;
647757
+ created_by: string | null;
647758
+ updated_at: Date | null;
647759
+ updated_by: string | null;
647760
+ code: string | null;
647761
+ };
647762
+ };
647763
+ meta: object;
647764
+ }>;
647765
+ histories: BuiltRouter<{
647766
+ ctx: Context;
647767
+ meta: object;
647768
+ errorShape: DefaultErrorShape;
647769
+ transformer: false;
647770
+ }, DecorateCreateRouterOptions<{
647771
+ get: MutationProcedure<{
647772
+ input: {
647773
+ search?: string | null | undefined;
647774
+ take?: number | null | undefined;
647775
+ skip?: number | null | undefined;
647776
+ is_active?: boolean[] | null | undefined;
647777
+ ids_include?: number[] | null | undefined;
647778
+ ids_exclude?: number[] | null | undefined;
647779
+ ids_string_include?: string[] | null | undefined;
647780
+ ids_string_exclude?: string[] | null | undefined;
647781
+ logic_codes_include?: string[] | null | undefined;
647782
+ logic_codes_exclude?: string[] | null | undefined;
647783
+ order_by?: {
647784
+ field: string;
647785
+ direction: "asc" | "desc";
647786
+ } | null | undefined;
647787
+ order_bys?: {
647788
+ field: string;
647789
+ direction: "asc" | "desc";
647790
+ }[] | null | undefined;
647791
+ id_log_type?: number | null | undefined;
647792
+ ids_log_type?: number[] | null | undefined;
647793
+ id_organization_business_category?: number | null | undefined;
647794
+ ids_organization_business_category?: number[] | null | undefined;
647795
+ };
647796
+ output: {
647797
+ data: {
647798
+ log_type: {
647799
+ is_active: boolean | null;
647800
+ id: number;
647801
+ name: string | null;
647802
+ logic_code: string | null;
647803
+ created_at: Date | null;
647804
+ created_by: string | null;
647805
+ updated_at: Date | null;
647806
+ updated_by: string | null;
647807
+ } | null;
647808
+ id: bigint;
647809
+ id_log_type: number | null;
647810
+ url: string | null;
647811
+ params: SimpleJson;
647812
+ action: string | null;
647813
+ action_by: string | null;
647814
+ action_id: string | null;
647815
+ action_at: Date | null;
647816
+ id_organization_business_category: number | null;
647817
+ }[] | undefined;
647818
+ total: number | undefined;
647819
+ };
647820
+ meta: object;
647821
+ }>;
647822
+ getDetail: MutationProcedure<{
647823
+ input: {
647824
+ id?: number | null | undefined;
647825
+ id_string?: string | null | undefined;
647826
+ };
647827
+ output: {
647828
+ data: {
647829
+ log_type: {
647830
+ is_active: boolean | null;
647831
+ id: number;
647832
+ name: string | null;
647833
+ logic_code: string | null;
647834
+ created_at: Date | null;
647835
+ created_by: string | null;
647836
+ updated_at: Date | null;
647837
+ updated_by: string | null;
647838
+ } | null;
647839
+ id: bigint;
647840
+ id_log_type: number | null;
647841
+ url: string | null;
647842
+ params: SimpleJson;
647843
+ action: string | null;
647844
+ action_by: string | null;
647845
+ action_id: string | null;
647846
+ action_at: Date | null;
647847
+ id_organization_business_category: number | null;
647848
+ } | undefined;
647849
+ };
647850
+ meta: object;
647851
+ }>;
647852
+ }>>;
647853
+ create: MutationProcedure<{
647854
+ input: {
647855
+ is_active?: boolean | undefined;
647856
+ code?: string | null | undefined;
647857
+ name?: string | null | undefined;
647858
+ };
647859
+ output: {
647860
+ data: {
647861
+ is_active: boolean | null;
647862
+ id: number;
647863
+ length: Decimal | null;
647864
+ name: string | null;
647865
+ logic_code: string | null;
647866
+ created_at: Date | null;
647867
+ created_by: string | null;
647868
+ updated_at: Date | null;
647869
+ updated_by: string | null;
647870
+ code: string | null;
647871
+ id_dimension_unit: number | null;
647872
+ id_weight_unit: number | null;
647873
+ id_uom_type: number | null;
647874
+ height: Decimal | null;
647875
+ width: Decimal | null;
647876
+ weight: Decimal | null;
647877
+ is_keep_upright: boolean | null;
647878
+ } | undefined;
647879
+ log: {
647880
+ id: bigint;
647881
+ id_log_type: number | null;
647882
+ url: string | null;
647883
+ params: SimpleJson;
647884
+ action: string | null;
647885
+ action_by: string | null;
647886
+ action_id: string | null;
647887
+ action_at: Date | null;
647888
+ id_organization_business_category: number | null;
647889
+ } | undefined;
647890
+ };
647891
+ meta: object;
647892
+ }>;
647893
+ update: MutationProcedure<{
647894
+ input: {
647895
+ id?: number | null | undefined;
647896
+ id_string?: string | null | undefined;
647897
+ is_active?: boolean | undefined;
647898
+ code?: string | null | undefined;
647899
+ name?: string | null | undefined;
647900
+ };
647901
+ output: {
647902
+ data: {
647903
+ is_active: boolean | null;
647904
+ id: number;
647905
+ name: string | null;
647906
+ logic_code: string | null;
647907
+ created_at: Date | null;
647908
+ created_by: string | null;
647909
+ updated_at: Date | null;
647910
+ updated_by: string | null;
647911
+ code: string | null;
647912
+ } | undefined;
647913
+ log: {
647914
+ id: bigint;
647915
+ id_log_type: number | null;
647916
+ url: string | null;
647917
+ params: SimpleJson;
647918
+ action: string | null;
647919
+ action_by: string | null;
647920
+ action_id: string | null;
647921
+ action_at: Date | null;
647922
+ id_organization_business_category: number | null;
647923
+ } | undefined;
647924
+ };
647925
+ meta: object;
647926
+ }>;
647927
+ delete: MutationProcedure<{
647928
+ input: {
647929
+ id?: number | null | undefined;
647930
+ ids?: number[] | null | undefined;
647931
+ id_string?: string | null | undefined;
647932
+ ids_string?: string[] | null | undefined;
647933
+ };
647934
+ output: {
647935
+ data: ({
647936
+ is_active: boolean | null;
647937
+ id: number;
647938
+ name: string | null;
647939
+ logic_code: string | null;
647940
+ created_at: Date | null;
647941
+ created_by: string | null;
647942
+ updated_at: Date | null;
647943
+ updated_by: string | null;
647944
+ code: string | null;
647945
+ } | undefined)[] | undefined;
647946
+ };
647947
+ meta: object;
647948
+ }>;
647949
+ }>>;
647950
+ }>>;
647951
+ }>>;
647952
+ references: BuiltRouter<{
647953
+ ctx: Context;
647954
+ meta: object;
647955
+ errorShape: DefaultErrorShape;
647956
+ transformer: false;
647957
+ }, DecorateCreateRouterOptions<{
647958
+ airlines: BuiltRouter<{
647959
+ ctx: Context;
647960
+ meta: object;
647961
+ errorShape: DefaultErrorShape;
647962
+ transformer: false;
647963
+ }, DecorateCreateRouterOptions<{
647964
+ get: MutationProcedure<{
647965
+ input: {
647966
+ search?: string | null | undefined;
647967
+ take?: number | null | undefined;
647968
+ skip?: number | null | undefined;
647969
+ is_active?: boolean[] | null | undefined;
647970
+ ids_include?: number[] | null | undefined;
647971
+ ids_exclude?: number[] | null | undefined;
647972
+ ids_string_include?: string[] | null | undefined;
647973
+ ids_string_exclude?: string[] | null | undefined;
647974
+ logic_codes_include?: string[] | null | undefined;
647975
+ logic_codes_exclude?: string[] | null | undefined;
647976
+ order_by?: {
647977
+ field: string;
647978
+ direction: "asc" | "desc";
647979
+ } | null | undefined;
647980
+ order_bys?: {
647981
+ field: string;
647982
+ direction: "asc" | "desc";
647983
+ }[] | null | undefined;
647984
+ id_un_locode?: number | null | undefined;
647985
+ ids_un_locode?: number[] | null | undefined;
647986
+ id_country?: number | null | undefined;
647987
+ ids_country?: number[] | null | undefined;
647988
+ id_state?: number | null | undefined;
647989
+ ids_state?: number[] | null | undefined;
647990
+ id_city?: number | null | undefined;
647991
+ ids_city?: number[] | null | undefined;
647992
+ id_postal_code?: number | null | undefined;
647993
+ ids_postal_code?: number[] | null | undefined;
647994
+ };
647995
+ output: {
647996
+ data: ({
647997
+ country: {
647998
+ is_active: boolean | null;
647999
+ id: number;
648000
+ name: string | null;
648001
+ logic_code: string | null;
648002
+ created_at: Date | null;
648003
+ created_by: string | null;
648004
+ updated_at: Date | null;
648005
+ updated_by: string | null;
648006
+ id_currency: number | null;
648007
+ id_awb_currency: number | null;
648008
+ iso2_code: string | null;
648009
+ iso3_code: string | null;
648010
+ iso3_numeric: string | null;
648011
+ is_sanctioned: boolean | null;
648012
+ } | null;
648013
+ state: {
648014
+ is_active: boolean | null;
648015
+ id_country: number | null;
648016
+ id: number;
648017
+ name: string | null;
648018
+ logic_code: string | null;
648019
+ created_at: Date | null;
648020
+ created_by: string | null;
648021
+ updated_at: Date | null;
648022
+ updated_by: string | null;
648023
+ code: string | null;
648024
+ } | null;
648025
+ city: {
648026
+ is_active: boolean | null;
648027
+ id_country: number | null;
648028
+ id_state: number | null;
648029
+ id: number;
648030
+ name: string | null;
648031
+ logic_code: string | null;
648032
+ created_at: Date | null;
648033
+ created_by: string | null;
648034
+ updated_at: Date | null;
648035
+ updated_by: string | null;
648036
+ code: string | null;
648037
+ } | null;
648038
+ postal_code: {
648039
+ is_active: boolean | null;
648040
+ id_country: number | null;
648041
+ id: number;
648042
+ logic_code: string | null;
648043
+ created_at: Date | null;
648044
+ created_by: string | null;
648045
+ updated_at: Date | null;
648046
+ updated_by: string | null;
648047
+ code: string | null;
648048
+ } | null;
648049
+ un_locode: {
648050
+ is_active: boolean | null;
648051
+ id_country: number | null;
648052
+ id_state: number | null;
648053
+ id_city: number | null;
648054
+ id: number;
648055
+ logic_code: string | null;
648056
+ created_at: Date | null;
648057
+ created_by: string | null;
648058
+ updated_at: Date | null;
648059
+ updated_by: string | null;
648060
+ id_time_zone: number | null;
648061
+ un_code: string | null;
648062
+ iata_code: string | null;
648063
+ iata_region_code: string | null;
648064
+ latitude: Decimal | null;
648065
+ longitude: Decimal | null;
648066
+ port_name: string | null;
648067
+ proper_name: string | null;
648068
+ has_post: boolean | null;
648069
+ has_customs: boolean | null;
648070
+ has_unload: boolean | null;
648071
+ has_airport: boolean | null;
648072
+ has_railway: boolean | null;
648073
+ has_road: boolean | null;
648074
+ has_store: boolean | null;
648075
+ has_terminal: boolean | null;
648076
+ has_discharge: boolean | null;
648077
+ has_seaport: boolean | null;
648078
+ has_outport: boolean | null;
648079
+ } | null;
648080
+ } & {
648081
+ is_active: boolean | null;
648082
+ id_country: number | null;
648083
+ id_state: number | null;
648084
+ id_city: number | null;
648085
+ id_postal_code: number | null;
648086
+ id_un_locode: number | null;
648087
+ id: number;
648088
+ name: string | null;
648089
+ logic_code: string | null;
648090
+ created_at: Date | null;
648091
+ created_by: string | null;
648092
+ updated_at: Date | null;
648093
+ updated_by: string | null;
648094
+ code: string | null;
648095
+ airline_num_code: string | null;
648096
+ airline_three_code: string | null;
648097
+ airline_two_code: string | null;
648098
+ short_airline_name: string | null;
648099
+ full_airline_name_1: string | null;
648100
+ full_airline_name_2: string | null;
648101
+ address: string | null;
648102
+ is_cass_controlled: boolean | null;
648103
+ is_iata_member: boolean | null;
648104
+ is_ata_member: boolean | null;
648105
+ is_sita_member: boolean | null;
648106
+ is_arinc_member: boolean | null;
648107
+ is_signed_e_awb: boolean | null;
648108
+ })[] | undefined;
648109
+ total: number | undefined;
648110
+ };
648111
+ meta: object;
648112
+ }>;
648113
+ getDetail: MutationProcedure<{
648114
+ input: {
648115
+ id?: number | null | undefined;
648116
+ id_string?: string | null | undefined;
648117
+ };
648118
+ output: {
648119
+ data: {
648120
+ _count: {
648121
+ un_locode: number;
648122
+ country: number;
648123
+ state: number;
648124
+ city: number;
648125
+ postal_code: number;
648126
+ airline_logs: number;
648127
+ forwarding_consoles: number;
648128
+ organizations: number;
648129
+ };
648130
+ country: ({
648131
+ currency: {
648132
+ symbol: string | null;
648133
+ is_active: boolean | null;
648134
+ id: number;
648135
+ logic_code: string | null;
648136
+ created_at: Date | null;
648137
+ created_by: string | null;
648138
+ updated_at: Date | null;
648139
+ updated_by: string | null;
648140
+ currency_code: string | null;
648141
+ currency_name: string | null;
648142
+ major_unit: string | null;
648143
+ minor_unit: string | null;
648144
+ decimal_unit: number | null;
648145
+ iso_decimal: number | null;
648146
+ } | null;
648147
+ } & {
648148
+ is_active: boolean | null;
648149
+ id: number;
648150
+ name: string | null;
648151
+ logic_code: string | null;
648152
+ created_at: Date | null;
648153
+ created_by: string | null;
648154
+ updated_at: Date | null;
648155
+ updated_by: string | null;
648156
+ id_currency: number | null;
648157
+ id_awb_currency: number | null;
648158
+ iso2_code: string | null;
648159
+ iso3_code: string | null;
648160
+ iso3_numeric: string | null;
648161
+ is_sanctioned: boolean | null;
648162
+ }) | null;
648163
+ state: {
648164
+ is_active: boolean | null;
648165
+ id_country: number | null;
648166
+ id: number;
648167
+ name: string | null;
648168
+ logic_code: string | null;
648169
+ created_at: Date | null;
648170
+ created_by: string | null;
648171
+ updated_at: Date | null;
648172
+ updated_by: string | null;
648173
+ code: string | null;
648174
+ } | null;
648175
+ city: {
648176
+ is_active: boolean | null;
648177
+ id_country: number | null;
648178
+ id_state: number | null;
648179
+ id: number;
648180
+ name: string | null;
648181
+ logic_code: string | null;
648182
+ created_at: Date | null;
648183
+ created_by: string | null;
648184
+ updated_at: Date | null;
648185
+ updated_by: string | null;
648186
+ code: string | null;
648187
+ } | null;
648188
+ postal_code: {
648189
+ is_active: boolean | null;
648190
+ id_country: number | null;
648191
+ id: number;
648192
+ logic_code: string | null;
648193
+ created_at: Date | null;
648194
+ created_by: string | null;
648195
+ updated_at: Date | null;
648196
+ updated_by: string | null;
648197
+ code: string | null;
648198
+ } | null;
648199
+ un_locode: {
648200
+ is_active: boolean | null;
648201
+ id_country: number | null;
648202
+ id_state: number | null;
648203
+ id_city: number | null;
648204
+ id: number;
648205
+ logic_code: string | null;
648206
+ created_at: Date | null;
648207
+ created_by: string | null;
648208
+ updated_at: Date | null;
648209
+ updated_by: string | null;
648210
+ id_time_zone: number | null;
648211
+ un_code: string | null;
648212
+ iata_code: string | null;
648213
+ iata_region_code: string | null;
648214
+ latitude: Decimal | null;
648215
+ longitude: Decimal | null;
648216
+ port_name: string | null;
648217
+ proper_name: string | null;
648218
+ has_post: boolean | null;
648219
+ has_customs: boolean | null;
648220
+ has_unload: boolean | null;
648221
+ has_airport: boolean | null;
648222
+ has_railway: boolean | null;
648223
+ has_road: boolean | null;
648224
+ has_store: boolean | null;
648225
+ has_terminal: boolean | null;
648226
+ has_discharge: boolean | null;
648227
+ has_seaport: boolean | null;
648228
+ has_outport: boolean | null;
648229
+ } | null;
648230
+ } & {
648231
+ is_active: boolean | null;
648232
+ id_country: number | null;
648233
+ id_state: number | null;
648234
+ id_city: number | null;
648235
+ id_postal_code: number | null;
648236
+ id_un_locode: number | null;
648237
+ id: number;
648238
+ name: string | null;
648239
+ logic_code: string | null;
648240
+ created_at: Date | null;
648241
+ created_by: string | null;
648242
+ updated_at: Date | null;
648243
+ updated_by: string | null;
648244
+ code: string | null;
648245
+ airline_num_code: string | null;
648246
+ airline_three_code: string | null;
648247
+ airline_two_code: string | null;
648248
+ short_airline_name: string | null;
648249
+ full_airline_name_1: string | null;
648250
+ full_airline_name_2: string | null;
648251
+ address: string | null;
648252
+ is_cass_controlled: boolean | null;
648253
+ is_iata_member: boolean | null;
648254
+ is_ata_member: boolean | null;
648255
+ is_sita_member: boolean | null;
648256
+ is_arinc_member: boolean | null;
648257
+ is_signed_e_awb: boolean | null;
647195
648258
  };
647196
648259
  };
647197
648260
  meta: object;
@@ -647239,9 +648302,9 @@ declare const appRouter: BuiltRouter<{
647239
648302
  updated_at: Date | null;
647240
648303
  updated_by: string | null;
647241
648304
  } | null;
648305
+ id_airline: number | null;
647242
648306
  id: number;
647243
648307
  id_log_type: number | null;
647244
- id_airline: number | null;
647245
648308
  url: string | null;
647246
648309
  params: SimpleJson;
647247
648310
  action: string | null;
@@ -647270,9 +648333,9 @@ declare const appRouter: BuiltRouter<{
647270
648333
  updated_at: Date | null;
647271
648334
  updated_by: string | null;
647272
648335
  } | null;
648336
+ id_airline: number | null;
647273
648337
  id: number;
647274
648338
  id_log_type: number | null;
647275
- id_airline: number | null;
647276
648339
  url: string | null;
647277
648340
  params: SimpleJson;
647278
648341
  action: string | null;
@@ -647311,11 +648374,81 @@ declare const appRouter: BuiltRouter<{
647311
648374
  output: {
647312
648375
  data: {
647313
648376
  is_active: boolean | null;
648377
+ id_country: number | null;
648378
+ id_state: number | null;
648379
+ id_city: number | null;
648380
+ id_postal_code: number | null;
647314
648381
  id_un_locode: number | null;
648382
+ id: number;
648383
+ name: string | null;
648384
+ logic_code: string | null;
648385
+ created_at: Date | null;
648386
+ created_by: string | null;
648387
+ updated_at: Date | null;
648388
+ updated_by: string | null;
648389
+ code: string | null;
648390
+ airline_num_code: string | null;
648391
+ airline_three_code: string | null;
648392
+ airline_two_code: string | null;
648393
+ short_airline_name: string | null;
648394
+ full_airline_name_1: string | null;
648395
+ full_airline_name_2: string | null;
648396
+ address: string | null;
648397
+ is_cass_controlled: boolean | null;
648398
+ is_iata_member: boolean | null;
648399
+ is_ata_member: boolean | null;
648400
+ is_sita_member: boolean | null;
648401
+ is_arinc_member: boolean | null;
648402
+ is_signed_e_awb: boolean | null;
648403
+ } | undefined;
648404
+ log: {
648405
+ id_airline: number | null;
648406
+ id: number;
648407
+ id_log_type: number | null;
648408
+ url: string | null;
648409
+ params: SimpleJson;
648410
+ action: string | null;
648411
+ action_by: string | null;
648412
+ action_id: string | null;
648413
+ action_at: Date | null;
648414
+ } | undefined;
648415
+ };
648416
+ meta: object;
648417
+ }>;
648418
+ update: MutationProcedure<{
648419
+ input: {
648420
+ id?: number | null | undefined;
648421
+ id_string?: string | null | undefined;
648422
+ is_active?: boolean | undefined;
648423
+ id_un_locode?: number | null | undefined;
648424
+ id_country?: number | null | undefined;
648425
+ id_state?: number | null | undefined;
648426
+ id_city?: number | null | undefined;
648427
+ id_postal_code?: number | null | undefined;
648428
+ code?: string | null | undefined;
648429
+ name?: string | null | undefined;
648430
+ airline_num_code?: string | null | undefined;
648431
+ airline_three_code?: string | null | undefined;
648432
+ airline_two_code?: string | null | undefined;
648433
+ short_airline_name?: string | null | undefined;
648434
+ full_airline_name_1?: string | null | undefined;
648435
+ full_airline_name_2?: string | null | undefined;
648436
+ address?: string | null | undefined;
648437
+ is_cass_controlled?: boolean | null | undefined;
648438
+ is_iata_member?: boolean | null | undefined;
648439
+ is_ata_member?: boolean | null | undefined;
648440
+ is_sita_member?: boolean | null | undefined;
648441
+ is_arinc_member?: boolean | null | undefined;
648442
+ is_signed_e_awb?: boolean | null | undefined;
648443
+ };
648444
+ output: {
648445
+ data: {
648446
+ is_active: boolean | null;
647315
648447
  id_country: number | null;
647316
648448
  id_state: number | null;
647317
648449
  id_city: number | null;
647318
648450
  id_postal_code: number | null;
648451
+ id_un_locode: number | null;
647319
648452
  id: number;
647320
648453
  name: string | null;
647321
648454
  logic_code: string | null;
@@ -647339,79 +648472,9 @@ declare const appRouter: BuiltRouter<{
647339
648472
  is_signed_e_awb: boolean | null;
647340
648473
  } | undefined;
647341
648474
  log: {
647342
- id: number;
647343
- id_log_type: number | null;
647344
648475
  id_airline: number | null;
647345
- url: string | null;
647346
- params: SimpleJson;
647347
- action: string | null;
647348
- action_by: string | null;
647349
- action_id: string | null;
647350
- action_at: Date | null;
647351
- } | undefined;
647352
- };
647353
- meta: object;
647354
- }>;
647355
- update: MutationProcedure<{
647356
- input: {
647357
- id?: number | null | undefined;
647358
- id_string?: string | null | undefined;
647359
- is_active?: boolean | undefined;
647360
- id_un_locode?: number | null | undefined;
647361
- id_country?: number | null | undefined;
647362
- id_state?: number | null | undefined;
647363
- id_city?: number | null | undefined;
647364
- id_postal_code?: number | null | undefined;
647365
- code?: string | null | undefined;
647366
- name?: string | null | undefined;
647367
- airline_num_code?: string | null | undefined;
647368
- airline_three_code?: string | null | undefined;
647369
- airline_two_code?: string | null | undefined;
647370
- short_airline_name?: string | null | undefined;
647371
- full_airline_name_1?: string | null | undefined;
647372
- full_airline_name_2?: string | null | undefined;
647373
- address?: string | null | undefined;
647374
- is_cass_controlled?: boolean | null | undefined;
647375
- is_iata_member?: boolean | null | undefined;
647376
- is_ata_member?: boolean | null | undefined;
647377
- is_sita_member?: boolean | null | undefined;
647378
- is_arinc_member?: boolean | null | undefined;
647379
- is_signed_e_awb?: boolean | null | undefined;
647380
- };
647381
- output: {
647382
- data: {
647383
- is_active: boolean | null;
647384
- id_un_locode: number | null;
647385
- id_country: number | null;
647386
- id_state: number | null;
647387
- id_city: number | null;
647388
- id_postal_code: number | null;
647389
- id: number;
647390
- name: string | null;
647391
- logic_code: string | null;
647392
- created_at: Date | null;
647393
- created_by: string | null;
647394
- updated_at: Date | null;
647395
- updated_by: string | null;
647396
- code: string | null;
647397
- airline_num_code: string | null;
647398
- airline_three_code: string | null;
647399
- airline_two_code: string | null;
647400
- short_airline_name: string | null;
647401
- full_airline_name_1: string | null;
647402
- full_airline_name_2: string | null;
647403
- address: string | null;
647404
- is_cass_controlled: boolean | null;
647405
- is_iata_member: boolean | null;
647406
- is_ata_member: boolean | null;
647407
- is_sita_member: boolean | null;
647408
- is_arinc_member: boolean | null;
647409
- is_signed_e_awb: boolean | null;
647410
- } | undefined;
647411
- log: {
647412
648476
  id: number;
647413
648477
  id_log_type: number | null;
647414
- id_airline: number | null;
647415
648478
  url: string | null;
647416
648479
  params: SimpleJson;
647417
648480
  action: string | null;
@@ -647432,11 +648495,11 @@ declare const appRouter: BuiltRouter<{
647432
648495
  output: {
647433
648496
  data: ({
647434
648497
  is_active: boolean | null;
647435
- id_un_locode: number | null;
647436
648498
  id_country: number | null;
647437
648499
  id_state: number | null;
647438
648500
  id_city: number | null;
647439
648501
  id_postal_code: number | null;
648502
+ id_un_locode: number | null;
647440
648503
  id: number;
647441
648504
  name: string | null;
647442
648505
  logic_code: string | null;
@@ -647502,37 +648565,6 @@ declare const appRouter: BuiltRouter<{
647502
648565
  };
647503
648566
  output: {
647504
648567
  data: ({
647505
- un_locode: {
647506
- is_active: boolean | null;
647507
- id_country: number | null;
647508
- id_state: number | null;
647509
- id_city: number | null;
647510
- id: number;
647511
- logic_code: string | null;
647512
- created_at: Date | null;
647513
- created_by: string | null;
647514
- updated_at: Date | null;
647515
- updated_by: string | null;
647516
- id_time_zone: number | null;
647517
- un_code: string | null;
647518
- iata_code: string | null;
647519
- iata_region_code: string | null;
647520
- latitude: Decimal | null;
647521
- longitude: Decimal | null;
647522
- port_name: string | null;
647523
- proper_name: string | null;
647524
- has_post: boolean | null;
647525
- has_customs: boolean | null;
647526
- has_unload: boolean | null;
647527
- has_airport: boolean | null;
647528
- has_railway: boolean | null;
647529
- has_road: boolean | null;
647530
- has_store: boolean | null;
647531
- has_terminal: boolean | null;
647532
- has_discharge: boolean | null;
647533
- has_seaport: boolean | null;
647534
- has_outport: boolean | null;
647535
- } | null;
647536
648568
  country: {
647537
648569
  is_active: boolean | null;
647538
648570
  id: number;
@@ -647585,38 +648617,6 @@ declare const appRouter: BuiltRouter<{
647585
648617
  updated_by: string | null;
647586
648618
  code: string | null;
647587
648619
  } | null;
647588
- } & {
647589
- is_active: boolean | null;
647590
- id_un_locode: number | null;
647591
- id_country: number | null;
647592
- id_state: number | null;
647593
- id_city: number | null;
647594
- id_postal_code: number | null;
647595
- id: number;
647596
- name: string | null;
647597
- logic_code: string | null;
647598
- created_at: Date | null;
647599
- created_by: string | null;
647600
- updated_at: Date | null;
647601
- updated_by: string | null;
647602
- code: string | null;
647603
- address: string | null;
647604
- scac: string | null;
647605
- ocean_carrier_name: string | null;
647606
- is_non_vessel_operator: boolean | null;
647607
- is_shipping_line: boolean | null;
647608
- })[] | undefined;
647609
- total: number | undefined;
647610
- };
647611
- meta: object;
647612
- }>;
647613
- getDetail: MutationProcedure<{
647614
- input: {
647615
- id?: number | null | undefined;
647616
- id_string?: string | null | undefined;
647617
- };
647618
- output: {
647619
- data: {
647620
648620
  un_locode: {
647621
648621
  is_active: boolean | null;
647622
648622
  id_country: number | null;
@@ -647648,6 +648648,50 @@ declare const appRouter: BuiltRouter<{
647648
648648
  has_seaport: boolean | null;
647649
648649
  has_outport: boolean | null;
647650
648650
  } | null;
648651
+ } & {
648652
+ is_active: boolean | null;
648653
+ id_country: number | null;
648654
+ id_state: number | null;
648655
+ id_city: number | null;
648656
+ id_postal_code: number | null;
648657
+ id_un_locode: number | null;
648658
+ id: number;
648659
+ name: string | null;
648660
+ logic_code: string | null;
648661
+ created_at: Date | null;
648662
+ created_by: string | null;
648663
+ updated_at: Date | null;
648664
+ updated_by: string | null;
648665
+ code: string | null;
648666
+ address: string | null;
648667
+ scac: string | null;
648668
+ ocean_carrier_name: string | null;
648669
+ is_non_vessel_operator: boolean | null;
648670
+ is_shipping_line: boolean | null;
648671
+ })[] | undefined;
648672
+ total: number | undefined;
648673
+ };
648674
+ meta: object;
648675
+ }>;
648676
+ getDetail: MutationProcedure<{
648677
+ input: {
648678
+ id?: number | null | undefined;
648679
+ id_string?: string | null | undefined;
648680
+ };
648681
+ output: {
648682
+ data: {
648683
+ _count: {
648684
+ un_locode: number;
648685
+ country: number;
648686
+ state: number;
648687
+ city: number;
648688
+ postal_code: number;
648689
+ shipping_line_logs: number;
648690
+ vessels_shipping_provider: number;
648691
+ vessels_vessel_consortium: number;
648692
+ forwarding_consoles: number;
648693
+ organizations: number;
648694
+ };
647651
648695
  country: ({
647652
648696
  currency: {
647653
648697
  symbol: string | null;
@@ -647717,25 +648761,44 @@ declare const appRouter: BuiltRouter<{
647717
648761
  updated_by: string | null;
647718
648762
  code: string | null;
647719
648763
  } | null;
647720
- _count: {
647721
- un_locode: number;
647722
- country: number;
647723
- state: number;
647724
- city: number;
647725
- postal_code: number;
647726
- shipping_line_logs: number;
647727
- vessels_shipping_provider: number;
647728
- vessels_vessel_consortium: number;
647729
- forwarding_consoles: number;
647730
- organizations: number;
647731
- };
648764
+ un_locode: {
648765
+ is_active: boolean | null;
648766
+ id_country: number | null;
648767
+ id_state: number | null;
648768
+ id_city: number | null;
648769
+ id: number;
648770
+ logic_code: string | null;
648771
+ created_at: Date | null;
648772
+ created_by: string | null;
648773
+ updated_at: Date | null;
648774
+ updated_by: string | null;
648775
+ id_time_zone: number | null;
648776
+ un_code: string | null;
648777
+ iata_code: string | null;
648778
+ iata_region_code: string | null;
648779
+ latitude: Decimal | null;
648780
+ longitude: Decimal | null;
648781
+ port_name: string | null;
648782
+ proper_name: string | null;
648783
+ has_post: boolean | null;
648784
+ has_customs: boolean | null;
648785
+ has_unload: boolean | null;
648786
+ has_airport: boolean | null;
648787
+ has_railway: boolean | null;
648788
+ has_road: boolean | null;
648789
+ has_store: boolean | null;
648790
+ has_terminal: boolean | null;
648791
+ has_discharge: boolean | null;
648792
+ has_seaport: boolean | null;
648793
+ has_outport: boolean | null;
648794
+ } | null;
647732
648795
  } & {
647733
648796
  is_active: boolean | null;
647734
- id_un_locode: number | null;
647735
648797
  id_country: number | null;
647736
648798
  id_state: number | null;
647737
648799
  id_city: number | null;
647738
648800
  id_postal_code: number | null;
648801
+ id_un_locode: number | null;
647739
648802
  id: number;
647740
648803
  name: string | null;
647741
648804
  logic_code: string | null;
@@ -647797,6 +648860,7 @@ declare const appRouter: BuiltRouter<{
647797
648860
  updated_at: Date | null;
647798
648861
  updated_by: string | null;
647799
648862
  } | null;
648863
+ id_shipping_line: number | null;
647800
648864
  id: number;
647801
648865
  id_log_type: number | null;
647802
648866
  url: string | null;
@@ -647804,7 +648868,6 @@ declare const appRouter: BuiltRouter<{
647804
648868
  action_by: string | null;
647805
648869
  action_id: string | null;
647806
648870
  action_at: Date | null;
647807
- id_shipping_line: number | null;
647808
648871
  }[] | undefined;
647809
648872
  total: number | undefined;
647810
648873
  };
@@ -647828,6 +648891,7 @@ declare const appRouter: BuiltRouter<{
647828
648891
  updated_at: Date | null;
647829
648892
  updated_by: string | null;
647830
648893
  } | null;
648894
+ id_shipping_line: number | null;
647831
648895
  id: number;
647832
648896
  id_log_type: number | null;
647833
648897
  url: string | null;
@@ -647835,7 +648899,6 @@ declare const appRouter: BuiltRouter<{
647835
648899
  action_by: string | null;
647836
648900
  action_id: string | null;
647837
648901
  action_at: Date | null;
647838
- id_shipping_line: number | null;
647839
648902
  } | undefined;
647840
648903
  };
647841
648904
  meta: object;
@@ -647860,11 +648923,11 @@ declare const appRouter: BuiltRouter<{
647860
648923
  output: {
647861
648924
  data: {
647862
648925
  is_active: boolean | null;
647863
- id_un_locode: number | null;
647864
648926
  id_country: number | null;
647865
648927
  id_state: number | null;
647866
648928
  id_city: number | null;
647867
648929
  id_postal_code: number | null;
648930
+ id_un_locode: number | null;
647868
648931
  id: number;
647869
648932
  name: string | null;
647870
648933
  logic_code: string | null;
@@ -647880,6 +648943,7 @@ declare const appRouter: BuiltRouter<{
647880
648943
  is_shipping_line: boolean | null;
647881
648944
  } | undefined;
647882
648945
  log: {
648946
+ id_shipping_line: number | null;
647883
648947
  id: number;
647884
648948
  id_log_type: number | null;
647885
648949
  url: string | null;
@@ -647888,7 +648952,6 @@ declare const appRouter: BuiltRouter<{
647888
648952
  action_by: string | null;
647889
648953
  action_id: string | null;
647890
648954
  action_at: Date | null;
647891
- id_shipping_line: number | null;
647892
648955
  } | undefined;
647893
648956
  };
647894
648957
  meta: object;
@@ -647914,11 +648977,11 @@ declare const appRouter: BuiltRouter<{
647914
648977
  output: {
647915
648978
  data: {
647916
648979
  is_active: boolean | null;
647917
- id_un_locode: number | null;
647918
648980
  id_country: number | null;
647919
648981
  id_state: number | null;
647920
648982
  id_city: number | null;
647921
648983
  id_postal_code: number | null;
648984
+ id_un_locode: number | null;
647922
648985
  id: number;
647923
648986
  name: string | null;
647924
648987
  logic_code: string | null;
@@ -647934,6 +648997,7 @@ declare const appRouter: BuiltRouter<{
647934
648997
  is_shipping_line: boolean | null;
647935
648998
  } | undefined;
647936
648999
  log: {
649000
+ id_shipping_line: number | null;
647937
649001
  id: number;
647938
649002
  id_log_type: number | null;
647939
649003
  url: string | null;
@@ -647942,7 +649006,6 @@ declare const appRouter: BuiltRouter<{
647942
649006
  action_by: string | null;
647943
649007
  action_id: string | null;
647944
649008
  action_at: Date | null;
647945
- id_shipping_line: number | null;
647946
649009
  } | undefined;
647947
649010
  };
647948
649011
  meta: object;
@@ -647957,11 +649020,11 @@ declare const appRouter: BuiltRouter<{
647957
649020
  output: {
647958
649021
  data: ({
647959
649022
  is_active: boolean | null;
647960
- id_un_locode: number | null;
647961
649023
  id_country: number | null;
647962
649024
  id_state: number | null;
647963
649025
  id_city: number | null;
647964
649026
  id_postal_code: number | null;
649027
+ id_un_locode: number | null;
647965
649028
  id: number;
647966
649029
  name: string | null;
647967
649030
  logic_code: string | null;
@@ -648046,11 +649109,11 @@ declare const appRouter: BuiltRouter<{
648046
649109
  } | null;
648047
649110
  shipping_provider: {
648048
649111
  is_active: boolean | null;
648049
- id_un_locode: number | null;
648050
649112
  id_country: number | null;
648051
649113
  id_state: number | null;
648052
649114
  id_city: number | null;
648053
649115
  id_postal_code: number | null;
649116
+ id_un_locode: number | null;
648054
649117
  id: number;
648055
649118
  name: string | null;
648056
649119
  logic_code: string | null;
@@ -648067,11 +649130,11 @@ declare const appRouter: BuiltRouter<{
648067
649130
  } | null;
648068
649131
  vessel_consortium: {
648069
649132
  is_active: boolean | null;
648070
- id_un_locode: number | null;
648071
649133
  id_country: number | null;
648072
649134
  id_state: number | null;
648073
649135
  id_city: number | null;
648074
649136
  id_postal_code: number | null;
649137
+ id_un_locode: number | null;
648075
649138
  id: number;
648076
649139
  name: string | null;
648077
649140
  logic_code: string | null;
@@ -648161,11 +649224,11 @@ declare const appRouter: BuiltRouter<{
648161
649224
  } | null;
648162
649225
  shipping_provider: {
648163
649226
  is_active: boolean | null;
648164
- id_un_locode: number | null;
648165
649227
  id_country: number | null;
648166
649228
  id_state: number | null;
648167
649229
  id_city: number | null;
648168
649230
  id_postal_code: number | null;
649231
+ id_un_locode: number | null;
648169
649232
  id: number;
648170
649233
  name: string | null;
648171
649234
  logic_code: string | null;
@@ -648182,11 +649245,11 @@ declare const appRouter: BuiltRouter<{
648182
649245
  } | null;
648183
649246
  vessel_consortium: {
648184
649247
  is_active: boolean | null;
648185
- id_un_locode: number | null;
648186
649248
  id_country: number | null;
648187
649249
  id_state: number | null;
648188
649250
  id_city: number | null;
648189
649251
  id_postal_code: number | null;
649252
+ id_un_locode: number | null;
648190
649253
  id: number;
648191
649254
  name: string | null;
648192
649255
  logic_code: string | null;
@@ -648994,6 +650057,8 @@ declare const appRouter: BuiltRouter<{
648994
650057
  created_by: string | null;
648995
650058
  updated_at: Date | null;
648996
650059
  updated_by: string | null;
650060
+ height: Decimal | null;
650061
+ width: Decimal | null;
648997
650062
  id_transport_mode: number | null;
648998
650063
  id_type: number | null;
648999
650064
  id_iata_uld_rate_class: number | null;
@@ -649017,8 +650082,6 @@ declare const appRouter: BuiltRouter<{
649017
650082
  id_uom_inside_capacity: number | null;
649018
650083
  iso_size: string | null;
649019
650084
  iso_description: string | null;
649020
- width: Decimal | null;
649021
- height: Decimal | null;
649022
650085
  teu_count: Decimal | null;
649023
650086
  max_gross_weight: Decimal | null;
649024
650087
  max_tare_weight: Decimal | null;
@@ -649312,6 +650375,8 @@ declare const appRouter: BuiltRouter<{
649312
650375
  created_by: string | null;
649313
650376
  updated_at: Date | null;
649314
650377
  updated_by: string | null;
650378
+ height: Decimal | null;
650379
+ width: Decimal | null;
649315
650380
  id_transport_mode: number | null;
649316
650381
  id_type: number | null;
649317
650382
  id_iata_uld_rate_class: number | null;
@@ -649335,8 +650400,6 @@ declare const appRouter: BuiltRouter<{
649335
650400
  id_uom_inside_capacity: number | null;
649336
650401
  iso_size: string | null;
649337
650402
  iso_description: string | null;
649338
- width: Decimal | null;
649339
- height: Decimal | null;
649340
650403
  teu_count: Decimal | null;
649341
650404
  max_gross_weight: Decimal | null;
649342
650405
  max_tare_weight: Decimal | null;
@@ -649503,6 +650566,8 @@ declare const appRouter: BuiltRouter<{
649503
650566
  created_by: string | null;
649504
650567
  updated_at: Date | null;
649505
650568
  updated_by: string | null;
650569
+ height: Decimal | null;
650570
+ width: Decimal | null;
649506
650571
  id_transport_mode: number | null;
649507
650572
  id_type: number | null;
649508
650573
  id_iata_uld_rate_class: number | null;
@@ -649526,8 +650591,6 @@ declare const appRouter: BuiltRouter<{
649526
650591
  id_uom_inside_capacity: number | null;
649527
650592
  iso_size: string | null;
649528
650593
  iso_description: string | null;
649529
- width: Decimal | null;
649530
- height: Decimal | null;
649531
650594
  teu_count: Decimal | null;
649532
650595
  max_gross_weight: Decimal | null;
649533
650596
  max_tare_weight: Decimal | null;
@@ -649619,6 +650682,8 @@ declare const appRouter: BuiltRouter<{
649619
650682
  created_by: string | null;
649620
650683
  updated_at: Date | null;
649621
650684
  updated_by: string | null;
650685
+ height: Decimal | null;
650686
+ width: Decimal | null;
649622
650687
  id_transport_mode: number | null;
649623
650688
  id_type: number | null;
649624
650689
  id_iata_uld_rate_class: number | null;
@@ -649642,8 +650707,6 @@ declare const appRouter: BuiltRouter<{
649642
650707
  id_uom_inside_capacity: number | null;
649643
650708
  iso_size: string | null;
649644
650709
  iso_description: string | null;
649645
- width: Decimal | null;
649646
- height: Decimal | null;
649647
650710
  teu_count: Decimal | null;
649648
650711
  max_gross_weight: Decimal | null;
649649
650712
  max_tare_weight: Decimal | null;
@@ -649693,6 +650756,8 @@ declare const appRouter: BuiltRouter<{
649693
650756
  created_by: string | null;
649694
650757
  updated_at: Date | null;
649695
650758
  updated_by: string | null;
650759
+ height: Decimal | null;
650760
+ width: Decimal | null;
649696
650761
  id_transport_mode: number | null;
649697
650762
  id_type: number | null;
649698
650763
  id_iata_uld_rate_class: number | null;
@@ -649716,8 +650781,6 @@ declare const appRouter: BuiltRouter<{
649716
650781
  id_uom_inside_capacity: number | null;
649717
650782
  iso_size: string | null;
649718
650783
  iso_description: string | null;
649719
- width: Decimal | null;
649720
- height: Decimal | null;
649721
650784
  teu_count: Decimal | null;
649722
650785
  max_gross_weight: Decimal | null;
649723
650786
  max_tare_weight: Decimal | null;
@@ -653524,11 +654587,11 @@ declare const appRouter: BuiltRouter<{
653524
654587
  updated_at: Date | null;
653525
654588
  updated_by: string | null;
653526
654589
  code: string | null;
653527
- width: Decimal | null;
653528
- height: Decimal | null;
653529
654590
  id_dimension_unit: number | null;
653530
654591
  id_weight_unit: number | null;
653531
654592
  id_uom_type: number | null;
654593
+ height: Decimal | null;
654594
+ width: Decimal | null;
653532
654595
  weight: Decimal | null;
653533
654596
  is_keep_upright: boolean | null;
653534
654597
  })[] | undefined;
@@ -653596,11 +654659,11 @@ declare const appRouter: BuiltRouter<{
653596
654659
  updated_at: Date | null;
653597
654660
  updated_by: string | null;
653598
654661
  code: string | null;
653599
- width: Decimal | null;
653600
- height: Decimal | null;
653601
654662
  id_dimension_unit: number | null;
653602
654663
  id_weight_unit: number | null;
653603
654664
  id_uom_type: number | null;
654665
+ height: Decimal | null;
654666
+ width: Decimal | null;
653604
654667
  weight: Decimal | null;
653605
654668
  is_keep_upright: boolean | null;
653606
654669
  };
@@ -653721,11 +654784,11 @@ declare const appRouter: BuiltRouter<{
653721
654784
  updated_at: Date | null;
653722
654785
  updated_by: string | null;
653723
654786
  code: string | null;
653724
- width: Decimal | null;
653725
- height: Decimal | null;
653726
654787
  id_dimension_unit: number | null;
653727
654788
  id_weight_unit: number | null;
653728
654789
  id_uom_type: number | null;
654790
+ height: Decimal | null;
654791
+ width: Decimal | null;
653729
654792
  weight: Decimal | null;
653730
654793
  is_keep_upright: boolean | null;
653731
654794
  } | undefined;
@@ -653771,11 +654834,11 @@ declare const appRouter: BuiltRouter<{
653771
654834
  updated_at: Date | null;
653772
654835
  updated_by: string | null;
653773
654836
  code: string | null;
653774
- width: Decimal | null;
653775
- height: Decimal | null;
653776
654837
  id_dimension_unit: number | null;
653777
654838
  id_weight_unit: number | null;
653778
654839
  id_uom_type: number | null;
654840
+ height: Decimal | null;
654841
+ width: Decimal | null;
653779
654842
  weight: Decimal | null;
653780
654843
  is_keep_upright: boolean | null;
653781
654844
  } | undefined;
@@ -653812,11 +654875,11 @@ declare const appRouter: BuiltRouter<{
653812
654875
  updated_at: Date | null;
653813
654876
  updated_by: string | null;
653814
654877
  code: string | null;
653815
- width: Decimal | null;
653816
- height: Decimal | null;
653817
654878
  id_dimension_unit: number | null;
653818
654879
  id_weight_unit: number | null;
653819
654880
  id_uom_type: number | null;
654881
+ height: Decimal | null;
654882
+ width: Decimal | null;
653820
654883
  weight: Decimal | null;
653821
654884
  is_keep_upright: boolean | null;
653822
654885
  } | undefined)[] | undefined;
@@ -657545,6 +658608,26 @@ declare const appRouter: BuiltRouter<{
657545
658608
  };
657546
658609
  output: {
657547
658610
  data: {
658611
+ _count: {
658612
+ country: number;
658613
+ state: number;
658614
+ city: number;
658615
+ time_zone: number;
658616
+ un_locode_logs: number;
658617
+ branches: number;
658618
+ companies: number;
658619
+ airlines: number;
658620
+ shipping_lines: number;
658621
+ forwarding_booking_origins: number;
658622
+ forwarding_booking_destinations: number;
658623
+ forwarding_shipment_origins: number;
658624
+ forwarding_shipment_destinations: number;
658625
+ forwarding_console_first_loads: number;
658626
+ forwarding_console_last_discharges: number;
658627
+ forwarding_console_routing_loads: number;
658628
+ forwarding_console_routing_discharges: number;
658629
+ organizations: number;
658630
+ };
657548
658631
  country: ({
657549
658632
  currency: {
657550
658633
  symbol: string | null;
@@ -657603,26 +658686,6 @@ declare const appRouter: BuiltRouter<{
657603
658686
  updated_by: string | null;
657604
658687
  code: string | null;
657605
658688
  } | null;
657606
- _count: {
657607
- country: number;
657608
- state: number;
657609
- city: number;
657610
- time_zone: number;
657611
- un_locode_logs: number;
657612
- branches: number;
657613
- companies: number;
657614
- airlines: number;
657615
- shipping_lines: number;
657616
- forwarding_booking_origins: number;
657617
- forwarding_booking_destinations: number;
657618
- forwarding_shipment_origins: number;
657619
- forwarding_shipment_destinations: number;
657620
- forwarding_console_first_loads: number;
657621
- forwarding_console_last_discharges: number;
657622
- forwarding_console_routing_loads: number;
657623
- forwarding_console_routing_discharges: number;
657624
- organizations: number;
657625
- };
657626
658689
  time_zone: {
657627
658690
  is_active: boolean | null;
657628
658691
  id: number;
@@ -658382,6 +659445,18 @@ declare const appRouter: BuiltRouter<{
658382
659445
  };
658383
659446
  output: {
658384
659447
  data: {
659448
+ _count: {
659449
+ country: number;
659450
+ un_locodes: number;
659451
+ cities: number;
659452
+ state_logs: number;
659453
+ airlines: number;
659454
+ branches: number;
659455
+ users: number;
659456
+ companies: number;
659457
+ shipping_lines: number;
659458
+ organizations: number;
659459
+ };
658385
659460
  country: ({
658386
659461
  currency: {
658387
659462
  symbol: string | null;
@@ -658415,18 +659490,6 @@ declare const appRouter: BuiltRouter<{
658415
659490
  iso3_numeric: string | null;
658416
659491
  is_sanctioned: boolean | null;
658417
659492
  }) | null;
658418
- _count: {
658419
- country: number;
658420
- un_locodes: number;
658421
- cities: number;
658422
- state_logs: number;
658423
- airlines: number;
658424
- branches: number;
658425
- users: number;
658426
- companies: number;
658427
- shipping_lines: number;
658428
- organizations: number;
658429
- };
658430
659493
  } & {
658431
659494
  is_active: boolean | null;
658432
659495
  id_country: number | null;
@@ -658709,6 +659772,19 @@ declare const appRouter: BuiltRouter<{
658709
659772
  };
658710
659773
  output: {
658711
659774
  data: {
659775
+ _count: {
659776
+ country: number;
659777
+ state: number;
659778
+ un_locodes: number;
659779
+ cities_postal_codes: number;
659780
+ city_logs: number;
659781
+ airlines: number;
659782
+ branches: number;
659783
+ users: number;
659784
+ companies: number;
659785
+ shipping_lines: number;
659786
+ organizations: number;
659787
+ };
658712
659788
  country: ({
658713
659789
  currency: {
658714
659790
  symbol: string | null;
@@ -658754,19 +659830,6 @@ declare const appRouter: BuiltRouter<{
658754
659830
  updated_by: string | null;
658755
659831
  code: string | null;
658756
659832
  } | null;
658757
- _count: {
658758
- country: number;
658759
- state: number;
658760
- un_locodes: number;
658761
- cities_postal_codes: number;
658762
- city_logs: number;
658763
- airlines: number;
658764
- branches: number;
658765
- users: number;
658766
- companies: number;
658767
- shipping_lines: number;
658768
- organizations: number;
658769
- };
658770
659833
  } & {
658771
659834
  is_active: boolean | null;
658772
659835
  id_country: number | null;
@@ -659038,6 +660101,17 @@ declare const appRouter: BuiltRouter<{
659038
660101
  };
659039
660102
  output: {
659040
660103
  data: {
660104
+ _count: {
660105
+ country: number;
660106
+ cities_postal_codes: number;
660107
+ postal_code_logs: number;
660108
+ airlines: number;
660109
+ branches: number;
660110
+ users: number;
660111
+ companies: number;
660112
+ shipping_lines: number;
660113
+ organizations: number;
660114
+ };
659041
660115
  country: ({
659042
660116
  currency: {
659043
660117
  symbol: string | null;
@@ -659071,17 +660145,6 @@ declare const appRouter: BuiltRouter<{
659071
660145
  iso3_numeric: string | null;
659072
660146
  is_sanctioned: boolean | null;
659073
660147
  }) | null;
659074
- _count: {
659075
- country: number;
659076
- cities_postal_codes: number;
659077
- postal_code_logs: number;
659078
- airlines: number;
659079
- branches: number;
659080
- users: number;
659081
- companies: number;
659082
- shipping_lines: number;
659083
- organizations: number;
659084
- };
659085
660148
  } & {
659086
660149
  is_active: boolean | null;
659087
660150
  id_country: number | null;
@@ -659622,11 +660685,11 @@ declare const appRouter: BuiltRouter<{
659622
660685
  } | null;
659623
660686
  company: {
659624
660687
  is_active: boolean | null;
659625
- id_un_locode: number | null;
659626
660688
  id_country: number | null;
659627
660689
  id_state: number | null;
659628
660690
  id_city: number | null;
659629
660691
  id_postal_code: number | null;
660692
+ id_un_locode: number | null;
659630
660693
  id: number;
659631
660694
  name: string | null;
659632
660695
  logic_code: string | null;
@@ -659639,11 +660702,11 @@ declare const appRouter: BuiltRouter<{
659639
660702
  } | null;
659640
660703
  branch: {
659641
660704
  is_active: boolean | null;
659642
- id_un_locode: number | null;
659643
660705
  id_country: number | null;
659644
660706
  id_state: number | null;
659645
660707
  id_city: number | null;
659646
660708
  id_postal_code: number | null;
660709
+ id_un_locode: number | null;
659647
660710
  id: number;
659648
660711
  name: string | null;
659649
660712
  logic_code: string | null;
@@ -659764,6 +660827,20 @@ declare const appRouter: BuiltRouter<{
659764
660827
  };
659765
660828
  output: {
659766
660829
  data: {
660830
+ _count: {
660831
+ bank_account_type: number;
660832
+ company: number;
660833
+ branch: number;
660834
+ country: number;
660835
+ currency: number;
660836
+ os_balance_currency: number;
660837
+ local_balance_currency: number;
660838
+ gl_account: number;
660839
+ bank_account_card: number;
660840
+ bank_account_logs: number;
660841
+ bank_account_attachments: number;
660842
+ organization_account_bank_details: number;
660843
+ };
659767
660844
  country: {
659768
660845
  is_active: boolean | null;
659769
660846
  id: number;
@@ -659780,20 +660857,6 @@ declare const appRouter: BuiltRouter<{
659780
660857
  iso3_numeric: string | null;
659781
660858
  is_sanctioned: boolean | null;
659782
660859
  } | null;
659783
- _count: {
659784
- bank_account_type: number;
659785
- company: number;
659786
- branch: number;
659787
- country: number;
659788
- currency: number;
659789
- os_balance_currency: number;
659790
- local_balance_currency: number;
659791
- gl_account: number;
659792
- bank_account_card: number;
659793
- bank_account_logs: number;
659794
- bank_account_attachments: number;
659795
- organization_account_bank_details: number;
659796
- };
659797
660860
  currency: {
659798
660861
  symbol: string | null;
659799
660862
  is_active: boolean | null;
@@ -659823,11 +660886,11 @@ declare const appRouter: BuiltRouter<{
659823
660886
  } | null;
659824
660887
  company: {
659825
660888
  is_active: boolean | null;
659826
- id_un_locode: number | null;
659827
660889
  id_country: number | null;
659828
660890
  id_state: number | null;
659829
660891
  id_city: number | null;
659830
660892
  id_postal_code: number | null;
660893
+ id_un_locode: number | null;
659831
660894
  id: number;
659832
660895
  name: string | null;
659833
660896
  logic_code: string | null;
@@ -659840,11 +660903,11 @@ declare const appRouter: BuiltRouter<{
659840
660903
  } | null;
659841
660904
  branch: {
659842
660905
  is_active: boolean | null;
659843
- id_un_locode: number | null;
659844
660906
  id_country: number | null;
659845
660907
  id_state: number | null;
659846
660908
  id_city: number | null;
659847
660909
  id_postal_code: number | null;
660910
+ id_un_locode: number | null;
659848
660911
  id: number;
659849
660912
  name: string | null;
659850
660913
  logic_code: string | null;
@@ -664216,6 +665279,17 @@ declare const appRouter: BuiltRouter<{
664216
665279
  };
664217
665280
  output: {
664218
665281
  data: {
665282
+ _count: {
665283
+ tax_rate_type: number;
665284
+ tax_rate_system: number;
665285
+ country: number;
665286
+ tax_rate_logs: number;
665287
+ charge_codes: number;
665288
+ forwarding_shipment_billing_details_cost: number;
665289
+ forwarding_shipment_billing_details_sell: number;
665290
+ forwarding_console_billing_details_cost: number;
665291
+ forwarding_console_billing_details_sell: number;
665292
+ };
664219
665293
  country: {
664220
665294
  is_active: boolean | null;
664221
665295
  id: number;
@@ -664232,17 +665306,6 @@ declare const appRouter: BuiltRouter<{
664232
665306
  iso3_numeric: string | null;
664233
665307
  is_sanctioned: boolean | null;
664234
665308
  } | null;
664235
- _count: {
664236
- tax_rate_type: number;
664237
- tax_rate_system: number;
664238
- country: number;
664239
- tax_rate_logs: number;
664240
- charge_codes: number;
664241
- forwarding_shipment_billing_details_cost: number;
664242
- forwarding_shipment_billing_details_sell: number;
664243
- forwarding_console_billing_details_cost: number;
664244
- forwarding_console_billing_details_sell: number;
664245
- };
664246
665309
  tax_rate_type: {
664247
665310
  is_active: boolean | null;
664248
665311
  id: number;
@@ -665024,37 +666087,6 @@ declare const appRouter: BuiltRouter<{
665024
666087
  };
665025
666088
  output: {
665026
666089
  data: ({
665027
- un_locode: {
665028
- is_active: boolean | null;
665029
- id_country: number | null;
665030
- id_state: number | null;
665031
- id_city: number | null;
665032
- id: number;
665033
- logic_code: string | null;
665034
- created_at: Date | null;
665035
- created_by: string | null;
665036
- updated_at: Date | null;
665037
- updated_by: string | null;
665038
- id_time_zone: number | null;
665039
- un_code: string | null;
665040
- iata_code: string | null;
665041
- iata_region_code: string | null;
665042
- latitude: Decimal | null;
665043
- longitude: Decimal | null;
665044
- port_name: string | null;
665045
- proper_name: string | null;
665046
- has_post: boolean | null;
665047
- has_customs: boolean | null;
665048
- has_unload: boolean | null;
665049
- has_airport: boolean | null;
665050
- has_railway: boolean | null;
665051
- has_road: boolean | null;
665052
- has_store: boolean | null;
665053
- has_terminal: boolean | null;
665054
- has_discharge: boolean | null;
665055
- has_seaport: boolean | null;
665056
- has_outport: boolean | null;
665057
- } | null;
665058
666090
  country: {
665059
666091
  is_active: boolean | null;
665060
666092
  id: number;
@@ -665107,13 +666139,44 @@ declare const appRouter: BuiltRouter<{
665107
666139
  updated_by: string | null;
665108
666140
  code: string | null;
665109
666141
  } | null;
666142
+ un_locode: {
666143
+ is_active: boolean | null;
666144
+ id_country: number | null;
666145
+ id_state: number | null;
666146
+ id_city: number | null;
666147
+ id: number;
666148
+ logic_code: string | null;
666149
+ created_at: Date | null;
666150
+ created_by: string | null;
666151
+ updated_at: Date | null;
666152
+ updated_by: string | null;
666153
+ id_time_zone: number | null;
666154
+ un_code: string | null;
666155
+ iata_code: string | null;
666156
+ iata_region_code: string | null;
666157
+ latitude: Decimal | null;
666158
+ longitude: Decimal | null;
666159
+ port_name: string | null;
666160
+ proper_name: string | null;
666161
+ has_post: boolean | null;
666162
+ has_customs: boolean | null;
666163
+ has_unload: boolean | null;
666164
+ has_airport: boolean | null;
666165
+ has_railway: boolean | null;
666166
+ has_road: boolean | null;
666167
+ has_store: boolean | null;
666168
+ has_terminal: boolean | null;
666169
+ has_discharge: boolean | null;
666170
+ has_seaport: boolean | null;
666171
+ has_outport: boolean | null;
666172
+ } | null;
665110
666173
  company: {
665111
666174
  is_active: boolean | null;
665112
- id_un_locode: number | null;
665113
666175
  id_country: number | null;
665114
666176
  id_state: number | null;
665115
666177
  id_city: number | null;
665116
666178
  id_postal_code: number | null;
666179
+ id_un_locode: number | null;
665117
666180
  id: number;
665118
666181
  name: string | null;
665119
666182
  logic_code: string | null;
@@ -665126,11 +666189,11 @@ declare const appRouter: BuiltRouter<{
665126
666189
  } | null;
665127
666190
  } & {
665128
666191
  is_active: boolean | null;
665129
- id_un_locode: number | null;
665130
666192
  id_country: number | null;
665131
666193
  id_state: number | null;
665132
666194
  id_city: number | null;
665133
666195
  id_postal_code: number | null;
666196
+ id_un_locode: number | null;
665134
666197
  id: number;
665135
666198
  name: string | null;
665136
666199
  logic_code: string | null;
@@ -665153,37 +666216,19 @@ declare const appRouter: BuiltRouter<{
665153
666216
  };
665154
666217
  output: {
665155
666218
  data: {
665156
- un_locode: {
665157
- is_active: boolean | null;
665158
- id_country: number | null;
665159
- id_state: number | null;
665160
- id_city: number | null;
665161
- id: number;
665162
- logic_code: string | null;
665163
- created_at: Date | null;
665164
- created_by: string | null;
665165
- updated_at: Date | null;
665166
- updated_by: string | null;
665167
- id_time_zone: number | null;
665168
- un_code: string | null;
665169
- iata_code: string | null;
665170
- iata_region_code: string | null;
665171
- latitude: Decimal | null;
665172
- longitude: Decimal | null;
665173
- port_name: string | null;
665174
- proper_name: string | null;
665175
- has_post: boolean | null;
665176
- has_customs: boolean | null;
665177
- has_unload: boolean | null;
665178
- has_airport: boolean | null;
665179
- has_railway: boolean | null;
665180
- has_road: boolean | null;
665181
- has_store: boolean | null;
665182
- has_terminal: boolean | null;
665183
- has_discharge: boolean | null;
665184
- has_seaport: boolean | null;
665185
- has_outport: boolean | null;
665186
- } | null;
666219
+ _count: {
666220
+ company: number;
666221
+ country: number;
666222
+ state: number;
666223
+ city: number;
666224
+ postal_code: number;
666225
+ un_locode: number;
666226
+ branch_logs: number;
666227
+ users: number;
666228
+ bank_accounts: number;
666229
+ forwarding_shipment_billings: number;
666230
+ organization_account_credit_control_settlements: number;
666231
+ };
665187
666232
  country: {
665188
666233
  is_active: boolean | null;
665189
666234
  id: number;
@@ -665236,26 +666281,44 @@ declare const appRouter: BuiltRouter<{
665236
666281
  updated_by: string | null;
665237
666282
  code: string | null;
665238
666283
  } | null;
665239
- _count: {
665240
- company: number;
665241
- country: number;
665242
- state: number;
665243
- city: number;
665244
- postal_code: number;
665245
- un_locode: number;
665246
- branch_logs: number;
665247
- users: number;
665248
- bank_accounts: number;
665249
- forwarding_shipment_billings: number;
665250
- organization_account_credit_control_settlements: number;
665251
- };
666284
+ un_locode: {
666285
+ is_active: boolean | null;
666286
+ id_country: number | null;
666287
+ id_state: number | null;
666288
+ id_city: number | null;
666289
+ id: number;
666290
+ logic_code: string | null;
666291
+ created_at: Date | null;
666292
+ created_by: string | null;
666293
+ updated_at: Date | null;
666294
+ updated_by: string | null;
666295
+ id_time_zone: number | null;
666296
+ un_code: string | null;
666297
+ iata_code: string | null;
666298
+ iata_region_code: string | null;
666299
+ latitude: Decimal | null;
666300
+ longitude: Decimal | null;
666301
+ port_name: string | null;
666302
+ proper_name: string | null;
666303
+ has_post: boolean | null;
666304
+ has_customs: boolean | null;
666305
+ has_unload: boolean | null;
666306
+ has_airport: boolean | null;
666307
+ has_railway: boolean | null;
666308
+ has_road: boolean | null;
666309
+ has_store: boolean | null;
666310
+ has_terminal: boolean | null;
666311
+ has_discharge: boolean | null;
666312
+ has_seaport: boolean | null;
666313
+ has_outport: boolean | null;
666314
+ } | null;
665252
666315
  company: {
665253
666316
  is_active: boolean | null;
665254
- id_un_locode: number | null;
665255
666317
  id_country: number | null;
665256
666318
  id_state: number | null;
665257
666319
  id_city: number | null;
665258
666320
  id_postal_code: number | null;
666321
+ id_un_locode: number | null;
665259
666322
  id: number;
665260
666323
  name: string | null;
665261
666324
  logic_code: string | null;
@@ -665268,11 +666331,11 @@ declare const appRouter: BuiltRouter<{
665268
666331
  } | null;
665269
666332
  } & {
665270
666333
  is_active: boolean | null;
665271
- id_un_locode: number | null;
665272
666334
  id_country: number | null;
665273
666335
  id_state: number | null;
665274
666336
  id_city: number | null;
665275
666337
  id_postal_code: number | null;
666338
+ id_un_locode: number | null;
665276
666339
  id: number;
665277
666340
  name: string | null;
665278
666341
  logic_code: string | null;
@@ -665391,11 +666454,11 @@ declare const appRouter: BuiltRouter<{
665391
666454
  output: {
665392
666455
  data: {
665393
666456
  is_active: boolean | null;
665394
- id_un_locode: number | null;
665395
666457
  id_country: number | null;
665396
666458
  id_state: number | null;
665397
666459
  id_city: number | null;
665398
666460
  id_postal_code: number | null;
666461
+ id_un_locode: number | null;
665399
666462
  id: number;
665400
666463
  name: string | null;
665401
666464
  logic_code: string | null;
@@ -665439,11 +666502,11 @@ declare const appRouter: BuiltRouter<{
665439
666502
  output: {
665440
666503
  data: {
665441
666504
  is_active: boolean | null;
665442
- id_un_locode: number | null;
665443
666505
  id_country: number | null;
665444
666506
  id_state: number | null;
665445
666507
  id_city: number | null;
665446
666508
  id_postal_code: number | null;
666509
+ id_un_locode: number | null;
665447
666510
  id: number;
665448
666511
  name: string | null;
665449
666512
  logic_code: string | null;
@@ -665479,11 +666542,11 @@ declare const appRouter: BuiltRouter<{
665479
666542
  output: {
665480
666543
  data: ({
665481
666544
  is_active: boolean | null;
665482
- id_un_locode: number | null;
665483
666545
  id_country: number | null;
665484
666546
  id_state: number | null;
665485
666547
  id_city: number | null;
665486
666548
  id_postal_code: number | null;
666549
+ id_un_locode: number | null;
665487
666550
  id: number;
665488
666551
  name: string | null;
665489
666552
  logic_code: string | null;
@@ -665538,37 +666601,6 @@ declare const appRouter: BuiltRouter<{
665538
666601
  };
665539
666602
  output: {
665540
666603
  data: ({
665541
- un_locode: {
665542
- is_active: boolean | null;
665543
- id_country: number | null;
665544
- id_state: number | null;
665545
- id_city: number | null;
665546
- id: number;
665547
- logic_code: string | null;
665548
- created_at: Date | null;
665549
- created_by: string | null;
665550
- updated_at: Date | null;
665551
- updated_by: string | null;
665552
- id_time_zone: number | null;
665553
- un_code: string | null;
665554
- iata_code: string | null;
665555
- iata_region_code: string | null;
665556
- latitude: Decimal | null;
665557
- longitude: Decimal | null;
665558
- port_name: string | null;
665559
- proper_name: string | null;
665560
- has_post: boolean | null;
665561
- has_customs: boolean | null;
665562
- has_unload: boolean | null;
665563
- has_airport: boolean | null;
665564
- has_railway: boolean | null;
665565
- has_road: boolean | null;
665566
- has_store: boolean | null;
665567
- has_terminal: boolean | null;
665568
- has_discharge: boolean | null;
665569
- has_seaport: boolean | null;
665570
- has_outport: boolean | null;
665571
- } | null;
665572
666604
  country: {
665573
666605
  is_active: boolean | null;
665574
666606
  id: number;
@@ -665621,34 +666653,6 @@ declare const appRouter: BuiltRouter<{
665621
666653
  updated_by: string | null;
665622
666654
  code: string | null;
665623
666655
  } | null;
665624
- } & {
665625
- is_active: boolean | null;
665626
- id_un_locode: number | null;
665627
- id_country: number | null;
665628
- id_state: number | null;
665629
- id_city: number | null;
665630
- id_postal_code: number | null;
665631
- id: number;
665632
- name: string | null;
665633
- logic_code: string | null;
665634
- created_at: Date | null;
665635
- created_by: string | null;
665636
- updated_at: Date | null;
665637
- updated_by: string | null;
665638
- code: string | null;
665639
- address: string | null;
665640
- })[] | undefined;
665641
- total: number | undefined;
665642
- };
665643
- meta: object;
665644
- }>;
665645
- getDetail: MutationProcedure<{
665646
- input: {
665647
- id?: number | null | undefined;
665648
- id_string?: string | null | undefined;
665649
- };
665650
- output: {
665651
- data: {
665652
666656
  un_locode: {
665653
666657
  is_active: boolean | null;
665654
666658
  id_country: number | null;
@@ -665680,6 +666684,49 @@ declare const appRouter: BuiltRouter<{
665680
666684
  has_seaport: boolean | null;
665681
666685
  has_outport: boolean | null;
665682
666686
  } | null;
666687
+ } & {
666688
+ is_active: boolean | null;
666689
+ id_country: number | null;
666690
+ id_state: number | null;
666691
+ id_city: number | null;
666692
+ id_postal_code: number | null;
666693
+ id_un_locode: number | null;
666694
+ id: number;
666695
+ name: string | null;
666696
+ logic_code: string | null;
666697
+ created_at: Date | null;
666698
+ created_by: string | null;
666699
+ updated_at: Date | null;
666700
+ updated_by: string | null;
666701
+ code: string | null;
666702
+ address: string | null;
666703
+ })[] | undefined;
666704
+ total: number | undefined;
666705
+ };
666706
+ meta: object;
666707
+ }>;
666708
+ getDetail: MutationProcedure<{
666709
+ input: {
666710
+ id?: number | null | undefined;
666711
+ id_string?: string | null | undefined;
666712
+ };
666713
+ output: {
666714
+ data: {
666715
+ _count: {
666716
+ country: number;
666717
+ state: number;
666718
+ city: number;
666719
+ postal_code: number;
666720
+ un_locode: number;
666721
+ company_logs: number;
666722
+ users: number;
666723
+ bank_accounts: number;
666724
+ branches: number;
666725
+ department: number;
666726
+ gl_account_company_pivots: number;
666727
+ organization_account_payable_details: number;
666728
+ organization_account_receivable_details: number;
666729
+ };
665683
666730
  country: {
665684
666731
  is_active: boolean | null;
665685
666732
  id: number;
@@ -665732,28 +666779,44 @@ declare const appRouter: BuiltRouter<{
665732
666779
  updated_by: string | null;
665733
666780
  code: string | null;
665734
666781
  } | null;
665735
- _count: {
665736
- country: number;
665737
- state: number;
665738
- city: number;
665739
- postal_code: number;
665740
- un_locode: number;
665741
- company_logs: number;
665742
- users: number;
665743
- bank_accounts: number;
665744
- branches: number;
665745
- department: number;
665746
- gl_account_company_pivots: number;
665747
- organization_account_payable_details: number;
665748
- organization_account_receivable_details: number;
665749
- };
666782
+ un_locode: {
666783
+ is_active: boolean | null;
666784
+ id_country: number | null;
666785
+ id_state: number | null;
666786
+ id_city: number | null;
666787
+ id: number;
666788
+ logic_code: string | null;
666789
+ created_at: Date | null;
666790
+ created_by: string | null;
666791
+ updated_at: Date | null;
666792
+ updated_by: string | null;
666793
+ id_time_zone: number | null;
666794
+ un_code: string | null;
666795
+ iata_code: string | null;
666796
+ iata_region_code: string | null;
666797
+ latitude: Decimal | null;
666798
+ longitude: Decimal | null;
666799
+ port_name: string | null;
666800
+ proper_name: string | null;
666801
+ has_post: boolean | null;
666802
+ has_customs: boolean | null;
666803
+ has_unload: boolean | null;
666804
+ has_airport: boolean | null;
666805
+ has_railway: boolean | null;
666806
+ has_road: boolean | null;
666807
+ has_store: boolean | null;
666808
+ has_terminal: boolean | null;
666809
+ has_discharge: boolean | null;
666810
+ has_seaport: boolean | null;
666811
+ has_outport: boolean | null;
666812
+ } | null;
665750
666813
  } & {
665751
666814
  is_active: boolean | null;
665752
- id_un_locode: number | null;
665753
666815
  id_country: number | null;
665754
666816
  id_state: number | null;
665755
666817
  id_city: number | null;
665756
666818
  id_postal_code: number | null;
666819
+ id_un_locode: number | null;
665757
666820
  id: number;
665758
666821
  name: string | null;
665759
666822
  logic_code: string | null;
@@ -665870,11 +666933,11 @@ declare const appRouter: BuiltRouter<{
665870
666933
  output: {
665871
666934
  data: {
665872
666935
  is_active: boolean | null;
665873
- id_un_locode: number | null;
665874
666936
  id_country: number | null;
665875
666937
  id_state: number | null;
665876
666938
  id_city: number | null;
665877
666939
  id_postal_code: number | null;
666940
+ id_un_locode: number | null;
665878
666941
  id: number;
665879
666942
  name: string | null;
665880
666943
  logic_code: string | null;
@@ -665916,11 +666979,11 @@ declare const appRouter: BuiltRouter<{
665916
666979
  output: {
665917
666980
  data: {
665918
666981
  is_active: boolean | null;
665919
- id_un_locode: number | null;
665920
666982
  id_country: number | null;
665921
666983
  id_state: number | null;
665922
666984
  id_city: number | null;
665923
666985
  id_postal_code: number | null;
666986
+ id_un_locode: number | null;
665924
666987
  id: number;
665925
666988
  name: string | null;
665926
666989
  logic_code: string | null;
@@ -665955,11 +667018,11 @@ declare const appRouter: BuiltRouter<{
665955
667018
  output: {
665956
667019
  data: ({
665957
667020
  is_active: boolean | null;
665958
- id_un_locode: number | null;
665959
667021
  id_country: number | null;
665960
667022
  id_state: number | null;
665961
667023
  id_city: number | null;
665962
667024
  id_postal_code: number | null;
667025
+ id_un_locode: number | null;
665963
667026
  id: number;
665964
667027
  name: string | null;
665965
667028
  logic_code: string | null;
@@ -666007,11 +667070,11 @@ declare const appRouter: BuiltRouter<{
666007
667070
  data: ({
666008
667071
  company: {
666009
667072
  is_active: boolean | null;
666010
- id_un_locode: number | null;
666011
667073
  id_country: number | null;
666012
667074
  id_state: number | null;
666013
667075
  id_city: number | null;
666014
667076
  id_postal_code: number | null;
667077
+ id_un_locode: number | null;
666015
667078
  id: number;
666016
667079
  name: string | null;
666017
667080
  logic_code: string | null;
@@ -666055,11 +667118,11 @@ declare const appRouter: BuiltRouter<{
666055
667118
  };
666056
667119
  company: {
666057
667120
  is_active: boolean | null;
666058
- id_un_locode: number | null;
666059
667121
  id_country: number | null;
666060
667122
  id_state: number | null;
666061
667123
  id_city: number | null;
666062
667124
  id_postal_code: number | null;
667125
+ id_un_locode: number | null;
666063
667126
  id: number;
666064
667127
  name: string | null;
666065
667128
  logic_code: string | null;