@be-logixpair/api 0.0.104 → 0.0.105
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 +316 -306
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -69285,7 +69285,6 @@ type Forwarding_shipment_billingsMinAggregateOutputType = {
|
|
|
69285
69285
|
code: string | null;
|
|
69286
69286
|
name: string | null;
|
|
69287
69287
|
billing_number: string | null;
|
|
69288
|
-
job_description: string | null;
|
|
69289
69288
|
job_date: Date | null;
|
|
69290
69289
|
open_date: Date | null;
|
|
69291
69290
|
close_date: Date | null;
|
|
@@ -69322,7 +69321,6 @@ type Forwarding_shipment_billingsMaxAggregateOutputType = {
|
|
|
69322
69321
|
code: string | null;
|
|
69323
69322
|
name: string | null;
|
|
69324
69323
|
billing_number: string | null;
|
|
69325
|
-
job_description: string | null;
|
|
69326
69324
|
job_date: Date | null;
|
|
69327
69325
|
open_date: Date | null;
|
|
69328
69326
|
close_date: Date | null;
|
|
@@ -69359,7 +69357,6 @@ type Forwarding_shipment_billingsCountAggregateOutputType = {
|
|
|
69359
69357
|
code: number;
|
|
69360
69358
|
name: number;
|
|
69361
69359
|
billing_number: number;
|
|
69362
|
-
job_description: number;
|
|
69363
69360
|
job_date: number;
|
|
69364
69361
|
open_date: number;
|
|
69365
69362
|
close_date: number;
|
|
@@ -69427,7 +69424,6 @@ type Forwarding_shipment_billingsMinAggregateInputType = {
|
|
|
69427
69424
|
code?: true;
|
|
69428
69425
|
name?: true;
|
|
69429
69426
|
billing_number?: true;
|
|
69430
|
-
job_description?: true;
|
|
69431
69427
|
job_date?: true;
|
|
69432
69428
|
open_date?: true;
|
|
69433
69429
|
close_date?: true;
|
|
@@ -69464,7 +69460,6 @@ type Forwarding_shipment_billingsMaxAggregateInputType = {
|
|
|
69464
69460
|
code?: true;
|
|
69465
69461
|
name?: true;
|
|
69466
69462
|
billing_number?: true;
|
|
69467
|
-
job_description?: true;
|
|
69468
69463
|
job_date?: true;
|
|
69469
69464
|
open_date?: true;
|
|
69470
69465
|
close_date?: true;
|
|
@@ -69501,7 +69496,6 @@ type Forwarding_shipment_billingsCountAggregateInputType = {
|
|
|
69501
69496
|
code?: true;
|
|
69502
69497
|
name?: true;
|
|
69503
69498
|
billing_number?: true;
|
|
69504
|
-
job_description?: true;
|
|
69505
69499
|
job_date?: true;
|
|
69506
69500
|
open_date?: true;
|
|
69507
69501
|
close_date?: true;
|
|
@@ -69613,7 +69607,6 @@ type Forwarding_shipment_billingsGroupByOutputType = {
|
|
|
69613
69607
|
code: string | null;
|
|
69614
69608
|
name: string | null;
|
|
69615
69609
|
billing_number: string | null;
|
|
69616
|
-
job_description: string | null;
|
|
69617
69610
|
job_date: Date | null;
|
|
69618
69611
|
open_date: Date | null;
|
|
69619
69612
|
close_date: Date | null;
|
|
@@ -69659,7 +69652,6 @@ type forwarding_shipment_billingsWhereInput = {
|
|
|
69659
69652
|
code?: StringNullableFilter<"forwarding_shipment_billings"> | string | null;
|
|
69660
69653
|
name?: StringNullableFilter<"forwarding_shipment_billings"> | string | null;
|
|
69661
69654
|
billing_number?: StringNullableFilter<"forwarding_shipment_billings"> | string | null;
|
|
69662
|
-
job_description?: StringNullableFilter<"forwarding_shipment_billings"> | string | null;
|
|
69663
69655
|
job_date?: DateTimeNullableFilter<"forwarding_shipment_billings"> | Date | string | null;
|
|
69664
69656
|
open_date?: DateTimeNullableFilter<"forwarding_shipment_billings"> | Date | string | null;
|
|
69665
69657
|
close_date?: DateTimeNullableFilter<"forwarding_shipment_billings"> | Date | string | null;
|
|
@@ -69709,7 +69701,6 @@ type forwarding_shipment_billingsOrderByWithRelationInput = {
|
|
|
69709
69701
|
code?: SortOrderInput | SortOrder;
|
|
69710
69702
|
name?: SortOrderInput | SortOrder;
|
|
69711
69703
|
billing_number?: SortOrderInput | SortOrder;
|
|
69712
|
-
job_description?: SortOrderInput | SortOrder;
|
|
69713
69704
|
job_date?: SortOrderInput | SortOrder;
|
|
69714
69705
|
open_date?: SortOrderInput | SortOrder;
|
|
69715
69706
|
close_date?: SortOrderInput | SortOrder;
|
|
@@ -69762,7 +69753,6 @@ type forwarding_shipment_billingsWhereUniqueInput = AtLeast<{
|
|
|
69762
69753
|
code?: StringNullableFilter<"forwarding_shipment_billings"> | string | null;
|
|
69763
69754
|
name?: StringNullableFilter<"forwarding_shipment_billings"> | string | null;
|
|
69764
69755
|
billing_number?: StringNullableFilter<"forwarding_shipment_billings"> | string | null;
|
|
69765
|
-
job_description?: StringNullableFilter<"forwarding_shipment_billings"> | string | null;
|
|
69766
69756
|
job_date?: DateTimeNullableFilter<"forwarding_shipment_billings"> | Date | string | null;
|
|
69767
69757
|
open_date?: DateTimeNullableFilter<"forwarding_shipment_billings"> | Date | string | null;
|
|
69768
69758
|
close_date?: DateTimeNullableFilter<"forwarding_shipment_billings"> | Date | string | null;
|
|
@@ -69812,7 +69802,6 @@ type forwarding_shipment_billingsOrderByWithAggregationInput = {
|
|
|
69812
69802
|
code?: SortOrderInput | SortOrder;
|
|
69813
69803
|
name?: SortOrderInput | SortOrder;
|
|
69814
69804
|
billing_number?: SortOrderInput | SortOrder;
|
|
69815
|
-
job_description?: SortOrderInput | SortOrder;
|
|
69816
69805
|
job_date?: SortOrderInput | SortOrder;
|
|
69817
69806
|
open_date?: SortOrderInput | SortOrder;
|
|
69818
69807
|
close_date?: SortOrderInput | SortOrder;
|
|
@@ -69857,7 +69846,6 @@ type forwarding_shipment_billingsScalarWhereWithAggregatesInput = {
|
|
|
69857
69846
|
code?: StringNullableWithAggregatesFilter<"forwarding_shipment_billings"> | string | null;
|
|
69858
69847
|
name?: StringNullableWithAggregatesFilter<"forwarding_shipment_billings"> | string | null;
|
|
69859
69848
|
billing_number?: StringNullableWithAggregatesFilter<"forwarding_shipment_billings"> | string | null;
|
|
69860
|
-
job_description?: StringNullableWithAggregatesFilter<"forwarding_shipment_billings"> | string | null;
|
|
69861
69849
|
job_date?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_billings"> | Date | string | null;
|
|
69862
69850
|
open_date?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_billings"> | Date | string | null;
|
|
69863
69851
|
close_date?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_billings"> | Date | string | null;
|
|
@@ -69883,7 +69871,6 @@ type forwarding_shipment_billingsCreateInput = {
|
|
|
69883
69871
|
code?: string | null;
|
|
69884
69872
|
name?: string | null;
|
|
69885
69873
|
billing_number?: string | null;
|
|
69886
|
-
job_description?: string | null;
|
|
69887
69874
|
job_date?: Date | string | null;
|
|
69888
69875
|
open_date?: Date | string | null;
|
|
69889
69876
|
close_date?: Date | string | null;
|
|
@@ -69933,7 +69920,6 @@ type forwarding_shipment_billingsUncheckedCreateInput = {
|
|
|
69933
69920
|
code?: string | null;
|
|
69934
69921
|
name?: string | null;
|
|
69935
69922
|
billing_number?: string | null;
|
|
69936
|
-
job_description?: string | null;
|
|
69937
69923
|
job_date?: Date | string | null;
|
|
69938
69924
|
open_date?: Date | string | null;
|
|
69939
69925
|
close_date?: Date | string | null;
|
|
@@ -69961,7 +69947,6 @@ type forwarding_shipment_billingsUpdateInput = {
|
|
|
69961
69947
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
69962
69948
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
69963
69949
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
69964
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
69965
69950
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
69966
69951
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
69967
69952
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -70011,7 +69996,6 @@ type forwarding_shipment_billingsUncheckedUpdateInput = {
|
|
|
70011
69996
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70012
69997
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70013
69998
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70014
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70015
69999
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
70016
70000
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
70017
70001
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -70050,7 +70034,6 @@ type forwarding_shipment_billingsCreateManyInput = {
|
|
|
70050
70034
|
code?: string | null;
|
|
70051
70035
|
name?: string | null;
|
|
70052
70036
|
billing_number?: string | null;
|
|
70053
|
-
job_description?: string | null;
|
|
70054
70037
|
job_date?: Date | string | null;
|
|
70055
70038
|
open_date?: Date | string | null;
|
|
70056
70039
|
close_date?: Date | string | null;
|
|
@@ -70076,7 +70059,6 @@ type forwarding_shipment_billingsUpdateManyMutationInput = {
|
|
|
70076
70059
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70077
70060
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70078
70061
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70079
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70080
70062
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
70081
70063
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
70082
70064
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -70113,7 +70095,6 @@ type forwarding_shipment_billingsUncheckedUpdateManyInput = {
|
|
|
70113
70095
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70114
70096
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70115
70097
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70116
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70117
70098
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
70118
70099
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
70119
70100
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -70150,7 +70131,6 @@ type forwarding_shipment_billingsCountOrderByAggregateInput = {
|
|
|
70150
70131
|
code?: SortOrder;
|
|
70151
70132
|
name?: SortOrder;
|
|
70152
70133
|
billing_number?: SortOrder;
|
|
70153
|
-
job_description?: SortOrder;
|
|
70154
70134
|
job_date?: SortOrder;
|
|
70155
70135
|
open_date?: SortOrder;
|
|
70156
70136
|
close_date?: SortOrder;
|
|
@@ -70202,7 +70182,6 @@ type forwarding_shipment_billingsMaxOrderByAggregateInput = {
|
|
|
70202
70182
|
code?: SortOrder;
|
|
70203
70183
|
name?: SortOrder;
|
|
70204
70184
|
billing_number?: SortOrder;
|
|
70205
|
-
job_description?: SortOrder;
|
|
70206
70185
|
job_date?: SortOrder;
|
|
70207
70186
|
open_date?: SortOrder;
|
|
70208
70187
|
close_date?: SortOrder;
|
|
@@ -70239,7 +70218,6 @@ type forwarding_shipment_billingsMinOrderByAggregateInput = {
|
|
|
70239
70218
|
code?: SortOrder;
|
|
70240
70219
|
name?: SortOrder;
|
|
70241
70220
|
billing_number?: SortOrder;
|
|
70242
|
-
job_description?: SortOrder;
|
|
70243
70221
|
job_date?: SortOrder;
|
|
70244
70222
|
open_date?: SortOrder;
|
|
70245
70223
|
close_date?: SortOrder;
|
|
@@ -70728,7 +70706,6 @@ type forwarding_shipment_billingsCreateWithoutForwarding_shipment_billing_detail
|
|
|
70728
70706
|
code?: string | null;
|
|
70729
70707
|
name?: string | null;
|
|
70730
70708
|
billing_number?: string | null;
|
|
70731
|
-
job_description?: string | null;
|
|
70732
70709
|
job_date?: Date | string | null;
|
|
70733
70710
|
open_date?: Date | string | null;
|
|
70734
70711
|
close_date?: Date | string | null;
|
|
@@ -70777,7 +70754,6 @@ type forwarding_shipment_billingsUncheckedCreateWithoutForwarding_shipment_billi
|
|
|
70777
70754
|
code?: string | null;
|
|
70778
70755
|
name?: string | null;
|
|
70779
70756
|
billing_number?: string | null;
|
|
70780
|
-
job_description?: string | null;
|
|
70781
70757
|
job_date?: Date | string | null;
|
|
70782
70758
|
open_date?: Date | string | null;
|
|
70783
70759
|
close_date?: Date | string | null;
|
|
@@ -70817,7 +70793,6 @@ type forwarding_shipment_billingsUpdateWithoutForwarding_shipment_billing_detail
|
|
|
70817
70793
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70818
70794
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70819
70795
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70820
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70821
70796
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
70822
70797
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
70823
70798
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -70866,7 +70841,6 @@ type forwarding_shipment_billingsUncheckedUpdateWithoutForwarding_shipment_billi
|
|
|
70866
70841
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70867
70842
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70868
70843
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70869
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70870
70844
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
70871
70845
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
70872
70846
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -70893,7 +70867,6 @@ type forwarding_shipment_billingsCreateWithoutForwarding_shipment_billing_logsIn
|
|
|
70893
70867
|
code?: string | null;
|
|
70894
70868
|
name?: string | null;
|
|
70895
70869
|
billing_number?: string | null;
|
|
70896
|
-
job_description?: string | null;
|
|
70897
70870
|
job_date?: Date | string | null;
|
|
70898
70871
|
open_date?: Date | string | null;
|
|
70899
70872
|
close_date?: Date | string | null;
|
|
@@ -70942,7 +70915,6 @@ type forwarding_shipment_billingsUncheckedCreateWithoutForwarding_shipment_billi
|
|
|
70942
70915
|
code?: string | null;
|
|
70943
70916
|
name?: string | null;
|
|
70944
70917
|
billing_number?: string | null;
|
|
70945
|
-
job_description?: string | null;
|
|
70946
70918
|
job_date?: Date | string | null;
|
|
70947
70919
|
open_date?: Date | string | null;
|
|
70948
70920
|
close_date?: Date | string | null;
|
|
@@ -70982,7 +70954,6 @@ type forwarding_shipment_billingsUpdateWithoutForwarding_shipment_billing_logsIn
|
|
|
70982
70954
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70983
70955
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70984
70956
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70985
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
70986
70957
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
70987
70958
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
70988
70959
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -71031,7 +71002,6 @@ type forwarding_shipment_billingsUncheckedUpdateWithoutForwarding_shipment_billi
|
|
|
71031
71002
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
71032
71003
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
71033
71004
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
71034
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
71035
71005
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
71036
71006
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
71037
71007
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -71058,7 +71028,6 @@ type forwarding_shipment_billingsCreateWithoutOrganization_local_clientInput = {
|
|
|
71058
71028
|
code?: string | null;
|
|
71059
71029
|
name?: string | null;
|
|
71060
71030
|
billing_number?: string | null;
|
|
71061
|
-
job_description?: string | null;
|
|
71062
71031
|
job_date?: Date | string | null;
|
|
71063
71032
|
open_date?: Date | string | null;
|
|
71064
71033
|
close_date?: Date | string | null;
|
|
@@ -71106,7 +71075,6 @@ type forwarding_shipment_billingsUncheckedCreateWithoutOrganization_local_client
|
|
|
71106
71075
|
code?: string | null;
|
|
71107
71076
|
name?: string | null;
|
|
71108
71077
|
billing_number?: string | null;
|
|
71109
|
-
job_description?: string | null;
|
|
71110
71078
|
job_date?: Date | string | null;
|
|
71111
71079
|
open_date?: Date | string | null;
|
|
71112
71080
|
close_date?: Date | string | null;
|
|
@@ -71142,7 +71110,6 @@ type forwarding_shipment_billingsCreateWithoutOrganization_overseas_agentInput =
|
|
|
71142
71110
|
code?: string | null;
|
|
71143
71111
|
name?: string | null;
|
|
71144
71112
|
billing_number?: string | null;
|
|
71145
|
-
job_description?: string | null;
|
|
71146
71113
|
job_date?: Date | string | null;
|
|
71147
71114
|
open_date?: Date | string | null;
|
|
71148
71115
|
close_date?: Date | string | null;
|
|
@@ -71190,7 +71157,6 @@ type forwarding_shipment_billingsUncheckedCreateWithoutOrganization_overseas_age
|
|
|
71190
71157
|
code?: string | null;
|
|
71191
71158
|
name?: string | null;
|
|
71192
71159
|
billing_number?: string | null;
|
|
71193
|
-
job_description?: string | null;
|
|
71194
71160
|
job_date?: Date | string | null;
|
|
71195
71161
|
open_date?: Date | string | null;
|
|
71196
71162
|
close_date?: Date | string | null;
|
|
@@ -71253,7 +71219,6 @@ type forwarding_shipment_billingsScalarWhereInput = {
|
|
|
71253
71219
|
code?: StringNullableFilter<"forwarding_shipment_billings"> | string | null;
|
|
71254
71220
|
name?: StringNullableFilter<"forwarding_shipment_billings"> | string | null;
|
|
71255
71221
|
billing_number?: StringNullableFilter<"forwarding_shipment_billings"> | string | null;
|
|
71256
|
-
job_description?: StringNullableFilter<"forwarding_shipment_billings"> | string | null;
|
|
71257
71222
|
job_date?: DateTimeNullableFilter<"forwarding_shipment_billings"> | Date | string | null;
|
|
71258
71223
|
open_date?: DateTimeNullableFilter<"forwarding_shipment_billings"> | Date | string | null;
|
|
71259
71224
|
close_date?: DateTimeNullableFilter<"forwarding_shipment_billings"> | Date | string | null;
|
|
@@ -71292,7 +71257,6 @@ type forwarding_shipment_billingsCreateWithoutOrganization_local_client_addressI
|
|
|
71292
71257
|
code?: string | null;
|
|
71293
71258
|
name?: string | null;
|
|
71294
71259
|
billing_number?: string | null;
|
|
71295
|
-
job_description?: string | null;
|
|
71296
71260
|
job_date?: Date | string | null;
|
|
71297
71261
|
open_date?: Date | string | null;
|
|
71298
71262
|
close_date?: Date | string | null;
|
|
@@ -71340,7 +71304,6 @@ type forwarding_shipment_billingsUncheckedCreateWithoutOrganization_local_client
|
|
|
71340
71304
|
code?: string | null;
|
|
71341
71305
|
name?: string | null;
|
|
71342
71306
|
billing_number?: string | null;
|
|
71343
|
-
job_description?: string | null;
|
|
71344
71307
|
job_date?: Date | string | null;
|
|
71345
71308
|
open_date?: Date | string | null;
|
|
71346
71309
|
close_date?: Date | string | null;
|
|
@@ -71376,7 +71339,6 @@ type forwarding_shipment_billingsCreateWithoutOrganization_overseas_agent_addres
|
|
|
71376
71339
|
code?: string | null;
|
|
71377
71340
|
name?: string | null;
|
|
71378
71341
|
billing_number?: string | null;
|
|
71379
|
-
job_description?: string | null;
|
|
71380
71342
|
job_date?: Date | string | null;
|
|
71381
71343
|
open_date?: Date | string | null;
|
|
71382
71344
|
close_date?: Date | string | null;
|
|
@@ -71424,7 +71386,6 @@ type forwarding_shipment_billingsUncheckedCreateWithoutOrganization_overseas_age
|
|
|
71424
71386
|
code?: string | null;
|
|
71425
71387
|
name?: string | null;
|
|
71426
71388
|
billing_number?: string | null;
|
|
71427
|
-
job_description?: string | null;
|
|
71428
71389
|
job_date?: Date | string | null;
|
|
71429
71390
|
open_date?: Date | string | null;
|
|
71430
71391
|
close_date?: Date | string | null;
|
|
@@ -71486,7 +71447,6 @@ type forwarding_shipment_billingsCreateWithoutBilling_job_statusInput = {
|
|
|
71486
71447
|
code?: string | null;
|
|
71487
71448
|
name?: string | null;
|
|
71488
71449
|
billing_number?: string | null;
|
|
71489
|
-
job_description?: string | null;
|
|
71490
71450
|
job_date?: Date | string | null;
|
|
71491
71451
|
open_date?: Date | string | null;
|
|
71492
71452
|
close_date?: Date | string | null;
|
|
@@ -71534,7 +71494,6 @@ type forwarding_shipment_billingsUncheckedCreateWithoutBilling_job_statusInput =
|
|
|
71534
71494
|
code?: string | null;
|
|
71535
71495
|
name?: string | null;
|
|
71536
71496
|
billing_number?: string | null;
|
|
71537
|
-
job_description?: string | null;
|
|
71538
71497
|
job_date?: Date | string | null;
|
|
71539
71498
|
open_date?: Date | string | null;
|
|
71540
71499
|
close_date?: Date | string | null;
|
|
@@ -71583,7 +71542,6 @@ type forwarding_shipment_billingsCreateWithoutBilling_profit_loss_reasonInput =
|
|
|
71583
71542
|
code?: string | null;
|
|
71584
71543
|
name?: string | null;
|
|
71585
71544
|
billing_number?: string | null;
|
|
71586
|
-
job_description?: string | null;
|
|
71587
71545
|
job_date?: Date | string | null;
|
|
71588
71546
|
open_date?: Date | string | null;
|
|
71589
71547
|
close_date?: Date | string | null;
|
|
@@ -71631,7 +71589,6 @@ type forwarding_shipment_billingsUncheckedCreateWithoutBilling_profit_loss_reaso
|
|
|
71631
71589
|
code?: string | null;
|
|
71632
71590
|
name?: string | null;
|
|
71633
71591
|
billing_number?: string | null;
|
|
71634
|
-
job_description?: string | null;
|
|
71635
71592
|
job_date?: Date | string | null;
|
|
71636
71593
|
open_date?: Date | string | null;
|
|
71637
71594
|
close_date?: Date | string | null;
|
|
@@ -71680,7 +71637,6 @@ type forwarding_shipment_billingsCreateWithoutForwarding_shipmentInput = {
|
|
|
71680
71637
|
code?: string | null;
|
|
71681
71638
|
name?: string | null;
|
|
71682
71639
|
billing_number?: string | null;
|
|
71683
|
-
job_description?: string | null;
|
|
71684
71640
|
job_date?: Date | string | null;
|
|
71685
71641
|
open_date?: Date | string | null;
|
|
71686
71642
|
close_date?: Date | string | null;
|
|
@@ -71728,7 +71684,6 @@ type forwarding_shipment_billingsUncheckedCreateWithoutForwarding_shipmentInput
|
|
|
71728
71684
|
code?: string | null;
|
|
71729
71685
|
name?: string | null;
|
|
71730
71686
|
billing_number?: string | null;
|
|
71731
|
-
job_description?: string | null;
|
|
71732
71687
|
job_date?: Date | string | null;
|
|
71733
71688
|
open_date?: Date | string | null;
|
|
71734
71689
|
close_date?: Date | string | null;
|
|
@@ -71769,7 +71724,6 @@ type forwarding_shipment_billingsUpdateWithoutForwarding_shipmentInput = {
|
|
|
71769
71724
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
71770
71725
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
71771
71726
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
71772
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
71773
71727
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
71774
71728
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
71775
71729
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -71817,7 +71771,6 @@ type forwarding_shipment_billingsUncheckedUpdateWithoutForwarding_shipmentInput
|
|
|
71817
71771
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
71818
71772
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
71819
71773
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
71820
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
71821
71774
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
71822
71775
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
71823
71776
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -71845,7 +71798,6 @@ type forwarding_shipment_billingsCreateWithoutBranchInput = {
|
|
|
71845
71798
|
code?: string | null;
|
|
71846
71799
|
name?: string | null;
|
|
71847
71800
|
billing_number?: string | null;
|
|
71848
|
-
job_description?: string | null;
|
|
71849
71801
|
job_date?: Date | string | null;
|
|
71850
71802
|
open_date?: Date | string | null;
|
|
71851
71803
|
close_date?: Date | string | null;
|
|
@@ -71893,7 +71845,6 @@ type forwarding_shipment_billingsUncheckedCreateWithoutBranchInput = {
|
|
|
71893
71845
|
code?: string | null;
|
|
71894
71846
|
name?: string | null;
|
|
71895
71847
|
billing_number?: string | null;
|
|
71896
|
-
job_description?: string | null;
|
|
71897
71848
|
job_date?: Date | string | null;
|
|
71898
71849
|
open_date?: Date | string | null;
|
|
71899
71850
|
close_date?: Date | string | null;
|
|
@@ -71942,7 +71893,6 @@ type forwarding_shipment_billingsCreateWithoutDepartmentInput = {
|
|
|
71942
71893
|
code?: string | null;
|
|
71943
71894
|
name?: string | null;
|
|
71944
71895
|
billing_number?: string | null;
|
|
71945
|
-
job_description?: string | null;
|
|
71946
71896
|
job_date?: Date | string | null;
|
|
71947
71897
|
open_date?: Date | string | null;
|
|
71948
71898
|
close_date?: Date | string | null;
|
|
@@ -71990,7 +71940,6 @@ type forwarding_shipment_billingsUncheckedCreateWithoutDepartmentInput = {
|
|
|
71990
71940
|
code?: string | null;
|
|
71991
71941
|
name?: string | null;
|
|
71992
71942
|
billing_number?: string | null;
|
|
71993
|
-
job_description?: string | null;
|
|
71994
71943
|
job_date?: Date | string | null;
|
|
71995
71944
|
open_date?: Date | string | null;
|
|
71996
71945
|
close_date?: Date | string | null;
|
|
@@ -72039,7 +71988,6 @@ type forwarding_shipment_billingsCreateWithoutUser_sales_repInput = {
|
|
|
72039
71988
|
code?: string | null;
|
|
72040
71989
|
name?: string | null;
|
|
72041
71990
|
billing_number?: string | null;
|
|
72042
|
-
job_description?: string | null;
|
|
72043
71991
|
job_date?: Date | string | null;
|
|
72044
71992
|
open_date?: Date | string | null;
|
|
72045
71993
|
close_date?: Date | string | null;
|
|
@@ -72087,7 +72035,6 @@ type forwarding_shipment_billingsUncheckedCreateWithoutUser_sales_repInput = {
|
|
|
72087
72035
|
code?: string | null;
|
|
72088
72036
|
name?: string | null;
|
|
72089
72037
|
billing_number?: string | null;
|
|
72090
|
-
job_description?: string | null;
|
|
72091
72038
|
job_date?: Date | string | null;
|
|
72092
72039
|
open_date?: Date | string | null;
|
|
72093
72040
|
close_date?: Date | string | null;
|
|
@@ -72123,7 +72070,6 @@ type forwarding_shipment_billingsCreateWithoutUser_operation_repInput = {
|
|
|
72123
72070
|
code?: string | null;
|
|
72124
72071
|
name?: string | null;
|
|
72125
72072
|
billing_number?: string | null;
|
|
72126
|
-
job_description?: string | null;
|
|
72127
72073
|
job_date?: Date | string | null;
|
|
72128
72074
|
open_date?: Date | string | null;
|
|
72129
72075
|
close_date?: Date | string | null;
|
|
@@ -72171,7 +72117,6 @@ type forwarding_shipment_billingsUncheckedCreateWithoutUser_operation_repInput =
|
|
|
72171
72117
|
code?: string | null;
|
|
72172
72118
|
name?: string | null;
|
|
72173
72119
|
billing_number?: string | null;
|
|
72174
|
-
job_description?: string | null;
|
|
72175
72120
|
job_date?: Date | string | null;
|
|
72176
72121
|
open_date?: Date | string | null;
|
|
72177
72122
|
close_date?: Date | string | null;
|
|
@@ -72243,7 +72188,6 @@ type forwarding_shipment_billingsCreateManyOrganization_local_clientInput = {
|
|
|
72243
72188
|
code?: string | null;
|
|
72244
72189
|
name?: string | null;
|
|
72245
72190
|
billing_number?: string | null;
|
|
72246
|
-
job_description?: string | null;
|
|
72247
72191
|
job_date?: Date | string | null;
|
|
72248
72192
|
open_date?: Date | string | null;
|
|
72249
72193
|
close_date?: Date | string | null;
|
|
@@ -72279,7 +72223,6 @@ type forwarding_shipment_billingsCreateManyOrganization_overseas_agentInput = {
|
|
|
72279
72223
|
code?: string | null;
|
|
72280
72224
|
name?: string | null;
|
|
72281
72225
|
billing_number?: string | null;
|
|
72282
|
-
job_description?: string | null;
|
|
72283
72226
|
job_date?: Date | string | null;
|
|
72284
72227
|
open_date?: Date | string | null;
|
|
72285
72228
|
close_date?: Date | string | null;
|
|
@@ -72305,7 +72248,6 @@ type forwarding_shipment_billingsUpdateWithoutOrganization_local_clientInput = {
|
|
|
72305
72248
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72306
72249
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72307
72250
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72308
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72309
72251
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72310
72252
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72311
72253
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72353,7 +72295,6 @@ type forwarding_shipment_billingsUncheckedUpdateWithoutOrganization_local_client
|
|
|
72353
72295
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72354
72296
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72355
72297
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72356
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72357
72298
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72358
72299
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72359
72300
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72391,7 +72332,6 @@ type forwarding_shipment_billingsUncheckedUpdateManyWithoutOrganization_local_cl
|
|
|
72391
72332
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72392
72333
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72393
72334
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72394
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72395
72335
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72396
72336
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72397
72337
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72417,7 +72357,6 @@ type forwarding_shipment_billingsUpdateWithoutOrganization_overseas_agentInput =
|
|
|
72417
72357
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72418
72358
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72419
72359
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72420
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72421
72360
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72422
72361
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72423
72362
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72465,7 +72404,6 @@ type forwarding_shipment_billingsUncheckedUpdateWithoutOrganization_overseas_age
|
|
|
72465
72404
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72466
72405
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72467
72406
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72468
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72469
72407
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72470
72408
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72471
72409
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72503,7 +72441,6 @@ type forwarding_shipment_billingsUncheckedUpdateManyWithoutOrganization_overseas
|
|
|
72503
72441
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72504
72442
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72505
72443
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72506
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72507
72444
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72508
72445
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72509
72446
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72539,7 +72476,6 @@ type forwarding_shipment_billingsCreateManyOrganization_local_client_addressInpu
|
|
|
72539
72476
|
code?: string | null;
|
|
72540
72477
|
name?: string | null;
|
|
72541
72478
|
billing_number?: string | null;
|
|
72542
|
-
job_description?: string | null;
|
|
72543
72479
|
job_date?: Date | string | null;
|
|
72544
72480
|
open_date?: Date | string | null;
|
|
72545
72481
|
close_date?: Date | string | null;
|
|
@@ -72575,7 +72511,6 @@ type forwarding_shipment_billingsCreateManyOrganization_overseas_agent_addressIn
|
|
|
72575
72511
|
code?: string | null;
|
|
72576
72512
|
name?: string | null;
|
|
72577
72513
|
billing_number?: string | null;
|
|
72578
|
-
job_description?: string | null;
|
|
72579
72514
|
job_date?: Date | string | null;
|
|
72580
72515
|
open_date?: Date | string | null;
|
|
72581
72516
|
close_date?: Date | string | null;
|
|
@@ -72601,7 +72536,6 @@ type forwarding_shipment_billingsUpdateWithoutOrganization_local_client_addressI
|
|
|
72601
72536
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72602
72537
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72603
72538
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72604
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72605
72539
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72606
72540
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72607
72541
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72649,7 +72583,6 @@ type forwarding_shipment_billingsUncheckedUpdateWithoutOrganization_local_client
|
|
|
72649
72583
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72650
72584
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72651
72585
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72652
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72653
72586
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72654
72587
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72655
72588
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72687,7 +72620,6 @@ type forwarding_shipment_billingsUncheckedUpdateManyWithoutOrganization_local_cl
|
|
|
72687
72620
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72688
72621
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72689
72622
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72690
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72691
72623
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72692
72624
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72693
72625
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72713,7 +72645,6 @@ type forwarding_shipment_billingsUpdateWithoutOrganization_overseas_agent_addres
|
|
|
72713
72645
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72714
72646
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72715
72647
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72716
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72717
72648
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72718
72649
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72719
72650
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72761,7 +72692,6 @@ type forwarding_shipment_billingsUncheckedUpdateWithoutOrganization_overseas_age
|
|
|
72761
72692
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72762
72693
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72763
72694
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72764
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72765
72695
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72766
72696
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72767
72697
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72799,7 +72729,6 @@ type forwarding_shipment_billingsUncheckedUpdateManyWithoutOrganization_overseas
|
|
|
72799
72729
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72800
72730
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72801
72731
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72802
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72803
72732
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72804
72733
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72805
72734
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72835,7 +72764,6 @@ type forwarding_shipment_billingsCreateManyBilling_job_statusInput = {
|
|
|
72835
72764
|
code?: string | null;
|
|
72836
72765
|
name?: string | null;
|
|
72837
72766
|
billing_number?: string | null;
|
|
72838
|
-
job_description?: string | null;
|
|
72839
72767
|
job_date?: Date | string | null;
|
|
72840
72768
|
open_date?: Date | string | null;
|
|
72841
72769
|
close_date?: Date | string | null;
|
|
@@ -72861,7 +72789,6 @@ type forwarding_shipment_billingsUpdateWithoutBilling_job_statusInput = {
|
|
|
72861
72789
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72862
72790
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72863
72791
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72864
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72865
72792
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72866
72793
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72867
72794
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72909,7 +72836,6 @@ type forwarding_shipment_billingsUncheckedUpdateWithoutBilling_job_statusInput =
|
|
|
72909
72836
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72910
72837
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72911
72838
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72912
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72913
72839
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72914
72840
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72915
72841
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72947,7 +72873,6 @@ type forwarding_shipment_billingsUncheckedUpdateManyWithoutBilling_job_statusInp
|
|
|
72947
72873
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72948
72874
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72949
72875
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72950
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
72951
72876
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72952
72877
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
72953
72878
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -72983,7 +72908,6 @@ type forwarding_shipment_billingsCreateManyBilling_profit_loss_reasonInput = {
|
|
|
72983
72908
|
code?: string | null;
|
|
72984
72909
|
name?: string | null;
|
|
72985
72910
|
billing_number?: string | null;
|
|
72986
|
-
job_description?: string | null;
|
|
72987
72911
|
job_date?: Date | string | null;
|
|
72988
72912
|
open_date?: Date | string | null;
|
|
72989
72913
|
close_date?: Date | string | null;
|
|
@@ -73009,7 +72933,6 @@ type forwarding_shipment_billingsUpdateWithoutBilling_profit_loss_reasonInput =
|
|
|
73009
72933
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73010
72934
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73011
72935
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73012
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73013
72936
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73014
72937
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73015
72938
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73057,7 +72980,6 @@ type forwarding_shipment_billingsUncheckedUpdateWithoutBilling_profit_loss_reaso
|
|
|
73057
72980
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73058
72981
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73059
72982
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73060
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73061
72983
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73062
72984
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73063
72985
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73095,7 +73017,6 @@ type forwarding_shipment_billingsUncheckedUpdateManyWithoutBilling_profit_loss_r
|
|
|
73095
73017
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73096
73018
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73097
73019
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73098
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73099
73020
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73100
73021
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73101
73022
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73131,7 +73052,6 @@ type forwarding_shipment_billingsCreateManyBranchInput = {
|
|
|
73131
73052
|
code?: string | null;
|
|
73132
73053
|
name?: string | null;
|
|
73133
73054
|
billing_number?: string | null;
|
|
73134
|
-
job_description?: string | null;
|
|
73135
73055
|
job_date?: Date | string | null;
|
|
73136
73056
|
open_date?: Date | string | null;
|
|
73137
73057
|
close_date?: Date | string | null;
|
|
@@ -73157,7 +73077,6 @@ type forwarding_shipment_billingsUpdateWithoutBranchInput = {
|
|
|
73157
73077
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73158
73078
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73159
73079
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73160
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73161
73080
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73162
73081
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73163
73082
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73205,7 +73124,6 @@ type forwarding_shipment_billingsUncheckedUpdateWithoutBranchInput = {
|
|
|
73205
73124
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73206
73125
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73207
73126
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73208
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73209
73127
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73210
73128
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73211
73129
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73243,7 +73161,6 @@ type forwarding_shipment_billingsUncheckedUpdateManyWithoutBranchInput = {
|
|
|
73243
73161
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73244
73162
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73245
73163
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73246
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73247
73164
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73248
73165
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73249
73166
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73279,7 +73196,6 @@ type forwarding_shipment_billingsCreateManyDepartmentInput = {
|
|
|
73279
73196
|
code?: string | null;
|
|
73280
73197
|
name?: string | null;
|
|
73281
73198
|
billing_number?: string | null;
|
|
73282
|
-
job_description?: string | null;
|
|
73283
73199
|
job_date?: Date | string | null;
|
|
73284
73200
|
open_date?: Date | string | null;
|
|
73285
73201
|
close_date?: Date | string | null;
|
|
@@ -73305,7 +73221,6 @@ type forwarding_shipment_billingsUpdateWithoutDepartmentInput = {
|
|
|
73305
73221
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73306
73222
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73307
73223
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73308
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73309
73224
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73310
73225
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73311
73226
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73353,7 +73268,6 @@ type forwarding_shipment_billingsUncheckedUpdateWithoutDepartmentInput = {
|
|
|
73353
73268
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73354
73269
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73355
73270
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73356
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73357
73271
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73358
73272
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73359
73273
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73391,7 +73305,6 @@ type forwarding_shipment_billingsUncheckedUpdateManyWithoutDepartmentInput = {
|
|
|
73391
73305
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73392
73306
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73393
73307
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73394
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73395
73308
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73396
73309
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73397
73310
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73427,7 +73340,6 @@ type forwarding_shipment_billingsCreateManyUser_sales_repInput = {
|
|
|
73427
73340
|
code?: string | null;
|
|
73428
73341
|
name?: string | null;
|
|
73429
73342
|
billing_number?: string | null;
|
|
73430
|
-
job_description?: string | null;
|
|
73431
73343
|
job_date?: Date | string | null;
|
|
73432
73344
|
open_date?: Date | string | null;
|
|
73433
73345
|
close_date?: Date | string | null;
|
|
@@ -73463,7 +73375,6 @@ type forwarding_shipment_billingsCreateManyUser_operation_repInput = {
|
|
|
73463
73375
|
code?: string | null;
|
|
73464
73376
|
name?: string | null;
|
|
73465
73377
|
billing_number?: string | null;
|
|
73466
|
-
job_description?: string | null;
|
|
73467
73378
|
job_date?: Date | string | null;
|
|
73468
73379
|
open_date?: Date | string | null;
|
|
73469
73380
|
close_date?: Date | string | null;
|
|
@@ -73489,7 +73400,6 @@ type forwarding_shipment_billingsUpdateWithoutUser_sales_repInput = {
|
|
|
73489
73400
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73490
73401
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73491
73402
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73492
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73493
73403
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73494
73404
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73495
73405
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73537,7 +73447,6 @@ type forwarding_shipment_billingsUncheckedUpdateWithoutUser_sales_repInput = {
|
|
|
73537
73447
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73538
73448
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73539
73449
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73540
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73541
73450
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73542
73451
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73543
73452
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73575,7 +73484,6 @@ type forwarding_shipment_billingsUncheckedUpdateManyWithoutUser_sales_repInput =
|
|
|
73575
73484
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73576
73485
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73577
73486
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73578
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73579
73487
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73580
73488
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73581
73489
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73601,7 +73509,6 @@ type forwarding_shipment_billingsUpdateWithoutUser_operation_repInput = {
|
|
|
73601
73509
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73602
73510
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73603
73511
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73604
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73605
73512
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73606
73513
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73607
73514
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73649,7 +73556,6 @@ type forwarding_shipment_billingsUncheckedUpdateWithoutUser_operation_repInput =
|
|
|
73649
73556
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73650
73557
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73651
73558
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73652
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73653
73559
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73654
73560
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73655
73561
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73687,7 +73593,6 @@ type forwarding_shipment_billingsUncheckedUpdateManyWithoutUser_operation_repInp
|
|
|
73687
73593
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73688
73594
|
name?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73689
73595
|
billing_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73690
|
-
job_description?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
73691
73596
|
job_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73692
73597
|
open_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
73693
73598
|
close_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -73753,7 +73658,6 @@ type forwarding_shipment_billingsSelect<ExtArgs extends Types$1.Extensions.Inter
|
|
|
73753
73658
|
code?: boolean;
|
|
73754
73659
|
name?: boolean;
|
|
73755
73660
|
billing_number?: boolean;
|
|
73756
|
-
job_description?: boolean;
|
|
73757
73661
|
job_date?: boolean;
|
|
73758
73662
|
open_date?: boolean;
|
|
73759
73663
|
close_date?: boolean;
|
|
@@ -73804,7 +73708,6 @@ type forwarding_shipment_billingsSelectCreateManyAndReturn<ExtArgs extends Types
|
|
|
73804
73708
|
code?: boolean;
|
|
73805
73709
|
name?: boolean;
|
|
73806
73710
|
billing_number?: boolean;
|
|
73807
|
-
job_description?: boolean;
|
|
73808
73711
|
job_date?: boolean;
|
|
73809
73712
|
open_date?: boolean;
|
|
73810
73713
|
close_date?: boolean;
|
|
@@ -73852,7 +73755,6 @@ type forwarding_shipment_billingsSelectUpdateManyAndReturn<ExtArgs extends Types
|
|
|
73852
73755
|
code?: boolean;
|
|
73853
73756
|
name?: boolean;
|
|
73854
73757
|
billing_number?: boolean;
|
|
73855
|
-
job_description?: boolean;
|
|
73856
73758
|
job_date?: boolean;
|
|
73857
73759
|
open_date?: boolean;
|
|
73858
73760
|
close_date?: boolean;
|
|
@@ -73883,7 +73785,7 @@ type forwarding_shipment_billingsSelectUpdateManyAndReturn<ExtArgs extends Types
|
|
|
73883
73785
|
billing_profit_loss_reason?: boolean | forwarding_shipment_billings$billing_profit_loss_reasonArgs<ExtArgs>;
|
|
73884
73786
|
billing_job_status?: boolean | forwarding_shipment_billings$billing_job_statusArgs<ExtArgs>;
|
|
73885
73787
|
}, ExtArgs["result"]["forwarding_shipment_billings"]>;
|
|
73886
|
-
type forwarding_shipment_billingsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment" | "id_local_client" | "id_local_client_address" | "id_overseas_agent" | "id_overseas_agent_address" | "id_branch" | "id_department" | "id_sales_rep" | "id_operation_rep" | "id_profit_loss_reason" | "id_job_status" | "logic_code" | "code" | "name" | "billing_number" | "
|
|
73788
|
+
type forwarding_shipment_billingsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment" | "id_local_client" | "id_local_client_address" | "id_overseas_agent" | "id_overseas_agent_address" | "id_branch" | "id_department" | "id_sales_rep" | "id_operation_rep" | "id_profit_loss_reason" | "id_job_status" | "logic_code" | "code" | "name" | "billing_number" | "job_date" | "open_date" | "close_date" | "job_recognition_date" | "margin" | "on_hold_reason" | "client_contract_number" | "quote_number" | "local_client_address" | "overseas_agent_address" | "is_active" | "is_on_hold" | "is_override_local_client" | "is_override_overseas_agent" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipment_billings"]>;
|
|
73887
73789
|
type forwarding_shipment_billingsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
73888
73790
|
forwarding_shipment?: boolean | forwarding_shipment_billings$forwarding_shipmentArgs<ExtArgs>;
|
|
73889
73791
|
organization_local_client?: boolean | forwarding_shipment_billings$organization_local_clientArgs<ExtArgs>;
|
|
@@ -73960,7 +73862,6 @@ type $forwarding_shipment_billingsPayload<ExtArgs extends Types$1.Extensions.Int
|
|
|
73960
73862
|
code: string | null;
|
|
73961
73863
|
name: string | null;
|
|
73962
73864
|
billing_number: string | null;
|
|
73963
|
-
job_description: string | null;
|
|
73964
73865
|
job_date: Date | null;
|
|
73965
73866
|
open_date: Date | null;
|
|
73966
73867
|
close_date: Date | null;
|
|
@@ -74348,7 +74249,6 @@ interface forwarding_shipment_billingsFieldRefs {
|
|
|
74348
74249
|
readonly code: FieldRef<"forwarding_shipment_billings", 'String'>;
|
|
74349
74250
|
readonly name: FieldRef<"forwarding_shipment_billings", 'String'>;
|
|
74350
74251
|
readonly billing_number: FieldRef<"forwarding_shipment_billings", 'String'>;
|
|
74351
|
-
readonly job_description: FieldRef<"forwarding_shipment_billings", 'String'>;
|
|
74352
74252
|
readonly job_date: FieldRef<"forwarding_shipment_billings", 'DateTime'>;
|
|
74353
74253
|
readonly open_date: FieldRef<"forwarding_shipment_billings", 'DateTime'>;
|
|
74354
74254
|
readonly close_date: FieldRef<"forwarding_shipment_billings", 'DateTime'>;
|
|
@@ -75078,6 +74978,7 @@ type Forwarding_shipment_billing_detailsMinAggregateOutputType = {
|
|
|
75078
74978
|
sell_currency_amount: Decimal | null;
|
|
75079
74979
|
sell_currency_estimated_amount: Decimal | null;
|
|
75080
74980
|
sell_local_currency_amount: Decimal | null;
|
|
74981
|
+
sell_invoice_number: string | null;
|
|
75081
74982
|
is_sell_posted: boolean | null;
|
|
75082
74983
|
is_active: boolean | null;
|
|
75083
74984
|
created_at: Date | null;
|
|
@@ -75115,6 +75016,7 @@ type Forwarding_shipment_billing_detailsMaxAggregateOutputType = {
|
|
|
75115
75016
|
sell_currency_amount: Decimal | null;
|
|
75116
75017
|
sell_currency_estimated_amount: Decimal | null;
|
|
75117
75018
|
sell_local_currency_amount: Decimal | null;
|
|
75019
|
+
sell_invoice_number: string | null;
|
|
75118
75020
|
is_sell_posted: boolean | null;
|
|
75119
75021
|
is_active: boolean | null;
|
|
75120
75022
|
created_at: Date | null;
|
|
@@ -75152,6 +75054,7 @@ type Forwarding_shipment_billing_detailsCountAggregateOutputType = {
|
|
|
75152
75054
|
sell_currency_amount: number;
|
|
75153
75055
|
sell_currency_estimated_amount: number;
|
|
75154
75056
|
sell_local_currency_amount: number;
|
|
75057
|
+
sell_invoice_number: number;
|
|
75155
75058
|
is_sell_posted: number;
|
|
75156
75059
|
is_active: number;
|
|
75157
75060
|
created_at: number;
|
|
@@ -75238,6 +75141,7 @@ type Forwarding_shipment_billing_detailsMinAggregateInputType = {
|
|
|
75238
75141
|
sell_currency_amount?: true;
|
|
75239
75142
|
sell_currency_estimated_amount?: true;
|
|
75240
75143
|
sell_local_currency_amount?: true;
|
|
75144
|
+
sell_invoice_number?: true;
|
|
75241
75145
|
is_sell_posted?: true;
|
|
75242
75146
|
is_active?: true;
|
|
75243
75147
|
created_at?: true;
|
|
@@ -75275,6 +75179,7 @@ type Forwarding_shipment_billing_detailsMaxAggregateInputType = {
|
|
|
75275
75179
|
sell_currency_amount?: true;
|
|
75276
75180
|
sell_currency_estimated_amount?: true;
|
|
75277
75181
|
sell_local_currency_amount?: true;
|
|
75182
|
+
sell_invoice_number?: true;
|
|
75278
75183
|
is_sell_posted?: true;
|
|
75279
75184
|
is_active?: true;
|
|
75280
75185
|
created_at?: true;
|
|
@@ -75312,6 +75217,7 @@ type Forwarding_shipment_billing_detailsCountAggregateInputType = {
|
|
|
75312
75217
|
sell_currency_amount?: true;
|
|
75313
75218
|
sell_currency_estimated_amount?: true;
|
|
75314
75219
|
sell_local_currency_amount?: true;
|
|
75220
|
+
sell_invoice_number?: true;
|
|
75315
75221
|
is_sell_posted?: true;
|
|
75316
75222
|
is_active?: true;
|
|
75317
75223
|
created_at?: true;
|
|
@@ -75424,6 +75330,7 @@ type Forwarding_shipment_billing_detailsGroupByOutputType = {
|
|
|
75424
75330
|
sell_currency_amount: Decimal | null;
|
|
75425
75331
|
sell_currency_estimated_amount: Decimal | null;
|
|
75426
75332
|
sell_local_currency_amount: Decimal | null;
|
|
75333
|
+
sell_invoice_number: string | null;
|
|
75427
75334
|
is_sell_posted: boolean | null;
|
|
75428
75335
|
is_active: boolean | null;
|
|
75429
75336
|
created_at: Date | null;
|
|
@@ -75470,6 +75377,7 @@ type forwarding_shipment_billing_detailsWhereInput = {
|
|
|
75470
75377
|
sell_currency_amount?: DecimalNullableFilter<"forwarding_shipment_billing_details"> | Decimal | DecimalJsLike | number | string | null;
|
|
75471
75378
|
sell_currency_estimated_amount?: DecimalNullableFilter<"forwarding_shipment_billing_details"> | Decimal | DecimalJsLike | number | string | null;
|
|
75472
75379
|
sell_local_currency_amount?: DecimalNullableFilter<"forwarding_shipment_billing_details"> | Decimal | DecimalJsLike | number | string | null;
|
|
75380
|
+
sell_invoice_number?: StringNullableFilter<"forwarding_shipment_billing_details"> | string | null;
|
|
75473
75381
|
is_sell_posted?: BoolNullableFilter<"forwarding_shipment_billing_details"> | boolean | null;
|
|
75474
75382
|
is_active?: BoolNullableFilter<"forwarding_shipment_billing_details"> | boolean | null;
|
|
75475
75383
|
created_at?: DateTimeNullableFilter<"forwarding_shipment_billing_details"> | Date | string | null;
|
|
@@ -75522,6 +75430,7 @@ type forwarding_shipment_billing_detailsOrderByWithRelationInput = {
|
|
|
75522
75430
|
sell_currency_amount?: SortOrderInput | SortOrder;
|
|
75523
75431
|
sell_currency_estimated_amount?: SortOrderInput | SortOrder;
|
|
75524
75432
|
sell_local_currency_amount?: SortOrderInput | SortOrder;
|
|
75433
|
+
sell_invoice_number?: SortOrderInput | SortOrder;
|
|
75525
75434
|
is_sell_posted?: SortOrderInput | SortOrder;
|
|
75526
75435
|
is_active?: SortOrderInput | SortOrder;
|
|
75527
75436
|
created_at?: SortOrderInput | SortOrder;
|
|
@@ -75577,6 +75486,7 @@ type forwarding_shipment_billing_detailsWhereUniqueInput = AtLeast<{
|
|
|
75577
75486
|
sell_currency_amount?: DecimalNullableFilter<"forwarding_shipment_billing_details"> | Decimal | DecimalJsLike | number | string | null;
|
|
75578
75487
|
sell_currency_estimated_amount?: DecimalNullableFilter<"forwarding_shipment_billing_details"> | Decimal | DecimalJsLike | number | string | null;
|
|
75579
75488
|
sell_local_currency_amount?: DecimalNullableFilter<"forwarding_shipment_billing_details"> | Decimal | DecimalJsLike | number | string | null;
|
|
75489
|
+
sell_invoice_number?: StringNullableFilter<"forwarding_shipment_billing_details"> | string | null;
|
|
75580
75490
|
is_sell_posted?: BoolNullableFilter<"forwarding_shipment_billing_details"> | boolean | null;
|
|
75581
75491
|
is_active?: BoolNullableFilter<"forwarding_shipment_billing_details"> | boolean | null;
|
|
75582
75492
|
created_at?: DateTimeNullableFilter<"forwarding_shipment_billing_details"> | Date | string | null;
|
|
@@ -75629,6 +75539,7 @@ type forwarding_shipment_billing_detailsOrderByWithAggregationInput = {
|
|
|
75629
75539
|
sell_currency_amount?: SortOrderInput | SortOrder;
|
|
75630
75540
|
sell_currency_estimated_amount?: SortOrderInput | SortOrder;
|
|
75631
75541
|
sell_local_currency_amount?: SortOrderInput | SortOrder;
|
|
75542
|
+
sell_invoice_number?: SortOrderInput | SortOrder;
|
|
75632
75543
|
is_sell_posted?: SortOrderInput | SortOrder;
|
|
75633
75544
|
is_active?: SortOrderInput | SortOrder;
|
|
75634
75545
|
created_at?: SortOrderInput | SortOrder;
|
|
@@ -75674,6 +75585,7 @@ type forwarding_shipment_billing_detailsScalarWhereWithAggregatesInput = {
|
|
|
75674
75585
|
sell_currency_amount?: DecimalNullableWithAggregatesFilter<"forwarding_shipment_billing_details"> | Decimal | DecimalJsLike | number | string | null;
|
|
75675
75586
|
sell_currency_estimated_amount?: DecimalNullableWithAggregatesFilter<"forwarding_shipment_billing_details"> | Decimal | DecimalJsLike | number | string | null;
|
|
75676
75587
|
sell_local_currency_amount?: DecimalNullableWithAggregatesFilter<"forwarding_shipment_billing_details"> | Decimal | DecimalJsLike | number | string | null;
|
|
75588
|
+
sell_invoice_number?: StringNullableWithAggregatesFilter<"forwarding_shipment_billing_details"> | string | null;
|
|
75677
75589
|
is_sell_posted?: BoolNullableWithAggregatesFilter<"forwarding_shipment_billing_details"> | boolean | null;
|
|
75678
75590
|
is_active?: BoolNullableWithAggregatesFilter<"forwarding_shipment_billing_details"> | boolean | null;
|
|
75679
75591
|
created_at?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_billing_details"> | Date | string | null;
|
|
@@ -75699,6 +75611,7 @@ type forwarding_shipment_billing_detailsCreateInput = {
|
|
|
75699
75611
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
75700
75612
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
75701
75613
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
75614
|
+
sell_invoice_number?: string | null;
|
|
75702
75615
|
is_sell_posted?: boolean | null;
|
|
75703
75616
|
is_active?: boolean | null;
|
|
75704
75617
|
created_at?: Date | string | null;
|
|
@@ -75751,6 +75664,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateInput = {
|
|
|
75751
75664
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
75752
75665
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
75753
75666
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
75667
|
+
sell_invoice_number?: string | null;
|
|
75754
75668
|
is_sell_posted?: boolean | null;
|
|
75755
75669
|
is_active?: boolean | null;
|
|
75756
75670
|
created_at?: Date | string | null;
|
|
@@ -75779,6 +75693,7 @@ type forwarding_shipment_billing_detailsUpdateInput = {
|
|
|
75779
75693
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
75780
75694
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
75781
75695
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
75696
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
75782
75697
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
75783
75698
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
75784
75699
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -75831,6 +75746,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateInput = {
|
|
|
75831
75746
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
75832
75747
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
75833
75748
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
75749
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
75834
75750
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
75835
75751
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
75836
75752
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -75871,6 +75787,7 @@ type forwarding_shipment_billing_detailsCreateManyInput = {
|
|
|
75871
75787
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
75872
75788
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
75873
75789
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
75790
|
+
sell_invoice_number?: string | null;
|
|
75874
75791
|
is_sell_posted?: boolean | null;
|
|
75875
75792
|
is_active?: boolean | null;
|
|
75876
75793
|
created_at?: Date | string | null;
|
|
@@ -75896,6 +75813,7 @@ type forwarding_shipment_billing_detailsUpdateManyMutationInput = {
|
|
|
75896
75813
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
75897
75814
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
75898
75815
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
75816
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
75899
75817
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
75900
75818
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
75901
75819
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -75933,6 +75851,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyInput = {
|
|
|
75933
75851
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
75934
75852
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
75935
75853
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
75854
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
75936
75855
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
75937
75856
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
75938
75857
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -75978,6 +75897,7 @@ type forwarding_shipment_billing_detailsCountOrderByAggregateInput = {
|
|
|
75978
75897
|
sell_currency_amount?: SortOrder;
|
|
75979
75898
|
sell_currency_estimated_amount?: SortOrder;
|
|
75980
75899
|
sell_local_currency_amount?: SortOrder;
|
|
75900
|
+
sell_invoice_number?: SortOrder;
|
|
75981
75901
|
is_sell_posted?: SortOrder;
|
|
75982
75902
|
is_active?: SortOrder;
|
|
75983
75903
|
created_at?: SortOrder;
|
|
@@ -76039,6 +75959,7 @@ type forwarding_shipment_billing_detailsMaxOrderByAggregateInput = {
|
|
|
76039
75959
|
sell_currency_amount?: SortOrder;
|
|
76040
75960
|
sell_currency_estimated_amount?: SortOrder;
|
|
76041
75961
|
sell_local_currency_amount?: SortOrder;
|
|
75962
|
+
sell_invoice_number?: SortOrder;
|
|
76042
75963
|
is_sell_posted?: SortOrder;
|
|
76043
75964
|
is_active?: SortOrder;
|
|
76044
75965
|
created_at?: SortOrder;
|
|
@@ -76076,6 +75997,7 @@ type forwarding_shipment_billing_detailsMinOrderByAggregateInput = {
|
|
|
76076
75997
|
sell_currency_amount?: SortOrder;
|
|
76077
75998
|
sell_currency_estimated_amount?: SortOrder;
|
|
76078
75999
|
sell_local_currency_amount?: SortOrder;
|
|
76000
|
+
sell_invoice_number?: SortOrder;
|
|
76079
76001
|
is_sell_posted?: SortOrder;
|
|
76080
76002
|
is_active?: SortOrder;
|
|
76081
76003
|
created_at?: SortOrder;
|
|
@@ -76667,6 +76589,7 @@ type forwarding_shipment_billing_detailsCreateWithoutCost_tax_rateInput = {
|
|
|
76667
76589
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76668
76590
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76669
76591
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76592
|
+
sell_invoice_number?: string | null;
|
|
76670
76593
|
is_sell_posted?: boolean | null;
|
|
76671
76594
|
is_active?: boolean | null;
|
|
76672
76595
|
created_at?: Date | string | null;
|
|
@@ -76717,6 +76640,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutCost_tax_rateInput
|
|
|
76717
76640
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76718
76641
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76719
76642
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76643
|
+
sell_invoice_number?: string | null;
|
|
76720
76644
|
is_sell_posted?: boolean | null;
|
|
76721
76645
|
is_active?: boolean | null;
|
|
76722
76646
|
created_at?: Date | string | null;
|
|
@@ -76753,6 +76677,7 @@ type forwarding_shipment_billing_detailsCreateWithoutSell_tax_rateInput = {
|
|
|
76753
76677
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76754
76678
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76755
76679
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76680
|
+
sell_invoice_number?: string | null;
|
|
76756
76681
|
is_sell_posted?: boolean | null;
|
|
76757
76682
|
is_active?: boolean | null;
|
|
76758
76683
|
created_at?: Date | string | null;
|
|
@@ -76803,6 +76728,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutSell_tax_rateInput
|
|
|
76803
76728
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76804
76729
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76805
76730
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76731
|
+
sell_invoice_number?: string | null;
|
|
76806
76732
|
is_sell_posted?: boolean | null;
|
|
76807
76733
|
is_active?: boolean | null;
|
|
76808
76734
|
created_at?: Date | string | null;
|
|
@@ -76867,6 +76793,7 @@ type forwarding_shipment_billing_detailsScalarWhereInput = {
|
|
|
76867
76793
|
sell_currency_amount?: DecimalNullableFilter<"forwarding_shipment_billing_details"> | Decimal | DecimalJsLike | number | string | null;
|
|
76868
76794
|
sell_currency_estimated_amount?: DecimalNullableFilter<"forwarding_shipment_billing_details"> | Decimal | DecimalJsLike | number | string | null;
|
|
76869
76795
|
sell_local_currency_amount?: DecimalNullableFilter<"forwarding_shipment_billing_details"> | Decimal | DecimalJsLike | number | string | null;
|
|
76796
|
+
sell_invoice_number?: StringNullableFilter<"forwarding_shipment_billing_details"> | string | null;
|
|
76870
76797
|
is_sell_posted?: BoolNullableFilter<"forwarding_shipment_billing_details"> | boolean | null;
|
|
76871
76798
|
is_active?: BoolNullableFilter<"forwarding_shipment_billing_details"> | boolean | null;
|
|
76872
76799
|
created_at?: DateTimeNullableFilter<"forwarding_shipment_billing_details"> | Date | string | null;
|
|
@@ -76905,6 +76832,7 @@ type forwarding_shipment_billing_detailsCreateWithoutCharge_codeInput = {
|
|
|
76905
76832
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76906
76833
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76907
76834
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76835
|
+
sell_invoice_number?: string | null;
|
|
76908
76836
|
is_sell_posted?: boolean | null;
|
|
76909
76837
|
is_active?: boolean | null;
|
|
76910
76838
|
created_at?: Date | string | null;
|
|
@@ -76955,6 +76883,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutCharge_codeInput =
|
|
|
76955
76883
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76956
76884
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76957
76885
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76886
|
+
sell_invoice_number?: string | null;
|
|
76958
76887
|
is_sell_posted?: boolean | null;
|
|
76959
76888
|
is_active?: boolean | null;
|
|
76960
76889
|
created_at?: Date | string | null;
|
|
@@ -77004,6 +76933,7 @@ type forwarding_shipment_billing_detailsCreateWithoutForwarding_shipment_billing
|
|
|
77004
76933
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77005
76934
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77006
76935
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76936
|
+
sell_invoice_number?: string | null;
|
|
77007
76937
|
is_sell_posted?: boolean | null;
|
|
77008
76938
|
is_active?: boolean | null;
|
|
77009
76939
|
created_at?: Date | string | null;
|
|
@@ -77054,6 +76984,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutForwarding_shipmen
|
|
|
77054
76984
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77055
76985
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77056
76986
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
76987
|
+
sell_invoice_number?: string | null;
|
|
77057
76988
|
is_sell_posted?: boolean | null;
|
|
77058
76989
|
is_active?: boolean | null;
|
|
77059
76990
|
created_at?: Date | string | null;
|
|
@@ -77103,6 +77034,7 @@ type forwarding_shipment_billing_detailsCreateWithoutForwarding_console_billing_
|
|
|
77103
77034
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77104
77035
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77105
77036
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77037
|
+
sell_invoice_number?: string | null;
|
|
77106
77038
|
is_sell_posted?: boolean | null;
|
|
77107
77039
|
is_active?: boolean | null;
|
|
77108
77040
|
created_at?: Date | string | null;
|
|
@@ -77153,6 +77085,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutForwarding_console
|
|
|
77153
77085
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77154
77086
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77155
77087
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77088
|
+
sell_invoice_number?: string | null;
|
|
77156
77089
|
is_sell_posted?: boolean | null;
|
|
77157
77090
|
is_active?: boolean | null;
|
|
77158
77091
|
created_at?: Date | string | null;
|
|
@@ -77202,6 +77135,7 @@ type forwarding_shipment_billing_detailsCreateWithoutForwarding_shipment_billing
|
|
|
77202
77135
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77203
77136
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77204
77137
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77138
|
+
sell_invoice_number?: string | null;
|
|
77205
77139
|
is_sell_posted?: boolean | null;
|
|
77206
77140
|
is_active?: boolean | null;
|
|
77207
77141
|
created_at?: Date | string | null;
|
|
@@ -77253,6 +77187,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutForwarding_shipmen
|
|
|
77253
77187
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77254
77188
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77255
77189
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77190
|
+
sell_invoice_number?: string | null;
|
|
77256
77191
|
is_sell_posted?: boolean | null;
|
|
77257
77192
|
is_active?: boolean | null;
|
|
77258
77193
|
created_at?: Date | string | null;
|
|
@@ -77293,6 +77228,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutForwarding_shipment_billing
|
|
|
77293
77228
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
77294
77229
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
77295
77230
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
77231
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
77296
77232
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
77297
77233
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
77298
77234
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -77344,6 +77280,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutForwarding_shipmen
|
|
|
77344
77280
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
77345
77281
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
77346
77282
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
77283
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
77347
77284
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
77348
77285
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
77349
77286
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -77371,6 +77308,7 @@ type forwarding_shipment_billing_detailsCreateWithoutCost_creditorInput = {
|
|
|
77371
77308
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77372
77309
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77373
77310
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77311
|
+
sell_invoice_number?: string | null;
|
|
77374
77312
|
is_sell_posted?: boolean | null;
|
|
77375
77313
|
is_active?: boolean | null;
|
|
77376
77314
|
created_at?: Date | string | null;
|
|
@@ -77421,6 +77359,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutCost_creditorInput
|
|
|
77421
77359
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77422
77360
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77423
77361
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77362
|
+
sell_invoice_number?: string | null;
|
|
77424
77363
|
is_sell_posted?: boolean | null;
|
|
77425
77364
|
is_active?: boolean | null;
|
|
77426
77365
|
created_at?: Date | string | null;
|
|
@@ -77457,6 +77396,7 @@ type forwarding_shipment_billing_detailsCreateWithoutSell_debtorInput = {
|
|
|
77457
77396
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77458
77397
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77459
77398
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77399
|
+
sell_invoice_number?: string | null;
|
|
77460
77400
|
is_sell_posted?: boolean | null;
|
|
77461
77401
|
is_active?: boolean | null;
|
|
77462
77402
|
created_at?: Date | string | null;
|
|
@@ -77507,6 +77447,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutSell_debtorInput =
|
|
|
77507
77447
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77508
77448
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77509
77449
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77450
|
+
sell_invoice_number?: string | null;
|
|
77510
77451
|
is_sell_posted?: boolean | null;
|
|
77511
77452
|
is_active?: boolean | null;
|
|
77512
77453
|
created_at?: Date | string | null;
|
|
@@ -77569,6 +77510,7 @@ type forwarding_shipment_billing_detailsCreateWithoutCost_currencyInput = {
|
|
|
77569
77510
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77570
77511
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77571
77512
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77513
|
+
sell_invoice_number?: string | null;
|
|
77572
77514
|
is_sell_posted?: boolean | null;
|
|
77573
77515
|
is_active?: boolean | null;
|
|
77574
77516
|
created_at?: Date | string | null;
|
|
@@ -77619,6 +77561,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutCost_currencyInput
|
|
|
77619
77561
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77620
77562
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77621
77563
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77564
|
+
sell_invoice_number?: string | null;
|
|
77622
77565
|
is_sell_posted?: boolean | null;
|
|
77623
77566
|
is_active?: boolean | null;
|
|
77624
77567
|
created_at?: Date | string | null;
|
|
@@ -77655,6 +77598,7 @@ type forwarding_shipment_billing_detailsCreateWithoutSell_currencyInput = {
|
|
|
77655
77598
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77656
77599
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77657
77600
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77601
|
+
sell_invoice_number?: string | null;
|
|
77658
77602
|
is_sell_posted?: boolean | null;
|
|
77659
77603
|
is_active?: boolean | null;
|
|
77660
77604
|
created_at?: Date | string | null;
|
|
@@ -77705,6 +77649,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutSell_currencyInput
|
|
|
77705
77649
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77706
77650
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77707
77651
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77652
|
+
sell_invoice_number?: string | null;
|
|
77708
77653
|
is_sell_posted?: boolean | null;
|
|
77709
77654
|
is_active?: boolean | null;
|
|
77710
77655
|
created_at?: Date | string | null;
|
|
@@ -77767,6 +77712,7 @@ type forwarding_shipment_billing_detailsCreateWithoutCost_latest_system_rateInpu
|
|
|
77767
77712
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77768
77713
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77769
77714
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77715
|
+
sell_invoice_number?: string | null;
|
|
77770
77716
|
is_sell_posted?: boolean | null;
|
|
77771
77717
|
is_active?: boolean | null;
|
|
77772
77718
|
created_at?: Date | string | null;
|
|
@@ -77817,6 +77763,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutCost_latest_system
|
|
|
77817
77763
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77818
77764
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77819
77765
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77766
|
+
sell_invoice_number?: string | null;
|
|
77820
77767
|
is_sell_posted?: boolean | null;
|
|
77821
77768
|
is_active?: boolean | null;
|
|
77822
77769
|
created_at?: Date | string | null;
|
|
@@ -77853,6 +77800,7 @@ type forwarding_shipment_billing_detailsCreateWithoutCost_system_ratesInput = {
|
|
|
77853
77800
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77854
77801
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77855
77802
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77803
|
+
sell_invoice_number?: string | null;
|
|
77856
77804
|
is_sell_posted?: boolean | null;
|
|
77857
77805
|
is_active?: boolean | null;
|
|
77858
77806
|
created_at?: Date | string | null;
|
|
@@ -77904,6 +77852,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutCost_system_ratesI
|
|
|
77904
77852
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77905
77853
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77906
77854
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77855
|
+
sell_invoice_number?: string | null;
|
|
77907
77856
|
is_sell_posted?: boolean | null;
|
|
77908
77857
|
is_active?: boolean | null;
|
|
77909
77858
|
created_at?: Date | string | null;
|
|
@@ -77935,6 +77884,7 @@ type forwarding_shipment_billing_detailsCreateWithoutSell_latest_system_rateInpu
|
|
|
77935
77884
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77936
77885
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77937
77886
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77887
|
+
sell_invoice_number?: string | null;
|
|
77938
77888
|
is_sell_posted?: boolean | null;
|
|
77939
77889
|
is_active?: boolean | null;
|
|
77940
77890
|
created_at?: Date | string | null;
|
|
@@ -77985,6 +77935,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutSell_latest_system
|
|
|
77985
77935
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77986
77936
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77987
77937
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77938
|
+
sell_invoice_number?: string | null;
|
|
77988
77939
|
is_sell_posted?: boolean | null;
|
|
77989
77940
|
is_active?: boolean | null;
|
|
77990
77941
|
created_at?: Date | string | null;
|
|
@@ -78021,6 +77972,7 @@ type forwarding_shipment_billing_detailsCreateWithoutSell_system_ratesInput = {
|
|
|
78021
77972
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78022
77973
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78023
77974
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
77975
|
+
sell_invoice_number?: string | null;
|
|
78024
77976
|
is_sell_posted?: boolean | null;
|
|
78025
77977
|
is_active?: boolean | null;
|
|
78026
77978
|
created_at?: Date | string | null;
|
|
@@ -78072,6 +78024,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutSell_system_ratesI
|
|
|
78072
78024
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78073
78025
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78074
78026
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78027
|
+
sell_invoice_number?: string | null;
|
|
78075
78028
|
is_sell_posted?: boolean | null;
|
|
78076
78029
|
is_active?: boolean | null;
|
|
78077
78030
|
created_at?: Date | string | null;
|
|
@@ -78155,6 +78108,7 @@ type forwarding_shipment_billing_detailsCreateWithoutSell_invoice_typeInput = {
|
|
|
78155
78108
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78156
78109
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78157
78110
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78111
|
+
sell_invoice_number?: string | null;
|
|
78158
78112
|
is_sell_posted?: boolean | null;
|
|
78159
78113
|
is_active?: boolean | null;
|
|
78160
78114
|
created_at?: Date | string | null;
|
|
@@ -78205,6 +78159,7 @@ type forwarding_shipment_billing_detailsUncheckedCreateWithoutSell_invoice_typeI
|
|
|
78205
78159
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78206
78160
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78207
78161
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78162
|
+
sell_invoice_number?: string | null;
|
|
78208
78163
|
is_sell_posted?: boolean | null;
|
|
78209
78164
|
is_active?: boolean | null;
|
|
78210
78165
|
created_at?: Date | string | null;
|
|
@@ -78265,6 +78220,7 @@ type forwarding_shipment_billing_detailsCreateManyCost_tax_rateInput = {
|
|
|
78265
78220
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78266
78221
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78267
78222
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78223
|
+
sell_invoice_number?: string | null;
|
|
78268
78224
|
is_sell_posted?: boolean | null;
|
|
78269
78225
|
is_active?: boolean | null;
|
|
78270
78226
|
created_at?: Date | string | null;
|
|
@@ -78301,6 +78257,7 @@ type forwarding_shipment_billing_detailsCreateManySell_tax_rateInput = {
|
|
|
78301
78257
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78302
78258
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78303
78259
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78260
|
+
sell_invoice_number?: string | null;
|
|
78304
78261
|
is_sell_posted?: boolean | null;
|
|
78305
78262
|
is_active?: boolean | null;
|
|
78306
78263
|
created_at?: Date | string | null;
|
|
@@ -78326,6 +78283,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutCost_tax_rateInput = {
|
|
|
78326
78283
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78327
78284
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78328
78285
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78286
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78329
78287
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78330
78288
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78331
78289
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78376,6 +78334,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutCost_tax_rateInput
|
|
|
78376
78334
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78377
78335
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78378
78336
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78337
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78379
78338
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78380
78339
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78381
78340
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78415,6 +78374,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutCost_tax_rateI
|
|
|
78415
78374
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78416
78375
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78417
78376
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78377
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78418
78378
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78419
78379
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78420
78380
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78440,6 +78400,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutSell_tax_rateInput = {
|
|
|
78440
78400
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78441
78401
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78442
78402
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78403
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78443
78404
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78444
78405
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78445
78406
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78490,6 +78451,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutSell_tax_rateInput
|
|
|
78490
78451
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78491
78452
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78492
78453
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78454
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78493
78455
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78494
78456
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78495
78457
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78529,6 +78491,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutSell_tax_rateI
|
|
|
78529
78491
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78530
78492
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78531
78493
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78494
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78532
78495
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78533
78496
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78534
78497
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78565,6 +78528,7 @@ type forwarding_shipment_billing_detailsCreateManyCharge_codeInput = {
|
|
|
78565
78528
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78566
78529
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78567
78530
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78531
|
+
sell_invoice_number?: string | null;
|
|
78568
78532
|
is_sell_posted?: boolean | null;
|
|
78569
78533
|
is_active?: boolean | null;
|
|
78570
78534
|
created_at?: Date | string | null;
|
|
@@ -78590,6 +78554,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutCharge_codeInput = {
|
|
|
78590
78554
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78591
78555
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78592
78556
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78557
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78593
78558
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78594
78559
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78595
78560
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78640,6 +78605,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutCharge_codeInput =
|
|
|
78640
78605
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78641
78606
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78642
78607
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78608
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78643
78609
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78644
78610
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78645
78611
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78679,6 +78645,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutCharge_codeInp
|
|
|
78679
78645
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78680
78646
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78681
78647
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78648
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78682
78649
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78683
78650
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78684
78651
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78715,6 +78682,7 @@ type forwarding_shipment_billing_detailsCreateManyForwarding_shipment_billingInp
|
|
|
78715
78682
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78716
78683
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78717
78684
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78685
|
+
sell_invoice_number?: string | null;
|
|
78718
78686
|
is_sell_posted?: boolean | null;
|
|
78719
78687
|
is_active?: boolean | null;
|
|
78720
78688
|
created_at?: Date | string | null;
|
|
@@ -78740,6 +78708,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutForwarding_shipment_billing
|
|
|
78740
78708
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78741
78709
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78742
78710
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78711
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78743
78712
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78744
78713
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78745
78714
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78790,6 +78759,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutForwarding_shipmen
|
|
|
78790
78759
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78791
78760
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78792
78761
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78762
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78793
78763
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78794
78764
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78795
78765
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78829,6 +78799,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutForwarding_shi
|
|
|
78829
78799
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78830
78800
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78831
78801
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78802
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78832
78803
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78833
78804
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78834
78805
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78865,6 +78836,7 @@ type forwarding_shipment_billing_detailsCreateManyForwarding_console_billing_det
|
|
|
78865
78836
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78866
78837
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78867
78838
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78839
|
+
sell_invoice_number?: string | null;
|
|
78868
78840
|
is_sell_posted?: boolean | null;
|
|
78869
78841
|
is_active?: boolean | null;
|
|
78870
78842
|
created_at?: Date | string | null;
|
|
@@ -78890,6 +78862,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutForwarding_console_billing_
|
|
|
78890
78862
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78891
78863
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78892
78864
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78865
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78893
78866
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78894
78867
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78895
78868
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78940,6 +78913,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutForwarding_console
|
|
|
78940
78913
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78941
78914
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78942
78915
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78916
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78943
78917
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78944
78918
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78945
78919
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -78979,6 +78953,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutForwarding_con
|
|
|
78979
78953
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78980
78954
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78981
78955
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
78956
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
78982
78957
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78983
78958
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
78984
78959
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79015,6 +78990,7 @@ type forwarding_shipment_billing_detailsCreateManyCost_creditorInput = {
|
|
|
79015
78990
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79016
78991
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79017
78992
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
78993
|
+
sell_invoice_number?: string | null;
|
|
79018
78994
|
is_sell_posted?: boolean | null;
|
|
79019
78995
|
is_active?: boolean | null;
|
|
79020
78996
|
created_at?: Date | string | null;
|
|
@@ -79051,6 +79027,7 @@ type forwarding_shipment_billing_detailsCreateManySell_debtorInput = {
|
|
|
79051
79027
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79052
79028
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79053
79029
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79030
|
+
sell_invoice_number?: string | null;
|
|
79054
79031
|
is_sell_posted?: boolean | null;
|
|
79055
79032
|
is_active?: boolean | null;
|
|
79056
79033
|
created_at?: Date | string | null;
|
|
@@ -79076,6 +79053,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutCost_creditorInput = {
|
|
|
79076
79053
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79077
79054
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79078
79055
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79056
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79079
79057
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79080
79058
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79081
79059
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79126,6 +79104,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutCost_creditorInput
|
|
|
79126
79104
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79127
79105
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79128
79106
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79107
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79129
79108
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79130
79109
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79131
79110
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79165,6 +79144,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutCost_creditorI
|
|
|
79165
79144
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79166
79145
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79167
79146
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79147
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79168
79148
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79169
79149
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79170
79150
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79190,6 +79170,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutSell_debtorInput = {
|
|
|
79190
79170
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79191
79171
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79192
79172
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79173
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79193
79174
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79194
79175
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79195
79176
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79240,6 +79221,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutSell_debtorInput =
|
|
|
79240
79221
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79241
79222
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79242
79223
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79224
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79243
79225
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79244
79226
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79245
79227
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79279,6 +79261,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutSell_debtorInp
|
|
|
79279
79261
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79280
79262
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79281
79263
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79264
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79282
79265
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79283
79266
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79284
79267
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79315,6 +79298,7 @@ type forwarding_shipment_billing_detailsCreateManyCost_currencyInput = {
|
|
|
79315
79298
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79316
79299
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79317
79300
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79301
|
+
sell_invoice_number?: string | null;
|
|
79318
79302
|
is_sell_posted?: boolean | null;
|
|
79319
79303
|
is_active?: boolean | null;
|
|
79320
79304
|
created_at?: Date | string | null;
|
|
@@ -79351,6 +79335,7 @@ type forwarding_shipment_billing_detailsCreateManySell_currencyInput = {
|
|
|
79351
79335
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79352
79336
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79353
79337
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79338
|
+
sell_invoice_number?: string | null;
|
|
79354
79339
|
is_sell_posted?: boolean | null;
|
|
79355
79340
|
is_active?: boolean | null;
|
|
79356
79341
|
created_at?: Date | string | null;
|
|
@@ -79376,6 +79361,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutCost_currencyInput = {
|
|
|
79376
79361
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79377
79362
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79378
79363
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79364
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79379
79365
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79380
79366
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79381
79367
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79426,6 +79412,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutCost_currencyInput
|
|
|
79426
79412
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79427
79413
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79428
79414
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79415
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79429
79416
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79430
79417
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79431
79418
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79465,6 +79452,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutCost_currencyI
|
|
|
79465
79452
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79466
79453
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79467
79454
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79455
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79468
79456
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79469
79457
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79470
79458
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79490,6 +79478,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutSell_currencyInput = {
|
|
|
79490
79478
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79491
79479
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79492
79480
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79481
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79493
79482
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79494
79483
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79495
79484
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79540,6 +79529,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutSell_currencyInput
|
|
|
79540
79529
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79541
79530
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79542
79531
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79532
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79543
79533
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79544
79534
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79545
79535
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79579,6 +79569,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutSell_currencyI
|
|
|
79579
79569
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79580
79570
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79581
79571
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79572
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79582
79573
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79583
79574
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79584
79575
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79615,6 +79606,7 @@ type forwarding_shipment_billing_detailsCreateManyCost_latest_system_rateInput =
|
|
|
79615
79606
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79616
79607
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79617
79608
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79609
|
+
sell_invoice_number?: string | null;
|
|
79618
79610
|
is_sell_posted?: boolean | null;
|
|
79619
79611
|
is_active?: boolean | null;
|
|
79620
79612
|
created_at?: Date | string | null;
|
|
@@ -79651,6 +79643,7 @@ type forwarding_shipment_billing_detailsCreateManySell_latest_system_rateInput =
|
|
|
79651
79643
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79652
79644
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79653
79645
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
79646
|
+
sell_invoice_number?: string | null;
|
|
79654
79647
|
is_sell_posted?: boolean | null;
|
|
79655
79648
|
is_active?: boolean | null;
|
|
79656
79649
|
created_at?: Date | string | null;
|
|
@@ -79676,6 +79669,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutCost_latest_system_rateInpu
|
|
|
79676
79669
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79677
79670
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79678
79671
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79672
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79679
79673
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79680
79674
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79681
79675
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79726,6 +79720,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutCost_latest_system
|
|
|
79726
79720
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79727
79721
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79728
79722
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79723
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79729
79724
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79730
79725
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79731
79726
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79765,6 +79760,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutCost_latest_sy
|
|
|
79765
79760
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79766
79761
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79767
79762
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79763
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79768
79764
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79769
79765
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79770
79766
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79790,6 +79786,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutCost_system_ratesInput = {
|
|
|
79790
79786
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79791
79787
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79792
79788
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79789
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79793
79790
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79794
79791
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79795
79792
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79841,6 +79838,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutCost_system_ratesI
|
|
|
79841
79838
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79842
79839
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79843
79840
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79841
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79844
79842
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79845
79843
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79846
79844
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79880,6 +79878,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutCost_system_ra
|
|
|
79880
79878
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79881
79879
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79882
79880
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79881
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79883
79882
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79884
79883
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79885
79884
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79905,6 +79904,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutSell_latest_system_rateInpu
|
|
|
79905
79904
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79906
79905
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79907
79906
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79907
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79908
79908
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79909
79909
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79910
79910
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79955,6 +79955,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutSell_latest_system
|
|
|
79955
79955
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79956
79956
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79957
79957
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79958
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79958
79959
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79959
79960
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79960
79961
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -79994,6 +79995,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutSell_latest_sy
|
|
|
79994
79995
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79995
79996
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79996
79997
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
79998
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
79997
79999
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79998
80000
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
79999
80001
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -80019,6 +80021,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutSell_system_ratesInput = {
|
|
|
80019
80021
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80020
80022
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80021
80023
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80024
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
80022
80025
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
80023
80026
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
80024
80027
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -80070,6 +80073,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutSell_system_ratesI
|
|
|
80070
80073
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80071
80074
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80072
80075
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80076
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
80073
80077
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
80074
80078
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
80075
80079
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -80109,6 +80113,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutSell_system_ra
|
|
|
80109
80113
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80110
80114
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80111
80115
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80116
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
80112
80117
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
80113
80118
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
80114
80119
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -80145,6 +80150,7 @@ type forwarding_shipment_billing_detailsCreateManySell_invoice_typeInput = {
|
|
|
80145
80150
|
sell_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
80146
80151
|
sell_currency_estimated_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
80147
80152
|
sell_local_currency_amount?: Decimal | DecimalJsLike | number | string | null;
|
|
80153
|
+
sell_invoice_number?: string | null;
|
|
80148
80154
|
is_sell_posted?: boolean | null;
|
|
80149
80155
|
is_active?: boolean | null;
|
|
80150
80156
|
created_at?: Date | string | null;
|
|
@@ -80170,6 +80176,7 @@ type forwarding_shipment_billing_detailsUpdateWithoutSell_invoice_typeInput = {
|
|
|
80170
80176
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80171
80177
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80172
80178
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80179
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
80173
80180
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
80174
80181
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
80175
80182
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -80220,6 +80227,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateWithoutSell_invoice_typeI
|
|
|
80220
80227
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80221
80228
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80222
80229
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80230
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
80223
80231
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
80224
80232
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
80225
80233
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -80259,6 +80267,7 @@ type forwarding_shipment_billing_detailsUncheckedUpdateManyWithoutSell_invoice_t
|
|
|
80259
80267
|
sell_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80260
80268
|
sell_currency_estimated_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80261
80269
|
sell_local_currency_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
|
|
80270
|
+
sell_invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
80262
80271
|
is_sell_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
80263
80272
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
80264
80273
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -80332,6 +80341,7 @@ type forwarding_shipment_billing_detailsSelect<ExtArgs extends Types$1.Extension
|
|
|
80332
80341
|
sell_currency_amount?: boolean;
|
|
80333
80342
|
sell_currency_estimated_amount?: boolean;
|
|
80334
80343
|
sell_local_currency_amount?: boolean;
|
|
80344
|
+
sell_invoice_number?: boolean;
|
|
80335
80345
|
is_sell_posted?: boolean;
|
|
80336
80346
|
is_active?: boolean;
|
|
80337
80347
|
created_at?: boolean;
|
|
@@ -80385,6 +80395,7 @@ type forwarding_shipment_billing_detailsSelectCreateManyAndReturn<ExtArgs extend
|
|
|
80385
80395
|
sell_currency_amount?: boolean;
|
|
80386
80396
|
sell_currency_estimated_amount?: boolean;
|
|
80387
80397
|
sell_local_currency_amount?: boolean;
|
|
80398
|
+
sell_invoice_number?: boolean;
|
|
80388
80399
|
is_sell_posted?: boolean;
|
|
80389
80400
|
is_active?: boolean;
|
|
80390
80401
|
created_at?: boolean;
|
|
@@ -80434,6 +80445,7 @@ type forwarding_shipment_billing_detailsSelectUpdateManyAndReturn<ExtArgs extend
|
|
|
80434
80445
|
sell_currency_amount?: boolean;
|
|
80435
80446
|
sell_currency_estimated_amount?: boolean;
|
|
80436
80447
|
sell_local_currency_amount?: boolean;
|
|
80448
|
+
sell_invoice_number?: boolean;
|
|
80437
80449
|
is_sell_posted?: boolean;
|
|
80438
80450
|
is_active?: boolean;
|
|
80439
80451
|
created_at?: boolean;
|
|
@@ -80453,7 +80465,7 @@ type forwarding_shipment_billing_detailsSelectUpdateManyAndReturn<ExtArgs extend
|
|
|
80453
80465
|
sell_invoice_type?: boolean | forwarding_shipment_billing_details$sell_invoice_typeArgs<ExtArgs>;
|
|
80454
80466
|
sell_tax_rate?: boolean | forwarding_shipment_billing_details$sell_tax_rateArgs<ExtArgs>;
|
|
80455
80467
|
}, ExtArgs["result"]["forwarding_shipment_billing_details"]>;
|
|
80456
|
-
type forwarding_shipment_billing_detailsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment_billing" | "id_forwarding_console_billing_detail" | "id_charge_code" | "id_cost_currency" | "id_cost_latest_system_rate" | "id_cost_creditor" | "id_cost_tax_rate" | "id_sell_currency" | "id_sell_latest_system_rate" | "id_sell_debtor" | "id_sell_invoice_type" | "id_sell_tax_rate" | "logic_code" | "code" | "name" | "cost_base_rate" | "cost_currency_amount" | "cost_currency_estimated_amount" | "cost_local_currency_amount" | "cost_invoice_number" | "cost_invoice_date" | "cost_tax_amount" | "cost_supplier_reference" | "is_cost_posted" | "sell_base_rate" | "sell_currency_amount" | "sell_currency_estimated_amount" | "sell_local_currency_amount" | "is_sell_posted" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipment_billing_details"]>;
|
|
80468
|
+
type forwarding_shipment_billing_detailsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment_billing" | "id_forwarding_console_billing_detail" | "id_charge_code" | "id_cost_currency" | "id_cost_latest_system_rate" | "id_cost_creditor" | "id_cost_tax_rate" | "id_sell_currency" | "id_sell_latest_system_rate" | "id_sell_debtor" | "id_sell_invoice_type" | "id_sell_tax_rate" | "logic_code" | "code" | "name" | "cost_base_rate" | "cost_currency_amount" | "cost_currency_estimated_amount" | "cost_local_currency_amount" | "cost_invoice_number" | "cost_invoice_date" | "cost_tax_amount" | "cost_supplier_reference" | "is_cost_posted" | "sell_base_rate" | "sell_currency_amount" | "sell_currency_estimated_amount" | "sell_local_currency_amount" | "sell_invoice_number" | "is_sell_posted" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipment_billing_details"]>;
|
|
80457
80469
|
type forwarding_shipment_billing_detailsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
80458
80470
|
forwarding_shipment_billing?: boolean | forwarding_shipment_billing_details$forwarding_shipment_billingArgs<ExtArgs>;
|
|
80459
80471
|
forwarding_console_billing_detail?: boolean | forwarding_shipment_billing_details$forwarding_console_billing_detailArgs<ExtArgs>;
|
|
@@ -80549,6 +80561,7 @@ type $forwarding_shipment_billing_detailsPayload<ExtArgs extends Types$1.Extensi
|
|
|
80549
80561
|
sell_currency_amount: Decimal | null;
|
|
80550
80562
|
sell_currency_estimated_amount: Decimal | null;
|
|
80551
80563
|
sell_local_currency_amount: Decimal | null;
|
|
80564
|
+
sell_invoice_number: string | null;
|
|
80552
80565
|
is_sell_posted: boolean | null;
|
|
80553
80566
|
is_active: boolean | null;
|
|
80554
80567
|
created_at: Date | null;
|
|
@@ -80939,6 +80952,7 @@ interface forwarding_shipment_billing_detailsFieldRefs {
|
|
|
80939
80952
|
readonly sell_currency_amount: FieldRef<"forwarding_shipment_billing_details", 'Decimal'>;
|
|
80940
80953
|
readonly sell_currency_estimated_amount: FieldRef<"forwarding_shipment_billing_details", 'Decimal'>;
|
|
80941
80954
|
readonly sell_local_currency_amount: FieldRef<"forwarding_shipment_billing_details", 'Decimal'>;
|
|
80955
|
+
readonly sell_invoice_number: FieldRef<"forwarding_shipment_billing_details", 'String'>;
|
|
80942
80956
|
readonly is_sell_posted: FieldRef<"forwarding_shipment_billing_details", 'Boolean'>;
|
|
80943
80957
|
readonly is_active: FieldRef<"forwarding_shipment_billing_details", 'Boolean'>;
|
|
80944
80958
|
readonly created_at: FieldRef<"forwarding_shipment_billing_details", 'DateTime'>;
|
|
@@ -601488,7 +601502,7 @@ type Forwarding_shipment_pickupsMinAggregateOutputType = {
|
|
|
601488
601502
|
whs_address: string | null;
|
|
601489
601503
|
whs_interim_receipt: string | null;
|
|
601490
601504
|
whs_reciept_requested: Date | null;
|
|
601491
|
-
|
|
601505
|
+
whs_dispatch_requested: Date | null;
|
|
601492
601506
|
whs_interim_receipt_date: Date | null;
|
|
601493
601507
|
estimated_pickup_date: Date | null;
|
|
601494
601508
|
actual_pickup_date: Date | null;
|
|
@@ -601519,7 +601533,7 @@ type Forwarding_shipment_pickupsMaxAggregateOutputType = {
|
|
|
601519
601533
|
whs_address: string | null;
|
|
601520
601534
|
whs_interim_receipt: string | null;
|
|
601521
601535
|
whs_reciept_requested: Date | null;
|
|
601522
|
-
|
|
601536
|
+
whs_dispatch_requested: Date | null;
|
|
601523
601537
|
whs_interim_receipt_date: Date | null;
|
|
601524
601538
|
estimated_pickup_date: Date | null;
|
|
601525
601539
|
actual_pickup_date: Date | null;
|
|
@@ -601550,7 +601564,7 @@ type Forwarding_shipment_pickupsCountAggregateOutputType = {
|
|
|
601550
601564
|
whs_address: number;
|
|
601551
601565
|
whs_interim_receipt: number;
|
|
601552
601566
|
whs_reciept_requested: number;
|
|
601553
|
-
|
|
601567
|
+
whs_dispatch_requested: number;
|
|
601554
601568
|
whs_interim_receipt_date: number;
|
|
601555
601569
|
estimated_pickup_date: number;
|
|
601556
601570
|
actual_pickup_date: number;
|
|
@@ -601604,7 +601618,7 @@ type Forwarding_shipment_pickupsMinAggregateInputType = {
|
|
|
601604
601618
|
whs_address?: true;
|
|
601605
601619
|
whs_interim_receipt?: true;
|
|
601606
601620
|
whs_reciept_requested?: true;
|
|
601607
|
-
|
|
601621
|
+
whs_dispatch_requested?: true;
|
|
601608
601622
|
whs_interim_receipt_date?: true;
|
|
601609
601623
|
estimated_pickup_date?: true;
|
|
601610
601624
|
actual_pickup_date?: true;
|
|
@@ -601635,7 +601649,7 @@ type Forwarding_shipment_pickupsMaxAggregateInputType = {
|
|
|
601635
601649
|
whs_address?: true;
|
|
601636
601650
|
whs_interim_receipt?: true;
|
|
601637
601651
|
whs_reciept_requested?: true;
|
|
601638
|
-
|
|
601652
|
+
whs_dispatch_requested?: true;
|
|
601639
601653
|
whs_interim_receipt_date?: true;
|
|
601640
601654
|
estimated_pickup_date?: true;
|
|
601641
601655
|
actual_pickup_date?: true;
|
|
@@ -601666,7 +601680,7 @@ type Forwarding_shipment_pickupsCountAggregateInputType = {
|
|
|
601666
601680
|
whs_address?: true;
|
|
601667
601681
|
whs_interim_receipt?: true;
|
|
601668
601682
|
whs_reciept_requested?: true;
|
|
601669
|
-
|
|
601683
|
+
whs_dispatch_requested?: true;
|
|
601670
601684
|
whs_interim_receipt_date?: true;
|
|
601671
601685
|
estimated_pickup_date?: true;
|
|
601672
601686
|
actual_pickup_date?: true;
|
|
@@ -601772,7 +601786,7 @@ type Forwarding_shipment_pickupsGroupByOutputType = {
|
|
|
601772
601786
|
whs_address: string | null;
|
|
601773
601787
|
whs_interim_receipt: string | null;
|
|
601774
601788
|
whs_reciept_requested: Date | null;
|
|
601775
|
-
|
|
601789
|
+
whs_dispatch_requested: Date | null;
|
|
601776
601790
|
whs_interim_receipt_date: Date | null;
|
|
601777
601791
|
estimated_pickup_date: Date | null;
|
|
601778
601792
|
actual_pickup_date: Date | null;
|
|
@@ -601812,7 +601826,7 @@ type forwarding_shipment_pickupsWhereInput = {
|
|
|
601812
601826
|
whs_address?: StringNullableFilter<"forwarding_shipment_pickups"> | string | null;
|
|
601813
601827
|
whs_interim_receipt?: StringNullableFilter<"forwarding_shipment_pickups"> | string | null;
|
|
601814
601828
|
whs_reciept_requested?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
601815
|
-
|
|
601829
|
+
whs_dispatch_requested?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
601816
601830
|
whs_interim_receipt_date?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
601817
601831
|
estimated_pickup_date?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
601818
601832
|
actual_pickup_date?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
@@ -601852,7 +601866,7 @@ type forwarding_shipment_pickupsOrderByWithRelationInput = {
|
|
|
601852
601866
|
whs_address?: SortOrderInput | SortOrder;
|
|
601853
601867
|
whs_interim_receipt?: SortOrderInput | SortOrder;
|
|
601854
601868
|
whs_reciept_requested?: SortOrderInput | SortOrder;
|
|
601855
|
-
|
|
601869
|
+
whs_dispatch_requested?: SortOrderInput | SortOrder;
|
|
601856
601870
|
whs_interim_receipt_date?: SortOrderInput | SortOrder;
|
|
601857
601871
|
estimated_pickup_date?: SortOrderInput | SortOrder;
|
|
601858
601872
|
actual_pickup_date?: SortOrderInput | SortOrder;
|
|
@@ -601895,7 +601909,7 @@ type forwarding_shipment_pickupsWhereUniqueInput = AtLeast<{
|
|
|
601895
601909
|
whs_address?: StringNullableFilter<"forwarding_shipment_pickups"> | string | null;
|
|
601896
601910
|
whs_interim_receipt?: StringNullableFilter<"forwarding_shipment_pickups"> | string | null;
|
|
601897
601911
|
whs_reciept_requested?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
601898
|
-
|
|
601912
|
+
whs_dispatch_requested?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
601899
601913
|
whs_interim_receipt_date?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
601900
601914
|
estimated_pickup_date?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
601901
601915
|
actual_pickup_date?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
@@ -601935,7 +601949,7 @@ type forwarding_shipment_pickupsOrderByWithAggregationInput = {
|
|
|
601935
601949
|
whs_address?: SortOrderInput | SortOrder;
|
|
601936
601950
|
whs_interim_receipt?: SortOrderInput | SortOrder;
|
|
601937
601951
|
whs_reciept_requested?: SortOrderInput | SortOrder;
|
|
601938
|
-
|
|
601952
|
+
whs_dispatch_requested?: SortOrderInput | SortOrder;
|
|
601939
601953
|
whs_interim_receipt_date?: SortOrderInput | SortOrder;
|
|
601940
601954
|
estimated_pickup_date?: SortOrderInput | SortOrder;
|
|
601941
601955
|
actual_pickup_date?: SortOrderInput | SortOrder;
|
|
@@ -601974,7 +601988,7 @@ type forwarding_shipment_pickupsScalarWhereWithAggregatesInput = {
|
|
|
601974
601988
|
whs_address?: StringNullableWithAggregatesFilter<"forwarding_shipment_pickups"> | string | null;
|
|
601975
601989
|
whs_interim_receipt?: StringNullableWithAggregatesFilter<"forwarding_shipment_pickups"> | string | null;
|
|
601976
601990
|
whs_reciept_requested?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
601977
|
-
|
|
601991
|
+
whs_dispatch_requested?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
601978
601992
|
whs_interim_receipt_date?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
601979
601993
|
estimated_pickup_date?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
601980
601994
|
actual_pickup_date?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
@@ -601997,7 +602011,7 @@ type forwarding_shipment_pickupsCreateInput = {
|
|
|
601997
602011
|
whs_address?: string | null;
|
|
601998
602012
|
whs_interim_receipt?: string | null;
|
|
601999
602013
|
whs_reciept_requested?: Date | string | null;
|
|
602000
|
-
|
|
602014
|
+
whs_dispatch_requested?: Date | string | null;
|
|
602001
602015
|
whs_interim_receipt_date?: Date | string | null;
|
|
602002
602016
|
estimated_pickup_date?: Date | string | null;
|
|
602003
602017
|
actual_pickup_date?: Date | string | null;
|
|
@@ -602037,7 +602051,7 @@ type forwarding_shipment_pickupsUncheckedCreateInput = {
|
|
|
602037
602051
|
whs_address?: string | null;
|
|
602038
602052
|
whs_interim_receipt?: string | null;
|
|
602039
602053
|
whs_reciept_requested?: Date | string | null;
|
|
602040
|
-
|
|
602054
|
+
whs_dispatch_requested?: Date | string | null;
|
|
602041
602055
|
whs_interim_receipt_date?: Date | string | null;
|
|
602042
602056
|
estimated_pickup_date?: Date | string | null;
|
|
602043
602057
|
actual_pickup_date?: Date | string | null;
|
|
@@ -602061,7 +602075,7 @@ type forwarding_shipment_pickupsUpdateInput = {
|
|
|
602061
602075
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
602062
602076
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
602063
602077
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602064
|
-
|
|
602078
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602065
602079
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602066
602080
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602067
602081
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -602101,7 +602115,7 @@ type forwarding_shipment_pickupsUncheckedUpdateInput = {
|
|
|
602101
602115
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
602102
602116
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
602103
602117
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602104
|
-
|
|
602118
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602105
602119
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602106
602120
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602107
602121
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -602133,7 +602147,7 @@ type forwarding_shipment_pickupsCreateManyInput = {
|
|
|
602133
602147
|
whs_address?: string | null;
|
|
602134
602148
|
whs_interim_receipt?: string | null;
|
|
602135
602149
|
whs_reciept_requested?: Date | string | null;
|
|
602136
|
-
|
|
602150
|
+
whs_dispatch_requested?: Date | string | null;
|
|
602137
602151
|
whs_interim_receipt_date?: Date | string | null;
|
|
602138
602152
|
estimated_pickup_date?: Date | string | null;
|
|
602139
602153
|
actual_pickup_date?: Date | string | null;
|
|
@@ -602156,7 +602170,7 @@ type forwarding_shipment_pickupsUpdateManyMutationInput = {
|
|
|
602156
602170
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
602157
602171
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
602158
602172
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602159
|
-
|
|
602173
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602160
602174
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602161
602175
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602162
602176
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -602187,7 +602201,7 @@ type forwarding_shipment_pickupsUncheckedUpdateManyInput = {
|
|
|
602187
602201
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
602188
602202
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
602189
602203
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602190
|
-
|
|
602204
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602191
602205
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602192
602206
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
602193
602207
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -602230,7 +602244,7 @@ type forwarding_shipment_pickupsCountOrderByAggregateInput = {
|
|
|
602230
602244
|
whs_address?: SortOrder;
|
|
602231
602245
|
whs_interim_receipt?: SortOrder;
|
|
602232
602246
|
whs_reciept_requested?: SortOrder;
|
|
602233
|
-
|
|
602247
|
+
whs_dispatch_requested?: SortOrder;
|
|
602234
602248
|
whs_interim_receipt_date?: SortOrder;
|
|
602235
602249
|
estimated_pickup_date?: SortOrder;
|
|
602236
602250
|
actual_pickup_date?: SortOrder;
|
|
@@ -602272,7 +602286,7 @@ type forwarding_shipment_pickupsMaxOrderByAggregateInput = {
|
|
|
602272
602286
|
whs_address?: SortOrder;
|
|
602273
602287
|
whs_interim_receipt?: SortOrder;
|
|
602274
602288
|
whs_reciept_requested?: SortOrder;
|
|
602275
|
-
|
|
602289
|
+
whs_dispatch_requested?: SortOrder;
|
|
602276
602290
|
whs_interim_receipt_date?: SortOrder;
|
|
602277
602291
|
estimated_pickup_date?: SortOrder;
|
|
602278
602292
|
actual_pickup_date?: SortOrder;
|
|
@@ -602303,7 +602317,7 @@ type forwarding_shipment_pickupsMinOrderByAggregateInput = {
|
|
|
602303
602317
|
whs_address?: SortOrder;
|
|
602304
602318
|
whs_interim_receipt?: SortOrder;
|
|
602305
602319
|
whs_reciept_requested?: SortOrder;
|
|
602306
|
-
|
|
602320
|
+
whs_dispatch_requested?: SortOrder;
|
|
602307
602321
|
whs_interim_receipt_date?: SortOrder;
|
|
602308
602322
|
estimated_pickup_date?: SortOrder;
|
|
602309
602323
|
actual_pickup_date?: SortOrder;
|
|
@@ -602645,7 +602659,7 @@ type forwarding_shipment_pickupsCreateWithoutOrganizationInput = {
|
|
|
602645
602659
|
whs_address?: string | null;
|
|
602646
602660
|
whs_interim_receipt?: string | null;
|
|
602647
602661
|
whs_reciept_requested?: Date | string | null;
|
|
602648
|
-
|
|
602662
|
+
whs_dispatch_requested?: Date | string | null;
|
|
602649
602663
|
whs_interim_receipt_date?: Date | string | null;
|
|
602650
602664
|
estimated_pickup_date?: Date | string | null;
|
|
602651
602665
|
actual_pickup_date?: Date | string | null;
|
|
@@ -602683,7 +602697,7 @@ type forwarding_shipment_pickupsUncheckedCreateWithoutOrganizationInput = {
|
|
|
602683
602697
|
whs_address?: string | null;
|
|
602684
602698
|
whs_interim_receipt?: string | null;
|
|
602685
602699
|
whs_reciept_requested?: Date | string | null;
|
|
602686
|
-
|
|
602700
|
+
whs_dispatch_requested?: Date | string | null;
|
|
602687
602701
|
whs_interim_receipt_date?: Date | string | null;
|
|
602688
602702
|
estimated_pickup_date?: Date | string | null;
|
|
602689
602703
|
actual_pickup_date?: Date | string | null;
|
|
@@ -602715,7 +602729,7 @@ type forwarding_shipment_pickupsCreateWithoutOrganization_whsInput = {
|
|
|
602715
602729
|
whs_address?: string | null;
|
|
602716
602730
|
whs_interim_receipt?: string | null;
|
|
602717
602731
|
whs_reciept_requested?: Date | string | null;
|
|
602718
|
-
|
|
602732
|
+
whs_dispatch_requested?: Date | string | null;
|
|
602719
602733
|
whs_interim_receipt_date?: Date | string | null;
|
|
602720
602734
|
estimated_pickup_date?: Date | string | null;
|
|
602721
602735
|
actual_pickup_date?: Date | string | null;
|
|
@@ -602753,7 +602767,7 @@ type forwarding_shipment_pickupsUncheckedCreateWithoutOrganization_whsInput = {
|
|
|
602753
602767
|
whs_address?: string | null;
|
|
602754
602768
|
whs_interim_receipt?: string | null;
|
|
602755
602769
|
whs_reciept_requested?: Date | string | null;
|
|
602756
|
-
|
|
602770
|
+
whs_dispatch_requested?: Date | string | null;
|
|
602757
602771
|
whs_interim_receipt_date?: Date | string | null;
|
|
602758
602772
|
estimated_pickup_date?: Date | string | null;
|
|
602759
602773
|
actual_pickup_date?: Date | string | null;
|
|
@@ -602785,7 +602799,7 @@ type forwarding_shipment_pickupsCreateWithoutOrganization_vendorInput = {
|
|
|
602785
602799
|
whs_address?: string | null;
|
|
602786
602800
|
whs_interim_receipt?: string | null;
|
|
602787
602801
|
whs_reciept_requested?: Date | string | null;
|
|
602788
|
-
|
|
602802
|
+
whs_dispatch_requested?: Date | string | null;
|
|
602789
602803
|
whs_interim_receipt_date?: Date | string | null;
|
|
602790
602804
|
estimated_pickup_date?: Date | string | null;
|
|
602791
602805
|
actual_pickup_date?: Date | string | null;
|
|
@@ -602823,7 +602837,7 @@ type forwarding_shipment_pickupsUncheckedCreateWithoutOrganization_vendorInput =
|
|
|
602823
602837
|
whs_address?: string | null;
|
|
602824
602838
|
whs_interim_receipt?: string | null;
|
|
602825
602839
|
whs_reciept_requested?: Date | string | null;
|
|
602826
|
-
|
|
602840
|
+
whs_dispatch_requested?: Date | string | null;
|
|
602827
602841
|
whs_interim_receipt_date?: Date | string | null;
|
|
602828
602842
|
estimated_pickup_date?: Date | string | null;
|
|
602829
602843
|
actual_pickup_date?: Date | string | null;
|
|
@@ -602879,7 +602893,7 @@ type forwarding_shipment_pickupsScalarWhereInput = {
|
|
|
602879
602893
|
whs_address?: StringNullableFilter<"forwarding_shipment_pickups"> | string | null;
|
|
602880
602894
|
whs_interim_receipt?: StringNullableFilter<"forwarding_shipment_pickups"> | string | null;
|
|
602881
602895
|
whs_reciept_requested?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
602882
|
-
|
|
602896
|
+
whs_dispatch_requested?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
602883
602897
|
whs_interim_receipt_date?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
602884
602898
|
estimated_pickup_date?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
602885
602899
|
actual_pickup_date?: DateTimeNullableFilter<"forwarding_shipment_pickups"> | Date | string | null;
|
|
@@ -602928,7 +602942,7 @@ type forwarding_shipment_pickupsCreateWithoutOrganization_person_in_chargeInput
|
|
|
602928
602942
|
whs_address?: string | null;
|
|
602929
602943
|
whs_interim_receipt?: string | null;
|
|
602930
602944
|
whs_reciept_requested?: Date | string | null;
|
|
602931
|
-
|
|
602945
|
+
whs_dispatch_requested?: Date | string | null;
|
|
602932
602946
|
whs_interim_receipt_date?: Date | string | null;
|
|
602933
602947
|
estimated_pickup_date?: Date | string | null;
|
|
602934
602948
|
actual_pickup_date?: Date | string | null;
|
|
@@ -602966,7 +602980,7 @@ type forwarding_shipment_pickupsUncheckedCreateWithoutOrganization_person_in_cha
|
|
|
602966
602980
|
whs_address?: string | null;
|
|
602967
602981
|
whs_interim_receipt?: string | null;
|
|
602968
602982
|
whs_reciept_requested?: Date | string | null;
|
|
602969
|
-
|
|
602983
|
+
whs_dispatch_requested?: Date | string | null;
|
|
602970
602984
|
whs_interim_receipt_date?: Date | string | null;
|
|
602971
602985
|
estimated_pickup_date?: Date | string | null;
|
|
602972
602986
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603011,7 +603025,7 @@ type forwarding_shipment_pickupsCreateWithoutOrganization_addressInput = {
|
|
|
603011
603025
|
whs_address?: string | null;
|
|
603012
603026
|
whs_interim_receipt?: string | null;
|
|
603013
603027
|
whs_reciept_requested?: Date | string | null;
|
|
603014
|
-
|
|
603028
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603015
603029
|
whs_interim_receipt_date?: Date | string | null;
|
|
603016
603030
|
estimated_pickup_date?: Date | string | null;
|
|
603017
603031
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603049,7 +603063,7 @@ type forwarding_shipment_pickupsUncheckedCreateWithoutOrganization_addressInput
|
|
|
603049
603063
|
whs_address?: string | null;
|
|
603050
603064
|
whs_interim_receipt?: string | null;
|
|
603051
603065
|
whs_reciept_requested?: Date | string | null;
|
|
603052
|
-
|
|
603066
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603053
603067
|
whs_interim_receipt_date?: Date | string | null;
|
|
603054
603068
|
estimated_pickup_date?: Date | string | null;
|
|
603055
603069
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603081,7 +603095,7 @@ type forwarding_shipment_pickupsCreateWithoutOrganization_whs_addressInput = {
|
|
|
603081
603095
|
whs_address?: string | null;
|
|
603082
603096
|
whs_interim_receipt?: string | null;
|
|
603083
603097
|
whs_reciept_requested?: Date | string | null;
|
|
603084
|
-
|
|
603098
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603085
603099
|
whs_interim_receipt_date?: Date | string | null;
|
|
603086
603100
|
estimated_pickup_date?: Date | string | null;
|
|
603087
603101
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603119,7 +603133,7 @@ type forwarding_shipment_pickupsUncheckedCreateWithoutOrganization_whs_addressIn
|
|
|
603119
603133
|
whs_address?: string | null;
|
|
603120
603134
|
whs_interim_receipt?: string | null;
|
|
603121
603135
|
whs_reciept_requested?: Date | string | null;
|
|
603122
|
-
|
|
603136
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603123
603137
|
whs_interim_receipt_date?: Date | string | null;
|
|
603124
603138
|
estimated_pickup_date?: Date | string | null;
|
|
603125
603139
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603177,7 +603191,7 @@ type forwarding_shipment_pickupsCreateWithoutForwarding_shipment_pickup_delivery
|
|
|
603177
603191
|
whs_address?: string | null;
|
|
603178
603192
|
whs_interim_receipt?: string | null;
|
|
603179
603193
|
whs_reciept_requested?: Date | string | null;
|
|
603180
|
-
|
|
603194
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603181
603195
|
whs_interim_receipt_date?: Date | string | null;
|
|
603182
603196
|
estimated_pickup_date?: Date | string | null;
|
|
603183
603197
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603215,7 +603229,7 @@ type forwarding_shipment_pickupsUncheckedCreateWithoutForwarding_shipment_pickup
|
|
|
603215
603229
|
whs_address?: string | null;
|
|
603216
603230
|
whs_interim_receipt?: string | null;
|
|
603217
603231
|
whs_reciept_requested?: Date | string | null;
|
|
603218
|
-
|
|
603232
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603219
603233
|
whs_interim_receipt_date?: Date | string | null;
|
|
603220
603234
|
estimated_pickup_date?: Date | string | null;
|
|
603221
603235
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603260,7 +603274,7 @@ type forwarding_shipment_pickupsCreateWithoutForwarding_shipmentInput = {
|
|
|
603260
603274
|
whs_address?: string | null;
|
|
603261
603275
|
whs_interim_receipt?: string | null;
|
|
603262
603276
|
whs_reciept_requested?: Date | string | null;
|
|
603263
|
-
|
|
603277
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603264
603278
|
whs_interim_receipt_date?: Date | string | null;
|
|
603265
603279
|
estimated_pickup_date?: Date | string | null;
|
|
603266
603280
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603298,7 +603312,7 @@ type forwarding_shipment_pickupsUncheckedCreateWithoutForwarding_shipmentInput =
|
|
|
603298
603312
|
whs_address?: string | null;
|
|
603299
603313
|
whs_interim_receipt?: string | null;
|
|
603300
603314
|
whs_reciept_requested?: Date | string | null;
|
|
603301
|
-
|
|
603315
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603302
603316
|
whs_interim_receipt_date?: Date | string | null;
|
|
603303
603317
|
estimated_pickup_date?: Date | string | null;
|
|
603304
603318
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603335,7 +603349,7 @@ type forwarding_shipment_pickupsUpdateWithoutForwarding_shipmentInput = {
|
|
|
603335
603349
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603336
603350
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603337
603351
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603338
|
-
|
|
603352
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603339
603353
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603340
603354
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603341
603355
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603373,7 +603387,7 @@ type forwarding_shipment_pickupsUncheckedUpdateWithoutForwarding_shipmentInput =
|
|
|
603373
603387
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603374
603388
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603375
603389
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603376
|
-
|
|
603390
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603377
603391
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603378
603392
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603379
603393
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603397,7 +603411,7 @@ type forwarding_shipment_pickupsCreateWithoutForwarding_shipment_pickup_logsInpu
|
|
|
603397
603411
|
whs_address?: string | null;
|
|
603398
603412
|
whs_interim_receipt?: string | null;
|
|
603399
603413
|
whs_reciept_requested?: Date | string | null;
|
|
603400
|
-
|
|
603414
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603401
603415
|
whs_interim_receipt_date?: Date | string | null;
|
|
603402
603416
|
estimated_pickup_date?: Date | string | null;
|
|
603403
603417
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603436,7 +603450,7 @@ type forwarding_shipment_pickupsUncheckedCreateWithoutForwarding_shipment_pickup
|
|
|
603436
603450
|
whs_address?: string | null;
|
|
603437
603451
|
whs_interim_receipt?: string | null;
|
|
603438
603452
|
whs_reciept_requested?: Date | string | null;
|
|
603439
|
-
|
|
603453
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603440
603454
|
whs_interim_receipt_date?: Date | string | null;
|
|
603441
603455
|
estimated_pickup_date?: Date | string | null;
|
|
603442
603456
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603472,7 +603486,7 @@ type forwarding_shipment_pickupsUpdateWithoutForwarding_shipment_pickup_logsInpu
|
|
|
603472
603486
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603473
603487
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603474
603488
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603475
|
-
|
|
603489
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603476
603490
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603477
603491
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603478
603492
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603511,7 +603525,7 @@ type forwarding_shipment_pickupsUncheckedUpdateWithoutForwarding_shipment_pickup
|
|
|
603511
603525
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603512
603526
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603513
603527
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603514
|
-
|
|
603528
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603515
603529
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603516
603530
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603517
603531
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603541,7 +603555,7 @@ type forwarding_shipment_pickupsCreateManyOrganizationInput = {
|
|
|
603541
603555
|
whs_address?: string | null;
|
|
603542
603556
|
whs_interim_receipt?: string | null;
|
|
603543
603557
|
whs_reciept_requested?: Date | string | null;
|
|
603544
|
-
|
|
603558
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603545
603559
|
whs_interim_receipt_date?: Date | string | null;
|
|
603546
603560
|
estimated_pickup_date?: Date | string | null;
|
|
603547
603561
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603571,7 +603585,7 @@ type forwarding_shipment_pickupsCreateManyOrganization_whsInput = {
|
|
|
603571
603585
|
whs_address?: string | null;
|
|
603572
603586
|
whs_interim_receipt?: string | null;
|
|
603573
603587
|
whs_reciept_requested?: Date | string | null;
|
|
603574
|
-
|
|
603588
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603575
603589
|
whs_interim_receipt_date?: Date | string | null;
|
|
603576
603590
|
estimated_pickup_date?: Date | string | null;
|
|
603577
603591
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603601,7 +603615,7 @@ type forwarding_shipment_pickupsCreateManyOrganization_vendorInput = {
|
|
|
603601
603615
|
whs_address?: string | null;
|
|
603602
603616
|
whs_interim_receipt?: string | null;
|
|
603603
603617
|
whs_reciept_requested?: Date | string | null;
|
|
603604
|
-
|
|
603618
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603605
603619
|
whs_interim_receipt_date?: Date | string | null;
|
|
603606
603620
|
estimated_pickup_date?: Date | string | null;
|
|
603607
603621
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603624,7 +603638,7 @@ type forwarding_shipment_pickupsUpdateWithoutOrganizationInput = {
|
|
|
603624
603638
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603625
603639
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603626
603640
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603627
|
-
|
|
603641
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603628
603642
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603629
603643
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603630
603644
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603662,7 +603676,7 @@ type forwarding_shipment_pickupsUncheckedUpdateWithoutOrganizationInput = {
|
|
|
603662
603676
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603663
603677
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603664
603678
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603665
|
-
|
|
603679
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603666
603680
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603667
603681
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603668
603682
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603693,7 +603707,7 @@ type forwarding_shipment_pickupsUncheckedUpdateManyWithoutOrganizationInput = {
|
|
|
603693
603707
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603694
603708
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603695
603709
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603696
|
-
|
|
603710
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603697
603711
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603698
603712
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603699
603713
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603716,7 +603730,7 @@ type forwarding_shipment_pickupsUpdateWithoutOrganization_whsInput = {
|
|
|
603716
603730
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603717
603731
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603718
603732
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603719
|
-
|
|
603733
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603720
603734
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603721
603735
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603722
603736
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603754,7 +603768,7 @@ type forwarding_shipment_pickupsUncheckedUpdateWithoutOrganization_whsInput = {
|
|
|
603754
603768
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603755
603769
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603756
603770
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603757
|
-
|
|
603771
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603758
603772
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603759
603773
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603760
603774
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603785,7 +603799,7 @@ type forwarding_shipment_pickupsUncheckedUpdateManyWithoutOrganization_whsInput
|
|
|
603785
603799
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603786
603800
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603787
603801
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603788
|
-
|
|
603802
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603789
603803
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603790
603804
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603791
603805
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603808,7 +603822,7 @@ type forwarding_shipment_pickupsUpdateWithoutOrganization_vendorInput = {
|
|
|
603808
603822
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603809
603823
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603810
603824
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603811
|
-
|
|
603825
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603812
603826
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603813
603827
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603814
603828
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603846,7 +603860,7 @@ type forwarding_shipment_pickupsUncheckedUpdateWithoutOrganization_vendorInput =
|
|
|
603846
603860
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603847
603861
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603848
603862
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603849
|
-
|
|
603863
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603850
603864
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603851
603865
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603852
603866
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603877,7 +603891,7 @@ type forwarding_shipment_pickupsUncheckedUpdateManyWithoutOrganization_vendorInp
|
|
|
603877
603891
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603878
603892
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603879
603893
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603880
|
-
|
|
603894
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603881
603895
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603882
603896
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603883
603897
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603907,7 +603921,7 @@ type forwarding_shipment_pickupsCreateManyOrganization_person_in_chargeInput = {
|
|
|
603907
603921
|
whs_address?: string | null;
|
|
603908
603922
|
whs_interim_receipt?: string | null;
|
|
603909
603923
|
whs_reciept_requested?: Date | string | null;
|
|
603910
|
-
|
|
603924
|
+
whs_dispatch_requested?: Date | string | null;
|
|
603911
603925
|
whs_interim_receipt_date?: Date | string | null;
|
|
603912
603926
|
estimated_pickup_date?: Date | string | null;
|
|
603913
603927
|
actual_pickup_date?: Date | string | null;
|
|
@@ -603930,7 +603944,7 @@ type forwarding_shipment_pickupsUpdateWithoutOrganization_person_in_chargeInput
|
|
|
603930
603944
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603931
603945
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603932
603946
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603933
|
-
|
|
603947
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603934
603948
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603935
603949
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603936
603950
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603968,7 +603982,7 @@ type forwarding_shipment_pickupsUncheckedUpdateWithoutOrganization_person_in_cha
|
|
|
603968
603982
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603969
603983
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
603970
603984
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603971
|
-
|
|
603985
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603972
603986
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603973
603987
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
603974
603988
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603999,7 +604013,7 @@ type forwarding_shipment_pickupsUncheckedUpdateManyWithoutOrganization_person_in
|
|
|
603999
604013
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604000
604014
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604001
604015
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604002
|
-
|
|
604016
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604003
604017
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604004
604018
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604005
604019
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -604029,7 +604043,7 @@ type forwarding_shipment_pickupsCreateManyOrganization_addressInput = {
|
|
|
604029
604043
|
whs_address?: string | null;
|
|
604030
604044
|
whs_interim_receipt?: string | null;
|
|
604031
604045
|
whs_reciept_requested?: Date | string | null;
|
|
604032
|
-
|
|
604046
|
+
whs_dispatch_requested?: Date | string | null;
|
|
604033
604047
|
whs_interim_receipt_date?: Date | string | null;
|
|
604034
604048
|
estimated_pickup_date?: Date | string | null;
|
|
604035
604049
|
actual_pickup_date?: Date | string | null;
|
|
@@ -604059,7 +604073,7 @@ type forwarding_shipment_pickupsCreateManyOrganization_whs_addressInput = {
|
|
|
604059
604073
|
whs_address?: string | null;
|
|
604060
604074
|
whs_interim_receipt?: string | null;
|
|
604061
604075
|
whs_reciept_requested?: Date | string | null;
|
|
604062
|
-
|
|
604076
|
+
whs_dispatch_requested?: Date | string | null;
|
|
604063
604077
|
whs_interim_receipt_date?: Date | string | null;
|
|
604064
604078
|
estimated_pickup_date?: Date | string | null;
|
|
604065
604079
|
actual_pickup_date?: Date | string | null;
|
|
@@ -604082,7 +604096,7 @@ type forwarding_shipment_pickupsUpdateWithoutOrganization_addressInput = {
|
|
|
604082
604096
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604083
604097
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604084
604098
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604085
|
-
|
|
604099
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604086
604100
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604087
604101
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604088
604102
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -604120,7 +604134,7 @@ type forwarding_shipment_pickupsUncheckedUpdateWithoutOrganization_addressInput
|
|
|
604120
604134
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604121
604135
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604122
604136
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604123
|
-
|
|
604137
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604124
604138
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604125
604139
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604126
604140
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -604151,7 +604165,7 @@ type forwarding_shipment_pickupsUncheckedUpdateManyWithoutOrganization_addressIn
|
|
|
604151
604165
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604152
604166
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604153
604167
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604154
|
-
|
|
604168
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604155
604169
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604156
604170
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604157
604171
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -604174,7 +604188,7 @@ type forwarding_shipment_pickupsUpdateWithoutOrganization_whs_addressInput = {
|
|
|
604174
604188
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604175
604189
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604176
604190
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604177
|
-
|
|
604191
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604178
604192
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604179
604193
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604180
604194
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -604212,7 +604226,7 @@ type forwarding_shipment_pickupsUncheckedUpdateWithoutOrganization_whs_addressIn
|
|
|
604212
604226
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604213
604227
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604214
604228
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604215
|
-
|
|
604229
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604216
604230
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604217
604231
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604218
604232
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -604243,7 +604257,7 @@ type forwarding_shipment_pickupsUncheckedUpdateManyWithoutOrganization_whs_addre
|
|
|
604243
604257
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604244
604258
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604245
604259
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604246
|
-
|
|
604260
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604247
604261
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604248
604262
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604249
604263
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -604273,7 +604287,7 @@ type forwarding_shipment_pickupsCreateManyForwarding_shipment_pickup_delivery_ty
|
|
|
604273
604287
|
whs_address?: string | null;
|
|
604274
604288
|
whs_interim_receipt?: string | null;
|
|
604275
604289
|
whs_reciept_requested?: Date | string | null;
|
|
604276
|
-
|
|
604290
|
+
whs_dispatch_requested?: Date | string | null;
|
|
604277
604291
|
whs_interim_receipt_date?: Date | string | null;
|
|
604278
604292
|
estimated_pickup_date?: Date | string | null;
|
|
604279
604293
|
actual_pickup_date?: Date | string | null;
|
|
@@ -604296,7 +604310,7 @@ type forwarding_shipment_pickupsUpdateWithoutForwarding_shipment_pickup_delivery
|
|
|
604296
604310
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604297
604311
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604298
604312
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604299
|
-
|
|
604313
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604300
604314
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604301
604315
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604302
604316
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -604334,7 +604348,7 @@ type forwarding_shipment_pickupsUncheckedUpdateWithoutForwarding_shipment_pickup
|
|
|
604334
604348
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604335
604349
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604336
604350
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604337
|
-
|
|
604351
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604338
604352
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604339
604353
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604340
604354
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -604365,7 +604379,7 @@ type forwarding_shipment_pickupsUncheckedUpdateManyWithoutForwarding_shipment_pi
|
|
|
604365
604379
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604366
604380
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
604367
604381
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604368
|
-
|
|
604382
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604369
604383
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604370
604384
|
estimated_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
604371
604385
|
actual_pickup_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -604418,7 +604432,7 @@ type forwarding_shipment_pickupsSelect<ExtArgs extends Types$1.Extensions.Intern
|
|
|
604418
604432
|
whs_address?: boolean;
|
|
604419
604433
|
whs_interim_receipt?: boolean;
|
|
604420
604434
|
whs_reciept_requested?: boolean;
|
|
604421
|
-
|
|
604435
|
+
whs_dispatch_requested?: boolean;
|
|
604422
604436
|
whs_interim_receipt_date?: boolean;
|
|
604423
604437
|
estimated_pickup_date?: boolean;
|
|
604424
604438
|
actual_pickup_date?: boolean;
|
|
@@ -604459,7 +604473,7 @@ type forwarding_shipment_pickupsSelectCreateManyAndReturn<ExtArgs extends Types$
|
|
|
604459
604473
|
whs_address?: boolean;
|
|
604460
604474
|
whs_interim_receipt?: boolean;
|
|
604461
604475
|
whs_reciept_requested?: boolean;
|
|
604462
|
-
|
|
604476
|
+
whs_dispatch_requested?: boolean;
|
|
604463
604477
|
whs_interim_receipt_date?: boolean;
|
|
604464
604478
|
estimated_pickup_date?: boolean;
|
|
604465
604479
|
actual_pickup_date?: boolean;
|
|
@@ -604498,7 +604512,7 @@ type forwarding_shipment_pickupsSelectUpdateManyAndReturn<ExtArgs extends Types$
|
|
|
604498
604512
|
whs_address?: boolean;
|
|
604499
604513
|
whs_interim_receipt?: boolean;
|
|
604500
604514
|
whs_reciept_requested?: boolean;
|
|
604501
|
-
|
|
604515
|
+
whs_dispatch_requested?: boolean;
|
|
604502
604516
|
whs_interim_receipt_date?: boolean;
|
|
604503
604517
|
estimated_pickup_date?: boolean;
|
|
604504
604518
|
actual_pickup_date?: boolean;
|
|
@@ -604522,7 +604536,7 @@ type forwarding_shipment_pickupsSelectUpdateManyAndReturn<ExtArgs extends Types$
|
|
|
604522
604536
|
organization_vendor?: boolean | forwarding_shipment_pickups$organization_vendorArgs<ExtArgs>;
|
|
604523
604537
|
forwarding_shipment_pickup_delivery_type?: boolean | forwarding_shipment_pickups$forwarding_shipment_pickup_delivery_typeArgs<ExtArgs>;
|
|
604524
604538
|
}, ExtArgs["result"]["forwarding_shipment_pickups"]>;
|
|
604525
|
-
type forwarding_shipment_pickupsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment" | "id_organization" | "id_organization_address" | "id_person_in_charge" | "id_organization_whs" | "id_organization_whs_address" | "id_pickup_type" | "id_organization_vendor" | "logic_code" | "org_address" | "whs_address" | "whs_interim_receipt" | "whs_reciept_requested" | "
|
|
604539
|
+
type forwarding_shipment_pickupsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment" | "id_organization" | "id_organization_address" | "id_person_in_charge" | "id_organization_whs" | "id_organization_whs_address" | "id_pickup_type" | "id_organization_vendor" | "logic_code" | "org_address" | "whs_address" | "whs_interim_receipt" | "whs_reciept_requested" | "whs_dispatch_requested" | "whs_interim_receipt_date" | "estimated_pickup_date" | "actual_pickup_date" | "transport_booking_number" | "driver_name" | "driver_vehicle_number" | "driver_mobile" | "is_active" | "is_override_org" | "is_override_whs" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipment_pickups"]>;
|
|
604526
604540
|
type forwarding_shipment_pickupsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
604527
604541
|
forwarding_shipment?: boolean | forwarding_shipment_pickups$forwarding_shipmentArgs<ExtArgs>;
|
|
604528
604542
|
organization?: boolean | forwarding_shipment_pickups$organizationArgs<ExtArgs>;
|
|
@@ -604583,7 +604597,7 @@ type $forwarding_shipment_pickupsPayload<ExtArgs extends Types$1.Extensions.Inte
|
|
|
604583
604597
|
whs_address: string | null;
|
|
604584
604598
|
whs_interim_receipt: string | null;
|
|
604585
604599
|
whs_reciept_requested: Date | null;
|
|
604586
|
-
|
|
604600
|
+
whs_dispatch_requested: Date | null;
|
|
604587
604601
|
whs_interim_receipt_date: Date | null;
|
|
604588
604602
|
estimated_pickup_date: Date | null;
|
|
604589
604603
|
actual_pickup_date: Date | null;
|
|
@@ -604961,7 +604975,7 @@ interface forwarding_shipment_pickupsFieldRefs {
|
|
|
604961
604975
|
readonly whs_address: FieldRef<"forwarding_shipment_pickups", 'String'>;
|
|
604962
604976
|
readonly whs_interim_receipt: FieldRef<"forwarding_shipment_pickups", 'String'>;
|
|
604963
604977
|
readonly whs_reciept_requested: FieldRef<"forwarding_shipment_pickups", 'DateTime'>;
|
|
604964
|
-
readonly
|
|
604978
|
+
readonly whs_dispatch_requested: FieldRef<"forwarding_shipment_pickups", 'DateTime'>;
|
|
604965
604979
|
readonly whs_interim_receipt_date: FieldRef<"forwarding_shipment_pickups", 'DateTime'>;
|
|
604966
604980
|
readonly estimated_pickup_date: FieldRef<"forwarding_shipment_pickups", 'DateTime'>;
|
|
604967
604981
|
readonly actual_pickup_date: FieldRef<"forwarding_shipment_pickups", 'DateTime'>;
|
|
@@ -605569,7 +605583,7 @@ type Forwarding_shipment_deliveriesMinAggregateOutputType = {
|
|
|
605569
605583
|
whs_address: string | null;
|
|
605570
605584
|
whs_interim_receipt: string | null;
|
|
605571
605585
|
whs_reciept_requested: Date | null;
|
|
605572
|
-
|
|
605586
|
+
whs_dispatch_requested: Date | null;
|
|
605573
605587
|
whs_interim_receipt_date: Date | null;
|
|
605574
605588
|
estimated_delivery_date: Date | null;
|
|
605575
605589
|
actual_delivery_date: Date | null;
|
|
@@ -605600,7 +605614,7 @@ type Forwarding_shipment_deliveriesMaxAggregateOutputType = {
|
|
|
605600
605614
|
whs_address: string | null;
|
|
605601
605615
|
whs_interim_receipt: string | null;
|
|
605602
605616
|
whs_reciept_requested: Date | null;
|
|
605603
|
-
|
|
605617
|
+
whs_dispatch_requested: Date | null;
|
|
605604
605618
|
whs_interim_receipt_date: Date | null;
|
|
605605
605619
|
estimated_delivery_date: Date | null;
|
|
605606
605620
|
actual_delivery_date: Date | null;
|
|
@@ -605631,7 +605645,7 @@ type Forwarding_shipment_deliveriesCountAggregateOutputType = {
|
|
|
605631
605645
|
whs_address: number;
|
|
605632
605646
|
whs_interim_receipt: number;
|
|
605633
605647
|
whs_reciept_requested: number;
|
|
605634
|
-
|
|
605648
|
+
whs_dispatch_requested: number;
|
|
605635
605649
|
whs_interim_receipt_date: number;
|
|
605636
605650
|
estimated_delivery_date: number;
|
|
605637
605651
|
actual_delivery_date: number;
|
|
@@ -605685,7 +605699,7 @@ type Forwarding_shipment_deliveriesMinAggregateInputType = {
|
|
|
605685
605699
|
whs_address?: true;
|
|
605686
605700
|
whs_interim_receipt?: true;
|
|
605687
605701
|
whs_reciept_requested?: true;
|
|
605688
|
-
|
|
605702
|
+
whs_dispatch_requested?: true;
|
|
605689
605703
|
whs_interim_receipt_date?: true;
|
|
605690
605704
|
estimated_delivery_date?: true;
|
|
605691
605705
|
actual_delivery_date?: true;
|
|
@@ -605716,7 +605730,7 @@ type Forwarding_shipment_deliveriesMaxAggregateInputType = {
|
|
|
605716
605730
|
whs_address?: true;
|
|
605717
605731
|
whs_interim_receipt?: true;
|
|
605718
605732
|
whs_reciept_requested?: true;
|
|
605719
|
-
|
|
605733
|
+
whs_dispatch_requested?: true;
|
|
605720
605734
|
whs_interim_receipt_date?: true;
|
|
605721
605735
|
estimated_delivery_date?: true;
|
|
605722
605736
|
actual_delivery_date?: true;
|
|
@@ -605747,7 +605761,7 @@ type Forwarding_shipment_deliveriesCountAggregateInputType = {
|
|
|
605747
605761
|
whs_address?: true;
|
|
605748
605762
|
whs_interim_receipt?: true;
|
|
605749
605763
|
whs_reciept_requested?: true;
|
|
605750
|
-
|
|
605764
|
+
whs_dispatch_requested?: true;
|
|
605751
605765
|
whs_interim_receipt_date?: true;
|
|
605752
605766
|
estimated_delivery_date?: true;
|
|
605753
605767
|
actual_delivery_date?: true;
|
|
@@ -605853,7 +605867,7 @@ type Forwarding_shipment_deliveriesGroupByOutputType = {
|
|
|
605853
605867
|
whs_address: string | null;
|
|
605854
605868
|
whs_interim_receipt: string | null;
|
|
605855
605869
|
whs_reciept_requested: Date | null;
|
|
605856
|
-
|
|
605870
|
+
whs_dispatch_requested: Date | null;
|
|
605857
605871
|
whs_interim_receipt_date: Date | null;
|
|
605858
605872
|
estimated_delivery_date: Date | null;
|
|
605859
605873
|
actual_delivery_date: Date | null;
|
|
@@ -605893,7 +605907,7 @@ type forwarding_shipment_deliveriesWhereInput = {
|
|
|
605893
605907
|
whs_address?: StringNullableFilter<"forwarding_shipment_deliveries"> | string | null;
|
|
605894
605908
|
whs_interim_receipt?: StringNullableFilter<"forwarding_shipment_deliveries"> | string | null;
|
|
605895
605909
|
whs_reciept_requested?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
605896
|
-
|
|
605910
|
+
whs_dispatch_requested?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
605897
605911
|
whs_interim_receipt_date?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
605898
605912
|
estimated_delivery_date?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
605899
605913
|
actual_delivery_date?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
@@ -605933,7 +605947,7 @@ type forwarding_shipment_deliveriesOrderByWithRelationInput = {
|
|
|
605933
605947
|
whs_address?: SortOrderInput | SortOrder;
|
|
605934
605948
|
whs_interim_receipt?: SortOrderInput | SortOrder;
|
|
605935
605949
|
whs_reciept_requested?: SortOrderInput | SortOrder;
|
|
605936
|
-
|
|
605950
|
+
whs_dispatch_requested?: SortOrderInput | SortOrder;
|
|
605937
605951
|
whs_interim_receipt_date?: SortOrderInput | SortOrder;
|
|
605938
605952
|
estimated_delivery_date?: SortOrderInput | SortOrder;
|
|
605939
605953
|
actual_delivery_date?: SortOrderInput | SortOrder;
|
|
@@ -605976,7 +605990,7 @@ type forwarding_shipment_deliveriesWhereUniqueInput = AtLeast<{
|
|
|
605976
605990
|
whs_address?: StringNullableFilter<"forwarding_shipment_deliveries"> | string | null;
|
|
605977
605991
|
whs_interim_receipt?: StringNullableFilter<"forwarding_shipment_deliveries"> | string | null;
|
|
605978
605992
|
whs_reciept_requested?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
605979
|
-
|
|
605993
|
+
whs_dispatch_requested?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
605980
605994
|
whs_interim_receipt_date?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
605981
605995
|
estimated_delivery_date?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
605982
605996
|
actual_delivery_date?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
@@ -606016,7 +606030,7 @@ type forwarding_shipment_deliveriesOrderByWithAggregationInput = {
|
|
|
606016
606030
|
whs_address?: SortOrderInput | SortOrder;
|
|
606017
606031
|
whs_interim_receipt?: SortOrderInput | SortOrder;
|
|
606018
606032
|
whs_reciept_requested?: SortOrderInput | SortOrder;
|
|
606019
|
-
|
|
606033
|
+
whs_dispatch_requested?: SortOrderInput | SortOrder;
|
|
606020
606034
|
whs_interim_receipt_date?: SortOrderInput | SortOrder;
|
|
606021
606035
|
estimated_delivery_date?: SortOrderInput | SortOrder;
|
|
606022
606036
|
actual_delivery_date?: SortOrderInput | SortOrder;
|
|
@@ -606055,7 +606069,7 @@ type forwarding_shipment_deliveriesScalarWhereWithAggregatesInput = {
|
|
|
606055
606069
|
whs_address?: StringNullableWithAggregatesFilter<"forwarding_shipment_deliveries"> | string | null;
|
|
606056
606070
|
whs_interim_receipt?: StringNullableWithAggregatesFilter<"forwarding_shipment_deliveries"> | string | null;
|
|
606057
606071
|
whs_reciept_requested?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
606058
|
-
|
|
606072
|
+
whs_dispatch_requested?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
606059
606073
|
whs_interim_receipt_date?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
606060
606074
|
estimated_delivery_date?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
606061
606075
|
actual_delivery_date?: DateTimeNullableWithAggregatesFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
@@ -606078,7 +606092,7 @@ type forwarding_shipment_deliveriesCreateInput = {
|
|
|
606078
606092
|
whs_address?: string | null;
|
|
606079
606093
|
whs_interim_receipt?: string | null;
|
|
606080
606094
|
whs_reciept_requested?: Date | string | null;
|
|
606081
|
-
|
|
606095
|
+
whs_dispatch_requested?: Date | string | null;
|
|
606082
606096
|
whs_interim_receipt_date?: Date | string | null;
|
|
606083
606097
|
estimated_delivery_date?: Date | string | null;
|
|
606084
606098
|
actual_delivery_date?: Date | string | null;
|
|
@@ -606118,7 +606132,7 @@ type forwarding_shipment_deliveriesUncheckedCreateInput = {
|
|
|
606118
606132
|
whs_address?: string | null;
|
|
606119
606133
|
whs_interim_receipt?: string | null;
|
|
606120
606134
|
whs_reciept_requested?: Date | string | null;
|
|
606121
|
-
|
|
606135
|
+
whs_dispatch_requested?: Date | string | null;
|
|
606122
606136
|
whs_interim_receipt_date?: Date | string | null;
|
|
606123
606137
|
estimated_delivery_date?: Date | string | null;
|
|
606124
606138
|
actual_delivery_date?: Date | string | null;
|
|
@@ -606142,7 +606156,7 @@ type forwarding_shipment_deliveriesUpdateInput = {
|
|
|
606142
606156
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
606143
606157
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
606144
606158
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606145
|
-
|
|
606159
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606146
606160
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606147
606161
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606148
606162
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -606182,7 +606196,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateInput = {
|
|
|
606182
606196
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
606183
606197
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
606184
606198
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606185
|
-
|
|
606199
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606186
606200
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606187
606201
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606188
606202
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -606214,7 +606228,7 @@ type forwarding_shipment_deliveriesCreateManyInput = {
|
|
|
606214
606228
|
whs_address?: string | null;
|
|
606215
606229
|
whs_interim_receipt?: string | null;
|
|
606216
606230
|
whs_reciept_requested?: Date | string | null;
|
|
606217
|
-
|
|
606231
|
+
whs_dispatch_requested?: Date | string | null;
|
|
606218
606232
|
whs_interim_receipt_date?: Date | string | null;
|
|
606219
606233
|
estimated_delivery_date?: Date | string | null;
|
|
606220
606234
|
actual_delivery_date?: Date | string | null;
|
|
@@ -606237,7 +606251,7 @@ type forwarding_shipment_deliveriesUpdateManyMutationInput = {
|
|
|
606237
606251
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
606238
606252
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
606239
606253
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606240
|
-
|
|
606254
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606241
606255
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606242
606256
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606243
606257
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -606268,7 +606282,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateManyInput = {
|
|
|
606268
606282
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
606269
606283
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
606270
606284
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606271
|
-
|
|
606285
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606272
606286
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606273
606287
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
606274
606288
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -606311,7 +606325,7 @@ type forwarding_shipment_deliveriesCountOrderByAggregateInput = {
|
|
|
606311
606325
|
whs_address?: SortOrder;
|
|
606312
606326
|
whs_interim_receipt?: SortOrder;
|
|
606313
606327
|
whs_reciept_requested?: SortOrder;
|
|
606314
|
-
|
|
606328
|
+
whs_dispatch_requested?: SortOrder;
|
|
606315
606329
|
whs_interim_receipt_date?: SortOrder;
|
|
606316
606330
|
estimated_delivery_date?: SortOrder;
|
|
606317
606331
|
actual_delivery_date?: SortOrder;
|
|
@@ -606353,7 +606367,7 @@ type forwarding_shipment_deliveriesMaxOrderByAggregateInput = {
|
|
|
606353
606367
|
whs_address?: SortOrder;
|
|
606354
606368
|
whs_interim_receipt?: SortOrder;
|
|
606355
606369
|
whs_reciept_requested?: SortOrder;
|
|
606356
|
-
|
|
606370
|
+
whs_dispatch_requested?: SortOrder;
|
|
606357
606371
|
whs_interim_receipt_date?: SortOrder;
|
|
606358
606372
|
estimated_delivery_date?: SortOrder;
|
|
606359
606373
|
actual_delivery_date?: SortOrder;
|
|
@@ -606384,7 +606398,7 @@ type forwarding_shipment_deliveriesMinOrderByAggregateInput = {
|
|
|
606384
606398
|
whs_address?: SortOrder;
|
|
606385
606399
|
whs_interim_receipt?: SortOrder;
|
|
606386
606400
|
whs_reciept_requested?: SortOrder;
|
|
606387
|
-
|
|
606401
|
+
whs_dispatch_requested?: SortOrder;
|
|
606388
606402
|
whs_interim_receipt_date?: SortOrder;
|
|
606389
606403
|
estimated_delivery_date?: SortOrder;
|
|
606390
606404
|
actual_delivery_date?: SortOrder;
|
|
@@ -606726,7 +606740,7 @@ type forwarding_shipment_deliveriesCreateWithoutOrganizationInput = {
|
|
|
606726
606740
|
whs_address?: string | null;
|
|
606727
606741
|
whs_interim_receipt?: string | null;
|
|
606728
606742
|
whs_reciept_requested?: Date | string | null;
|
|
606729
|
-
|
|
606743
|
+
whs_dispatch_requested?: Date | string | null;
|
|
606730
606744
|
whs_interim_receipt_date?: Date | string | null;
|
|
606731
606745
|
estimated_delivery_date?: Date | string | null;
|
|
606732
606746
|
actual_delivery_date?: Date | string | null;
|
|
@@ -606764,7 +606778,7 @@ type forwarding_shipment_deliveriesUncheckedCreateWithoutOrganizationInput = {
|
|
|
606764
606778
|
whs_address?: string | null;
|
|
606765
606779
|
whs_interim_receipt?: string | null;
|
|
606766
606780
|
whs_reciept_requested?: Date | string | null;
|
|
606767
|
-
|
|
606781
|
+
whs_dispatch_requested?: Date | string | null;
|
|
606768
606782
|
whs_interim_receipt_date?: Date | string | null;
|
|
606769
606783
|
estimated_delivery_date?: Date | string | null;
|
|
606770
606784
|
actual_delivery_date?: Date | string | null;
|
|
@@ -606796,7 +606810,7 @@ type forwarding_shipment_deliveriesCreateWithoutOrganization_whsInput = {
|
|
|
606796
606810
|
whs_address?: string | null;
|
|
606797
606811
|
whs_interim_receipt?: string | null;
|
|
606798
606812
|
whs_reciept_requested?: Date | string | null;
|
|
606799
|
-
|
|
606813
|
+
whs_dispatch_requested?: Date | string | null;
|
|
606800
606814
|
whs_interim_receipt_date?: Date | string | null;
|
|
606801
606815
|
estimated_delivery_date?: Date | string | null;
|
|
606802
606816
|
actual_delivery_date?: Date | string | null;
|
|
@@ -606834,7 +606848,7 @@ type forwarding_shipment_deliveriesUncheckedCreateWithoutOrganization_whsInput =
|
|
|
606834
606848
|
whs_address?: string | null;
|
|
606835
606849
|
whs_interim_receipt?: string | null;
|
|
606836
606850
|
whs_reciept_requested?: Date | string | null;
|
|
606837
|
-
|
|
606851
|
+
whs_dispatch_requested?: Date | string | null;
|
|
606838
606852
|
whs_interim_receipt_date?: Date | string | null;
|
|
606839
606853
|
estimated_delivery_date?: Date | string | null;
|
|
606840
606854
|
actual_delivery_date?: Date | string | null;
|
|
@@ -606866,7 +606880,7 @@ type forwarding_shipment_deliveriesCreateWithoutOrganization_vendorInput = {
|
|
|
606866
606880
|
whs_address?: string | null;
|
|
606867
606881
|
whs_interim_receipt?: string | null;
|
|
606868
606882
|
whs_reciept_requested?: Date | string | null;
|
|
606869
|
-
|
|
606883
|
+
whs_dispatch_requested?: Date | string | null;
|
|
606870
606884
|
whs_interim_receipt_date?: Date | string | null;
|
|
606871
606885
|
estimated_delivery_date?: Date | string | null;
|
|
606872
606886
|
actual_delivery_date?: Date | string | null;
|
|
@@ -606904,7 +606918,7 @@ type forwarding_shipment_deliveriesUncheckedCreateWithoutOrganization_vendorInpu
|
|
|
606904
606918
|
whs_address?: string | null;
|
|
606905
606919
|
whs_interim_receipt?: string | null;
|
|
606906
606920
|
whs_reciept_requested?: Date | string | null;
|
|
606907
|
-
|
|
606921
|
+
whs_dispatch_requested?: Date | string | null;
|
|
606908
606922
|
whs_interim_receipt_date?: Date | string | null;
|
|
606909
606923
|
estimated_delivery_date?: Date | string | null;
|
|
606910
606924
|
actual_delivery_date?: Date | string | null;
|
|
@@ -606960,7 +606974,7 @@ type forwarding_shipment_deliveriesScalarWhereInput = {
|
|
|
606960
606974
|
whs_address?: StringNullableFilter<"forwarding_shipment_deliveries"> | string | null;
|
|
606961
606975
|
whs_interim_receipt?: StringNullableFilter<"forwarding_shipment_deliveries"> | string | null;
|
|
606962
606976
|
whs_reciept_requested?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
606963
|
-
|
|
606977
|
+
whs_dispatch_requested?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
606964
606978
|
whs_interim_receipt_date?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
606965
606979
|
estimated_delivery_date?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
606966
606980
|
actual_delivery_date?: DateTimeNullableFilter<"forwarding_shipment_deliveries"> | Date | string | null;
|
|
@@ -607009,7 +607023,7 @@ type forwarding_shipment_deliveriesCreateWithoutOrganization_person_in_chargeInp
|
|
|
607009
607023
|
whs_address?: string | null;
|
|
607010
607024
|
whs_interim_receipt?: string | null;
|
|
607011
607025
|
whs_reciept_requested?: Date | string | null;
|
|
607012
|
-
|
|
607026
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607013
607027
|
whs_interim_receipt_date?: Date | string | null;
|
|
607014
607028
|
estimated_delivery_date?: Date | string | null;
|
|
607015
607029
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607047,7 +607061,7 @@ type forwarding_shipment_deliveriesUncheckedCreateWithoutOrganization_person_in_
|
|
|
607047
607061
|
whs_address?: string | null;
|
|
607048
607062
|
whs_interim_receipt?: string | null;
|
|
607049
607063
|
whs_reciept_requested?: Date | string | null;
|
|
607050
|
-
|
|
607064
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607051
607065
|
whs_interim_receipt_date?: Date | string | null;
|
|
607052
607066
|
estimated_delivery_date?: Date | string | null;
|
|
607053
607067
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607092,7 +607106,7 @@ type forwarding_shipment_deliveriesCreateWithoutOrganization_addressInput = {
|
|
|
607092
607106
|
whs_address?: string | null;
|
|
607093
607107
|
whs_interim_receipt?: string | null;
|
|
607094
607108
|
whs_reciept_requested?: Date | string | null;
|
|
607095
|
-
|
|
607109
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607096
607110
|
whs_interim_receipt_date?: Date | string | null;
|
|
607097
607111
|
estimated_delivery_date?: Date | string | null;
|
|
607098
607112
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607130,7 +607144,7 @@ type forwarding_shipment_deliveriesUncheckedCreateWithoutOrganization_addressInp
|
|
|
607130
607144
|
whs_address?: string | null;
|
|
607131
607145
|
whs_interim_receipt?: string | null;
|
|
607132
607146
|
whs_reciept_requested?: Date | string | null;
|
|
607133
|
-
|
|
607147
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607134
607148
|
whs_interim_receipt_date?: Date | string | null;
|
|
607135
607149
|
estimated_delivery_date?: Date | string | null;
|
|
607136
607150
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607162,7 +607176,7 @@ type forwarding_shipment_deliveriesCreateWithoutOrganization_whs_addressInput =
|
|
|
607162
607176
|
whs_address?: string | null;
|
|
607163
607177
|
whs_interim_receipt?: string | null;
|
|
607164
607178
|
whs_reciept_requested?: Date | string | null;
|
|
607165
|
-
|
|
607179
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607166
607180
|
whs_interim_receipt_date?: Date | string | null;
|
|
607167
607181
|
estimated_delivery_date?: Date | string | null;
|
|
607168
607182
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607200,7 +607214,7 @@ type forwarding_shipment_deliveriesUncheckedCreateWithoutOrganization_whs_addres
|
|
|
607200
607214
|
whs_address?: string | null;
|
|
607201
607215
|
whs_interim_receipt?: string | null;
|
|
607202
607216
|
whs_reciept_requested?: Date | string | null;
|
|
607203
|
-
|
|
607217
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607204
607218
|
whs_interim_receipt_date?: Date | string | null;
|
|
607205
607219
|
estimated_delivery_date?: Date | string | null;
|
|
607206
607220
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607258,7 +607272,7 @@ type forwarding_shipment_deliveriesCreateWithoutForwarding_shipment_pickup_deliv
|
|
|
607258
607272
|
whs_address?: string | null;
|
|
607259
607273
|
whs_interim_receipt?: string | null;
|
|
607260
607274
|
whs_reciept_requested?: Date | string | null;
|
|
607261
|
-
|
|
607275
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607262
607276
|
whs_interim_receipt_date?: Date | string | null;
|
|
607263
607277
|
estimated_delivery_date?: Date | string | null;
|
|
607264
607278
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607296,7 +607310,7 @@ type forwarding_shipment_deliveriesUncheckedCreateWithoutForwarding_shipment_pic
|
|
|
607296
607310
|
whs_address?: string | null;
|
|
607297
607311
|
whs_interim_receipt?: string | null;
|
|
607298
607312
|
whs_reciept_requested?: Date | string | null;
|
|
607299
|
-
|
|
607313
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607300
607314
|
whs_interim_receipt_date?: Date | string | null;
|
|
607301
607315
|
estimated_delivery_date?: Date | string | null;
|
|
607302
607316
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607341,7 +607355,7 @@ type forwarding_shipment_deliveriesCreateWithoutForwarding_shipmentInput = {
|
|
|
607341
607355
|
whs_address?: string | null;
|
|
607342
607356
|
whs_interim_receipt?: string | null;
|
|
607343
607357
|
whs_reciept_requested?: Date | string | null;
|
|
607344
|
-
|
|
607358
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607345
607359
|
whs_interim_receipt_date?: Date | string | null;
|
|
607346
607360
|
estimated_delivery_date?: Date | string | null;
|
|
607347
607361
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607379,7 +607393,7 @@ type forwarding_shipment_deliveriesUncheckedCreateWithoutForwarding_shipmentInpu
|
|
|
607379
607393
|
whs_address?: string | null;
|
|
607380
607394
|
whs_interim_receipt?: string | null;
|
|
607381
607395
|
whs_reciept_requested?: Date | string | null;
|
|
607382
|
-
|
|
607396
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607383
607397
|
whs_interim_receipt_date?: Date | string | null;
|
|
607384
607398
|
estimated_delivery_date?: Date | string | null;
|
|
607385
607399
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607416,7 +607430,7 @@ type forwarding_shipment_deliveriesUpdateWithoutForwarding_shipmentInput = {
|
|
|
607416
607430
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607417
607431
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607418
607432
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607419
|
-
|
|
607433
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607420
607434
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607421
607435
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607422
607436
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -607454,7 +607468,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateWithoutForwarding_shipmentInpu
|
|
|
607454
607468
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607455
607469
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607456
607470
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607457
|
-
|
|
607471
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607458
607472
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607459
607473
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607460
607474
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -607478,7 +607492,7 @@ type forwarding_shipment_deliveriesCreateWithoutForwarding_shipment_delivery_log
|
|
|
607478
607492
|
whs_address?: string | null;
|
|
607479
607493
|
whs_interim_receipt?: string | null;
|
|
607480
607494
|
whs_reciept_requested?: Date | string | null;
|
|
607481
|
-
|
|
607495
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607482
607496
|
whs_interim_receipt_date?: Date | string | null;
|
|
607483
607497
|
estimated_delivery_date?: Date | string | null;
|
|
607484
607498
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607517,7 +607531,7 @@ type forwarding_shipment_deliveriesUncheckedCreateWithoutForwarding_shipment_del
|
|
|
607517
607531
|
whs_address?: string | null;
|
|
607518
607532
|
whs_interim_receipt?: string | null;
|
|
607519
607533
|
whs_reciept_requested?: Date | string | null;
|
|
607520
|
-
|
|
607534
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607521
607535
|
whs_interim_receipt_date?: Date | string | null;
|
|
607522
607536
|
estimated_delivery_date?: Date | string | null;
|
|
607523
607537
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607553,7 +607567,7 @@ type forwarding_shipment_deliveriesUpdateWithoutForwarding_shipment_delivery_log
|
|
|
607553
607567
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607554
607568
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607555
607569
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607556
|
-
|
|
607570
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607557
607571
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607558
607572
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607559
607573
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -607592,7 +607606,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateWithoutForwarding_shipment_del
|
|
|
607592
607606
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607593
607607
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607594
607608
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607595
|
-
|
|
607609
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607596
607610
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607597
607611
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607598
607612
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -607622,7 +607636,7 @@ type forwarding_shipment_deliveriesCreateManyOrganizationInput = {
|
|
|
607622
607636
|
whs_address?: string | null;
|
|
607623
607637
|
whs_interim_receipt?: string | null;
|
|
607624
607638
|
whs_reciept_requested?: Date | string | null;
|
|
607625
|
-
|
|
607639
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607626
607640
|
whs_interim_receipt_date?: Date | string | null;
|
|
607627
607641
|
estimated_delivery_date?: Date | string | null;
|
|
607628
607642
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607652,7 +607666,7 @@ type forwarding_shipment_deliveriesCreateManyOrganization_whsInput = {
|
|
|
607652
607666
|
whs_address?: string | null;
|
|
607653
607667
|
whs_interim_receipt?: string | null;
|
|
607654
607668
|
whs_reciept_requested?: Date | string | null;
|
|
607655
|
-
|
|
607669
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607656
607670
|
whs_interim_receipt_date?: Date | string | null;
|
|
607657
607671
|
estimated_delivery_date?: Date | string | null;
|
|
607658
607672
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607682,7 +607696,7 @@ type forwarding_shipment_deliveriesCreateManyOrganization_vendorInput = {
|
|
|
607682
607696
|
whs_address?: string | null;
|
|
607683
607697
|
whs_interim_receipt?: string | null;
|
|
607684
607698
|
whs_reciept_requested?: Date | string | null;
|
|
607685
|
-
|
|
607699
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607686
607700
|
whs_interim_receipt_date?: Date | string | null;
|
|
607687
607701
|
estimated_delivery_date?: Date | string | null;
|
|
607688
607702
|
actual_delivery_date?: Date | string | null;
|
|
@@ -607705,7 +607719,7 @@ type forwarding_shipment_deliveriesUpdateWithoutOrganizationInput = {
|
|
|
607705
607719
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607706
607720
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607707
607721
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607708
|
-
|
|
607722
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607709
607723
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607710
607724
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607711
607725
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -607743,7 +607757,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateWithoutOrganizationInput = {
|
|
|
607743
607757
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607744
607758
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607745
607759
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607746
|
-
|
|
607760
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607747
607761
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607748
607762
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607749
607763
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -607774,7 +607788,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateManyWithoutOrganizationInput =
|
|
|
607774
607788
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607775
607789
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607776
607790
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607777
|
-
|
|
607791
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607778
607792
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607779
607793
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607780
607794
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -607797,7 +607811,7 @@ type forwarding_shipment_deliveriesUpdateWithoutOrganization_whsInput = {
|
|
|
607797
607811
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607798
607812
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607799
607813
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607800
|
-
|
|
607814
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607801
607815
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607802
607816
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607803
607817
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -607835,7 +607849,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateWithoutOrganization_whsInput =
|
|
|
607835
607849
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607836
607850
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607837
607851
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607838
|
-
|
|
607852
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607839
607853
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607840
607854
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607841
607855
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -607866,7 +607880,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateManyWithoutOrganization_whsInp
|
|
|
607866
607880
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607867
607881
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607868
607882
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607869
|
-
|
|
607883
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607870
607884
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607871
607885
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607872
607886
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -607889,7 +607903,7 @@ type forwarding_shipment_deliveriesUpdateWithoutOrganization_vendorInput = {
|
|
|
607889
607903
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607890
607904
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607891
607905
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607892
|
-
|
|
607906
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607893
607907
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607894
607908
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607895
607909
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -607927,7 +607941,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateWithoutOrganization_vendorInpu
|
|
|
607927
607941
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607928
607942
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607929
607943
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607930
|
-
|
|
607944
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607931
607945
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607932
607946
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607933
607947
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -607958,7 +607972,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateManyWithoutOrganization_vendor
|
|
|
607958
607972
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607959
607973
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
607960
607974
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607961
|
-
|
|
607975
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607962
607976
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607963
607977
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
607964
607978
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -607988,7 +608002,7 @@ type forwarding_shipment_deliveriesCreateManyOrganization_person_in_chargeInput
|
|
|
607988
608002
|
whs_address?: string | null;
|
|
607989
608003
|
whs_interim_receipt?: string | null;
|
|
607990
608004
|
whs_reciept_requested?: Date | string | null;
|
|
607991
|
-
|
|
608005
|
+
whs_dispatch_requested?: Date | string | null;
|
|
607992
608006
|
whs_interim_receipt_date?: Date | string | null;
|
|
607993
608007
|
estimated_delivery_date?: Date | string | null;
|
|
607994
608008
|
actual_delivery_date?: Date | string | null;
|
|
@@ -608011,7 +608025,7 @@ type forwarding_shipment_deliveriesUpdateWithoutOrganization_person_in_chargeInp
|
|
|
608011
608025
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608012
608026
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608013
608027
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608014
|
-
|
|
608028
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608015
608029
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608016
608030
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608017
608031
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -608049,7 +608063,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateWithoutOrganization_person_in_
|
|
|
608049
608063
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608050
608064
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608051
608065
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608052
|
-
|
|
608066
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608053
608067
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608054
608068
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608055
608069
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -608080,7 +608094,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateManyWithoutOrganization_person
|
|
|
608080
608094
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608081
608095
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608082
608096
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608083
|
-
|
|
608097
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608084
608098
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608085
608099
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608086
608100
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -608110,7 +608124,7 @@ type forwarding_shipment_deliveriesCreateManyOrganization_addressInput = {
|
|
|
608110
608124
|
whs_address?: string | null;
|
|
608111
608125
|
whs_interim_receipt?: string | null;
|
|
608112
608126
|
whs_reciept_requested?: Date | string | null;
|
|
608113
|
-
|
|
608127
|
+
whs_dispatch_requested?: Date | string | null;
|
|
608114
608128
|
whs_interim_receipt_date?: Date | string | null;
|
|
608115
608129
|
estimated_delivery_date?: Date | string | null;
|
|
608116
608130
|
actual_delivery_date?: Date | string | null;
|
|
@@ -608140,7 +608154,7 @@ type forwarding_shipment_deliveriesCreateManyOrganization_whs_addressInput = {
|
|
|
608140
608154
|
whs_address?: string | null;
|
|
608141
608155
|
whs_interim_receipt?: string | null;
|
|
608142
608156
|
whs_reciept_requested?: Date | string | null;
|
|
608143
|
-
|
|
608157
|
+
whs_dispatch_requested?: Date | string | null;
|
|
608144
608158
|
whs_interim_receipt_date?: Date | string | null;
|
|
608145
608159
|
estimated_delivery_date?: Date | string | null;
|
|
608146
608160
|
actual_delivery_date?: Date | string | null;
|
|
@@ -608163,7 +608177,7 @@ type forwarding_shipment_deliveriesUpdateWithoutOrganization_addressInput = {
|
|
|
608163
608177
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608164
608178
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608165
608179
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608166
|
-
|
|
608180
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608167
608181
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608168
608182
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608169
608183
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -608201,7 +608215,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateWithoutOrganization_addressInp
|
|
|
608201
608215
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608202
608216
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608203
608217
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608204
|
-
|
|
608218
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608205
608219
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608206
608220
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608207
608221
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -608232,7 +608246,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateManyWithoutOrganization_addres
|
|
|
608232
608246
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608233
608247
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608234
608248
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608235
|
-
|
|
608249
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608236
608250
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608237
608251
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608238
608252
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -608255,7 +608269,7 @@ type forwarding_shipment_deliveriesUpdateWithoutOrganization_whs_addressInput =
|
|
|
608255
608269
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608256
608270
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608257
608271
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608258
|
-
|
|
608272
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608259
608273
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608260
608274
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608261
608275
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -608293,7 +608307,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateWithoutOrganization_whs_addres
|
|
|
608293
608307
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608294
608308
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608295
608309
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608296
|
-
|
|
608310
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608297
608311
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608298
608312
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608299
608313
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -608324,7 +608338,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateManyWithoutOrganization_whs_ad
|
|
|
608324
608338
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608325
608339
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608326
608340
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608327
|
-
|
|
608341
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608328
608342
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608329
608343
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608330
608344
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -608354,7 +608368,7 @@ type forwarding_shipment_deliveriesCreateManyForwarding_shipment_pickup_delivery
|
|
|
608354
608368
|
whs_address?: string | null;
|
|
608355
608369
|
whs_interim_receipt?: string | null;
|
|
608356
608370
|
whs_reciept_requested?: Date | string | null;
|
|
608357
|
-
|
|
608371
|
+
whs_dispatch_requested?: Date | string | null;
|
|
608358
608372
|
whs_interim_receipt_date?: Date | string | null;
|
|
608359
608373
|
estimated_delivery_date?: Date | string | null;
|
|
608360
608374
|
actual_delivery_date?: Date | string | null;
|
|
@@ -608377,7 +608391,7 @@ type forwarding_shipment_deliveriesUpdateWithoutForwarding_shipment_pickup_deliv
|
|
|
608377
608391
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608378
608392
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608379
608393
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608380
|
-
|
|
608394
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608381
608395
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608382
608396
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608383
608397
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -608415,7 +608429,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateWithoutForwarding_shipment_pic
|
|
|
608415
608429
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608416
608430
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608417
608431
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608418
|
-
|
|
608432
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608419
608433
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608420
608434
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608421
608435
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -608446,7 +608460,7 @@ type forwarding_shipment_deliveriesUncheckedUpdateManyWithoutForwarding_shipment
|
|
|
608446
608460
|
whs_address?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608447
608461
|
whs_interim_receipt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
608448
608462
|
whs_reciept_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608449
|
-
|
|
608463
|
+
whs_dispatch_requested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608450
608464
|
whs_interim_receipt_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608451
608465
|
estimated_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608452
608466
|
actual_delivery_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -608499,7 +608513,7 @@ type forwarding_shipment_deliveriesSelect<ExtArgs extends Types$1.Extensions.Int
|
|
|
608499
608513
|
whs_address?: boolean;
|
|
608500
608514
|
whs_interim_receipt?: boolean;
|
|
608501
608515
|
whs_reciept_requested?: boolean;
|
|
608502
|
-
|
|
608516
|
+
whs_dispatch_requested?: boolean;
|
|
608503
608517
|
whs_interim_receipt_date?: boolean;
|
|
608504
608518
|
estimated_delivery_date?: boolean;
|
|
608505
608519
|
actual_delivery_date?: boolean;
|
|
@@ -608540,7 +608554,7 @@ type forwarding_shipment_deliveriesSelectCreateManyAndReturn<ExtArgs extends Typ
|
|
|
608540
608554
|
whs_address?: boolean;
|
|
608541
608555
|
whs_interim_receipt?: boolean;
|
|
608542
608556
|
whs_reciept_requested?: boolean;
|
|
608543
|
-
|
|
608557
|
+
whs_dispatch_requested?: boolean;
|
|
608544
608558
|
whs_interim_receipt_date?: boolean;
|
|
608545
608559
|
estimated_delivery_date?: boolean;
|
|
608546
608560
|
actual_delivery_date?: boolean;
|
|
@@ -608579,7 +608593,7 @@ type forwarding_shipment_deliveriesSelectUpdateManyAndReturn<ExtArgs extends Typ
|
|
|
608579
608593
|
whs_address?: boolean;
|
|
608580
608594
|
whs_interim_receipt?: boolean;
|
|
608581
608595
|
whs_reciept_requested?: boolean;
|
|
608582
|
-
|
|
608596
|
+
whs_dispatch_requested?: boolean;
|
|
608583
608597
|
whs_interim_receipt_date?: boolean;
|
|
608584
608598
|
estimated_delivery_date?: boolean;
|
|
608585
608599
|
actual_delivery_date?: boolean;
|
|
@@ -608603,7 +608617,7 @@ type forwarding_shipment_deliveriesSelectUpdateManyAndReturn<ExtArgs extends Typ
|
|
|
608603
608617
|
organization_vendor?: boolean | forwarding_shipment_deliveries$organization_vendorArgs<ExtArgs>;
|
|
608604
608618
|
forwarding_shipment_pickup_delivery_type?: boolean | forwarding_shipment_deliveries$forwarding_shipment_pickup_delivery_typeArgs<ExtArgs>;
|
|
608605
608619
|
}, ExtArgs["result"]["forwarding_shipment_deliveries"]>;
|
|
608606
|
-
type forwarding_shipment_deliveriesOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment" | "id_organization" | "id_organization_address" | "id_person_in_charge" | "id_organization_whs" | "id_organization_whs_address" | "id_delivery_type" | "id_organization_vendor" | "logic_code" | "org_address" | "whs_address" | "whs_interim_receipt" | "whs_reciept_requested" | "
|
|
608620
|
+
type forwarding_shipment_deliveriesOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment" | "id_organization" | "id_organization_address" | "id_person_in_charge" | "id_organization_whs" | "id_organization_whs_address" | "id_delivery_type" | "id_organization_vendor" | "logic_code" | "org_address" | "whs_address" | "whs_interim_receipt" | "whs_reciept_requested" | "whs_dispatch_requested" | "whs_interim_receipt_date" | "estimated_delivery_date" | "actual_delivery_date" | "transport_booking_number" | "driver_name" | "driver_vehicle_number" | "driver_mobile" | "is_active" | "is_override_org" | "is_override_whs" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipment_deliveries"]>;
|
|
608607
608621
|
type forwarding_shipment_deliveriesInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
608608
608622
|
forwarding_shipment?: boolean | forwarding_shipment_deliveries$forwarding_shipmentArgs<ExtArgs>;
|
|
608609
608623
|
organization?: boolean | forwarding_shipment_deliveries$organizationArgs<ExtArgs>;
|
|
@@ -608664,7 +608678,7 @@ type $forwarding_shipment_deliveriesPayload<ExtArgs extends Types$1.Extensions.I
|
|
|
608664
608678
|
whs_address: string | null;
|
|
608665
608679
|
whs_interim_receipt: string | null;
|
|
608666
608680
|
whs_reciept_requested: Date | null;
|
|
608667
|
-
|
|
608681
|
+
whs_dispatch_requested: Date | null;
|
|
608668
608682
|
whs_interim_receipt_date: Date | null;
|
|
608669
608683
|
estimated_delivery_date: Date | null;
|
|
608670
608684
|
actual_delivery_date: Date | null;
|
|
@@ -609042,7 +609056,7 @@ interface forwarding_shipment_deliveriesFieldRefs {
|
|
|
609042
609056
|
readonly whs_address: FieldRef<"forwarding_shipment_deliveries", 'String'>;
|
|
609043
609057
|
readonly whs_interim_receipt: FieldRef<"forwarding_shipment_deliveries", 'String'>;
|
|
609044
609058
|
readonly whs_reciept_requested: FieldRef<"forwarding_shipment_deliveries", 'DateTime'>;
|
|
609045
|
-
readonly
|
|
609059
|
+
readonly whs_dispatch_requested: FieldRef<"forwarding_shipment_deliveries", 'DateTime'>;
|
|
609046
609060
|
readonly whs_interim_receipt_date: FieldRef<"forwarding_shipment_deliveries", 'DateTime'>;
|
|
609047
609061
|
readonly estimated_delivery_date: FieldRef<"forwarding_shipment_deliveries", 'DateTime'>;
|
|
609048
609062
|
readonly actual_delivery_date: FieldRef<"forwarding_shipment_deliveries", 'DateTime'>;
|
|
@@ -695724,7 +695738,6 @@ declare const Forwarding_shipment_billingsScalarFieldEnum: {
|
|
|
695724
695738
|
readonly code: "code";
|
|
695725
695739
|
readonly name: "name";
|
|
695726
695740
|
readonly billing_number: "billing_number";
|
|
695727
|
-
readonly job_description: "job_description";
|
|
695728
695741
|
readonly job_date: "job_date";
|
|
695729
695742
|
readonly open_date: "open_date";
|
|
695730
695743
|
readonly close_date: "close_date";
|
|
@@ -695775,6 +695788,7 @@ declare const Forwarding_shipment_billing_detailsScalarFieldEnum: {
|
|
|
695775
695788
|
readonly sell_currency_amount: "sell_currency_amount";
|
|
695776
695789
|
readonly sell_currency_estimated_amount: "sell_currency_estimated_amount";
|
|
695777
695790
|
readonly sell_local_currency_amount: "sell_local_currency_amount";
|
|
695791
|
+
readonly sell_invoice_number: "sell_invoice_number";
|
|
695778
695792
|
readonly is_sell_posted: "is_sell_posted";
|
|
695779
695793
|
readonly is_active: "is_active";
|
|
695780
695794
|
readonly created_at: "created_at";
|
|
@@ -698725,7 +698739,7 @@ declare const Forwarding_shipment_pickupsScalarFieldEnum: {
|
|
|
698725
698739
|
readonly whs_address: "whs_address";
|
|
698726
698740
|
readonly whs_interim_receipt: "whs_interim_receipt";
|
|
698727
698741
|
readonly whs_reciept_requested: "whs_reciept_requested";
|
|
698728
|
-
readonly
|
|
698742
|
+
readonly whs_dispatch_requested: "whs_dispatch_requested";
|
|
698729
698743
|
readonly whs_interim_receipt_date: "whs_interim_receipt_date";
|
|
698730
698744
|
readonly estimated_pickup_date: "estimated_pickup_date";
|
|
698731
698745
|
readonly actual_pickup_date: "actual_pickup_date";
|
|
@@ -698757,7 +698771,7 @@ declare const Forwarding_shipment_deliveriesScalarFieldEnum: {
|
|
|
698757
698771
|
readonly whs_address: "whs_address";
|
|
698758
698772
|
readonly whs_interim_receipt: "whs_interim_receipt";
|
|
698759
698773
|
readonly whs_reciept_requested: "whs_reciept_requested";
|
|
698760
|
-
readonly
|
|
698774
|
+
readonly whs_dispatch_requested: "whs_dispatch_requested";
|
|
698761
698775
|
readonly whs_interim_receipt_date: "whs_interim_receipt_date";
|
|
698762
698776
|
readonly estimated_delivery_date: "estimated_delivery_date";
|
|
698763
698777
|
readonly actual_delivery_date: "actual_delivery_date";
|
|
@@ -708751,7 +708765,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708751
708765
|
whs_address: string | null;
|
|
708752
708766
|
whs_interim_receipt: string | null;
|
|
708753
708767
|
whs_reciept_requested: Date | null;
|
|
708754
|
-
|
|
708768
|
+
whs_dispatch_requested: Date | null;
|
|
708755
708769
|
whs_interim_receipt_date: Date | null;
|
|
708756
708770
|
estimated_pickup_date: Date | null;
|
|
708757
708771
|
actual_pickup_date: Date | null;
|
|
@@ -708782,7 +708796,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708782
708796
|
whs_address: string | null;
|
|
708783
708797
|
whs_interim_receipt: string | null;
|
|
708784
708798
|
whs_reciept_requested: Date | null;
|
|
708785
|
-
|
|
708799
|
+
whs_dispatch_requested: Date | null;
|
|
708786
708800
|
whs_interim_receipt_date: Date | null;
|
|
708787
708801
|
transport_booking_number: string | null;
|
|
708788
708802
|
driver_name: string | null;
|
|
@@ -708815,7 +708829,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708815
708829
|
id_profit_loss_reason: string | null;
|
|
708816
708830
|
id_job_status: string | null;
|
|
708817
708831
|
billing_number: string | null;
|
|
708818
|
-
job_description: string | null;
|
|
708819
708832
|
job_date: Date | null;
|
|
708820
708833
|
open_date: Date | null;
|
|
708821
708834
|
close_date: Date | null;
|
|
@@ -709826,7 +709839,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709826
709839
|
whs_address: string | null;
|
|
709827
709840
|
whs_interim_receipt: string | null;
|
|
709828
709841
|
whs_reciept_requested: Date | null;
|
|
709829
|
-
|
|
709842
|
+
whs_dispatch_requested: Date | null;
|
|
709830
709843
|
whs_interim_receipt_date: Date | null;
|
|
709831
709844
|
estimated_pickup_date: Date | null;
|
|
709832
709845
|
actual_pickup_date: Date | null;
|
|
@@ -710005,7 +710018,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710005
710018
|
whs_address: string | null;
|
|
710006
710019
|
whs_interim_receipt: string | null;
|
|
710007
710020
|
whs_reciept_requested: Date | null;
|
|
710008
|
-
|
|
710021
|
+
whs_dispatch_requested: Date | null;
|
|
710009
710022
|
whs_interim_receipt_date: Date | null;
|
|
710010
710023
|
transport_booking_number: string | null;
|
|
710011
710024
|
driver_name: string | null;
|
|
@@ -710426,6 +710439,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710426
710439
|
sell_currency_estimated_amount: Decimal | null;
|
|
710427
710440
|
sell_local_currency_amount: Decimal | null;
|
|
710428
710441
|
is_sell_posted: boolean | null;
|
|
710442
|
+
sell_invoice_number: string | null;
|
|
710429
710443
|
}[];
|
|
710430
710444
|
organization_local_client: {
|
|
710431
710445
|
is_active: boolean | null;
|
|
@@ -710660,7 +710674,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710660
710674
|
id_profit_loss_reason: string | null;
|
|
710661
710675
|
id_job_status: string | null;
|
|
710662
710676
|
billing_number: string | null;
|
|
710663
|
-
job_description: string | null;
|
|
710664
710677
|
job_date: Date | null;
|
|
710665
710678
|
open_date: Date | null;
|
|
710666
710679
|
close_date: Date | null;
|
|
@@ -710995,9 +711008,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710995
711008
|
org_address?: string | null | undefined;
|
|
710996
711009
|
whs_address?: string | null | undefined;
|
|
710997
711010
|
whs_interim_receipt?: string | null | undefined;
|
|
710998
|
-
whs_reciept_requested?: string | null | undefined;
|
|
710999
|
-
whs_dispatch?: string | null | undefined;
|
|
711000
711011
|
whs_interim_receipt_date?: string | null | undefined;
|
|
711012
|
+
whs_reciept_requested?: string | null | undefined;
|
|
711013
|
+
whs_dispatch_requested?: string | null | undefined;
|
|
711001
711014
|
estimated_pickup_date?: string | null | undefined;
|
|
711002
711015
|
actual_pickup_date?: string | null | undefined;
|
|
711003
711016
|
transport_booking_number?: string | null | undefined;
|
|
@@ -711019,9 +711032,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711019
711032
|
id_organization_vendor?: string | number | bigint | null | undefined;
|
|
711020
711033
|
org_address?: string | null | undefined;
|
|
711021
711034
|
whs_address?: string | null | undefined;
|
|
711022
|
-
whs_interim_receipt?: string | null | undefined;
|
|
711023
711035
|
whs_reciept_requested?: string | null | undefined;
|
|
711024
|
-
|
|
711036
|
+
whs_dispatch_requested?: string | null | undefined;
|
|
711037
|
+
whs_interim_receipt?: string | null | undefined;
|
|
711025
711038
|
whs_interim_receipt_date?: string | null | undefined;
|
|
711026
711039
|
estimated_delivery_date?: string | null | undefined;
|
|
711027
711040
|
actual_delivery_date?: string | null | undefined;
|
|
@@ -711046,7 +711059,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711046
711059
|
id_profit_loss_reason?: string | number | bigint | null | undefined;
|
|
711047
711060
|
id_job_status?: string | number | bigint | null | undefined;
|
|
711048
711061
|
billing_number?: string | null | undefined;
|
|
711049
|
-
job_description?: string | null | undefined;
|
|
711050
711062
|
job_date?: string | null | undefined;
|
|
711051
711063
|
open_date?: string | null | undefined;
|
|
711052
711064
|
close_date?: string | null | undefined;
|
|
@@ -711262,7 +711274,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711262
711274
|
id_profit_loss_reason?: string | number | bigint | null | undefined;
|
|
711263
711275
|
id_job_status?: string | number | bigint | null | undefined;
|
|
711264
711276
|
billing_number?: string | null | undefined;
|
|
711265
|
-
job_description?: string | null | undefined;
|
|
711266
711277
|
job_date?: string | null | undefined;
|
|
711267
711278
|
open_date?: string | null | undefined;
|
|
711268
711279
|
close_date?: string | null | undefined;
|
|
@@ -711381,9 +711392,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711381
711392
|
org_address?: string | null | undefined;
|
|
711382
711393
|
whs_address?: string | null | undefined;
|
|
711383
711394
|
whs_interim_receipt?: string | null | undefined;
|
|
711384
|
-
whs_reciept_requested?: string | null | undefined;
|
|
711385
|
-
whs_dispatch?: string | null | undefined;
|
|
711386
711395
|
whs_interim_receipt_date?: string | null | undefined;
|
|
711396
|
+
whs_reciept_requested?: string | null | undefined;
|
|
711397
|
+
whs_dispatch_requested?: string | null | undefined;
|
|
711387
711398
|
estimated_pickup_date?: string | null | undefined;
|
|
711388
711399
|
actual_pickup_date?: string | null | undefined;
|
|
711389
711400
|
transport_booking_number?: string | null | undefined;
|
|
@@ -711405,9 +711416,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711405
711416
|
id_organization_vendor?: string | number | bigint | null | undefined;
|
|
711406
711417
|
org_address?: string | null | undefined;
|
|
711407
711418
|
whs_address?: string | null | undefined;
|
|
711408
|
-
whs_interim_receipt?: string | null | undefined;
|
|
711409
711419
|
whs_reciept_requested?: string | null | undefined;
|
|
711410
|
-
|
|
711420
|
+
whs_dispatch_requested?: string | null | undefined;
|
|
711421
|
+
whs_interim_receipt?: string | null | undefined;
|
|
711411
711422
|
whs_interim_receipt_date?: string | null | undefined;
|
|
711412
711423
|
estimated_delivery_date?: string | null | undefined;
|
|
711413
711424
|
actual_delivery_date?: string | null | undefined;
|
|
@@ -712341,7 +712352,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712341
712352
|
whs_address: string | null;
|
|
712342
712353
|
whs_interim_receipt: string | null;
|
|
712343
712354
|
whs_reciept_requested: Date | null;
|
|
712344
|
-
|
|
712355
|
+
whs_dispatch_requested: Date | null;
|
|
712345
712356
|
whs_interim_receipt_date: Date | null;
|
|
712346
712357
|
estimated_pickup_date: Date | null;
|
|
712347
712358
|
actual_pickup_date: Date | null;
|
|
@@ -712590,7 +712601,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712590
712601
|
whs_address: string | null;
|
|
712591
712602
|
whs_interim_receipt: string | null;
|
|
712592
712603
|
whs_reciept_requested: Date | null;
|
|
712593
|
-
|
|
712604
|
+
whs_dispatch_requested: Date | null;
|
|
712594
712605
|
whs_interim_receipt_date: Date | null;
|
|
712595
712606
|
estimated_pickup_date: Date | null;
|
|
712596
712607
|
actual_pickup_date: Date | null;
|
|
@@ -712718,9 +712729,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712718
712729
|
org_address?: string | null | undefined;
|
|
712719
712730
|
whs_address?: string | null | undefined;
|
|
712720
712731
|
whs_interim_receipt?: string | null | undefined;
|
|
712721
|
-
whs_reciept_requested?: string | null | undefined;
|
|
712722
|
-
whs_dispatch?: string | null | undefined;
|
|
712723
712732
|
whs_interim_receipt_date?: string | null | undefined;
|
|
712733
|
+
whs_reciept_requested?: string | null | undefined;
|
|
712734
|
+
whs_dispatch_requested?: string | null | undefined;
|
|
712724
712735
|
estimated_pickup_date?: string | null | undefined;
|
|
712725
712736
|
actual_pickup_date?: string | null | undefined;
|
|
712726
712737
|
transport_booking_number?: string | null | undefined;
|
|
@@ -712751,7 +712762,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712751
712762
|
whs_address: string | null;
|
|
712752
712763
|
whs_interim_receipt: string | null;
|
|
712753
712764
|
whs_reciept_requested: Date | null;
|
|
712754
|
-
|
|
712765
|
+
whs_dispatch_requested: Date | null;
|
|
712755
712766
|
whs_interim_receipt_date: Date | null;
|
|
712756
712767
|
estimated_pickup_date: Date | null;
|
|
712757
712768
|
actual_pickup_date: Date | null;
|
|
@@ -712794,9 +712805,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712794
712805
|
org_address?: string | null | undefined;
|
|
712795
712806
|
whs_address?: string | null | undefined;
|
|
712796
712807
|
whs_interim_receipt?: string | null | undefined;
|
|
712797
|
-
whs_reciept_requested?: string | null | undefined;
|
|
712798
|
-
whs_dispatch?: string | null | undefined;
|
|
712799
712808
|
whs_interim_receipt_date?: string | null | undefined;
|
|
712809
|
+
whs_reciept_requested?: string | null | undefined;
|
|
712810
|
+
whs_dispatch_requested?: string | null | undefined;
|
|
712800
712811
|
estimated_pickup_date?: string | null | undefined;
|
|
712801
712812
|
actual_pickup_date?: string | null | undefined;
|
|
712802
712813
|
transport_booking_number?: string | null | undefined;
|
|
@@ -712827,7 +712838,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712827
712838
|
whs_address: string | null;
|
|
712828
712839
|
whs_interim_receipt: string | null;
|
|
712829
712840
|
whs_reciept_requested: Date | null;
|
|
712830
|
-
|
|
712841
|
+
whs_dispatch_requested: Date | null;
|
|
712831
712842
|
whs_interim_receipt_date: Date | null;
|
|
712832
712843
|
estimated_pickup_date: Date | null;
|
|
712833
712844
|
actual_pickup_date: Date | null;
|
|
@@ -712880,7 +712891,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712880
712891
|
whs_address: string | null;
|
|
712881
712892
|
whs_interim_receipt: string | null;
|
|
712882
712893
|
whs_reciept_requested: Date | null;
|
|
712883
|
-
|
|
712894
|
+
whs_dispatch_requested: Date | null;
|
|
712884
712895
|
whs_interim_receipt_date: Date | null;
|
|
712885
712896
|
estimated_pickup_date: Date | null;
|
|
712886
712897
|
actual_pickup_date: Date | null;
|
|
@@ -713164,7 +713175,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713164
713175
|
whs_address: string | null;
|
|
713165
713176
|
whs_interim_receipt: string | null;
|
|
713166
713177
|
whs_reciept_requested: Date | null;
|
|
713167
|
-
|
|
713178
|
+
whs_dispatch_requested: Date | null;
|
|
713168
713179
|
whs_interim_receipt_date: Date | null;
|
|
713169
713180
|
transport_booking_number: string | null;
|
|
713170
713181
|
driver_name: string | null;
|
|
@@ -713413,7 +713424,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713413
713424
|
whs_address: string | null;
|
|
713414
713425
|
whs_interim_receipt: string | null;
|
|
713415
713426
|
whs_reciept_requested: Date | null;
|
|
713416
|
-
|
|
713427
|
+
whs_dispatch_requested: Date | null;
|
|
713417
713428
|
whs_interim_receipt_date: Date | null;
|
|
713418
713429
|
transport_booking_number: string | null;
|
|
713419
713430
|
driver_name: string | null;
|
|
@@ -713540,9 +713551,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713540
713551
|
id_organization_vendor?: string | number | bigint | null | undefined;
|
|
713541
713552
|
org_address?: string | null | undefined;
|
|
713542
713553
|
whs_address?: string | null | undefined;
|
|
713543
|
-
whs_interim_receipt?: string | null | undefined;
|
|
713544
713554
|
whs_reciept_requested?: string | null | undefined;
|
|
713545
|
-
|
|
713555
|
+
whs_dispatch_requested?: string | null | undefined;
|
|
713556
|
+
whs_interim_receipt?: string | null | undefined;
|
|
713546
713557
|
whs_interim_receipt_date?: string | null | undefined;
|
|
713547
713558
|
estimated_delivery_date?: string | null | undefined;
|
|
713548
713559
|
actual_delivery_date?: string | null | undefined;
|
|
@@ -713574,7 +713585,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713574
713585
|
whs_address: string | null;
|
|
713575
713586
|
whs_interim_receipt: string | null;
|
|
713576
713587
|
whs_reciept_requested: Date | null;
|
|
713577
|
-
|
|
713588
|
+
whs_dispatch_requested: Date | null;
|
|
713578
713589
|
whs_interim_receipt_date: Date | null;
|
|
713579
713590
|
transport_booking_number: string | null;
|
|
713580
713591
|
driver_name: string | null;
|
|
@@ -713616,9 +713627,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713616
713627
|
id_organization_vendor?: string | number | bigint | null | undefined;
|
|
713617
713628
|
org_address?: string | null | undefined;
|
|
713618
713629
|
whs_address?: string | null | undefined;
|
|
713619
|
-
whs_interim_receipt?: string | null | undefined;
|
|
713620
713630
|
whs_reciept_requested?: string | null | undefined;
|
|
713621
|
-
|
|
713631
|
+
whs_dispatch_requested?: string | null | undefined;
|
|
713632
|
+
whs_interim_receipt?: string | null | undefined;
|
|
713622
713633
|
whs_interim_receipt_date?: string | null | undefined;
|
|
713623
713634
|
estimated_delivery_date?: string | null | undefined;
|
|
713624
713635
|
actual_delivery_date?: string | null | undefined;
|
|
@@ -713650,7 +713661,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713650
713661
|
whs_address: string | null;
|
|
713651
713662
|
whs_interim_receipt: string | null;
|
|
713652
713663
|
whs_reciept_requested: Date | null;
|
|
713653
|
-
|
|
713664
|
+
whs_dispatch_requested: Date | null;
|
|
713654
713665
|
whs_interim_receipt_date: Date | null;
|
|
713655
713666
|
transport_booking_number: string | null;
|
|
713656
713667
|
driver_name: string | null;
|
|
@@ -713703,7 +713714,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713703
713714
|
whs_address: string | null;
|
|
713704
713715
|
whs_interim_receipt: string | null;
|
|
713705
713716
|
whs_reciept_requested: Date | null;
|
|
713706
|
-
|
|
713717
|
+
whs_dispatch_requested: Date | null;
|
|
713707
713718
|
whs_interim_receipt_date: Date | null;
|
|
713708
713719
|
transport_booking_number: string | null;
|
|
713709
713720
|
driver_name: string | null;
|
|
@@ -715233,7 +715244,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715233
715244
|
id_profit_loss_reason: string | null;
|
|
715234
715245
|
id_job_status: string | null;
|
|
715235
715246
|
billing_number: string | null;
|
|
715236
|
-
job_description: string | null;
|
|
715237
715247
|
job_date: Date | null;
|
|
715238
715248
|
open_date: Date | null;
|
|
715239
715249
|
close_date: Date | null;
|
|
@@ -715686,6 +715696,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715686
715696
|
sell_currency_estimated_amount: Decimal | null;
|
|
715687
715697
|
sell_local_currency_amount: Decimal | null;
|
|
715688
715698
|
is_sell_posted: boolean | null;
|
|
715699
|
+
sell_invoice_number: string | null;
|
|
715689
715700
|
}[];
|
|
715690
715701
|
forwarding_shipment: {
|
|
715691
715702
|
is_active: boolean | null;
|
|
@@ -715966,7 +715977,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715966
715977
|
id_profit_loss_reason: string | null;
|
|
715967
715978
|
id_job_status: string | null;
|
|
715968
715979
|
billing_number: string | null;
|
|
715969
|
-
job_description: string | null;
|
|
715970
715980
|
job_date: Date | null;
|
|
715971
715981
|
open_date: Date | null;
|
|
715972
715982
|
close_date: Date | null;
|
|
@@ -716099,7 +716109,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
716099
716109
|
id_profit_loss_reason?: string | number | bigint | null | undefined;
|
|
716100
716110
|
id_job_status?: string | number | bigint | null | undefined;
|
|
716101
716111
|
billing_number?: string | null | undefined;
|
|
716102
|
-
job_description?: string | null | undefined;
|
|
716103
716112
|
job_date?: string | null | undefined;
|
|
716104
716113
|
open_date?: string | null | undefined;
|
|
716105
716114
|
close_date?: string | null | undefined;
|
|
@@ -716167,7 +716176,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
716167
716176
|
id_profit_loss_reason: string | null;
|
|
716168
716177
|
id_job_status: string | null;
|
|
716169
716178
|
billing_number: string | null;
|
|
716170
|
-
job_description: string | null;
|
|
716171
716179
|
job_date: Date | null;
|
|
716172
716180
|
open_date: Date | null;
|
|
716173
716181
|
close_date: Date | null;
|
|
@@ -716251,7 +716259,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
716251
716259
|
id_profit_loss_reason?: string | number | bigint | null | undefined;
|
|
716252
716260
|
id_job_status?: string | number | bigint | null | undefined;
|
|
716253
716261
|
billing_number?: string | null | undefined;
|
|
716254
|
-
job_description?: string | null | undefined;
|
|
716255
716262
|
job_date?: string | null | undefined;
|
|
716256
716263
|
open_date?: string | null | undefined;
|
|
716257
716264
|
close_date?: string | null | undefined;
|
|
@@ -716289,7 +716296,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
716289
716296
|
id_profit_loss_reason: string | null;
|
|
716290
716297
|
id_job_status: string | null;
|
|
716291
716298
|
billing_number: string | null;
|
|
716292
|
-
job_description: string | null;
|
|
716293
716299
|
job_date: Date | null;
|
|
716294
716300
|
open_date: Date | null;
|
|
716295
716301
|
close_date: Date | null;
|
|
@@ -716350,7 +716356,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
716350
716356
|
id_profit_loss_reason: string | null;
|
|
716351
716357
|
id_job_status: string | null;
|
|
716352
716358
|
billing_number: string | null;
|
|
716353
|
-
job_description: string | null;
|
|
716354
716359
|
job_date: Date | null;
|
|
716355
716360
|
open_date: Date | null;
|
|
716356
716361
|
close_date: Date | null;
|
|
@@ -716454,7 +716459,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
716454
716459
|
id_profit_loss_reason: string | null;
|
|
716455
716460
|
id_job_status: string | null;
|
|
716456
716461
|
billing_number: string | null;
|
|
716457
|
-
job_description: string | null;
|
|
716458
716462
|
job_date: Date | null;
|
|
716459
716463
|
open_date: Date | null;
|
|
716460
716464
|
close_date: Date | null;
|
|
@@ -716731,6 +716735,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
716731
716735
|
sell_currency_estimated_amount: Decimal | null;
|
|
716732
716736
|
sell_local_currency_amount: Decimal | null;
|
|
716733
716737
|
is_sell_posted: boolean | null;
|
|
716738
|
+
sell_invoice_number: string | null;
|
|
716734
716739
|
}[] | undefined;
|
|
716735
716740
|
total: number | undefined;
|
|
716736
716741
|
};
|
|
@@ -716785,7 +716790,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
716785
716790
|
id_profit_loss_reason: string | null;
|
|
716786
716791
|
id_job_status: string | null;
|
|
716787
716792
|
billing_number: string | null;
|
|
716788
|
-
job_description: string | null;
|
|
716789
716793
|
job_date: Date | null;
|
|
716790
716794
|
open_date: Date | null;
|
|
716791
716795
|
close_date: Date | null;
|
|
@@ -717178,6 +717182,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717178
717182
|
sell_currency_estimated_amount: Decimal | null;
|
|
717179
717183
|
sell_local_currency_amount: Decimal | null;
|
|
717180
717184
|
is_sell_posted: boolean | null;
|
|
717185
|
+
sell_invoice_number: string | null;
|
|
717181
717186
|
};
|
|
717182
717187
|
};
|
|
717183
717188
|
meta: object;
|
|
@@ -717350,6 +717355,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717350
717355
|
sell_currency_estimated_amount: Decimal | null;
|
|
717351
717356
|
sell_local_currency_amount: Decimal | null;
|
|
717352
717357
|
is_sell_posted: boolean | null;
|
|
717358
|
+
sell_invoice_number: string | null;
|
|
717353
717359
|
};
|
|
717354
717360
|
log: {
|
|
717355
717361
|
id: string;
|
|
@@ -717437,6 +717443,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717437
717443
|
sell_currency_estimated_amount: Decimal | null;
|
|
717438
717444
|
sell_local_currency_amount: Decimal | null;
|
|
717439
717445
|
is_sell_posted: boolean | null;
|
|
717446
|
+
sell_invoice_number: string | null;
|
|
717440
717447
|
};
|
|
717441
717448
|
log: {
|
|
717442
717449
|
id: string;
|
|
@@ -717557,6 +717564,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717557
717564
|
sell_currency_estimated_amount: Decimal | null;
|
|
717558
717565
|
sell_local_currency_amount: Decimal | null;
|
|
717559
717566
|
is_sell_posted: boolean | null;
|
|
717567
|
+
sell_invoice_number: string | null;
|
|
717560
717568
|
};
|
|
717561
717569
|
log: {
|
|
717562
717570
|
id: string;
|
|
@@ -717607,6 +717615,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717607
717615
|
sell_currency_estimated_amount: Decimal | null;
|
|
717608
717616
|
sell_local_currency_amount: Decimal | null;
|
|
717609
717617
|
is_sell_posted: boolean | null;
|
|
717618
|
+
sell_invoice_number: string | null;
|
|
717610
717619
|
};
|
|
717611
717620
|
log: {
|
|
717612
717621
|
id: string;
|
|
@@ -717667,6 +717676,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717667
717676
|
sell_currency_estimated_amount: Decimal | null;
|
|
717668
717677
|
sell_local_currency_amount: Decimal | null;
|
|
717669
717678
|
is_sell_posted: boolean | null;
|
|
717679
|
+
sell_invoice_number: string | null;
|
|
717670
717680
|
} | undefined)[] | undefined;
|
|
717671
717681
|
} | undefined;
|
|
717672
717682
|
meta: object;
|