@be-logixpair/api 0.0.101 → 0.0.103
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 +641 -619
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -94176,7 +94176,7 @@ type forwarding_bookingsCreateInput = {
|
|
|
94176
94176
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
94177
94177
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
94178
94178
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
94179
|
-
forwarding_booking_attachments?:
|
|
94179
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
94180
94180
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
94181
94181
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
94182
94182
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -94222,7 +94222,7 @@ type forwarding_bookingsUncheckedCreateInput = {
|
|
|
94222
94222
|
updated_at?: Date | string | null;
|
|
94223
94223
|
updated_by?: string | null;
|
|
94224
94224
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
94225
|
-
forwarding_booking_attachments?:
|
|
94225
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
94226
94226
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
94227
94227
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
94228
94228
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -94268,7 +94268,7 @@ type forwarding_bookingsUpdateInput = {
|
|
|
94268
94268
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
94269
94269
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
94270
94270
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
94271
|
-
forwarding_booking_attachments?:
|
|
94271
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
94272
94272
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
94273
94273
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
94274
94274
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -94314,7 +94314,7 @@ type forwarding_bookingsUncheckedUpdateInput = {
|
|
|
94314
94314
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
94315
94315
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
94316
94316
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
94317
|
-
forwarding_booking_attachments?:
|
|
94317
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
94318
94318
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
94319
94319
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
94320
94320
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -95365,7 +95365,7 @@ type forwarding_bookingsCreateWithoutForwarding_booking_organizationsInput = {
|
|
|
95365
95365
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
95366
95366
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
95367
95367
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
95368
|
-
forwarding_booking_attachments?:
|
|
95368
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
95369
95369
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
95370
95370
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
95371
95371
|
};
|
|
@@ -95410,7 +95410,7 @@ type forwarding_bookingsUncheckedCreateWithoutForwarding_booking_organizationsIn
|
|
|
95410
95410
|
updated_at?: Date | string | null;
|
|
95411
95411
|
updated_by?: string | null;
|
|
95412
95412
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
95413
|
-
forwarding_booking_attachments?:
|
|
95413
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
95414
95414
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
95415
95415
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
95416
95416
|
};
|
|
@@ -95468,7 +95468,7 @@ type forwarding_bookingsUpdateWithoutForwarding_booking_organizationsInput = {
|
|
|
95468
95468
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
95469
95469
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
95470
95470
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95471
|
-
forwarding_booking_attachments?:
|
|
95471
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95472
95472
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95473
95473
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95474
95474
|
};
|
|
@@ -95513,7 +95513,7 @@ type forwarding_bookingsUncheckedUpdateWithoutForwarding_booking_organizationsIn
|
|
|
95513
95513
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
95514
95514
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
95515
95515
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95516
|
-
forwarding_booking_attachments?:
|
|
95516
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95517
95517
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95518
95518
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95519
95519
|
};
|
|
@@ -95750,7 +95750,7 @@ type forwarding_bookingsCreateWithoutForwarding_booking_logsInput = {
|
|
|
95750
95750
|
volume_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_volume_unitInput;
|
|
95751
95751
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
95752
95752
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
95753
|
-
forwarding_booking_attachments?:
|
|
95753
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
95754
95754
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
95755
95755
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
95756
95756
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -95795,7 +95795,7 @@ type forwarding_bookingsUncheckedCreateWithoutForwarding_booking_logsInput = {
|
|
|
95795
95795
|
created_by?: string | null;
|
|
95796
95796
|
updated_at?: Date | string | null;
|
|
95797
95797
|
updated_by?: string | null;
|
|
95798
|
-
forwarding_booking_attachments?:
|
|
95798
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
95799
95799
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
95800
95800
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
95801
95801
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -95853,7 +95853,7 @@ type forwarding_bookingsUpdateWithoutForwarding_booking_logsInput = {
|
|
|
95853
95853
|
volume_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_volume_unitNestedInput;
|
|
95854
95854
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
95855
95855
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
95856
|
-
forwarding_booking_attachments?:
|
|
95856
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95857
95857
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95858
95858
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95859
95859
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -95898,7 +95898,7 @@ type forwarding_bookingsUncheckedUpdateWithoutForwarding_booking_logsInput = {
|
|
|
95898
95898
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
95899
95899
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
95900
95900
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
95901
|
-
forwarding_booking_attachments?:
|
|
95901
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95902
95902
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95903
95903
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
95904
95904
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -95943,7 +95943,7 @@ type forwarding_bookingsCreateWithoutOrigin_un_locodeInput = {
|
|
|
95943
95943
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
95944
95944
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
95945
95945
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
95946
|
-
forwarding_booking_attachments?:
|
|
95946
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
95947
95947
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
95948
95948
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
95949
95949
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -95988,7 +95988,7 @@ type forwarding_bookingsUncheckedCreateWithoutOrigin_un_locodeInput = {
|
|
|
95988
95988
|
updated_at?: Date | string | null;
|
|
95989
95989
|
updated_by?: string | null;
|
|
95990
95990
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
95991
|
-
forwarding_booking_attachments?:
|
|
95991
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
95992
95992
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
95993
95993
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
95994
95994
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96041,7 +96041,7 @@ type forwarding_bookingsCreateWithoutDestination_un_locodeInput = {
|
|
|
96041
96041
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
96042
96042
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
96043
96043
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96044
|
-
forwarding_booking_attachments?:
|
|
96044
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96045
96045
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96046
96046
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
96047
96047
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96086,7 +96086,7 @@ type forwarding_bookingsUncheckedCreateWithoutDestination_un_locodeInput = {
|
|
|
96086
96086
|
updated_at?: Date | string | null;
|
|
96087
96087
|
updated_by?: string | null;
|
|
96088
96088
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96089
|
-
forwarding_booking_attachments?:
|
|
96089
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96090
96090
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96091
96091
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96092
96092
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96209,7 +96209,7 @@ type forwarding_bookingsCreateWithoutCarrier_organizationInput = {
|
|
|
96209
96209
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
96210
96210
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
96211
96211
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96212
|
-
forwarding_booking_attachments?:
|
|
96212
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96213
96213
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96214
96214
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
96215
96215
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96254,7 +96254,7 @@ type forwarding_bookingsUncheckedCreateWithoutCarrier_organizationInput = {
|
|
|
96254
96254
|
updated_at?: Date | string | null;
|
|
96255
96255
|
updated_by?: string | null;
|
|
96256
96256
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96257
|
-
forwarding_booking_attachments?:
|
|
96257
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96258
96258
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96259
96259
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96260
96260
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96307,7 +96307,7 @@ type forwarding_bookingsCreateWithoutCreditor_organizationInput = {
|
|
|
96307
96307
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
96308
96308
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
96309
96309
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96310
|
-
forwarding_booking_attachments?:
|
|
96310
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96311
96311
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96312
96312
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
96313
96313
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96352,7 +96352,7 @@ type forwarding_bookingsUncheckedCreateWithoutCreditor_organizationInput = {
|
|
|
96352
96352
|
updated_at?: Date | string | null;
|
|
96353
96353
|
updated_by?: string | null;
|
|
96354
96354
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96355
|
-
forwarding_booking_attachments?:
|
|
96355
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96356
96356
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96357
96357
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96358
96358
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96431,7 +96431,7 @@ type forwarding_bookingsCreateWithoutCommodityInput = {
|
|
|
96431
96431
|
volume_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_volume_unitInput;
|
|
96432
96432
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
96433
96433
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96434
|
-
forwarding_booking_attachments?:
|
|
96434
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96435
96435
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96436
96436
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
96437
96437
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96476,7 +96476,7 @@ type forwarding_bookingsUncheckedCreateWithoutCommodityInput = {
|
|
|
96476
96476
|
updated_at?: Date | string | null;
|
|
96477
96477
|
updated_by?: string | null;
|
|
96478
96478
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96479
|
-
forwarding_booking_attachments?:
|
|
96479
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96480
96480
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96481
96481
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96482
96482
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96542,7 +96542,7 @@ type forwarding_bookingsCreateWithoutService_levelInput = {
|
|
|
96542
96542
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
96543
96543
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
96544
96544
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96545
|
-
forwarding_booking_attachments?:
|
|
96545
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96546
96546
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96547
96547
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
96548
96548
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96587,7 +96587,7 @@ type forwarding_bookingsUncheckedCreateWithoutService_levelInput = {
|
|
|
96587
96587
|
updated_at?: Date | string | null;
|
|
96588
96588
|
updated_by?: string | null;
|
|
96589
96589
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96590
|
-
forwarding_booking_attachments?:
|
|
96590
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96591
96591
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96592
96592
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96593
96593
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96640,7 +96640,7 @@ type forwarding_bookingsCreateWithoutCarrier_service_levelInput = {
|
|
|
96640
96640
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
96641
96641
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
96642
96642
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96643
|
-
forwarding_booking_attachments?:
|
|
96643
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96644
96644
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96645
96645
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
96646
96646
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96685,7 +96685,7 @@ type forwarding_bookingsUncheckedCreateWithoutCarrier_service_levelInput = {
|
|
|
96685
96685
|
updated_at?: Date | string | null;
|
|
96686
96686
|
updated_by?: string | null;
|
|
96687
96687
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96688
|
-
forwarding_booking_attachments?:
|
|
96688
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96689
96689
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96690
96690
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96691
96691
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96764,7 +96764,7 @@ type forwarding_bookingsCreateWithoutWeight_measurement_unitInput = {
|
|
|
96764
96764
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
96765
96765
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
96766
96766
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96767
|
-
forwarding_booking_attachments?:
|
|
96767
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96768
96768
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96769
96769
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
96770
96770
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96809,7 +96809,7 @@ type forwarding_bookingsUncheckedCreateWithoutWeight_measurement_unitInput = {
|
|
|
96809
96809
|
updated_at?: Date | string | null;
|
|
96810
96810
|
updated_by?: string | null;
|
|
96811
96811
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96812
|
-
forwarding_booking_attachments?:
|
|
96812
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96813
96813
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96814
96814
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96815
96815
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96862,7 +96862,7 @@ type forwarding_bookingsCreateWithoutOuter_measurement_unitInput = {
|
|
|
96862
96862
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
96863
96863
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
96864
96864
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96865
|
-
forwarding_booking_attachments?:
|
|
96865
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96866
96866
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96867
96867
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
96868
96868
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96907,7 +96907,7 @@ type forwarding_bookingsUncheckedCreateWithoutOuter_measurement_unitInput = {
|
|
|
96907
96907
|
updated_at?: Date | string | null;
|
|
96908
96908
|
updated_by?: string | null;
|
|
96909
96909
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96910
|
-
forwarding_booking_attachments?:
|
|
96910
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96911
96911
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96912
96912
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
96913
96913
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -96960,7 +96960,7 @@ type forwarding_bookingsCreateWithoutVolume_measurement_unitInput = {
|
|
|
96960
96960
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
96961
96961
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
96962
96962
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96963
|
-
forwarding_booking_attachments?:
|
|
96963
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96964
96964
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
96965
96965
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
96966
96966
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97005,7 +97005,7 @@ type forwarding_bookingsUncheckedCreateWithoutVolume_measurement_unitInput = {
|
|
|
97005
97005
|
updated_at?: Date | string | null;
|
|
97006
97006
|
updated_by?: string | null;
|
|
97007
97007
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97008
|
-
forwarding_booking_attachments?:
|
|
97008
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97009
97009
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97010
97010
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97011
97011
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97058,7 +97058,7 @@ type forwarding_bookingsCreateWithoutChargeable_measurement_unitInput = {
|
|
|
97058
97058
|
volume_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_volume_unitInput;
|
|
97059
97059
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
97060
97060
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97061
|
-
forwarding_booking_attachments?:
|
|
97061
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97062
97062
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97063
97063
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
97064
97064
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97103,7 +97103,7 @@ type forwarding_bookingsUncheckedCreateWithoutChargeable_measurement_unitInput =
|
|
|
97103
97103
|
updated_at?: Date | string | null;
|
|
97104
97104
|
updated_by?: string | null;
|
|
97105
97105
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97106
|
-
forwarding_booking_attachments?:
|
|
97106
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97107
97107
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97108
97108
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97109
97109
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97208,7 +97208,7 @@ type forwarding_bookingsCreateWithoutIncotermInput = {
|
|
|
97208
97208
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
97209
97209
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
97210
97210
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97211
|
-
forwarding_booking_attachments?:
|
|
97211
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97212
97212
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97213
97213
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
97214
97214
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97253,7 +97253,7 @@ type forwarding_bookingsUncheckedCreateWithoutIncotermInput = {
|
|
|
97253
97253
|
updated_at?: Date | string | null;
|
|
97254
97254
|
updated_by?: string | null;
|
|
97255
97255
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97256
|
-
forwarding_booking_attachments?:
|
|
97256
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97257
97257
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97258
97258
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97259
97259
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97319,7 +97319,7 @@ type forwarding_bookingsCreateWithoutForwarding_transport_modeInput = {
|
|
|
97319
97319
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
97320
97320
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
97321
97321
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97322
|
-
forwarding_booking_attachments?:
|
|
97322
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97323
97323
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97324
97324
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
97325
97325
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97364,7 +97364,7 @@ type forwarding_bookingsUncheckedCreateWithoutForwarding_transport_modeInput = {
|
|
|
97364
97364
|
updated_at?: Date | string | null;
|
|
97365
97365
|
updated_by?: string | null;
|
|
97366
97366
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97367
|
-
forwarding_booking_attachments?:
|
|
97367
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97368
97368
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97369
97369
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97370
97370
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97430,7 +97430,7 @@ type forwarding_bookingsCreateWithoutContainer_shipping_typeInput = {
|
|
|
97430
97430
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
97431
97431
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
97432
97432
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97433
|
-
forwarding_booking_attachments?:
|
|
97433
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97434
97434
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97435
97435
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
97436
97436
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97475,7 +97475,7 @@ type forwarding_bookingsUncheckedCreateWithoutContainer_shipping_typeInput = {
|
|
|
97475
97475
|
updated_at?: Date | string | null;
|
|
97476
97476
|
updated_by?: string | null;
|
|
97477
97477
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97478
|
-
forwarding_booking_attachments?:
|
|
97478
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97479
97479
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97480
97480
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97481
97481
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97541,7 +97541,7 @@ type forwarding_bookingsCreateWithoutForwarding_shipment_release_typeInput = {
|
|
|
97541
97541
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
97542
97542
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
97543
97543
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97544
|
-
forwarding_booking_attachments?:
|
|
97544
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97545
97545
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97546
97546
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
97547
97547
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97586,7 +97586,7 @@ type forwarding_bookingsUncheckedCreateWithoutForwarding_shipment_release_typeIn
|
|
|
97586
97586
|
updated_at?: Date | string | null;
|
|
97587
97587
|
updated_by?: string | null;
|
|
97588
97588
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97589
|
-
forwarding_booking_attachments?:
|
|
97589
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97590
97590
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97591
97591
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97592
97592
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97652,7 +97652,7 @@ type forwarding_bookingsCreateWithoutForwarding_shipment_charges_applyInput = {
|
|
|
97652
97652
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
97653
97653
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
97654
97654
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97655
|
-
forwarding_booking_attachments?:
|
|
97655
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97656
97656
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97657
97657
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
97658
97658
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97697,7 +97697,7 @@ type forwarding_bookingsUncheckedCreateWithoutForwarding_shipment_charges_applyI
|
|
|
97697
97697
|
updated_at?: Date | string | null;
|
|
97698
97698
|
updated_by?: string | null;
|
|
97699
97699
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97700
|
-
forwarding_booking_attachments?:
|
|
97700
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97701
97701
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97702
97702
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97703
97703
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97763,7 +97763,7 @@ type forwarding_bookingsCreateWithoutForwarding_shipment_on_board_statusInput =
|
|
|
97763
97763
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
97764
97764
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
97765
97765
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97766
|
-
forwarding_booking_attachments?:
|
|
97766
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97767
97767
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97768
97768
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
97769
97769
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97808,7 +97808,7 @@ type forwarding_bookingsUncheckedCreateWithoutForwarding_shipment_on_board_statu
|
|
|
97808
97808
|
updated_at?: Date | string | null;
|
|
97809
97809
|
updated_by?: string | null;
|
|
97810
97810
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97811
|
-
forwarding_booking_attachments?:
|
|
97811
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97812
97812
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97813
97813
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97814
97814
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
@@ -97875,7 +97875,7 @@ type forwarding_bookingsCreateWithoutForwarding_shipment_packingsInput = {
|
|
|
97875
97875
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
97876
97876
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
97877
97877
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97878
|
-
forwarding_booking_attachments?:
|
|
97878
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97879
97879
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_bookingInput;
|
|
97880
97880
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
97881
97881
|
};
|
|
@@ -97920,7 +97920,7 @@ type forwarding_bookingsUncheckedCreateWithoutForwarding_shipment_packingsInput
|
|
|
97920
97920
|
updated_at?: Date | string | null;
|
|
97921
97921
|
updated_by?: string | null;
|
|
97922
97922
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97923
|
-
forwarding_booking_attachments?:
|
|
97923
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97924
97924
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97925
97925
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
97926
97926
|
};
|
|
@@ -97978,7 +97978,7 @@ type forwarding_bookingsUpdateWithoutForwarding_shipment_packingsInput = {
|
|
|
97978
97978
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
97979
97979
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
97980
97980
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
97981
|
-
forwarding_booking_attachments?:
|
|
97981
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
97982
97982
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
97983
97983
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
97984
97984
|
};
|
|
@@ -98023,7 +98023,7 @@ type forwarding_bookingsUncheckedUpdateWithoutForwarding_shipment_packingsInput
|
|
|
98023
98023
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
98024
98024
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
98025
98025
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98026
|
-
forwarding_booking_attachments?:
|
|
98026
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98027
98027
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98028
98028
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98029
98029
|
};
|
|
@@ -98068,7 +98068,7 @@ type forwarding_bookingsCreateWithoutSyncproc_purchase_ordersInput = {
|
|
|
98068
98068
|
chargeable_measurement_unit?: measurement_unitsCreateNestedOneWithoutForwarding_bookings_chargeable_unitInput;
|
|
98069
98069
|
commodity?: commoditiesCreateNestedOneWithoutForwarding_bookingsInput;
|
|
98070
98070
|
forwarding_booking_logs?: forwarding_booking_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
98071
|
-
forwarding_booking_attachments?:
|
|
98071
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput;
|
|
98072
98072
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_bookingInput;
|
|
98073
98073
|
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_bookingInput;
|
|
98074
98074
|
};
|
|
@@ -98113,7 +98113,7 @@ type forwarding_bookingsUncheckedCreateWithoutSyncproc_purchase_ordersInput = {
|
|
|
98113
98113
|
updated_at?: Date | string | null;
|
|
98114
98114
|
updated_by?: string | null;
|
|
98115
98115
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
98116
|
-
forwarding_booking_attachments?:
|
|
98116
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
98117
98117
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
98118
98118
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
98119
98119
|
};
|
|
@@ -98171,7 +98171,7 @@ type forwarding_bookingsUpdateWithoutSyncproc_purchase_ordersInput = {
|
|
|
98171
98171
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
98172
98172
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
98173
98173
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98174
|
-
forwarding_booking_attachments?:
|
|
98174
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98175
98175
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98176
98176
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98177
98177
|
};
|
|
@@ -98216,7 +98216,7 @@ type forwarding_bookingsUncheckedUpdateWithoutSyncproc_purchase_ordersInput = {
|
|
|
98216
98216
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
98217
98217
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
98218
98218
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98219
|
-
forwarding_booking_attachments?:
|
|
98219
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98220
98220
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98221
98221
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98222
98222
|
};
|
|
@@ -98340,7 +98340,7 @@ type forwarding_bookingsUpdateWithoutOrigin_un_locodeInput = {
|
|
|
98340
98340
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
98341
98341
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
98342
98342
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98343
|
-
forwarding_booking_attachments?:
|
|
98343
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98344
98344
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98345
98345
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98346
98346
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -98385,7 +98385,7 @@ type forwarding_bookingsUncheckedUpdateWithoutOrigin_un_locodeInput = {
|
|
|
98385
98385
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
98386
98386
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
98387
98387
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98388
|
-
forwarding_booking_attachments?:
|
|
98388
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98389
98389
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98390
98390
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98391
98391
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -98470,7 +98470,7 @@ type forwarding_bookingsUpdateWithoutDestination_un_locodeInput = {
|
|
|
98470
98470
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
98471
98471
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
98472
98472
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98473
|
-
forwarding_booking_attachments?:
|
|
98473
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98474
98474
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98475
98475
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98476
98476
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -98515,7 +98515,7 @@ type forwarding_bookingsUncheckedUpdateWithoutDestination_un_locodeInput = {
|
|
|
98515
98515
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
98516
98516
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
98517
98517
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98518
|
-
forwarding_booking_attachments?:
|
|
98518
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98519
98519
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98520
98520
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98521
98521
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -98680,7 +98680,7 @@ type forwarding_bookingsUpdateWithoutCarrier_organizationInput = {
|
|
|
98680
98680
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
98681
98681
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
98682
98682
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98683
|
-
forwarding_booking_attachments?:
|
|
98683
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98684
98684
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98685
98685
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98686
98686
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -98725,7 +98725,7 @@ type forwarding_bookingsUncheckedUpdateWithoutCarrier_organizationInput = {
|
|
|
98725
98725
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
98726
98726
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
98727
98727
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98728
|
-
forwarding_booking_attachments?:
|
|
98728
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98729
98729
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98730
98730
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98731
98731
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -98810,7 +98810,7 @@ type forwarding_bookingsUpdateWithoutCreditor_organizationInput = {
|
|
|
98810
98810
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
98811
98811
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
98812
98812
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98813
|
-
forwarding_booking_attachments?:
|
|
98813
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98814
98814
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98815
98815
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98816
98816
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -98855,7 +98855,7 @@ type forwarding_bookingsUncheckedUpdateWithoutCreditor_organizationInput = {
|
|
|
98855
98855
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
98856
98856
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
98857
98857
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98858
|
-
forwarding_booking_attachments?:
|
|
98858
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98859
98859
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98860
98860
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98861
98861
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -98980,7 +98980,7 @@ type forwarding_bookingsUpdateWithoutCommodityInput = {
|
|
|
98980
98980
|
volume_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_volume_unitNestedInput;
|
|
98981
98981
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
98982
98982
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98983
|
-
forwarding_booking_attachments?:
|
|
98983
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98984
98984
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98985
98985
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
98986
98986
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -99025,7 +99025,7 @@ type forwarding_bookingsUncheckedUpdateWithoutCommodityInput = {
|
|
|
99025
99025
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
99026
99026
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
99027
99027
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99028
|
-
forwarding_booking_attachments?:
|
|
99028
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99029
99029
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99030
99030
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99031
99031
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -99190,7 +99190,7 @@ type forwarding_bookingsUpdateWithoutService_levelInput = {
|
|
|
99190
99190
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
99191
99191
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
99192
99192
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99193
|
-
forwarding_booking_attachments?:
|
|
99193
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99194
99194
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99195
99195
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99196
99196
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -99235,7 +99235,7 @@ type forwarding_bookingsUncheckedUpdateWithoutService_levelInput = {
|
|
|
99235
99235
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
99236
99236
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
99237
99237
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99238
|
-
forwarding_booking_attachments?:
|
|
99238
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99239
99239
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99240
99240
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99241
99241
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -99320,7 +99320,7 @@ type forwarding_bookingsUpdateWithoutCarrier_service_levelInput = {
|
|
|
99320
99320
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
99321
99321
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
99322
99322
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99323
|
-
forwarding_booking_attachments?:
|
|
99323
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99324
99324
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99325
99325
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99326
99326
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -99365,7 +99365,7 @@ type forwarding_bookingsUncheckedUpdateWithoutCarrier_service_levelInput = {
|
|
|
99365
99365
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
99366
99366
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
99367
99367
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99368
|
-
forwarding_booking_attachments?:
|
|
99368
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99369
99369
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99370
99370
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99371
99371
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -99610,7 +99610,7 @@ type forwarding_bookingsUpdateWithoutWeight_measurement_unitInput = {
|
|
|
99610
99610
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
99611
99611
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
99612
99612
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99613
|
-
forwarding_booking_attachments?:
|
|
99613
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99614
99614
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99615
99615
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99616
99616
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -99655,7 +99655,7 @@ type forwarding_bookingsUncheckedUpdateWithoutWeight_measurement_unitInput = {
|
|
|
99655
99655
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
99656
99656
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
99657
99657
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99658
|
-
forwarding_booking_attachments?:
|
|
99658
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99659
99659
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99660
99660
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99661
99661
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -99740,7 +99740,7 @@ type forwarding_bookingsUpdateWithoutOuter_measurement_unitInput = {
|
|
|
99740
99740
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
99741
99741
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
99742
99742
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99743
|
-
forwarding_booking_attachments?:
|
|
99743
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99744
99744
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99745
99745
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99746
99746
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -99785,7 +99785,7 @@ type forwarding_bookingsUncheckedUpdateWithoutOuter_measurement_unitInput = {
|
|
|
99785
99785
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
99786
99786
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
99787
99787
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99788
|
-
forwarding_booking_attachments?:
|
|
99788
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99789
99789
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99790
99790
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99791
99791
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -99870,7 +99870,7 @@ type forwarding_bookingsUpdateWithoutVolume_measurement_unitInput = {
|
|
|
99870
99870
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
99871
99871
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
99872
99872
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99873
|
-
forwarding_booking_attachments?:
|
|
99873
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99874
99874
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99875
99875
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99876
99876
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -99915,7 +99915,7 @@ type forwarding_bookingsUncheckedUpdateWithoutVolume_measurement_unitInput = {
|
|
|
99915
99915
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
99916
99916
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
99917
99917
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99918
|
-
forwarding_booking_attachments?:
|
|
99918
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99919
99919
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99920
99920
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
99921
99921
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -100000,7 +100000,7 @@ type forwarding_bookingsUpdateWithoutChargeable_measurement_unitInput = {
|
|
|
100000
100000
|
volume_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_volume_unitNestedInput;
|
|
100001
100001
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
100002
100002
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100003
|
-
forwarding_booking_attachments?:
|
|
100003
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100004
100004
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100005
100005
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100006
100006
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -100045,7 +100045,7 @@ type forwarding_bookingsUncheckedUpdateWithoutChargeable_measurement_unitInput =
|
|
|
100045
100045
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
100046
100046
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
100047
100047
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100048
|
-
forwarding_booking_attachments?:
|
|
100048
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100049
100049
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100050
100050
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100051
100051
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -100170,7 +100170,7 @@ type forwarding_bookingsUpdateWithoutIncotermInput = {
|
|
|
100170
100170
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
100171
100171
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
100172
100172
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100173
|
-
forwarding_booking_attachments?:
|
|
100173
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100174
100174
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100175
100175
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100176
100176
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -100215,7 +100215,7 @@ type forwarding_bookingsUncheckedUpdateWithoutIncotermInput = {
|
|
|
100215
100215
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
100216
100216
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
100217
100217
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100218
|
-
forwarding_booking_attachments?:
|
|
100218
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100219
100219
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100220
100220
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100221
100221
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -100340,7 +100340,7 @@ type forwarding_bookingsUpdateWithoutForwarding_transport_modeInput = {
|
|
|
100340
100340
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
100341
100341
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
100342
100342
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100343
|
-
forwarding_booking_attachments?:
|
|
100343
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100344
100344
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100345
100345
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100346
100346
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -100385,7 +100385,7 @@ type forwarding_bookingsUncheckedUpdateWithoutForwarding_transport_modeInput = {
|
|
|
100385
100385
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
100386
100386
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
100387
100387
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100388
|
-
forwarding_booking_attachments?:
|
|
100388
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100389
100389
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100390
100390
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100391
100391
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -100510,7 +100510,7 @@ type forwarding_bookingsUpdateWithoutContainer_shipping_typeInput = {
|
|
|
100510
100510
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
100511
100511
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
100512
100512
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100513
|
-
forwarding_booking_attachments?:
|
|
100513
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100514
100514
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100515
100515
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100516
100516
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -100555,7 +100555,7 @@ type forwarding_bookingsUncheckedUpdateWithoutContainer_shipping_typeInput = {
|
|
|
100555
100555
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
100556
100556
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
100557
100557
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100558
|
-
forwarding_booking_attachments?:
|
|
100558
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100559
100559
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100560
100560
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100561
100561
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -100680,7 +100680,7 @@ type forwarding_bookingsUpdateWithoutForwarding_shipment_release_typeInput = {
|
|
|
100680
100680
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
100681
100681
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
100682
100682
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100683
|
-
forwarding_booking_attachments?:
|
|
100683
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100684
100684
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100685
100685
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100686
100686
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -100725,7 +100725,7 @@ type forwarding_bookingsUncheckedUpdateWithoutForwarding_shipment_release_typeIn
|
|
|
100725
100725
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
100726
100726
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
100727
100727
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100728
|
-
forwarding_booking_attachments?:
|
|
100728
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100729
100729
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100730
100730
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100731
100731
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -100850,7 +100850,7 @@ type forwarding_bookingsUpdateWithoutForwarding_shipment_charges_applyInput = {
|
|
|
100850
100850
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
100851
100851
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
100852
100852
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100853
|
-
forwarding_booking_attachments?:
|
|
100853
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100854
100854
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100855
100855
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100856
100856
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -100895,7 +100895,7 @@ type forwarding_bookingsUncheckedUpdateWithoutForwarding_shipment_charges_applyI
|
|
|
100895
100895
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
100896
100896
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
100897
100897
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100898
|
-
forwarding_booking_attachments?:
|
|
100898
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100899
100899
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100900
100900
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
100901
100901
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -101020,7 +101020,7 @@ type forwarding_bookingsUpdateWithoutForwarding_shipment_on_board_statusInput =
|
|
|
101020
101020
|
chargeable_measurement_unit?: measurement_unitsUpdateOneWithoutForwarding_bookings_chargeable_unitNestedInput;
|
|
101021
101021
|
commodity?: commoditiesUpdateOneWithoutForwarding_bookingsNestedInput;
|
|
101022
101022
|
forwarding_booking_logs?: forwarding_booking_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
101023
|
-
forwarding_booking_attachments?:
|
|
101023
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
101024
101024
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
101025
101025
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_bookingNestedInput;
|
|
101026
101026
|
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -101065,7 +101065,7 @@ type forwarding_bookingsUncheckedUpdateWithoutForwarding_shipment_on_board_statu
|
|
|
101065
101065
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
101066
101066
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101067
101067
|
forwarding_booking_logs?: forwarding_booking_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
101068
|
-
forwarding_booking_attachments?:
|
|
101068
|
+
forwarding_booking_attachments?: forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
101069
101069
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
101070
101070
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
101071
101071
|
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
@@ -102932,7 +102932,7 @@ type forwarding_booking_organizationsWhereInput = {
|
|
|
102932
102932
|
forwarding_booking?: XOR<Forwarding_bookingsNullableScalarRelationFilter, forwarding_bookingsWhereInput> | null;
|
|
102933
102933
|
organization?: XOR<OrganizationsNullableScalarRelationFilter, organizationsWhereInput> | null;
|
|
102934
102934
|
organization_address?: XOR<Organization_addressesNullableScalarRelationFilter, organization_addressesWhereInput> | null;
|
|
102935
|
-
|
|
102935
|
+
forwarding_shipment_organization_type?: XOR<Forwarding_shipment_organization_typesNullableScalarRelationFilter, forwarding_shipment_organization_typesWhereInput> | null;
|
|
102936
102936
|
forwarding_booking_organization_logs?: Forwarding_booking_organization_logsListRelationFilter;
|
|
102937
102937
|
};
|
|
102938
102938
|
type forwarding_booking_organizationsOrderByWithRelationInput = {
|
|
@@ -102954,7 +102954,7 @@ type forwarding_booking_organizationsOrderByWithRelationInput = {
|
|
|
102954
102954
|
forwarding_booking?: forwarding_bookingsOrderByWithRelationInput;
|
|
102955
102955
|
organization?: organizationsOrderByWithRelationInput;
|
|
102956
102956
|
organization_address?: organization_addressesOrderByWithRelationInput;
|
|
102957
|
-
|
|
102957
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesOrderByWithRelationInput;
|
|
102958
102958
|
forwarding_booking_organization_logs?: forwarding_booking_organization_logsOrderByRelationAggregateInput;
|
|
102959
102959
|
};
|
|
102960
102960
|
type forwarding_booking_organizationsWhereUniqueInput = AtLeast<{
|
|
@@ -102980,7 +102980,7 @@ type forwarding_booking_organizationsWhereUniqueInput = AtLeast<{
|
|
|
102980
102980
|
forwarding_booking?: XOR<Forwarding_bookingsNullableScalarRelationFilter, forwarding_bookingsWhereInput> | null;
|
|
102981
102981
|
organization?: XOR<OrganizationsNullableScalarRelationFilter, organizationsWhereInput> | null;
|
|
102982
102982
|
organization_address?: XOR<Organization_addressesNullableScalarRelationFilter, organization_addressesWhereInput> | null;
|
|
102983
|
-
|
|
102983
|
+
forwarding_shipment_organization_type?: XOR<Forwarding_shipment_organization_typesNullableScalarRelationFilter, forwarding_shipment_organization_typesWhereInput> | null;
|
|
102984
102984
|
forwarding_booking_organization_logs?: Forwarding_booking_organization_logsListRelationFilter;
|
|
102985
102985
|
}, "id" | "logic_code" | "id_forwarding_booking_id_type">;
|
|
102986
102986
|
type forwarding_booking_organizationsOrderByWithAggregationInput = {
|
|
@@ -103040,7 +103040,7 @@ type forwarding_booking_organizationsCreateInput = {
|
|
|
103040
103040
|
forwarding_booking?: forwarding_bookingsCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103041
103041
|
organization?: organizationsCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103042
103042
|
organization_address?: organization_addressesCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103043
|
-
|
|
103043
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103044
103044
|
forwarding_booking_organization_logs?: forwarding_booking_organization_logsCreateNestedManyWithoutForwarding_booking_organizationsInput;
|
|
103045
103045
|
};
|
|
103046
103046
|
type forwarding_booking_organizationsUncheckedCreateInput = {
|
|
@@ -103076,7 +103076,7 @@ type forwarding_booking_organizationsUpdateInput = {
|
|
|
103076
103076
|
forwarding_booking?: forwarding_bookingsUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103077
103077
|
organization?: organizationsUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103078
103078
|
organization_address?: organization_addressesUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103079
|
-
|
|
103079
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103080
103080
|
forwarding_booking_organization_logs?: forwarding_booking_organization_logsUpdateManyWithoutForwarding_booking_organizationsNestedInput;
|
|
103081
103081
|
};
|
|
103082
103082
|
type forwarding_booking_organizationsUncheckedUpdateInput = {
|
|
@@ -103353,42 +103353,42 @@ type forwarding_booking_organizationsUncheckedUpdateManyWithoutOrganization_addr
|
|
|
103353
103353
|
updateMany?: forwarding_booking_organizationsUpdateManyWithWhereWithoutOrganization_addressInput | forwarding_booking_organizationsUpdateManyWithWhereWithoutOrganization_addressInput[];
|
|
103354
103354
|
deleteMany?: forwarding_booking_organizationsScalarWhereInput | forwarding_booking_organizationsScalarWhereInput[];
|
|
103355
103355
|
};
|
|
103356
|
-
type
|
|
103357
|
-
create?: XOR<
|
|
103358
|
-
connectOrCreate?:
|
|
103359
|
-
createMany?:
|
|
103356
|
+
type forwarding_booking_organizationsCreateNestedManyWithoutForwarding_shipment_organization_typeInput = {
|
|
103357
|
+
create?: XOR<forwarding_booking_organizationsCreateWithoutForwarding_shipment_organization_typeInput, forwarding_booking_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput> | forwarding_booking_organizationsCreateWithoutForwarding_shipment_organization_typeInput[] | forwarding_booking_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput[];
|
|
103358
|
+
connectOrCreate?: forwarding_booking_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput | forwarding_booking_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput[];
|
|
103359
|
+
createMany?: forwarding_booking_organizationsCreateManyForwarding_shipment_organization_typeInputEnvelope;
|
|
103360
103360
|
connect?: forwarding_booking_organizationsWhereUniqueInput | forwarding_booking_organizationsWhereUniqueInput[];
|
|
103361
103361
|
};
|
|
103362
|
-
type
|
|
103363
|
-
create?: XOR<
|
|
103364
|
-
connectOrCreate?:
|
|
103365
|
-
createMany?:
|
|
103362
|
+
type forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_shipment_organization_typeInput = {
|
|
103363
|
+
create?: XOR<forwarding_booking_organizationsCreateWithoutForwarding_shipment_organization_typeInput, forwarding_booking_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput> | forwarding_booking_organizationsCreateWithoutForwarding_shipment_organization_typeInput[] | forwarding_booking_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput[];
|
|
103364
|
+
connectOrCreate?: forwarding_booking_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput | forwarding_booking_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput[];
|
|
103365
|
+
createMany?: forwarding_booking_organizationsCreateManyForwarding_shipment_organization_typeInputEnvelope;
|
|
103366
103366
|
connect?: forwarding_booking_organizationsWhereUniqueInput | forwarding_booking_organizationsWhereUniqueInput[];
|
|
103367
103367
|
};
|
|
103368
|
-
type
|
|
103369
|
-
create?: XOR<
|
|
103370
|
-
connectOrCreate?:
|
|
103371
|
-
upsert?:
|
|
103372
|
-
createMany?:
|
|
103368
|
+
type forwarding_booking_organizationsUpdateManyWithoutForwarding_shipment_organization_typeNestedInput = {
|
|
103369
|
+
create?: XOR<forwarding_booking_organizationsCreateWithoutForwarding_shipment_organization_typeInput, forwarding_booking_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput> | forwarding_booking_organizationsCreateWithoutForwarding_shipment_organization_typeInput[] | forwarding_booking_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput[];
|
|
103370
|
+
connectOrCreate?: forwarding_booking_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput | forwarding_booking_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput[];
|
|
103371
|
+
upsert?: forwarding_booking_organizationsUpsertWithWhereUniqueWithoutForwarding_shipment_organization_typeInput | forwarding_booking_organizationsUpsertWithWhereUniqueWithoutForwarding_shipment_organization_typeInput[];
|
|
103372
|
+
createMany?: forwarding_booking_organizationsCreateManyForwarding_shipment_organization_typeInputEnvelope;
|
|
103373
103373
|
set?: forwarding_booking_organizationsWhereUniqueInput | forwarding_booking_organizationsWhereUniqueInput[];
|
|
103374
103374
|
disconnect?: forwarding_booking_organizationsWhereUniqueInput | forwarding_booking_organizationsWhereUniqueInput[];
|
|
103375
103375
|
delete?: forwarding_booking_organizationsWhereUniqueInput | forwarding_booking_organizationsWhereUniqueInput[];
|
|
103376
103376
|
connect?: forwarding_booking_organizationsWhereUniqueInput | forwarding_booking_organizationsWhereUniqueInput[];
|
|
103377
|
-
update?:
|
|
103378
|
-
updateMany?:
|
|
103377
|
+
update?: forwarding_booking_organizationsUpdateWithWhereUniqueWithoutForwarding_shipment_organization_typeInput | forwarding_booking_organizationsUpdateWithWhereUniqueWithoutForwarding_shipment_organization_typeInput[];
|
|
103378
|
+
updateMany?: forwarding_booking_organizationsUpdateManyWithWhereWithoutForwarding_shipment_organization_typeInput | forwarding_booking_organizationsUpdateManyWithWhereWithoutForwarding_shipment_organization_typeInput[];
|
|
103379
103379
|
deleteMany?: forwarding_booking_organizationsScalarWhereInput | forwarding_booking_organizationsScalarWhereInput[];
|
|
103380
103380
|
};
|
|
103381
|
-
type
|
|
103382
|
-
create?: XOR<
|
|
103383
|
-
connectOrCreate?:
|
|
103384
|
-
upsert?:
|
|
103385
|
-
createMany?:
|
|
103381
|
+
type forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_shipment_organization_typeNestedInput = {
|
|
103382
|
+
create?: XOR<forwarding_booking_organizationsCreateWithoutForwarding_shipment_organization_typeInput, forwarding_booking_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput> | forwarding_booking_organizationsCreateWithoutForwarding_shipment_organization_typeInput[] | forwarding_booking_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput[];
|
|
103383
|
+
connectOrCreate?: forwarding_booking_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput | forwarding_booking_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput[];
|
|
103384
|
+
upsert?: forwarding_booking_organizationsUpsertWithWhereUniqueWithoutForwarding_shipment_organization_typeInput | forwarding_booking_organizationsUpsertWithWhereUniqueWithoutForwarding_shipment_organization_typeInput[];
|
|
103385
|
+
createMany?: forwarding_booking_organizationsCreateManyForwarding_shipment_organization_typeInputEnvelope;
|
|
103386
103386
|
set?: forwarding_booking_organizationsWhereUniqueInput | forwarding_booking_organizationsWhereUniqueInput[];
|
|
103387
103387
|
disconnect?: forwarding_booking_organizationsWhereUniqueInput | forwarding_booking_organizationsWhereUniqueInput[];
|
|
103388
103388
|
delete?: forwarding_booking_organizationsWhereUniqueInput | forwarding_booking_organizationsWhereUniqueInput[];
|
|
103389
103389
|
connect?: forwarding_booking_organizationsWhereUniqueInput | forwarding_booking_organizationsWhereUniqueInput[];
|
|
103390
|
-
update?:
|
|
103391
|
-
updateMany?:
|
|
103390
|
+
update?: forwarding_booking_organizationsUpdateWithWhereUniqueWithoutForwarding_shipment_organization_typeInput | forwarding_booking_organizationsUpdateWithWhereUniqueWithoutForwarding_shipment_organization_typeInput[];
|
|
103391
|
+
updateMany?: forwarding_booking_organizationsUpdateManyWithWhereWithoutForwarding_shipment_organization_typeInput | forwarding_booking_organizationsUpdateManyWithWhereWithoutForwarding_shipment_organization_typeInput[];
|
|
103392
103392
|
deleteMany?: forwarding_booking_organizationsScalarWhereInput | forwarding_booking_organizationsScalarWhereInput[];
|
|
103393
103393
|
};
|
|
103394
103394
|
type forwarding_booking_organizationsCreateWithoutForwarding_bookingInput = {
|
|
@@ -103405,7 +103405,7 @@ type forwarding_booking_organizationsCreateWithoutForwarding_bookingInput = {
|
|
|
103405
103405
|
updated_by?: string | null;
|
|
103406
103406
|
organization?: organizationsCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103407
103407
|
organization_address?: organization_addressesCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103408
|
-
|
|
103408
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103409
103409
|
forwarding_booking_organization_logs?: forwarding_booking_organization_logsCreateNestedManyWithoutForwarding_booking_organizationsInput;
|
|
103410
103410
|
};
|
|
103411
103411
|
type forwarding_booking_organizationsUncheckedCreateWithoutForwarding_bookingInput = {
|
|
@@ -103481,7 +103481,7 @@ type forwarding_booking_organizationsCreateWithoutForwarding_booking_organizatio
|
|
|
103481
103481
|
forwarding_booking?: forwarding_bookingsCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103482
103482
|
organization?: organizationsCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103483
103483
|
organization_address?: organization_addressesCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103484
|
-
|
|
103484
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103485
103485
|
};
|
|
103486
103486
|
type forwarding_booking_organizationsUncheckedCreateWithoutForwarding_booking_organization_logsInput = {
|
|
103487
103487
|
id?: bigint | number;
|
|
@@ -103528,7 +103528,7 @@ type forwarding_booking_organizationsUpdateWithoutForwarding_booking_organizatio
|
|
|
103528
103528
|
forwarding_booking?: forwarding_bookingsUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103529
103529
|
organization?: organizationsUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103530
103530
|
organization_address?: organization_addressesUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103531
|
-
|
|
103531
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103532
103532
|
};
|
|
103533
103533
|
type forwarding_booking_organizationsUncheckedUpdateWithoutForwarding_booking_organization_logsInput = {
|
|
103534
103534
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -103561,7 +103561,7 @@ type forwarding_booking_organizationsCreateWithoutOrganizationInput = {
|
|
|
103561
103561
|
updated_by?: string | null;
|
|
103562
103562
|
forwarding_booking?: forwarding_bookingsCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103563
103563
|
organization_address?: organization_addressesCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103564
|
-
|
|
103564
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103565
103565
|
forwarding_booking_organization_logs?: forwarding_booking_organization_logsCreateNestedManyWithoutForwarding_booking_organizationsInput;
|
|
103566
103566
|
};
|
|
103567
103567
|
type forwarding_booking_organizationsUncheckedCreateWithoutOrganizationInput = {
|
|
@@ -103616,7 +103616,7 @@ type forwarding_booking_organizationsCreateWithoutOrganization_addressInput = {
|
|
|
103616
103616
|
updated_by?: string | null;
|
|
103617
103617
|
forwarding_booking?: forwarding_bookingsCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103618
103618
|
organization?: organizationsCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103619
|
-
|
|
103619
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103620
103620
|
forwarding_booking_organization_logs?: forwarding_booking_organization_logsCreateNestedManyWithoutForwarding_booking_organizationsInput;
|
|
103621
103621
|
};
|
|
103622
103622
|
type forwarding_booking_organizationsUncheckedCreateWithoutOrganization_addressInput = {
|
|
@@ -103657,7 +103657,7 @@ type forwarding_booking_organizationsUpdateManyWithWhereWithoutOrganization_addr
|
|
|
103657
103657
|
where: forwarding_booking_organizationsScalarWhereInput;
|
|
103658
103658
|
data: XOR<forwarding_booking_organizationsUpdateManyMutationInput, forwarding_booking_organizationsUncheckedUpdateManyWithoutOrganization_addressInput>;
|
|
103659
103659
|
};
|
|
103660
|
-
type
|
|
103660
|
+
type forwarding_booking_organizationsCreateWithoutForwarding_shipment_organization_typeInput = {
|
|
103661
103661
|
id?: bigint | number;
|
|
103662
103662
|
logic_code?: string | null;
|
|
103663
103663
|
code?: string | null;
|
|
@@ -103674,7 +103674,7 @@ type forwarding_booking_organizationsCreateWithoutForwarding_shipment_organizati
|
|
|
103674
103674
|
organization_address?: organization_addressesCreateNestedOneWithoutForwarding_booking_organizationsInput;
|
|
103675
103675
|
forwarding_booking_organization_logs?: forwarding_booking_organization_logsCreateNestedManyWithoutForwarding_booking_organizationsInput;
|
|
103676
103676
|
};
|
|
103677
|
-
type
|
|
103677
|
+
type forwarding_booking_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput = {
|
|
103678
103678
|
id?: bigint | number;
|
|
103679
103679
|
id_forwarding_booking?: bigint | number | null;
|
|
103680
103680
|
id_organization?: bigint | number | null;
|
|
@@ -103691,26 +103691,26 @@ type forwarding_booking_organizationsUncheckedCreateWithoutForwarding_shipment_o
|
|
|
103691
103691
|
updated_by?: string | null;
|
|
103692
103692
|
forwarding_booking_organization_logs?: forwarding_booking_organization_logsUncheckedCreateNestedManyWithoutForwarding_booking_organizationsInput;
|
|
103693
103693
|
};
|
|
103694
|
-
type
|
|
103694
|
+
type forwarding_booking_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput = {
|
|
103695
103695
|
where: forwarding_booking_organizationsWhereUniqueInput;
|
|
103696
|
-
create: XOR<
|
|
103696
|
+
create: XOR<forwarding_booking_organizationsCreateWithoutForwarding_shipment_organization_typeInput, forwarding_booking_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput>;
|
|
103697
103697
|
};
|
|
103698
|
-
type
|
|
103699
|
-
data:
|
|
103698
|
+
type forwarding_booking_organizationsCreateManyForwarding_shipment_organization_typeInputEnvelope = {
|
|
103699
|
+
data: forwarding_booking_organizationsCreateManyForwarding_shipment_organization_typeInput | forwarding_booking_organizationsCreateManyForwarding_shipment_organization_typeInput[];
|
|
103700
103700
|
skipDuplicates?: boolean;
|
|
103701
103701
|
};
|
|
103702
|
-
type
|
|
103702
|
+
type forwarding_booking_organizationsUpsertWithWhereUniqueWithoutForwarding_shipment_organization_typeInput = {
|
|
103703
103703
|
where: forwarding_booking_organizationsWhereUniqueInput;
|
|
103704
|
-
update: XOR<
|
|
103705
|
-
create: XOR<
|
|
103704
|
+
update: XOR<forwarding_booking_organizationsUpdateWithoutForwarding_shipment_organization_typeInput, forwarding_booking_organizationsUncheckedUpdateWithoutForwarding_shipment_organization_typeInput>;
|
|
103705
|
+
create: XOR<forwarding_booking_organizationsCreateWithoutForwarding_shipment_organization_typeInput, forwarding_booking_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput>;
|
|
103706
103706
|
};
|
|
103707
|
-
type
|
|
103707
|
+
type forwarding_booking_organizationsUpdateWithWhereUniqueWithoutForwarding_shipment_organization_typeInput = {
|
|
103708
103708
|
where: forwarding_booking_organizationsWhereUniqueInput;
|
|
103709
|
-
data: XOR<
|
|
103709
|
+
data: XOR<forwarding_booking_organizationsUpdateWithoutForwarding_shipment_organization_typeInput, forwarding_booking_organizationsUncheckedUpdateWithoutForwarding_shipment_organization_typeInput>;
|
|
103710
103710
|
};
|
|
103711
|
-
type
|
|
103711
|
+
type forwarding_booking_organizationsUpdateManyWithWhereWithoutForwarding_shipment_organization_typeInput = {
|
|
103712
103712
|
where: forwarding_booking_organizationsScalarWhereInput;
|
|
103713
|
-
data: XOR<forwarding_booking_organizationsUpdateManyMutationInput,
|
|
103713
|
+
data: XOR<forwarding_booking_organizationsUpdateManyMutationInput, forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_shipment_organization_typeInput>;
|
|
103714
103714
|
};
|
|
103715
103715
|
type forwarding_booking_organizationsCreateManyForwarding_bookingInput = {
|
|
103716
103716
|
id?: bigint | number;
|
|
@@ -103742,7 +103742,7 @@ type forwarding_booking_organizationsUpdateWithoutForwarding_bookingInput = {
|
|
|
103742
103742
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103743
103743
|
organization?: organizationsUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103744
103744
|
organization_address?: organization_addressesUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103745
|
-
|
|
103745
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103746
103746
|
forwarding_booking_organization_logs?: forwarding_booking_organization_logsUpdateManyWithoutForwarding_booking_organizationsNestedInput;
|
|
103747
103747
|
};
|
|
103748
103748
|
type forwarding_booking_organizationsUncheckedUpdateWithoutForwarding_bookingInput = {
|
|
@@ -103808,7 +103808,7 @@ type forwarding_booking_organizationsUpdateWithoutOrganizationInput = {
|
|
|
103808
103808
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103809
103809
|
forwarding_booking?: forwarding_bookingsUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103810
103810
|
organization_address?: organization_addressesUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103811
|
-
|
|
103811
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103812
103812
|
forwarding_booking_organization_logs?: forwarding_booking_organization_logsUpdateManyWithoutForwarding_booking_organizationsNestedInput;
|
|
103813
103813
|
};
|
|
103814
103814
|
type forwarding_booking_organizationsUncheckedUpdateWithoutOrganizationInput = {
|
|
@@ -103874,7 +103874,7 @@ type forwarding_booking_organizationsUpdateWithoutOrganization_addressInput = {
|
|
|
103874
103874
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103875
103875
|
forwarding_booking?: forwarding_bookingsUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103876
103876
|
organization?: organizationsUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103877
|
-
|
|
103877
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103878
103878
|
forwarding_booking_organization_logs?: forwarding_booking_organization_logsUpdateManyWithoutForwarding_booking_organizationsNestedInput;
|
|
103879
103879
|
};
|
|
103880
103880
|
type forwarding_booking_organizationsUncheckedUpdateWithoutOrganization_addressInput = {
|
|
@@ -103910,7 +103910,7 @@ type forwarding_booking_organizationsUncheckedUpdateManyWithoutOrganization_addr
|
|
|
103910
103910
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
103911
103911
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103912
103912
|
};
|
|
103913
|
-
type
|
|
103913
|
+
type forwarding_booking_organizationsCreateManyForwarding_shipment_organization_typeInput = {
|
|
103914
103914
|
id?: bigint | number;
|
|
103915
103915
|
id_forwarding_booking?: bigint | number | null;
|
|
103916
103916
|
id_organization?: bigint | number | null;
|
|
@@ -103926,7 +103926,7 @@ type forwarding_booking_organizationsCreateManyForwarding_shipment_organization_
|
|
|
103926
103926
|
updated_at?: Date | string | null;
|
|
103927
103927
|
updated_by?: string | null;
|
|
103928
103928
|
};
|
|
103929
|
-
type
|
|
103929
|
+
type forwarding_booking_organizationsUpdateWithoutForwarding_shipment_organization_typeInput = {
|
|
103930
103930
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
103931
103931
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103932
103932
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -103943,7 +103943,7 @@ type forwarding_booking_organizationsUpdateWithoutForwarding_shipment_organizati
|
|
|
103943
103943
|
organization_address?: organization_addressesUpdateOneWithoutForwarding_booking_organizationsNestedInput;
|
|
103944
103944
|
forwarding_booking_organization_logs?: forwarding_booking_organization_logsUpdateManyWithoutForwarding_booking_organizationsNestedInput;
|
|
103945
103945
|
};
|
|
103946
|
-
type
|
|
103946
|
+
type forwarding_booking_organizationsUncheckedUpdateWithoutForwarding_shipment_organization_typeInput = {
|
|
103947
103947
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
103948
103948
|
id_forwarding_booking?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
103949
103949
|
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
@@ -103960,7 +103960,7 @@ type forwarding_booking_organizationsUncheckedUpdateWithoutForwarding_shipment_o
|
|
|
103960
103960
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103961
103961
|
forwarding_booking_organization_logs?: forwarding_booking_organization_logsUncheckedUpdateManyWithoutForwarding_booking_organizationsNestedInput;
|
|
103962
103962
|
};
|
|
103963
|
-
type
|
|
103963
|
+
type forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_shipment_organization_typeInput = {
|
|
103964
103964
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
103965
103965
|
id_forwarding_booking?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
103966
103966
|
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
@@ -104017,7 +104017,7 @@ type forwarding_booking_organizationsSelect<ExtArgs extends Types$1.Extensions.I
|
|
|
104017
104017
|
forwarding_booking?: boolean | forwarding_booking_organizations$forwarding_bookingArgs<ExtArgs>;
|
|
104018
104018
|
organization?: boolean | forwarding_booking_organizations$organizationArgs<ExtArgs>;
|
|
104019
104019
|
organization_address?: boolean | forwarding_booking_organizations$organization_addressArgs<ExtArgs>;
|
|
104020
|
-
|
|
104020
|
+
forwarding_shipment_organization_type?: boolean | forwarding_booking_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>;
|
|
104021
104021
|
forwarding_booking_organization_logs?: boolean | forwarding_booking_organizations$forwarding_booking_organization_logsArgs<ExtArgs>;
|
|
104022
104022
|
_count?: boolean | Forwarding_booking_organizationsCountOutputTypeDefaultArgs<ExtArgs>;
|
|
104023
104023
|
}, ExtArgs["result"]["forwarding_booking_organizations"]>;
|
|
@@ -104040,7 +104040,7 @@ type forwarding_booking_organizationsSelectCreateManyAndReturn<ExtArgs extends T
|
|
|
104040
104040
|
forwarding_booking?: boolean | forwarding_booking_organizations$forwarding_bookingArgs<ExtArgs>;
|
|
104041
104041
|
organization?: boolean | forwarding_booking_organizations$organizationArgs<ExtArgs>;
|
|
104042
104042
|
organization_address?: boolean | forwarding_booking_organizations$organization_addressArgs<ExtArgs>;
|
|
104043
|
-
|
|
104043
|
+
forwarding_shipment_organization_type?: boolean | forwarding_booking_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>;
|
|
104044
104044
|
}, ExtArgs["result"]["forwarding_booking_organizations"]>;
|
|
104045
104045
|
type forwarding_booking_organizationsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
104046
104046
|
id?: boolean;
|
|
@@ -104061,14 +104061,14 @@ type forwarding_booking_organizationsSelectUpdateManyAndReturn<ExtArgs extends T
|
|
|
104061
104061
|
forwarding_booking?: boolean | forwarding_booking_organizations$forwarding_bookingArgs<ExtArgs>;
|
|
104062
104062
|
organization?: boolean | forwarding_booking_organizations$organizationArgs<ExtArgs>;
|
|
104063
104063
|
organization_address?: boolean | forwarding_booking_organizations$organization_addressArgs<ExtArgs>;
|
|
104064
|
-
|
|
104064
|
+
forwarding_shipment_organization_type?: boolean | forwarding_booking_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>;
|
|
104065
104065
|
}, ExtArgs["result"]["forwarding_booking_organizations"]>;
|
|
104066
104066
|
type forwarding_booking_organizationsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_booking" | "id_organization" | "id_organization_address" | "id_type" | "logic_code" | "code" | "name" | "address" | "is_active" | "is_override" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_booking_organizations"]>;
|
|
104067
104067
|
type forwarding_booking_organizationsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
104068
104068
|
forwarding_booking?: boolean | forwarding_booking_organizations$forwarding_bookingArgs<ExtArgs>;
|
|
104069
104069
|
organization?: boolean | forwarding_booking_organizations$organizationArgs<ExtArgs>;
|
|
104070
104070
|
organization_address?: boolean | forwarding_booking_organizations$organization_addressArgs<ExtArgs>;
|
|
104071
|
-
|
|
104071
|
+
forwarding_shipment_organization_type?: boolean | forwarding_booking_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>;
|
|
104072
104072
|
forwarding_booking_organization_logs?: boolean | forwarding_booking_organizations$forwarding_booking_organization_logsArgs<ExtArgs>;
|
|
104073
104073
|
_count?: boolean | Forwarding_booking_organizationsCountOutputTypeDefaultArgs<ExtArgs>;
|
|
104074
104074
|
};
|
|
@@ -104076,13 +104076,13 @@ type forwarding_booking_organizationsIncludeCreateManyAndReturn<ExtArgs extends
|
|
|
104076
104076
|
forwarding_booking?: boolean | forwarding_booking_organizations$forwarding_bookingArgs<ExtArgs>;
|
|
104077
104077
|
organization?: boolean | forwarding_booking_organizations$organizationArgs<ExtArgs>;
|
|
104078
104078
|
organization_address?: boolean | forwarding_booking_organizations$organization_addressArgs<ExtArgs>;
|
|
104079
|
-
|
|
104079
|
+
forwarding_shipment_organization_type?: boolean | forwarding_booking_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>;
|
|
104080
104080
|
};
|
|
104081
104081
|
type forwarding_booking_organizationsIncludeUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
104082
104082
|
forwarding_booking?: boolean | forwarding_booking_organizations$forwarding_bookingArgs<ExtArgs>;
|
|
104083
104083
|
organization?: boolean | forwarding_booking_organizations$organizationArgs<ExtArgs>;
|
|
104084
104084
|
organization_address?: boolean | forwarding_booking_organizations$organization_addressArgs<ExtArgs>;
|
|
104085
|
-
|
|
104085
|
+
forwarding_shipment_organization_type?: boolean | forwarding_booking_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>;
|
|
104086
104086
|
};
|
|
104087
104087
|
type $forwarding_booking_organizationsPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
104088
104088
|
name: "forwarding_booking_organizations";
|
|
@@ -104090,7 +104090,7 @@ type $forwarding_booking_organizationsPayload<ExtArgs extends Types$1.Extensions
|
|
|
104090
104090
|
forwarding_booking: $forwarding_bookingsPayload<ExtArgs> | null;
|
|
104091
104091
|
organization: $organizationsPayload<ExtArgs> | null;
|
|
104092
104092
|
organization_address: $organization_addressesPayload<ExtArgs> | null;
|
|
104093
|
-
|
|
104093
|
+
forwarding_shipment_organization_type: $forwarding_shipment_organization_typesPayload<ExtArgs> | null;
|
|
104094
104094
|
forwarding_booking_organization_logs: $forwarding_booking_organization_logsPayload<ExtArgs>[];
|
|
104095
104095
|
};
|
|
104096
104096
|
scalars: Types$1.Extensions.GetPayloadResult<{
|
|
@@ -104427,7 +104427,7 @@ interface Prisma__forwarding_booking_organizationsClient<T$1, Null = never, ExtA
|
|
|
104427
104427
|
forwarding_booking<T$1 extends forwarding_booking_organizations$forwarding_bookingArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_booking_organizations$forwarding_bookingArgs<ExtArgs>>): Prisma__forwarding_bookingsClient<Types$1.Result.GetResult<$forwarding_bookingsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
104428
104428
|
organization<T$1 extends forwarding_booking_organizations$organizationArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_booking_organizations$organizationArgs<ExtArgs>>): Prisma__organizationsClient<Types$1.Result.GetResult<$organizationsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
104429
104429
|
organization_address<T$1 extends forwarding_booking_organizations$organization_addressArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_booking_organizations$organization_addressArgs<ExtArgs>>): Prisma__organization_addressesClient<Types$1.Result.GetResult<$organization_addressesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
104430
|
-
|
|
104430
|
+
forwarding_shipment_organization_type<T$1 extends forwarding_booking_organizations$forwarding_shipment_organization_typeArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_booking_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>>): Prisma__forwarding_shipment_organization_typesClient<Types$1.Result.GetResult<$forwarding_shipment_organization_typesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
104431
104431
|
forwarding_booking_organization_logs<T$1 extends forwarding_booking_organizations$forwarding_booking_organization_logsArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_booking_organizations$forwarding_booking_organization_logsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_booking_organization_logsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
|
|
104432
104432
|
/**
|
|
104433
104433
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
@@ -104902,9 +104902,9 @@ type forwarding_booking_organizations$organization_addressArgs<ExtArgs extends T
|
|
|
104902
104902
|
where?: organization_addressesWhereInput;
|
|
104903
104903
|
};
|
|
104904
104904
|
/**
|
|
104905
|
-
* forwarding_booking_organizations.
|
|
104905
|
+
* forwarding_booking_organizations.forwarding_shipment_organization_type
|
|
104906
104906
|
*/
|
|
104907
|
-
type forwarding_booking_organizations$
|
|
104907
|
+
type forwarding_booking_organizations$forwarding_shipment_organization_typeArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
104908
104908
|
/**
|
|
104909
104909
|
* Select specific fields to fetch from the forwarding_shipment_organization_types
|
|
104910
104910
|
*/
|
|
@@ -105177,7 +105177,7 @@ type forwarding_booking_attachmentsWhereInput = {
|
|
|
105177
105177
|
created_by?: StringNullableFilter<"forwarding_booking_attachments"> | string | null;
|
|
105178
105178
|
updated_at?: DateTimeNullableFilter<"forwarding_booking_attachments"> | Date | string | null;
|
|
105179
105179
|
updated_by?: StringNullableFilter<"forwarding_booking_attachments"> | string | null;
|
|
105180
|
-
|
|
105180
|
+
forwarding_booking?: XOR<Forwarding_bookingsNullableScalarRelationFilter, forwarding_bookingsWhereInput> | null;
|
|
105181
105181
|
forwarding_booking_attachment_logs?: Forwarding_booking_attachment_logsListRelationFilter;
|
|
105182
105182
|
};
|
|
105183
105183
|
type forwarding_booking_attachmentsOrderByWithRelationInput = {
|
|
@@ -105194,7 +105194,7 @@ type forwarding_booking_attachmentsOrderByWithRelationInput = {
|
|
|
105194
105194
|
created_by?: SortOrderInput | SortOrder;
|
|
105195
105195
|
updated_at?: SortOrderInput | SortOrder;
|
|
105196
105196
|
updated_by?: SortOrderInput | SortOrder;
|
|
105197
|
-
|
|
105197
|
+
forwarding_booking?: forwarding_bookingsOrderByWithRelationInput;
|
|
105198
105198
|
forwarding_booking_attachment_logs?: forwarding_booking_attachment_logsOrderByRelationAggregateInput;
|
|
105199
105199
|
};
|
|
105200
105200
|
type forwarding_booking_attachmentsWhereUniqueInput = AtLeast<{
|
|
@@ -105214,7 +105214,7 @@ type forwarding_booking_attachmentsWhereUniqueInput = AtLeast<{
|
|
|
105214
105214
|
created_by?: StringNullableFilter<"forwarding_booking_attachments"> | string | null;
|
|
105215
105215
|
updated_at?: DateTimeNullableFilter<"forwarding_booking_attachments"> | Date | string | null;
|
|
105216
105216
|
updated_by?: StringNullableFilter<"forwarding_booking_attachments"> | string | null;
|
|
105217
|
-
|
|
105217
|
+
forwarding_booking?: XOR<Forwarding_bookingsNullableScalarRelationFilter, forwarding_bookingsWhereInput> | null;
|
|
105218
105218
|
forwarding_booking_attachment_logs?: Forwarding_booking_attachment_logsListRelationFilter;
|
|
105219
105219
|
}, "id">;
|
|
105220
105220
|
type forwarding_booking_attachmentsOrderByWithAggregationInput = {
|
|
@@ -105268,7 +105268,7 @@ type forwarding_booking_attachmentsCreateInput = {
|
|
|
105268
105268
|
created_by?: string | null;
|
|
105269
105269
|
updated_at?: Date | string | null;
|
|
105270
105270
|
updated_by?: string | null;
|
|
105271
|
-
|
|
105271
|
+
forwarding_booking?: forwarding_bookingsCreateNestedOneWithoutForwarding_booking_attachmentsInput;
|
|
105272
105272
|
forwarding_booking_attachment_logs?: forwarding_booking_attachment_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
105273
105273
|
};
|
|
105274
105274
|
type forwarding_booking_attachmentsUncheckedCreateInput = {
|
|
@@ -105300,7 +105300,7 @@ type forwarding_booking_attachmentsUpdateInput = {
|
|
|
105300
105300
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105301
105301
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
105302
105302
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105303
|
-
|
|
105303
|
+
forwarding_booking?: forwarding_bookingsUpdateOneWithoutForwarding_booking_attachmentsNestedInput;
|
|
105304
105304
|
forwarding_booking_attachment_logs?: forwarding_booking_attachment_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
105305
105305
|
};
|
|
105306
105306
|
type forwarding_booking_attachmentsUncheckedUpdateInput = {
|
|
@@ -105430,42 +105430,42 @@ type Forwarding_booking_attachmentsNullableScalarRelationFilter = {
|
|
|
105430
105430
|
is?: forwarding_booking_attachmentsWhereInput | null;
|
|
105431
105431
|
isNot?: forwarding_booking_attachmentsWhereInput | null;
|
|
105432
105432
|
};
|
|
105433
|
-
type
|
|
105434
|
-
create?: XOR<
|
|
105435
|
-
connectOrCreate?:
|
|
105436
|
-
createMany?:
|
|
105433
|
+
type forwarding_booking_attachmentsCreateNestedManyWithoutForwarding_bookingInput = {
|
|
105434
|
+
create?: XOR<forwarding_booking_attachmentsCreateWithoutForwarding_bookingInput, forwarding_booking_attachmentsUncheckedCreateWithoutForwarding_bookingInput> | forwarding_booking_attachmentsCreateWithoutForwarding_bookingInput[] | forwarding_booking_attachmentsUncheckedCreateWithoutForwarding_bookingInput[];
|
|
105435
|
+
connectOrCreate?: forwarding_booking_attachmentsCreateOrConnectWithoutForwarding_bookingInput | forwarding_booking_attachmentsCreateOrConnectWithoutForwarding_bookingInput[];
|
|
105436
|
+
createMany?: forwarding_booking_attachmentsCreateManyForwarding_bookingInputEnvelope;
|
|
105437
105437
|
connect?: forwarding_booking_attachmentsWhereUniqueInput | forwarding_booking_attachmentsWhereUniqueInput[];
|
|
105438
105438
|
};
|
|
105439
|
-
type
|
|
105440
|
-
create?: XOR<
|
|
105441
|
-
connectOrCreate?:
|
|
105442
|
-
createMany?:
|
|
105439
|
+
type forwarding_booking_attachmentsUncheckedCreateNestedManyWithoutForwarding_bookingInput = {
|
|
105440
|
+
create?: XOR<forwarding_booking_attachmentsCreateWithoutForwarding_bookingInput, forwarding_booking_attachmentsUncheckedCreateWithoutForwarding_bookingInput> | forwarding_booking_attachmentsCreateWithoutForwarding_bookingInput[] | forwarding_booking_attachmentsUncheckedCreateWithoutForwarding_bookingInput[];
|
|
105441
|
+
connectOrCreate?: forwarding_booking_attachmentsCreateOrConnectWithoutForwarding_bookingInput | forwarding_booking_attachmentsCreateOrConnectWithoutForwarding_bookingInput[];
|
|
105442
|
+
createMany?: forwarding_booking_attachmentsCreateManyForwarding_bookingInputEnvelope;
|
|
105443
105443
|
connect?: forwarding_booking_attachmentsWhereUniqueInput | forwarding_booking_attachmentsWhereUniqueInput[];
|
|
105444
105444
|
};
|
|
105445
|
-
type
|
|
105446
|
-
create?: XOR<
|
|
105447
|
-
connectOrCreate?:
|
|
105448
|
-
upsert?:
|
|
105449
|
-
createMany?:
|
|
105445
|
+
type forwarding_booking_attachmentsUpdateManyWithoutForwarding_bookingNestedInput = {
|
|
105446
|
+
create?: XOR<forwarding_booking_attachmentsCreateWithoutForwarding_bookingInput, forwarding_booking_attachmentsUncheckedCreateWithoutForwarding_bookingInput> | forwarding_booking_attachmentsCreateWithoutForwarding_bookingInput[] | forwarding_booking_attachmentsUncheckedCreateWithoutForwarding_bookingInput[];
|
|
105447
|
+
connectOrCreate?: forwarding_booking_attachmentsCreateOrConnectWithoutForwarding_bookingInput | forwarding_booking_attachmentsCreateOrConnectWithoutForwarding_bookingInput[];
|
|
105448
|
+
upsert?: forwarding_booking_attachmentsUpsertWithWhereUniqueWithoutForwarding_bookingInput | forwarding_booking_attachmentsUpsertWithWhereUniqueWithoutForwarding_bookingInput[];
|
|
105449
|
+
createMany?: forwarding_booking_attachmentsCreateManyForwarding_bookingInputEnvelope;
|
|
105450
105450
|
set?: forwarding_booking_attachmentsWhereUniqueInput | forwarding_booking_attachmentsWhereUniqueInput[];
|
|
105451
105451
|
disconnect?: forwarding_booking_attachmentsWhereUniqueInput | forwarding_booking_attachmentsWhereUniqueInput[];
|
|
105452
105452
|
delete?: forwarding_booking_attachmentsWhereUniqueInput | forwarding_booking_attachmentsWhereUniqueInput[];
|
|
105453
105453
|
connect?: forwarding_booking_attachmentsWhereUniqueInput | forwarding_booking_attachmentsWhereUniqueInput[];
|
|
105454
|
-
update?:
|
|
105455
|
-
updateMany?:
|
|
105454
|
+
update?: forwarding_booking_attachmentsUpdateWithWhereUniqueWithoutForwarding_bookingInput | forwarding_booking_attachmentsUpdateWithWhereUniqueWithoutForwarding_bookingInput[];
|
|
105455
|
+
updateMany?: forwarding_booking_attachmentsUpdateManyWithWhereWithoutForwarding_bookingInput | forwarding_booking_attachmentsUpdateManyWithWhereWithoutForwarding_bookingInput[];
|
|
105456
105456
|
deleteMany?: forwarding_booking_attachmentsScalarWhereInput | forwarding_booking_attachmentsScalarWhereInput[];
|
|
105457
105457
|
};
|
|
105458
|
-
type
|
|
105459
|
-
create?: XOR<
|
|
105460
|
-
connectOrCreate?:
|
|
105461
|
-
upsert?:
|
|
105462
|
-
createMany?:
|
|
105458
|
+
type forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingNestedInput = {
|
|
105459
|
+
create?: XOR<forwarding_booking_attachmentsCreateWithoutForwarding_bookingInput, forwarding_booking_attachmentsUncheckedCreateWithoutForwarding_bookingInput> | forwarding_booking_attachmentsCreateWithoutForwarding_bookingInput[] | forwarding_booking_attachmentsUncheckedCreateWithoutForwarding_bookingInput[];
|
|
105460
|
+
connectOrCreate?: forwarding_booking_attachmentsCreateOrConnectWithoutForwarding_bookingInput | forwarding_booking_attachmentsCreateOrConnectWithoutForwarding_bookingInput[];
|
|
105461
|
+
upsert?: forwarding_booking_attachmentsUpsertWithWhereUniqueWithoutForwarding_bookingInput | forwarding_booking_attachmentsUpsertWithWhereUniqueWithoutForwarding_bookingInput[];
|
|
105462
|
+
createMany?: forwarding_booking_attachmentsCreateManyForwarding_bookingInputEnvelope;
|
|
105463
105463
|
set?: forwarding_booking_attachmentsWhereUniqueInput | forwarding_booking_attachmentsWhereUniqueInput[];
|
|
105464
105464
|
disconnect?: forwarding_booking_attachmentsWhereUniqueInput | forwarding_booking_attachmentsWhereUniqueInput[];
|
|
105465
105465
|
delete?: forwarding_booking_attachmentsWhereUniqueInput | forwarding_booking_attachmentsWhereUniqueInput[];
|
|
105466
105466
|
connect?: forwarding_booking_attachmentsWhereUniqueInput | forwarding_booking_attachmentsWhereUniqueInput[];
|
|
105467
|
-
update?:
|
|
105468
|
-
updateMany?:
|
|
105467
|
+
update?: forwarding_booking_attachmentsUpdateWithWhereUniqueWithoutForwarding_bookingInput | forwarding_booking_attachmentsUpdateWithWhereUniqueWithoutForwarding_bookingInput[];
|
|
105468
|
+
updateMany?: forwarding_booking_attachmentsUpdateManyWithWhereWithoutForwarding_bookingInput | forwarding_booking_attachmentsUpdateManyWithWhereWithoutForwarding_bookingInput[];
|
|
105469
105469
|
deleteMany?: forwarding_booking_attachmentsScalarWhereInput | forwarding_booking_attachmentsScalarWhereInput[];
|
|
105470
105470
|
};
|
|
105471
105471
|
type forwarding_booking_attachmentsCreateNestedOneWithoutForwarding_booking_attachment_logsInput = {
|
|
@@ -105482,7 +105482,7 @@ type forwarding_booking_attachmentsUpdateOneWithoutForwarding_booking_attachment
|
|
|
105482
105482
|
connect?: forwarding_booking_attachmentsWhereUniqueInput;
|
|
105483
105483
|
update?: XOR<XOR<forwarding_booking_attachmentsUpdateToOneWithWhereWithoutForwarding_booking_attachment_logsInput, forwarding_booking_attachmentsUpdateWithoutForwarding_booking_attachment_logsInput>, forwarding_booking_attachmentsUncheckedUpdateWithoutForwarding_booking_attachment_logsInput>;
|
|
105484
105484
|
};
|
|
105485
|
-
type
|
|
105485
|
+
type forwarding_booking_attachmentsCreateWithoutForwarding_bookingInput = {
|
|
105486
105486
|
id?: bigint | number;
|
|
105487
105487
|
label?: string | null;
|
|
105488
105488
|
file_name?: string | null;
|
|
@@ -105497,7 +105497,7 @@ type forwarding_booking_attachmentsCreateWithoutForwarding_bookingsInput = {
|
|
|
105497
105497
|
updated_by?: string | null;
|
|
105498
105498
|
forwarding_booking_attachment_logs?: forwarding_booking_attachment_logsCreateNestedManyWithoutForwarding_bookingInput;
|
|
105499
105499
|
};
|
|
105500
|
-
type
|
|
105500
|
+
type forwarding_booking_attachmentsUncheckedCreateWithoutForwarding_bookingInput = {
|
|
105501
105501
|
id?: bigint | number;
|
|
105502
105502
|
label?: string | null;
|
|
105503
105503
|
file_name?: string | null;
|
|
@@ -105512,26 +105512,26 @@ type forwarding_booking_attachmentsUncheckedCreateWithoutForwarding_bookingsInpu
|
|
|
105512
105512
|
updated_by?: string | null;
|
|
105513
105513
|
forwarding_booking_attachment_logs?: forwarding_booking_attachment_logsUncheckedCreateNestedManyWithoutForwarding_bookingInput;
|
|
105514
105514
|
};
|
|
105515
|
-
type
|
|
105515
|
+
type forwarding_booking_attachmentsCreateOrConnectWithoutForwarding_bookingInput = {
|
|
105516
105516
|
where: forwarding_booking_attachmentsWhereUniqueInput;
|
|
105517
|
-
create: XOR<
|
|
105517
|
+
create: XOR<forwarding_booking_attachmentsCreateWithoutForwarding_bookingInput, forwarding_booking_attachmentsUncheckedCreateWithoutForwarding_bookingInput>;
|
|
105518
105518
|
};
|
|
105519
|
-
type
|
|
105520
|
-
data:
|
|
105519
|
+
type forwarding_booking_attachmentsCreateManyForwarding_bookingInputEnvelope = {
|
|
105520
|
+
data: forwarding_booking_attachmentsCreateManyForwarding_bookingInput | forwarding_booking_attachmentsCreateManyForwarding_bookingInput[];
|
|
105521
105521
|
skipDuplicates?: boolean;
|
|
105522
105522
|
};
|
|
105523
|
-
type
|
|
105523
|
+
type forwarding_booking_attachmentsUpsertWithWhereUniqueWithoutForwarding_bookingInput = {
|
|
105524
105524
|
where: forwarding_booking_attachmentsWhereUniqueInput;
|
|
105525
|
-
update: XOR<
|
|
105526
|
-
create: XOR<
|
|
105525
|
+
update: XOR<forwarding_booking_attachmentsUpdateWithoutForwarding_bookingInput, forwarding_booking_attachmentsUncheckedUpdateWithoutForwarding_bookingInput>;
|
|
105526
|
+
create: XOR<forwarding_booking_attachmentsCreateWithoutForwarding_bookingInput, forwarding_booking_attachmentsUncheckedCreateWithoutForwarding_bookingInput>;
|
|
105527
105527
|
};
|
|
105528
|
-
type
|
|
105528
|
+
type forwarding_booking_attachmentsUpdateWithWhereUniqueWithoutForwarding_bookingInput = {
|
|
105529
105529
|
where: forwarding_booking_attachmentsWhereUniqueInput;
|
|
105530
|
-
data: XOR<
|
|
105530
|
+
data: XOR<forwarding_booking_attachmentsUpdateWithoutForwarding_bookingInput, forwarding_booking_attachmentsUncheckedUpdateWithoutForwarding_bookingInput>;
|
|
105531
105531
|
};
|
|
105532
|
-
type
|
|
105532
|
+
type forwarding_booking_attachmentsUpdateManyWithWhereWithoutForwarding_bookingInput = {
|
|
105533
105533
|
where: forwarding_booking_attachmentsScalarWhereInput;
|
|
105534
|
-
data: XOR<forwarding_booking_attachmentsUpdateManyMutationInput,
|
|
105534
|
+
data: XOR<forwarding_booking_attachmentsUpdateManyMutationInput, forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingInput>;
|
|
105535
105535
|
};
|
|
105536
105536
|
type forwarding_booking_attachmentsScalarWhereInput = {
|
|
105537
105537
|
AND?: forwarding_booking_attachmentsScalarWhereInput | forwarding_booking_attachmentsScalarWhereInput[];
|
|
@@ -105564,7 +105564,7 @@ type forwarding_booking_attachmentsCreateWithoutForwarding_booking_attachment_lo
|
|
|
105564
105564
|
created_by?: string | null;
|
|
105565
105565
|
updated_at?: Date | string | null;
|
|
105566
105566
|
updated_by?: string | null;
|
|
105567
|
-
|
|
105567
|
+
forwarding_booking?: forwarding_bookingsCreateNestedOneWithoutForwarding_booking_attachmentsInput;
|
|
105568
105568
|
};
|
|
105569
105569
|
type forwarding_booking_attachmentsUncheckedCreateWithoutForwarding_booking_attachment_logsInput = {
|
|
105570
105570
|
id?: bigint | number;
|
|
@@ -105607,7 +105607,7 @@ type forwarding_booking_attachmentsUpdateWithoutForwarding_booking_attachment_lo
|
|
|
105607
105607
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105608
105608
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
105609
105609
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105610
|
-
|
|
105610
|
+
forwarding_booking?: forwarding_bookingsUpdateOneWithoutForwarding_booking_attachmentsNestedInput;
|
|
105611
105611
|
};
|
|
105612
105612
|
type forwarding_booking_attachmentsUncheckedUpdateWithoutForwarding_booking_attachment_logsInput = {
|
|
105613
105613
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -105624,7 +105624,7 @@ type forwarding_booking_attachmentsUncheckedUpdateWithoutForwarding_booking_atta
|
|
|
105624
105624
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
105625
105625
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105626
105626
|
};
|
|
105627
|
-
type
|
|
105627
|
+
type forwarding_booking_attachmentsCreateManyForwarding_bookingInput = {
|
|
105628
105628
|
id?: bigint | number;
|
|
105629
105629
|
label?: string | null;
|
|
105630
105630
|
file_name?: string | null;
|
|
@@ -105638,7 +105638,7 @@ type forwarding_booking_attachmentsCreateManyForwarding_bookingsInput = {
|
|
|
105638
105638
|
updated_at?: Date | string | null;
|
|
105639
105639
|
updated_by?: string | null;
|
|
105640
105640
|
};
|
|
105641
|
-
type
|
|
105641
|
+
type forwarding_booking_attachmentsUpdateWithoutForwarding_bookingInput = {
|
|
105642
105642
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
105643
105643
|
label?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105644
105644
|
file_name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -105653,7 +105653,7 @@ type forwarding_booking_attachmentsUpdateWithoutForwarding_bookingsInput = {
|
|
|
105653
105653
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105654
105654
|
forwarding_booking_attachment_logs?: forwarding_booking_attachment_logsUpdateManyWithoutForwarding_bookingNestedInput;
|
|
105655
105655
|
};
|
|
105656
|
-
type
|
|
105656
|
+
type forwarding_booking_attachmentsUncheckedUpdateWithoutForwarding_bookingInput = {
|
|
105657
105657
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
105658
105658
|
label?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105659
105659
|
file_name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -105668,7 +105668,7 @@ type forwarding_booking_attachmentsUncheckedUpdateWithoutForwarding_bookingsInpu
|
|
|
105668
105668
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105669
105669
|
forwarding_booking_attachment_logs?: forwarding_booking_attachment_logsUncheckedUpdateManyWithoutForwarding_bookingNestedInput;
|
|
105670
105670
|
};
|
|
105671
|
-
type
|
|
105671
|
+
type forwarding_booking_attachmentsUncheckedUpdateManyWithoutForwarding_bookingInput = {
|
|
105672
105672
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
105673
105673
|
label?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105674
105674
|
file_name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -105718,7 +105718,7 @@ type forwarding_booking_attachmentsSelect<ExtArgs extends Types$1.Extensions.Int
|
|
|
105718
105718
|
created_by?: boolean;
|
|
105719
105719
|
updated_at?: boolean;
|
|
105720
105720
|
updated_by?: boolean;
|
|
105721
|
-
|
|
105721
|
+
forwarding_booking?: boolean | forwarding_booking_attachments$forwarding_bookingArgs<ExtArgs>;
|
|
105722
105722
|
forwarding_booking_attachment_logs?: boolean | forwarding_booking_attachments$forwarding_booking_attachment_logsArgs<ExtArgs>;
|
|
105723
105723
|
_count?: boolean | Forwarding_booking_attachmentsCountOutputTypeDefaultArgs<ExtArgs>;
|
|
105724
105724
|
}, ExtArgs["result"]["forwarding_booking_attachments"]>;
|
|
@@ -105736,7 +105736,7 @@ type forwarding_booking_attachmentsSelectCreateManyAndReturn<ExtArgs extends Typ
|
|
|
105736
105736
|
created_by?: boolean;
|
|
105737
105737
|
updated_at?: boolean;
|
|
105738
105738
|
updated_by?: boolean;
|
|
105739
|
-
|
|
105739
|
+
forwarding_booking?: boolean | forwarding_booking_attachments$forwarding_bookingArgs<ExtArgs>;
|
|
105740
105740
|
}, ExtArgs["result"]["forwarding_booking_attachments"]>;
|
|
105741
105741
|
type forwarding_booking_attachmentsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
105742
105742
|
id?: boolean;
|
|
@@ -105752,24 +105752,24 @@ type forwarding_booking_attachmentsSelectUpdateManyAndReturn<ExtArgs extends Typ
|
|
|
105752
105752
|
created_by?: boolean;
|
|
105753
105753
|
updated_at?: boolean;
|
|
105754
105754
|
updated_by?: boolean;
|
|
105755
|
-
|
|
105755
|
+
forwarding_booking?: boolean | forwarding_booking_attachments$forwarding_bookingArgs<ExtArgs>;
|
|
105756
105756
|
}, ExtArgs["result"]["forwarding_booking_attachments"]>;
|
|
105757
105757
|
type forwarding_booking_attachmentsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_booking" | "label" | "file_name" | "file_path" | "file_size" | "file_extension" | "storage_provider" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_booking_attachments"]>;
|
|
105758
105758
|
type forwarding_booking_attachmentsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
105759
|
-
|
|
105759
|
+
forwarding_booking?: boolean | forwarding_booking_attachments$forwarding_bookingArgs<ExtArgs>;
|
|
105760
105760
|
forwarding_booking_attachment_logs?: boolean | forwarding_booking_attachments$forwarding_booking_attachment_logsArgs<ExtArgs>;
|
|
105761
105761
|
_count?: boolean | Forwarding_booking_attachmentsCountOutputTypeDefaultArgs<ExtArgs>;
|
|
105762
105762
|
};
|
|
105763
105763
|
type forwarding_booking_attachmentsIncludeCreateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
105764
|
-
|
|
105764
|
+
forwarding_booking?: boolean | forwarding_booking_attachments$forwarding_bookingArgs<ExtArgs>;
|
|
105765
105765
|
};
|
|
105766
105766
|
type forwarding_booking_attachmentsIncludeUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
105767
|
-
|
|
105767
|
+
forwarding_booking?: boolean | forwarding_booking_attachments$forwarding_bookingArgs<ExtArgs>;
|
|
105768
105768
|
};
|
|
105769
105769
|
type $forwarding_booking_attachmentsPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
105770
105770
|
name: "forwarding_booking_attachments";
|
|
105771
105771
|
objects: {
|
|
105772
|
-
|
|
105772
|
+
forwarding_booking: $forwarding_bookingsPayload<ExtArgs> | null;
|
|
105773
105773
|
forwarding_booking_attachment_logs: $forwarding_booking_attachment_logsPayload<ExtArgs>[];
|
|
105774
105774
|
};
|
|
105775
105775
|
scalars: Types$1.Extensions.GetPayloadResult<{
|
|
@@ -106101,7 +106101,7 @@ interface forwarding_booking_attachmentsDelegate<ExtArgs extends Types$1.Extensi
|
|
|
106101
106101
|
*/
|
|
106102
106102
|
interface Prisma__forwarding_booking_attachmentsClient<T$1, Null = never, ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends PrismaPromise<T$1> {
|
|
106103
106103
|
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
106104
|
-
|
|
106104
|
+
forwarding_booking<T$1 extends forwarding_booking_attachments$forwarding_bookingArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_booking_attachments$forwarding_bookingArgs<ExtArgs>>): Prisma__forwarding_bookingsClient<Types$1.Result.GetResult<$forwarding_bookingsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
106105
106105
|
forwarding_booking_attachment_logs<T$1 extends forwarding_booking_attachments$forwarding_booking_attachment_logsArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_booking_attachments$forwarding_booking_attachment_logsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_booking_attachment_logsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
|
|
106106
106106
|
/**
|
|
106107
106107
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
@@ -106520,9 +106520,9 @@ type forwarding_booking_attachmentsDeleteManyArgs<ExtArgs extends Types$1.Extens
|
|
|
106520
106520
|
limit?: number;
|
|
106521
106521
|
};
|
|
106522
106522
|
/**
|
|
106523
|
-
* forwarding_booking_attachments.
|
|
106523
|
+
* forwarding_booking_attachments.forwarding_booking
|
|
106524
106524
|
*/
|
|
106525
|
-
type forwarding_booking_attachments$
|
|
106525
|
+
type forwarding_booking_attachments$forwarding_bookingArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
106526
106526
|
/**
|
|
106527
106527
|
* Select specific fields to fetch from the forwarding_bookings
|
|
106528
106528
|
*/
|
|
@@ -527554,7 +527554,7 @@ type forwarding_transport_typesCreateInput = {
|
|
|
527554
527554
|
updated_at?: Date | string | null;
|
|
527555
527555
|
updated_by?: string | null;
|
|
527556
527556
|
forwarding_transport_type_logs?: forwarding_transport_type_logsCreateNestedManyWithoutForwarding_transport_typesInput;
|
|
527557
|
-
forwarding_shipments?:
|
|
527557
|
+
forwarding_shipments?: forwarding_shipmentsCreateNestedManyWithoutForwarding_transport_typeInput;
|
|
527558
527558
|
};
|
|
527559
527559
|
type forwarding_transport_typesUncheckedCreateInput = {
|
|
527560
527560
|
id?: bigint | number;
|
|
@@ -527567,7 +527567,7 @@ type forwarding_transport_typesUncheckedCreateInput = {
|
|
|
527567
527567
|
updated_at?: Date | string | null;
|
|
527568
527568
|
updated_by?: string | null;
|
|
527569
527569
|
forwarding_transport_type_logs?: forwarding_transport_type_logsUncheckedCreateNestedManyWithoutForwarding_transport_typesInput;
|
|
527570
|
-
forwarding_shipments?:
|
|
527570
|
+
forwarding_shipments?: forwarding_shipmentsUncheckedCreateNestedManyWithoutForwarding_transport_typeInput;
|
|
527571
527571
|
};
|
|
527572
527572
|
type forwarding_transport_typesUpdateInput = {
|
|
527573
527573
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -527580,7 +527580,7 @@ type forwarding_transport_typesUpdateInput = {
|
|
|
527580
527580
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
527581
527581
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
527582
527582
|
forwarding_transport_type_logs?: forwarding_transport_type_logsUpdateManyWithoutForwarding_transport_typesNestedInput;
|
|
527583
|
-
forwarding_shipments?:
|
|
527583
|
+
forwarding_shipments?: forwarding_shipmentsUpdateManyWithoutForwarding_transport_typeNestedInput;
|
|
527584
527584
|
};
|
|
527585
527585
|
type forwarding_transport_typesUncheckedUpdateInput = {
|
|
527586
527586
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -527593,7 +527593,7 @@ type forwarding_transport_typesUncheckedUpdateInput = {
|
|
|
527593
527593
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
527594
527594
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
527595
527595
|
forwarding_transport_type_logs?: forwarding_transport_type_logsUncheckedUpdateManyWithoutForwarding_transport_typesNestedInput;
|
|
527596
|
-
forwarding_shipments?:
|
|
527596
|
+
forwarding_shipments?: forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_typeNestedInput;
|
|
527597
527597
|
};
|
|
527598
527598
|
type forwarding_transport_typesCreateManyInput = {
|
|
527599
527599
|
id?: bigint | number;
|
|
@@ -527709,7 +527709,7 @@ type forwarding_transport_typesCreateWithoutForwarding_transport_type_logsInput
|
|
|
527709
527709
|
created_by?: string | null;
|
|
527710
527710
|
updated_at?: Date | string | null;
|
|
527711
527711
|
updated_by?: string | null;
|
|
527712
|
-
forwarding_shipments?:
|
|
527712
|
+
forwarding_shipments?: forwarding_shipmentsCreateNestedManyWithoutForwarding_transport_typeInput;
|
|
527713
527713
|
};
|
|
527714
527714
|
type forwarding_transport_typesUncheckedCreateWithoutForwarding_transport_type_logsInput = {
|
|
527715
527715
|
id?: bigint | number;
|
|
@@ -527721,7 +527721,7 @@ type forwarding_transport_typesUncheckedCreateWithoutForwarding_transport_type_l
|
|
|
527721
527721
|
created_by?: string | null;
|
|
527722
527722
|
updated_at?: Date | string | null;
|
|
527723
527723
|
updated_by?: string | null;
|
|
527724
|
-
forwarding_shipments?:
|
|
527724
|
+
forwarding_shipments?: forwarding_shipmentsUncheckedCreateNestedManyWithoutForwarding_transport_typeInput;
|
|
527725
527725
|
};
|
|
527726
527726
|
type forwarding_transport_typesCreateOrConnectWithoutForwarding_transport_type_logsInput = {
|
|
527727
527727
|
where: forwarding_transport_typesWhereUniqueInput;
|
|
@@ -527746,7 +527746,7 @@ type forwarding_transport_typesUpdateWithoutForwarding_transport_type_logsInput
|
|
|
527746
527746
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
527747
527747
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
527748
527748
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
527749
|
-
forwarding_shipments?:
|
|
527749
|
+
forwarding_shipments?: forwarding_shipmentsUpdateManyWithoutForwarding_transport_typeNestedInput;
|
|
527750
527750
|
};
|
|
527751
527751
|
type forwarding_transport_typesUncheckedUpdateWithoutForwarding_transport_type_logsInput = {
|
|
527752
527752
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -527758,7 +527758,7 @@ type forwarding_transport_typesUncheckedUpdateWithoutForwarding_transport_type_l
|
|
|
527758
527758
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
527759
527759
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
527760
527760
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
527761
|
-
forwarding_shipments?:
|
|
527761
|
+
forwarding_shipments?: forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_typeNestedInput;
|
|
527762
527762
|
};
|
|
527763
527763
|
type forwarding_transport_typesCreateWithoutForwarding_shipmentsInput = {
|
|
527764
527764
|
id?: bigint | number;
|
|
@@ -536892,8 +536892,8 @@ type forwarding_shipment_organization_typesCreateInput = {
|
|
|
536892
536892
|
updated_at?: Date | string | null;
|
|
536893
536893
|
updated_by?: string | null;
|
|
536894
536894
|
forwarding_shipment_organization_type_logs?: forwarding_shipment_organization_type_logsCreateNestedManyWithoutForwarding_shipment_organization_typesInput;
|
|
536895
|
-
forwarding_shipment_organizations?:
|
|
536896
|
-
forwarding_booking_organizations?:
|
|
536895
|
+
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipment_organization_typeInput;
|
|
536896
|
+
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_shipment_organization_typeInput;
|
|
536897
536897
|
};
|
|
536898
536898
|
type forwarding_shipment_organization_typesUncheckedCreateInput = {
|
|
536899
536899
|
id?: bigint | number;
|
|
@@ -536906,8 +536906,8 @@ type forwarding_shipment_organization_typesUncheckedCreateInput = {
|
|
|
536906
536906
|
updated_at?: Date | string | null;
|
|
536907
536907
|
updated_by?: string | null;
|
|
536908
536908
|
forwarding_shipment_organization_type_logs?: forwarding_shipment_organization_type_logsUncheckedCreateNestedManyWithoutForwarding_shipment_organization_typesInput;
|
|
536909
|
-
forwarding_shipment_organizations?:
|
|
536910
|
-
forwarding_booking_organizations?:
|
|
536909
|
+
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipment_organization_typeInput;
|
|
536910
|
+
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_shipment_organization_typeInput;
|
|
536911
536911
|
};
|
|
536912
536912
|
type forwarding_shipment_organization_typesUpdateInput = {
|
|
536913
536913
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -536920,8 +536920,8 @@ type forwarding_shipment_organization_typesUpdateInput = {
|
|
|
536920
536920
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
536921
536921
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
536922
536922
|
forwarding_shipment_organization_type_logs?: forwarding_shipment_organization_type_logsUpdateManyWithoutForwarding_shipment_organization_typesNestedInput;
|
|
536923
|
-
forwarding_shipment_organizations?:
|
|
536924
|
-
forwarding_booking_organizations?:
|
|
536923
|
+
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipment_organization_typeNestedInput;
|
|
536924
|
+
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_shipment_organization_typeNestedInput;
|
|
536925
536925
|
};
|
|
536926
536926
|
type forwarding_shipment_organization_typesUncheckedUpdateInput = {
|
|
536927
536927
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -536934,8 +536934,8 @@ type forwarding_shipment_organization_typesUncheckedUpdateInput = {
|
|
|
536934
536934
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
536935
536935
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
536936
536936
|
forwarding_shipment_organization_type_logs?: forwarding_shipment_organization_type_logsUncheckedUpdateManyWithoutForwarding_shipment_organization_typesNestedInput;
|
|
536937
|
-
forwarding_shipment_organizations?:
|
|
536938
|
-
forwarding_booking_organizations?:
|
|
536937
|
+
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipment_organization_typeNestedInput;
|
|
536938
|
+
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_shipment_organization_typeNestedInput;
|
|
536939
536939
|
};
|
|
536940
536940
|
type forwarding_shipment_organization_typesCreateManyInput = {
|
|
536941
536941
|
id?: bigint | number;
|
|
@@ -537066,7 +537066,7 @@ type forwarding_shipment_organization_typesCreateWithoutForwarding_booking_organ
|
|
|
537066
537066
|
updated_at?: Date | string | null;
|
|
537067
537067
|
updated_by?: string | null;
|
|
537068
537068
|
forwarding_shipment_organization_type_logs?: forwarding_shipment_organization_type_logsCreateNestedManyWithoutForwarding_shipment_organization_typesInput;
|
|
537069
|
-
forwarding_shipment_organizations?:
|
|
537069
|
+
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipment_organization_typeInput;
|
|
537070
537070
|
};
|
|
537071
537071
|
type forwarding_shipment_organization_typesUncheckedCreateWithoutForwarding_booking_organizationsInput = {
|
|
537072
537072
|
id?: bigint | number;
|
|
@@ -537079,7 +537079,7 @@ type forwarding_shipment_organization_typesUncheckedCreateWithoutForwarding_book
|
|
|
537079
537079
|
updated_at?: Date | string | null;
|
|
537080
537080
|
updated_by?: string | null;
|
|
537081
537081
|
forwarding_shipment_organization_type_logs?: forwarding_shipment_organization_type_logsUncheckedCreateNestedManyWithoutForwarding_shipment_organization_typesInput;
|
|
537082
|
-
forwarding_shipment_organizations?:
|
|
537082
|
+
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipment_organization_typeInput;
|
|
537083
537083
|
};
|
|
537084
537084
|
type forwarding_shipment_organization_typesCreateOrConnectWithoutForwarding_booking_organizationsInput = {
|
|
537085
537085
|
where: forwarding_shipment_organization_typesWhereUniqueInput;
|
|
@@ -537105,7 +537105,7 @@ type forwarding_shipment_organization_typesUpdateWithoutForwarding_booking_organ
|
|
|
537105
537105
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
537106
537106
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
537107
537107
|
forwarding_shipment_organization_type_logs?: forwarding_shipment_organization_type_logsUpdateManyWithoutForwarding_shipment_organization_typesNestedInput;
|
|
537108
|
-
forwarding_shipment_organizations?:
|
|
537108
|
+
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipment_organization_typeNestedInput;
|
|
537109
537109
|
};
|
|
537110
537110
|
type forwarding_shipment_organization_typesUncheckedUpdateWithoutForwarding_booking_organizationsInput = {
|
|
537111
537111
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -537118,7 +537118,7 @@ type forwarding_shipment_organization_typesUncheckedUpdateWithoutForwarding_book
|
|
|
537118
537118
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
537119
537119
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
537120
537120
|
forwarding_shipment_organization_type_logs?: forwarding_shipment_organization_type_logsUncheckedUpdateManyWithoutForwarding_shipment_organization_typesNestedInput;
|
|
537121
|
-
forwarding_shipment_organizations?:
|
|
537121
|
+
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipment_organization_typeNestedInput;
|
|
537122
537122
|
};
|
|
537123
537123
|
type forwarding_shipment_organization_typesCreateWithoutForwarding_shipment_organization_type_logsInput = {
|
|
537124
537124
|
id?: bigint | number;
|
|
@@ -537130,8 +537130,8 @@ type forwarding_shipment_organization_typesCreateWithoutForwarding_shipment_orga
|
|
|
537130
537130
|
created_by?: string | null;
|
|
537131
537131
|
updated_at?: Date | string | null;
|
|
537132
537132
|
updated_by?: string | null;
|
|
537133
|
-
forwarding_shipment_organizations?:
|
|
537134
|
-
forwarding_booking_organizations?:
|
|
537133
|
+
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipment_organization_typeInput;
|
|
537134
|
+
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_shipment_organization_typeInput;
|
|
537135
537135
|
};
|
|
537136
537136
|
type forwarding_shipment_organization_typesUncheckedCreateWithoutForwarding_shipment_organization_type_logsInput = {
|
|
537137
537137
|
id?: bigint | number;
|
|
@@ -537143,8 +537143,8 @@ type forwarding_shipment_organization_typesUncheckedCreateWithoutForwarding_ship
|
|
|
537143
537143
|
created_by?: string | null;
|
|
537144
537144
|
updated_at?: Date | string | null;
|
|
537145
537145
|
updated_by?: string | null;
|
|
537146
|
-
forwarding_shipment_organizations?:
|
|
537147
|
-
forwarding_booking_organizations?:
|
|
537146
|
+
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipment_organization_typeInput;
|
|
537147
|
+
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_shipment_organization_typeInput;
|
|
537148
537148
|
};
|
|
537149
537149
|
type forwarding_shipment_organization_typesCreateOrConnectWithoutForwarding_shipment_organization_type_logsInput = {
|
|
537150
537150
|
where: forwarding_shipment_organization_typesWhereUniqueInput;
|
|
@@ -537169,8 +537169,8 @@ type forwarding_shipment_organization_typesUpdateWithoutForwarding_shipment_orga
|
|
|
537169
537169
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
537170
537170
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
537171
537171
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
537172
|
-
forwarding_shipment_organizations?:
|
|
537173
|
-
forwarding_booking_organizations?:
|
|
537172
|
+
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipment_organization_typeNestedInput;
|
|
537173
|
+
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_shipment_organization_typeNestedInput;
|
|
537174
537174
|
};
|
|
537175
537175
|
type forwarding_shipment_organization_typesUncheckedUpdateWithoutForwarding_shipment_organization_type_logsInput = {
|
|
537176
537176
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -537182,8 +537182,8 @@ type forwarding_shipment_organization_typesUncheckedUpdateWithoutForwarding_ship
|
|
|
537182
537182
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
537183
537183
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
537184
537184
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
537185
|
-
forwarding_shipment_organizations?:
|
|
537186
|
-
forwarding_booking_organizations?:
|
|
537185
|
+
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipment_organization_typeNestedInput;
|
|
537186
|
+
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_shipment_organization_typeNestedInput;
|
|
537187
537187
|
};
|
|
537188
537188
|
type forwarding_shipment_organization_typesCreateWithoutForwarding_shipment_organizationsInput = {
|
|
537189
537189
|
id?: bigint | number;
|
|
@@ -537196,7 +537196,7 @@ type forwarding_shipment_organization_typesCreateWithoutForwarding_shipment_orga
|
|
|
537196
537196
|
updated_at?: Date | string | null;
|
|
537197
537197
|
updated_by?: string | null;
|
|
537198
537198
|
forwarding_shipment_organization_type_logs?: forwarding_shipment_organization_type_logsCreateNestedManyWithoutForwarding_shipment_organization_typesInput;
|
|
537199
|
-
forwarding_booking_organizations?:
|
|
537199
|
+
forwarding_booking_organizations?: forwarding_booking_organizationsCreateNestedManyWithoutForwarding_shipment_organization_typeInput;
|
|
537200
537200
|
};
|
|
537201
537201
|
type forwarding_shipment_organization_typesUncheckedCreateWithoutForwarding_shipment_organizationsInput = {
|
|
537202
537202
|
id?: bigint | number;
|
|
@@ -537209,7 +537209,7 @@ type forwarding_shipment_organization_typesUncheckedCreateWithoutForwarding_ship
|
|
|
537209
537209
|
updated_at?: Date | string | null;
|
|
537210
537210
|
updated_by?: string | null;
|
|
537211
537211
|
forwarding_shipment_organization_type_logs?: forwarding_shipment_organization_type_logsUncheckedCreateNestedManyWithoutForwarding_shipment_organization_typesInput;
|
|
537212
|
-
forwarding_booking_organizations?:
|
|
537212
|
+
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedCreateNestedManyWithoutForwarding_shipment_organization_typeInput;
|
|
537213
537213
|
};
|
|
537214
537214
|
type forwarding_shipment_organization_typesCreateOrConnectWithoutForwarding_shipment_organizationsInput = {
|
|
537215
537215
|
where: forwarding_shipment_organization_typesWhereUniqueInput;
|
|
@@ -537235,7 +537235,7 @@ type forwarding_shipment_organization_typesUpdateWithoutForwarding_shipment_orga
|
|
|
537235
537235
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
537236
537236
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
537237
537237
|
forwarding_shipment_organization_type_logs?: forwarding_shipment_organization_type_logsUpdateManyWithoutForwarding_shipment_organization_typesNestedInput;
|
|
537238
|
-
forwarding_booking_organizations?:
|
|
537238
|
+
forwarding_booking_organizations?: forwarding_booking_organizationsUpdateManyWithoutForwarding_shipment_organization_typeNestedInput;
|
|
537239
537239
|
};
|
|
537240
537240
|
type forwarding_shipment_organization_typesUncheckedUpdateWithoutForwarding_shipment_organizationsInput = {
|
|
537241
537241
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -537248,7 +537248,7 @@ type forwarding_shipment_organization_typesUncheckedUpdateWithoutForwarding_ship
|
|
|
537248
537248
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
537249
537249
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
537250
537250
|
forwarding_shipment_organization_type_logs?: forwarding_shipment_organization_type_logsUncheckedUpdateManyWithoutForwarding_shipment_organization_typesNestedInput;
|
|
537251
|
-
forwarding_booking_organizations?:
|
|
537251
|
+
forwarding_booking_organizations?: forwarding_booking_organizationsUncheckedUpdateManyWithoutForwarding_shipment_organization_typeNestedInput;
|
|
537252
537252
|
};
|
|
537253
537253
|
/**
|
|
537254
537254
|
* Count Type Forwarding_shipment_organization_typesCountOutputType
|
|
@@ -577951,7 +577951,7 @@ type forwarding_shipmentsWhereInput = {
|
|
|
577951
577951
|
updated_at?: DateTimeNullableFilter<"forwarding_shipments"> | Date | string | null;
|
|
577952
577952
|
updated_by?: StringNullableFilter<"forwarding_shipments"> | string | null;
|
|
577953
577953
|
forwarding_transport_mode?: XOR<Forwarding_transport_modesNullableScalarRelationFilter, forwarding_transport_modesWhereInput> | null;
|
|
577954
|
-
|
|
577954
|
+
forwarding_transport_type?: XOR<Forwarding_transport_typesNullableScalarRelationFilter, forwarding_transport_typesWhereInput> | null;
|
|
577955
577955
|
container_shipping_type?: XOR<Container_shipping_typesNullableScalarRelationFilter, container_shipping_typesWhereInput> | null;
|
|
577956
577956
|
forwarding_service_scope?: XOR<Forwarding_service_scopesNullableScalarRelationFilter, forwarding_service_scopesWhereInput> | null;
|
|
577957
577957
|
origin_un_locode?: XOR<Un_locodesNullableScalarRelationFilter, un_locodesWhereInput> | null;
|
|
@@ -578029,7 +578029,7 @@ type forwarding_shipmentsOrderByWithRelationInput = {
|
|
|
578029
578029
|
updated_at?: SortOrderInput | SortOrder;
|
|
578030
578030
|
updated_by?: SortOrderInput | SortOrder;
|
|
578031
578031
|
forwarding_transport_mode?: forwarding_transport_modesOrderByWithRelationInput;
|
|
578032
|
-
|
|
578032
|
+
forwarding_transport_type?: forwarding_transport_typesOrderByWithRelationInput;
|
|
578033
578033
|
container_shipping_type?: container_shipping_typesOrderByWithRelationInput;
|
|
578034
578034
|
forwarding_service_scope?: forwarding_service_scopesOrderByWithRelationInput;
|
|
578035
578035
|
origin_un_locode?: un_locodesOrderByWithRelationInput;
|
|
@@ -578110,7 +578110,7 @@ type forwarding_shipmentsWhereUniqueInput = AtLeast<{
|
|
|
578110
578110
|
updated_at?: DateTimeNullableFilter<"forwarding_shipments"> | Date | string | null;
|
|
578111
578111
|
updated_by?: StringNullableFilter<"forwarding_shipments"> | string | null;
|
|
578112
578112
|
forwarding_transport_mode?: XOR<Forwarding_transport_modesNullableScalarRelationFilter, forwarding_transport_modesWhereInput> | null;
|
|
578113
|
-
|
|
578113
|
+
forwarding_transport_type?: XOR<Forwarding_transport_typesNullableScalarRelationFilter, forwarding_transport_typesWhereInput> | null;
|
|
578114
578114
|
container_shipping_type?: XOR<Container_shipping_typesNullableScalarRelationFilter, container_shipping_typesWhereInput> | null;
|
|
578115
578115
|
forwarding_service_scope?: XOR<Forwarding_service_scopesNullableScalarRelationFilter, forwarding_service_scopesWhereInput> | null;
|
|
578116
578116
|
origin_un_locode?: XOR<Un_locodesNullableScalarRelationFilter, un_locodesWhereInput> | null;
|
|
@@ -578266,7 +578266,7 @@ type forwarding_shipmentsCreateInput = {
|
|
|
578266
578266
|
updated_at?: Date | string | null;
|
|
578267
578267
|
updated_by?: string | null;
|
|
578268
578268
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
578269
|
-
|
|
578269
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
578270
578270
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
578271
578271
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
578272
578272
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -578295,7 +578295,7 @@ type forwarding_shipmentsCreateInput = {
|
|
|
578295
578295
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
578296
578296
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
578297
578297
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
578298
|
-
forwarding_shipment_attachments?:
|
|
578298
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
578299
578299
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
578300
578300
|
};
|
|
578301
578301
|
type forwarding_shipmentsUncheckedCreateInput = {
|
|
@@ -578351,7 +578351,7 @@ type forwarding_shipmentsUncheckedCreateInput = {
|
|
|
578351
578351
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
578352
578352
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
578353
578353
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
578354
|
-
forwarding_shipment_attachments?:
|
|
578354
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
578355
578355
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
578356
578356
|
};
|
|
578357
578357
|
type forwarding_shipmentsUpdateInput = {
|
|
@@ -578378,7 +578378,7 @@ type forwarding_shipmentsUpdateInput = {
|
|
|
578378
578378
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
578379
578379
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
578380
578380
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
578381
|
-
|
|
578381
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
578382
578382
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
578383
578383
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
578384
578384
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -578407,7 +578407,7 @@ type forwarding_shipmentsUpdateInput = {
|
|
|
578407
578407
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
578408
578408
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
578409
578409
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
578410
|
-
forwarding_shipment_attachments?:
|
|
578410
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
578411
578411
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
578412
578412
|
};
|
|
578413
578413
|
type forwarding_shipmentsUncheckedUpdateInput = {
|
|
@@ -578463,7 +578463,7 @@ type forwarding_shipmentsUncheckedUpdateInput = {
|
|
|
578463
578463
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
578464
578464
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
578465
578465
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
578466
|
-
forwarding_shipment_attachments?:
|
|
578466
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
578467
578467
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
578468
578468
|
};
|
|
578469
578469
|
type forwarding_shipmentsCreateManyInput = {
|
|
@@ -579320,42 +579320,42 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_modeNest
|
|
|
579320
579320
|
updateMany?: forwarding_shipmentsUpdateManyWithWhereWithoutForwarding_transport_modeInput | forwarding_shipmentsUpdateManyWithWhereWithoutForwarding_transport_modeInput[];
|
|
579321
579321
|
deleteMany?: forwarding_shipmentsScalarWhereInput | forwarding_shipmentsScalarWhereInput[];
|
|
579322
579322
|
};
|
|
579323
|
-
type
|
|
579324
|
-
create?: XOR<
|
|
579325
|
-
connectOrCreate?:
|
|
579326
|
-
createMany?:
|
|
579323
|
+
type forwarding_shipmentsCreateNestedManyWithoutForwarding_transport_typeInput = {
|
|
579324
|
+
create?: XOR<forwarding_shipmentsCreateWithoutForwarding_transport_typeInput, forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typeInput> | forwarding_shipmentsCreateWithoutForwarding_transport_typeInput[] | forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typeInput[];
|
|
579325
|
+
connectOrCreate?: forwarding_shipmentsCreateOrConnectWithoutForwarding_transport_typeInput | forwarding_shipmentsCreateOrConnectWithoutForwarding_transport_typeInput[];
|
|
579326
|
+
createMany?: forwarding_shipmentsCreateManyForwarding_transport_typeInputEnvelope;
|
|
579327
579327
|
connect?: forwarding_shipmentsWhereUniqueInput | forwarding_shipmentsWhereUniqueInput[];
|
|
579328
579328
|
};
|
|
579329
|
-
type
|
|
579330
|
-
create?: XOR<
|
|
579331
|
-
connectOrCreate?:
|
|
579332
|
-
createMany?:
|
|
579329
|
+
type forwarding_shipmentsUncheckedCreateNestedManyWithoutForwarding_transport_typeInput = {
|
|
579330
|
+
create?: XOR<forwarding_shipmentsCreateWithoutForwarding_transport_typeInput, forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typeInput> | forwarding_shipmentsCreateWithoutForwarding_transport_typeInput[] | forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typeInput[];
|
|
579331
|
+
connectOrCreate?: forwarding_shipmentsCreateOrConnectWithoutForwarding_transport_typeInput | forwarding_shipmentsCreateOrConnectWithoutForwarding_transport_typeInput[];
|
|
579332
|
+
createMany?: forwarding_shipmentsCreateManyForwarding_transport_typeInputEnvelope;
|
|
579333
579333
|
connect?: forwarding_shipmentsWhereUniqueInput | forwarding_shipmentsWhereUniqueInput[];
|
|
579334
579334
|
};
|
|
579335
|
-
type
|
|
579336
|
-
create?: XOR<
|
|
579337
|
-
connectOrCreate?:
|
|
579338
|
-
upsert?:
|
|
579339
|
-
createMany?:
|
|
579335
|
+
type forwarding_shipmentsUpdateManyWithoutForwarding_transport_typeNestedInput = {
|
|
579336
|
+
create?: XOR<forwarding_shipmentsCreateWithoutForwarding_transport_typeInput, forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typeInput> | forwarding_shipmentsCreateWithoutForwarding_transport_typeInput[] | forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typeInput[];
|
|
579337
|
+
connectOrCreate?: forwarding_shipmentsCreateOrConnectWithoutForwarding_transport_typeInput | forwarding_shipmentsCreateOrConnectWithoutForwarding_transport_typeInput[];
|
|
579338
|
+
upsert?: forwarding_shipmentsUpsertWithWhereUniqueWithoutForwarding_transport_typeInput | forwarding_shipmentsUpsertWithWhereUniqueWithoutForwarding_transport_typeInput[];
|
|
579339
|
+
createMany?: forwarding_shipmentsCreateManyForwarding_transport_typeInputEnvelope;
|
|
579340
579340
|
set?: forwarding_shipmentsWhereUniqueInput | forwarding_shipmentsWhereUniqueInput[];
|
|
579341
579341
|
disconnect?: forwarding_shipmentsWhereUniqueInput | forwarding_shipmentsWhereUniqueInput[];
|
|
579342
579342
|
delete?: forwarding_shipmentsWhereUniqueInput | forwarding_shipmentsWhereUniqueInput[];
|
|
579343
579343
|
connect?: forwarding_shipmentsWhereUniqueInput | forwarding_shipmentsWhereUniqueInput[];
|
|
579344
|
-
update?:
|
|
579345
|
-
updateMany?:
|
|
579344
|
+
update?: forwarding_shipmentsUpdateWithWhereUniqueWithoutForwarding_transport_typeInput | forwarding_shipmentsUpdateWithWhereUniqueWithoutForwarding_transport_typeInput[];
|
|
579345
|
+
updateMany?: forwarding_shipmentsUpdateManyWithWhereWithoutForwarding_transport_typeInput | forwarding_shipmentsUpdateManyWithWhereWithoutForwarding_transport_typeInput[];
|
|
579346
579346
|
deleteMany?: forwarding_shipmentsScalarWhereInput | forwarding_shipmentsScalarWhereInput[];
|
|
579347
579347
|
};
|
|
579348
|
-
type
|
|
579349
|
-
create?: XOR<
|
|
579350
|
-
connectOrCreate?:
|
|
579351
|
-
upsert?:
|
|
579352
|
-
createMany?:
|
|
579348
|
+
type forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_typeNestedInput = {
|
|
579349
|
+
create?: XOR<forwarding_shipmentsCreateWithoutForwarding_transport_typeInput, forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typeInput> | forwarding_shipmentsCreateWithoutForwarding_transport_typeInput[] | forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typeInput[];
|
|
579350
|
+
connectOrCreate?: forwarding_shipmentsCreateOrConnectWithoutForwarding_transport_typeInput | forwarding_shipmentsCreateOrConnectWithoutForwarding_transport_typeInput[];
|
|
579351
|
+
upsert?: forwarding_shipmentsUpsertWithWhereUniqueWithoutForwarding_transport_typeInput | forwarding_shipmentsUpsertWithWhereUniqueWithoutForwarding_transport_typeInput[];
|
|
579352
|
+
createMany?: forwarding_shipmentsCreateManyForwarding_transport_typeInputEnvelope;
|
|
579353
579353
|
set?: forwarding_shipmentsWhereUniqueInput | forwarding_shipmentsWhereUniqueInput[];
|
|
579354
579354
|
disconnect?: forwarding_shipmentsWhereUniqueInput | forwarding_shipmentsWhereUniqueInput[];
|
|
579355
579355
|
delete?: forwarding_shipmentsWhereUniqueInput | forwarding_shipmentsWhereUniqueInput[];
|
|
579356
579356
|
connect?: forwarding_shipmentsWhereUniqueInput | forwarding_shipmentsWhereUniqueInput[];
|
|
579357
|
-
update?:
|
|
579358
|
-
updateMany?:
|
|
579357
|
+
update?: forwarding_shipmentsUpdateWithWhereUniqueWithoutForwarding_transport_typeInput | forwarding_shipmentsUpdateWithWhereUniqueWithoutForwarding_transport_typeInput[];
|
|
579358
|
+
updateMany?: forwarding_shipmentsUpdateManyWithWhereWithoutForwarding_transport_typeInput | forwarding_shipmentsUpdateManyWithWhereWithoutForwarding_transport_typeInput[];
|
|
579359
579359
|
deleteMany?: forwarding_shipmentsScalarWhereInput | forwarding_shipmentsScalarWhereInput[];
|
|
579360
579360
|
};
|
|
579361
579361
|
type forwarding_shipmentsCreateNestedManyWithoutContainer_shipping_typeInput = {
|
|
@@ -579798,7 +579798,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_billingInput = {
|
|
|
579798
579798
|
updated_at?: Date | string | null;
|
|
579799
579799
|
updated_by?: string | null;
|
|
579800
579800
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
579801
|
-
|
|
579801
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
579802
579802
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
579803
579803
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
579804
579804
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -579826,7 +579826,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_billingInput = {
|
|
|
579826
579826
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
579827
579827
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
579828
579828
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
579829
|
-
forwarding_shipment_attachments?:
|
|
579829
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
579830
579830
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
579831
579831
|
};
|
|
579832
579832
|
type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_billingInput = {
|
|
@@ -579881,7 +579881,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_billingInput
|
|
|
579881
579881
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
579882
579882
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
579883
579883
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
579884
|
-
forwarding_shipment_attachments?:
|
|
579884
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
579885
579885
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
579886
579886
|
};
|
|
579887
579887
|
type forwarding_shipmentsCreateOrConnectWithoutForwarding_shipment_billingInput = {
|
|
@@ -579921,7 +579921,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_billingInput = {
|
|
|
579921
579921
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
579922
579922
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
579923
579923
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
579924
|
-
|
|
579924
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
579925
579925
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
579926
579926
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
579927
579927
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -579949,7 +579949,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_billingInput = {
|
|
|
579949
579949
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
579950
579950
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
579951
579951
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
579952
|
-
forwarding_shipment_attachments?:
|
|
579952
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
579953
579953
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
579954
579954
|
};
|
|
579955
579955
|
type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_billingInput = {
|
|
@@ -580004,7 +580004,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_billingInput
|
|
|
580004
580004
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580005
580005
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580006
580006
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580007
|
-
forwarding_shipment_attachments?:
|
|
580007
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580008
580008
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580009
580009
|
};
|
|
580010
580010
|
type forwarding_shipmentsCreateWithoutCustoms_idn_dataInput = {
|
|
@@ -580031,7 +580031,7 @@ type forwarding_shipmentsCreateWithoutCustoms_idn_dataInput = {
|
|
|
580031
580031
|
updated_at?: Date | string | null;
|
|
580032
580032
|
updated_by?: string | null;
|
|
580033
580033
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580034
|
-
|
|
580034
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580035
580035
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580036
580036
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580037
580037
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -580059,7 +580059,7 @@ type forwarding_shipmentsCreateWithoutCustoms_idn_dataInput = {
|
|
|
580059
580059
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580060
580060
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580061
580061
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580062
|
-
forwarding_shipment_attachments?:
|
|
580062
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580063
580063
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580064
580064
|
};
|
|
580065
580065
|
type forwarding_shipmentsUncheckedCreateWithoutCustoms_idn_dataInput = {
|
|
@@ -580114,7 +580114,7 @@ type forwarding_shipmentsUncheckedCreateWithoutCustoms_idn_dataInput = {
|
|
|
580114
580114
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580115
580115
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580116
580116
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580117
|
-
forwarding_shipment_attachments?:
|
|
580117
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580118
580118
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580119
580119
|
};
|
|
580120
580120
|
type forwarding_shipmentsCreateOrConnectWithoutCustoms_idn_dataInput = {
|
|
@@ -580154,7 +580154,7 @@ type forwarding_shipmentsUpdateWithoutCustoms_idn_dataInput = {
|
|
|
580154
580154
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
580155
580155
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
580156
580156
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
580157
|
-
|
|
580157
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
580158
580158
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
580159
580159
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
580160
580160
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -580182,7 +580182,7 @@ type forwarding_shipmentsUpdateWithoutCustoms_idn_dataInput = {
|
|
|
580182
580182
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580183
580183
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580184
580184
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580185
|
-
forwarding_shipment_attachments?:
|
|
580185
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580186
580186
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580187
580187
|
};
|
|
580188
580188
|
type forwarding_shipmentsUncheckedUpdateWithoutCustoms_idn_dataInput = {
|
|
@@ -580237,7 +580237,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutCustoms_idn_dataInput = {
|
|
|
580237
580237
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580238
580238
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580239
580239
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580240
|
-
forwarding_shipment_attachments?:
|
|
580240
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580241
580241
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
580242
580242
|
};
|
|
580243
580243
|
type forwarding_shipmentsCreateWithoutOrigin_un_locodeInput = {
|
|
@@ -580264,7 +580264,7 @@ type forwarding_shipmentsCreateWithoutOrigin_un_locodeInput = {
|
|
|
580264
580264
|
updated_at?: Date | string | null;
|
|
580265
580265
|
updated_by?: string | null;
|
|
580266
580266
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580267
|
-
|
|
580267
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580268
580268
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580269
580269
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580270
580270
|
destination_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_destinationsInput;
|
|
@@ -580292,7 +580292,7 @@ type forwarding_shipmentsCreateWithoutOrigin_un_locodeInput = {
|
|
|
580292
580292
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580293
580293
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580294
580294
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580295
|
-
forwarding_shipment_attachments?:
|
|
580295
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580296
580296
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580297
580297
|
};
|
|
580298
580298
|
type forwarding_shipmentsUncheckedCreateWithoutOrigin_un_locodeInput = {
|
|
@@ -580347,7 +580347,7 @@ type forwarding_shipmentsUncheckedCreateWithoutOrigin_un_locodeInput = {
|
|
|
580347
580347
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580348
580348
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580349
580349
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580350
|
-
forwarding_shipment_attachments?:
|
|
580350
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580351
580351
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580352
580352
|
};
|
|
580353
580353
|
type forwarding_shipmentsCreateOrConnectWithoutOrigin_un_locodeInput = {
|
|
@@ -580382,7 +580382,7 @@ type forwarding_shipmentsCreateWithoutDestination_un_locodeInput = {
|
|
|
580382
580382
|
updated_at?: Date | string | null;
|
|
580383
580383
|
updated_by?: string | null;
|
|
580384
580384
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580385
|
-
|
|
580385
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580386
580386
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580387
580387
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580388
580388
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -580410,7 +580410,7 @@ type forwarding_shipmentsCreateWithoutDestination_un_locodeInput = {
|
|
|
580410
580410
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580411
580411
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580412
580412
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580413
|
-
forwarding_shipment_attachments?:
|
|
580413
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580414
580414
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580415
580415
|
};
|
|
580416
580416
|
type forwarding_shipmentsUncheckedCreateWithoutDestination_un_locodeInput = {
|
|
@@ -580465,7 +580465,7 @@ type forwarding_shipmentsUncheckedCreateWithoutDestination_un_locodeInput = {
|
|
|
580465
580465
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580466
580466
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580467
580467
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580468
|
-
forwarding_shipment_attachments?:
|
|
580468
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580469
580469
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580470
580470
|
};
|
|
580471
580471
|
type forwarding_shipmentsCreateOrConnectWithoutDestination_un_locodeInput = {
|
|
@@ -580575,7 +580575,7 @@ type forwarding_shipmentsCreateWithoutControl_customerInput = {
|
|
|
580575
580575
|
updated_at?: Date | string | null;
|
|
580576
580576
|
updated_by?: string | null;
|
|
580577
580577
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580578
|
-
|
|
580578
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580579
580579
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580580
580580
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580581
580581
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -580603,7 +580603,7 @@ type forwarding_shipmentsCreateWithoutControl_customerInput = {
|
|
|
580603
580603
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580604
580604
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580605
580605
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580606
|
-
forwarding_shipment_attachments?:
|
|
580606
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580607
580607
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580608
580608
|
};
|
|
580609
580609
|
type forwarding_shipmentsUncheckedCreateWithoutControl_customerInput = {
|
|
@@ -580658,7 +580658,7 @@ type forwarding_shipmentsUncheckedCreateWithoutControl_customerInput = {
|
|
|
580658
580658
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580659
580659
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580660
580660
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580661
|
-
forwarding_shipment_attachments?:
|
|
580661
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580662
580662
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580663
580663
|
};
|
|
580664
580664
|
type forwarding_shipmentsCreateOrConnectWithoutControl_customerInput = {
|
|
@@ -580693,7 +580693,7 @@ type forwarding_shipmentsCreateWithoutControl_agentInput = {
|
|
|
580693
580693
|
updated_at?: Date | string | null;
|
|
580694
580694
|
updated_by?: string | null;
|
|
580695
580695
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580696
|
-
|
|
580696
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580697
580697
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580698
580698
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580699
580699
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -580721,7 +580721,7 @@ type forwarding_shipmentsCreateWithoutControl_agentInput = {
|
|
|
580721
580721
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580722
580722
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580723
580723
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580724
|
-
forwarding_shipment_attachments?:
|
|
580724
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580725
580725
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580726
580726
|
};
|
|
580727
580727
|
type forwarding_shipmentsUncheckedCreateWithoutControl_agentInput = {
|
|
@@ -580776,7 +580776,7 @@ type forwarding_shipmentsUncheckedCreateWithoutControl_agentInput = {
|
|
|
580776
580776
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580777
580777
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580778
580778
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580779
|
-
forwarding_shipment_attachments?:
|
|
580779
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580780
580780
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580781
580781
|
};
|
|
580782
580782
|
type forwarding_shipmentsCreateOrConnectWithoutControl_agentInput = {
|
|
@@ -580837,7 +580837,7 @@ type forwarding_shipmentsCreateWithoutService_levelInput = {
|
|
|
580837
580837
|
updated_at?: Date | string | null;
|
|
580838
580838
|
updated_by?: string | null;
|
|
580839
580839
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580840
|
-
|
|
580840
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580841
580841
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580842
580842
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580843
580843
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -580865,7 +580865,7 @@ type forwarding_shipmentsCreateWithoutService_levelInput = {
|
|
|
580865
580865
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580866
580866
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580867
580867
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580868
|
-
forwarding_shipment_attachments?:
|
|
580868
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580869
580869
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580870
580870
|
};
|
|
580871
580871
|
type forwarding_shipmentsUncheckedCreateWithoutService_levelInput = {
|
|
@@ -580920,7 +580920,7 @@ type forwarding_shipmentsUncheckedCreateWithoutService_levelInput = {
|
|
|
580920
580920
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580921
580921
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580922
580922
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580923
|
-
forwarding_shipment_attachments?:
|
|
580923
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580924
580924
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580925
580925
|
};
|
|
580926
580926
|
type forwarding_shipmentsCreateOrConnectWithoutService_levelInput = {
|
|
@@ -580968,7 +580968,7 @@ type forwarding_shipmentsCreateWithoutPackage_count_typeInput = {
|
|
|
580968
580968
|
updated_at?: Date | string | null;
|
|
580969
580969
|
updated_by?: string | null;
|
|
580970
580970
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580971
|
-
|
|
580971
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580972
580972
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580973
580973
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
580974
580974
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -580996,7 +580996,7 @@ type forwarding_shipmentsCreateWithoutPackage_count_typeInput = {
|
|
|
580996
580996
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580997
580997
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580998
580998
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
580999
|
-
forwarding_shipment_attachments?:
|
|
580999
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581000
581000
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581001
581001
|
};
|
|
581002
581002
|
type forwarding_shipmentsUncheckedCreateWithoutPackage_count_typeInput = {
|
|
@@ -581051,7 +581051,7 @@ type forwarding_shipmentsUncheckedCreateWithoutPackage_count_typeInput = {
|
|
|
581051
581051
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581052
581052
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581053
581053
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581054
|
-
forwarding_shipment_attachments?:
|
|
581054
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581055
581055
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581056
581056
|
};
|
|
581057
581057
|
type forwarding_shipmentsCreateOrConnectWithoutPackage_count_typeInput = {
|
|
@@ -581086,7 +581086,7 @@ type forwarding_shipmentsCreateWithoutPackage_inner_count_typeInput = {
|
|
|
581086
581086
|
updated_at?: Date | string | null;
|
|
581087
581087
|
updated_by?: string | null;
|
|
581088
581088
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581089
|
-
|
|
581089
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581090
581090
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581091
581091
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581092
581092
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -581114,7 +581114,7 @@ type forwarding_shipmentsCreateWithoutPackage_inner_count_typeInput = {
|
|
|
581114
581114
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581115
581115
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581116
581116
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581117
|
-
forwarding_shipment_attachments?:
|
|
581117
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581118
581118
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581119
581119
|
};
|
|
581120
581120
|
type forwarding_shipmentsUncheckedCreateWithoutPackage_inner_count_typeInput = {
|
|
@@ -581169,7 +581169,7 @@ type forwarding_shipmentsUncheckedCreateWithoutPackage_inner_count_typeInput = {
|
|
|
581169
581169
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581170
581170
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581171
581171
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581172
|
-
forwarding_shipment_attachments?:
|
|
581172
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581173
581173
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581174
581174
|
};
|
|
581175
581175
|
type forwarding_shipmentsCreateOrConnectWithoutPackage_inner_count_typeInput = {
|
|
@@ -581230,7 +581230,7 @@ type forwarding_shipmentsCreateWithoutWeight_unitInput = {
|
|
|
581230
581230
|
updated_at?: Date | string | null;
|
|
581231
581231
|
updated_by?: string | null;
|
|
581232
581232
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581233
|
-
|
|
581233
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581234
581234
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581235
581235
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581236
581236
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -581258,7 +581258,7 @@ type forwarding_shipmentsCreateWithoutWeight_unitInput = {
|
|
|
581258
581258
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581259
581259
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581260
581260
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581261
|
-
forwarding_shipment_attachments?:
|
|
581261
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581262
581262
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581263
581263
|
};
|
|
581264
581264
|
type forwarding_shipmentsUncheckedCreateWithoutWeight_unitInput = {
|
|
@@ -581313,7 +581313,7 @@ type forwarding_shipmentsUncheckedCreateWithoutWeight_unitInput = {
|
|
|
581313
581313
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581314
581314
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581315
581315
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581316
|
-
forwarding_shipment_attachments?:
|
|
581316
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581317
581317
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581318
581318
|
};
|
|
581319
581319
|
type forwarding_shipmentsCreateOrConnectWithoutWeight_unitInput = {
|
|
@@ -581348,7 +581348,7 @@ type forwarding_shipmentsCreateWithoutVolume_unitInput = {
|
|
|
581348
581348
|
updated_at?: Date | string | null;
|
|
581349
581349
|
updated_by?: string | null;
|
|
581350
581350
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581351
|
-
|
|
581351
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581352
581352
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581353
581353
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581354
581354
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -581376,7 +581376,7 @@ type forwarding_shipmentsCreateWithoutVolume_unitInput = {
|
|
|
581376
581376
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581377
581377
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581378
581378
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581379
|
-
forwarding_shipment_attachments?:
|
|
581379
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581380
581380
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581381
581381
|
};
|
|
581382
581382
|
type forwarding_shipmentsUncheckedCreateWithoutVolume_unitInput = {
|
|
@@ -581431,7 +581431,7 @@ type forwarding_shipmentsUncheckedCreateWithoutVolume_unitInput = {
|
|
|
581431
581431
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581432
581432
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581433
581433
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581434
|
-
forwarding_shipment_attachments?:
|
|
581434
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581435
581435
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581436
581436
|
};
|
|
581437
581437
|
type forwarding_shipmentsCreateOrConnectWithoutVolume_unitInput = {
|
|
@@ -581466,7 +581466,7 @@ type forwarding_shipmentsCreateWithoutChargeable_unitInput = {
|
|
|
581466
581466
|
updated_at?: Date | string | null;
|
|
581467
581467
|
updated_by?: string | null;
|
|
581468
581468
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581469
|
-
|
|
581469
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581470
581470
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581471
581471
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581472
581472
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -581494,7 +581494,7 @@ type forwarding_shipmentsCreateWithoutChargeable_unitInput = {
|
|
|
581494
581494
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581495
581495
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581496
581496
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581497
|
-
forwarding_shipment_attachments?:
|
|
581497
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581498
581498
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581499
581499
|
};
|
|
581500
581500
|
type forwarding_shipmentsUncheckedCreateWithoutChargeable_unitInput = {
|
|
@@ -581549,7 +581549,7 @@ type forwarding_shipmentsUncheckedCreateWithoutChargeable_unitInput = {
|
|
|
581549
581549
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581550
581550
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581551
581551
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581552
|
-
forwarding_shipment_attachments?:
|
|
581552
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581553
581553
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581554
581554
|
};
|
|
581555
581555
|
type forwarding_shipmentsCreateOrConnectWithoutChargeable_unitInput = {
|
|
@@ -581584,7 +581584,7 @@ type forwarding_shipmentsCreateWithoutWeight_volume_unitInput = {
|
|
|
581584
581584
|
updated_at?: Date | string | null;
|
|
581585
581585
|
updated_by?: string | null;
|
|
581586
581586
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581587
|
-
|
|
581587
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581588
581588
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581589
581589
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581590
581590
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -581612,7 +581612,7 @@ type forwarding_shipmentsCreateWithoutWeight_volume_unitInput = {
|
|
|
581612
581612
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581613
581613
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581614
581614
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581615
|
-
forwarding_shipment_attachments?:
|
|
581615
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581616
581616
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581617
581617
|
};
|
|
581618
581618
|
type forwarding_shipmentsUncheckedCreateWithoutWeight_volume_unitInput = {
|
|
@@ -581667,7 +581667,7 @@ type forwarding_shipmentsUncheckedCreateWithoutWeight_volume_unitInput = {
|
|
|
581667
581667
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581668
581668
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581669
581669
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581670
|
-
forwarding_shipment_attachments?:
|
|
581670
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581671
581671
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581672
581672
|
};
|
|
581673
581673
|
type forwarding_shipmentsCreateOrConnectWithoutWeight_volume_unitInput = {
|
|
@@ -581754,7 +581754,7 @@ type forwarding_shipmentsCreateWithoutIncotermInput = {
|
|
|
581754
581754
|
updated_at?: Date | string | null;
|
|
581755
581755
|
updated_by?: string | null;
|
|
581756
581756
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581757
|
-
|
|
581757
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581758
581758
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581759
581759
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581760
581760
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -581782,7 +581782,7 @@ type forwarding_shipmentsCreateWithoutIncotermInput = {
|
|
|
581782
581782
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581783
581783
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581784
581784
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581785
|
-
forwarding_shipment_attachments?:
|
|
581785
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581786
581786
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581787
581787
|
};
|
|
581788
581788
|
type forwarding_shipmentsUncheckedCreateWithoutIncotermInput = {
|
|
@@ -581837,7 +581837,7 @@ type forwarding_shipmentsUncheckedCreateWithoutIncotermInput = {
|
|
|
581837
581837
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581838
581838
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581839
581839
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581840
|
-
forwarding_shipment_attachments?:
|
|
581840
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581841
581841
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581842
581842
|
};
|
|
581843
581843
|
type forwarding_shipmentsCreateOrConnectWithoutIncotermInput = {
|
|
@@ -581884,7 +581884,7 @@ type forwarding_shipmentsCreateWithoutForwarding_transport_modeInput = {
|
|
|
581884
581884
|
created_by?: string | null;
|
|
581885
581885
|
updated_at?: Date | string | null;
|
|
581886
581886
|
updated_by?: string | null;
|
|
581887
|
-
|
|
581887
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581888
581888
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581889
581889
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
581890
581890
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -581913,7 +581913,7 @@ type forwarding_shipmentsCreateWithoutForwarding_transport_modeInput = {
|
|
|
581913
581913
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581914
581914
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581915
581915
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581916
|
-
forwarding_shipment_attachments?:
|
|
581916
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581917
581917
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581918
581918
|
};
|
|
581919
581919
|
type forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_modeInput = {
|
|
@@ -581968,7 +581968,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_modeInput =
|
|
|
581968
581968
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581969
581969
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581970
581970
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581971
|
-
forwarding_shipment_attachments?:
|
|
581971
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581972
581972
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
581973
581973
|
};
|
|
581974
581974
|
type forwarding_shipmentsCreateOrConnectWithoutForwarding_transport_modeInput = {
|
|
@@ -581992,7 +581992,7 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutForwarding_transport_modeInpu
|
|
|
581992
581992
|
where: forwarding_shipmentsScalarWhereInput;
|
|
581993
581993
|
data: XOR<forwarding_shipmentsUpdateManyMutationInput, forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_modeInput>;
|
|
581994
581994
|
};
|
|
581995
|
-
type
|
|
581995
|
+
type forwarding_shipmentsCreateWithoutForwarding_transport_typeInput = {
|
|
581996
581996
|
id?: bigint | number;
|
|
581997
581997
|
logic_code?: string | null;
|
|
581998
581998
|
shipment_number?: string | null;
|
|
@@ -582044,10 +582044,10 @@ type forwarding_shipmentsCreateWithoutForwarding_transport_typesInput = {
|
|
|
582044
582044
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582045
582045
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582046
582046
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582047
|
-
forwarding_shipment_attachments?:
|
|
582047
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582048
582048
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582049
582049
|
};
|
|
582050
|
-
type
|
|
582050
|
+
type forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typeInput = {
|
|
582051
582051
|
id?: bigint | number;
|
|
582052
582052
|
id_transport_mode?: bigint | number | null;
|
|
582053
582053
|
id_container_shipping_type?: bigint | number | null;
|
|
@@ -582099,29 +582099,29 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typesInput =
|
|
|
582099
582099
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582100
582100
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582101
582101
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582102
|
-
forwarding_shipment_attachments?:
|
|
582102
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582103
582103
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582104
582104
|
};
|
|
582105
|
-
type
|
|
582105
|
+
type forwarding_shipmentsCreateOrConnectWithoutForwarding_transport_typeInput = {
|
|
582106
582106
|
where: forwarding_shipmentsWhereUniqueInput;
|
|
582107
|
-
create: XOR<
|
|
582107
|
+
create: XOR<forwarding_shipmentsCreateWithoutForwarding_transport_typeInput, forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typeInput>;
|
|
582108
582108
|
};
|
|
582109
|
-
type
|
|
582110
|
-
data:
|
|
582109
|
+
type forwarding_shipmentsCreateManyForwarding_transport_typeInputEnvelope = {
|
|
582110
|
+
data: forwarding_shipmentsCreateManyForwarding_transport_typeInput | forwarding_shipmentsCreateManyForwarding_transport_typeInput[];
|
|
582111
582111
|
skipDuplicates?: boolean;
|
|
582112
582112
|
};
|
|
582113
|
-
type
|
|
582113
|
+
type forwarding_shipmentsUpsertWithWhereUniqueWithoutForwarding_transport_typeInput = {
|
|
582114
582114
|
where: forwarding_shipmentsWhereUniqueInput;
|
|
582115
|
-
update: XOR<
|
|
582116
|
-
create: XOR<
|
|
582115
|
+
update: XOR<forwarding_shipmentsUpdateWithoutForwarding_transport_typeInput, forwarding_shipmentsUncheckedUpdateWithoutForwarding_transport_typeInput>;
|
|
582116
|
+
create: XOR<forwarding_shipmentsCreateWithoutForwarding_transport_typeInput, forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typeInput>;
|
|
582117
582117
|
};
|
|
582118
|
-
type
|
|
582118
|
+
type forwarding_shipmentsUpdateWithWhereUniqueWithoutForwarding_transport_typeInput = {
|
|
582119
582119
|
where: forwarding_shipmentsWhereUniqueInput;
|
|
582120
|
-
data: XOR<
|
|
582120
|
+
data: XOR<forwarding_shipmentsUpdateWithoutForwarding_transport_typeInput, forwarding_shipmentsUncheckedUpdateWithoutForwarding_transport_typeInput>;
|
|
582121
582121
|
};
|
|
582122
|
-
type
|
|
582122
|
+
type forwarding_shipmentsUpdateManyWithWhereWithoutForwarding_transport_typeInput = {
|
|
582123
582123
|
where: forwarding_shipmentsScalarWhereInput;
|
|
582124
|
-
data: XOR<forwarding_shipmentsUpdateManyMutationInput,
|
|
582124
|
+
data: XOR<forwarding_shipmentsUpdateManyMutationInput, forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_typeInput>;
|
|
582125
582125
|
};
|
|
582126
582126
|
type forwarding_shipmentsCreateWithoutContainer_shipping_typeInput = {
|
|
582127
582127
|
id?: bigint | number;
|
|
@@ -582147,7 +582147,7 @@ type forwarding_shipmentsCreateWithoutContainer_shipping_typeInput = {
|
|
|
582147
582147
|
updated_at?: Date | string | null;
|
|
582148
582148
|
updated_by?: string | null;
|
|
582149
582149
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582150
|
-
|
|
582150
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582151
582151
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582152
582152
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
582153
582153
|
destination_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_destinationsInput;
|
|
@@ -582175,7 +582175,7 @@ type forwarding_shipmentsCreateWithoutContainer_shipping_typeInput = {
|
|
|
582175
582175
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582176
582176
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582177
582177
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582178
|
-
forwarding_shipment_attachments?:
|
|
582178
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582179
582179
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582180
582180
|
};
|
|
582181
582181
|
type forwarding_shipmentsUncheckedCreateWithoutContainer_shipping_typeInput = {
|
|
@@ -582230,7 +582230,7 @@ type forwarding_shipmentsUncheckedCreateWithoutContainer_shipping_typeInput = {
|
|
|
582230
582230
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582231
582231
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582232
582232
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582233
|
-
forwarding_shipment_attachments?:
|
|
582233
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582234
582234
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582235
582235
|
};
|
|
582236
582236
|
type forwarding_shipmentsCreateOrConnectWithoutContainer_shipping_typeInput = {
|
|
@@ -582278,7 +582278,7 @@ type forwarding_shipmentsCreateWithoutForwarding_service_scopeInput = {
|
|
|
582278
582278
|
updated_at?: Date | string | null;
|
|
582279
582279
|
updated_by?: string | null;
|
|
582280
582280
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582281
|
-
|
|
582281
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582282
582282
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582283
582283
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
582284
582284
|
destination_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_destinationsInput;
|
|
@@ -582306,7 +582306,7 @@ type forwarding_shipmentsCreateWithoutForwarding_service_scopeInput = {
|
|
|
582306
582306
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582307
582307
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582308
582308
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582309
|
-
forwarding_shipment_attachments?:
|
|
582309
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582310
582310
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582311
582311
|
};
|
|
582312
582312
|
type forwarding_shipmentsUncheckedCreateWithoutForwarding_service_scopeInput = {
|
|
@@ -582361,7 +582361,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_service_scopeInput = {
|
|
|
582361
582361
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582362
582362
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582363
582363
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582364
|
-
forwarding_shipment_attachments?:
|
|
582364
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582365
582365
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582366
582366
|
};
|
|
582367
582367
|
type forwarding_shipmentsCreateOrConnectWithoutForwarding_service_scopeInput = {
|
|
@@ -582409,7 +582409,7 @@ type forwarding_shipmentsCreateWithoutRelease_typeInput = {
|
|
|
582409
582409
|
updated_at?: Date | string | null;
|
|
582410
582410
|
updated_by?: string | null;
|
|
582411
582411
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582412
|
-
|
|
582412
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582413
582413
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582414
582414
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582415
582415
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -582437,7 +582437,7 @@ type forwarding_shipmentsCreateWithoutRelease_typeInput = {
|
|
|
582437
582437
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582438
582438
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582439
582439
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582440
|
-
forwarding_shipment_attachments?:
|
|
582440
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582441
582441
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582442
582442
|
};
|
|
582443
582443
|
type forwarding_shipmentsUncheckedCreateWithoutRelease_typeInput = {
|
|
@@ -582492,7 +582492,7 @@ type forwarding_shipmentsUncheckedCreateWithoutRelease_typeInput = {
|
|
|
582492
582492
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582493
582493
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582494
582494
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582495
|
-
forwarding_shipment_attachments?:
|
|
582495
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582496
582496
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582497
582497
|
};
|
|
582498
582498
|
type forwarding_shipmentsCreateOrConnectWithoutRelease_typeInput = {
|
|
@@ -582540,7 +582540,7 @@ type forwarding_shipmentsCreateWithoutCharge_applyInput = {
|
|
|
582540
582540
|
updated_at?: Date | string | null;
|
|
582541
582541
|
updated_by?: string | null;
|
|
582542
582542
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582543
|
-
|
|
582543
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582544
582544
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582545
582545
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582546
582546
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -582568,7 +582568,7 @@ type forwarding_shipmentsCreateWithoutCharge_applyInput = {
|
|
|
582568
582568
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582569
582569
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582570
582570
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582571
|
-
forwarding_shipment_attachments?:
|
|
582571
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582572
582572
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582573
582573
|
};
|
|
582574
582574
|
type forwarding_shipmentsUncheckedCreateWithoutCharge_applyInput = {
|
|
@@ -582623,7 +582623,7 @@ type forwarding_shipmentsUncheckedCreateWithoutCharge_applyInput = {
|
|
|
582623
582623
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582624
582624
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582625
582625
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582626
|
-
forwarding_shipment_attachments?:
|
|
582626
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582627
582627
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582628
582628
|
};
|
|
582629
582629
|
type forwarding_shipmentsCreateOrConnectWithoutCharge_applyInput = {
|
|
@@ -582671,7 +582671,7 @@ type forwarding_shipmentsCreateWithoutOn_board_statusInput = {
|
|
|
582671
582671
|
updated_at?: Date | string | null;
|
|
582672
582672
|
updated_by?: string | null;
|
|
582673
582673
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582674
|
-
|
|
582674
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582675
582675
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582676
582676
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582677
582677
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -582699,7 +582699,7 @@ type forwarding_shipmentsCreateWithoutOn_board_statusInput = {
|
|
|
582699
582699
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582700
582700
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582701
582701
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582702
|
-
forwarding_shipment_attachments?:
|
|
582702
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582703
582703
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582704
582704
|
};
|
|
582705
582705
|
type forwarding_shipmentsUncheckedCreateWithoutOn_board_statusInput = {
|
|
@@ -582754,7 +582754,7 @@ type forwarding_shipmentsUncheckedCreateWithoutOn_board_statusInput = {
|
|
|
582754
582754
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582755
582755
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582756
582756
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582757
|
-
forwarding_shipment_attachments?:
|
|
582757
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582758
582758
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582759
582759
|
};
|
|
582760
582760
|
type forwarding_shipmentsCreateOrConnectWithoutOn_board_statusInput = {
|
|
@@ -582802,7 +582802,7 @@ type forwarding_shipmentsCreateWithoutHouse_bill_typeInput = {
|
|
|
582802
582802
|
updated_at?: Date | string | null;
|
|
582803
582803
|
updated_by?: string | null;
|
|
582804
582804
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582805
|
-
|
|
582805
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582806
582806
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582807
582807
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582808
582808
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -582830,7 +582830,7 @@ type forwarding_shipmentsCreateWithoutHouse_bill_typeInput = {
|
|
|
582830
582830
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582831
582831
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582832
582832
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582833
|
-
forwarding_shipment_attachments?:
|
|
582833
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582834
582834
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582835
582835
|
};
|
|
582836
582836
|
type forwarding_shipmentsUncheckedCreateWithoutHouse_bill_typeInput = {
|
|
@@ -582885,7 +582885,7 @@ type forwarding_shipmentsUncheckedCreateWithoutHouse_bill_typeInput = {
|
|
|
582885
582885
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582886
582886
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582887
582887
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582888
|
-
forwarding_shipment_attachments?:
|
|
582888
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582889
582889
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582890
582890
|
};
|
|
582891
582891
|
type forwarding_shipmentsCreateOrConnectWithoutHouse_bill_typeInput = {
|
|
@@ -582933,7 +582933,7 @@ type forwarding_shipmentsCreateWithoutHbl_delivery_modeInput = {
|
|
|
582933
582933
|
updated_at?: Date | string | null;
|
|
582934
582934
|
updated_by?: string | null;
|
|
582935
582935
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582936
|
-
|
|
582936
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582937
582937
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582938
582938
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
582939
582939
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -582961,7 +582961,7 @@ type forwarding_shipmentsCreateWithoutHbl_delivery_modeInput = {
|
|
|
582961
582961
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582962
582962
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582963
582963
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582964
|
-
forwarding_shipment_attachments?:
|
|
582964
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582965
582965
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
582966
582966
|
};
|
|
582967
582967
|
type forwarding_shipmentsUncheckedCreateWithoutHbl_delivery_modeInput = {
|
|
@@ -583016,7 +583016,7 @@ type forwarding_shipmentsUncheckedCreateWithoutHbl_delivery_modeInput = {
|
|
|
583016
583016
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583017
583017
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583018
583018
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583019
|
-
forwarding_shipment_attachments?:
|
|
583019
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583020
583020
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583021
583021
|
};
|
|
583022
583022
|
type forwarding_shipmentsCreateOrConnectWithoutHbl_delivery_modeInput = {
|
|
@@ -583064,7 +583064,7 @@ type forwarding_shipmentsCreateWithoutAir_waybill_dimsInput = {
|
|
|
583064
583064
|
updated_at?: Date | string | null;
|
|
583065
583065
|
updated_by?: string | null;
|
|
583066
583066
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583067
|
-
|
|
583067
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583068
583068
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583069
583069
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583070
583070
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -583092,7 +583092,7 @@ type forwarding_shipmentsCreateWithoutAir_waybill_dimsInput = {
|
|
|
583092
583092
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583093
583093
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583094
583094
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583095
|
-
forwarding_shipment_attachments?:
|
|
583095
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583096
583096
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583097
583097
|
};
|
|
583098
583098
|
type forwarding_shipmentsUncheckedCreateWithoutAir_waybill_dimsInput = {
|
|
@@ -583147,7 +583147,7 @@ type forwarding_shipmentsUncheckedCreateWithoutAir_waybill_dimsInput = {
|
|
|
583147
583147
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583148
583148
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583149
583149
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583150
|
-
forwarding_shipment_attachments?:
|
|
583150
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583151
583151
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583152
583152
|
};
|
|
583153
583153
|
type forwarding_shipmentsCreateOrConnectWithoutAir_waybill_dimsInput = {
|
|
@@ -583195,7 +583195,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_organizationsInput = {
|
|
|
583195
583195
|
updated_at?: Date | string | null;
|
|
583196
583196
|
updated_by?: string | null;
|
|
583197
583197
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583198
|
-
|
|
583198
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583199
583199
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583200
583200
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583201
583201
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -583223,7 +583223,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_organizationsInput = {
|
|
|
583223
583223
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
583224
583224
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583225
583225
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583226
|
-
forwarding_shipment_attachments?:
|
|
583226
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583227
583227
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583228
583228
|
};
|
|
583229
583229
|
type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_organizationsInput = {
|
|
@@ -583278,7 +583278,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_organizations
|
|
|
583278
583278
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
583279
583279
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583280
583280
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583281
|
-
forwarding_shipment_attachments?:
|
|
583281
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583282
583282
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583283
583283
|
};
|
|
583284
583284
|
type forwarding_shipmentsCreateOrConnectWithoutForwarding_shipment_organizationsInput = {
|
|
@@ -583318,7 +583318,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_organizationsInput = {
|
|
|
583318
583318
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
583319
583319
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
583320
583320
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
583321
|
-
|
|
583321
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
583322
583322
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
583323
583323
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
583324
583324
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -583346,7 +583346,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_organizationsInput = {
|
|
|
583346
583346
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
583347
583347
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583348
583348
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583349
|
-
forwarding_shipment_attachments?:
|
|
583349
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583350
583350
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583351
583351
|
};
|
|
583352
583352
|
type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_organizationsInput = {
|
|
@@ -583401,7 +583401,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_organizations
|
|
|
583401
583401
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
583402
583402
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583403
583403
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583404
|
-
forwarding_shipment_attachments?:
|
|
583404
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583405
583405
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583406
583406
|
};
|
|
583407
583407
|
type forwarding_shipmentsCreateWithoutForwarding_shipment_custom_entriesInput = {
|
|
@@ -583428,7 +583428,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_custom_entriesInput =
|
|
|
583428
583428
|
updated_at?: Date | string | null;
|
|
583429
583429
|
updated_by?: string | null;
|
|
583430
583430
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583431
|
-
|
|
583431
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583432
583432
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583433
583433
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583434
583434
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -583456,7 +583456,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_custom_entriesInput =
|
|
|
583456
583456
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
583457
583457
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583458
583458
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583459
|
-
forwarding_shipment_attachments?:
|
|
583459
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583460
583460
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583461
583461
|
};
|
|
583462
583462
|
type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_custom_entriesInput = {
|
|
@@ -583511,7 +583511,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_custom_entrie
|
|
|
583511
583511
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
583512
583512
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583513
583513
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583514
|
-
forwarding_shipment_attachments?:
|
|
583514
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583515
583515
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583516
583516
|
};
|
|
583517
583517
|
type forwarding_shipmentsCreateOrConnectWithoutForwarding_shipment_custom_entriesInput = {
|
|
@@ -583551,7 +583551,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_custom_entriesInput =
|
|
|
583551
583551
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
583552
583552
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
583553
583553
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
583554
|
-
|
|
583554
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
583555
583555
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
583556
583556
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
583557
583557
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -583579,7 +583579,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_custom_entriesInput =
|
|
|
583579
583579
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
583580
583580
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583581
583581
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583582
|
-
forwarding_shipment_attachments?:
|
|
583582
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583583
583583
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583584
583584
|
};
|
|
583585
583585
|
type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_custom_entriesInput = {
|
|
@@ -583634,7 +583634,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_custom_entrie
|
|
|
583634
583634
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
583635
583635
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583636
583636
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583637
|
-
forwarding_shipment_attachments?:
|
|
583637
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583638
583638
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583639
583639
|
};
|
|
583640
583640
|
type forwarding_shipmentsCreateWithoutForwarding_shipment_packingsInput = {
|
|
@@ -583661,7 +583661,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_packingsInput = {
|
|
|
583661
583661
|
updated_at?: Date | string | null;
|
|
583662
583662
|
updated_by?: string | null;
|
|
583663
583663
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583664
|
-
|
|
583664
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583665
583665
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583666
583666
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583667
583667
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -583689,7 +583689,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_packingsInput = {
|
|
|
583689
583689
|
forwarding_shipments_logs?: forwarding_shipments_logsCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
583690
583690
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583691
583691
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583692
|
-
forwarding_shipment_attachments?:
|
|
583692
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583693
583693
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583694
583694
|
};
|
|
583695
583695
|
type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_packingsInput = {
|
|
@@ -583744,7 +583744,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_packingsInput
|
|
|
583744
583744
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedCreateNestedManyWithoutForwarding_shipmentsInput;
|
|
583745
583745
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583746
583746
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583747
|
-
forwarding_shipment_attachments?:
|
|
583747
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583748
583748
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583749
583749
|
};
|
|
583750
583750
|
type forwarding_shipmentsCreateOrConnectWithoutForwarding_shipment_packingsInput = {
|
|
@@ -583784,7 +583784,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_packingsInput = {
|
|
|
583784
583784
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
583785
583785
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
583786
583786
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
583787
|
-
|
|
583787
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
583788
583788
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
583789
583789
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
583790
583790
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -583812,7 +583812,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_packingsInput = {
|
|
|
583812
583812
|
forwarding_shipments_logs?: forwarding_shipments_logsUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
583813
583813
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583814
583814
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583815
|
-
forwarding_shipment_attachments?:
|
|
583815
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583816
583816
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583817
583817
|
};
|
|
583818
583818
|
type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_packingsInput = {
|
|
@@ -583867,7 +583867,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_packingsInput
|
|
|
583867
583867
|
forwarding_shipments_logs?: forwarding_shipments_logsUncheckedUpdateManyWithoutForwarding_shipmentsNestedInput;
|
|
583868
583868
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583869
583869
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583870
|
-
forwarding_shipment_attachments?:
|
|
583870
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583871
583871
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
583872
583872
|
};
|
|
583873
583873
|
type forwarding_shipmentsCreateWithoutForwarding_shipment_pickupInput = {
|
|
@@ -583894,7 +583894,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_pickupInput = {
|
|
|
583894
583894
|
updated_at?: Date | string | null;
|
|
583895
583895
|
updated_by?: string | null;
|
|
583896
583896
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583897
|
-
|
|
583897
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583898
583898
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583899
583899
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
583900
583900
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -583922,7 +583922,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_pickupInput = {
|
|
|
583922
583922
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583923
583923
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583924
583924
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583925
|
-
forwarding_shipment_attachments?:
|
|
583925
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583926
583926
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583927
583927
|
};
|
|
583928
583928
|
type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_pickupInput = {
|
|
@@ -583977,7 +583977,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_pickupInput =
|
|
|
583977
583977
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583978
583978
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583979
583979
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583980
|
-
forwarding_shipment_attachments?:
|
|
583980
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583981
583981
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
583982
583982
|
};
|
|
583983
583983
|
type forwarding_shipmentsCreateOrConnectWithoutForwarding_shipment_pickupInput = {
|
|
@@ -584017,7 +584017,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_pickupInput = {
|
|
|
584017
584017
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
584018
584018
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
584019
584019
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584020
|
-
|
|
584020
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584021
584021
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584022
584022
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584023
584023
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -584045,7 +584045,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_pickupInput = {
|
|
|
584045
584045
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584046
584046
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584047
584047
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584048
|
-
forwarding_shipment_attachments?:
|
|
584048
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584049
584049
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584050
584050
|
};
|
|
584051
584051
|
type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_pickupInput = {
|
|
@@ -584100,7 +584100,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_pickupInput =
|
|
|
584100
584100
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584101
584101
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584102
584102
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584103
|
-
forwarding_shipment_attachments?:
|
|
584103
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584104
584104
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584105
584105
|
};
|
|
584106
584106
|
type forwarding_shipmentsCreateWithoutForwarding_shipment_deliveryInput = {
|
|
@@ -584127,7 +584127,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_deliveryInput = {
|
|
|
584127
584127
|
updated_at?: Date | string | null;
|
|
584128
584128
|
updated_by?: string | null;
|
|
584129
584129
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584130
|
-
|
|
584130
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584131
584131
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584132
584132
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584133
584133
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -584155,7 +584155,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_deliveryInput = {
|
|
|
584155
584155
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584156
584156
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584157
584157
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584158
|
-
forwarding_shipment_attachments?:
|
|
584158
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584159
584159
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584160
584160
|
};
|
|
584161
584161
|
type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_deliveryInput = {
|
|
@@ -584210,7 +584210,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_deliveryInput
|
|
|
584210
584210
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584211
584211
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584212
584212
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584213
|
-
forwarding_shipment_attachments?:
|
|
584213
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584214
584214
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584215
584215
|
};
|
|
584216
584216
|
type forwarding_shipmentsCreateOrConnectWithoutForwarding_shipment_deliveryInput = {
|
|
@@ -584250,7 +584250,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_deliveryInput = {
|
|
|
584250
584250
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
584251
584251
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
584252
584252
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584253
|
-
|
|
584253
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584254
584254
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584255
584255
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584256
584256
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -584278,7 +584278,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_deliveryInput = {
|
|
|
584278
584278
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584279
584279
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584280
584280
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584281
|
-
forwarding_shipment_attachments?:
|
|
584281
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584282
584282
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584283
584283
|
};
|
|
584284
584284
|
type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_deliveryInput = {
|
|
@@ -584333,7 +584333,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_deliveryInput
|
|
|
584333
584333
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584334
584334
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584335
584335
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584336
|
-
forwarding_shipment_attachments?:
|
|
584336
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584337
584337
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584338
584338
|
};
|
|
584339
584339
|
type forwarding_shipmentsCreateWithoutForwarding_shipment_attachmentsInput = {
|
|
@@ -584360,7 +584360,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipment_attachmentsInput = {
|
|
|
584360
584360
|
updated_at?: Date | string | null;
|
|
584361
584361
|
updated_by?: string | null;
|
|
584362
584362
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584363
|
-
|
|
584363
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584364
584364
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584365
584365
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584366
584366
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -584483,7 +584483,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipment_attachmentsInput = {
|
|
|
584483
584483
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
584484
584484
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
584485
584485
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584486
|
-
|
|
584486
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584487
584487
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584488
584488
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584489
584489
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -584593,7 +584593,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipments_logsInput = {
|
|
|
584593
584593
|
updated_at?: Date | string | null;
|
|
584594
584594
|
updated_by?: string | null;
|
|
584595
584595
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584596
|
-
|
|
584596
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584597
584597
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584598
584598
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584599
584599
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -584621,7 +584621,7 @@ type forwarding_shipmentsCreateWithoutForwarding_shipments_logsInput = {
|
|
|
584621
584621
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584622
584622
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584623
584623
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584624
|
-
forwarding_shipment_attachments?:
|
|
584624
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584625
584625
|
syncproc_purchase_orders?: syncproc_purchase_ordersCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584626
584626
|
};
|
|
584627
584627
|
type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipments_logsInput = {
|
|
@@ -584676,7 +584676,7 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipments_logsInput =
|
|
|
584676
584676
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584677
584677
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584678
584678
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584679
|
-
forwarding_shipment_attachments?:
|
|
584679
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584680
584680
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584681
584681
|
};
|
|
584682
584682
|
type forwarding_shipmentsCreateOrConnectWithoutForwarding_shipments_logsInput = {
|
|
@@ -584716,7 +584716,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipments_logsInput = {
|
|
|
584716
584716
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
584717
584717
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
584718
584718
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584719
|
-
|
|
584719
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584720
584720
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584721
584721
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584722
584722
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -584744,7 +584744,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_shipments_logsInput = {
|
|
|
584744
584744
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584745
584745
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584746
584746
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584747
|
-
forwarding_shipment_attachments?:
|
|
584747
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584748
584748
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584749
584749
|
};
|
|
584750
584750
|
type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipments_logsInput = {
|
|
@@ -584799,7 +584799,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipments_logsInput =
|
|
|
584799
584799
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584800
584800
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584801
584801
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584802
|
-
forwarding_shipment_attachments?:
|
|
584802
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584803
584803
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584804
584804
|
};
|
|
584805
584805
|
type forwarding_shipmentsCreateWithoutSyncproc_purchase_ordersInput = {
|
|
@@ -584826,7 +584826,7 @@ type forwarding_shipmentsCreateWithoutSyncproc_purchase_ordersInput = {
|
|
|
584826
584826
|
updated_at?: Date | string | null;
|
|
584827
584827
|
updated_by?: string | null;
|
|
584828
584828
|
forwarding_transport_mode?: forwarding_transport_modesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584829
|
-
|
|
584829
|
+
forwarding_transport_type?: forwarding_transport_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584830
584830
|
container_shipping_type?: container_shipping_typesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584831
584831
|
forwarding_service_scope?: forwarding_service_scopesCreateNestedOneWithoutForwarding_shipmentsInput;
|
|
584832
584832
|
origin_un_locode?: un_locodesCreateNestedOneWithoutForwarding_shipment_originsInput;
|
|
@@ -584855,7 +584855,7 @@ type forwarding_shipmentsCreateWithoutSyncproc_purchase_ordersInput = {
|
|
|
584855
584855
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584856
584856
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584857
584857
|
forwarding_shipment_packings?: forwarding_shipment_packingsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584858
|
-
forwarding_shipment_attachments?:
|
|
584858
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584859
584859
|
};
|
|
584860
584860
|
type forwarding_shipmentsUncheckedCreateWithoutSyncproc_purchase_ordersInput = {
|
|
584861
584861
|
id?: bigint | number;
|
|
@@ -584910,7 +584910,7 @@ type forwarding_shipmentsUncheckedCreateWithoutSyncproc_purchase_ordersInput = {
|
|
|
584910
584910
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584911
584911
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584912
584912
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584913
|
-
forwarding_shipment_attachments?:
|
|
584913
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput;
|
|
584914
584914
|
};
|
|
584915
584915
|
type forwarding_shipmentsCreateOrConnectWithoutSyncproc_purchase_ordersInput = {
|
|
584916
584916
|
where: forwarding_shipmentsWhereUniqueInput;
|
|
@@ -584949,7 +584949,7 @@ type forwarding_shipmentsUpdateWithoutSyncproc_purchase_ordersInput = {
|
|
|
584949
584949
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
584950
584950
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
584951
584951
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584952
|
-
|
|
584952
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584953
584953
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584954
584954
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
584955
584955
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -584978,7 +584978,7 @@ type forwarding_shipmentsUpdateWithoutSyncproc_purchase_ordersInput = {
|
|
|
584978
584978
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584979
584979
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584980
584980
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584981
|
-
forwarding_shipment_attachments?:
|
|
584981
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
584982
584982
|
};
|
|
584983
584983
|
type forwarding_shipmentsUncheckedUpdateWithoutSyncproc_purchase_ordersInput = {
|
|
584984
584984
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -585033,7 +585033,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutSyncproc_purchase_ordersInput = {
|
|
|
585033
585033
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585034
585034
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585035
585035
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585036
|
-
forwarding_shipment_attachments?:
|
|
585036
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585037
585037
|
};
|
|
585038
585038
|
type forwarding_shipmentsCreateManyOrigin_un_locodeInput = {
|
|
585039
585039
|
id?: bigint | number;
|
|
@@ -585149,7 +585149,7 @@ type forwarding_shipmentsUpdateWithoutOrigin_un_locodeInput = {
|
|
|
585149
585149
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
585150
585150
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
585151
585151
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585152
|
-
|
|
585152
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585153
585153
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585154
585154
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585155
585155
|
destination_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_destinationsNestedInput;
|
|
@@ -585177,7 +585177,7 @@ type forwarding_shipmentsUpdateWithoutOrigin_un_locodeInput = {
|
|
|
585177
585177
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585178
585178
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585179
585179
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585180
|
-
forwarding_shipment_attachments?:
|
|
585180
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585181
585181
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585182
585182
|
};
|
|
585183
585183
|
type forwarding_shipmentsUncheckedUpdateWithoutOrigin_un_locodeInput = {
|
|
@@ -585232,7 +585232,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutOrigin_un_locodeInput = {
|
|
|
585232
585232
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585233
585233
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585234
585234
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585235
|
-
forwarding_shipment_attachments?:
|
|
585235
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585236
585236
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585237
585237
|
};
|
|
585238
585238
|
type forwarding_shipmentsUncheckedUpdateManyWithoutOrigin_un_locodeInput = {
|
|
@@ -585304,7 +585304,7 @@ type forwarding_shipmentsUpdateWithoutDestination_un_locodeInput = {
|
|
|
585304
585304
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
585305
585305
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
585306
585306
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585307
|
-
|
|
585307
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585308
585308
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585309
585309
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585310
585310
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -585332,7 +585332,7 @@ type forwarding_shipmentsUpdateWithoutDestination_un_locodeInput = {
|
|
|
585332
585332
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585333
585333
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585334
585334
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585335
|
-
forwarding_shipment_attachments?:
|
|
585335
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585336
585336
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585337
585337
|
};
|
|
585338
585338
|
type forwarding_shipmentsUncheckedUpdateWithoutDestination_un_locodeInput = {
|
|
@@ -585387,7 +585387,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutDestination_un_locodeInput = {
|
|
|
585387
585387
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585388
585388
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585389
585389
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585390
|
-
forwarding_shipment_attachments?:
|
|
585390
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585391
585391
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585392
585392
|
};
|
|
585393
585393
|
type forwarding_shipmentsUncheckedUpdateManyWithoutDestination_un_locodeInput = {
|
|
@@ -585549,7 +585549,7 @@ type forwarding_shipmentsUpdateWithoutControl_customerInput = {
|
|
|
585549
585549
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
585550
585550
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
585551
585551
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585552
|
-
|
|
585552
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585553
585553
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585554
585554
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585555
585555
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -585577,7 +585577,7 @@ type forwarding_shipmentsUpdateWithoutControl_customerInput = {
|
|
|
585577
585577
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585578
585578
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585579
585579
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585580
|
-
forwarding_shipment_attachments?:
|
|
585580
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585581
585581
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585582
585582
|
};
|
|
585583
585583
|
type forwarding_shipmentsUncheckedUpdateWithoutControl_customerInput = {
|
|
@@ -585632,7 +585632,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutControl_customerInput = {
|
|
|
585632
585632
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585633
585633
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585634
585634
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585635
|
-
forwarding_shipment_attachments?:
|
|
585635
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585636
585636
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585637
585637
|
};
|
|
585638
585638
|
type forwarding_shipmentsUncheckedUpdateManyWithoutControl_customerInput = {
|
|
@@ -585704,7 +585704,7 @@ type forwarding_shipmentsUpdateWithoutControl_agentInput = {
|
|
|
585704
585704
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
585705
585705
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
585706
585706
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585707
|
-
|
|
585707
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585708
585708
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585709
585709
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585710
585710
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -585732,7 +585732,7 @@ type forwarding_shipmentsUpdateWithoutControl_agentInput = {
|
|
|
585732
585732
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585733
585733
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585734
585734
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585735
|
-
forwarding_shipment_attachments?:
|
|
585735
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585736
585736
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585737
585737
|
};
|
|
585738
585738
|
type forwarding_shipmentsUncheckedUpdateWithoutControl_agentInput = {
|
|
@@ -585787,7 +585787,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutControl_agentInput = {
|
|
|
585787
585787
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585788
585788
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585789
585789
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585790
|
-
forwarding_shipment_attachments?:
|
|
585790
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585791
585791
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585792
585792
|
};
|
|
585793
585793
|
type forwarding_shipmentsUncheckedUpdateManyWithoutControl_agentInput = {
|
|
@@ -585904,7 +585904,7 @@ type forwarding_shipmentsUpdateWithoutService_levelInput = {
|
|
|
585904
585904
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
585905
585905
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
585906
585906
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585907
|
-
|
|
585907
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585908
585908
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585909
585909
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
585910
585910
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -585932,7 +585932,7 @@ type forwarding_shipmentsUpdateWithoutService_levelInput = {
|
|
|
585932
585932
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585933
585933
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585934
585934
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585935
|
-
forwarding_shipment_attachments?:
|
|
585935
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585936
585936
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585937
585937
|
};
|
|
585938
585938
|
type forwarding_shipmentsUncheckedUpdateWithoutService_levelInput = {
|
|
@@ -585987,7 +585987,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutService_levelInput = {
|
|
|
585987
585987
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585988
585988
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585989
585989
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585990
|
-
forwarding_shipment_attachments?:
|
|
585990
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585991
585991
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
585992
585992
|
};
|
|
585993
585993
|
type forwarding_shipmentsUncheckedUpdateManyWithoutService_levelInput = {
|
|
@@ -586149,7 +586149,7 @@ type forwarding_shipmentsUpdateWithoutPackage_count_typeInput = {
|
|
|
586149
586149
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
586150
586150
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
586151
586151
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586152
|
-
|
|
586152
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586153
586153
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586154
586154
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586155
586155
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -586177,7 +586177,7 @@ type forwarding_shipmentsUpdateWithoutPackage_count_typeInput = {
|
|
|
586177
586177
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586178
586178
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586179
586179
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586180
|
-
forwarding_shipment_attachments?:
|
|
586180
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586181
586181
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586182
586182
|
};
|
|
586183
586183
|
type forwarding_shipmentsUncheckedUpdateWithoutPackage_count_typeInput = {
|
|
@@ -586232,7 +586232,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutPackage_count_typeInput = {
|
|
|
586232
586232
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586233
586233
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586234
586234
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586235
|
-
forwarding_shipment_attachments?:
|
|
586235
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586236
586236
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586237
586237
|
};
|
|
586238
586238
|
type forwarding_shipmentsUncheckedUpdateManyWithoutPackage_count_typeInput = {
|
|
@@ -586304,7 +586304,7 @@ type forwarding_shipmentsUpdateWithoutPackage_inner_count_typeInput = {
|
|
|
586304
586304
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
586305
586305
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
586306
586306
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586307
|
-
|
|
586307
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586308
586308
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586309
586309
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586310
586310
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -586332,7 +586332,7 @@ type forwarding_shipmentsUpdateWithoutPackage_inner_count_typeInput = {
|
|
|
586332
586332
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586333
586333
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586334
586334
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586335
|
-
forwarding_shipment_attachments?:
|
|
586335
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586336
586336
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586337
586337
|
};
|
|
586338
586338
|
type forwarding_shipmentsUncheckedUpdateWithoutPackage_inner_count_typeInput = {
|
|
@@ -586387,7 +586387,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutPackage_inner_count_typeInput = {
|
|
|
586387
586387
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586388
586388
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586389
586389
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586390
|
-
forwarding_shipment_attachments?:
|
|
586390
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586391
586391
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586392
586392
|
};
|
|
586393
586393
|
type forwarding_shipmentsUncheckedUpdateManyWithoutPackage_inner_count_typeInput = {
|
|
@@ -586639,7 +586639,7 @@ type forwarding_shipmentsUpdateWithoutWeight_unitInput = {
|
|
|
586639
586639
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
586640
586640
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
586641
586641
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586642
|
-
|
|
586642
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586643
586643
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586644
586644
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586645
586645
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -586667,7 +586667,7 @@ type forwarding_shipmentsUpdateWithoutWeight_unitInput = {
|
|
|
586667
586667
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586668
586668
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586669
586669
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586670
|
-
forwarding_shipment_attachments?:
|
|
586670
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586671
586671
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586672
586672
|
};
|
|
586673
586673
|
type forwarding_shipmentsUncheckedUpdateWithoutWeight_unitInput = {
|
|
@@ -586722,7 +586722,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutWeight_unitInput = {
|
|
|
586722
586722
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586723
586723
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586724
586724
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586725
|
-
forwarding_shipment_attachments?:
|
|
586725
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586726
586726
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586727
586727
|
};
|
|
586728
586728
|
type forwarding_shipmentsUncheckedUpdateManyWithoutWeight_unitInput = {
|
|
@@ -586794,7 +586794,7 @@ type forwarding_shipmentsUpdateWithoutVolume_unitInput = {
|
|
|
586794
586794
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
586795
586795
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
586796
586796
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586797
|
-
|
|
586797
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586798
586798
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586799
586799
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586800
586800
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -586822,7 +586822,7 @@ type forwarding_shipmentsUpdateWithoutVolume_unitInput = {
|
|
|
586822
586822
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586823
586823
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586824
586824
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586825
|
-
forwarding_shipment_attachments?:
|
|
586825
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586826
586826
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586827
586827
|
};
|
|
586828
586828
|
type forwarding_shipmentsUncheckedUpdateWithoutVolume_unitInput = {
|
|
@@ -586877,7 +586877,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutVolume_unitInput = {
|
|
|
586877
586877
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586878
586878
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586879
586879
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586880
|
-
forwarding_shipment_attachments?:
|
|
586880
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586881
586881
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586882
586882
|
};
|
|
586883
586883
|
type forwarding_shipmentsUncheckedUpdateManyWithoutVolume_unitInput = {
|
|
@@ -586949,7 +586949,7 @@ type forwarding_shipmentsUpdateWithoutChargeable_unitInput = {
|
|
|
586949
586949
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
586950
586950
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
586951
586951
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586952
|
-
|
|
586952
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586953
586953
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586954
586954
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
586955
586955
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -586977,7 +586977,7 @@ type forwarding_shipmentsUpdateWithoutChargeable_unitInput = {
|
|
|
586977
586977
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586978
586978
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586979
586979
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586980
|
-
forwarding_shipment_attachments?:
|
|
586980
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586981
586981
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
586982
586982
|
};
|
|
586983
586983
|
type forwarding_shipmentsUncheckedUpdateWithoutChargeable_unitInput = {
|
|
@@ -587032,7 +587032,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutChargeable_unitInput = {
|
|
|
587032
587032
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587033
587033
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587034
587034
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587035
|
-
forwarding_shipment_attachments?:
|
|
587035
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587036
587036
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587037
587037
|
};
|
|
587038
587038
|
type forwarding_shipmentsUncheckedUpdateManyWithoutChargeable_unitInput = {
|
|
@@ -587104,7 +587104,7 @@ type forwarding_shipmentsUpdateWithoutWeight_volume_unitInput = {
|
|
|
587104
587104
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
587105
587105
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
587106
587106
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587107
|
-
|
|
587107
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587108
587108
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587109
587109
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587110
587110
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -587132,7 +587132,7 @@ type forwarding_shipmentsUpdateWithoutWeight_volume_unitInput = {
|
|
|
587132
587132
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587133
587133
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587134
587134
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587135
|
-
forwarding_shipment_attachments?:
|
|
587135
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587136
587136
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587137
587137
|
};
|
|
587138
587138
|
type forwarding_shipmentsUncheckedUpdateWithoutWeight_volume_unitInput = {
|
|
@@ -587187,7 +587187,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutWeight_volume_unitInput = {
|
|
|
587187
587187
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587188
587188
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587189
587189
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587190
|
-
forwarding_shipment_attachments?:
|
|
587190
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587191
587191
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587192
587192
|
};
|
|
587193
587193
|
type forwarding_shipmentsUncheckedUpdateManyWithoutWeight_volume_unitInput = {
|
|
@@ -587304,7 +587304,7 @@ type forwarding_shipmentsUpdateWithoutIncotermInput = {
|
|
|
587304
587304
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
587305
587305
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
587306
587306
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587307
|
-
|
|
587307
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587308
587308
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587309
587309
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587310
587310
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -587332,7 +587332,7 @@ type forwarding_shipmentsUpdateWithoutIncotermInput = {
|
|
|
587332
587332
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587333
587333
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587334
587334
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587335
|
-
forwarding_shipment_attachments?:
|
|
587335
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587336
587336
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587337
587337
|
};
|
|
587338
587338
|
type forwarding_shipmentsUncheckedUpdateWithoutIncotermInput = {
|
|
@@ -587387,7 +587387,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutIncotermInput = {
|
|
|
587387
587387
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587388
587388
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587389
587389
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587390
|
-
forwarding_shipment_attachments?:
|
|
587390
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587391
587391
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587392
587392
|
};
|
|
587393
587393
|
type forwarding_shipmentsUncheckedUpdateManyWithoutIncotermInput = {
|
|
@@ -587503,7 +587503,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_transport_modeInput = {
|
|
|
587503
587503
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
587504
587504
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
587505
587505
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
587506
|
-
|
|
587506
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587507
587507
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587508
587508
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587509
587509
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -587532,7 +587532,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_transport_modeInput = {
|
|
|
587532
587532
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587533
587533
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587534
587534
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587535
|
-
forwarding_shipment_attachments?:
|
|
587535
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587536
587536
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587537
587537
|
};
|
|
587538
587538
|
type forwarding_shipmentsUncheckedUpdateWithoutForwarding_transport_modeInput = {
|
|
@@ -587587,7 +587587,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_transport_modeInput =
|
|
|
587587
587587
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587588
587588
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587589
587589
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587590
|
-
forwarding_shipment_attachments?:
|
|
587590
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587591
587591
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587592
587592
|
};
|
|
587593
587593
|
type forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_modeInput = {
|
|
@@ -587635,7 +587635,7 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_modeInpu
|
|
|
587635
587635
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
587636
587636
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
587637
587637
|
};
|
|
587638
|
-
type
|
|
587638
|
+
type forwarding_shipmentsCreateManyForwarding_transport_typeInput = {
|
|
587639
587639
|
id?: bigint | number;
|
|
587640
587640
|
id_transport_mode?: bigint | number | null;
|
|
587641
587641
|
id_container_shipping_type?: bigint | number | null;
|
|
@@ -587680,7 +587680,7 @@ type forwarding_shipmentsCreateManyForwarding_transport_typesInput = {
|
|
|
587680
587680
|
updated_at?: Date | string | null;
|
|
587681
587681
|
updated_by?: string | null;
|
|
587682
587682
|
};
|
|
587683
|
-
type
|
|
587683
|
+
type forwarding_shipmentsUpdateWithoutForwarding_transport_typeInput = {
|
|
587684
587684
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
587685
587685
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
587686
587686
|
shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -587732,10 +587732,10 @@ type forwarding_shipmentsUpdateWithoutForwarding_transport_typesInput = {
|
|
|
587732
587732
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587733
587733
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587734
587734
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587735
|
-
forwarding_shipment_attachments?:
|
|
587735
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587736
587736
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587737
587737
|
};
|
|
587738
|
-
type
|
|
587738
|
+
type forwarding_shipmentsUncheckedUpdateWithoutForwarding_transport_typeInput = {
|
|
587739
587739
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
587740
587740
|
id_transport_mode?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
587741
587741
|
id_container_shipping_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
@@ -587787,10 +587787,10 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_transport_typesInput =
|
|
|
587787
587787
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587788
587788
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587789
587789
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587790
|
-
forwarding_shipment_attachments?:
|
|
587790
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587791
587791
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587792
587792
|
};
|
|
587793
|
-
type
|
|
587793
|
+
type forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_typeInput = {
|
|
587794
587794
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
587795
587795
|
id_transport_mode?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
587796
587796
|
id_container_shipping_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
@@ -587904,7 +587904,7 @@ type forwarding_shipmentsUpdateWithoutContainer_shipping_typeInput = {
|
|
|
587904
587904
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
587905
587905
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
587906
587906
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587907
|
-
|
|
587907
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587908
587908
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
587909
587909
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
587910
587910
|
destination_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_destinationsNestedInput;
|
|
@@ -587932,7 +587932,7 @@ type forwarding_shipmentsUpdateWithoutContainer_shipping_typeInput = {
|
|
|
587932
587932
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587933
587933
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587934
587934
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587935
|
-
forwarding_shipment_attachments?:
|
|
587935
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587936
587936
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587937
587937
|
};
|
|
587938
587938
|
type forwarding_shipmentsUncheckedUpdateWithoutContainer_shipping_typeInput = {
|
|
@@ -587987,7 +587987,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutContainer_shipping_typeInput = {
|
|
|
587987
587987
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587988
587988
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587989
587989
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587990
|
-
forwarding_shipment_attachments?:
|
|
587990
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587991
587991
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
587992
587992
|
};
|
|
587993
587993
|
type forwarding_shipmentsUncheckedUpdateManyWithoutContainer_shipping_typeInput = {
|
|
@@ -588104,7 +588104,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_service_scopeInput = {
|
|
|
588104
588104
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
588105
588105
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
588106
588106
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588107
|
-
|
|
588107
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588108
588108
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588109
588109
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
588110
588110
|
destination_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_destinationsNestedInput;
|
|
@@ -588132,7 +588132,7 @@ type forwarding_shipmentsUpdateWithoutForwarding_service_scopeInput = {
|
|
|
588132
588132
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588133
588133
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588134
588134
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588135
|
-
forwarding_shipment_attachments?:
|
|
588135
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588136
588136
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588137
588137
|
};
|
|
588138
588138
|
type forwarding_shipmentsUncheckedUpdateWithoutForwarding_service_scopeInput = {
|
|
@@ -588187,7 +588187,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_service_scopeInput = {
|
|
|
588187
588187
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588188
588188
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588189
588189
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588190
|
-
forwarding_shipment_attachments?:
|
|
588190
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588191
588191
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588192
588192
|
};
|
|
588193
588193
|
type forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_service_scopeInput = {
|
|
@@ -588304,7 +588304,7 @@ type forwarding_shipmentsUpdateWithoutRelease_typeInput = {
|
|
|
588304
588304
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
588305
588305
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
588306
588306
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588307
|
-
|
|
588307
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588308
588308
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588309
588309
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588310
588310
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -588332,7 +588332,7 @@ type forwarding_shipmentsUpdateWithoutRelease_typeInput = {
|
|
|
588332
588332
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588333
588333
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588334
588334
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588335
|
-
forwarding_shipment_attachments?:
|
|
588335
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588336
588336
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588337
588337
|
};
|
|
588338
588338
|
type forwarding_shipmentsUncheckedUpdateWithoutRelease_typeInput = {
|
|
@@ -588387,7 +588387,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutRelease_typeInput = {
|
|
|
588387
588387
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588388
588388
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588389
588389
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588390
|
-
forwarding_shipment_attachments?:
|
|
588390
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588391
588391
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588392
588392
|
};
|
|
588393
588393
|
type forwarding_shipmentsUncheckedUpdateManyWithoutRelease_typeInput = {
|
|
@@ -588504,7 +588504,7 @@ type forwarding_shipmentsUpdateWithoutCharge_applyInput = {
|
|
|
588504
588504
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
588505
588505
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
588506
588506
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588507
|
-
|
|
588507
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588508
588508
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588509
588509
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588510
588510
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -588532,7 +588532,7 @@ type forwarding_shipmentsUpdateWithoutCharge_applyInput = {
|
|
|
588532
588532
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588533
588533
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588534
588534
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588535
|
-
forwarding_shipment_attachments?:
|
|
588535
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588536
588536
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588537
588537
|
};
|
|
588538
588538
|
type forwarding_shipmentsUncheckedUpdateWithoutCharge_applyInput = {
|
|
@@ -588587,7 +588587,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutCharge_applyInput = {
|
|
|
588587
588587
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588588
588588
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588589
588589
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588590
|
-
forwarding_shipment_attachments?:
|
|
588590
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588591
588591
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588592
588592
|
};
|
|
588593
588593
|
type forwarding_shipmentsUncheckedUpdateManyWithoutCharge_applyInput = {
|
|
@@ -588704,7 +588704,7 @@ type forwarding_shipmentsUpdateWithoutOn_board_statusInput = {
|
|
|
588704
588704
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
588705
588705
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
588706
588706
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588707
|
-
|
|
588707
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588708
588708
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588709
588709
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588710
588710
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -588732,7 +588732,7 @@ type forwarding_shipmentsUpdateWithoutOn_board_statusInput = {
|
|
|
588732
588732
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588733
588733
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588734
588734
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588735
|
-
forwarding_shipment_attachments?:
|
|
588735
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588736
588736
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588737
588737
|
};
|
|
588738
588738
|
type forwarding_shipmentsUncheckedUpdateWithoutOn_board_statusInput = {
|
|
@@ -588787,7 +588787,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutOn_board_statusInput = {
|
|
|
588787
588787
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588788
588788
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588789
588789
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588790
|
-
forwarding_shipment_attachments?:
|
|
588790
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588791
588791
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588792
588792
|
};
|
|
588793
588793
|
type forwarding_shipmentsUncheckedUpdateManyWithoutOn_board_statusInput = {
|
|
@@ -588904,7 +588904,7 @@ type forwarding_shipmentsUpdateWithoutHouse_bill_typeInput = {
|
|
|
588904
588904
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
588905
588905
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
588906
588906
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588907
|
-
|
|
588907
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588908
588908
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588909
588909
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
588910
588910
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -588932,7 +588932,7 @@ type forwarding_shipmentsUpdateWithoutHouse_bill_typeInput = {
|
|
|
588932
588932
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588933
588933
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588934
588934
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588935
|
-
forwarding_shipment_attachments?:
|
|
588935
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588936
588936
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588937
588937
|
};
|
|
588938
588938
|
type forwarding_shipmentsUncheckedUpdateWithoutHouse_bill_typeInput = {
|
|
@@ -588987,7 +588987,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutHouse_bill_typeInput = {
|
|
|
588987
588987
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588988
588988
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588989
588989
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588990
|
-
forwarding_shipment_attachments?:
|
|
588990
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588991
588991
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
588992
588992
|
};
|
|
588993
588993
|
type forwarding_shipmentsUncheckedUpdateManyWithoutHouse_bill_typeInput = {
|
|
@@ -589104,7 +589104,7 @@ type forwarding_shipmentsUpdateWithoutHbl_delivery_modeInput = {
|
|
|
589104
589104
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
589105
589105
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
589106
589106
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
589107
|
-
|
|
589107
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
589108
589108
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
589109
589109
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
589110
589110
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -589132,7 +589132,7 @@ type forwarding_shipmentsUpdateWithoutHbl_delivery_modeInput = {
|
|
|
589132
589132
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589133
589133
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589134
589134
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589135
|
-
forwarding_shipment_attachments?:
|
|
589135
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589136
589136
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589137
589137
|
};
|
|
589138
589138
|
type forwarding_shipmentsUncheckedUpdateWithoutHbl_delivery_modeInput = {
|
|
@@ -589187,7 +589187,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutHbl_delivery_modeInput = {
|
|
|
589187
589187
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589188
589188
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589189
589189
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589190
|
-
forwarding_shipment_attachments?:
|
|
589190
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589191
589191
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589192
589192
|
};
|
|
589193
589193
|
type forwarding_shipmentsUncheckedUpdateManyWithoutHbl_delivery_modeInput = {
|
|
@@ -589304,7 +589304,7 @@ type forwarding_shipmentsUpdateWithoutAir_waybill_dimsInput = {
|
|
|
589304
589304
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
589305
589305
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
589306
589306
|
forwarding_transport_mode?: forwarding_transport_modesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
589307
|
-
|
|
589307
|
+
forwarding_transport_type?: forwarding_transport_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
589308
589308
|
container_shipping_type?: container_shipping_typesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
589309
589309
|
forwarding_service_scope?: forwarding_service_scopesUpdateOneWithoutForwarding_shipmentsNestedInput;
|
|
589310
589310
|
origin_un_locode?: un_locodesUpdateOneWithoutForwarding_shipment_originsNestedInput;
|
|
@@ -589332,7 +589332,7 @@ type forwarding_shipmentsUpdateWithoutAir_waybill_dimsInput = {
|
|
|
589332
589332
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589333
589333
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589334
589334
|
forwarding_shipment_packings?: forwarding_shipment_packingsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589335
|
-
forwarding_shipment_attachments?:
|
|
589335
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589336
589336
|
syncproc_purchase_orders?: syncproc_purchase_ordersUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589337
589337
|
};
|
|
589338
589338
|
type forwarding_shipmentsUncheckedUpdateWithoutAir_waybill_dimsInput = {
|
|
@@ -589387,7 +589387,7 @@ type forwarding_shipmentsUncheckedUpdateWithoutAir_waybill_dimsInput = {
|
|
|
589387
589387
|
forwarding_shipment_organizations?: forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589388
589388
|
forwarding_shipment_custom_entries?: forwarding_shipment_customs_entriesUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589389
589389
|
forwarding_shipment_packings?: forwarding_shipment_packingsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589390
|
-
forwarding_shipment_attachments?:
|
|
589390
|
+
forwarding_shipment_attachments?: forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589391
589391
|
syncproc_purchase_orders?: syncproc_purchase_ordersUncheckedUpdateManyWithoutForwarding_shipmentNestedInput;
|
|
589392
589392
|
};
|
|
589393
589393
|
type forwarding_shipmentsUncheckedUpdateManyWithoutAir_waybill_dimsInput = {
|
|
@@ -589538,7 +589538,7 @@ type forwarding_shipmentsSelect<ExtArgs extends Types$1.Extensions.InternalArgs
|
|
|
589538
589538
|
updated_at?: boolean;
|
|
589539
589539
|
updated_by?: boolean;
|
|
589540
589540
|
forwarding_transport_mode?: boolean | forwarding_shipments$forwarding_transport_modeArgs<ExtArgs>;
|
|
589541
|
-
|
|
589541
|
+
forwarding_transport_type?: boolean | forwarding_shipments$forwarding_transport_typeArgs<ExtArgs>;
|
|
589542
589542
|
container_shipping_type?: boolean | forwarding_shipments$container_shipping_typeArgs<ExtArgs>;
|
|
589543
589543
|
forwarding_service_scope?: boolean | forwarding_shipments$forwarding_service_scopeArgs<ExtArgs>;
|
|
589544
589544
|
origin_un_locode?: boolean | forwarding_shipments$origin_un_locodeArgs<ExtArgs>;
|
|
@@ -589617,7 +589617,7 @@ type forwarding_shipmentsSelectCreateManyAndReturn<ExtArgs extends Types$1.Exten
|
|
|
589617
589617
|
updated_at?: boolean;
|
|
589618
589618
|
updated_by?: boolean;
|
|
589619
589619
|
forwarding_transport_mode?: boolean | forwarding_shipments$forwarding_transport_modeArgs<ExtArgs>;
|
|
589620
|
-
|
|
589620
|
+
forwarding_transport_type?: boolean | forwarding_shipments$forwarding_transport_typeArgs<ExtArgs>;
|
|
589621
589621
|
container_shipping_type?: boolean | forwarding_shipments$container_shipping_typeArgs<ExtArgs>;
|
|
589622
589622
|
forwarding_service_scope?: boolean | forwarding_shipments$forwarding_service_scopeArgs<ExtArgs>;
|
|
589623
589623
|
origin_un_locode?: boolean | forwarding_shipments$origin_un_locodeArgs<ExtArgs>;
|
|
@@ -589685,7 +589685,7 @@ type forwarding_shipmentsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Exten
|
|
|
589685
589685
|
updated_at?: boolean;
|
|
589686
589686
|
updated_by?: boolean;
|
|
589687
589687
|
forwarding_transport_mode?: boolean | forwarding_shipments$forwarding_transport_modeArgs<ExtArgs>;
|
|
589688
|
-
|
|
589688
|
+
forwarding_transport_type?: boolean | forwarding_shipments$forwarding_transport_typeArgs<ExtArgs>;
|
|
589689
589689
|
container_shipping_type?: boolean | forwarding_shipments$container_shipping_typeArgs<ExtArgs>;
|
|
589690
589690
|
forwarding_service_scope?: boolean | forwarding_shipments$forwarding_service_scopeArgs<ExtArgs>;
|
|
589691
589691
|
origin_un_locode?: boolean | forwarding_shipments$origin_un_locodeArgs<ExtArgs>;
|
|
@@ -589710,7 +589710,7 @@ type forwarding_shipmentsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Exten
|
|
|
589710
589710
|
type forwarding_shipmentsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_transport_mode" | "id_transport_type" | "id_container_shipping_type" | "id_service_scope" | "id_origin" | "id_destination" | "id_weight_unit" | "id_volume_unit" | "id_chargeable_unit" | "id_weight_volume_unit" | "id_package_count_type" | "id_package_inner_count_type" | "id_incoterm" | "id_service_level" | "id_release_type" | "id_air_waybill_dims" | "id_house_bill_type" | "id_on_board_status" | "id_hbl_delivery_mode" | "id_charge_apply" | "id_control_customer" | "id_control_agent" | "logic_code" | "shipment_number" | "house_bill" | "weight" | "volume" | "chargeable" | "weight_volume" | "package_count" | "package_inner_count" | "description" | "mark_number" | "original_bills" | "copy_bills" | "estimated_delivery_date" | "estimated_arrival_date" | "issue_date" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipments"]>;
|
|
589711
589711
|
type forwarding_shipmentsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
589712
589712
|
forwarding_transport_mode?: boolean | forwarding_shipments$forwarding_transport_modeArgs<ExtArgs>;
|
|
589713
|
-
|
|
589713
|
+
forwarding_transport_type?: boolean | forwarding_shipments$forwarding_transport_typeArgs<ExtArgs>;
|
|
589714
589714
|
container_shipping_type?: boolean | forwarding_shipments$container_shipping_typeArgs<ExtArgs>;
|
|
589715
589715
|
forwarding_service_scope?: boolean | forwarding_shipments$forwarding_service_scopeArgs<ExtArgs>;
|
|
589716
589716
|
origin_un_locode?: boolean | forwarding_shipments$origin_un_locodeArgs<ExtArgs>;
|
|
@@ -589745,7 +589745,7 @@ type forwarding_shipmentsInclude<ExtArgs extends Types$1.Extensions.InternalArgs
|
|
|
589745
589745
|
};
|
|
589746
589746
|
type forwarding_shipmentsIncludeCreateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
589747
589747
|
forwarding_transport_mode?: boolean | forwarding_shipments$forwarding_transport_modeArgs<ExtArgs>;
|
|
589748
|
-
|
|
589748
|
+
forwarding_transport_type?: boolean | forwarding_shipments$forwarding_transport_typeArgs<ExtArgs>;
|
|
589749
589749
|
container_shipping_type?: boolean | forwarding_shipments$container_shipping_typeArgs<ExtArgs>;
|
|
589750
589750
|
forwarding_service_scope?: boolean | forwarding_shipments$forwarding_service_scopeArgs<ExtArgs>;
|
|
589751
589751
|
origin_un_locode?: boolean | forwarding_shipments$origin_un_locodeArgs<ExtArgs>;
|
|
@@ -589769,7 +589769,7 @@ type forwarding_shipmentsIncludeCreateManyAndReturn<ExtArgs extends Types$1.Exte
|
|
|
589769
589769
|
};
|
|
589770
589770
|
type forwarding_shipmentsIncludeUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
589771
589771
|
forwarding_transport_mode?: boolean | forwarding_shipments$forwarding_transport_modeArgs<ExtArgs>;
|
|
589772
|
-
|
|
589772
|
+
forwarding_transport_type?: boolean | forwarding_shipments$forwarding_transport_typeArgs<ExtArgs>;
|
|
589773
589773
|
container_shipping_type?: boolean | forwarding_shipments$container_shipping_typeArgs<ExtArgs>;
|
|
589774
589774
|
forwarding_service_scope?: boolean | forwarding_shipments$forwarding_service_scopeArgs<ExtArgs>;
|
|
589775
589775
|
origin_un_locode?: boolean | forwarding_shipments$origin_un_locodeArgs<ExtArgs>;
|
|
@@ -589795,7 +589795,7 @@ type $forwarding_shipmentsPayload<ExtArgs extends Types$1.Extensions.InternalArg
|
|
|
589795
589795
|
name: "forwarding_shipments";
|
|
589796
589796
|
objects: {
|
|
589797
589797
|
forwarding_transport_mode: $forwarding_transport_modesPayload<ExtArgs> | null;
|
|
589798
|
-
|
|
589798
|
+
forwarding_transport_type: $forwarding_transport_typesPayload<ExtArgs> | null;
|
|
589799
589799
|
container_shipping_type: $container_shipping_typesPayload<ExtArgs> | null;
|
|
589800
589800
|
forwarding_service_scope: $forwarding_service_scopesPayload<ExtArgs> | null;
|
|
589801
589801
|
origin_un_locode: $un_locodesPayload<ExtArgs> | null;
|
|
@@ -590188,7 +590188,7 @@ interface forwarding_shipmentsDelegate<ExtArgs extends Types$1.Extensions.Intern
|
|
|
590188
590188
|
interface Prisma__forwarding_shipmentsClient<T$1, Null = never, ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends PrismaPromise<T$1> {
|
|
590189
590189
|
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
590190
590190
|
forwarding_transport_mode<T$1 extends forwarding_shipments$forwarding_transport_modeArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipments$forwarding_transport_modeArgs<ExtArgs>>): Prisma__forwarding_transport_modesClient<Types$1.Result.GetResult<$forwarding_transport_modesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
590191
|
-
|
|
590191
|
+
forwarding_transport_type<T$1 extends forwarding_shipments$forwarding_transport_typeArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipments$forwarding_transport_typeArgs<ExtArgs>>): Prisma__forwarding_transport_typesClient<Types$1.Result.GetResult<$forwarding_transport_typesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
590192
590192
|
container_shipping_type<T$1 extends forwarding_shipments$container_shipping_typeArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipments$container_shipping_typeArgs<ExtArgs>>): Prisma__container_shipping_typesClient<Types$1.Result.GetResult<$container_shipping_typesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
590193
590193
|
forwarding_service_scope<T$1 extends forwarding_shipments$forwarding_service_scopeArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipments$forwarding_service_scopeArgs<ExtArgs>>): Prisma__forwarding_service_scopesClient<Types$1.Result.GetResult<$forwarding_service_scopesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
590194
590194
|
origin_un_locode<T$1 extends forwarding_shipments$origin_un_locodeArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipments$origin_un_locodeArgs<ExtArgs>>): Prisma__un_locodesClient<Types$1.Result.GetResult<$un_locodesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
@@ -590685,9 +590685,9 @@ type forwarding_shipments$forwarding_transport_modeArgs<ExtArgs extends Types$1.
|
|
|
590685
590685
|
where?: forwarding_transport_modesWhereInput;
|
|
590686
590686
|
};
|
|
590687
590687
|
/**
|
|
590688
|
-
* forwarding_shipments.
|
|
590688
|
+
* forwarding_shipments.forwarding_transport_type
|
|
590689
590689
|
*/
|
|
590690
|
-
type forwarding_shipments$
|
|
590690
|
+
type forwarding_shipments$forwarding_transport_typeArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
590691
590691
|
/**
|
|
590692
590692
|
* Select specific fields to fetch from the forwarding_transport_types
|
|
590693
590693
|
*/
|
|
@@ -591534,7 +591534,7 @@ type forwarding_shipment_organizationsWhereInput = {
|
|
|
591534
591534
|
forwarding_shipment?: XOR<Forwarding_shipmentsNullableScalarRelationFilter, forwarding_shipmentsWhereInput> | null;
|
|
591535
591535
|
organization?: XOR<OrganizationsNullableScalarRelationFilter, organizationsWhereInput> | null;
|
|
591536
591536
|
organization_address?: XOR<Organization_addressesNullableScalarRelationFilter, organization_addressesWhereInput> | null;
|
|
591537
|
-
|
|
591537
|
+
forwarding_shipment_organization_type?: XOR<Forwarding_shipment_organization_typesNullableScalarRelationFilter, forwarding_shipment_organization_typesWhereInput> | null;
|
|
591538
591538
|
forwarding_shipment_organization_logs?: Forwarding_shipment_organization_logsListRelationFilter;
|
|
591539
591539
|
};
|
|
591540
591540
|
type forwarding_shipment_organizationsOrderByWithRelationInput = {
|
|
@@ -591556,7 +591556,7 @@ type forwarding_shipment_organizationsOrderByWithRelationInput = {
|
|
|
591556
591556
|
forwarding_shipment?: forwarding_shipmentsOrderByWithRelationInput;
|
|
591557
591557
|
organization?: organizationsOrderByWithRelationInput;
|
|
591558
591558
|
organization_address?: organization_addressesOrderByWithRelationInput;
|
|
591559
|
-
|
|
591559
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesOrderByWithRelationInput;
|
|
591560
591560
|
forwarding_shipment_organization_logs?: forwarding_shipment_organization_logsOrderByRelationAggregateInput;
|
|
591561
591561
|
};
|
|
591562
591562
|
type forwarding_shipment_organizationsWhereUniqueInput = AtLeast<{
|
|
@@ -591582,7 +591582,7 @@ type forwarding_shipment_organizationsWhereUniqueInput = AtLeast<{
|
|
|
591582
591582
|
forwarding_shipment?: XOR<Forwarding_shipmentsNullableScalarRelationFilter, forwarding_shipmentsWhereInput> | null;
|
|
591583
591583
|
organization?: XOR<OrganizationsNullableScalarRelationFilter, organizationsWhereInput> | null;
|
|
591584
591584
|
organization_address?: XOR<Organization_addressesNullableScalarRelationFilter, organization_addressesWhereInput> | null;
|
|
591585
|
-
|
|
591585
|
+
forwarding_shipment_organization_type?: XOR<Forwarding_shipment_organization_typesNullableScalarRelationFilter, forwarding_shipment_organization_typesWhereInput> | null;
|
|
591586
591586
|
forwarding_shipment_organization_logs?: Forwarding_shipment_organization_logsListRelationFilter;
|
|
591587
591587
|
}, "id" | "logic_code" | "id_forwarding_shipment_id_type">;
|
|
591588
591588
|
type forwarding_shipment_organizationsOrderByWithAggregationInput = {
|
|
@@ -591642,7 +591642,7 @@ type forwarding_shipment_organizationsCreateInput = {
|
|
|
591642
591642
|
forwarding_shipment?: forwarding_shipmentsCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
591643
591643
|
organization?: organizationsCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
591644
591644
|
organization_address?: organization_addressesCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
591645
|
-
|
|
591645
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
591646
591646
|
forwarding_shipment_organization_logs?: forwarding_shipment_organization_logsCreateNestedManyWithoutForwarding_shipment_organizationsInput;
|
|
591647
591647
|
};
|
|
591648
591648
|
type forwarding_shipment_organizationsUncheckedCreateInput = {
|
|
@@ -591678,7 +591678,7 @@ type forwarding_shipment_organizationsUpdateInput = {
|
|
|
591678
591678
|
forwarding_shipment?: forwarding_shipmentsUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
591679
591679
|
organization?: organizationsUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
591680
591680
|
organization_address?: organization_addressesUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
591681
|
-
|
|
591681
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
591682
591682
|
forwarding_shipment_organization_logs?: forwarding_shipment_organization_logsUpdateManyWithoutForwarding_shipment_organizationsNestedInput;
|
|
591683
591683
|
};
|
|
591684
591684
|
type forwarding_shipment_organizationsUncheckedUpdateInput = {
|
|
@@ -591903,42 +591903,42 @@ type forwarding_shipment_organizationsUncheckedUpdateManyWithoutOrganization_add
|
|
|
591903
591903
|
updateMany?: forwarding_shipment_organizationsUpdateManyWithWhereWithoutOrganization_addressInput | forwarding_shipment_organizationsUpdateManyWithWhereWithoutOrganization_addressInput[];
|
|
591904
591904
|
deleteMany?: forwarding_shipment_organizationsScalarWhereInput | forwarding_shipment_organizationsScalarWhereInput[];
|
|
591905
591905
|
};
|
|
591906
|
-
type
|
|
591907
|
-
create?: XOR<
|
|
591908
|
-
connectOrCreate?:
|
|
591909
|
-
createMany?:
|
|
591906
|
+
type forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipment_organization_typeInput = {
|
|
591907
|
+
create?: XOR<forwarding_shipment_organizationsCreateWithoutForwarding_shipment_organization_typeInput, forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput> | forwarding_shipment_organizationsCreateWithoutForwarding_shipment_organization_typeInput[] | forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput[];
|
|
591908
|
+
connectOrCreate?: forwarding_shipment_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput | forwarding_shipment_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput[];
|
|
591909
|
+
createMany?: forwarding_shipment_organizationsCreateManyForwarding_shipment_organization_typeInputEnvelope;
|
|
591910
591910
|
connect?: forwarding_shipment_organizationsWhereUniqueInput | forwarding_shipment_organizationsWhereUniqueInput[];
|
|
591911
591911
|
};
|
|
591912
|
-
type
|
|
591913
|
-
create?: XOR<
|
|
591914
|
-
connectOrCreate?:
|
|
591915
|
-
createMany?:
|
|
591912
|
+
type forwarding_shipment_organizationsUncheckedCreateNestedManyWithoutForwarding_shipment_organization_typeInput = {
|
|
591913
|
+
create?: XOR<forwarding_shipment_organizationsCreateWithoutForwarding_shipment_organization_typeInput, forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput> | forwarding_shipment_organizationsCreateWithoutForwarding_shipment_organization_typeInput[] | forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput[];
|
|
591914
|
+
connectOrCreate?: forwarding_shipment_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput | forwarding_shipment_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput[];
|
|
591915
|
+
createMany?: forwarding_shipment_organizationsCreateManyForwarding_shipment_organization_typeInputEnvelope;
|
|
591916
591916
|
connect?: forwarding_shipment_organizationsWhereUniqueInput | forwarding_shipment_organizationsWhereUniqueInput[];
|
|
591917
591917
|
};
|
|
591918
|
-
type
|
|
591919
|
-
create?: XOR<
|
|
591920
|
-
connectOrCreate?:
|
|
591921
|
-
upsert?:
|
|
591922
|
-
createMany?:
|
|
591918
|
+
type forwarding_shipment_organizationsUpdateManyWithoutForwarding_shipment_organization_typeNestedInput = {
|
|
591919
|
+
create?: XOR<forwarding_shipment_organizationsCreateWithoutForwarding_shipment_organization_typeInput, forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput> | forwarding_shipment_organizationsCreateWithoutForwarding_shipment_organization_typeInput[] | forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput[];
|
|
591920
|
+
connectOrCreate?: forwarding_shipment_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput | forwarding_shipment_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput[];
|
|
591921
|
+
upsert?: forwarding_shipment_organizationsUpsertWithWhereUniqueWithoutForwarding_shipment_organization_typeInput | forwarding_shipment_organizationsUpsertWithWhereUniqueWithoutForwarding_shipment_organization_typeInput[];
|
|
591922
|
+
createMany?: forwarding_shipment_organizationsCreateManyForwarding_shipment_organization_typeInputEnvelope;
|
|
591923
591923
|
set?: forwarding_shipment_organizationsWhereUniqueInput | forwarding_shipment_organizationsWhereUniqueInput[];
|
|
591924
591924
|
disconnect?: forwarding_shipment_organizationsWhereUniqueInput | forwarding_shipment_organizationsWhereUniqueInput[];
|
|
591925
591925
|
delete?: forwarding_shipment_organizationsWhereUniqueInput | forwarding_shipment_organizationsWhereUniqueInput[];
|
|
591926
591926
|
connect?: forwarding_shipment_organizationsWhereUniqueInput | forwarding_shipment_organizationsWhereUniqueInput[];
|
|
591927
|
-
update?:
|
|
591928
|
-
updateMany?:
|
|
591927
|
+
update?: forwarding_shipment_organizationsUpdateWithWhereUniqueWithoutForwarding_shipment_organization_typeInput | forwarding_shipment_organizationsUpdateWithWhereUniqueWithoutForwarding_shipment_organization_typeInput[];
|
|
591928
|
+
updateMany?: forwarding_shipment_organizationsUpdateManyWithWhereWithoutForwarding_shipment_organization_typeInput | forwarding_shipment_organizationsUpdateManyWithWhereWithoutForwarding_shipment_organization_typeInput[];
|
|
591929
591929
|
deleteMany?: forwarding_shipment_organizationsScalarWhereInput | forwarding_shipment_organizationsScalarWhereInput[];
|
|
591930
591930
|
};
|
|
591931
|
-
type
|
|
591932
|
-
create?: XOR<
|
|
591933
|
-
connectOrCreate?:
|
|
591934
|
-
upsert?:
|
|
591935
|
-
createMany?:
|
|
591931
|
+
type forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipment_organization_typeNestedInput = {
|
|
591932
|
+
create?: XOR<forwarding_shipment_organizationsCreateWithoutForwarding_shipment_organization_typeInput, forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput> | forwarding_shipment_organizationsCreateWithoutForwarding_shipment_organization_typeInput[] | forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput[];
|
|
591933
|
+
connectOrCreate?: forwarding_shipment_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput | forwarding_shipment_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput[];
|
|
591934
|
+
upsert?: forwarding_shipment_organizationsUpsertWithWhereUniqueWithoutForwarding_shipment_organization_typeInput | forwarding_shipment_organizationsUpsertWithWhereUniqueWithoutForwarding_shipment_organization_typeInput[];
|
|
591935
|
+
createMany?: forwarding_shipment_organizationsCreateManyForwarding_shipment_organization_typeInputEnvelope;
|
|
591936
591936
|
set?: forwarding_shipment_organizationsWhereUniqueInput | forwarding_shipment_organizationsWhereUniqueInput[];
|
|
591937
591937
|
disconnect?: forwarding_shipment_organizationsWhereUniqueInput | forwarding_shipment_organizationsWhereUniqueInput[];
|
|
591938
591938
|
delete?: forwarding_shipment_organizationsWhereUniqueInput | forwarding_shipment_organizationsWhereUniqueInput[];
|
|
591939
591939
|
connect?: forwarding_shipment_organizationsWhereUniqueInput | forwarding_shipment_organizationsWhereUniqueInput[];
|
|
591940
|
-
update?:
|
|
591941
|
-
updateMany?:
|
|
591940
|
+
update?: forwarding_shipment_organizationsUpdateWithWhereUniqueWithoutForwarding_shipment_organization_typeInput | forwarding_shipment_organizationsUpdateWithWhereUniqueWithoutForwarding_shipment_organization_typeInput[];
|
|
591941
|
+
updateMany?: forwarding_shipment_organizationsUpdateManyWithWhereWithoutForwarding_shipment_organization_typeInput | forwarding_shipment_organizationsUpdateManyWithWhereWithoutForwarding_shipment_organization_typeInput[];
|
|
591942
591942
|
deleteMany?: forwarding_shipment_organizationsScalarWhereInput | forwarding_shipment_organizationsScalarWhereInput[];
|
|
591943
591943
|
};
|
|
591944
591944
|
type forwarding_shipment_organizationsCreateNestedManyWithoutForwarding_shipmentInput = {
|
|
@@ -592007,7 +592007,7 @@ type forwarding_shipment_organizationsCreateWithoutOrganizationInput = {
|
|
|
592007
592007
|
updated_by?: string | null;
|
|
592008
592008
|
forwarding_shipment?: forwarding_shipmentsCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592009
592009
|
organization_address?: organization_addressesCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592010
|
-
|
|
592010
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592011
592011
|
forwarding_shipment_organization_logs?: forwarding_shipment_organization_logsCreateNestedManyWithoutForwarding_shipment_organizationsInput;
|
|
592012
592012
|
};
|
|
592013
592013
|
type forwarding_shipment_organizationsUncheckedCreateWithoutOrganizationInput = {
|
|
@@ -592082,7 +592082,7 @@ type forwarding_shipment_organizationsCreateWithoutOrganization_addressInput = {
|
|
|
592082
592082
|
updated_by?: string | null;
|
|
592083
592083
|
forwarding_shipment?: forwarding_shipmentsCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592084
592084
|
organization?: organizationsCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592085
|
-
|
|
592085
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592086
592086
|
forwarding_shipment_organization_logs?: forwarding_shipment_organization_logsCreateNestedManyWithoutForwarding_shipment_organizationsInput;
|
|
592087
592087
|
};
|
|
592088
592088
|
type forwarding_shipment_organizationsUncheckedCreateWithoutOrganization_addressInput = {
|
|
@@ -592123,7 +592123,7 @@ type forwarding_shipment_organizationsUpdateManyWithWhereWithoutOrganization_add
|
|
|
592123
592123
|
where: forwarding_shipment_organizationsScalarWhereInput;
|
|
592124
592124
|
data: XOR<forwarding_shipment_organizationsUpdateManyMutationInput, forwarding_shipment_organizationsUncheckedUpdateManyWithoutOrganization_addressInput>;
|
|
592125
592125
|
};
|
|
592126
|
-
type
|
|
592126
|
+
type forwarding_shipment_organizationsCreateWithoutForwarding_shipment_organization_typeInput = {
|
|
592127
592127
|
id?: bigint | number;
|
|
592128
592128
|
logic_code?: string | null;
|
|
592129
592129
|
code?: string | null;
|
|
@@ -592140,7 +592140,7 @@ type forwarding_shipment_organizationsCreateWithoutForwarding_shipment_organizat
|
|
|
592140
592140
|
organization_address?: organization_addressesCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592141
592141
|
forwarding_shipment_organization_logs?: forwarding_shipment_organization_logsCreateNestedManyWithoutForwarding_shipment_organizationsInput;
|
|
592142
592142
|
};
|
|
592143
|
-
type
|
|
592143
|
+
type forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput = {
|
|
592144
592144
|
id?: bigint | number;
|
|
592145
592145
|
id_forwarding_shipment?: bigint | number | null;
|
|
592146
592146
|
id_organization?: bigint | number | null;
|
|
@@ -592157,26 +592157,26 @@ type forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipment_
|
|
|
592157
592157
|
updated_by?: string | null;
|
|
592158
592158
|
forwarding_shipment_organization_logs?: forwarding_shipment_organization_logsUncheckedCreateNestedManyWithoutForwarding_shipment_organizationsInput;
|
|
592159
592159
|
};
|
|
592160
|
-
type
|
|
592160
|
+
type forwarding_shipment_organizationsCreateOrConnectWithoutForwarding_shipment_organization_typeInput = {
|
|
592161
592161
|
where: forwarding_shipment_organizationsWhereUniqueInput;
|
|
592162
|
-
create: XOR<
|
|
592162
|
+
create: XOR<forwarding_shipment_organizationsCreateWithoutForwarding_shipment_organization_typeInput, forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput>;
|
|
592163
592163
|
};
|
|
592164
|
-
type
|
|
592165
|
-
data:
|
|
592164
|
+
type forwarding_shipment_organizationsCreateManyForwarding_shipment_organization_typeInputEnvelope = {
|
|
592165
|
+
data: forwarding_shipment_organizationsCreateManyForwarding_shipment_organization_typeInput | forwarding_shipment_organizationsCreateManyForwarding_shipment_organization_typeInput[];
|
|
592166
592166
|
skipDuplicates?: boolean;
|
|
592167
592167
|
};
|
|
592168
|
-
type
|
|
592168
|
+
type forwarding_shipment_organizationsUpsertWithWhereUniqueWithoutForwarding_shipment_organization_typeInput = {
|
|
592169
592169
|
where: forwarding_shipment_organizationsWhereUniqueInput;
|
|
592170
|
-
update: XOR<
|
|
592171
|
-
create: XOR<
|
|
592170
|
+
update: XOR<forwarding_shipment_organizationsUpdateWithoutForwarding_shipment_organization_typeInput, forwarding_shipment_organizationsUncheckedUpdateWithoutForwarding_shipment_organization_typeInput>;
|
|
592171
|
+
create: XOR<forwarding_shipment_organizationsCreateWithoutForwarding_shipment_organization_typeInput, forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipment_organization_typeInput>;
|
|
592172
592172
|
};
|
|
592173
|
-
type
|
|
592173
|
+
type forwarding_shipment_organizationsUpdateWithWhereUniqueWithoutForwarding_shipment_organization_typeInput = {
|
|
592174
592174
|
where: forwarding_shipment_organizationsWhereUniqueInput;
|
|
592175
|
-
data: XOR<
|
|
592175
|
+
data: XOR<forwarding_shipment_organizationsUpdateWithoutForwarding_shipment_organization_typeInput, forwarding_shipment_organizationsUncheckedUpdateWithoutForwarding_shipment_organization_typeInput>;
|
|
592176
592176
|
};
|
|
592177
|
-
type
|
|
592177
|
+
type forwarding_shipment_organizationsUpdateManyWithWhereWithoutForwarding_shipment_organization_typeInput = {
|
|
592178
592178
|
where: forwarding_shipment_organizationsScalarWhereInput;
|
|
592179
|
-
data: XOR<forwarding_shipment_organizationsUpdateManyMutationInput,
|
|
592179
|
+
data: XOR<forwarding_shipment_organizationsUpdateManyMutationInput, forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipment_organization_typeInput>;
|
|
592180
592180
|
};
|
|
592181
592181
|
type forwarding_shipment_organizationsCreateWithoutForwarding_shipmentInput = {
|
|
592182
592182
|
id?: bigint | number;
|
|
@@ -592192,7 +592192,7 @@ type forwarding_shipment_organizationsCreateWithoutForwarding_shipmentInput = {
|
|
|
592192
592192
|
updated_by?: string | null;
|
|
592193
592193
|
organization?: organizationsCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592194
592194
|
organization_address?: organization_addressesCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592195
|
-
|
|
592195
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592196
592196
|
forwarding_shipment_organization_logs?: forwarding_shipment_organization_logsCreateNestedManyWithoutForwarding_shipment_organizationsInput;
|
|
592197
592197
|
};
|
|
592198
592198
|
type forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipmentInput = {
|
|
@@ -592248,7 +592248,7 @@ type forwarding_shipment_organizationsCreateWithoutForwarding_shipment_organizat
|
|
|
592248
592248
|
forwarding_shipment?: forwarding_shipmentsCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592249
592249
|
organization?: organizationsCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592250
592250
|
organization_address?: organization_addressesCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592251
|
-
|
|
592251
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesCreateNestedOneWithoutForwarding_shipment_organizationsInput;
|
|
592252
592252
|
};
|
|
592253
592253
|
type forwarding_shipment_organizationsUncheckedCreateWithoutForwarding_shipment_organization_logsInput = {
|
|
592254
592254
|
id?: bigint | number;
|
|
@@ -592295,7 +592295,7 @@ type forwarding_shipment_organizationsUpdateWithoutForwarding_shipment_organizat
|
|
|
592295
592295
|
forwarding_shipment?: forwarding_shipmentsUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592296
592296
|
organization?: organizationsUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592297
592297
|
organization_address?: organization_addressesUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592298
|
-
|
|
592298
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592299
592299
|
};
|
|
592300
592300
|
type forwarding_shipment_organizationsUncheckedUpdateWithoutForwarding_shipment_organization_logsInput = {
|
|
592301
592301
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -592344,7 +592344,7 @@ type forwarding_shipment_organizationsUpdateWithoutOrganizationInput = {
|
|
|
592344
592344
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
592345
592345
|
forwarding_shipment?: forwarding_shipmentsUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592346
592346
|
organization_address?: organization_addressesUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592347
|
-
|
|
592347
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592348
592348
|
forwarding_shipment_organization_logs?: forwarding_shipment_organization_logsUpdateManyWithoutForwarding_shipment_organizationsNestedInput;
|
|
592349
592349
|
};
|
|
592350
592350
|
type forwarding_shipment_organizationsUncheckedUpdateWithoutOrganizationInput = {
|
|
@@ -592410,7 +592410,7 @@ type forwarding_shipment_organizationsUpdateWithoutOrganization_addressInput = {
|
|
|
592410
592410
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
592411
592411
|
forwarding_shipment?: forwarding_shipmentsUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592412
592412
|
organization?: organizationsUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592413
|
-
|
|
592413
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592414
592414
|
forwarding_shipment_organization_logs?: forwarding_shipment_organization_logsUpdateManyWithoutForwarding_shipment_organizationsNestedInput;
|
|
592415
592415
|
};
|
|
592416
592416
|
type forwarding_shipment_organizationsUncheckedUpdateWithoutOrganization_addressInput = {
|
|
@@ -592446,7 +592446,7 @@ type forwarding_shipment_organizationsUncheckedUpdateManyWithoutOrganization_add
|
|
|
592446
592446
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
592447
592447
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
592448
592448
|
};
|
|
592449
|
-
type
|
|
592449
|
+
type forwarding_shipment_organizationsCreateManyForwarding_shipment_organization_typeInput = {
|
|
592450
592450
|
id?: bigint | number;
|
|
592451
592451
|
id_forwarding_shipment?: bigint | number | null;
|
|
592452
592452
|
id_organization?: bigint | number | null;
|
|
@@ -592462,7 +592462,7 @@ type forwarding_shipment_organizationsCreateManyForwarding_shipment_organization
|
|
|
592462
592462
|
updated_at?: Date | string | null;
|
|
592463
592463
|
updated_by?: string | null;
|
|
592464
592464
|
};
|
|
592465
|
-
type
|
|
592465
|
+
type forwarding_shipment_organizationsUpdateWithoutForwarding_shipment_organization_typeInput = {
|
|
592466
592466
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
592467
592467
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
592468
592468
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -592479,7 +592479,7 @@ type forwarding_shipment_organizationsUpdateWithoutForwarding_shipment_organizat
|
|
|
592479
592479
|
organization_address?: organization_addressesUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592480
592480
|
forwarding_shipment_organization_logs?: forwarding_shipment_organization_logsUpdateManyWithoutForwarding_shipment_organizationsNestedInput;
|
|
592481
592481
|
};
|
|
592482
|
-
type
|
|
592482
|
+
type forwarding_shipment_organizationsUncheckedUpdateWithoutForwarding_shipment_organization_typeInput = {
|
|
592483
592483
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
592484
592484
|
id_forwarding_shipment?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
592485
592485
|
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
@@ -592496,7 +592496,7 @@ type forwarding_shipment_organizationsUncheckedUpdateWithoutForwarding_shipment_
|
|
|
592496
592496
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
592497
592497
|
forwarding_shipment_organization_logs?: forwarding_shipment_organization_logsUncheckedUpdateManyWithoutForwarding_shipment_organizationsNestedInput;
|
|
592498
592498
|
};
|
|
592499
|
-
type
|
|
592499
|
+
type forwarding_shipment_organizationsUncheckedUpdateManyWithoutForwarding_shipment_organization_typeInput = {
|
|
592500
592500
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
592501
592501
|
id_forwarding_shipment?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
592502
592502
|
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
@@ -592542,7 +592542,7 @@ type forwarding_shipment_organizationsUpdateWithoutForwarding_shipmentInput = {
|
|
|
592542
592542
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
592543
592543
|
organization?: organizationsUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592544
592544
|
organization_address?: organization_addressesUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592545
|
-
|
|
592545
|
+
forwarding_shipment_organization_type?: forwarding_shipment_organization_typesUpdateOneWithoutForwarding_shipment_organizationsNestedInput;
|
|
592546
592546
|
forwarding_shipment_organization_logs?: forwarding_shipment_organization_logsUpdateManyWithoutForwarding_shipment_organizationsNestedInput;
|
|
592547
592547
|
};
|
|
592548
592548
|
type forwarding_shipment_organizationsUncheckedUpdateWithoutForwarding_shipmentInput = {
|
|
@@ -592619,7 +592619,7 @@ type forwarding_shipment_organizationsSelect<ExtArgs extends Types$1.Extensions.
|
|
|
592619
592619
|
forwarding_shipment?: boolean | forwarding_shipment_organizations$forwarding_shipmentArgs<ExtArgs>;
|
|
592620
592620
|
organization?: boolean | forwarding_shipment_organizations$organizationArgs<ExtArgs>;
|
|
592621
592621
|
organization_address?: boolean | forwarding_shipment_organizations$organization_addressArgs<ExtArgs>;
|
|
592622
|
-
|
|
592622
|
+
forwarding_shipment_organization_type?: boolean | forwarding_shipment_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>;
|
|
592623
592623
|
forwarding_shipment_organization_logs?: boolean | forwarding_shipment_organizations$forwarding_shipment_organization_logsArgs<ExtArgs>;
|
|
592624
592624
|
_count?: boolean | Forwarding_shipment_organizationsCountOutputTypeDefaultArgs<ExtArgs>;
|
|
592625
592625
|
}, ExtArgs["result"]["forwarding_shipment_organizations"]>;
|
|
@@ -592642,7 +592642,7 @@ type forwarding_shipment_organizationsSelectCreateManyAndReturn<ExtArgs extends
|
|
|
592642
592642
|
forwarding_shipment?: boolean | forwarding_shipment_organizations$forwarding_shipmentArgs<ExtArgs>;
|
|
592643
592643
|
organization?: boolean | forwarding_shipment_organizations$organizationArgs<ExtArgs>;
|
|
592644
592644
|
organization_address?: boolean | forwarding_shipment_organizations$organization_addressArgs<ExtArgs>;
|
|
592645
|
-
|
|
592645
|
+
forwarding_shipment_organization_type?: boolean | forwarding_shipment_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>;
|
|
592646
592646
|
}, ExtArgs["result"]["forwarding_shipment_organizations"]>;
|
|
592647
592647
|
type forwarding_shipment_organizationsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
592648
592648
|
id?: boolean;
|
|
@@ -592663,14 +592663,14 @@ type forwarding_shipment_organizationsSelectUpdateManyAndReturn<ExtArgs extends
|
|
|
592663
592663
|
forwarding_shipment?: boolean | forwarding_shipment_organizations$forwarding_shipmentArgs<ExtArgs>;
|
|
592664
592664
|
organization?: boolean | forwarding_shipment_organizations$organizationArgs<ExtArgs>;
|
|
592665
592665
|
organization_address?: boolean | forwarding_shipment_organizations$organization_addressArgs<ExtArgs>;
|
|
592666
|
-
|
|
592666
|
+
forwarding_shipment_organization_type?: boolean | forwarding_shipment_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>;
|
|
592667
592667
|
}, ExtArgs["result"]["forwarding_shipment_organizations"]>;
|
|
592668
592668
|
type forwarding_shipment_organizationsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment" | "id_organization" | "id_organization_address" | "id_type" | "logic_code" | "code" | "name" | "address" | "is_active" | "is_override" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipment_organizations"]>;
|
|
592669
592669
|
type forwarding_shipment_organizationsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
592670
592670
|
forwarding_shipment?: boolean | forwarding_shipment_organizations$forwarding_shipmentArgs<ExtArgs>;
|
|
592671
592671
|
organization?: boolean | forwarding_shipment_organizations$organizationArgs<ExtArgs>;
|
|
592672
592672
|
organization_address?: boolean | forwarding_shipment_organizations$organization_addressArgs<ExtArgs>;
|
|
592673
|
-
|
|
592673
|
+
forwarding_shipment_organization_type?: boolean | forwarding_shipment_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>;
|
|
592674
592674
|
forwarding_shipment_organization_logs?: boolean | forwarding_shipment_organizations$forwarding_shipment_organization_logsArgs<ExtArgs>;
|
|
592675
592675
|
_count?: boolean | Forwarding_shipment_organizationsCountOutputTypeDefaultArgs<ExtArgs>;
|
|
592676
592676
|
};
|
|
@@ -592678,13 +592678,13 @@ type forwarding_shipment_organizationsIncludeCreateManyAndReturn<ExtArgs extends
|
|
|
592678
592678
|
forwarding_shipment?: boolean | forwarding_shipment_organizations$forwarding_shipmentArgs<ExtArgs>;
|
|
592679
592679
|
organization?: boolean | forwarding_shipment_organizations$organizationArgs<ExtArgs>;
|
|
592680
592680
|
organization_address?: boolean | forwarding_shipment_organizations$organization_addressArgs<ExtArgs>;
|
|
592681
|
-
|
|
592681
|
+
forwarding_shipment_organization_type?: boolean | forwarding_shipment_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>;
|
|
592682
592682
|
};
|
|
592683
592683
|
type forwarding_shipment_organizationsIncludeUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
592684
592684
|
forwarding_shipment?: boolean | forwarding_shipment_organizations$forwarding_shipmentArgs<ExtArgs>;
|
|
592685
592685
|
organization?: boolean | forwarding_shipment_organizations$organizationArgs<ExtArgs>;
|
|
592686
592686
|
organization_address?: boolean | forwarding_shipment_organizations$organization_addressArgs<ExtArgs>;
|
|
592687
|
-
|
|
592687
|
+
forwarding_shipment_organization_type?: boolean | forwarding_shipment_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>;
|
|
592688
592688
|
};
|
|
592689
592689
|
type $forwarding_shipment_organizationsPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
592690
592690
|
name: "forwarding_shipment_organizations";
|
|
@@ -592692,7 +592692,7 @@ type $forwarding_shipment_organizationsPayload<ExtArgs extends Types$1.Extension
|
|
|
592692
592692
|
forwarding_shipment: $forwarding_shipmentsPayload<ExtArgs> | null;
|
|
592693
592693
|
organization: $organizationsPayload<ExtArgs> | null;
|
|
592694
592694
|
organization_address: $organization_addressesPayload<ExtArgs> | null;
|
|
592695
|
-
|
|
592695
|
+
forwarding_shipment_organization_type: $forwarding_shipment_organization_typesPayload<ExtArgs> | null;
|
|
592696
592696
|
forwarding_shipment_organization_logs: $forwarding_shipment_organization_logsPayload<ExtArgs>[];
|
|
592697
592697
|
};
|
|
592698
592698
|
scalars: Types$1.Extensions.GetPayloadResult<{
|
|
@@ -593029,7 +593029,7 @@ interface Prisma__forwarding_shipment_organizationsClient<T$1, Null = never, Ext
|
|
|
593029
593029
|
forwarding_shipment<T$1 extends forwarding_shipment_organizations$forwarding_shipmentArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_organizations$forwarding_shipmentArgs<ExtArgs>>): Prisma__forwarding_shipmentsClient<Types$1.Result.GetResult<$forwarding_shipmentsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
593030
593030
|
organization<T$1 extends forwarding_shipment_organizations$organizationArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_organizations$organizationArgs<ExtArgs>>): Prisma__organizationsClient<Types$1.Result.GetResult<$organizationsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
593031
593031
|
organization_address<T$1 extends forwarding_shipment_organizations$organization_addressArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_organizations$organization_addressArgs<ExtArgs>>): Prisma__organization_addressesClient<Types$1.Result.GetResult<$organization_addressesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
593032
|
-
|
|
593032
|
+
forwarding_shipment_organization_type<T$1 extends forwarding_shipment_organizations$forwarding_shipment_organization_typeArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_organizations$forwarding_shipment_organization_typeArgs<ExtArgs>>): Prisma__forwarding_shipment_organization_typesClient<Types$1.Result.GetResult<$forwarding_shipment_organization_typesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
593033
593033
|
forwarding_shipment_organization_logs<T$1 extends forwarding_shipment_organizations$forwarding_shipment_organization_logsArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_organizations$forwarding_shipment_organization_logsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_shipment_organization_logsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
|
|
593034
593034
|
/**
|
|
593035
593035
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
@@ -593504,9 +593504,9 @@ type forwarding_shipment_organizations$organization_addressArgs<ExtArgs extends
|
|
|
593504
593504
|
where?: organization_addressesWhereInput;
|
|
593505
593505
|
};
|
|
593506
593506
|
/**
|
|
593507
|
-
* forwarding_shipment_organizations.
|
|
593507
|
+
* forwarding_shipment_organizations.forwarding_shipment_organization_type
|
|
593508
593508
|
*/
|
|
593509
|
-
type forwarding_shipment_organizations$
|
|
593509
|
+
type forwarding_shipment_organizations$forwarding_shipment_organization_typeArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
593510
593510
|
/**
|
|
593511
593511
|
* Select specific fields to fetch from the forwarding_shipment_organization_types
|
|
593512
593512
|
*/
|
|
@@ -609837,7 +609837,7 @@ type forwarding_shipment_attachmentsWhereInput = {
|
|
|
609837
609837
|
created_by?: StringNullableFilter<"forwarding_shipment_attachments"> | string | null;
|
|
609838
609838
|
updated_at?: DateTimeNullableFilter<"forwarding_shipment_attachments"> | Date | string | null;
|
|
609839
609839
|
updated_by?: StringNullableFilter<"forwarding_shipment_attachments"> | string | null;
|
|
609840
|
-
|
|
609840
|
+
forwarding_shipment?: XOR<Forwarding_shipmentsNullableScalarRelationFilter, forwarding_shipmentsWhereInput> | null;
|
|
609841
609841
|
forwarding_shipment_attachment_logs?: Forwarding_shipment_attachment_logsListRelationFilter;
|
|
609842
609842
|
};
|
|
609843
609843
|
type forwarding_shipment_attachmentsOrderByWithRelationInput = {
|
|
@@ -609854,7 +609854,7 @@ type forwarding_shipment_attachmentsOrderByWithRelationInput = {
|
|
|
609854
609854
|
created_by?: SortOrderInput | SortOrder;
|
|
609855
609855
|
updated_at?: SortOrderInput | SortOrder;
|
|
609856
609856
|
updated_by?: SortOrderInput | SortOrder;
|
|
609857
|
-
|
|
609857
|
+
forwarding_shipment?: forwarding_shipmentsOrderByWithRelationInput;
|
|
609858
609858
|
forwarding_shipment_attachment_logs?: forwarding_shipment_attachment_logsOrderByRelationAggregateInput;
|
|
609859
609859
|
};
|
|
609860
609860
|
type forwarding_shipment_attachmentsWhereUniqueInput = AtLeast<{
|
|
@@ -609874,7 +609874,7 @@ type forwarding_shipment_attachmentsWhereUniqueInput = AtLeast<{
|
|
|
609874
609874
|
created_by?: StringNullableFilter<"forwarding_shipment_attachments"> | string | null;
|
|
609875
609875
|
updated_at?: DateTimeNullableFilter<"forwarding_shipment_attachments"> | Date | string | null;
|
|
609876
609876
|
updated_by?: StringNullableFilter<"forwarding_shipment_attachments"> | string | null;
|
|
609877
|
-
|
|
609877
|
+
forwarding_shipment?: XOR<Forwarding_shipmentsNullableScalarRelationFilter, forwarding_shipmentsWhereInput> | null;
|
|
609878
609878
|
forwarding_shipment_attachment_logs?: Forwarding_shipment_attachment_logsListRelationFilter;
|
|
609879
609879
|
}, "id">;
|
|
609880
609880
|
type forwarding_shipment_attachmentsOrderByWithAggregationInput = {
|
|
@@ -609928,7 +609928,7 @@ type forwarding_shipment_attachmentsCreateInput = {
|
|
|
609928
609928
|
created_by?: string | null;
|
|
609929
609929
|
updated_at?: Date | string | null;
|
|
609930
609930
|
updated_by?: string | null;
|
|
609931
|
-
|
|
609931
|
+
forwarding_shipment?: forwarding_shipmentsCreateNestedOneWithoutForwarding_shipment_attachmentsInput;
|
|
609932
609932
|
forwarding_shipment_attachment_logs?: forwarding_shipment_attachment_logsCreateNestedManyWithoutForwarding_shipment_attachmentsInput;
|
|
609933
609933
|
};
|
|
609934
609934
|
type forwarding_shipment_attachmentsUncheckedCreateInput = {
|
|
@@ -609960,7 +609960,7 @@ type forwarding_shipment_attachmentsUpdateInput = {
|
|
|
609960
609960
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
609961
609961
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
609962
609962
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
609963
|
-
|
|
609963
|
+
forwarding_shipment?: forwarding_shipmentsUpdateOneWithoutForwarding_shipment_attachmentsNestedInput;
|
|
609964
609964
|
forwarding_shipment_attachment_logs?: forwarding_shipment_attachment_logsUpdateManyWithoutForwarding_shipment_attachmentsNestedInput;
|
|
609965
609965
|
};
|
|
609966
609966
|
type forwarding_shipment_attachmentsUncheckedUpdateInput = {
|
|
@@ -610090,42 +610090,42 @@ type Forwarding_shipment_attachmentsNullableScalarRelationFilter = {
|
|
|
610090
610090
|
is?: forwarding_shipment_attachmentsWhereInput | null;
|
|
610091
610091
|
isNot?: forwarding_shipment_attachmentsWhereInput | null;
|
|
610092
610092
|
};
|
|
610093
|
-
type
|
|
610094
|
-
create?: XOR<
|
|
610095
|
-
connectOrCreate?:
|
|
610096
|
-
createMany?:
|
|
610093
|
+
type forwarding_shipment_attachmentsCreateNestedManyWithoutForwarding_shipmentInput = {
|
|
610094
|
+
create?: XOR<forwarding_shipment_attachmentsCreateWithoutForwarding_shipmentInput, forwarding_shipment_attachmentsUncheckedCreateWithoutForwarding_shipmentInput> | forwarding_shipment_attachmentsCreateWithoutForwarding_shipmentInput[] | forwarding_shipment_attachmentsUncheckedCreateWithoutForwarding_shipmentInput[];
|
|
610095
|
+
connectOrCreate?: forwarding_shipment_attachmentsCreateOrConnectWithoutForwarding_shipmentInput | forwarding_shipment_attachmentsCreateOrConnectWithoutForwarding_shipmentInput[];
|
|
610096
|
+
createMany?: forwarding_shipment_attachmentsCreateManyForwarding_shipmentInputEnvelope;
|
|
610097
610097
|
connect?: forwarding_shipment_attachmentsWhereUniqueInput | forwarding_shipment_attachmentsWhereUniqueInput[];
|
|
610098
610098
|
};
|
|
610099
|
-
type
|
|
610100
|
-
create?: XOR<
|
|
610101
|
-
connectOrCreate?:
|
|
610102
|
-
createMany?:
|
|
610099
|
+
type forwarding_shipment_attachmentsUncheckedCreateNestedManyWithoutForwarding_shipmentInput = {
|
|
610100
|
+
create?: XOR<forwarding_shipment_attachmentsCreateWithoutForwarding_shipmentInput, forwarding_shipment_attachmentsUncheckedCreateWithoutForwarding_shipmentInput> | forwarding_shipment_attachmentsCreateWithoutForwarding_shipmentInput[] | forwarding_shipment_attachmentsUncheckedCreateWithoutForwarding_shipmentInput[];
|
|
610101
|
+
connectOrCreate?: forwarding_shipment_attachmentsCreateOrConnectWithoutForwarding_shipmentInput | forwarding_shipment_attachmentsCreateOrConnectWithoutForwarding_shipmentInput[];
|
|
610102
|
+
createMany?: forwarding_shipment_attachmentsCreateManyForwarding_shipmentInputEnvelope;
|
|
610103
610103
|
connect?: forwarding_shipment_attachmentsWhereUniqueInput | forwarding_shipment_attachmentsWhereUniqueInput[];
|
|
610104
610104
|
};
|
|
610105
|
-
type
|
|
610106
|
-
create?: XOR<
|
|
610107
|
-
connectOrCreate?:
|
|
610108
|
-
upsert?:
|
|
610109
|
-
createMany?:
|
|
610105
|
+
type forwarding_shipment_attachmentsUpdateManyWithoutForwarding_shipmentNestedInput = {
|
|
610106
|
+
create?: XOR<forwarding_shipment_attachmentsCreateWithoutForwarding_shipmentInput, forwarding_shipment_attachmentsUncheckedCreateWithoutForwarding_shipmentInput> | forwarding_shipment_attachmentsCreateWithoutForwarding_shipmentInput[] | forwarding_shipment_attachmentsUncheckedCreateWithoutForwarding_shipmentInput[];
|
|
610107
|
+
connectOrCreate?: forwarding_shipment_attachmentsCreateOrConnectWithoutForwarding_shipmentInput | forwarding_shipment_attachmentsCreateOrConnectWithoutForwarding_shipmentInput[];
|
|
610108
|
+
upsert?: forwarding_shipment_attachmentsUpsertWithWhereUniqueWithoutForwarding_shipmentInput | forwarding_shipment_attachmentsUpsertWithWhereUniqueWithoutForwarding_shipmentInput[];
|
|
610109
|
+
createMany?: forwarding_shipment_attachmentsCreateManyForwarding_shipmentInputEnvelope;
|
|
610110
610110
|
set?: forwarding_shipment_attachmentsWhereUniqueInput | forwarding_shipment_attachmentsWhereUniqueInput[];
|
|
610111
610111
|
disconnect?: forwarding_shipment_attachmentsWhereUniqueInput | forwarding_shipment_attachmentsWhereUniqueInput[];
|
|
610112
610112
|
delete?: forwarding_shipment_attachmentsWhereUniqueInput | forwarding_shipment_attachmentsWhereUniqueInput[];
|
|
610113
610113
|
connect?: forwarding_shipment_attachmentsWhereUniqueInput | forwarding_shipment_attachmentsWhereUniqueInput[];
|
|
610114
|
-
update?:
|
|
610115
|
-
updateMany?:
|
|
610114
|
+
update?: forwarding_shipment_attachmentsUpdateWithWhereUniqueWithoutForwarding_shipmentInput | forwarding_shipment_attachmentsUpdateWithWhereUniqueWithoutForwarding_shipmentInput[];
|
|
610115
|
+
updateMany?: forwarding_shipment_attachmentsUpdateManyWithWhereWithoutForwarding_shipmentInput | forwarding_shipment_attachmentsUpdateManyWithWhereWithoutForwarding_shipmentInput[];
|
|
610116
610116
|
deleteMany?: forwarding_shipment_attachmentsScalarWhereInput | forwarding_shipment_attachmentsScalarWhereInput[];
|
|
610117
610117
|
};
|
|
610118
|
-
type
|
|
610119
|
-
create?: XOR<
|
|
610120
|
-
connectOrCreate?:
|
|
610121
|
-
upsert?:
|
|
610122
|
-
createMany?:
|
|
610118
|
+
type forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentNestedInput = {
|
|
610119
|
+
create?: XOR<forwarding_shipment_attachmentsCreateWithoutForwarding_shipmentInput, forwarding_shipment_attachmentsUncheckedCreateWithoutForwarding_shipmentInput> | forwarding_shipment_attachmentsCreateWithoutForwarding_shipmentInput[] | forwarding_shipment_attachmentsUncheckedCreateWithoutForwarding_shipmentInput[];
|
|
610120
|
+
connectOrCreate?: forwarding_shipment_attachmentsCreateOrConnectWithoutForwarding_shipmentInput | forwarding_shipment_attachmentsCreateOrConnectWithoutForwarding_shipmentInput[];
|
|
610121
|
+
upsert?: forwarding_shipment_attachmentsUpsertWithWhereUniqueWithoutForwarding_shipmentInput | forwarding_shipment_attachmentsUpsertWithWhereUniqueWithoutForwarding_shipmentInput[];
|
|
610122
|
+
createMany?: forwarding_shipment_attachmentsCreateManyForwarding_shipmentInputEnvelope;
|
|
610123
610123
|
set?: forwarding_shipment_attachmentsWhereUniqueInput | forwarding_shipment_attachmentsWhereUniqueInput[];
|
|
610124
610124
|
disconnect?: forwarding_shipment_attachmentsWhereUniqueInput | forwarding_shipment_attachmentsWhereUniqueInput[];
|
|
610125
610125
|
delete?: forwarding_shipment_attachmentsWhereUniqueInput | forwarding_shipment_attachmentsWhereUniqueInput[];
|
|
610126
610126
|
connect?: forwarding_shipment_attachmentsWhereUniqueInput | forwarding_shipment_attachmentsWhereUniqueInput[];
|
|
610127
|
-
update?:
|
|
610128
|
-
updateMany?:
|
|
610127
|
+
update?: forwarding_shipment_attachmentsUpdateWithWhereUniqueWithoutForwarding_shipmentInput | forwarding_shipment_attachmentsUpdateWithWhereUniqueWithoutForwarding_shipmentInput[];
|
|
610128
|
+
updateMany?: forwarding_shipment_attachmentsUpdateManyWithWhereWithoutForwarding_shipmentInput | forwarding_shipment_attachmentsUpdateManyWithWhereWithoutForwarding_shipmentInput[];
|
|
610129
610129
|
deleteMany?: forwarding_shipment_attachmentsScalarWhereInput | forwarding_shipment_attachmentsScalarWhereInput[];
|
|
610130
610130
|
};
|
|
610131
610131
|
type forwarding_shipment_attachmentsCreateNestedOneWithoutForwarding_shipment_attachment_logsInput = {
|
|
@@ -610142,7 +610142,7 @@ type forwarding_shipment_attachmentsUpdateOneWithoutForwarding_shipment_attachme
|
|
|
610142
610142
|
connect?: forwarding_shipment_attachmentsWhereUniqueInput;
|
|
610143
610143
|
update?: XOR<XOR<forwarding_shipment_attachmentsUpdateToOneWithWhereWithoutForwarding_shipment_attachment_logsInput, forwarding_shipment_attachmentsUpdateWithoutForwarding_shipment_attachment_logsInput>, forwarding_shipment_attachmentsUncheckedUpdateWithoutForwarding_shipment_attachment_logsInput>;
|
|
610144
610144
|
};
|
|
610145
|
-
type
|
|
610145
|
+
type forwarding_shipment_attachmentsCreateWithoutForwarding_shipmentInput = {
|
|
610146
610146
|
id?: bigint | number;
|
|
610147
610147
|
label?: string | null;
|
|
610148
610148
|
file_name?: string | null;
|
|
@@ -610157,7 +610157,7 @@ type forwarding_shipment_attachmentsCreateWithoutForwarding_shipmentsInput = {
|
|
|
610157
610157
|
updated_by?: string | null;
|
|
610158
610158
|
forwarding_shipment_attachment_logs?: forwarding_shipment_attachment_logsCreateNestedManyWithoutForwarding_shipment_attachmentsInput;
|
|
610159
610159
|
};
|
|
610160
|
-
type
|
|
610160
|
+
type forwarding_shipment_attachmentsUncheckedCreateWithoutForwarding_shipmentInput = {
|
|
610161
610161
|
id?: bigint | number;
|
|
610162
610162
|
label?: string | null;
|
|
610163
610163
|
file_name?: string | null;
|
|
@@ -610172,26 +610172,26 @@ type forwarding_shipment_attachmentsUncheckedCreateWithoutForwarding_shipmentsIn
|
|
|
610172
610172
|
updated_by?: string | null;
|
|
610173
610173
|
forwarding_shipment_attachment_logs?: forwarding_shipment_attachment_logsUncheckedCreateNestedManyWithoutForwarding_shipment_attachmentsInput;
|
|
610174
610174
|
};
|
|
610175
|
-
type
|
|
610175
|
+
type forwarding_shipment_attachmentsCreateOrConnectWithoutForwarding_shipmentInput = {
|
|
610176
610176
|
where: forwarding_shipment_attachmentsWhereUniqueInput;
|
|
610177
|
-
create: XOR<
|
|
610177
|
+
create: XOR<forwarding_shipment_attachmentsCreateWithoutForwarding_shipmentInput, forwarding_shipment_attachmentsUncheckedCreateWithoutForwarding_shipmentInput>;
|
|
610178
610178
|
};
|
|
610179
|
-
type
|
|
610180
|
-
data:
|
|
610179
|
+
type forwarding_shipment_attachmentsCreateManyForwarding_shipmentInputEnvelope = {
|
|
610180
|
+
data: forwarding_shipment_attachmentsCreateManyForwarding_shipmentInput | forwarding_shipment_attachmentsCreateManyForwarding_shipmentInput[];
|
|
610181
610181
|
skipDuplicates?: boolean;
|
|
610182
610182
|
};
|
|
610183
|
-
type
|
|
610183
|
+
type forwarding_shipment_attachmentsUpsertWithWhereUniqueWithoutForwarding_shipmentInput = {
|
|
610184
610184
|
where: forwarding_shipment_attachmentsWhereUniqueInput;
|
|
610185
|
-
update: XOR<
|
|
610186
|
-
create: XOR<
|
|
610185
|
+
update: XOR<forwarding_shipment_attachmentsUpdateWithoutForwarding_shipmentInput, forwarding_shipment_attachmentsUncheckedUpdateWithoutForwarding_shipmentInput>;
|
|
610186
|
+
create: XOR<forwarding_shipment_attachmentsCreateWithoutForwarding_shipmentInput, forwarding_shipment_attachmentsUncheckedCreateWithoutForwarding_shipmentInput>;
|
|
610187
610187
|
};
|
|
610188
|
-
type
|
|
610188
|
+
type forwarding_shipment_attachmentsUpdateWithWhereUniqueWithoutForwarding_shipmentInput = {
|
|
610189
610189
|
where: forwarding_shipment_attachmentsWhereUniqueInput;
|
|
610190
|
-
data: XOR<
|
|
610190
|
+
data: XOR<forwarding_shipment_attachmentsUpdateWithoutForwarding_shipmentInput, forwarding_shipment_attachmentsUncheckedUpdateWithoutForwarding_shipmentInput>;
|
|
610191
610191
|
};
|
|
610192
|
-
type
|
|
610192
|
+
type forwarding_shipment_attachmentsUpdateManyWithWhereWithoutForwarding_shipmentInput = {
|
|
610193
610193
|
where: forwarding_shipment_attachmentsScalarWhereInput;
|
|
610194
|
-
data: XOR<forwarding_shipment_attachmentsUpdateManyMutationInput,
|
|
610194
|
+
data: XOR<forwarding_shipment_attachmentsUpdateManyMutationInput, forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentInput>;
|
|
610195
610195
|
};
|
|
610196
610196
|
type forwarding_shipment_attachmentsScalarWhereInput = {
|
|
610197
610197
|
AND?: forwarding_shipment_attachmentsScalarWhereInput | forwarding_shipment_attachmentsScalarWhereInput[];
|
|
@@ -610224,7 +610224,7 @@ type forwarding_shipment_attachmentsCreateWithoutForwarding_shipment_attachment_
|
|
|
610224
610224
|
created_by?: string | null;
|
|
610225
610225
|
updated_at?: Date | string | null;
|
|
610226
610226
|
updated_by?: string | null;
|
|
610227
|
-
|
|
610227
|
+
forwarding_shipment?: forwarding_shipmentsCreateNestedOneWithoutForwarding_shipment_attachmentsInput;
|
|
610228
610228
|
};
|
|
610229
610229
|
type forwarding_shipment_attachmentsUncheckedCreateWithoutForwarding_shipment_attachment_logsInput = {
|
|
610230
610230
|
id?: bigint | number;
|
|
@@ -610267,7 +610267,7 @@ type forwarding_shipment_attachmentsUpdateWithoutForwarding_shipment_attachment_
|
|
|
610267
610267
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
610268
610268
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
610269
610269
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
610270
|
-
|
|
610270
|
+
forwarding_shipment?: forwarding_shipmentsUpdateOneWithoutForwarding_shipment_attachmentsNestedInput;
|
|
610271
610271
|
};
|
|
610272
610272
|
type forwarding_shipment_attachmentsUncheckedUpdateWithoutForwarding_shipment_attachment_logsInput = {
|
|
610273
610273
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -610284,7 +610284,7 @@ type forwarding_shipment_attachmentsUncheckedUpdateWithoutForwarding_shipment_at
|
|
|
610284
610284
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
610285
610285
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
610286
610286
|
};
|
|
610287
|
-
type
|
|
610287
|
+
type forwarding_shipment_attachmentsCreateManyForwarding_shipmentInput = {
|
|
610288
610288
|
id?: bigint | number;
|
|
610289
610289
|
label?: string | null;
|
|
610290
610290
|
file_name?: string | null;
|
|
@@ -610298,7 +610298,7 @@ type forwarding_shipment_attachmentsCreateManyForwarding_shipmentsInput = {
|
|
|
610298
610298
|
updated_at?: Date | string | null;
|
|
610299
610299
|
updated_by?: string | null;
|
|
610300
610300
|
};
|
|
610301
|
-
type
|
|
610301
|
+
type forwarding_shipment_attachmentsUpdateWithoutForwarding_shipmentInput = {
|
|
610302
610302
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
610303
610303
|
label?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
610304
610304
|
file_name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -610313,7 +610313,7 @@ type forwarding_shipment_attachmentsUpdateWithoutForwarding_shipmentsInput = {
|
|
|
610313
610313
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
610314
610314
|
forwarding_shipment_attachment_logs?: forwarding_shipment_attachment_logsUpdateManyWithoutForwarding_shipment_attachmentsNestedInput;
|
|
610315
610315
|
};
|
|
610316
|
-
type
|
|
610316
|
+
type forwarding_shipment_attachmentsUncheckedUpdateWithoutForwarding_shipmentInput = {
|
|
610317
610317
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
610318
610318
|
label?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
610319
610319
|
file_name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -610328,7 +610328,7 @@ type forwarding_shipment_attachmentsUncheckedUpdateWithoutForwarding_shipmentsIn
|
|
|
610328
610328
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
610329
610329
|
forwarding_shipment_attachment_logs?: forwarding_shipment_attachment_logsUncheckedUpdateManyWithoutForwarding_shipment_attachmentsNestedInput;
|
|
610330
610330
|
};
|
|
610331
|
-
type
|
|
610331
|
+
type forwarding_shipment_attachmentsUncheckedUpdateManyWithoutForwarding_shipmentInput = {
|
|
610332
610332
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
610333
610333
|
label?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
610334
610334
|
file_name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -610378,7 +610378,7 @@ type forwarding_shipment_attachmentsSelect<ExtArgs extends Types$1.Extensions.In
|
|
|
610378
610378
|
created_by?: boolean;
|
|
610379
610379
|
updated_at?: boolean;
|
|
610380
610380
|
updated_by?: boolean;
|
|
610381
|
-
|
|
610381
|
+
forwarding_shipment?: boolean | forwarding_shipment_attachments$forwarding_shipmentArgs<ExtArgs>;
|
|
610382
610382
|
forwarding_shipment_attachment_logs?: boolean | forwarding_shipment_attachments$forwarding_shipment_attachment_logsArgs<ExtArgs>;
|
|
610383
610383
|
_count?: boolean | Forwarding_shipment_attachmentsCountOutputTypeDefaultArgs<ExtArgs>;
|
|
610384
610384
|
}, ExtArgs["result"]["forwarding_shipment_attachments"]>;
|
|
@@ -610396,7 +610396,7 @@ type forwarding_shipment_attachmentsSelectCreateManyAndReturn<ExtArgs extends Ty
|
|
|
610396
610396
|
created_by?: boolean;
|
|
610397
610397
|
updated_at?: boolean;
|
|
610398
610398
|
updated_by?: boolean;
|
|
610399
|
-
|
|
610399
|
+
forwarding_shipment?: boolean | forwarding_shipment_attachments$forwarding_shipmentArgs<ExtArgs>;
|
|
610400
610400
|
}, ExtArgs["result"]["forwarding_shipment_attachments"]>;
|
|
610401
610401
|
type forwarding_shipment_attachmentsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
610402
610402
|
id?: boolean;
|
|
@@ -610412,24 +610412,24 @@ type forwarding_shipment_attachmentsSelectUpdateManyAndReturn<ExtArgs extends Ty
|
|
|
610412
610412
|
created_by?: boolean;
|
|
610413
610413
|
updated_at?: boolean;
|
|
610414
610414
|
updated_by?: boolean;
|
|
610415
|
-
|
|
610415
|
+
forwarding_shipment?: boolean | forwarding_shipment_attachments$forwarding_shipmentArgs<ExtArgs>;
|
|
610416
610416
|
}, ExtArgs["result"]["forwarding_shipment_attachments"]>;
|
|
610417
610417
|
type forwarding_shipment_attachmentsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment" | "label" | "file_name" | "file_path" | "file_size" | "file_extension" | "storage_provider" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipment_attachments"]>;
|
|
610418
610418
|
type forwarding_shipment_attachmentsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
610419
|
-
|
|
610419
|
+
forwarding_shipment?: boolean | forwarding_shipment_attachments$forwarding_shipmentArgs<ExtArgs>;
|
|
610420
610420
|
forwarding_shipment_attachment_logs?: boolean | forwarding_shipment_attachments$forwarding_shipment_attachment_logsArgs<ExtArgs>;
|
|
610421
610421
|
_count?: boolean | Forwarding_shipment_attachmentsCountOutputTypeDefaultArgs<ExtArgs>;
|
|
610422
610422
|
};
|
|
610423
610423
|
type forwarding_shipment_attachmentsIncludeCreateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
610424
|
-
|
|
610424
|
+
forwarding_shipment?: boolean | forwarding_shipment_attachments$forwarding_shipmentArgs<ExtArgs>;
|
|
610425
610425
|
};
|
|
610426
610426
|
type forwarding_shipment_attachmentsIncludeUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
610427
|
-
|
|
610427
|
+
forwarding_shipment?: boolean | forwarding_shipment_attachments$forwarding_shipmentArgs<ExtArgs>;
|
|
610428
610428
|
};
|
|
610429
610429
|
type $forwarding_shipment_attachmentsPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
610430
610430
|
name: "forwarding_shipment_attachments";
|
|
610431
610431
|
objects: {
|
|
610432
|
-
|
|
610432
|
+
forwarding_shipment: $forwarding_shipmentsPayload<ExtArgs> | null;
|
|
610433
610433
|
forwarding_shipment_attachment_logs: $forwarding_shipment_attachment_logsPayload<ExtArgs>[];
|
|
610434
610434
|
};
|
|
610435
610435
|
scalars: Types$1.Extensions.GetPayloadResult<{
|
|
@@ -610761,7 +610761,7 @@ interface forwarding_shipment_attachmentsDelegate<ExtArgs extends Types$1.Extens
|
|
|
610761
610761
|
*/
|
|
610762
610762
|
interface Prisma__forwarding_shipment_attachmentsClient<T$1, Null = never, ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends PrismaPromise<T$1> {
|
|
610763
610763
|
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
610764
|
-
|
|
610764
|
+
forwarding_shipment<T$1 extends forwarding_shipment_attachments$forwarding_shipmentArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_attachments$forwarding_shipmentArgs<ExtArgs>>): Prisma__forwarding_shipmentsClient<Types$1.Result.GetResult<$forwarding_shipmentsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
610765
610765
|
forwarding_shipment_attachment_logs<T$1 extends forwarding_shipment_attachments$forwarding_shipment_attachment_logsArgs<ExtArgs> = {}>(args?: Subset<T$1, forwarding_shipment_attachments$forwarding_shipment_attachment_logsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$forwarding_shipment_attachment_logsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
|
|
610766
610766
|
/**
|
|
610767
610767
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
@@ -611180,9 +611180,9 @@ type forwarding_shipment_attachmentsDeleteManyArgs<ExtArgs extends Types$1.Exten
|
|
|
611180
611180
|
limit?: number;
|
|
611181
611181
|
};
|
|
611182
611182
|
/**
|
|
611183
|
-
* forwarding_shipment_attachments.
|
|
611183
|
+
* forwarding_shipment_attachments.forwarding_shipment
|
|
611184
611184
|
*/
|
|
611185
|
-
type forwarding_shipment_attachments$
|
|
611185
|
+
type forwarding_shipment_attachments$forwarding_shipmentArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
611186
611186
|
/**
|
|
611187
611187
|
* Select specific fields to fetch from the forwarding_shipments
|
|
611188
611188
|
*/
|
|
@@ -704442,7 +704442,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
704442
704442
|
phone: string | null;
|
|
704443
704443
|
fax: string | null;
|
|
704444
704444
|
} | null;
|
|
704445
|
-
|
|
704445
|
+
forwarding_shipment_organization_type: {
|
|
704446
704446
|
is_active: boolean | null;
|
|
704447
704447
|
id: string;
|
|
704448
704448
|
logic_code: string | null;
|
|
@@ -704914,7 +704914,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
704914
704914
|
phone: string | null;
|
|
704915
704915
|
fax: string | null;
|
|
704916
704916
|
} | null;
|
|
704917
|
-
|
|
704917
|
+
forwarding_shipment_organization_type: {
|
|
704918
704918
|
is_active: boolean | null;
|
|
704919
704919
|
id: string;
|
|
704920
704920
|
logic_code: string | null;
|
|
@@ -706103,7 +706103,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706103
706103
|
phone: string | null;
|
|
706104
706104
|
fax: string | null;
|
|
706105
706105
|
} | null;
|
|
706106
|
-
|
|
706106
|
+
forwarding_shipment_organization_type: {
|
|
706107
706107
|
is_active: boolean | null;
|
|
706108
706108
|
id: string;
|
|
706109
706109
|
logic_code: string | null;
|
|
@@ -706148,7 +706148,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706148
706148
|
forwarding_booking: number;
|
|
706149
706149
|
organization: number;
|
|
706150
706150
|
organization_address: number;
|
|
706151
|
-
|
|
706151
|
+
forwarding_shipment_organization_type: number;
|
|
706152
706152
|
forwarding_booking_organization_logs: number;
|
|
706153
706153
|
};
|
|
706154
706154
|
forwarding_booking: {
|
|
@@ -706240,7 +706240,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706240
706240
|
phone: string | null;
|
|
706241
706241
|
fax: string | null;
|
|
706242
706242
|
} | null;
|
|
706243
|
-
|
|
706243
|
+
forwarding_shipment_organization_type: {
|
|
706244
706244
|
is_active: boolean | null;
|
|
706245
706245
|
id: string;
|
|
706246
706246
|
logic_code: string | null;
|
|
@@ -708448,7 +708448,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708448
708448
|
phone: string | null;
|
|
708449
708449
|
fax: string | null;
|
|
708450
708450
|
} | null;
|
|
708451
|
-
|
|
708451
|
+
forwarding_shipment_organization_type: {
|
|
708452
708452
|
is_active: boolean | null;
|
|
708453
708453
|
id: string;
|
|
708454
708454
|
logic_code: string | null;
|
|
@@ -708475,7 +708475,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708475
708475
|
is_override: boolean | null;
|
|
708476
708476
|
id_forwarding_shipment: string | null;
|
|
708477
708477
|
}[];
|
|
708478
|
-
|
|
708478
|
+
weight_unit: {
|
|
708479
708479
|
is_active: boolean | null;
|
|
708480
708480
|
id: string;
|
|
708481
708481
|
logic_code: string | null;
|
|
@@ -708485,8 +708485,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708485
708485
|
created_by: string | null;
|
|
708486
708486
|
updated_at: Date | null;
|
|
708487
708487
|
updated_by: string | null;
|
|
708488
|
+
id_type: string | null;
|
|
708488
708489
|
} | null;
|
|
708489
|
-
|
|
708490
|
+
volume_unit: {
|
|
708490
708491
|
is_active: boolean | null;
|
|
708491
708492
|
id: string;
|
|
708492
708493
|
logic_code: string | null;
|
|
@@ -708498,7 +708499,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708498
708499
|
updated_by: string | null;
|
|
708499
708500
|
id_type: string | null;
|
|
708500
708501
|
} | null;
|
|
708501
|
-
|
|
708502
|
+
forwarding_transport_type: {
|
|
708503
|
+
is_active: boolean | null;
|
|
708504
|
+
id: string;
|
|
708505
|
+
logic_code: string | null;
|
|
708506
|
+
name: string | null;
|
|
708507
|
+
code: string | null;
|
|
708508
|
+
created_at: Date | null;
|
|
708509
|
+
created_by: string | null;
|
|
708510
|
+
updated_at: Date | null;
|
|
708511
|
+
updated_by: string | null;
|
|
708512
|
+
} | null;
|
|
708513
|
+
forwarding_service_scope: {
|
|
708502
708514
|
is_active: boolean | null;
|
|
708503
708515
|
id: string;
|
|
708504
708516
|
logic_code: string | null;
|
|
@@ -708508,7 +708520,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708508
708520
|
created_by: string | null;
|
|
708509
708521
|
updated_at: Date | null;
|
|
708510
708522
|
updated_by: string | null;
|
|
708511
|
-
id_type: string | null;
|
|
708512
708523
|
} | null;
|
|
708513
708524
|
chargeable_unit: {
|
|
708514
708525
|
is_active: boolean | null;
|
|
@@ -708857,7 +708868,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708857
708868
|
data: {
|
|
708858
708869
|
_count: {
|
|
708859
708870
|
forwarding_transport_mode: number;
|
|
708860
|
-
|
|
708871
|
+
forwarding_transport_type: number;
|
|
708861
708872
|
container_shipping_type: number;
|
|
708862
708873
|
forwarding_service_scope: number;
|
|
708863
708874
|
origin_un_locode: number;
|
|
@@ -709316,7 +709327,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709316
709327
|
phone: string | null;
|
|
709317
709328
|
fax: string | null;
|
|
709318
709329
|
} | null;
|
|
709319
|
-
|
|
709330
|
+
forwarding_shipment_organization_type: {
|
|
709320
709331
|
is_active: boolean | null;
|
|
709321
709332
|
id: string;
|
|
709322
709333
|
logic_code: string | null;
|
|
@@ -709343,7 +709354,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709343
709354
|
is_override: boolean | null;
|
|
709344
709355
|
id_forwarding_shipment: string | null;
|
|
709345
709356
|
}[];
|
|
709346
|
-
|
|
709357
|
+
weight_unit: {
|
|
709347
709358
|
is_active: boolean | null;
|
|
709348
709359
|
id: string;
|
|
709349
709360
|
logic_code: string | null;
|
|
@@ -709353,8 +709364,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709353
709364
|
created_by: string | null;
|
|
709354
709365
|
updated_at: Date | null;
|
|
709355
709366
|
updated_by: string | null;
|
|
709367
|
+
id_type: string | null;
|
|
709356
709368
|
} | null;
|
|
709357
|
-
|
|
709369
|
+
volume_unit: {
|
|
709358
709370
|
is_active: boolean | null;
|
|
709359
709371
|
id: string;
|
|
709360
709372
|
logic_code: string | null;
|
|
@@ -709366,7 +709378,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709366
709378
|
updated_by: string | null;
|
|
709367
709379
|
id_type: string | null;
|
|
709368
709380
|
} | null;
|
|
709369
|
-
|
|
709381
|
+
forwarding_transport_type: {
|
|
709382
|
+
is_active: boolean | null;
|
|
709383
|
+
id: string;
|
|
709384
|
+
logic_code: string | null;
|
|
709385
|
+
name: string | null;
|
|
709386
|
+
code: string | null;
|
|
709387
|
+
created_at: Date | null;
|
|
709388
|
+
created_by: string | null;
|
|
709389
|
+
updated_at: Date | null;
|
|
709390
|
+
updated_by: string | null;
|
|
709391
|
+
} | null;
|
|
709392
|
+
forwarding_service_scope: {
|
|
709370
709393
|
is_active: boolean | null;
|
|
709371
709394
|
id: string;
|
|
709372
709395
|
logic_code: string | null;
|
|
@@ -709376,7 +709399,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709376
709399
|
created_by: string | null;
|
|
709377
709400
|
updated_at: Date | null;
|
|
709378
709401
|
updated_by: string | null;
|
|
709379
|
-
id_type: string | null;
|
|
709380
709402
|
} | null;
|
|
709381
709403
|
chargeable_unit: {
|
|
709382
709404
|
is_active: boolean | null;
|
|
@@ -710915,7 +710937,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710915
710937
|
phone: string | null;
|
|
710916
710938
|
fax: string | null;
|
|
710917
710939
|
} | null;
|
|
710918
|
-
|
|
710940
|
+
forwarding_shipment_organization_type: {
|
|
710919
710941
|
is_active: boolean | null;
|
|
710920
710942
|
id: string;
|
|
710921
710943
|
logic_code: string | null;
|
|
@@ -711006,7 +711028,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711006
711028
|
forwarding_shipment: number;
|
|
711007
711029
|
organization: number;
|
|
711008
711030
|
organization_address: number;
|
|
711009
|
-
|
|
711031
|
+
forwarding_shipment_organization_type: number;
|
|
711010
711032
|
forwarding_shipment_organization_logs: number;
|
|
711011
711033
|
};
|
|
711012
711034
|
organization: {
|
|
@@ -711057,7 +711079,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711057
711079
|
phone: string | null;
|
|
711058
711080
|
fax: string | null;
|
|
711059
711081
|
} | null;
|
|
711060
|
-
|
|
711082
|
+
forwarding_shipment_organization_type: {
|
|
711061
711083
|
is_active: boolean | null;
|
|
711062
711084
|
id: string;
|
|
711063
711085
|
logic_code: string | null;
|