@be-logixpair/api 0.0.90 → 0.0.91
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 +339 -329
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -100584,6 +100584,7 @@ type forwarding_booking_organizationsOrderByWithRelationInput = {
|
|
|
100584
100584
|
type forwarding_booking_organizationsWhereUniqueInput = AtLeast<{
|
|
100585
100585
|
id?: bigint | number;
|
|
100586
100586
|
logic_code?: string;
|
|
100587
|
+
id_forwarding_booking_id_type?: forwarding_booking_organizationsId_forwarding_bookingId_typeCompoundUniqueInput;
|
|
100587
100588
|
AND?: forwarding_booking_organizationsWhereInput | forwarding_booking_organizationsWhereInput[];
|
|
100588
100589
|
OR?: forwarding_booking_organizationsWhereInput[];
|
|
100589
100590
|
NOT?: forwarding_booking_organizationsWhereInput | forwarding_booking_organizationsWhereInput[];
|
|
@@ -100605,7 +100606,7 @@ type forwarding_booking_organizationsWhereUniqueInput = AtLeast<{
|
|
|
100605
100606
|
organization_address?: XOR<Organization_addressesNullableScalarRelationFilter, organization_addressesWhereInput> | null;
|
|
100606
100607
|
forwarding_shipment_organization_types?: XOR<Forwarding_shipment_organization_typesNullableScalarRelationFilter, forwarding_shipment_organization_typesWhereInput> | null;
|
|
100607
100608
|
forwarding_booking_organization_logs?: Forwarding_booking_organization_logsListRelationFilter;
|
|
100608
|
-
}, "id" | "logic_code">;
|
|
100609
|
+
}, "id" | "logic_code" | "id_forwarding_booking_id_type">;
|
|
100609
100610
|
type forwarding_booking_organizationsOrderByWithAggregationInput = {
|
|
100610
100611
|
id?: SortOrder;
|
|
100611
100612
|
id_forwarding_booking?: SortOrderInput | SortOrder;
|
|
@@ -100775,6 +100776,10 @@ type Forwarding_booking_organizationsListRelationFilter = {
|
|
|
100775
100776
|
type forwarding_booking_organizationsOrderByRelationAggregateInput = {
|
|
100776
100777
|
_count?: SortOrder;
|
|
100777
100778
|
};
|
|
100779
|
+
type forwarding_booking_organizationsId_forwarding_bookingId_typeCompoundUniqueInput = {
|
|
100780
|
+
id_forwarding_booking: bigint | number;
|
|
100781
|
+
id_type: bigint | number;
|
|
100782
|
+
};
|
|
100778
100783
|
type forwarding_booking_organizationsCountOrderByAggregateInput = {
|
|
100779
100784
|
id?: SortOrder;
|
|
100780
100785
|
id_forwarding_booking?: SortOrder;
|
|
@@ -136408,8 +136413,8 @@ type customs_idn_datasWhereInput = {
|
|
|
136408
136413
|
created_by?: StringNullableFilter<"customs_idn_datas"> | string | null;
|
|
136409
136414
|
updated_at?: DateTimeNullableFilter<"customs_idn_datas"> | Date | string | null;
|
|
136410
136415
|
updated_by?: StringNullableFilter<"customs_idn_datas"> | string | null;
|
|
136411
|
-
|
|
136412
|
-
|
|
136416
|
+
forwarding_shipment?: XOR<Forwarding_shipmentsNullableScalarRelationFilter, forwarding_shipmentsWhereInput> | null;
|
|
136417
|
+
customs_idn_data_clearance_type?: XOR<Customs_idn_data_clearance_typesNullableScalarRelationFilter, customs_idn_data_clearance_typesWhereInput> | null;
|
|
136413
136418
|
customs_idn_data_logs?: Customs_idn_data_logsListRelationFilter;
|
|
136414
136419
|
};
|
|
136415
136420
|
type customs_idn_datasOrderByWithRelationInput = {
|
|
@@ -136437,8 +136442,8 @@ type customs_idn_datasOrderByWithRelationInput = {
|
|
|
136437
136442
|
created_by?: SortOrderInput | SortOrder;
|
|
136438
136443
|
updated_at?: SortOrderInput | SortOrder;
|
|
136439
136444
|
updated_by?: SortOrderInput | SortOrder;
|
|
136440
|
-
|
|
136441
|
-
|
|
136445
|
+
forwarding_shipment?: forwarding_shipmentsOrderByWithRelationInput;
|
|
136446
|
+
customs_idn_data_clearance_type?: customs_idn_data_clearance_typesOrderByWithRelationInput;
|
|
136442
136447
|
customs_idn_data_logs?: customs_idn_data_logsOrderByRelationAggregateInput;
|
|
136443
136448
|
};
|
|
136444
136449
|
type customs_idn_datasWhereUniqueInput = AtLeast<{
|
|
@@ -136469,8 +136474,8 @@ type customs_idn_datasWhereUniqueInput = AtLeast<{
|
|
|
136469
136474
|
created_by?: StringNullableFilter<"customs_idn_datas"> | string | null;
|
|
136470
136475
|
updated_at?: DateTimeNullableFilter<"customs_idn_datas"> | Date | string | null;
|
|
136471
136476
|
updated_by?: StringNullableFilter<"customs_idn_datas"> | string | null;
|
|
136472
|
-
|
|
136473
|
-
|
|
136477
|
+
forwarding_shipment?: XOR<Forwarding_shipmentsNullableScalarRelationFilter, forwarding_shipmentsWhereInput> | null;
|
|
136478
|
+
customs_idn_data_clearance_type?: XOR<Customs_idn_data_clearance_typesNullableScalarRelationFilter, customs_idn_data_clearance_typesWhereInput> | null;
|
|
136474
136479
|
customs_idn_data_logs?: Customs_idn_data_logsListRelationFilter;
|
|
136475
136480
|
}, "id" | "id_forwarding_shipment" | "logic_code">;
|
|
136476
136481
|
type customs_idn_datasOrderByWithAggregationInput = {
|
|
@@ -136556,8 +136561,8 @@ type customs_idn_datasCreateInput = {
|
|
|
136556
136561
|
created_by?: string | null;
|
|
136557
136562
|
updated_at?: Date | string | null;
|
|
136558
136563
|
updated_by?: string | null;
|
|
136559
|
-
|
|
136560
|
-
|
|
136564
|
+
forwarding_shipment?: forwarding_shipmentsCreateNestedOneWithoutCustoms_idn_dataInput;
|
|
136565
|
+
customs_idn_data_clearance_type?: customs_idn_data_clearance_typesCreateNestedOneWithoutCustoms_idn_datasInput;
|
|
136561
136566
|
customs_idn_data_logs?: customs_idn_data_logsCreateNestedManyWithoutCustoms_idn_datasInput;
|
|
136562
136567
|
};
|
|
136563
136568
|
type customs_idn_datasUncheckedCreateInput = {
|
|
@@ -136610,8 +136615,8 @@ type customs_idn_datasUpdateInput = {
|
|
|
136610
136615
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
136611
136616
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
136612
136617
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
136613
|
-
|
|
136614
|
-
|
|
136618
|
+
forwarding_shipment?: forwarding_shipmentsUpdateOneWithoutCustoms_idn_dataNestedInput;
|
|
136619
|
+
customs_idn_data_clearance_type?: customs_idn_data_clearance_typesUpdateOneWithoutCustoms_idn_datasNestedInput;
|
|
136615
136620
|
customs_idn_data_logs?: customs_idn_data_logsUpdateManyWithoutCustoms_idn_datasNestedInput;
|
|
136616
136621
|
};
|
|
136617
136622
|
type customs_idn_datasUncheckedUpdateInput = {
|
|
@@ -136835,71 +136840,71 @@ type customs_idn_datasUpdateOneWithoutCustoms_idn_data_logsNestedInput = {
|
|
|
136835
136840
|
connect?: customs_idn_datasWhereUniqueInput;
|
|
136836
136841
|
update?: XOR<XOR<customs_idn_datasUpdateToOneWithWhereWithoutCustoms_idn_data_logsInput, customs_idn_datasUpdateWithoutCustoms_idn_data_logsInput>, customs_idn_datasUncheckedUpdateWithoutCustoms_idn_data_logsInput>;
|
|
136837
136842
|
};
|
|
136838
|
-
type
|
|
136839
|
-
create?: XOR<
|
|
136840
|
-
connectOrCreate?:
|
|
136841
|
-
createMany?:
|
|
136843
|
+
type customs_idn_datasCreateNestedManyWithoutCustoms_idn_data_clearance_typeInput = {
|
|
136844
|
+
create?: XOR<customs_idn_datasCreateWithoutCustoms_idn_data_clearance_typeInput, customs_idn_datasUncheckedCreateWithoutCustoms_idn_data_clearance_typeInput> | customs_idn_datasCreateWithoutCustoms_idn_data_clearance_typeInput[] | customs_idn_datasUncheckedCreateWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136845
|
+
connectOrCreate?: customs_idn_datasCreateOrConnectWithoutCustoms_idn_data_clearance_typeInput | customs_idn_datasCreateOrConnectWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136846
|
+
createMany?: customs_idn_datasCreateManyCustoms_idn_data_clearance_typeInputEnvelope;
|
|
136842
136847
|
connect?: customs_idn_datasWhereUniqueInput | customs_idn_datasWhereUniqueInput[];
|
|
136843
136848
|
};
|
|
136844
|
-
type
|
|
136845
|
-
create?: XOR<
|
|
136846
|
-
connectOrCreate?:
|
|
136847
|
-
createMany?:
|
|
136849
|
+
type customs_idn_datasUncheckedCreateNestedManyWithoutCustoms_idn_data_clearance_typeInput = {
|
|
136850
|
+
create?: XOR<customs_idn_datasCreateWithoutCustoms_idn_data_clearance_typeInput, customs_idn_datasUncheckedCreateWithoutCustoms_idn_data_clearance_typeInput> | customs_idn_datasCreateWithoutCustoms_idn_data_clearance_typeInput[] | customs_idn_datasUncheckedCreateWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136851
|
+
connectOrCreate?: customs_idn_datasCreateOrConnectWithoutCustoms_idn_data_clearance_typeInput | customs_idn_datasCreateOrConnectWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136852
|
+
createMany?: customs_idn_datasCreateManyCustoms_idn_data_clearance_typeInputEnvelope;
|
|
136848
136853
|
connect?: customs_idn_datasWhereUniqueInput | customs_idn_datasWhereUniqueInput[];
|
|
136849
136854
|
};
|
|
136850
|
-
type
|
|
136851
|
-
create?: XOR<
|
|
136852
|
-
connectOrCreate?:
|
|
136853
|
-
upsert?:
|
|
136854
|
-
createMany?:
|
|
136855
|
+
type customs_idn_datasUpdateManyWithoutCustoms_idn_data_clearance_typeNestedInput = {
|
|
136856
|
+
create?: XOR<customs_idn_datasCreateWithoutCustoms_idn_data_clearance_typeInput, customs_idn_datasUncheckedCreateWithoutCustoms_idn_data_clearance_typeInput> | customs_idn_datasCreateWithoutCustoms_idn_data_clearance_typeInput[] | customs_idn_datasUncheckedCreateWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136857
|
+
connectOrCreate?: customs_idn_datasCreateOrConnectWithoutCustoms_idn_data_clearance_typeInput | customs_idn_datasCreateOrConnectWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136858
|
+
upsert?: customs_idn_datasUpsertWithWhereUniqueWithoutCustoms_idn_data_clearance_typeInput | customs_idn_datasUpsertWithWhereUniqueWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136859
|
+
createMany?: customs_idn_datasCreateManyCustoms_idn_data_clearance_typeInputEnvelope;
|
|
136855
136860
|
set?: customs_idn_datasWhereUniqueInput | customs_idn_datasWhereUniqueInput[];
|
|
136856
136861
|
disconnect?: customs_idn_datasWhereUniqueInput | customs_idn_datasWhereUniqueInput[];
|
|
136857
136862
|
delete?: customs_idn_datasWhereUniqueInput | customs_idn_datasWhereUniqueInput[];
|
|
136858
136863
|
connect?: customs_idn_datasWhereUniqueInput | customs_idn_datasWhereUniqueInput[];
|
|
136859
|
-
update?:
|
|
136860
|
-
updateMany?:
|
|
136864
|
+
update?: customs_idn_datasUpdateWithWhereUniqueWithoutCustoms_idn_data_clearance_typeInput | customs_idn_datasUpdateWithWhereUniqueWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136865
|
+
updateMany?: customs_idn_datasUpdateManyWithWhereWithoutCustoms_idn_data_clearance_typeInput | customs_idn_datasUpdateManyWithWhereWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136861
136866
|
deleteMany?: customs_idn_datasScalarWhereInput | customs_idn_datasScalarWhereInput[];
|
|
136862
136867
|
};
|
|
136863
|
-
type
|
|
136864
|
-
create?: XOR<
|
|
136865
|
-
connectOrCreate?:
|
|
136866
|
-
upsert?:
|
|
136867
|
-
createMany?:
|
|
136868
|
+
type customs_idn_datasUncheckedUpdateManyWithoutCustoms_idn_data_clearance_typeNestedInput = {
|
|
136869
|
+
create?: XOR<customs_idn_datasCreateWithoutCustoms_idn_data_clearance_typeInput, customs_idn_datasUncheckedCreateWithoutCustoms_idn_data_clearance_typeInput> | customs_idn_datasCreateWithoutCustoms_idn_data_clearance_typeInput[] | customs_idn_datasUncheckedCreateWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136870
|
+
connectOrCreate?: customs_idn_datasCreateOrConnectWithoutCustoms_idn_data_clearance_typeInput | customs_idn_datasCreateOrConnectWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136871
|
+
upsert?: customs_idn_datasUpsertWithWhereUniqueWithoutCustoms_idn_data_clearance_typeInput | customs_idn_datasUpsertWithWhereUniqueWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136872
|
+
createMany?: customs_idn_datasCreateManyCustoms_idn_data_clearance_typeInputEnvelope;
|
|
136868
136873
|
set?: customs_idn_datasWhereUniqueInput | customs_idn_datasWhereUniqueInput[];
|
|
136869
136874
|
disconnect?: customs_idn_datasWhereUniqueInput | customs_idn_datasWhereUniqueInput[];
|
|
136870
136875
|
delete?: customs_idn_datasWhereUniqueInput | customs_idn_datasWhereUniqueInput[];
|
|
136871
136876
|
connect?: customs_idn_datasWhereUniqueInput | customs_idn_datasWhereUniqueInput[];
|
|
136872
|
-
update?:
|
|
136873
|
-
updateMany?:
|
|
136877
|
+
update?: customs_idn_datasUpdateWithWhereUniqueWithoutCustoms_idn_data_clearance_typeInput | customs_idn_datasUpdateWithWhereUniqueWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136878
|
+
updateMany?: customs_idn_datasUpdateManyWithWhereWithoutCustoms_idn_data_clearance_typeInput | customs_idn_datasUpdateManyWithWhereWithoutCustoms_idn_data_clearance_typeInput[];
|
|
136874
136879
|
deleteMany?: customs_idn_datasScalarWhereInput | customs_idn_datasScalarWhereInput[];
|
|
136875
136880
|
};
|
|
136876
|
-
type
|
|
136877
|
-
create?: XOR<
|
|
136878
|
-
connectOrCreate?:
|
|
136881
|
+
type customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput = {
|
|
136882
|
+
create?: XOR<customs_idn_datasCreateWithoutForwarding_shipmentInput, customs_idn_datasUncheckedCreateWithoutForwarding_shipmentInput>;
|
|
136883
|
+
connectOrCreate?: customs_idn_datasCreateOrConnectWithoutForwarding_shipmentInput;
|
|
136879
136884
|
connect?: customs_idn_datasWhereUniqueInput;
|
|
136880
136885
|
};
|
|
136881
|
-
type
|
|
136882
|
-
create?: XOR<
|
|
136883
|
-
connectOrCreate?:
|
|
136886
|
+
type customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput = {
|
|
136887
|
+
create?: XOR<customs_idn_datasCreateWithoutForwarding_shipmentInput, customs_idn_datasUncheckedCreateWithoutForwarding_shipmentInput>;
|
|
136888
|
+
connectOrCreate?: customs_idn_datasCreateOrConnectWithoutForwarding_shipmentInput;
|
|
136884
136889
|
connect?: customs_idn_datasWhereUniqueInput;
|
|
136885
136890
|
};
|
|
136886
|
-
type
|
|
136887
|
-
create?: XOR<
|
|
136888
|
-
connectOrCreate?:
|
|
136889
|
-
upsert?:
|
|
136891
|
+
type customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput = {
|
|
136892
|
+
create?: XOR<customs_idn_datasCreateWithoutForwarding_shipmentInput, customs_idn_datasUncheckedCreateWithoutForwarding_shipmentInput>;
|
|
136893
|
+
connectOrCreate?: customs_idn_datasCreateOrConnectWithoutForwarding_shipmentInput;
|
|
136894
|
+
upsert?: customs_idn_datasUpsertWithoutForwarding_shipmentInput;
|
|
136890
136895
|
disconnect?: customs_idn_datasWhereInput | boolean;
|
|
136891
136896
|
delete?: customs_idn_datasWhereInput | boolean;
|
|
136892
136897
|
connect?: customs_idn_datasWhereUniqueInput;
|
|
136893
|
-
update?: XOR<XOR<
|
|
136898
|
+
update?: XOR<XOR<customs_idn_datasUpdateToOneWithWhereWithoutForwarding_shipmentInput, customs_idn_datasUpdateWithoutForwarding_shipmentInput>, customs_idn_datasUncheckedUpdateWithoutForwarding_shipmentInput>;
|
|
136894
136899
|
};
|
|
136895
|
-
type
|
|
136896
|
-
create?: XOR<
|
|
136897
|
-
connectOrCreate?:
|
|
136898
|
-
upsert?:
|
|
136900
|
+
type customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput = {
|
|
136901
|
+
create?: XOR<customs_idn_datasCreateWithoutForwarding_shipmentInput, customs_idn_datasUncheckedCreateWithoutForwarding_shipmentInput>;
|
|
136902
|
+
connectOrCreate?: customs_idn_datasCreateOrConnectWithoutForwarding_shipmentInput;
|
|
136903
|
+
upsert?: customs_idn_datasUpsertWithoutForwarding_shipmentInput;
|
|
136899
136904
|
disconnect?: customs_idn_datasWhereInput | boolean;
|
|
136900
136905
|
delete?: customs_idn_datasWhereInput | boolean;
|
|
136901
136906
|
connect?: customs_idn_datasWhereUniqueInput;
|
|
136902
|
-
update?: XOR<XOR<
|
|
136907
|
+
update?: XOR<XOR<customs_idn_datasUpdateToOneWithWhereWithoutForwarding_shipmentInput, customs_idn_datasUpdateWithoutForwarding_shipmentInput>, customs_idn_datasUncheckedUpdateWithoutForwarding_shipmentInput>;
|
|
136903
136908
|
};
|
|
136904
136909
|
type customs_idn_datasCreateWithoutCustoms_idn_data_logsInput = {
|
|
136905
136910
|
id?: bigint | number;
|
|
@@ -136924,8 +136929,8 @@ type customs_idn_datasCreateWithoutCustoms_idn_data_logsInput = {
|
|
|
136924
136929
|
created_by?: string | null;
|
|
136925
136930
|
updated_at?: Date | string | null;
|
|
136926
136931
|
updated_by?: string | null;
|
|
136927
|
-
|
|
136928
|
-
|
|
136932
|
+
forwarding_shipment?: forwarding_shipmentsCreateNestedOneWithoutCustoms_idn_dataInput;
|
|
136933
|
+
customs_idn_data_clearance_type?: customs_idn_data_clearance_typesCreateNestedOneWithoutCustoms_idn_datasInput;
|
|
136929
136934
|
};
|
|
136930
136935
|
type customs_idn_datasUncheckedCreateWithoutCustoms_idn_data_logsInput = {
|
|
136931
136936
|
id?: bigint | number;
|
|
@@ -136989,8 +136994,8 @@ type customs_idn_datasUpdateWithoutCustoms_idn_data_logsInput = {
|
|
|
136989
136994
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
136990
136995
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
136991
136996
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
136992
|
-
|
|
136993
|
-
|
|
136997
|
+
forwarding_shipment?: forwarding_shipmentsUpdateOneWithoutCustoms_idn_dataNestedInput;
|
|
136998
|
+
customs_idn_data_clearance_type?: customs_idn_data_clearance_typesUpdateOneWithoutCustoms_idn_datasNestedInput;
|
|
136994
136999
|
};
|
|
136995
137000
|
type customs_idn_datasUncheckedUpdateWithoutCustoms_idn_data_logsInput = {
|
|
136996
137001
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -137018,7 +137023,7 @@ type customs_idn_datasUncheckedUpdateWithoutCustoms_idn_data_logsInput = {
|
|
|
137018
137023
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
137019
137024
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
137020
137025
|
};
|
|
137021
|
-
type
|
|
137026
|
+
type customs_idn_datasCreateWithoutCustoms_idn_data_clearance_typeInput = {
|
|
137022
137027
|
id?: bigint | number;
|
|
137023
137028
|
logic_code?: string | null;
|
|
137024
137029
|
peb_pib_number?: string | null;
|
|
@@ -137041,10 +137046,10 @@ type customs_idn_datasCreateWithoutCustoms_idn_data_clearance_typesInput = {
|
|
|
137041
137046
|
created_by?: string | null;
|
|
137042
137047
|
updated_at?: Date | string | null;
|
|
137043
137048
|
updated_by?: string | null;
|
|
137044
|
-
|
|
137049
|
+
forwarding_shipment?: forwarding_shipmentsCreateNestedOneWithoutCustoms_idn_dataInput;
|
|
137045
137050
|
customs_idn_data_logs?: customs_idn_data_logsCreateNestedManyWithoutCustoms_idn_datasInput;
|
|
137046
137051
|
};
|
|
137047
|
-
type
|
|
137052
|
+
type customs_idn_datasUncheckedCreateWithoutCustoms_idn_data_clearance_typeInput = {
|
|
137048
137053
|
id?: bigint | number;
|
|
137049
137054
|
id_forwarding_shipment?: bigint | number | null;
|
|
137050
137055
|
logic_code?: string | null;
|
|
@@ -137070,26 +137075,26 @@ type customs_idn_datasUncheckedCreateWithoutCustoms_idn_data_clearance_typesInpu
|
|
|
137070
137075
|
updated_by?: string | null;
|
|
137071
137076
|
customs_idn_data_logs?: customs_idn_data_logsUncheckedCreateNestedManyWithoutCustoms_idn_datasInput;
|
|
137072
137077
|
};
|
|
137073
|
-
type
|
|
137078
|
+
type customs_idn_datasCreateOrConnectWithoutCustoms_idn_data_clearance_typeInput = {
|
|
137074
137079
|
where: customs_idn_datasWhereUniqueInput;
|
|
137075
|
-
create: XOR<
|
|
137080
|
+
create: XOR<customs_idn_datasCreateWithoutCustoms_idn_data_clearance_typeInput, customs_idn_datasUncheckedCreateWithoutCustoms_idn_data_clearance_typeInput>;
|
|
137076
137081
|
};
|
|
137077
|
-
type
|
|
137078
|
-
data:
|
|
137082
|
+
type customs_idn_datasCreateManyCustoms_idn_data_clearance_typeInputEnvelope = {
|
|
137083
|
+
data: customs_idn_datasCreateManyCustoms_idn_data_clearance_typeInput | customs_idn_datasCreateManyCustoms_idn_data_clearance_typeInput[];
|
|
137079
137084
|
skipDuplicates?: boolean;
|
|
137080
137085
|
};
|
|
137081
|
-
type
|
|
137086
|
+
type customs_idn_datasUpsertWithWhereUniqueWithoutCustoms_idn_data_clearance_typeInput = {
|
|
137082
137087
|
where: customs_idn_datasWhereUniqueInput;
|
|
137083
|
-
update: XOR<
|
|
137084
|
-
create: XOR<
|
|
137088
|
+
update: XOR<customs_idn_datasUpdateWithoutCustoms_idn_data_clearance_typeInput, customs_idn_datasUncheckedUpdateWithoutCustoms_idn_data_clearance_typeInput>;
|
|
137089
|
+
create: XOR<customs_idn_datasCreateWithoutCustoms_idn_data_clearance_typeInput, customs_idn_datasUncheckedCreateWithoutCustoms_idn_data_clearance_typeInput>;
|
|
137085
137090
|
};
|
|
137086
|
-
type
|
|
137091
|
+
type customs_idn_datasUpdateWithWhereUniqueWithoutCustoms_idn_data_clearance_typeInput = {
|
|
137087
137092
|
where: customs_idn_datasWhereUniqueInput;
|
|
137088
|
-
data: XOR<
|
|
137093
|
+
data: XOR<customs_idn_datasUpdateWithoutCustoms_idn_data_clearance_typeInput, customs_idn_datasUncheckedUpdateWithoutCustoms_idn_data_clearance_typeInput>;
|
|
137089
137094
|
};
|
|
137090
|
-
type
|
|
137095
|
+
type customs_idn_datasUpdateManyWithWhereWithoutCustoms_idn_data_clearance_typeInput = {
|
|
137091
137096
|
where: customs_idn_datasScalarWhereInput;
|
|
137092
|
-
data: XOR<customs_idn_datasUpdateManyMutationInput,
|
|
137097
|
+
data: XOR<customs_idn_datasUpdateManyMutationInput, customs_idn_datasUncheckedUpdateManyWithoutCustoms_idn_data_clearance_typeInput>;
|
|
137093
137098
|
};
|
|
137094
137099
|
type customs_idn_datasScalarWhereInput = {
|
|
137095
137100
|
AND?: customs_idn_datasScalarWhereInput | customs_idn_datasScalarWhereInput[];
|
|
@@ -137120,7 +137125,7 @@ type customs_idn_datasScalarWhereInput = {
|
|
|
137120
137125
|
updated_at?: DateTimeNullableFilter<"customs_idn_datas"> | Date | string | null;
|
|
137121
137126
|
updated_by?: StringNullableFilter<"customs_idn_datas"> | string | null;
|
|
137122
137127
|
};
|
|
137123
|
-
type
|
|
137128
|
+
type customs_idn_datasCreateWithoutForwarding_shipmentInput = {
|
|
137124
137129
|
id?: bigint | number;
|
|
137125
137130
|
logic_code?: string | null;
|
|
137126
137131
|
peb_pib_number?: string | null;
|
|
@@ -137143,10 +137148,10 @@ type customs_idn_datasCreateWithoutForwarding_shipmentsInput = {
|
|
|
137143
137148
|
created_by?: string | null;
|
|
137144
137149
|
updated_at?: Date | string | null;
|
|
137145
137150
|
updated_by?: string | null;
|
|
137146
|
-
|
|
137151
|
+
customs_idn_data_clearance_type?: customs_idn_data_clearance_typesCreateNestedOneWithoutCustoms_idn_datasInput;
|
|
137147
137152
|
customs_idn_data_logs?: customs_idn_data_logsCreateNestedManyWithoutCustoms_idn_datasInput;
|
|
137148
137153
|
};
|
|
137149
|
-
type
|
|
137154
|
+
type customs_idn_datasUncheckedCreateWithoutForwarding_shipmentInput = {
|
|
137150
137155
|
id?: bigint | number;
|
|
137151
137156
|
id_clearance_type?: bigint | number | null;
|
|
137152
137157
|
logic_code?: string | null;
|
|
@@ -137172,20 +137177,20 @@ type customs_idn_datasUncheckedCreateWithoutForwarding_shipmentsInput = {
|
|
|
137172
137177
|
updated_by?: string | null;
|
|
137173
137178
|
customs_idn_data_logs?: customs_idn_data_logsUncheckedCreateNestedManyWithoutCustoms_idn_datasInput;
|
|
137174
137179
|
};
|
|
137175
|
-
type
|
|
137180
|
+
type customs_idn_datasCreateOrConnectWithoutForwarding_shipmentInput = {
|
|
137176
137181
|
where: customs_idn_datasWhereUniqueInput;
|
|
137177
|
-
create: XOR<
|
|
137182
|
+
create: XOR<customs_idn_datasCreateWithoutForwarding_shipmentInput, customs_idn_datasUncheckedCreateWithoutForwarding_shipmentInput>;
|
|
137178
137183
|
};
|
|
137179
|
-
type
|
|
137180
|
-
update: XOR<
|
|
137181
|
-
create: XOR<
|
|
137184
|
+
type customs_idn_datasUpsertWithoutForwarding_shipmentInput = {
|
|
137185
|
+
update: XOR<customs_idn_datasUpdateWithoutForwarding_shipmentInput, customs_idn_datasUncheckedUpdateWithoutForwarding_shipmentInput>;
|
|
137186
|
+
create: XOR<customs_idn_datasCreateWithoutForwarding_shipmentInput, customs_idn_datasUncheckedCreateWithoutForwarding_shipmentInput>;
|
|
137182
137187
|
where?: customs_idn_datasWhereInput;
|
|
137183
137188
|
};
|
|
137184
|
-
type
|
|
137189
|
+
type customs_idn_datasUpdateToOneWithWhereWithoutForwarding_shipmentInput = {
|
|
137185
137190
|
where?: customs_idn_datasWhereInput;
|
|
137186
|
-
data: XOR<
|
|
137191
|
+
data: XOR<customs_idn_datasUpdateWithoutForwarding_shipmentInput, customs_idn_datasUncheckedUpdateWithoutForwarding_shipmentInput>;
|
|
137187
137192
|
};
|
|
137188
|
-
type
|
|
137193
|
+
type customs_idn_datasUpdateWithoutForwarding_shipmentInput = {
|
|
137189
137194
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
137190
137195
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
137191
137196
|
peb_pib_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -137208,10 +137213,10 @@ type customs_idn_datasUpdateWithoutForwarding_shipmentsInput = {
|
|
|
137208
137213
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
137209
137214
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
137210
137215
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
137211
|
-
|
|
137216
|
+
customs_idn_data_clearance_type?: customs_idn_data_clearance_typesUpdateOneWithoutCustoms_idn_datasNestedInput;
|
|
137212
137217
|
customs_idn_data_logs?: customs_idn_data_logsUpdateManyWithoutCustoms_idn_datasNestedInput;
|
|
137213
137218
|
};
|
|
137214
|
-
type
|
|
137219
|
+
type customs_idn_datasUncheckedUpdateWithoutForwarding_shipmentInput = {
|
|
137215
137220
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
137216
137221
|
id_clearance_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
137217
137222
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -137237,7 +137242,7 @@ type customs_idn_datasUncheckedUpdateWithoutForwarding_shipmentsInput = {
|
|
|
137237
137242
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
137238
137243
|
customs_idn_data_logs?: customs_idn_data_logsUncheckedUpdateManyWithoutCustoms_idn_datasNestedInput;
|
|
137239
137244
|
};
|
|
137240
|
-
type
|
|
137245
|
+
type customs_idn_datasCreateManyCustoms_idn_data_clearance_typeInput = {
|
|
137241
137246
|
id?: bigint | number;
|
|
137242
137247
|
id_forwarding_shipment?: bigint | number | null;
|
|
137243
137248
|
logic_code?: string | null;
|
|
@@ -137262,7 +137267,7 @@ type customs_idn_datasCreateManyCustoms_idn_data_clearance_typesInput = {
|
|
|
137262
137267
|
updated_at?: Date | string | null;
|
|
137263
137268
|
updated_by?: string | null;
|
|
137264
137269
|
};
|
|
137265
|
-
type
|
|
137270
|
+
type customs_idn_datasUpdateWithoutCustoms_idn_data_clearance_typeInput = {
|
|
137266
137271
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
137267
137272
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
137268
137273
|
peb_pib_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -137285,10 +137290,10 @@ type customs_idn_datasUpdateWithoutCustoms_idn_data_clearance_typesInput = {
|
|
|
137285
137290
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
137286
137291
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
137287
137292
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
137288
|
-
|
|
137293
|
+
forwarding_shipment?: forwarding_shipmentsUpdateOneWithoutCustoms_idn_dataNestedInput;
|
|
137289
137294
|
customs_idn_data_logs?: customs_idn_data_logsUpdateManyWithoutCustoms_idn_datasNestedInput;
|
|
137290
137295
|
};
|
|
137291
|
-
type
|
|
137296
|
+
type customs_idn_datasUncheckedUpdateWithoutCustoms_idn_data_clearance_typeInput = {
|
|
137292
137297
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
137293
137298
|
id_forwarding_shipment?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
137294
137299
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -137314,7 +137319,7 @@ type customs_idn_datasUncheckedUpdateWithoutCustoms_idn_data_clearance_typesInpu
|
|
|
137314
137319
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
137315
137320
|
customs_idn_data_logs?: customs_idn_data_logsUncheckedUpdateManyWithoutCustoms_idn_datasNestedInput;
|
|
137316
137321
|
};
|
|
137317
|
-
type
|
|
137322
|
+
type customs_idn_datasUncheckedUpdateManyWithoutCustoms_idn_data_clearance_typeInput = {
|
|
137318
137323
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
137319
137324
|
id_forwarding_shipment?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
137320
137325
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -137386,8 +137391,8 @@ type customs_idn_datasSelect<ExtArgs extends Types$1.Extensions.InternalArgs = T
|
|
|
137386
137391
|
created_by?: boolean;
|
|
137387
137392
|
updated_at?: boolean;
|
|
137388
137393
|
updated_by?: boolean;
|
|
137389
|
-
|
|
137390
|
-
|
|
137394
|
+
forwarding_shipment?: boolean | customs_idn_datas$forwarding_shipmentArgs<ExtArgs>;
|
|
137395
|
+
customs_idn_data_clearance_type?: boolean | customs_idn_datas$customs_idn_data_clearance_typeArgs<ExtArgs>;
|
|
137391
137396
|
customs_idn_data_logs?: boolean | customs_idn_datas$customs_idn_data_logsArgs<ExtArgs>;
|
|
137392
137397
|
_count?: boolean | Customs_idn_datasCountOutputTypeDefaultArgs<ExtArgs>;
|
|
137393
137398
|
}, ExtArgs["result"]["customs_idn_datas"]>;
|
|
@@ -137416,8 +137421,8 @@ type customs_idn_datasSelectCreateManyAndReturn<ExtArgs extends Types$1.Extensio
|
|
|
137416
137421
|
created_by?: boolean;
|
|
137417
137422
|
updated_at?: boolean;
|
|
137418
137423
|
updated_by?: boolean;
|
|
137419
|
-
|
|
137420
|
-
|
|
137424
|
+
forwarding_shipment?: boolean | customs_idn_datas$forwarding_shipmentArgs<ExtArgs>;
|
|
137425
|
+
customs_idn_data_clearance_type?: boolean | customs_idn_datas$customs_idn_data_clearance_typeArgs<ExtArgs>;
|
|
137421
137426
|
}, ExtArgs["result"]["customs_idn_datas"]>;
|
|
137422
137427
|
type customs_idn_datasSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
137423
137428
|
id?: boolean;
|
|
@@ -137444,29 +137449,29 @@ type customs_idn_datasSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensio
|
|
|
137444
137449
|
created_by?: boolean;
|
|
137445
137450
|
updated_at?: boolean;
|
|
137446
137451
|
updated_by?: boolean;
|
|
137447
|
-
|
|
137448
|
-
|
|
137452
|
+
forwarding_shipment?: boolean | customs_idn_datas$forwarding_shipmentArgs<ExtArgs>;
|
|
137453
|
+
customs_idn_data_clearance_type?: boolean | customs_idn_datas$customs_idn_data_clearance_typeArgs<ExtArgs>;
|
|
137449
137454
|
}, ExtArgs["result"]["customs_idn_datas"]>;
|
|
137450
137455
|
type customs_idn_datasOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment" | "id_clearance_type" | "logic_code" | "peb_pib_number" | "peb_pib_date" | "npe_number" | "npe_date" | "ppb_number" | "ppb_date" | "pib_confirm_date" | "billing_date" | "billing_amount" | "cargo_value" | "bpn_date" | "spjm_spjk_date" | "sppb_date" | "coo_number" | "coo_date" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["customs_idn_datas"]>;
|
|
137451
137456
|
type customs_idn_datasInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
137452
|
-
|
|
137453
|
-
|
|
137457
|
+
forwarding_shipment?: boolean | customs_idn_datas$forwarding_shipmentArgs<ExtArgs>;
|
|
137458
|
+
customs_idn_data_clearance_type?: boolean | customs_idn_datas$customs_idn_data_clearance_typeArgs<ExtArgs>;
|
|
137454
137459
|
customs_idn_data_logs?: boolean | customs_idn_datas$customs_idn_data_logsArgs<ExtArgs>;
|
|
137455
137460
|
_count?: boolean | Customs_idn_datasCountOutputTypeDefaultArgs<ExtArgs>;
|
|
137456
137461
|
};
|
|
137457
137462
|
type customs_idn_datasIncludeCreateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
137458
|
-
|
|
137459
|
-
|
|
137463
|
+
forwarding_shipment?: boolean | customs_idn_datas$forwarding_shipmentArgs<ExtArgs>;
|
|
137464
|
+
customs_idn_data_clearance_type?: boolean | customs_idn_datas$customs_idn_data_clearance_typeArgs<ExtArgs>;
|
|
137460
137465
|
};
|
|
137461
137466
|
type customs_idn_datasIncludeUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
137462
|
-
|
|
137463
|
-
|
|
137467
|
+
forwarding_shipment?: boolean | customs_idn_datas$forwarding_shipmentArgs<ExtArgs>;
|
|
137468
|
+
customs_idn_data_clearance_type?: boolean | customs_idn_datas$customs_idn_data_clearance_typeArgs<ExtArgs>;
|
|
137464
137469
|
};
|
|
137465
137470
|
type $customs_idn_datasPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
137466
137471
|
name: "customs_idn_datas";
|
|
137467
137472
|
objects: {
|
|
137468
|
-
|
|
137469
|
-
|
|
137473
|
+
forwarding_shipment: $forwarding_shipmentsPayload<ExtArgs> | null;
|
|
137474
|
+
customs_idn_data_clearance_type: $customs_idn_data_clearance_typesPayload<ExtArgs> | null;
|
|
137470
137475
|
customs_idn_data_logs: $customs_idn_data_logsPayload<ExtArgs>[];
|
|
137471
137476
|
};
|
|
137472
137477
|
scalars: Types$1.Extensions.GetPayloadResult<{
|
|
@@ -137809,8 +137814,8 @@ interface customs_idn_datasDelegate<ExtArgs extends Types$1.Extensions.InternalA
|
|
|
137809
137814
|
*/
|
|
137810
137815
|
interface Prisma__customs_idn_datasClient<T$1, Null = never, ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends PrismaPromise<T$1> {
|
|
137811
137816
|
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
137812
|
-
|
|
137813
|
-
|
|
137817
|
+
forwarding_shipment<T$1 extends customs_idn_datas$forwarding_shipmentArgs<ExtArgs> = {}>(args?: Subset<T$1, customs_idn_datas$forwarding_shipmentArgs<ExtArgs>>): Prisma__forwarding_shipmentsClient<Types$1.Result.GetResult<$forwarding_shipmentsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
137818
|
+
customs_idn_data_clearance_type<T$1 extends customs_idn_datas$customs_idn_data_clearance_typeArgs<ExtArgs> = {}>(args?: Subset<T$1, customs_idn_datas$customs_idn_data_clearance_typeArgs<ExtArgs>>): Prisma__customs_idn_data_clearance_typesClient<Types$1.Result.GetResult<$customs_idn_data_clearance_typesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
137814
137819
|
customs_idn_data_logs<T$1 extends customs_idn_datas$customs_idn_data_logsArgs<ExtArgs> = {}>(args?: Subset<T$1, customs_idn_datas$customs_idn_data_logsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$customs_idn_data_logsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
|
|
137815
137820
|
/**
|
|
137816
137821
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
@@ -138240,9 +138245,9 @@ type customs_idn_datasDeleteManyArgs<ExtArgs extends Types$1.Extensions.Internal
|
|
|
138240
138245
|
limit?: number;
|
|
138241
138246
|
};
|
|
138242
138247
|
/**
|
|
138243
|
-
* customs_idn_datas.
|
|
138248
|
+
* customs_idn_datas.forwarding_shipment
|
|
138244
138249
|
*/
|
|
138245
|
-
type customs_idn_datas$
|
|
138250
|
+
type customs_idn_datas$forwarding_shipmentArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
138246
138251
|
/**
|
|
138247
138252
|
* Select specific fields to fetch from the forwarding_shipments
|
|
138248
138253
|
*/
|
|
@@ -138258,9 +138263,9 @@ type customs_idn_datas$forwarding_shipmentsArgs<ExtArgs extends Types$1.Extensio
|
|
|
138258
138263
|
where?: forwarding_shipmentsWhereInput;
|
|
138259
138264
|
};
|
|
138260
138265
|
/**
|
|
138261
|
-
* customs_idn_datas.
|
|
138266
|
+
* customs_idn_datas.customs_idn_data_clearance_type
|
|
138262
138267
|
*/
|
|
138263
|
-
type customs_idn_datas$
|
|
138268
|
+
type customs_idn_datas$customs_idn_data_clearance_typeArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
138264
138269
|
/**
|
|
138265
138270
|
* Select specific fields to fetch from the customs_idn_data_clearance_types
|
|
138266
138271
|
*/
|
|
@@ -532219,7 +532224,7 @@ type forwarding_shipment_customs_entry_typesCreateInput = {
|
|
|
532219
532224
|
updated_at?: Date | string | null;
|
|
532220
532225
|
updated_by?: string | null;
|
|
532221
532226
|
forwarding_shipment_customs_entry_type_logs?: forwarding_shipment_customs_entry_type_logsCreateNestedManyWithoutForwarding_shipment_customs_entry_typesInput;
|
|
532222
|
-
forwarding_shipment_customs_entries?:
|
|
532227
|
+
forwarding_shipment_customs_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipment_customs_entry_typeInput;
|
|
532223
532228
|
};
|
|
532224
532229
|
type forwarding_shipment_customs_entry_typesUncheckedCreateInput = {
|
|
532225
532230
|
id?: bigint | number;
|
|
@@ -532232,7 +532237,7 @@ type forwarding_shipment_customs_entry_typesUncheckedCreateInput = {
|
|
|
532232
532237
|
updated_at?: Date | string | null;
|
|
532233
532238
|
updated_by?: string | null;
|
|
532234
532239
|
forwarding_shipment_customs_entry_type_logs?: forwarding_shipment_customs_entry_type_logsUncheckedCreateNestedManyWithoutForwarding_shipment_customs_entry_typesInput;
|
|
532235
|
-
forwarding_shipment_customs_entries?:
|
|
532240
|
+
forwarding_shipment_customs_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipment_customs_entry_typeInput;
|
|
532236
532241
|
};
|
|
532237
532242
|
type forwarding_shipment_customs_entry_typesUpdateInput = {
|
|
532238
532243
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -532245,7 +532250,7 @@ type forwarding_shipment_customs_entry_typesUpdateInput = {
|
|
|
532245
532250
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
532246
532251
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
532247
532252
|
forwarding_shipment_customs_entry_type_logs?: forwarding_shipment_customs_entry_type_logsUpdateManyWithoutForwarding_shipment_customs_entry_typesNestedInput;
|
|
532248
|
-
forwarding_shipment_customs_entries?:
|
|
532253
|
+
forwarding_shipment_customs_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipment_customs_entry_typeNestedInput;
|
|
532249
532254
|
};
|
|
532250
532255
|
type forwarding_shipment_customs_entry_typesUncheckedUpdateInput = {
|
|
532251
532256
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -532258,7 +532263,7 @@ type forwarding_shipment_customs_entry_typesUncheckedUpdateInput = {
|
|
|
532258
532263
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
532259
532264
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
532260
532265
|
forwarding_shipment_customs_entry_type_logs?: forwarding_shipment_customs_entry_type_logsUncheckedUpdateManyWithoutForwarding_shipment_customs_entry_typesNestedInput;
|
|
532261
|
-
forwarding_shipment_customs_entries?:
|
|
532266
|
+
forwarding_shipment_customs_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipment_customs_entry_typeNestedInput;
|
|
532262
532267
|
};
|
|
532263
532268
|
type forwarding_shipment_customs_entry_typesCreateManyInput = {
|
|
532264
532269
|
id?: bigint | number;
|
|
@@ -532374,7 +532379,7 @@ type forwarding_shipment_customs_entry_typesCreateWithoutForwarding_shipment_cus
|
|
|
532374
532379
|
created_by?: string | null;
|
|
532375
532380
|
updated_at?: Date | string | null;
|
|
532376
532381
|
updated_by?: string | null;
|
|
532377
|
-
forwarding_shipment_customs_entries?:
|
|
532382
|
+
forwarding_shipment_customs_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipment_customs_entry_typeInput;
|
|
532378
532383
|
};
|
|
532379
532384
|
type forwarding_shipment_customs_entry_typesUncheckedCreateWithoutForwarding_shipment_customs_entry_type_logsInput = {
|
|
532380
532385
|
id?: bigint | number;
|
|
@@ -532386,7 +532391,7 @@ type forwarding_shipment_customs_entry_typesUncheckedCreateWithoutForwarding_shi
|
|
|
532386
532391
|
created_by?: string | null;
|
|
532387
532392
|
updated_at?: Date | string | null;
|
|
532388
532393
|
updated_by?: string | null;
|
|
532389
|
-
forwarding_shipment_customs_entries?:
|
|
532394
|
+
forwarding_shipment_customs_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipment_customs_entry_typeInput;
|
|
532390
532395
|
};
|
|
532391
532396
|
type forwarding_shipment_customs_entry_typesCreateOrConnectWithoutForwarding_shipment_customs_entry_type_logsInput = {
|
|
532392
532397
|
where: forwarding_shipment_customs_entry_typesWhereUniqueInput;
|
|
@@ -532411,7 +532416,7 @@ type forwarding_shipment_customs_entry_typesUpdateWithoutForwarding_shipment_cus
|
|
|
532411
532416
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
532412
532417
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
532413
532418
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
532414
|
-
forwarding_shipment_customs_entries?:
|
|
532419
|
+
forwarding_shipment_customs_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipment_customs_entry_typeNestedInput;
|
|
532415
532420
|
};
|
|
532416
532421
|
type forwarding_shipment_customs_entry_typesUncheckedUpdateWithoutForwarding_shipment_customs_entry_type_logsInput = {
|
|
532417
532422
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -532423,7 +532428,7 @@ type forwarding_shipment_customs_entry_typesUncheckedUpdateWithoutForwarding_shi
|
|
|
532423
532428
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
532424
532429
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
532425
532430
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
532426
|
-
forwarding_shipment_customs_entries?:
|
|
532431
|
+
forwarding_shipment_customs_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipment_customs_entry_typeNestedInput;
|
|
532427
532432
|
};
|
|
532428
532433
|
type forwarding_shipment_customs_entry_typesCreateWithoutForwarding_shipment_customs_entriesInput = {
|
|
532429
532434
|
id?: bigint | number;
|
|
@@ -536571,7 +536576,7 @@ type customs_idn_data_clearance_typesCreateInput = {
|
|
|
536571
536576
|
updated_at?: Date | string | null;
|
|
536572
536577
|
updated_by?: string | null;
|
|
536573
536578
|
customs_idn_data_clearance_type_logs?: customs_idn_data_clearance_type_logsCreateNestedManyWithoutCustoms_idn_data_clearance_typesInput;
|
|
536574
|
-
customs_idn_datas?:
|
|
536579
|
+
customs_idn_datas?: customs_idn_datasCreateNestedManyWithoutCustoms_idn_data_clearance_typeInput;
|
|
536575
536580
|
};
|
|
536576
536581
|
type customs_idn_data_clearance_typesUncheckedCreateInput = {
|
|
536577
536582
|
id?: bigint | number;
|
|
@@ -536584,7 +536589,7 @@ type customs_idn_data_clearance_typesUncheckedCreateInput = {
|
|
|
536584
536589
|
updated_at?: Date | string | null;
|
|
536585
536590
|
updated_by?: string | null;
|
|
536586
536591
|
customs_idn_data_clearance_type_logs?: customs_idn_data_clearance_type_logsUncheckedCreateNestedManyWithoutCustoms_idn_data_clearance_typesInput;
|
|
536587
|
-
customs_idn_datas?:
|
|
536592
|
+
customs_idn_datas?: customs_idn_datasUncheckedCreateNestedManyWithoutCustoms_idn_data_clearance_typeInput;
|
|
536588
536593
|
};
|
|
536589
536594
|
type customs_idn_data_clearance_typesUpdateInput = {
|
|
536590
536595
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -536597,7 +536602,7 @@ type customs_idn_data_clearance_typesUpdateInput = {
|
|
|
536597
536602
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
536598
536603
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
536599
536604
|
customs_idn_data_clearance_type_logs?: customs_idn_data_clearance_type_logsUpdateManyWithoutCustoms_idn_data_clearance_typesNestedInput;
|
|
536600
|
-
customs_idn_datas?:
|
|
536605
|
+
customs_idn_datas?: customs_idn_datasUpdateManyWithoutCustoms_idn_data_clearance_typeNestedInput;
|
|
536601
536606
|
};
|
|
536602
536607
|
type customs_idn_data_clearance_typesUncheckedUpdateInput = {
|
|
536603
536608
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -536610,7 +536615,7 @@ type customs_idn_data_clearance_typesUncheckedUpdateInput = {
|
|
|
536610
536615
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
536611
536616
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
536612
536617
|
customs_idn_data_clearance_type_logs?: customs_idn_data_clearance_type_logsUncheckedUpdateManyWithoutCustoms_idn_data_clearance_typesNestedInput;
|
|
536613
|
-
customs_idn_datas?:
|
|
536618
|
+
customs_idn_datas?: customs_idn_datasUncheckedUpdateManyWithoutCustoms_idn_data_clearance_typeNestedInput;
|
|
536614
536619
|
};
|
|
536615
536620
|
type customs_idn_data_clearance_typesCreateManyInput = {
|
|
536616
536621
|
id?: bigint | number;
|
|
@@ -536787,7 +536792,7 @@ type customs_idn_data_clearance_typesCreateWithoutCustoms_idn_data_clearance_typ
|
|
|
536787
536792
|
created_by?: string | null;
|
|
536788
536793
|
updated_at?: Date | string | null;
|
|
536789
536794
|
updated_by?: string | null;
|
|
536790
|
-
customs_idn_datas?:
|
|
536795
|
+
customs_idn_datas?: customs_idn_datasCreateNestedManyWithoutCustoms_idn_data_clearance_typeInput;
|
|
536791
536796
|
};
|
|
536792
536797
|
type customs_idn_data_clearance_typesUncheckedCreateWithoutCustoms_idn_data_clearance_type_logsInput = {
|
|
536793
536798
|
id?: bigint | number;
|
|
@@ -536799,7 +536804,7 @@ type customs_idn_data_clearance_typesUncheckedCreateWithoutCustoms_idn_data_clea
|
|
|
536799
536804
|
created_by?: string | null;
|
|
536800
536805
|
updated_at?: Date | string | null;
|
|
536801
536806
|
updated_by?: string | null;
|
|
536802
|
-
customs_idn_datas?:
|
|
536807
|
+
customs_idn_datas?: customs_idn_datasUncheckedCreateNestedManyWithoutCustoms_idn_data_clearance_typeInput;
|
|
536803
536808
|
};
|
|
536804
536809
|
type customs_idn_data_clearance_typesCreateOrConnectWithoutCustoms_idn_data_clearance_type_logsInput = {
|
|
536805
536810
|
where: customs_idn_data_clearance_typesWhereUniqueInput;
|
|
@@ -536824,7 +536829,7 @@ type customs_idn_data_clearance_typesUpdateWithoutCustoms_idn_data_clearance_typ
|
|
|
536824
536829
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
536825
536830
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
536826
536831
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
536827
|
-
customs_idn_datas?:
|
|
536832
|
+
customs_idn_datas?: customs_idn_datasUpdateManyWithoutCustoms_idn_data_clearance_typeNestedInput;
|
|
536828
536833
|
};
|
|
536829
536834
|
type customs_idn_data_clearance_typesUncheckedUpdateWithoutCustoms_idn_data_clearance_type_logsInput = {
|
|
536830
536835
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -536836,7 +536841,7 @@ type customs_idn_data_clearance_typesUncheckedUpdateWithoutCustoms_idn_data_clea
|
|
|
536836
536841
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
536837
536842
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
536838
536843
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
536839
|
-
customs_idn_datas?:
|
|
536844
|
+
customs_idn_datas?: customs_idn_datasUncheckedUpdateManyWithoutCustoms_idn_data_clearance_typeNestedInput;
|
|
536840
536845
|
};
|
|
536841
536846
|
/**
|
|
536842
536847
|
* Count Type Customs_idn_data_clearance_typesCountOutputType
|
|
@@ -561982,7 +561987,7 @@ type forwarding_shipmentsCreateInput = {
|
|
|
561982
561987
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
561983
561988
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
561984
561989
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
561985
|
-
customs_idn_data?:
|
|
561990
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
561986
561991
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
561987
561992
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
561988
561993
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -562037,7 +562042,7 @@ type forwarding_shipmentsUncheckedCreateInput = {
|
|
|
562037
562042
|
created_by?: string | null;
|
|
562038
562043
|
updated_at?: Date | string | null;
|
|
562039
562044
|
updated_by?: string | null;
|
|
562040
|
-
customs_idn_data?:
|
|
562045
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
562041
562046
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
562042
562047
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
562043
562048
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -562092,7 +562097,7 @@ type forwarding_shipmentsUpdateInput = {
|
|
|
562092
562097
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
562093
562098
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
562094
562099
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
562095
|
-
customs_idn_data?:
|
|
562100
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
562096
562101
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
562097
562102
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
562098
562103
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -562147,7 +562152,7 @@ type forwarding_shipmentsUncheckedUpdateInput = {
|
|
|
562147
562152
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
562148
562153
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
562149
562154
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
562150
|
-
customs_idn_data?:
|
|
562155
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
562151
562156
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
562152
562157
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
562153
562158
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -563677,7 +563682,7 @@ type forwarding_shipmentsCreateWithoutOrigin_un_locodeInput = {
|
|
|
563677
563682
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
563678
563683
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
563679
563684
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
563680
|
-
customs_idn_data?:
|
|
563685
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
563681
563686
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
563682
563687
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
563683
563688
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -563731,7 +563736,7 @@ type forwarding_shipmentsUncheckedCreateWithoutOrigin_un_locodeInput = {
|
|
|
563731
563736
|
created_by?: string | null;
|
|
563732
563737
|
updated_at?: Date | string | null;
|
|
563733
563738
|
updated_by?: string | null;
|
|
563734
|
-
customs_idn_data?:
|
|
563739
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
563735
563740
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
563736
563741
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
563737
563742
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -563793,7 +563798,7 @@ type forwarding_shipmentsCreateWithoutDestination_un_locodeInput = {
|
|
|
563793
563798
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
563794
563799
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
563795
563800
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
563796
|
-
customs_idn_data?:
|
|
563801
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
563797
563802
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
563798
563803
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
563799
563804
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -563847,7 +563852,7 @@ type forwarding_shipmentsUncheckedCreateWithoutDestination_un_locodeInput = {
|
|
|
563847
563852
|
created_by?: string | null;
|
|
563848
563853
|
updated_at?: Date | string | null;
|
|
563849
563854
|
updated_by?: string | null;
|
|
563850
|
-
customs_idn_data?:
|
|
563855
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
563851
563856
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
563852
563857
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
563853
563858
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -563985,7 +563990,7 @@ type forwarding_shipmentsCreateWithoutControl_customerInput = {
|
|
|
563985
563990
|
hbl_delivery_mode?: forwarding_shipment_hbl_delivery_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
563986
563991
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
563987
563992
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
563988
|
-
customs_idn_data?:
|
|
563993
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
563989
563994
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
563990
563995
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
563991
563996
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564039,7 +564044,7 @@ type forwarding_shipmentsUncheckedCreateWithoutControl_customerInput = {
|
|
|
564039
564044
|
created_by?: string | null;
|
|
564040
564045
|
updated_at?: Date | string | null;
|
|
564041
564046
|
updated_by?: string | null;
|
|
564042
|
-
customs_idn_data?:
|
|
564047
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564043
564048
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564044
564049
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564045
564050
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564101,7 +564106,7 @@ type forwarding_shipmentsCreateWithoutControl_agentInput = {
|
|
|
564101
564106
|
hbl_delivery_mode?: forwarding_shipment_hbl_delivery_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
564102
564107
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
564103
564108
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
564104
|
-
customs_idn_data?:
|
|
564109
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564105
564110
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564106
564111
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564107
564112
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564155,7 +564160,7 @@ type forwarding_shipmentsUncheckedCreateWithoutControl_agentInput = {
|
|
|
564155
564160
|
created_by?: string | null;
|
|
564156
564161
|
updated_at?: Date | string | null;
|
|
564157
564162
|
updated_by?: string | null;
|
|
564158
|
-
customs_idn_data?:
|
|
564163
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564159
564164
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564160
564165
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564161
564166
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564243,7 +564248,7 @@ type forwarding_shipmentsCreateWithoutService_levelInput = {
|
|
|
564243
564248
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
564244
564249
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
564245
564250
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
564246
|
-
customs_idn_data?:
|
|
564251
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564247
564252
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564248
564253
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564249
564254
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564297,7 +564302,7 @@ type forwarding_shipmentsUncheckedCreateWithoutService_levelInput = {
|
|
|
564297
564302
|
created_by?: string | null;
|
|
564298
564303
|
updated_at?: Date | string | null;
|
|
564299
564304
|
updated_by?: string | null;
|
|
564300
|
-
customs_idn_data?:
|
|
564305
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564301
564306
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564302
564307
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564303
564308
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564372,7 +564377,7 @@ type forwarding_shipmentsCreateWithoutPackage_count_typeInput = {
|
|
|
564372
564377
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
564373
564378
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
564374
564379
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
564375
|
-
customs_idn_data?:
|
|
564380
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564376
564381
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564377
564382
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564378
564383
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564426,7 +564431,7 @@ type forwarding_shipmentsUncheckedCreateWithoutPackage_count_typeInput = {
|
|
|
564426
564431
|
created_by?: string | null;
|
|
564427
564432
|
updated_at?: Date | string | null;
|
|
564428
564433
|
updated_by?: string | null;
|
|
564429
|
-
customs_idn_data?:
|
|
564434
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564430
564435
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564431
564436
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564432
564437
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564488,7 +564493,7 @@ type forwarding_shipmentsCreateWithoutPackage_inner_count_typeInput = {
|
|
|
564488
564493
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
564489
564494
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
564490
564495
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
564491
|
-
customs_idn_data?:
|
|
564496
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564492
564497
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564493
564498
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564494
564499
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564542,7 +564547,7 @@ type forwarding_shipmentsUncheckedCreateWithoutPackage_inner_count_typeInput = {
|
|
|
564542
564547
|
created_by?: string | null;
|
|
564543
564548
|
updated_at?: Date | string | null;
|
|
564544
564549
|
updated_by?: string | null;
|
|
564545
|
-
customs_idn_data?:
|
|
564550
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564546
564551
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564547
564552
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564548
564553
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564630,7 +564635,7 @@ type forwarding_shipmentsCreateWithoutWeight_unitInput = {
|
|
|
564630
564635
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
564631
564636
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
564632
564637
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
564633
|
-
customs_idn_data?:
|
|
564638
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564634
564639
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564635
564640
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564636
564641
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564684,7 +564689,7 @@ type forwarding_shipmentsUncheckedCreateWithoutWeight_unitInput = {
|
|
|
564684
564689
|
created_by?: string | null;
|
|
564685
564690
|
updated_at?: Date | string | null;
|
|
564686
564691
|
updated_by?: string | null;
|
|
564687
|
-
customs_idn_data?:
|
|
564692
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564688
564693
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564689
564694
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564690
564695
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564746,7 +564751,7 @@ type forwarding_shipmentsCreateWithoutVolume_unitInput = {
|
|
|
564746
564751
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
564747
564752
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
564748
564753
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
564749
|
-
customs_idn_data?:
|
|
564754
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564750
564755
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564751
564756
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564752
564757
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564800,7 +564805,7 @@ type forwarding_shipmentsUncheckedCreateWithoutVolume_unitInput = {
|
|
|
564800
564805
|
created_by?: string | null;
|
|
564801
564806
|
updated_at?: Date | string | null;
|
|
564802
564807
|
updated_by?: string | null;
|
|
564803
|
-
customs_idn_data?:
|
|
564808
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564804
564809
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564805
564810
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564806
564811
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564862,7 +564867,7 @@ type forwarding_shipmentsCreateWithoutChargeable_unitInput = {
|
|
|
564862
564867
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
564863
564868
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
564864
564869
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
564865
|
-
customs_idn_data?:
|
|
564870
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564866
564871
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564867
564872
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564868
564873
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564916,7 +564921,7 @@ type forwarding_shipmentsUncheckedCreateWithoutChargeable_unitInput = {
|
|
|
564916
564921
|
created_by?: string | null;
|
|
564917
564922
|
updated_at?: Date | string | null;
|
|
564918
564923
|
updated_by?: string | null;
|
|
564919
|
-
customs_idn_data?:
|
|
564924
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564920
564925
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564921
564926
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564922
564927
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -564978,7 +564983,7 @@ type forwarding_shipmentsCreateWithoutWeight_volume_unitInput = {
|
|
|
564978
564983
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
564979
564984
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
564980
564985
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
564981
|
-
customs_idn_data?:
|
|
564986
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
564982
564987
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
564983
564988
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
564984
564989
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565032,7 +565037,7 @@ type forwarding_shipmentsUncheckedCreateWithoutWeight_volume_unitInput = {
|
|
|
565032
565037
|
created_by?: string | null;
|
|
565033
565038
|
updated_at?: Date | string | null;
|
|
565034
565039
|
updated_by?: string | null;
|
|
565035
|
-
customs_idn_data?:
|
|
565040
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565036
565041
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565037
565042
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565038
565043
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565146,7 +565151,7 @@ type forwarding_shipmentsCreateWithoutIncotermInput = {
|
|
|
565146
565151
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
565147
565152
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
565148
565153
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
565149
|
-
customs_idn_data?:
|
|
565154
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565150
565155
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565151
565156
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565152
565157
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565200,7 +565205,7 @@ type forwarding_shipmentsUncheckedCreateWithoutIncotermInput = {
|
|
|
565200
565205
|
created_by?: string | null;
|
|
565201
565206
|
updated_at?: Date | string | null;
|
|
565202
565207
|
updated_by?: string | null;
|
|
565203
|
-
customs_idn_data?:
|
|
565208
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565204
565209
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565205
565210
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565206
565211
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565275,7 +565280,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_typeInput = {
|
|
|
565275
565280
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
565276
565281
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
565277
565282
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
565278
|
-
customs_idn_data?:
|
|
565283
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565279
565284
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565280
565285
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565281
565286
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565329,7 +565334,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_typeInput = {
|
|
|
565329
565334
|
created_by?: string | null;
|
|
565330
565335
|
updated_at?: Date | string | null;
|
|
565331
565336
|
updated_by?: string | null;
|
|
565332
|
-
customs_idn_data?:
|
|
565337
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565333
565338
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565334
565339
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565335
565340
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565404,7 +565409,7 @@ type forwarding_shipmentsCreateWithoutForwarding_transport_typesInput = {
|
|
|
565404
565409
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
565405
565410
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
565406
565411
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
565407
|
-
customs_idn_data?:
|
|
565412
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565408
565413
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565409
565414
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565410
565415
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565458,7 +565463,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typesInput =
|
|
|
565458
565463
|
created_by?: string | null;
|
|
565459
565464
|
updated_at?: Date | string | null;
|
|
565460
565465
|
updated_by?: string | null;
|
|
565461
|
-
customs_idn_data?:
|
|
565466
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565462
565467
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565463
565468
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565464
565469
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565533,7 +565538,7 @@ type forwarding_shipmentsCreateWithoutContainer_shipping_typeInput = {
|
|
|
565533
565538
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
565534
565539
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
565535
565540
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
565536
|
-
customs_idn_data?:
|
|
565541
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565537
565542
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565538
565543
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565539
565544
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565587,7 +565592,7 @@ type forwarding_shipmentsUncheckedCreateWithoutContainer_shipping_typeInput = {
|
|
|
565587
565592
|
created_by?: string | null;
|
|
565588
565593
|
updated_at?: Date | string | null;
|
|
565589
565594
|
updated_by?: string | null;
|
|
565590
|
-
customs_idn_data?:
|
|
565595
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565591
565596
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565592
565597
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565593
565598
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565662,7 +565667,7 @@ type forwarding_shipmentsCreateWithoutRelease_typeInput = {
|
|
|
565662
565667
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
565663
565668
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
565664
565669
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
565665
|
-
customs_idn_data?:
|
|
565670
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565666
565671
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565667
565672
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565668
565673
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565716,7 +565721,7 @@ type forwarding_shipmentsUncheckedCreateWithoutRelease_typeInput = {
|
|
|
565716
565721
|
created_by?: string | null;
|
|
565717
565722
|
updated_at?: Date | string | null;
|
|
565718
565723
|
updated_by?: string | null;
|
|
565719
|
-
customs_idn_data?:
|
|
565724
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565720
565725
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565721
565726
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565722
565727
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565791,7 +565796,7 @@ type forwarding_shipmentsCreateWithoutCharge_applyInput = {
|
|
|
565791
565796
|
hbl_delivery_mode?: forwarding_shipment_hbl_delivery_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
565792
565797
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
565793
565798
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
565794
|
-
customs_idn_data?:
|
|
565799
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565795
565800
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565796
565801
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565797
565802
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565845,7 +565850,7 @@ type forwarding_shipmentsUncheckedCreateWithoutCharge_applyInput = {
|
|
|
565845
565850
|
created_by?: string | null;
|
|
565846
565851
|
updated_at?: Date | string | null;
|
|
565847
565852
|
updated_by?: string | null;
|
|
565848
|
-
customs_idn_data?:
|
|
565853
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565849
565854
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565850
565855
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565851
565856
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565920,7 +565925,7 @@ type forwarding_shipmentsCreateWithoutOn_board_statusInput = {
|
|
|
565920
565925
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
565921
565926
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
565922
565927
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
565923
|
-
customs_idn_data?:
|
|
565928
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565924
565929
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565925
565930
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565926
565931
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -565974,7 +565979,7 @@ type forwarding_shipmentsUncheckedCreateWithoutOn_board_statusInput = {
|
|
|
565974
565979
|
created_by?: string | null;
|
|
565975
565980
|
updated_at?: Date | string | null;
|
|
565976
565981
|
updated_by?: string | null;
|
|
565977
|
-
customs_idn_data?:
|
|
565982
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
565978
565983
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
565979
565984
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
565980
565985
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -566049,7 +566054,7 @@ type forwarding_shipmentsCreateWithoutHouse_bill_typeInput = {
|
|
|
566049
566054
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
566050
566055
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
566051
566056
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
566052
|
-
customs_idn_data?:
|
|
566057
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
566053
566058
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
566054
566059
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
566055
566060
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -566103,7 +566108,7 @@ type forwarding_shipmentsUncheckedCreateWithoutHouse_bill_typeInput = {
|
|
|
566103
566108
|
created_by?: string | null;
|
|
566104
566109
|
updated_at?: Date | string | null;
|
|
566105
566110
|
updated_by?: string | null;
|
|
566106
|
-
customs_idn_data?:
|
|
566111
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
566107
566112
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
566108
566113
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
566109
566114
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -566178,7 +566183,7 @@ type forwarding_shipmentsCreateWithoutHbl_delivery_modeInput = {
|
|
|
566178
566183
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
566179
566184
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
566180
566185
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
566181
|
-
customs_idn_data?:
|
|
566186
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
566182
566187
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
566183
566188
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
566184
566189
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -566232,7 +566237,7 @@ type forwarding_shipmentsUncheckedCreateWithoutHbl_delivery_modeInput = {
|
|
|
566232
566237
|
created_by?: string | null;
|
|
566233
566238
|
updated_at?: Date | string | null;
|
|
566234
566239
|
updated_by?: string | null;
|
|
566235
|
-
customs_idn_data?:
|
|
566240
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
566236
566241
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
566237
566242
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
566238
566243
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -566307,7 +566312,7 @@ type forwarding_shipmentsCreateWithoutAir_waybill_dimsInput = {
|
|
|
566307
566312
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
566308
566313
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
566309
566314
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
566310
|
-
customs_idn_data?:
|
|
566315
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
566311
566316
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
566312
566317
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
566313
566318
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -566361,7 +566366,7 @@ type forwarding_shipmentsUncheckedCreateWithoutAir_waybill_dimsInput = {
|
|
|
566361
566366
|
created_by?: string | null;
|
|
566362
566367
|
updated_at?: Date | string | null;
|
|
566363
566368
|
updated_by?: string | null;
|
|
566364
|
-
customs_idn_data?:
|
|
566369
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
566365
566370
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
566366
566371
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
566367
566372
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -566437,7 +566442,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_organizationsInput = {
|
|
|
566437
566442
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
566438
566443
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
566439
566444
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
566440
|
-
customs_idn_data?:
|
|
566445
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
566441
566446
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
566442
566447
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
566443
566448
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -566491,7 +566496,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_organizations
|
|
|
566491
566496
|
created_by?: string | null;
|
|
566492
566497
|
updated_at?: Date | string | null;
|
|
566493
566498
|
updated_by?: string | null;
|
|
566494
|
-
customs_idn_data?:
|
|
566499
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
566495
566500
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
566496
566501
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
566497
566502
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -566558,7 +566563,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_organizationsInput = {
|
|
|
566558
566563
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
566559
566564
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
566560
566565
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
566561
|
-
customs_idn_data?:
|
|
566566
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
566562
566567
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
566563
566568
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
566564
566569
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -566612,7 +566617,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_organizations
|
|
|
566612
566617
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
566613
566618
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
566614
566619
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
566615
|
-
customs_idn_data?:
|
|
566620
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
566616
566621
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
566617
566622
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
566618
566623
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -566666,7 +566671,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_custom_entriesInput =
|
|
|
566666
566671
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
566667
566672
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
566668
566673
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
566669
|
-
customs_idn_data?:
|
|
566674
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
566670
566675
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
566671
566676
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
566672
566677
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -566720,7 +566725,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_custom_entrie
|
|
|
566720
566725
|
created_by?: string | null;
|
|
566721
566726
|
updated_at?: Date | string | null;
|
|
566722
566727
|
updated_by?: string | null;
|
|
566723
|
-
customs_idn_data?:
|
|
566728
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
566724
566729
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
566725
566730
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
566726
566731
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -566787,7 +566792,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_custom_entriesInput =
|
|
|
566787
566792
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
566788
566793
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
566789
566794
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
566790
|
-
customs_idn_data?:
|
|
566795
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
566791
566796
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
566792
566797
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
566793
566798
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -566841,7 +566846,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_custom_entrie
|
|
|
566841
566846
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
566842
566847
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
566843
566848
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
566844
|
-
customs_idn_data?:
|
|
566849
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
566845
566850
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
566846
566851
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
566847
566852
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -566895,7 +566900,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_packingsInput = {
|
|
|
566895
566900
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
566896
566901
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
566897
566902
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
566898
|
-
customs_idn_data?:
|
|
566903
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
566899
566904
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
566900
566905
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
566901
566906
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -566949,7 +566954,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_packingsInput
|
|
|
566949
566954
|
created_by?: string | null;
|
|
566950
566955
|
updated_at?: Date | string | null;
|
|
566951
566956
|
updated_by?: string | null;
|
|
566952
|
-
customs_idn_data?:
|
|
566957
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
566953
566958
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
566954
566959
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
566955
566960
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -567016,7 +567021,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_packingsInput = {
|
|
|
567016
567021
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
567017
567022
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
567018
567023
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
567019
|
-
customs_idn_data?:
|
|
567024
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
567020
567025
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
567021
567026
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
567022
567027
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -567070,7 +567075,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_packingsInput
|
|
|
567070
567075
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
567071
567076
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
567072
567077
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
567073
|
-
customs_idn_data?:
|
|
567078
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
567074
567079
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
567075
567080
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
567076
567081
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -567124,7 +567129,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_pickup_deliveriesInput
|
|
|
567124
567129
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
567125
567130
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
567126
567131
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
567127
|
-
customs_idn_data?:
|
|
567132
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
567128
567133
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
567129
567134
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
567130
567135
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -567178,7 +567183,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_pickup_delive
|
|
|
567178
567183
|
created_by?: string | null;
|
|
567179
567184
|
updated_at?: Date | string | null;
|
|
567180
567185
|
updated_by?: string | null;
|
|
567181
|
-
customs_idn_data?:
|
|
567186
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
567182
567187
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
567183
567188
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
567184
567189
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -567245,7 +567250,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_pickup_deliveriesInput
|
|
|
567245
567250
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
567246
567251
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
567247
567252
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
567248
|
-
customs_idn_data?:
|
|
567253
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
567249
567254
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
567250
567255
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
567251
567256
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -567299,7 +567304,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_pickup_delive
|
|
|
567299
567304
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
567300
567305
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
567301
567306
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
567302
|
-
customs_idn_data?:
|
|
567307
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
567303
567308
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
567304
567309
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
567305
567310
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -567353,7 +567358,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_attachmentsInput = {
|
|
|
567353
567358
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
567354
567359
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
567355
567360
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
567356
|
-
customs_idn_data?:
|
|
567361
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
567357
567362
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
567358
567363
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
567359
567364
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -567407,7 +567412,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_attachmentsIn
|
|
|
567407
567412
|
created_by?: string | null;
|
|
567408
567413
|
updated_at?: Date | string | null;
|
|
567409
567414
|
updated_by?: string | null;
|
|
567410
|
-
customs_idn_data?:
|
|
567415
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
567411
567416
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
567412
567417
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
567413
567418
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -567474,7 +567479,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_attachmentsInput = {
|
|
|
567474
567479
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
567475
567480
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
567476
567481
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
567477
|
-
customs_idn_data?:
|
|
567482
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
567478
567483
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
567479
567484
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
567480
567485
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -567528,7 +567533,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_attachmentsIn
|
|
|
567528
567533
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
567529
567534
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
567530
567535
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
567531
|
-
customs_idn_data?:
|
|
567536
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
567532
567537
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
567533
567538
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
567534
567539
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -567582,7 +567587,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipments_logsInput = {
|
|
|
567582
567587
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
567583
567588
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
567584
567589
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
567585
|
-
customs_idn_data?:
|
|
567590
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
567586
567591
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
567587
567592
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
567588
567593
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -567636,7 +567641,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipments_logsInput =
|
|
|
567636
567641
|
created_by?: string | null;
|
|
567637
567642
|
updated_at?: Date | string | null;
|
|
567638
567643
|
updated_by?: string | null;
|
|
567639
|
-
customs_idn_data?:
|
|
567644
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
567640
567645
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
567641
567646
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
567642
567647
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -567703,7 +567708,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipments_logsInput = {
|
|
|
567703
567708
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
567704
567709
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
567705
567710
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
567706
|
-
customs_idn_data?:
|
|
567711
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
567707
567712
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
567708
567713
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
567709
567714
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -567757,7 +567762,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipments_logsInput =
|
|
|
567757
567762
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
567758
567763
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
567759
567764
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
567760
|
-
customs_idn_data?:
|
|
567765
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
567761
567766
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
567762
567767
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
567763
567768
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -567811,7 +567816,7 @@ type forwarding_shipmentsCreateWithoutSyncproc_purchase_ordersInput = {
|
|
|
567811
567816
|
charge_apply?: forwarding_shipment_charges_appliesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
567812
567817
|
control_customer?: organizationsCreateNestedOneWithoutForwarding_shipments_control_customerInput;
|
|
567813
567818
|
control_agent?: organizationsCreateNestedOneWithoutForwarding_shipments_control_agentInput;
|
|
567814
|
-
customs_idn_data?:
|
|
567819
|
+
customs_idn_data?: customs_idn_datasCreateNestedOneWithoutForwarding_shipmentInput;
|
|
567815
567820
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
567816
567821
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
567817
567822
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -567865,7 +567870,7 @@ type forwarding_shipmentsUncheckedCreateWithoutSyncproc_purchase_ordersInput = {
|
|
|
567865
567870
|
created_by?: string | null;
|
|
567866
567871
|
updated_at?: Date | string | null;
|
|
567867
567872
|
updated_by?: string | null;
|
|
567868
|
-
customs_idn_data?:
|
|
567873
|
+
customs_idn_data?: customs_idn_datasUncheckedCreateNestedOneWithoutForwarding_shipmentInput;
|
|
567869
567874
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
567870
567875
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
567871
567876
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
@@ -567932,7 +567937,7 @@ type forwarding_shipmentsUpdateWithoutSyncproc_purchase_ordersInput = {
|
|
|
567932
567937
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
567933
567938
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
567934
567939
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
567935
|
-
customs_idn_data?:
|
|
567940
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
567936
567941
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
567937
567942
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
567938
567943
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -567986,7 +567991,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutSyncproc_purchase_ordersInput = {
|
|
|
567986
567991
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
567987
567992
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
567988
567993
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
567989
|
-
customs_idn_data?:
|
|
567994
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
567990
567995
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
567991
567996
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
567992
567997
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -568131,7 +568136,7 @@ type forwarding_shipmentsUpdateWithoutOrigin_un_locodeInput = {
|
|
|
568131
568136
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
568132
568137
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
568133
568138
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
568134
|
-
customs_idn_data?:
|
|
568139
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
568135
568140
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
568136
568141
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
568137
568142
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -568185,7 +568190,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutOrigin_un_locodeInput = {
|
|
|
568185
568190
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
568186
568191
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
568187
568192
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
568188
|
-
customs_idn_data?:
|
|
568193
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
568189
568194
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
568190
568195
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
568191
568196
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -568285,7 +568290,7 @@ type forwarding_shipmentsUpdateWithoutDestination_un_locodeInput = {
|
|
|
568285
568290
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
568286
568291
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
568287
568292
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
568288
|
-
customs_idn_data?:
|
|
568293
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
568289
568294
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
568290
568295
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
568291
568296
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -568339,7 +568344,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutDestination_un_locodeInput = {
|
|
|
568339
568344
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
568340
568345
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
568341
568346
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
568342
|
-
customs_idn_data?:
|
|
568347
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
568343
568348
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
568344
568349
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
568345
568350
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -568531,7 +568536,7 @@ type forwarding_shipmentsUpdateWithoutControl_customerInput = {
|
|
|
568531
568536
|
hbl_delivery_mode?: forwarding_shipment_hbl_delivery_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
568532
568537
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
568533
568538
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
568534
|
-
customs_idn_data?:
|
|
568539
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
568535
568540
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
568536
568541
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
568537
568542
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -568585,7 +568590,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutControl_customerInput = {
|
|
|
568585
568590
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
568586
568591
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
568587
568592
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
568588
|
-
customs_idn_data?:
|
|
568593
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
568589
568594
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
568590
568595
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
568591
568596
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -568685,7 +568690,7 @@ type forwarding_shipmentsUpdateWithoutControl_agentInput = {
|
|
|
568685
568690
|
hbl_delivery_mode?: forwarding_shipment_hbl_delivery_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
568686
568691
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
568687
568692
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
568688
|
-
customs_idn_data?:
|
|
568693
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
568689
568694
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
568690
568695
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
568691
568696
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -568739,7 +568744,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutControl_agentInput = {
|
|
|
568739
568744
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
568740
568745
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
568741
568746
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
568742
|
-
customs_idn_data?:
|
|
568747
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
568743
568748
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
568744
568749
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
568745
568750
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -568885,7 +568890,7 @@ type forwarding_shipmentsUpdateWithoutService_levelInput = {
|
|
|
568885
568890
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
568886
568891
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
568887
568892
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
568888
|
-
customs_idn_data?:
|
|
568893
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
568889
568894
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
568890
568895
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
568891
568896
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -568939,7 +568944,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutService_levelInput = {
|
|
|
568939
568944
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
568940
568945
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
568941
568946
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
568942
|
-
customs_idn_data?:
|
|
568947
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
568943
568948
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
568944
568949
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
568945
568950
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -569131,7 +569136,7 @@ type forwarding_shipmentsUpdateWithoutPackage_count_typeInput = {
|
|
|
569131
569136
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
569132
569137
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
569133
569138
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
569134
|
-
customs_idn_data?:
|
|
569139
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
569135
569140
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
569136
569141
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
569137
569142
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -569185,7 +569190,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutPackage_count_typeInput = {
|
|
|
569185
569190
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
569186
569191
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
569187
569192
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
569188
|
-
customs_idn_data?:
|
|
569193
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
569189
569194
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
569190
569195
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
569191
569196
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -569285,7 +569290,7 @@ type forwarding_shipmentsUpdateWithoutPackage_inner_count_typeInput = {
|
|
|
569285
569290
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
569286
569291
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
569287
569292
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
569288
|
-
customs_idn_data?:
|
|
569293
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
569289
569294
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
569290
569295
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
569291
569296
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -569339,7 +569344,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutPackage_inner_count_typeInput = {
|
|
|
569339
569344
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
569340
569345
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
569341
569346
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
569342
|
-
customs_idn_data?:
|
|
569347
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
569343
569348
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
569344
569349
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
569345
569350
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -569623,7 +569628,7 @@ type forwarding_shipmentsUpdateWithoutWeight_unitInput = {
|
|
|
569623
569628
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
569624
569629
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
569625
569630
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
569626
|
-
customs_idn_data?:
|
|
569631
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
569627
569632
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
569628
569633
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
569629
569634
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -569677,7 +569682,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutWeight_unitInput = {
|
|
|
569677
569682
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
569678
569683
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
569679
569684
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
569680
|
-
customs_idn_data?:
|
|
569685
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
569681
569686
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
569682
569687
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
569683
569688
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -569777,7 +569782,7 @@ type forwarding_shipmentsUpdateWithoutVolume_unitInput = {
|
|
|
569777
569782
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
569778
569783
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
569779
569784
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
569780
|
-
customs_idn_data?:
|
|
569785
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
569781
569786
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
569782
569787
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
569783
569788
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -569831,7 +569836,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutVolume_unitInput = {
|
|
|
569831
569836
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
569832
569837
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
569833
569838
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
569834
|
-
customs_idn_data?:
|
|
569839
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
569835
569840
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
569836
569841
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
569837
569842
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -569931,7 +569936,7 @@ type forwarding_shipmentsUpdateWithoutChargeable_unitInput = {
|
|
|
569931
569936
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
569932
569937
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
569933
569938
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
569934
|
-
customs_idn_data?:
|
|
569939
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
569935
569940
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
569936
569941
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
569937
569942
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -569985,7 +569990,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutChargeable_unitInput = {
|
|
|
569985
569990
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
569986
569991
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
569987
569992
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
569988
|
-
customs_idn_data?:
|
|
569993
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
569989
569994
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
569990
569995
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
569991
569996
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -570085,7 +570090,7 @@ type forwarding_shipmentsUpdateWithoutWeight_volume_unitInput = {
|
|
|
570085
570090
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
570086
570091
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
570087
570092
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
570088
|
-
customs_idn_data?:
|
|
570093
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
570089
570094
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
570090
570095
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
570091
570096
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -570139,7 +570144,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutWeight_volume_unitInput = {
|
|
|
570139
570144
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
570140
570145
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
570141
570146
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
570142
|
-
customs_idn_data?:
|
|
570147
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
570143
570148
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
570144
570149
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
570145
570150
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -570285,7 +570290,7 @@ type forwarding_shipmentsUpdateWithoutIncotermInput = {
|
|
|
570285
570290
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
570286
570291
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
570287
570292
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
570288
|
-
customs_idn_data?:
|
|
570293
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
570289
570294
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
570290
570295
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
570291
570296
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -570339,7 +570344,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutIncotermInput = {
|
|
|
570339
570344
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
570340
570345
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
570341
570346
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
570342
|
-
customs_idn_data?:
|
|
570347
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
570343
570348
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
570344
570349
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
570345
570350
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -570485,7 +570490,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_typeInput = {
|
|
|
570485
570490
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
570486
570491
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
570487
570492
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
570488
|
-
customs_idn_data?:
|
|
570493
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
570489
570494
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
570490
570495
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
570491
570496
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -570539,7 +570544,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_typeInput = {
|
|
|
570539
570544
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
570540
570545
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
570541
570546
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
570542
|
-
customs_idn_data?:
|
|
570547
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
570543
570548
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
570544
570549
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
570545
570550
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -570685,7 +570690,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_transport_typesInput = {
|
|
|
570685
570690
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
570686
570691
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
570687
570692
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
570688
|
-
customs_idn_data?:
|
|
570693
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
570689
570694
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
570690
570695
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
570691
570696
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -570739,7 +570744,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_transport_typesInput =
|
|
|
570739
570744
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
570740
570745
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
570741
570746
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
570742
|
-
customs_idn_data?:
|
|
570747
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
570743
570748
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
570744
570749
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
570745
570750
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -570885,7 +570890,7 @@ type forwarding_shipmentsUpdateWithoutContainer_shipping_typeInput = {
|
|
|
570885
570890
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
570886
570891
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
570887
570892
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
570888
|
-
customs_idn_data?:
|
|
570893
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
570889
570894
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
570890
570895
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
570891
570896
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -570939,7 +570944,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutContainer_shipping_typeInput = {
|
|
|
570939
570944
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
570940
570945
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
570941
570946
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
570942
|
-
customs_idn_data?:
|
|
570947
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
570943
570948
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
570944
570949
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
570945
570950
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -571085,7 +571090,7 @@ type forwarding_shipmentsUpdateWithoutRelease_typeInput = {
|
|
|
571085
571090
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
571086
571091
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
571087
571092
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
571088
|
-
customs_idn_data?:
|
|
571093
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
571089
571094
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
571090
571095
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
571091
571096
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -571139,7 +571144,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutRelease_typeInput = {
|
|
|
571139
571144
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
571140
571145
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
571141
571146
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
571142
|
-
customs_idn_data?:
|
|
571147
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
571143
571148
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
571144
571149
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
571145
571150
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -571285,7 +571290,7 @@ type forwarding_shipmentsUpdateWithoutCharge_applyInput = {
|
|
|
571285
571290
|
hbl_delivery_mode?: forwarding_shipment_hbl_delivery_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
571286
571291
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
571287
571292
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
571288
|
-
customs_idn_data?:
|
|
571293
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
571289
571294
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
571290
571295
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
571291
571296
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -571339,7 +571344,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutCharge_applyInput = {
|
|
|
571339
571344
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
571340
571345
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
571341
571346
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
571342
|
-
customs_idn_data?:
|
|
571347
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
571343
571348
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
571344
571349
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
571345
571350
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -571485,7 +571490,7 @@ type forwarding_shipmentsUpdateWithoutOn_board_statusInput = {
|
|
|
571485
571490
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
571486
571491
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
571487
571492
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
571488
|
-
customs_idn_data?:
|
|
571493
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
571489
571494
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
571490
571495
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
571491
571496
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -571539,7 +571544,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutOn_board_statusInput = {
|
|
|
571539
571544
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
571540
571545
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
571541
571546
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
571542
|
-
customs_idn_data?:
|
|
571547
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
571543
571548
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
571544
571549
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
571545
571550
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -571685,7 +571690,7 @@ type forwarding_shipmentsUpdateWithoutHouse_bill_typeInput = {
|
|
|
571685
571690
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
571686
571691
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
571687
571692
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
571688
|
-
customs_idn_data?:
|
|
571693
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
571689
571694
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
571690
571695
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
571691
571696
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -571739,7 +571744,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutHouse_bill_typeInput = {
|
|
|
571739
571744
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
571740
571745
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
571741
571746
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
571742
|
-
customs_idn_data?:
|
|
571747
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
571743
571748
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
571744
571749
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
571745
571750
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -571885,7 +571890,7 @@ type forwarding_shipmentsUpdateWithoutHbl_delivery_modeInput = {
|
|
|
571885
571890
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
571886
571891
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
571887
571892
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
571888
|
-
customs_idn_data?:
|
|
571893
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
571889
571894
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
571890
571895
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
571891
571896
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -571939,7 +571944,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutHbl_delivery_modeInput = {
|
|
|
571939
571944
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
571940
571945
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
571941
571946
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
571942
|
-
customs_idn_data?:
|
|
571947
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
571943
571948
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
571944
571949
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
571945
571950
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -572085,7 +572090,7 @@ type forwarding_shipmentsUpdateWithoutAir_waybill_dimsInput = {
|
|
|
572085
572090
|
charge_apply?: forwarding_shipment_charges_appliesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
572086
572091
|
control_customer?: organizationsUpdateOneWithoutForwarding_shipments_control_customerNestedInput;
|
|
572087
572092
|
control_agent?: organizationsUpdateOneWithoutForwarding_shipments_control_agentNestedInput;
|
|
572088
|
-
customs_idn_data?:
|
|
572093
|
+
customs_idn_data?: customs_idn_datasUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
572089
572094
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
572090
572095
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
572091
572096
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -572139,7 +572144,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutAir_waybill_dimsInput = {
|
|
|
572139
572144
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
572140
572145
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
572141
572146
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
572142
|
-
customs_idn_data?:
|
|
572147
|
+
customs_idn_data?: customs_idn_datasUncheckedUpdateOneWithoutForwarding_shipmentNestedInput;
|
|
572143
572148
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
572144
572149
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
572145
572150
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
@@ -574268,6 +574273,7 @@ type forwarding_shipment_organizationsOrderByWithRelationInput = {
|
|
|
574268
574273
|
type forwarding_shipment_organizationsWhereUniqueInput = AtLeast<{
|
|
574269
574274
|
id?: bigint | number;
|
|
574270
574275
|
logic_code?: string;
|
|
574276
|
+
id_forwarding_shipment_id_type?: forwarding_shipment_organizationsId_forwarding_shipmentId_typeCompoundUniqueInput;
|
|
574271
574277
|
AND?: forwarding_shipment_organizationsWhereInput | forwarding_shipment_organizationsWhereInput[];
|
|
574272
574278
|
OR?: forwarding_shipment_organizationsWhereInput[];
|
|
574273
574279
|
NOT?: forwarding_shipment_organizationsWhereInput | forwarding_shipment_organizationsWhereInput[];
|
|
@@ -574289,7 +574295,7 @@ type forwarding_shipment_organizationsWhereUniqueInput = AtLeast<{
|
|
|
574289
574295
|
organization_address?: XOR<Organization_addressesNullableScalarRelationFilter, organization_addressesWhereInput> | null;
|
|
574290
574296
|
forwarding_shipment_organization_types?: XOR<Forwarding_shipment_organization_typesNullableScalarRelationFilter, forwarding_shipment_organization_typesWhereInput> | null;
|
|
574291
574297
|
forwarding_shipment_organization_logs?: Forwarding_shipment_organization_logsListRelationFilter;
|
|
574292
|
-
}, "id" | "logic_code">;
|
|
574298
|
+
}, "id" | "logic_code" | "id_forwarding_shipment_id_type">;
|
|
574293
574299
|
type forwarding_shipment_organizationsOrderByWithAggregationInput = {
|
|
574294
574300
|
id?: SortOrder;
|
|
574295
574301
|
id_forwarding_shipment?: SortOrderInput | SortOrder;
|
|
@@ -574459,6 +574465,10 @@ type Forwarding_shipment_organizationsListRelationFilter = {
|
|
|
574459
574465
|
type forwarding_shipment_organizationsOrderByRelationAggregateInput = {
|
|
574460
574466
|
_count?: SortOrder;
|
|
574461
574467
|
};
|
|
574468
|
+
type forwarding_shipment_organizationsId_forwarding_shipmentId_typeCompoundUniqueInput = {
|
|
574469
|
+
id_forwarding_shipment: bigint | number;
|
|
574470
|
+
id_type: bigint | number;
|
|
574471
|
+
};
|
|
574462
574472
|
type forwarding_shipment_organizationsCountOrderByAggregateInput = {
|
|
574463
574473
|
id?: SortOrder;
|
|
574464
574474
|
id_forwarding_shipment?: SortOrder;
|
|
@@ -576473,7 +576483,7 @@ type forwarding_shipment_customs_entriesWhereInput = {
|
|
|
576473
576483
|
updated_at?: DateTimeNullableFilter<"forwarding_shipment_customs_entries"> | Date | string | null;
|
|
576474
576484
|
updated_by?: StringNullableFilter<"forwarding_shipment_customs_entries"> | string | null;
|
|
576475
576485
|
forwarding_shipment?: XOR<Forwarding_shipmentsNullableScalarRelationFilter, forwarding_shipmentsWhereInput> | null;
|
|
576476
|
-
|
|
576486
|
+
forwarding_shipment_customs_entry_type?: XOR<Forwarding_shipment_customs_entry_typesNullableScalarRelationFilter, forwarding_shipment_customs_entry_typesWhereInput> | null;
|
|
576477
576487
|
forwarding_shipment_customs_entry_logs?: Forwarding_shipment_customs_entry_logsListRelationFilter;
|
|
576478
576488
|
};
|
|
576479
576489
|
type forwarding_shipment_customs_entriesOrderByWithRelationInput = {
|
|
@@ -576490,7 +576500,7 @@ type forwarding_shipment_customs_entriesOrderByWithRelationInput = {
|
|
|
576490
576500
|
updated_at?: SortOrderInput | SortOrder;
|
|
576491
576501
|
updated_by?: SortOrderInput | SortOrder;
|
|
576492
576502
|
forwarding_shipment?: forwarding_shipmentsOrderByWithRelationInput;
|
|
576493
|
-
|
|
576503
|
+
forwarding_shipment_customs_entry_type?: forwarding_shipment_customs_entry_typesOrderByWithRelationInput;
|
|
576494
576504
|
forwarding_shipment_customs_entry_logs?: forwarding_shipment_customs_entry_logsOrderByRelationAggregateInput;
|
|
576495
576505
|
};
|
|
576496
576506
|
type forwarding_shipment_customs_entriesWhereUniqueInput = AtLeast<{
|
|
@@ -576510,7 +576520,7 @@ type forwarding_shipment_customs_entriesWhereUniqueInput = AtLeast<{
|
|
|
576510
576520
|
updated_at?: DateTimeNullableFilter<"forwarding_shipment_customs_entries"> | Date | string | null;
|
|
576511
576521
|
updated_by?: StringNullableFilter<"forwarding_shipment_customs_entries"> | string | null;
|
|
576512
576522
|
forwarding_shipment?: XOR<Forwarding_shipmentsNullableScalarRelationFilter, forwarding_shipmentsWhereInput> | null;
|
|
576513
|
-
|
|
576523
|
+
forwarding_shipment_customs_entry_type?: XOR<Forwarding_shipment_customs_entry_typesNullableScalarRelationFilter, forwarding_shipment_customs_entry_typesWhereInput> | null;
|
|
576514
576524
|
forwarding_shipment_customs_entry_logs?: Forwarding_shipment_customs_entry_logsListRelationFilter;
|
|
576515
576525
|
}, "id" | "logic_code">;
|
|
576516
576526
|
type forwarding_shipment_customs_entriesOrderByWithAggregationInput = {
|
|
@@ -576561,7 +576571,7 @@ type forwarding_shipment_customs_entriesCreateInput = {
|
|
|
576561
576571
|
updated_at?: Date | string | null;
|
|
576562
576572
|
updated_by?: string | null;
|
|
576563
576573
|
forwarding_shipment?: forwarding_shipmentsCreateNestedOneWithoutForwarding_shipment_custom_entriesInput;
|
|
576564
|
-
|
|
576574
|
+
forwarding_shipment_customs_entry_type?: forwarding_shipment_customs_entry_typesCreateNestedOneWithoutForwarding_shipment_customs_entriesInput;
|
|
576565
576575
|
forwarding_shipment_customs_entry_logs?: forwarding_shipment_customs_entry_logsCreateNestedManyWithoutForwarding_shipment_customs_entriesInput;
|
|
576566
576576
|
};
|
|
576567
576577
|
type forwarding_shipment_customs_entriesUncheckedCreateInput = {
|
|
@@ -576591,7 +576601,7 @@ type forwarding_shipment_customs_entriesUpdateInput = {
|
|
|
576591
576601
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
576592
576602
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
576593
576603
|
forwarding_shipment?: forwarding_shipmentsUpdateOneWithoutForwarding_shipment_custom_entriesNestedInput;
|
|
576594
|
-
|
|
576604
|
+
forwarding_shipment_customs_entry_type?: forwarding_shipment_customs_entry_typesUpdateOneWithoutForwarding_shipment_customs_entriesNestedInput;
|
|
576595
576605
|
forwarding_shipment_customs_entry_logs?: forwarding_shipment_customs_entry_logsUpdateManyWithoutForwarding_shipment_customs_entriesNestedInput;
|
|
576596
576606
|
};
|
|
576597
576607
|
type forwarding_shipment_customs_entriesUncheckedUpdateInput = {
|
|
@@ -576713,42 +576723,42 @@ type Forwarding_shipment_customs_entriesNullableScalarRelationFilter = {
|
|
|
576713
576723
|
is?: forwarding_shipment_customs_entriesWhereInput | null;
|
|
576714
576724
|
isNot?: forwarding_shipment_customs_entriesWhereInput | null;
|
|
576715
576725
|
};
|
|
576716
|
-
type
|
|
576717
|
-
create?: XOR<
|
|
576718
|
-
connectOrCreate?:
|
|
576719
|
-
createMany?:
|
|
576726
|
+
type forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipment_customs_entry_typeInput = {
|
|
576727
|
+
create?: XOR<forwarding_shipment_customs_entriesCreateWithoutForwarding_shipment_customs_entry_typeInput, forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipment_customs_entry_typeInput> | forwarding_shipment_customs_entriesCreateWithoutForwarding_shipment_customs_entry_typeInput[] | forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576728
|
+
connectOrCreate?: forwarding_shipment_customs_entriesCreateOrConnectWithoutForwarding_shipment_customs_entry_typeInput | forwarding_shipment_customs_entriesCreateOrConnectWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576729
|
+
createMany?: forwarding_shipment_customs_entriesCreateManyForwarding_shipment_customs_entry_typeInputEnvelope;
|
|
576720
576730
|
connect?: forwarding_shipment_customs_entriesWhereUniqueInput | forwarding_shipment_customs_entriesWhereUniqueInput[];
|
|
576721
576731
|
};
|
|
576722
|
-
type
|
|
576723
|
-
create?: XOR<
|
|
576724
|
-
connectOrCreate?:
|
|
576725
|
-
createMany?:
|
|
576732
|
+
type forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipment_customs_entry_typeInput = {
|
|
576733
|
+
create?: XOR<forwarding_shipment_customs_entriesCreateWithoutForwarding_shipment_customs_entry_typeInput, forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipment_customs_entry_typeInput> | forwarding_shipment_customs_entriesCreateWithoutForwarding_shipment_customs_entry_typeInput[] | forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576734
|
+
connectOrCreate?: forwarding_shipment_customs_entriesCreateOrConnectWithoutForwarding_shipment_customs_entry_typeInput | forwarding_shipment_customs_entriesCreateOrConnectWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576735
|
+
createMany?: forwarding_shipment_customs_entriesCreateManyForwarding_shipment_customs_entry_typeInputEnvelope;
|
|
576726
576736
|
connect?: forwarding_shipment_customs_entriesWhereUniqueInput | forwarding_shipment_customs_entriesWhereUniqueInput[];
|
|
576727
576737
|
};
|
|
576728
|
-
type
|
|
576729
|
-
create?: XOR<
|
|
576730
|
-
connectOrCreate?:
|
|
576731
|
-
upsert?:
|
|
576732
|
-
createMany?:
|
|
576738
|
+
type forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipment_customs_entry_typeNestedInput = {
|
|
576739
|
+
create?: XOR<forwarding_shipment_customs_entriesCreateWithoutForwarding_shipment_customs_entry_typeInput, forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipment_customs_entry_typeInput> | forwarding_shipment_customs_entriesCreateWithoutForwarding_shipment_customs_entry_typeInput[] | forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576740
|
+
connectOrCreate?: forwarding_shipment_customs_entriesCreateOrConnectWithoutForwarding_shipment_customs_entry_typeInput | forwarding_shipment_customs_entriesCreateOrConnectWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576741
|
+
upsert?: forwarding_shipment_customs_entriesUpsertWithWhereUniqueWithoutForwarding_shipment_customs_entry_typeInput | forwarding_shipment_customs_entriesUpsertWithWhereUniqueWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576742
|
+
createMany?: forwarding_shipment_customs_entriesCreateManyForwarding_shipment_customs_entry_typeInputEnvelope;
|
|
576733
576743
|
set?: forwarding_shipment_customs_entriesWhereUniqueInput | forwarding_shipment_customs_entriesWhereUniqueInput[];
|
|
576734
576744
|
disconnect?: forwarding_shipment_customs_entriesWhereUniqueInput | forwarding_shipment_customs_entriesWhereUniqueInput[];
|
|
576735
576745
|
delete?: forwarding_shipment_customs_entriesWhereUniqueInput | forwarding_shipment_customs_entriesWhereUniqueInput[];
|
|
576736
576746
|
connect?: forwarding_shipment_customs_entriesWhereUniqueInput | forwarding_shipment_customs_entriesWhereUniqueInput[];
|
|
576737
|
-
update?:
|
|
576738
|
-
updateMany?:
|
|
576747
|
+
update?: forwarding_shipment_customs_entriesUpdateWithWhereUniqueWithoutForwarding_shipment_customs_entry_typeInput | forwarding_shipment_customs_entriesUpdateWithWhereUniqueWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576748
|
+
updateMany?: forwarding_shipment_customs_entriesUpdateManyWithWhereWithoutForwarding_shipment_customs_entry_typeInput | forwarding_shipment_customs_entriesUpdateManyWithWhereWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576739
576749
|
deleteMany?: forwarding_shipment_customs_entriesScalarWhereInput | forwarding_shipment_customs_entriesScalarWhereInput[];
|
|
576740
576750
|
};
|
|
576741
|
-
type
|
|
576742
|
-
create?: XOR<
|
|
576743
|
-
connectOrCreate?:
|
|
576744
|
-
upsert?:
|
|
576745
|
-
createMany?:
|
|
576751
|
+
type forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipment_customs_entry_typeNestedInput = {
|
|
576752
|
+
create?: XOR<forwarding_shipment_customs_entriesCreateWithoutForwarding_shipment_customs_entry_typeInput, forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipment_customs_entry_typeInput> | forwarding_shipment_customs_entriesCreateWithoutForwarding_shipment_customs_entry_typeInput[] | forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576753
|
+
connectOrCreate?: forwarding_shipment_customs_entriesCreateOrConnectWithoutForwarding_shipment_customs_entry_typeInput | forwarding_shipment_customs_entriesCreateOrConnectWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576754
|
+
upsert?: forwarding_shipment_customs_entriesUpsertWithWhereUniqueWithoutForwarding_shipment_customs_entry_typeInput | forwarding_shipment_customs_entriesUpsertWithWhereUniqueWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576755
|
+
createMany?: forwarding_shipment_customs_entriesCreateManyForwarding_shipment_customs_entry_typeInputEnvelope;
|
|
576746
576756
|
set?: forwarding_shipment_customs_entriesWhereUniqueInput | forwarding_shipment_customs_entriesWhereUniqueInput[];
|
|
576747
576757
|
disconnect?: forwarding_shipment_customs_entriesWhereUniqueInput | forwarding_shipment_customs_entriesWhereUniqueInput[];
|
|
576748
576758
|
delete?: forwarding_shipment_customs_entriesWhereUniqueInput | forwarding_shipment_customs_entriesWhereUniqueInput[];
|
|
576749
576759
|
connect?: forwarding_shipment_customs_entriesWhereUniqueInput | forwarding_shipment_customs_entriesWhereUniqueInput[];
|
|
576750
|
-
update?:
|
|
576751
|
-
updateMany?:
|
|
576760
|
+
update?: forwarding_shipment_customs_entriesUpdateWithWhereUniqueWithoutForwarding_shipment_customs_entry_typeInput | forwarding_shipment_customs_entriesUpdateWithWhereUniqueWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576761
|
+
updateMany?: forwarding_shipment_customs_entriesUpdateManyWithWhereWithoutForwarding_shipment_customs_entry_typeInput | forwarding_shipment_customs_entriesUpdateManyWithWhereWithoutForwarding_shipment_customs_entry_typeInput[];
|
|
576752
576762
|
deleteMany?: forwarding_shipment_customs_entriesScalarWhereInput | forwarding_shipment_customs_entriesScalarWhereInput[];
|
|
576753
576763
|
};
|
|
576754
576764
|
type forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput = {
|
|
@@ -576803,7 +576813,7 @@ type forwarding_shipment_customs_entriesUpdateOneWithoutForwarding_shipment_cust
|
|
|
576803
576813
|
connect?: forwarding_shipment_customs_entriesWhereUniqueInput;
|
|
576804
576814
|
update?: XOR<XOR<forwarding_shipment_customs_entriesUpdateToOneWithWhereWithoutForwarding_shipment_customs_entry_logsInput, forwarding_shipment_customs_entriesUpdateWithoutForwarding_shipment_customs_entry_logsInput>, forwarding_shipment_customs_entriesUncheckedUpdateWithoutForwarding_shipment_customs_entry_logsInput>;
|
|
576805
576815
|
};
|
|
576806
|
-
type
|
|
576816
|
+
type forwarding_shipment_customs_entriesCreateWithoutForwarding_shipment_customs_entry_typeInput = {
|
|
576807
576817
|
id?: bigint | number;
|
|
576808
576818
|
logic_code?: string | null;
|
|
576809
576819
|
entry_number?: string | null;
|
|
@@ -576817,7 +576827,7 @@ type forwarding_shipment_customs_entriesCreateWithoutForwarding_shipment_customs
|
|
|
576817
576827
|
forwarding_shipment?: forwarding_shipmentsCreateNestedOneWithoutForwarding_shipment_custom_entriesInput;
|
|
576818
576828
|
forwarding_shipment_customs_entry_logs?: forwarding_shipment_customs_entry_logsCreateNestedManyWithoutForwarding_shipment_customs_entriesInput;
|
|
576819
576829
|
};
|
|
576820
|
-
type
|
|
576830
|
+
type forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipment_customs_entry_typeInput = {
|
|
576821
576831
|
id?: bigint | number;
|
|
576822
576832
|
id_forwarding_shipment?: bigint | number | null;
|
|
576823
576833
|
logic_code?: string | null;
|
|
@@ -576831,26 +576841,26 @@ type forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipmen
|
|
|
576831
576841
|
updated_by?: string | null;
|
|
576832
576842
|
forwarding_shipment_customs_entry_logs?: forwarding_shipment_customs_entry_logsUncheckedCreateNestedManyWithoutForwarding_shipment_customs_entriesInput;
|
|
576833
576843
|
};
|
|
576834
|
-
type
|
|
576844
|
+
type forwarding_shipment_customs_entriesCreateOrConnectWithoutForwarding_shipment_customs_entry_typeInput = {
|
|
576835
576845
|
where: forwarding_shipment_customs_entriesWhereUniqueInput;
|
|
576836
|
-
create: XOR<
|
|
576846
|
+
create: XOR<forwarding_shipment_customs_entriesCreateWithoutForwarding_shipment_customs_entry_typeInput, forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipment_customs_entry_typeInput>;
|
|
576837
576847
|
};
|
|
576838
|
-
type
|
|
576839
|
-
data:
|
|
576848
|
+
type forwarding_shipment_customs_entriesCreateManyForwarding_shipment_customs_entry_typeInputEnvelope = {
|
|
576849
|
+
data: forwarding_shipment_customs_entriesCreateManyForwarding_shipment_customs_entry_typeInput | forwarding_shipment_customs_entriesCreateManyForwarding_shipment_customs_entry_typeInput[];
|
|
576840
576850
|
skipDuplicates?: boolean;
|
|
576841
576851
|
};
|
|
576842
|
-
type
|
|
576852
|
+
type forwarding_shipment_customs_entriesUpsertWithWhereUniqueWithoutForwarding_shipment_customs_entry_typeInput = {
|
|
576843
576853
|
where: forwarding_shipment_customs_entriesWhereUniqueInput;
|
|
576844
|
-
update: XOR<
|
|
576845
|
-
create: XOR<
|
|
576854
|
+
update: XOR<forwarding_shipment_customs_entriesUpdateWithoutForwarding_shipment_customs_entry_typeInput, forwarding_shipment_customs_entriesUncheckedUpdateWithoutForwarding_shipment_customs_entry_typeInput>;
|
|
576855
|
+
create: XOR<forwarding_shipment_customs_entriesCreateWithoutForwarding_shipment_customs_entry_typeInput, forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipment_customs_entry_typeInput>;
|
|
576846
576856
|
};
|
|
576847
|
-
type
|
|
576857
|
+
type forwarding_shipment_customs_entriesUpdateWithWhereUniqueWithoutForwarding_shipment_customs_entry_typeInput = {
|
|
576848
576858
|
where: forwarding_shipment_customs_entriesWhereUniqueInput;
|
|
576849
|
-
data: XOR<
|
|
576859
|
+
data: XOR<forwarding_shipment_customs_entriesUpdateWithoutForwarding_shipment_customs_entry_typeInput, forwarding_shipment_customs_entriesUncheckedUpdateWithoutForwarding_shipment_customs_entry_typeInput>;
|
|
576850
576860
|
};
|
|
576851
|
-
type
|
|
576861
|
+
type forwarding_shipment_customs_entriesUpdateManyWithWhereWithoutForwarding_shipment_customs_entry_typeInput = {
|
|
576852
576862
|
where: forwarding_shipment_customs_entriesScalarWhereInput;
|
|
576853
|
-
data: XOR<forwarding_shipment_customs_entriesUpdateManyMutationInput,
|
|
576863
|
+
data: XOR<forwarding_shipment_customs_entriesUpdateManyMutationInput, forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipment_customs_entry_typeInput>;
|
|
576854
576864
|
};
|
|
576855
576865
|
type forwarding_shipment_customs_entriesScalarWhereInput = {
|
|
576856
576866
|
AND?: forwarding_shipment_customs_entriesScalarWhereInput | forwarding_shipment_customs_entriesScalarWhereInput[];
|
|
@@ -576880,7 +576890,7 @@ type forwarding_shipment_customs_entriesCreateWithoutForwarding_shipmentInput =
|
|
|
576880
576890
|
created_by?: string | null;
|
|
576881
576891
|
updated_at?: Date | string | null;
|
|
576882
576892
|
updated_by?: string | null;
|
|
576883
|
-
|
|
576893
|
+
forwarding_shipment_customs_entry_type?: forwarding_shipment_customs_entry_typesCreateNestedOneWithoutForwarding_shipment_customs_entriesInput;
|
|
576884
576894
|
forwarding_shipment_customs_entry_logs?: forwarding_shipment_customs_entry_logsCreateNestedManyWithoutForwarding_shipment_customs_entriesInput;
|
|
576885
576895
|
};
|
|
576886
576896
|
type forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipmentInput = {
|
|
@@ -576930,7 +576940,7 @@ type forwarding_shipment_customs_entriesCreateWithoutForwarding_shipment_customs
|
|
|
576930
576940
|
updated_at?: Date | string | null;
|
|
576931
576941
|
updated_by?: string | null;
|
|
576932
576942
|
forwarding_shipment?: forwarding_shipmentsCreateNestedOneWithoutForwarding_shipment_custom_entriesInput;
|
|
576933
|
-
|
|
576943
|
+
forwarding_shipment_customs_entry_type?: forwarding_shipment_customs_entry_typesCreateNestedOneWithoutForwarding_shipment_customs_entriesInput;
|
|
576934
576944
|
};
|
|
576935
576945
|
type forwarding_shipment_customs_entriesUncheckedCreateWithoutForwarding_shipment_customs_entry_logsInput = {
|
|
576936
576946
|
id?: bigint | number;
|
|
@@ -576971,7 +576981,7 @@ type forwarding_shipment_customs_entriesUpdateWithoutForwarding_shipment_customs
|
|
|
576971
576981
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
576972
576982
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
576973
576983
|
forwarding_shipment?: forwarding_shipmentsUpdateOneWithoutForwarding_shipment_custom_entriesNestedInput;
|
|
576974
|
-
|
|
576984
|
+
forwarding_shipment_customs_entry_type?: forwarding_shipment_customs_entry_typesUpdateOneWithoutForwarding_shipment_customs_entriesNestedInput;
|
|
576975
576985
|
};
|
|
576976
576986
|
type forwarding_shipment_customs_entriesUncheckedUpdateWithoutForwarding_shipment_customs_entry_logsInput = {
|
|
576977
576987
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -576987,7 +576997,7 @@ type forwarding_shipment_customs_entriesUncheckedUpdateWithoutForwarding_shipmen
|
|
|
576987
576997
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
576988
576998
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
576989
576999
|
};
|
|
576990
|
-
type
|
|
577000
|
+
type forwarding_shipment_customs_entriesCreateManyForwarding_shipment_customs_entry_typeInput = {
|
|
576991
577001
|
id?: bigint | number;
|
|
576992
577002
|
id_forwarding_shipment?: bigint | number | null;
|
|
576993
577003
|
logic_code?: string | null;
|
|
@@ -577000,7 +577010,7 @@ type forwarding_shipment_customs_entriesCreateManyForwarding_shipment_customs_en
|
|
|
577000
577010
|
updated_at?: Date | string | null;
|
|
577001
577011
|
updated_by?: string | null;
|
|
577002
577012
|
};
|
|
577003
|
-
type
|
|
577013
|
+
type forwarding_shipment_customs_entriesUpdateWithoutForwarding_shipment_customs_entry_typeInput = {
|
|
577004
577014
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
577005
577015
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
577006
577016
|
entry_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -577014,7 +577024,7 @@ type forwarding_shipment_customs_entriesUpdateWithoutForwarding_shipment_customs
|
|
|
577014
577024
|
forwarding_shipment?: forwarding_shipmentsUpdateOneWithoutForwarding_shipment_custom_entriesNestedInput;
|
|
577015
577025
|
forwarding_shipment_customs_entry_logs?: forwarding_shipment_customs_entry_logsUpdateManyWithoutForwarding_shipment_customs_entriesNestedInput;
|
|
577016
577026
|
};
|
|
577017
|
-
type
|
|
577027
|
+
type forwarding_shipment_customs_entriesUncheckedUpdateWithoutForwarding_shipment_customs_entry_typeInput = {
|
|
577018
577028
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
577019
577029
|
id_forwarding_shipment?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
577020
577030
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -577028,7 +577038,7 @@ type forwarding_shipment_customs_entriesUncheckedUpdateWithoutForwarding_shipmen
|
|
|
577028
577038
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
577029
577039
|
forwarding_shipment_customs_entry_logs?: forwarding_shipment_customs_entry_logsUncheckedUpdateManyWithoutForwarding_shipment_customs_entriesNestedInput;
|
|
577030
577040
|
};
|
|
577031
|
-
type
|
|
577041
|
+
type forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipment_customs_entry_typeInput = {
|
|
577032
577042
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
577033
577043
|
id_forwarding_shipment?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
577034
577044
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -577065,7 +577075,7 @@ type forwarding_shipment_customs_entriesUpdateWithoutForwarding_shipmentInput =
|
|
|
577065
577075
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
577066
577076
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
577067
577077
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
577068
|
-
|
|
577078
|
+
forwarding_shipment_customs_entry_type?: forwarding_shipment_customs_entry_typesUpdateOneWithoutForwarding_shipment_customs_entriesNestedInput;
|
|
577069
577079
|
forwarding_shipment_customs_entry_logs?: forwarding_shipment_customs_entry_logsUpdateManyWithoutForwarding_shipment_customs_entriesNestedInput;
|
|
577070
577080
|
};
|
|
577071
577081
|
type forwarding_shipment_customs_entriesUncheckedUpdateWithoutForwarding_shipmentInput = {
|
|
@@ -577131,7 +577141,7 @@ type forwarding_shipment_customs_entriesSelect<ExtArgs extends Types$1.Extension
|
|
|
577131
577141
|
updated_at?: boolean;
|
|
577132
577142
|
updated_by?: boolean;
|
|
577133
577143
|
forwarding_shipment?: boolean | forwarding_shipment_customs_entries$forwarding_shipmentArgs<ExtArgs>;
|
|
577134
|
-
|
|
577144
|
+
forwarding_shipment_customs_entry_type?: boolean | forwarding_shipment_customs_entries$forwarding_shipment_customs_entry_typeArgs<ExtArgs>;
|
|
577135
577145
|
forwarding_shipment_customs_entry_logs?: boolean | forwarding_shipment_customs_entries$forwarding_shipment_customs_entry_logsArgs<ExtArgs>;
|
|
577136
577146
|
_count?: boolean | Forwarding_shipment_customs_entriesCountOutputTypeDefaultArgs<ExtArgs>;
|
|
577137
577147
|
}, ExtArgs["result"]["forwarding_shipment_customs_entries"]>;
|
|
@@ -577149,7 +577159,7 @@ type forwarding_shipment_customs_entriesSelectCreateManyAndReturn<ExtArgs extend
|
|
|
577149
577159
|
updated_at?: boolean;
|
|
577150
577160
|
updated_by?: boolean;
|
|
577151
577161
|
forwarding_shipment?: boolean | forwarding_shipment_customs_entries$forwarding_shipmentArgs<ExtArgs>;
|
|
577152
|
-
|
|
577162
|
+
forwarding_shipment_customs_entry_type?: boolean | forwarding_shipment_customs_entries$forwarding_shipment_customs_entry_typeArgs<ExtArgs>;
|
|
577153
577163
|
}, ExtArgs["result"]["forwarding_shipment_customs_entries"]>;
|
|
577154
577164
|
type forwarding_shipment_customs_entriesSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
577155
577165
|
id?: boolean;
|
|
@@ -577165,28 +577175,28 @@ type forwarding_shipment_customs_entriesSelectUpdateManyAndReturn<ExtArgs extend
|
|
|
577165
577175
|
updated_at?: boolean;
|
|
577166
577176
|
updated_by?: boolean;
|
|
577167
577177
|
forwarding_shipment?: boolean | forwarding_shipment_customs_entries$forwarding_shipmentArgs<ExtArgs>;
|
|
577168
|
-
|
|
577178
|
+
forwarding_shipment_customs_entry_type?: boolean | forwarding_shipment_customs_entries$forwarding_shipment_customs_entry_typeArgs<ExtArgs>;
|
|
577169
577179
|
}, ExtArgs["result"]["forwarding_shipment_customs_entries"]>;
|
|
577170
577180
|
type forwarding_shipment_customs_entriesOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment" | "id_type" | "logic_code" | "entry_number" | "issue_date" | "expiry_date" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipment_customs_entries"]>;
|
|
577171
577181
|
type forwarding_shipment_customs_entriesInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
577172
577182
|
forwarding_shipment?: boolean | forwarding_shipment_customs_entries$forwarding_shipmentArgs<ExtArgs>;
|
|
577173
|
-
|
|
577183
|
+
forwarding_shipment_customs_entry_type?: boolean | forwarding_shipment_customs_entries$forwarding_shipment_customs_entry_typeArgs<ExtArgs>;
|
|
577174
577184
|
forwarding_shipment_customs_entry_logs?: boolean | forwarding_shipment_customs_entries$forwarding_shipment_customs_entry_logsArgs<ExtArgs>;
|
|
577175
577185
|
_count?: boolean | Forwarding_shipment_customs_entriesCountOutputTypeDefaultArgs<ExtArgs>;
|
|
577176
577186
|
};
|
|
577177
577187
|
type forwarding_shipment_customs_entriesIncludeCreateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
577178
577188
|
forwarding_shipment?: boolean | forwarding_shipment_customs_entries$forwarding_shipmentArgs<ExtArgs>;
|
|
577179
|
-
|
|
577189
|
+
forwarding_shipment_customs_entry_type?: boolean | forwarding_shipment_customs_entries$forwarding_shipment_customs_entry_typeArgs<ExtArgs>;
|
|
577180
577190
|
};
|
|
577181
577191
|
type forwarding_shipment_customs_entriesIncludeUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
577182
577192
|
forwarding_shipment?: boolean | forwarding_shipment_customs_entries$forwarding_shipmentArgs<ExtArgs>;
|
|
577183
|
-
|
|
577193
|
+
forwarding_shipment_customs_entry_type?: boolean | forwarding_shipment_customs_entries$forwarding_shipment_customs_entry_typeArgs<ExtArgs>;
|
|
577184
577194
|
};
|
|
577185
577195
|
type $forwarding_shipment_customs_entriesPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
577186
577196
|
name: "forwarding_shipment_customs_entries";
|
|
577187
577197
|
objects: {
|
|
577188
577198
|
forwarding_shipment: $forwarding_shipmentsPayload<ExtArgs> | null;
|
|
577189
|
-
|
|
577199
|
+
forwarding_shipment_customs_entry_type: $forwarding_shipment_customs_entry_typesPayload<ExtArgs> | null;
|
|
577190
577200
|
forwarding_shipment_customs_entry_logs: $forwarding_shipment_customs_entry_logsPayload<ExtArgs>[];
|
|
577191
577201
|
};
|
|
577192
577202
|
scalars: Types$1.Extensions.GetPayloadResult<{
|
|
@@ -577518,7 +577528,7 @@ interface forwarding_shipment_customs_entriesDelegate<ExtArgs extends Types$1.Ex
|
|
|
577518
577528
|
interface Prisma__forwarding_shipment_customs_entriesClient<T$1, Null = never, ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends PrismaPromise<T$1> {
|
|
577519
577529
|
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
577520
577530
|
forwarding_shipment<T$1 extends forwarding_shipment_customs_entries$forwarding_shipmentArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_customs_entries$forwarding_shipmentArgs<ExtArgs>>): Prisma__forwarding_shipmentsClient<Types$1.Result.GetResult<$forwarding_shipmentsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
577521
|
-
|
|
577531
|
+
forwarding_shipment_customs_entry_type<T$1 extends forwarding_shipment_customs_entries$forwarding_shipment_customs_entry_typeArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_customs_entries$forwarding_shipment_customs_entry_typeArgs<ExtArgs>>): Prisma__forwarding_shipment_customs_entry_typesClient<Types$1.Result.GetResult<$forwarding_shipment_customs_entry_typesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
577522
577532
|
forwarding_shipment_customs_entry_logs<T$1 extends forwarding_shipment_customs_entries$forwarding_shipment_customs_entry_logsArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_customs_entries$forwarding_shipment_customs_entry_logsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_shipment_customs_entry_logsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
|
|
577523
577533
|
/**
|
|
577524
577534
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
@@ -577954,9 +577964,9 @@ type forwarding_shipment_customs_entries$forwarding_shipmentArgs<ExtArgs extends
|
|
|
577954
577964
|
where?: forwarding_shipmentsWhereInput;
|
|
577955
577965
|
};
|
|
577956
577966
|
/**
|
|
577957
|
-
* forwarding_shipment_customs_entries.
|
|
577967
|
+
* forwarding_shipment_customs_entries.forwarding_shipment_customs_entry_type
|
|
577958
577968
|
*/
|
|
577959
|
-
type forwarding_shipment_customs_entries$
|
|
577969
|
+
type forwarding_shipment_customs_entries$forwarding_shipment_customs_entry_typeArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
577960
577970
|
/**
|
|
577961
577971
|
* Select specific fields to fetch from the forwarding_shipment_customs_entry_types
|
|
577962
577972
|
*/
|
|
@@ -683007,7 +683017,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683007
683017
|
};
|
|
683008
683018
|
output: {
|
|
683009
683019
|
data: {
|
|
683010
|
-
|
|
683020
|
+
forwarding_shipment: {
|
|
683011
683021
|
is_active: boolean | null;
|
|
683012
683022
|
id: string;
|
|
683013
683023
|
logic_code: string | null;
|
|
@@ -683054,7 +683064,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683054
683064
|
estimated_arrival_date: Date | null;
|
|
683055
683065
|
issue_date: Date | null;
|
|
683056
683066
|
} | null;
|
|
683057
|
-
|
|
683067
|
+
customs_idn_data_clearance_type: {
|
|
683058
683068
|
is_active: boolean | null;
|
|
683059
683069
|
id: string;
|
|
683060
683070
|
logic_code: string | null;
|
|
@@ -683105,11 +683115,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683105
683115
|
output: {
|
|
683106
683116
|
data: {
|
|
683107
683117
|
_count: {
|
|
683108
|
-
|
|
683109
|
-
|
|
683118
|
+
forwarding_shipment: number;
|
|
683119
|
+
customs_idn_data_clearance_type: number;
|
|
683110
683120
|
customs_idn_data_logs: number;
|
|
683111
683121
|
};
|
|
683112
|
-
|
|
683122
|
+
forwarding_shipment: {
|
|
683113
683123
|
is_active: boolean | null;
|
|
683114
683124
|
id: string;
|
|
683115
683125
|
logic_code: string | null;
|
|
@@ -683156,7 +683166,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683156
683166
|
estimated_arrival_date: Date | null;
|
|
683157
683167
|
issue_date: Date | null;
|
|
683158
683168
|
} | null;
|
|
683159
|
-
|
|
683169
|
+
customs_idn_data_clearance_type: {
|
|
683160
683170
|
is_active: boolean | null;
|
|
683161
683171
|
id: string;
|
|
683162
683172
|
logic_code: string | null;
|
|
@@ -683318,7 +683328,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683318
683328
|
};
|
|
683319
683329
|
output: {
|
|
683320
683330
|
data: {
|
|
683321
|
-
|
|
683331
|
+
forwarding_shipment: {
|
|
683322
683332
|
is_active: boolean | null;
|
|
683323
683333
|
id: string;
|
|
683324
683334
|
logic_code: string | null;
|
|
@@ -683431,7 +683441,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683431
683441
|
};
|
|
683432
683442
|
output: {
|
|
683433
683443
|
data: {
|
|
683434
|
-
|
|
683444
|
+
forwarding_shipment: {
|
|
683435
683445
|
is_active: boolean | null;
|
|
683436
683446
|
id: string;
|
|
683437
683447
|
logic_code: string | null;
|
|
@@ -683567,7 +683577,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683567
683577
|
output: {
|
|
683568
683578
|
createdData: ({
|
|
683569
683579
|
data: {
|
|
683570
|
-
|
|
683580
|
+
forwarding_shipment: {
|
|
683571
683581
|
is_active: boolean | null;
|
|
683572
683582
|
id: string;
|
|
683573
683583
|
logic_code: string | null;
|
|
@@ -683653,7 +683663,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683653
683663
|
} | undefined)[];
|
|
683654
683664
|
updatedData: ({
|
|
683655
683665
|
data: {
|
|
683656
|
-
|
|
683666
|
+
forwarding_shipment: {
|
|
683657
683667
|
is_active: boolean | null;
|
|
683658
683668
|
id: string;
|
|
683659
683669
|
logic_code: string | null;
|
|
@@ -684159,17 +684169,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684159
684169
|
};
|
|
684160
684170
|
output: {
|
|
684161
684171
|
data: {
|
|
684162
|
-
forwarding_shipment_customs_entry_types: {
|
|
684163
|
-
is_active: boolean | null;
|
|
684164
|
-
id: string;
|
|
684165
|
-
logic_code: string | null;
|
|
684166
|
-
name: string | null;
|
|
684167
|
-
code: string | null;
|
|
684168
|
-
created_at: Date | null;
|
|
684169
|
-
created_by: string | null;
|
|
684170
|
-
updated_at: Date | null;
|
|
684171
|
-
updated_by: string | null;
|
|
684172
|
-
} | null;
|
|
684173
684172
|
forwarding_shipment: {
|
|
684174
684173
|
is_active: boolean | null;
|
|
684175
684174
|
id: string;
|
|
@@ -684217,6 +684216,17 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684217
684216
|
estimated_arrival_date: Date | null;
|
|
684218
684217
|
issue_date: Date | null;
|
|
684219
684218
|
} | null;
|
|
684219
|
+
forwarding_shipment_customs_entry_type: {
|
|
684220
|
+
is_active: boolean | null;
|
|
684221
|
+
id: string;
|
|
684222
|
+
logic_code: string | null;
|
|
684223
|
+
name: string | null;
|
|
684224
|
+
code: string | null;
|
|
684225
|
+
created_at: Date | null;
|
|
684226
|
+
created_by: string | null;
|
|
684227
|
+
updated_at: Date | null;
|
|
684228
|
+
updated_by: string | null;
|
|
684229
|
+
} | null;
|
|
684220
684230
|
is_active: boolean | null;
|
|
684221
684231
|
id: string;
|
|
684222
684232
|
logic_code: string | null;
|
|
@@ -684246,20 +684256,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684246
684256
|
data: {
|
|
684247
684257
|
_count: {
|
|
684248
684258
|
forwarding_shipment: number;
|
|
684249
|
-
|
|
684259
|
+
forwarding_shipment_customs_entry_type: number;
|
|
684250
684260
|
forwarding_shipment_customs_entry_logs: number;
|
|
684251
684261
|
};
|
|
684252
|
-
forwarding_shipment_customs_entry_types: {
|
|
684253
|
-
is_active: boolean | null;
|
|
684254
|
-
id: string;
|
|
684255
|
-
logic_code: string | null;
|
|
684256
|
-
name: string | null;
|
|
684257
|
-
code: string | null;
|
|
684258
|
-
created_at: Date | null;
|
|
684259
|
-
created_by: string | null;
|
|
684260
|
-
updated_at: Date | null;
|
|
684261
|
-
updated_by: string | null;
|
|
684262
|
-
} | null;
|
|
684263
684262
|
forwarding_shipment: {
|
|
684264
684263
|
is_active: boolean | null;
|
|
684265
684264
|
id: string;
|
|
@@ -684307,6 +684306,17 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684307
684306
|
estimated_arrival_date: Date | null;
|
|
684308
684307
|
issue_date: Date | null;
|
|
684309
684308
|
} | null;
|
|
684309
|
+
forwarding_shipment_customs_entry_type: {
|
|
684310
|
+
is_active: boolean | null;
|
|
684311
|
+
id: string;
|
|
684312
|
+
logic_code: string | null;
|
|
684313
|
+
name: string | null;
|
|
684314
|
+
code: string | null;
|
|
684315
|
+
created_at: Date | null;
|
|
684316
|
+
created_by: string | null;
|
|
684317
|
+
updated_at: Date | null;
|
|
684318
|
+
updated_by: string | null;
|
|
684319
|
+
} | null;
|
|
684310
684320
|
is_active: boolean | null;
|
|
684311
684321
|
id: string;
|
|
684312
684322
|
logic_code: string | null;
|