@be-logixpair/api 0.0.40 → 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.
- package/dist/index.d.ts +133 -133
- 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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
177525
|
-
create?: XOR<
|
|
177526
|
-
connectOrCreate?:
|
|
177527
|
-
createMany?:
|
|
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
|
|
177531
|
-
create?: XOR<
|
|
177532
|
-
connectOrCreate?:
|
|
177533
|
-
createMany?:
|
|
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
|
|
177537
|
-
create?: XOR<
|
|
177538
|
-
connectOrCreate?:
|
|
177539
|
-
upsert?:
|
|
177540
|
-
createMany?:
|
|
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?:
|
|
177546
|
-
updateMany?:
|
|
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
|
|
177550
|
-
create?: XOR<
|
|
177551
|
-
connectOrCreate?:
|
|
177552
|
-
upsert?:
|
|
177553
|
-
createMany?:
|
|
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?:
|
|
177559
|
-
updateMany?:
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
|
181879
|
+
type organizationsCreateOrConnectWithoutOrganization_business_categoryInput = {
|
|
181880
181880
|
where: organizationsWhereUniqueInput;
|
|
181881
|
-
create: XOR<
|
|
181881
|
+
create: XOR<organizationsCreateWithoutOrganization_business_categoryInput, organizationsUncheckedCreateWithoutOrganization_business_categoryInput>;
|
|
181882
181882
|
};
|
|
181883
|
-
type
|
|
181884
|
-
data:
|
|
181883
|
+
type organizationsCreateManyOrganization_business_categoryInputEnvelope = {
|
|
181884
|
+
data: organizationsCreateManyOrganization_business_categoryInput | organizationsCreateManyOrganization_business_categoryInput[];
|
|
181885
181885
|
skipDuplicates?: boolean;
|
|
181886
181886
|
};
|
|
181887
|
-
type
|
|
181887
|
+
type organizationsUpsertWithWhereUniqueWithoutOrganization_business_categoryInput = {
|
|
181888
181888
|
where: organizationsWhereUniqueInput;
|
|
181889
|
-
update: XOR<
|
|
181890
|
-
create: XOR<
|
|
181889
|
+
update: XOR<organizationsUpdateWithoutOrganization_business_categoryInput, organizationsUncheckedUpdateWithoutOrganization_business_categoryInput>;
|
|
181890
|
+
create: XOR<organizationsCreateWithoutOrganization_business_categoryInput, organizationsUncheckedCreateWithoutOrganization_business_categoryInput>;
|
|
181891
181891
|
};
|
|
181892
|
-
type
|
|
181892
|
+
type organizationsUpdateWithWhereUniqueWithoutOrganization_business_categoryInput = {
|
|
181893
181893
|
where: organizationsWhereUniqueInput;
|
|
181894
|
-
data: XOR<
|
|
181894
|
+
data: XOR<organizationsUpdateWithoutOrganization_business_categoryInput, organizationsUncheckedUpdateWithoutOrganization_business_categoryInput>;
|
|
181895
181895
|
};
|
|
181896
|
-
type
|
|
181896
|
+
type organizationsUpdateManyWithWhereWithoutOrganization_business_categoryInput = {
|
|
181897
181897
|
where: organizationsScalarWhereInput;
|
|
181898
|
-
data: XOR<organizationsUpdateManyMutationInput,
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
|
188105
|
+
* organizations.organization_business_category
|
|
188106
188106
|
*/
|
|
188107
|
-
type organizations$
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
190952
|
+
organizations?: organizationsUncheckedUpdateManyWithoutOrganization_business_categoryNestedInput;
|
|
190953
190953
|
};
|
|
190954
190954
|
/**
|
|
190955
190955
|
* Count Type Organization_business_categoriesCountOutputType
|
|
@@ -646946,7 +646946,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
646946
646946
|
};
|
|
646947
646947
|
output: {
|
|
646948
646948
|
data: ({
|
|
646949
|
-
|
|
646949
|
+
organization_business_category: {
|
|
646950
646950
|
is_active: boolean | null;
|
|
646951
646951
|
id: number;
|
|
646952
646952
|
name: string | null;
|
|
@@ -647165,7 +647165,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
647165
647165
|
};
|
|
647166
647166
|
output: {
|
|
647167
647167
|
data: {
|
|
647168
|
-
|
|
647168
|
+
organization_business_category: {
|
|
647169
647169
|
is_active: boolean | null;
|
|
647170
647170
|
id: number;
|
|
647171
647171
|
name: string | null;
|
|
@@ -647177,7 +647177,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
647177
647177
|
code: string | null;
|
|
647178
647178
|
} | null;
|
|
647179
647179
|
_count: {
|
|
647180
|
-
|
|
647180
|
+
organization_business_category: number;
|
|
647181
647181
|
country: number;
|
|
647182
647182
|
state: number;
|
|
647183
647183
|
city: number;
|