@be-logixpair/api 0.0.93 → 0.0.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +23 -417
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -561178,8 +561178,6 @@ type Forwarding_shipmentsMinAggregateOutputType = {
561178
561178
  id_control_customer: bigint | null;
561179
561179
  id_control_agent: bigint | null;
561180
561180
  logic_code: string | null;
561181
- code: string | null;
561182
- name: string | null;
561183
561181
  shipment_number: string | null;
561184
561182
  house_bill: string | null;
561185
561183
  weight: Decimal | null;
@@ -561225,8 +561223,6 @@ type Forwarding_shipmentsMaxAggregateOutputType = {
561225
561223
  id_control_customer: bigint | null;
561226
561224
  id_control_agent: bigint | null;
561227
561225
  logic_code: string | null;
561228
- code: string | null;
561229
- name: string | null;
561230
561226
  shipment_number: string | null;
561231
561227
  house_bill: string | null;
561232
561228
  weight: Decimal | null;
@@ -561272,8 +561268,6 @@ type Forwarding_shipmentsCountAggregateOutputType = {
561272
561268
  id_control_customer: number;
561273
561269
  id_control_agent: number;
561274
561270
  logic_code: number;
561275
- code: number;
561276
- name: number;
561277
561271
  shipment_number: number;
561278
561272
  house_bill: number;
561279
561273
  weight: number;
@@ -561384,8 +561378,6 @@ type Forwarding_shipmentsMinAggregateInputType = {
561384
561378
  id_control_customer?: true;
561385
561379
  id_control_agent?: true;
561386
561380
  logic_code?: true;
561387
- code?: true;
561388
- name?: true;
561389
561381
  shipment_number?: true;
561390
561382
  house_bill?: true;
561391
561383
  weight?: true;
@@ -561431,8 +561423,6 @@ type Forwarding_shipmentsMaxAggregateInputType = {
561431
561423
  id_control_customer?: true;
561432
561424
  id_control_agent?: true;
561433
561425
  logic_code?: true;
561434
- code?: true;
561435
- name?: true;
561436
561426
  shipment_number?: true;
561437
561427
  house_bill?: true;
561438
561428
  weight?: true;
@@ -561478,8 +561468,6 @@ type Forwarding_shipmentsCountAggregateInputType = {
561478
561468
  id_control_customer?: true;
561479
561469
  id_control_agent?: true;
561480
561470
  logic_code?: true;
561481
- code?: true;
561482
- name?: true;
561483
561471
  shipment_number?: true;
561484
561472
  house_bill?: true;
561485
561473
  weight?: true;
@@ -561600,8 +561588,6 @@ type Forwarding_shipmentsGroupByOutputType = {
561600
561588
  id_control_customer: bigint | null;
561601
561589
  id_control_agent: bigint | null;
561602
561590
  logic_code: string | null;
561603
- code: string | null;
561604
- name: string | null;
561605
561591
  shipment_number: string | null;
561606
561592
  house_bill: string | null;
561607
561593
  weight: Decimal | null;
@@ -561656,8 +561642,6 @@ type forwarding_shipmentsWhereInput = {
561656
561642
  id_control_customer?: BigIntNullableFilter<"forwarding_shipments"> | bigint | number | null;
561657
561643
  id_control_agent?: BigIntNullableFilter<"forwarding_shipments"> | bigint | number | null;
561658
561644
  logic_code?: StringNullableFilter<"forwarding_shipments"> | string | null;
561659
- code?: StringNullableFilter<"forwarding_shipments"> | string | null;
561660
- name?: StringNullableFilter<"forwarding_shipments"> | string | null;
561661
561645
  shipment_number?: StringNullableFilter<"forwarding_shipments"> | string | null;
561662
561646
  house_bill?: StringNullableFilter<"forwarding_shipments"> | string | null;
561663
561647
  weight?: DecimalNullableFilter<"forwarding_shipments"> | Decimal | DecimalJsLike | number | string | null;
@@ -561732,8 +561716,6 @@ type forwarding_shipmentsOrderByWithRelationInput = {
561732
561716
  id_control_customer?: SortOrderInput | SortOrder;
561733
561717
  id_control_agent?: SortOrderInput | SortOrder;
561734
561718
  logic_code?: SortOrderInput | SortOrder;
561735
- code?: SortOrderInput | SortOrder;
561736
- name?: SortOrderInput | SortOrder;
561737
561719
  shipment_number?: SortOrderInput | SortOrder;
561738
561720
  house_bill?: SortOrderInput | SortOrder;
561739
561721
  weight?: SortOrderInput | SortOrder;
@@ -561813,8 +561795,6 @@ type forwarding_shipmentsWhereUniqueInput = AtLeast<{
561813
561795
  id_charge_apply?: BigIntNullableFilter<"forwarding_shipments"> | bigint | number | null;
561814
561796
  id_control_customer?: BigIntNullableFilter<"forwarding_shipments"> | bigint | number | null;
561815
561797
  id_control_agent?: BigIntNullableFilter<"forwarding_shipments"> | bigint | number | null;
561816
- code?: StringNullableFilter<"forwarding_shipments"> | string | null;
561817
- name?: StringNullableFilter<"forwarding_shipments"> | string | null;
561818
561798
  weight?: DecimalNullableFilter<"forwarding_shipments"> | Decimal | DecimalJsLike | number | string | null;
561819
561799
  volume?: DecimalNullableFilter<"forwarding_shipments"> | Decimal | DecimalJsLike | number | string | null;
561820
561800
  chargeable?: DecimalNullableFilter<"forwarding_shipments"> | Decimal | DecimalJsLike | number | string | null;
@@ -561887,8 +561867,6 @@ type forwarding_shipmentsOrderByWithAggregationInput = {
561887
561867
  id_control_customer?: SortOrderInput | SortOrder;
561888
561868
  id_control_agent?: SortOrderInput | SortOrder;
561889
561869
  logic_code?: SortOrderInput | SortOrder;
561890
- code?: SortOrderInput | SortOrder;
561891
- name?: SortOrderInput | SortOrder;
561892
561870
  shipment_number?: SortOrderInput | SortOrder;
561893
561871
  house_bill?: SortOrderInput | SortOrder;
561894
561872
  weight?: SortOrderInput | SortOrder;
@@ -561942,8 +561920,6 @@ type forwarding_shipmentsScalarWhereWithAggregatesInput = {
561942
561920
  id_control_customer?: BigIntNullableWithAggregatesFilter<"forwarding_shipments"> | bigint | number | null;
561943
561921
  id_control_agent?: BigIntNullableWithAggregatesFilter<"forwarding_shipments"> | bigint | number | null;
561944
561922
  logic_code?: StringNullableWithAggregatesFilter<"forwarding_shipments"> | string | null;
561945
- code?: StringNullableWithAggregatesFilter<"forwarding_shipments"> | string | null;
561946
- name?: StringNullableWithAggregatesFilter<"forwarding_shipments"> | string | null;
561947
561923
  shipment_number?: StringNullableWithAggregatesFilter<"forwarding_shipments"> | string | null;
561948
561924
  house_bill?: StringNullableWithAggregatesFilter<"forwarding_shipments"> | string | null;
561949
561925
  weight?: DecimalNullableWithAggregatesFilter<"forwarding_shipments"> | Decimal | DecimalJsLike | number | string | null;
@@ -561968,8 +561944,6 @@ type forwarding_shipmentsScalarWhereWithAggregatesInput = {
561968
561944
  type forwarding_shipmentsCreateInput = {
561969
561945
  id?: bigint | number;
561970
561946
  logic_code?: string | null;
561971
- code?: string | null;
561972
- name?: string | null;
561973
561947
  shipment_number?: string | null;
561974
561948
  house_bill?: string | null;
561975
561949
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -562044,8 +562018,6 @@ type forwarding_shipmentsUncheckedCreateInput = {
562044
562018
  id_control_customer?: bigint | number | null;
562045
562019
  id_control_agent?: bigint | number | null;
562046
562020
  logic_code?: string | null;
562047
- code?: string | null;
562048
- name?: string | null;
562049
562021
  shipment_number?: string | null;
562050
562022
  house_bill?: string | null;
562051
562023
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -562078,8 +562050,6 @@ type forwarding_shipmentsUncheckedCreateInput = {
562078
562050
  type forwarding_shipmentsUpdateInput = {
562079
562051
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
562080
562052
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
562081
- code?: NullableStringFieldUpdateOperationsInput | string | null;
562082
- name?: NullableStringFieldUpdateOperationsInput | string | null;
562083
562053
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
562084
562054
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
562085
562055
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -562154,8 +562124,6 @@ type forwarding_shipmentsUncheckedUpdateInput = {
562154
562124
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
562155
562125
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
562156
562126
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
562157
- code?: NullableStringFieldUpdateOperationsInput | string | null;
562158
- name?: NullableStringFieldUpdateOperationsInput | string | null;
562159
562127
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
562160
562128
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
562161
562129
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -562209,8 +562177,6 @@ type forwarding_shipmentsCreateManyInput = {
562209
562177
  id_control_customer?: bigint | number | null;
562210
562178
  id_control_agent?: bigint | number | null;
562211
562179
  logic_code?: string | null;
562212
- code?: string | null;
562213
- name?: string | null;
562214
562180
  shipment_number?: string | null;
562215
562181
  house_bill?: string | null;
562216
562182
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -562235,8 +562201,6 @@ type forwarding_shipmentsCreateManyInput = {
562235
562201
  type forwarding_shipmentsUpdateManyMutationInput = {
562236
562202
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
562237
562203
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
562238
- code?: NullableStringFieldUpdateOperationsInput | string | null;
562239
- name?: NullableStringFieldUpdateOperationsInput | string | null;
562240
562204
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
562241
562205
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
562242
562206
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -562282,8 +562246,6 @@ type forwarding_shipmentsUncheckedUpdateManyInput = {
562282
562246
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
562283
562247
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
562284
562248
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
562285
- code?: NullableStringFieldUpdateOperationsInput | string | null;
562286
- name?: NullableStringFieldUpdateOperationsInput | string | null;
562287
562249
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
562288
562250
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
562289
562251
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -562341,8 +562303,6 @@ type forwarding_shipmentsCountOrderByAggregateInput = {
562341
562303
  id_control_customer?: SortOrder;
562342
562304
  id_control_agent?: SortOrder;
562343
562305
  logic_code?: SortOrder;
562344
- code?: SortOrder;
562345
- name?: SortOrder;
562346
562306
  shipment_number?: SortOrder;
562347
562307
  house_bill?: SortOrder;
562348
562308
  weight?: SortOrder;
@@ -562420,8 +562380,6 @@ type forwarding_shipmentsMaxOrderByAggregateInput = {
562420
562380
  id_control_customer?: SortOrder;
562421
562381
  id_control_agent?: SortOrder;
562422
562382
  logic_code?: SortOrder;
562423
- code?: SortOrder;
562424
- name?: SortOrder;
562425
562383
  shipment_number?: SortOrder;
562426
562384
  house_bill?: SortOrder;
562427
562385
  weight?: SortOrder;
@@ -562467,8 +562425,6 @@ type forwarding_shipmentsMinOrderByAggregateInput = {
562467
562425
  id_control_customer?: SortOrder;
562468
562426
  id_control_agent?: SortOrder;
562469
562427
  logic_code?: SortOrder;
562470
- code?: SortOrder;
562471
- name?: SortOrder;
562472
562428
  shipment_number?: SortOrder;
562473
562429
  house_bill?: SortOrder;
562474
562430
  weight?: SortOrder;
@@ -563435,8 +563391,6 @@ type forwarding_shipmentsUpdateOneWithoutSyncproc_purchase_ordersNestedInput = {
563435
563391
  type forwarding_shipmentsCreateWithoutCustoms_idn_dataInput = {
563436
563392
  id?: bigint | number;
563437
563393
  logic_code?: string | null;
563438
- code?: string | null;
563439
- name?: string | null;
563440
563394
  shipment_number?: string | null;
563441
563395
  house_bill?: string | null;
563442
563396
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -563510,8 +563464,6 @@ type forwarding_shipmentsUncheckedCreateWithoutCustoms_idn_dataInput = {
563510
563464
  id_control_customer?: bigint | number | null;
563511
563465
  id_control_agent?: bigint | number | null;
563512
563466
  logic_code?: string | null;
563513
- code?: string | null;
563514
- name?: string | null;
563515
563467
  shipment_number?: string | null;
563516
563468
  house_bill?: string | null;
563517
563469
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -563556,8 +563508,6 @@ type forwarding_shipmentsUpdateToOneWithWhereWithoutCustoms_idn_dataInput = {
563556
563508
  type forwarding_shipmentsUpdateWithoutCustoms_idn_dataInput = {
563557
563509
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
563558
563510
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
563559
- code?: NullableStringFieldUpdateOperationsInput | string | null;
563560
- name?: NullableStringFieldUpdateOperationsInput | string | null;
563561
563511
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
563562
563512
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
563563
563513
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -563631,8 +563581,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutCustoms_idn_dataInput = {
563631
563581
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
563632
563582
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
563633
563583
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
563634
- code?: NullableStringFieldUpdateOperationsInput | string | null;
563635
- name?: NullableStringFieldUpdateOperationsInput | string | null;
563636
563584
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
563637
563585
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
563638
563586
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -563664,8 +563612,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutCustoms_idn_dataInput = {
563664
563612
  type forwarding_shipmentsCreateWithoutOrigin_un_locodeInput = {
563665
563613
  id?: bigint | number;
563666
563614
  logic_code?: string | null;
563667
- code?: string | null;
563668
- name?: string | null;
563669
563615
  shipment_number?: string | null;
563670
563616
  house_bill?: string | null;
563671
563617
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -563738,8 +563684,6 @@ type forwarding_shipmentsUncheckedCreateWithoutOrigin_un_locodeInput = {
563738
563684
  id_control_customer?: bigint | number | null;
563739
563685
  id_control_agent?: bigint | number | null;
563740
563686
  logic_code?: string | null;
563741
- code?: string | null;
563742
- name?: string | null;
563743
563687
  shipment_number?: string | null;
563744
563688
  house_bill?: string | null;
563745
563689
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -563780,8 +563724,6 @@ type forwarding_shipmentsCreateManyOrigin_un_locodeInputEnvelope = {
563780
563724
  type forwarding_shipmentsCreateWithoutDestination_un_locodeInput = {
563781
563725
  id?: bigint | number;
563782
563726
  logic_code?: string | null;
563783
- code?: string | null;
563784
- name?: string | null;
563785
563727
  shipment_number?: string | null;
563786
563728
  house_bill?: string | null;
563787
563729
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -563854,8 +563796,6 @@ type forwarding_shipmentsUncheckedCreateWithoutDestination_un_locodeInput = {
563854
563796
  id_control_customer?: bigint | number | null;
563855
563797
  id_control_agent?: bigint | number | null;
563856
563798
  logic_code?: string | null;
563857
- code?: string | null;
563858
- name?: string | null;
563859
563799
  shipment_number?: string | null;
563860
563800
  house_bill?: string | null;
563861
563801
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -563933,8 +563873,6 @@ type forwarding_shipmentsScalarWhereInput = {
563933
563873
  id_control_customer?: BigIntNullableFilter<"forwarding_shipments"> | bigint | number | null;
563934
563874
  id_control_agent?: BigIntNullableFilter<"forwarding_shipments"> | bigint | number | null;
563935
563875
  logic_code?: StringNullableFilter<"forwarding_shipments"> | string | null;
563936
- code?: StringNullableFilter<"forwarding_shipments"> | string | null;
563937
- name?: StringNullableFilter<"forwarding_shipments"> | string | null;
563938
563876
  shipment_number?: StringNullableFilter<"forwarding_shipments"> | string | null;
563939
563877
  house_bill?: StringNullableFilter<"forwarding_shipments"> | string | null;
563940
563878
  weight?: DecimalNullableFilter<"forwarding_shipments"> | Decimal | DecimalJsLike | number | string | null;
@@ -563972,8 +563910,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutDestination_un_locodeInput =
563972
563910
  type forwarding_shipmentsCreateWithoutControl_customerInput = {
563973
563911
  id?: bigint | number;
563974
563912
  logic_code?: string | null;
563975
- code?: string | null;
563976
- name?: string | null;
563977
563913
  shipment_number?: string | null;
563978
563914
  house_bill?: string | null;
563979
563915
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564046,8 +563982,6 @@ type forwarding_shipmentsUncheckedCreateWithoutControl_customerInput = {
564046
563982
  id_charge_apply?: bigint | number | null;
564047
563983
  id_control_agent?: bigint | number | null;
564048
563984
  logic_code?: string | null;
564049
- code?: string | null;
564050
- name?: string | null;
564051
563985
  shipment_number?: string | null;
564052
563986
  house_bill?: string | null;
564053
563987
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564088,8 +564022,6 @@ type forwarding_shipmentsCreateManyControl_customerInputEnvelope = {
564088
564022
  type forwarding_shipmentsCreateWithoutControl_agentInput = {
564089
564023
  id?: bigint | number;
564090
564024
  logic_code?: string | null;
564091
- code?: string | null;
564092
- name?: string | null;
564093
564025
  shipment_number?: string | null;
564094
564026
  house_bill?: string | null;
564095
564027
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564162,8 +564094,6 @@ type forwarding_shipmentsUncheckedCreateWithoutControl_agentInput = {
564162
564094
  id_charge_apply?: bigint | number | null;
564163
564095
  id_control_customer?: bigint | number | null;
564164
564096
  logic_code?: string | null;
564165
- code?: string | null;
564166
- name?: string | null;
564167
564097
  shipment_number?: string | null;
564168
564098
  house_bill?: string | null;
564169
564099
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564230,8 +564160,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutControl_agentInput = {
564230
564160
  type forwarding_shipmentsCreateWithoutService_levelInput = {
564231
564161
  id?: bigint | number;
564232
564162
  logic_code?: string | null;
564233
- code?: string | null;
564234
- name?: string | null;
564235
564163
  shipment_number?: string | null;
564236
564164
  house_bill?: string | null;
564237
564165
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564304,8 +564232,6 @@ type forwarding_shipmentsUncheckedCreateWithoutService_levelInput = {
564304
564232
  id_control_customer?: bigint | number | null;
564305
564233
  id_control_agent?: bigint | number | null;
564306
564234
  logic_code?: string | null;
564307
- code?: string | null;
564308
- name?: string | null;
564309
564235
  shipment_number?: string | null;
564310
564236
  house_bill?: string | null;
564311
564237
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564359,8 +564285,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutService_levelInput = {
564359
564285
  type forwarding_shipmentsCreateWithoutPackage_count_typeInput = {
564360
564286
  id?: bigint | number;
564361
564287
  logic_code?: string | null;
564362
- code?: string | null;
564363
- name?: string | null;
564364
564288
  shipment_number?: string | null;
564365
564289
  house_bill?: string | null;
564366
564290
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564433,8 +564357,6 @@ type forwarding_shipmentsUncheckedCreateWithoutPackage_count_typeInput = {
564433
564357
  id_control_customer?: bigint | number | null;
564434
564358
  id_control_agent?: bigint | number | null;
564435
564359
  logic_code?: string | null;
564436
- code?: string | null;
564437
- name?: string | null;
564438
564360
  shipment_number?: string | null;
564439
564361
  house_bill?: string | null;
564440
564362
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564475,8 +564397,6 @@ type forwarding_shipmentsCreateManyPackage_count_typeInputEnvelope = {
564475
564397
  type forwarding_shipmentsCreateWithoutPackage_inner_count_typeInput = {
564476
564398
  id?: bigint | number;
564477
564399
  logic_code?: string | null;
564478
- code?: string | null;
564479
- name?: string | null;
564480
564400
  shipment_number?: string | null;
564481
564401
  house_bill?: string | null;
564482
564402
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564549,8 +564469,6 @@ type forwarding_shipmentsUncheckedCreateWithoutPackage_inner_count_typeInput = {
564549
564469
  id_control_customer?: bigint | number | null;
564550
564470
  id_control_agent?: bigint | number | null;
564551
564471
  logic_code?: string | null;
564552
- code?: string | null;
564553
- name?: string | null;
564554
564472
  shipment_number?: string | null;
564555
564473
  house_bill?: string | null;
564556
564474
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564617,8 +564535,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutPackage_inner_count_typeInput
564617
564535
  type forwarding_shipmentsCreateWithoutWeight_unitInput = {
564618
564536
  id?: bigint | number;
564619
564537
  logic_code?: string | null;
564620
- code?: string | null;
564621
- name?: string | null;
564622
564538
  shipment_number?: string | null;
564623
564539
  house_bill?: string | null;
564624
564540
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564691,8 +564607,6 @@ type forwarding_shipmentsUncheckedCreateWithoutWeight_unitInput = {
564691
564607
  id_control_customer?: bigint | number | null;
564692
564608
  id_control_agent?: bigint | number | null;
564693
564609
  logic_code?: string | null;
564694
- code?: string | null;
564695
- name?: string | null;
564696
564610
  shipment_number?: string | null;
564697
564611
  house_bill?: string | null;
564698
564612
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564733,8 +564647,6 @@ type forwarding_shipmentsCreateManyWeight_unitInputEnvelope = {
564733
564647
  type forwarding_shipmentsCreateWithoutVolume_unitInput = {
564734
564648
  id?: bigint | number;
564735
564649
  logic_code?: string | null;
564736
- code?: string | null;
564737
- name?: string | null;
564738
564650
  shipment_number?: string | null;
564739
564651
  house_bill?: string | null;
564740
564652
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564807,8 +564719,6 @@ type forwarding_shipmentsUncheckedCreateWithoutVolume_unitInput = {
564807
564719
  id_control_customer?: bigint | number | null;
564808
564720
  id_control_agent?: bigint | number | null;
564809
564721
  logic_code?: string | null;
564810
- code?: string | null;
564811
- name?: string | null;
564812
564722
  shipment_number?: string | null;
564813
564723
  house_bill?: string | null;
564814
564724
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564849,8 +564759,6 @@ type forwarding_shipmentsCreateManyVolume_unitInputEnvelope = {
564849
564759
  type forwarding_shipmentsCreateWithoutChargeable_unitInput = {
564850
564760
  id?: bigint | number;
564851
564761
  logic_code?: string | null;
564852
- code?: string | null;
564853
- name?: string | null;
564854
564762
  shipment_number?: string | null;
564855
564763
  house_bill?: string | null;
564856
564764
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564923,8 +564831,6 @@ type forwarding_shipmentsUncheckedCreateWithoutChargeable_unitInput = {
564923
564831
  id_control_customer?: bigint | number | null;
564924
564832
  id_control_agent?: bigint | number | null;
564925
564833
  logic_code?: string | null;
564926
- code?: string | null;
564927
- name?: string | null;
564928
564834
  shipment_number?: string | null;
564929
564835
  house_bill?: string | null;
564930
564836
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -564965,8 +564871,6 @@ type forwarding_shipmentsCreateManyChargeable_unitInputEnvelope = {
564965
564871
  type forwarding_shipmentsCreateWithoutWeight_volume_unitInput = {
564966
564872
  id?: bigint | number;
564967
564873
  logic_code?: string | null;
564968
- code?: string | null;
564969
- name?: string | null;
564970
564874
  shipment_number?: string | null;
564971
564875
  house_bill?: string | null;
564972
564876
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565039,8 +564943,6 @@ type forwarding_shipmentsUncheckedCreateWithoutWeight_volume_unitInput = {
565039
564943
  id_control_customer?: bigint | number | null;
565040
564944
  id_control_agent?: bigint | number | null;
565041
564945
  logic_code?: string | null;
565042
- code?: string | null;
565043
- name?: string | null;
565044
564946
  shipment_number?: string | null;
565045
564947
  house_bill?: string | null;
565046
564948
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565133,8 +565035,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutWeight_volume_unitInput = {
565133
565035
  type forwarding_shipmentsCreateWithoutIncotermInput = {
565134
565036
  id?: bigint | number;
565135
565037
  logic_code?: string | null;
565136
- code?: string | null;
565137
- name?: string | null;
565138
565038
  shipment_number?: string | null;
565139
565039
  house_bill?: string | null;
565140
565040
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565207,8 +565107,6 @@ type forwarding_shipmentsUncheckedCreateWithoutIncotermInput = {
565207
565107
  id_control_customer?: bigint | number | null;
565208
565108
  id_control_agent?: bigint | number | null;
565209
565109
  logic_code?: string | null;
565210
- code?: string | null;
565211
- name?: string | null;
565212
565110
  shipment_number?: string | null;
565213
565111
  house_bill?: string | null;
565214
565112
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565262,8 +565160,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutIncotermInput = {
565262
565160
  type forwarding_shipmentsCreateWithoutForwarding_transport_modeInput = {
565263
565161
  id?: bigint | number;
565264
565162
  logic_code?: string | null;
565265
- code?: string | null;
565266
- name?: string | null;
565267
565163
  shipment_number?: string | null;
565268
565164
  house_bill?: string | null;
565269
565165
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565336,8 +565232,6 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_modeInput =
565336
565232
  id_control_customer?: bigint | number | null;
565337
565233
  id_control_agent?: bigint | number | null;
565338
565234
  logic_code?: string | null;
565339
- code?: string | null;
565340
- name?: string | null;
565341
565235
  shipment_number?: string | null;
565342
565236
  house_bill?: string | null;
565343
565237
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565391,8 +565285,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutForwarding_transport_modeInpu
565391
565285
  type forwarding_shipmentsCreateWithoutForwarding_transport_typesInput = {
565392
565286
  id?: bigint | number;
565393
565287
  logic_code?: string | null;
565394
- code?: string | null;
565395
- name?: string | null;
565396
565288
  shipment_number?: string | null;
565397
565289
  house_bill?: string | null;
565398
565290
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565465,8 +565357,6 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_transport_typesInput =
565465
565357
  id_control_customer?: bigint | number | null;
565466
565358
  id_control_agent?: bigint | number | null;
565467
565359
  logic_code?: string | null;
565468
- code?: string | null;
565469
- name?: string | null;
565470
565360
  shipment_number?: string | null;
565471
565361
  house_bill?: string | null;
565472
565362
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565520,8 +565410,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutForwarding_transport_typesInp
565520
565410
  type forwarding_shipmentsCreateWithoutContainer_shipping_typeInput = {
565521
565411
  id?: bigint | number;
565522
565412
  logic_code?: string | null;
565523
- code?: string | null;
565524
- name?: string | null;
565525
565413
  shipment_number?: string | null;
565526
565414
  house_bill?: string | null;
565527
565415
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565594,8 +565482,6 @@ type forwarding_shipmentsUncheckedCreateWithoutContainer_shipping_typeInput = {
565594
565482
  id_control_customer?: bigint | number | null;
565595
565483
  id_control_agent?: bigint | number | null;
565596
565484
  logic_code?: string | null;
565597
- code?: string | null;
565598
- name?: string | null;
565599
565485
  shipment_number?: string | null;
565600
565486
  house_bill?: string | null;
565601
565487
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565649,8 +565535,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutContainer_shipping_typeInput
565649
565535
  type forwarding_shipmentsCreateWithoutRelease_typeInput = {
565650
565536
  id?: bigint | number;
565651
565537
  logic_code?: string | null;
565652
- code?: string | null;
565653
- name?: string | null;
565654
565538
  shipment_number?: string | null;
565655
565539
  house_bill?: string | null;
565656
565540
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565723,8 +565607,6 @@ type forwarding_shipmentsUncheckedCreateWithoutRelease_typeInput = {
565723
565607
  id_control_customer?: bigint | number | null;
565724
565608
  id_control_agent?: bigint | number | null;
565725
565609
  logic_code?: string | null;
565726
- code?: string | null;
565727
- name?: string | null;
565728
565610
  shipment_number?: string | null;
565729
565611
  house_bill?: string | null;
565730
565612
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565778,8 +565660,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutRelease_typeInput = {
565778
565660
  type forwarding_shipmentsCreateWithoutCharge_applyInput = {
565779
565661
  id?: bigint | number;
565780
565662
  logic_code?: string | null;
565781
- code?: string | null;
565782
- name?: string | null;
565783
565663
  shipment_number?: string | null;
565784
565664
  house_bill?: string | null;
565785
565665
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565852,8 +565732,6 @@ type forwarding_shipmentsUncheckedCreateWithoutCharge_applyInput = {
565852
565732
  id_control_customer?: bigint | number | null;
565853
565733
  id_control_agent?: bigint | number | null;
565854
565734
  logic_code?: string | null;
565855
- code?: string | null;
565856
- name?: string | null;
565857
565735
  shipment_number?: string | null;
565858
565736
  house_bill?: string | null;
565859
565737
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565907,8 +565785,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutCharge_applyInput = {
565907
565785
  type forwarding_shipmentsCreateWithoutOn_board_statusInput = {
565908
565786
  id?: bigint | number;
565909
565787
  logic_code?: string | null;
565910
- code?: string | null;
565911
- name?: string | null;
565912
565788
  shipment_number?: string | null;
565913
565789
  house_bill?: string | null;
565914
565790
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -565981,8 +565857,6 @@ type forwarding_shipmentsUncheckedCreateWithoutOn_board_statusInput = {
565981
565857
  id_control_customer?: bigint | number | null;
565982
565858
  id_control_agent?: bigint | number | null;
565983
565859
  logic_code?: string | null;
565984
- code?: string | null;
565985
- name?: string | null;
565986
565860
  shipment_number?: string | null;
565987
565861
  house_bill?: string | null;
565988
565862
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -566036,8 +565910,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutOn_board_statusInput = {
566036
565910
  type forwarding_shipmentsCreateWithoutHouse_bill_typeInput = {
566037
565911
  id?: bigint | number;
566038
565912
  logic_code?: string | null;
566039
- code?: string | null;
566040
- name?: string | null;
566041
565913
  shipment_number?: string | null;
566042
565914
  house_bill?: string | null;
566043
565915
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -566110,8 +565982,6 @@ type forwarding_shipmentsUncheckedCreateWithoutHouse_bill_typeInput = {
566110
565982
  id_control_customer?: bigint | number | null;
566111
565983
  id_control_agent?: bigint | number | null;
566112
565984
  logic_code?: string | null;
566113
- code?: string | null;
566114
- name?: string | null;
566115
565985
  shipment_number?: string | null;
566116
565986
  house_bill?: string | null;
566117
565987
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -566165,8 +566035,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutHouse_bill_typeInput = {
566165
566035
  type forwarding_shipmentsCreateWithoutHbl_delivery_modeInput = {
566166
566036
  id?: bigint | number;
566167
566037
  logic_code?: string | null;
566168
- code?: string | null;
566169
- name?: string | null;
566170
566038
  shipment_number?: string | null;
566171
566039
  house_bill?: string | null;
566172
566040
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -566239,8 +566107,6 @@ type forwarding_shipmentsUncheckedCreateWithoutHbl_delivery_modeInput = {
566239
566107
  id_control_customer?: bigint | number | null;
566240
566108
  id_control_agent?: bigint | number | null;
566241
566109
  logic_code?: string | null;
566242
- code?: string | null;
566243
- name?: string | null;
566244
566110
  shipment_number?: string | null;
566245
566111
  house_bill?: string | null;
566246
566112
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -566294,8 +566160,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutHbl_delivery_modeInput = {
566294
566160
  type forwarding_shipmentsCreateWithoutAir_waybill_dimsInput = {
566295
566161
  id?: bigint | number;
566296
566162
  logic_code?: string | null;
566297
- code?: string | null;
566298
- name?: string | null;
566299
566163
  shipment_number?: string | null;
566300
566164
  house_bill?: string | null;
566301
566165
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -566368,8 +566232,6 @@ type forwarding_shipmentsUncheckedCreateWithoutAir_waybill_dimsInput = {
566368
566232
  id_control_customer?: bigint | number | null;
566369
566233
  id_control_agent?: bigint | number | null;
566370
566234
  logic_code?: string | null;
566371
- code?: string | null;
566372
- name?: string | null;
566373
566235
  shipment_number?: string | null;
566374
566236
  house_bill?: string | null;
566375
566237
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -566423,8 +566285,6 @@ type forwarding_shipmentsUpdateManyWithWhereWithoutAir_waybill_dimsInput = {
566423
566285
  type forwarding_shipmentsCreateWithoutForwarding_shipment_organizationsInput = {
566424
566286
  id?: bigint | number;
566425
566287
  logic_code?: string | null;
566426
- code?: string | null;
566427
- name?: string | null;
566428
566288
  shipment_number?: string | null;
566429
566289
  house_bill?: string | null;
566430
566290
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -566498,8 +566358,6 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_organizations
566498
566358
  id_control_customer?: bigint | number | null;
566499
566359
  id_control_agent?: bigint | number | null;
566500
566360
  logic_code?: string | null;
566501
- code?: string | null;
566502
- name?: string | null;
566503
566361
  shipment_number?: string | null;
566504
566362
  house_bill?: string | null;
566505
566363
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -566544,8 +566402,6 @@ type forwarding_shipmentsUpdateToOneWithWhereWithoutForwarding_shipment_organiza
566544
566402
  type forwarding_shipmentsUpdateWithoutForwarding_shipment_organizationsInput = {
566545
566403
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
566546
566404
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
566547
- code?: NullableStringFieldUpdateOperationsInput | string | null;
566548
- name?: NullableStringFieldUpdateOperationsInput | string | null;
566549
566405
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
566550
566406
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
566551
566407
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -566619,8 +566475,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_organizations
566619
566475
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
566620
566476
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
566621
566477
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
566622
- code?: NullableStringFieldUpdateOperationsInput | string | null;
566623
- name?: NullableStringFieldUpdateOperationsInput | string | null;
566624
566478
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
566625
566479
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
566626
566480
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -566652,8 +566506,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_organizations
566652
566506
  type forwarding_shipmentsCreateWithoutForwarding_shipment_custom_entriesInput = {
566653
566507
  id?: bigint | number;
566654
566508
  logic_code?: string | null;
566655
- code?: string | null;
566656
- name?: string | null;
566657
566509
  shipment_number?: string | null;
566658
566510
  house_bill?: string | null;
566659
566511
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -566727,8 +566579,6 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_custom_entrie
566727
566579
  id_control_customer?: bigint | number | null;
566728
566580
  id_control_agent?: bigint | number | null;
566729
566581
  logic_code?: string | null;
566730
- code?: string | null;
566731
- name?: string | null;
566732
566582
  shipment_number?: string | null;
566733
566583
  house_bill?: string | null;
566734
566584
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -566773,8 +566623,6 @@ type forwarding_shipmentsUpdateToOneWithWhereWithoutForwarding_shipment_custom_e
566773
566623
  type forwarding_shipmentsUpdateWithoutForwarding_shipment_custom_entriesInput = {
566774
566624
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
566775
566625
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
566776
- code?: NullableStringFieldUpdateOperationsInput | string | null;
566777
- name?: NullableStringFieldUpdateOperationsInput | string | null;
566778
566626
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
566779
566627
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
566780
566628
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -566848,8 +566696,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_custom_entrie
566848
566696
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
566849
566697
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
566850
566698
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
566851
- code?: NullableStringFieldUpdateOperationsInput | string | null;
566852
- name?: NullableStringFieldUpdateOperationsInput | string | null;
566853
566699
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
566854
566700
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
566855
566701
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -566881,8 +566727,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_custom_entrie
566881
566727
  type forwarding_shipmentsCreateWithoutForwarding_shipment_packingsInput = {
566882
566728
  id?: bigint | number;
566883
566729
  logic_code?: string | null;
566884
- code?: string | null;
566885
- name?: string | null;
566886
566730
  shipment_number?: string | null;
566887
566731
  house_bill?: string | null;
566888
566732
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -566956,8 +566800,6 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_packingsInput
566956
566800
  id_control_customer?: bigint | number | null;
566957
566801
  id_control_agent?: bigint | number | null;
566958
566802
  logic_code?: string | null;
566959
- code?: string | null;
566960
- name?: string | null;
566961
566803
  shipment_number?: string | null;
566962
566804
  house_bill?: string | null;
566963
566805
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -567002,8 +566844,6 @@ type forwarding_shipmentsUpdateToOneWithWhereWithoutForwarding_shipment_packings
567002
566844
  type forwarding_shipmentsUpdateWithoutForwarding_shipment_packingsInput = {
567003
566845
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
567004
566846
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
567005
- code?: NullableStringFieldUpdateOperationsInput | string | null;
567006
- name?: NullableStringFieldUpdateOperationsInput | string | null;
567007
566847
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
567008
566848
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
567009
566849
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -567077,8 +566917,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_packingsInput
567077
566917
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
567078
566918
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
567079
566919
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
567080
- code?: NullableStringFieldUpdateOperationsInput | string | null;
567081
- name?: NullableStringFieldUpdateOperationsInput | string | null;
567082
566920
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
567083
566921
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
567084
566922
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -567110,8 +566948,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_packingsInput
567110
566948
  type forwarding_shipmentsCreateWithoutForwarding_shipment_pickup_deliveriesInput = {
567111
566949
  id?: bigint | number;
567112
566950
  logic_code?: string | null;
567113
- code?: string | null;
567114
- name?: string | null;
567115
566951
  shipment_number?: string | null;
567116
566952
  house_bill?: string | null;
567117
566953
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -567185,8 +567021,6 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_pickup_delive
567185
567021
  id_control_customer?: bigint | number | null;
567186
567022
  id_control_agent?: bigint | number | null;
567187
567023
  logic_code?: string | null;
567188
- code?: string | null;
567189
- name?: string | null;
567190
567024
  shipment_number?: string | null;
567191
567025
  house_bill?: string | null;
567192
567026
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -567231,8 +567065,6 @@ type forwarding_shipmentsUpdateToOneWithWhereWithoutForwarding_shipment_pickup_d
567231
567065
  type forwarding_shipmentsUpdateWithoutForwarding_shipment_pickup_deliveriesInput = {
567232
567066
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
567233
567067
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
567234
- code?: NullableStringFieldUpdateOperationsInput | string | null;
567235
- name?: NullableStringFieldUpdateOperationsInput | string | null;
567236
567068
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
567237
567069
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
567238
567070
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -567306,8 +567138,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_pickup_delive
567306
567138
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
567307
567139
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
567308
567140
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
567309
- code?: NullableStringFieldUpdateOperationsInput | string | null;
567310
- name?: NullableStringFieldUpdateOperationsInput | string | null;
567311
567141
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
567312
567142
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
567313
567143
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -567339,8 +567169,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_pickup_delive
567339
567169
  type forwarding_shipmentsCreateWithoutForwarding_shipment_attachmentsInput = {
567340
567170
  id?: bigint | number;
567341
567171
  logic_code?: string | null;
567342
- code?: string | null;
567343
- name?: string | null;
567344
567172
  shipment_number?: string | null;
567345
567173
  house_bill?: string | null;
567346
567174
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -567414,8 +567242,6 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipment_attachmentsIn
567414
567242
  id_control_customer?: bigint | number | null;
567415
567243
  id_control_agent?: bigint | number | null;
567416
567244
  logic_code?: string | null;
567417
- code?: string | null;
567418
- name?: string | null;
567419
567245
  shipment_number?: string | null;
567420
567246
  house_bill?: string | null;
567421
567247
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -567460,8 +567286,6 @@ type forwarding_shipmentsUpdateToOneWithWhereWithoutForwarding_shipment_attachme
567460
567286
  type forwarding_shipmentsUpdateWithoutForwarding_shipment_attachmentsInput = {
567461
567287
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
567462
567288
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
567463
- code?: NullableStringFieldUpdateOperationsInput | string | null;
567464
- name?: NullableStringFieldUpdateOperationsInput | string | null;
567465
567289
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
567466
567290
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
567467
567291
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -567535,8 +567359,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_attachmentsIn
567535
567359
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
567536
567360
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
567537
567361
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
567538
- code?: NullableStringFieldUpdateOperationsInput | string | null;
567539
- name?: NullableStringFieldUpdateOperationsInput | string | null;
567540
567362
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
567541
567363
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
567542
567364
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -567568,8 +567390,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipment_attachmentsIn
567568
567390
  type forwarding_shipmentsCreateWithoutForwarding_shipments_logsInput = {
567569
567391
  id?: bigint | number;
567570
567392
  logic_code?: string | null;
567571
- code?: string | null;
567572
- name?: string | null;
567573
567393
  shipment_number?: string | null;
567574
567394
  house_bill?: string | null;
567575
567395
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -567643,8 +567463,6 @@ type forwarding_shipmentsUncheckedCreateWithoutForwarding_shipments_logsInput =
567643
567463
  id_control_customer?: bigint | number | null;
567644
567464
  id_control_agent?: bigint | number | null;
567645
567465
  logic_code?: string | null;
567646
- code?: string | null;
567647
- name?: string | null;
567648
567466
  shipment_number?: string | null;
567649
567467
  house_bill?: string | null;
567650
567468
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -567689,8 +567507,6 @@ type forwarding_shipmentsUpdateToOneWithWhereWithoutForwarding_shipments_logsInp
567689
567507
  type forwarding_shipmentsUpdateWithoutForwarding_shipments_logsInput = {
567690
567508
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
567691
567509
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
567692
- code?: NullableStringFieldUpdateOperationsInput | string | null;
567693
- name?: NullableStringFieldUpdateOperationsInput | string | null;
567694
567510
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
567695
567511
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
567696
567512
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -567764,8 +567580,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipments_logsInput =
567764
567580
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
567765
567581
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
567766
567582
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
567767
- code?: NullableStringFieldUpdateOperationsInput | string | null;
567768
- name?: NullableStringFieldUpdateOperationsInput | string | null;
567769
567583
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
567770
567584
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
567771
567585
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -567797,8 +567611,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_shipments_logsInput =
567797
567611
  type forwarding_shipmentsCreateWithoutSyncproc_purchase_ordersInput = {
567798
567612
  id?: bigint | number;
567799
567613
  logic_code?: string | null;
567800
- code?: string | null;
567801
- name?: string | null;
567802
567614
  shipment_number?: string | null;
567803
567615
  house_bill?: string | null;
567804
567616
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -567872,8 +567684,6 @@ type forwarding_shipmentsUncheckedCreateWithoutSyncproc_purchase_ordersInput = {
567872
567684
  id_control_customer?: bigint | number | null;
567873
567685
  id_control_agent?: bigint | number | null;
567874
567686
  logic_code?: string | null;
567875
- code?: string | null;
567876
- name?: string | null;
567877
567687
  shipment_number?: string | null;
567878
567688
  house_bill?: string | null;
567879
567689
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -567918,8 +567728,6 @@ type forwarding_shipmentsUpdateToOneWithWhereWithoutSyncproc_purchase_ordersInpu
567918
567728
  type forwarding_shipmentsUpdateWithoutSyncproc_purchase_ordersInput = {
567919
567729
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
567920
567730
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
567921
- code?: NullableStringFieldUpdateOperationsInput | string | null;
567922
- name?: NullableStringFieldUpdateOperationsInput | string | null;
567923
567731
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
567924
567732
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
567925
567733
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -567993,8 +567801,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutSyncproc_purchase_ordersInput = {
567993
567801
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
567994
567802
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
567995
567803
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
567996
- code?: NullableStringFieldUpdateOperationsInput | string | null;
567997
- name?: NullableStringFieldUpdateOperationsInput | string | null;
567998
567804
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
567999
567805
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568000
567806
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568046,8 +567852,6 @@ type forwarding_shipmentsCreateManyOrigin_un_locodeInput = {
568046
567852
  id_control_customer?: bigint | number | null;
568047
567853
  id_control_agent?: bigint | number | null;
568048
567854
  logic_code?: string | null;
568049
- code?: string | null;
568050
- name?: string | null;
568051
567855
  shipment_number?: string | null;
568052
567856
  house_bill?: string | null;
568053
567857
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -568092,8 +567896,6 @@ type forwarding_shipmentsCreateManyDestination_un_locodeInput = {
568092
567896
  id_control_customer?: bigint | number | null;
568093
567897
  id_control_agent?: bigint | number | null;
568094
567898
  logic_code?: string | null;
568095
- code?: string | null;
568096
- name?: string | null;
568097
567899
  shipment_number?: string | null;
568098
567900
  house_bill?: string | null;
568099
567901
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -568118,8 +567920,6 @@ type forwarding_shipmentsCreateManyDestination_un_locodeInput = {
568118
567920
  type forwarding_shipmentsUpdateWithoutOrigin_un_locodeInput = {
568119
567921
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
568120
567922
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568121
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568122
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568123
567923
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568124
567924
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568125
567925
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568192,8 +567992,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutOrigin_un_locodeInput = {
568192
567992
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568193
567993
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568194
567994
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568195
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568196
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568197
567995
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568198
567996
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568199
567997
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568246,8 +568044,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutOrigin_un_locodeInput = {
568246
568044
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568247
568045
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568248
568046
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568249
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568250
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568251
568047
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568252
568048
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568253
568049
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568272,8 +568068,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutOrigin_un_locodeInput = {
568272
568068
  type forwarding_shipmentsUpdateWithoutDestination_un_locodeInput = {
568273
568069
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
568274
568070
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568275
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568276
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568277
568071
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568278
568072
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568279
568073
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568346,8 +568140,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutDestination_un_locodeInput = {
568346
568140
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568347
568141
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568348
568142
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568349
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568350
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568351
568143
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568352
568144
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568353
568145
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568400,8 +568192,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutDestination_un_locodeInput =
568400
568192
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568401
568193
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568402
568194
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568403
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568404
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568405
568195
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568406
568196
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568407
568197
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568446,8 +568236,6 @@ type forwarding_shipmentsCreateManyControl_customerInput = {
568446
568236
  id_charge_apply?: bigint | number | null;
568447
568237
  id_control_agent?: bigint | number | null;
568448
568238
  logic_code?: string | null;
568449
- code?: string | null;
568450
- name?: string | null;
568451
568239
  shipment_number?: string | null;
568452
568240
  house_bill?: string | null;
568453
568241
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -568492,8 +568280,6 @@ type forwarding_shipmentsCreateManyControl_agentInput = {
568492
568280
  id_charge_apply?: bigint | number | null;
568493
568281
  id_control_customer?: bigint | number | null;
568494
568282
  logic_code?: string | null;
568495
- code?: string | null;
568496
- name?: string | null;
568497
568283
  shipment_number?: string | null;
568498
568284
  house_bill?: string | null;
568499
568285
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -568518,8 +568304,6 @@ type forwarding_shipmentsCreateManyControl_agentInput = {
568518
568304
  type forwarding_shipmentsUpdateWithoutControl_customerInput = {
568519
568305
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
568520
568306
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568521
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568522
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568523
568307
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568524
568308
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568525
568309
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568592,8 +568376,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutControl_customerInput = {
568592
568376
  id_charge_apply?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568593
568377
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568594
568378
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568595
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568596
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568597
568379
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568598
568380
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568599
568381
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568646,8 +568428,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutControl_customerInput = {
568646
568428
  id_charge_apply?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568647
568429
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568648
568430
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568649
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568650
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568651
568431
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568652
568432
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568653
568433
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568672,8 +568452,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutControl_customerInput = {
568672
568452
  type forwarding_shipmentsUpdateWithoutControl_agentInput = {
568673
568453
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
568674
568454
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568675
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568676
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568677
568455
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568678
568456
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568679
568457
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568746,8 +568524,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutControl_agentInput = {
568746
568524
  id_charge_apply?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568747
568525
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568748
568526
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568749
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568750
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568751
568527
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568752
568528
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568753
568529
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568800,8 +568576,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutControl_agentInput = {
568800
568576
  id_charge_apply?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568801
568577
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568802
568578
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568803
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568804
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568805
568579
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568806
568580
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568807
568581
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568846,8 +568620,6 @@ type forwarding_shipmentsCreateManyService_levelInput = {
568846
568620
  id_control_customer?: bigint | number | null;
568847
568621
  id_control_agent?: bigint | number | null;
568848
568622
  logic_code?: string | null;
568849
- code?: string | null;
568850
- name?: string | null;
568851
568623
  shipment_number?: string | null;
568852
568624
  house_bill?: string | null;
568853
568625
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -568872,8 +568644,6 @@ type forwarding_shipmentsCreateManyService_levelInput = {
568872
568644
  type forwarding_shipmentsUpdateWithoutService_levelInput = {
568873
568645
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
568874
568646
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568875
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568876
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568877
568647
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568878
568648
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568879
568649
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -568946,8 +568716,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutService_levelInput = {
568946
568716
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568947
568717
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
568948
568718
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
568949
- code?: NullableStringFieldUpdateOperationsInput | string | null;
568950
- name?: NullableStringFieldUpdateOperationsInput | string | null;
568951
568719
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
568952
568720
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
568953
568721
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569000,8 +568768,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutService_levelInput = {
569000
568768
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569001
568769
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569002
568770
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569003
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569004
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569005
568771
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569006
568772
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569007
568773
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569046,8 +568812,6 @@ type forwarding_shipmentsCreateManyPackage_count_typeInput = {
569046
568812
  id_control_customer?: bigint | number | null;
569047
568813
  id_control_agent?: bigint | number | null;
569048
568814
  logic_code?: string | null;
569049
- code?: string | null;
569050
- name?: string | null;
569051
568815
  shipment_number?: string | null;
569052
568816
  house_bill?: string | null;
569053
568817
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -569092,8 +568856,6 @@ type forwarding_shipmentsCreateManyPackage_inner_count_typeInput = {
569092
568856
  id_control_customer?: bigint | number | null;
569093
568857
  id_control_agent?: bigint | number | null;
569094
568858
  logic_code?: string | null;
569095
- code?: string | null;
569096
- name?: string | null;
569097
568859
  shipment_number?: string | null;
569098
568860
  house_bill?: string | null;
569099
568861
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -569118,8 +568880,6 @@ type forwarding_shipmentsCreateManyPackage_inner_count_typeInput = {
569118
568880
  type forwarding_shipmentsUpdateWithoutPackage_count_typeInput = {
569119
568881
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
569120
568882
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569121
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569122
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569123
568883
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569124
568884
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569125
568885
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569192,8 +568952,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutPackage_count_typeInput = {
569192
568952
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569193
568953
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569194
568954
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569195
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569196
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569197
568955
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569198
568956
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569199
568957
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569246,8 +569004,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutPackage_count_typeInput = {
569246
569004
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569247
569005
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569248
569006
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569249
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569250
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569251
569007
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569252
569008
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569253
569009
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569272,8 +569028,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutPackage_count_typeInput = {
569272
569028
  type forwarding_shipmentsUpdateWithoutPackage_inner_count_typeInput = {
569273
569029
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
569274
569030
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569275
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569276
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569277
569031
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569278
569032
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569279
569033
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569346,8 +569100,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutPackage_inner_count_typeInput = {
569346
569100
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569347
569101
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569348
569102
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569349
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569350
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569351
569103
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569352
569104
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569353
569105
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569400,8 +569152,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutPackage_inner_count_typeInput
569400
569152
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569401
569153
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569402
569154
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569403
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569404
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569405
569155
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569406
569156
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569407
569157
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569446,8 +569196,6 @@ type forwarding_shipmentsCreateManyWeight_unitInput = {
569446
569196
  id_control_customer?: bigint | number | null;
569447
569197
  id_control_agent?: bigint | number | null;
569448
569198
  logic_code?: string | null;
569449
- code?: string | null;
569450
- name?: string | null;
569451
569199
  shipment_number?: string | null;
569452
569200
  house_bill?: string | null;
569453
569201
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -569492,8 +569240,6 @@ type forwarding_shipmentsCreateManyVolume_unitInput = {
569492
569240
  id_control_customer?: bigint | number | null;
569493
569241
  id_control_agent?: bigint | number | null;
569494
569242
  logic_code?: string | null;
569495
- code?: string | null;
569496
- name?: string | null;
569497
569243
  shipment_number?: string | null;
569498
569244
  house_bill?: string | null;
569499
569245
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -569538,8 +569284,6 @@ type forwarding_shipmentsCreateManyChargeable_unitInput = {
569538
569284
  id_control_customer?: bigint | number | null;
569539
569285
  id_control_agent?: bigint | number | null;
569540
569286
  logic_code?: string | null;
569541
- code?: string | null;
569542
- name?: string | null;
569543
569287
  shipment_number?: string | null;
569544
569288
  house_bill?: string | null;
569545
569289
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -569584,8 +569328,6 @@ type forwarding_shipmentsCreateManyWeight_volume_unitInput = {
569584
569328
  id_control_customer?: bigint | number | null;
569585
569329
  id_control_agent?: bigint | number | null;
569586
569330
  logic_code?: string | null;
569587
- code?: string | null;
569588
- name?: string | null;
569589
569331
  shipment_number?: string | null;
569590
569332
  house_bill?: string | null;
569591
569333
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -569610,8 +569352,6 @@ type forwarding_shipmentsCreateManyWeight_volume_unitInput = {
569610
569352
  type forwarding_shipmentsUpdateWithoutWeight_unitInput = {
569611
569353
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
569612
569354
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569613
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569614
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569615
569355
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569616
569356
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569617
569357
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569684,8 +569424,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutWeight_unitInput = {
569684
569424
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569685
569425
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569686
569426
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569687
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569688
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569689
569427
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569690
569428
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569691
569429
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569738,8 +569476,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutWeight_unitInput = {
569738
569476
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569739
569477
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569740
569478
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569741
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569742
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569743
569479
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569744
569480
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569745
569481
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569764,8 +569500,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutWeight_unitInput = {
569764
569500
  type forwarding_shipmentsUpdateWithoutVolume_unitInput = {
569765
569501
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
569766
569502
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569767
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569768
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569769
569503
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569770
569504
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569771
569505
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569838,8 +569572,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutVolume_unitInput = {
569838
569572
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569839
569573
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569840
569574
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569841
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569842
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569843
569575
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569844
569576
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569845
569577
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569892,8 +569624,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutVolume_unitInput = {
569892
569624
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569893
569625
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569894
569626
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569895
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569896
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569897
569627
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569898
569628
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569899
569629
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569918,8 +569648,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutVolume_unitInput = {
569918
569648
  type forwarding_shipmentsUpdateWithoutChargeable_unitInput = {
569919
569649
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
569920
569650
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569921
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569922
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569923
569651
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569924
569652
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569925
569653
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -569992,8 +569720,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutChargeable_unitInput = {
569992
569720
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569993
569721
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
569994
569722
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
569995
- code?: NullableStringFieldUpdateOperationsInput | string | null;
569996
- name?: NullableStringFieldUpdateOperationsInput | string | null;
569997
569723
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
569998
569724
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
569999
569725
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570046,8 +569772,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutChargeable_unitInput = {
570046
569772
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570047
569773
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570048
569774
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570049
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570050
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570051
569775
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570052
569776
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570053
569777
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570072,8 +569796,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutChargeable_unitInput = {
570072
569796
  type forwarding_shipmentsUpdateWithoutWeight_volume_unitInput = {
570073
569797
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
570074
569798
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570075
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570076
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570077
569799
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570078
569800
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570079
569801
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570146,8 +569868,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutWeight_volume_unitInput = {
570146
569868
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570147
569869
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570148
569870
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570149
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570150
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570151
569871
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570152
569872
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570153
569873
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570200,8 +569920,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutWeight_volume_unitInput = {
570200
569920
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570201
569921
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570202
569922
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570203
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570204
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570205
569923
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570206
569924
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570207
569925
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570246,8 +569964,6 @@ type forwarding_shipmentsCreateManyIncotermInput = {
570246
569964
  id_control_customer?: bigint | number | null;
570247
569965
  id_control_agent?: bigint | number | null;
570248
569966
  logic_code?: string | null;
570249
- code?: string | null;
570250
- name?: string | null;
570251
569967
  shipment_number?: string | null;
570252
569968
  house_bill?: string | null;
570253
569969
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -570272,8 +569988,6 @@ type forwarding_shipmentsCreateManyIncotermInput = {
570272
569988
  type forwarding_shipmentsUpdateWithoutIncotermInput = {
570273
569989
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
570274
569990
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570275
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570276
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570277
569991
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570278
569992
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570279
569993
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570346,8 +570060,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutIncotermInput = {
570346
570060
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570347
570061
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570348
570062
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570349
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570350
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570351
570063
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570352
570064
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570353
570065
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570400,8 +570112,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutIncotermInput = {
570400
570112
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570401
570113
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570402
570114
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570403
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570404
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570405
570115
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570406
570116
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570407
570117
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570446,8 +570156,6 @@ type forwarding_shipmentsCreateManyForwarding_transport_modeInput = {
570446
570156
  id_control_customer?: bigint | number | null;
570447
570157
  id_control_agent?: bigint | number | null;
570448
570158
  logic_code?: string | null;
570449
- code?: string | null;
570450
- name?: string | null;
570451
570159
  shipment_number?: string | null;
570452
570160
  house_bill?: string | null;
570453
570161
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -570472,8 +570180,6 @@ type forwarding_shipmentsCreateManyForwarding_transport_modeInput = {
570472
570180
  type forwarding_shipmentsUpdateWithoutForwarding_transport_modeInput = {
570473
570181
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
570474
570182
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570475
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570476
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570477
570183
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570478
570184
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570479
570185
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570546,8 +570252,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_transport_modeInput =
570546
570252
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570547
570253
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570548
570254
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570549
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570550
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570551
570255
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570552
570256
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570553
570257
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570600,8 +570304,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_modeInpu
570600
570304
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570601
570305
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570602
570306
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570603
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570604
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570605
570307
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570606
570308
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570607
570309
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570646,8 +570348,6 @@ type forwarding_shipmentsCreateManyForwarding_transport_typesInput = {
570646
570348
  id_control_customer?: bigint | number | null;
570647
570349
  id_control_agent?: bigint | number | null;
570648
570350
  logic_code?: string | null;
570649
- code?: string | null;
570650
- name?: string | null;
570651
570351
  shipment_number?: string | null;
570652
570352
  house_bill?: string | null;
570653
570353
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -570672,8 +570372,6 @@ type forwarding_shipmentsCreateManyForwarding_transport_typesInput = {
570672
570372
  type forwarding_shipmentsUpdateWithoutForwarding_transport_typesInput = {
570673
570373
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
570674
570374
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570675
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570676
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570677
570375
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570678
570376
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570679
570377
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570746,8 +570444,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutForwarding_transport_typesInput =
570746
570444
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570747
570445
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570748
570446
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570749
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570750
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570751
570447
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570752
570448
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570753
570449
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570800,8 +570496,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutForwarding_transport_typesInp
570800
570496
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570801
570497
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570802
570498
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570803
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570804
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570805
570499
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570806
570500
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570807
570501
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570846,8 +570540,6 @@ type forwarding_shipmentsCreateManyContainer_shipping_typeInput = {
570846
570540
  id_control_customer?: bigint | number | null;
570847
570541
  id_control_agent?: bigint | number | null;
570848
570542
  logic_code?: string | null;
570849
- code?: string | null;
570850
- name?: string | null;
570851
570543
  shipment_number?: string | null;
570852
570544
  house_bill?: string | null;
570853
570545
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -570872,8 +570564,6 @@ type forwarding_shipmentsCreateManyContainer_shipping_typeInput = {
570872
570564
  type forwarding_shipmentsUpdateWithoutContainer_shipping_typeInput = {
570873
570565
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
570874
570566
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570875
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570876
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570877
570567
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570878
570568
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570879
570569
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -570946,8 +570636,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutContainer_shipping_typeInput = {
570946
570636
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570947
570637
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
570948
570638
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
570949
- code?: NullableStringFieldUpdateOperationsInput | string | null;
570950
- name?: NullableStringFieldUpdateOperationsInput | string | null;
570951
570639
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
570952
570640
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
570953
570641
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571000,8 +570688,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutContainer_shipping_typeInput
571000
570688
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571001
570689
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571002
570690
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571003
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571004
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571005
570691
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571006
570692
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571007
570693
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571046,8 +570732,6 @@ type forwarding_shipmentsCreateManyRelease_typeInput = {
571046
570732
  id_control_customer?: bigint | number | null;
571047
570733
  id_control_agent?: bigint | number | null;
571048
570734
  logic_code?: string | null;
571049
- code?: string | null;
571050
- name?: string | null;
571051
570735
  shipment_number?: string | null;
571052
570736
  house_bill?: string | null;
571053
570737
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -571072,8 +570756,6 @@ type forwarding_shipmentsCreateManyRelease_typeInput = {
571072
570756
  type forwarding_shipmentsUpdateWithoutRelease_typeInput = {
571073
570757
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
571074
570758
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571075
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571076
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571077
570759
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571078
570760
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571079
570761
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571146,8 +570828,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutRelease_typeInput = {
571146
570828
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571147
570829
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571148
570830
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571149
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571150
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571151
570831
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571152
570832
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571153
570833
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571200,8 +570880,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutRelease_typeInput = {
571200
570880
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571201
570881
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571202
570882
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571203
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571204
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571205
570883
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571206
570884
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571207
570885
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571246,8 +570924,6 @@ type forwarding_shipmentsCreateManyCharge_applyInput = {
571246
570924
  id_control_customer?: bigint | number | null;
571247
570925
  id_control_agent?: bigint | number | null;
571248
570926
  logic_code?: string | null;
571249
- code?: string | null;
571250
- name?: string | null;
571251
570927
  shipment_number?: string | null;
571252
570928
  house_bill?: string | null;
571253
570929
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -571272,8 +570948,6 @@ type forwarding_shipmentsCreateManyCharge_applyInput = {
571272
570948
  type forwarding_shipmentsUpdateWithoutCharge_applyInput = {
571273
570949
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
571274
570950
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571275
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571276
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571277
570951
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571278
570952
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571279
570953
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571346,8 +571020,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutCharge_applyInput = {
571346
571020
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571347
571021
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571348
571022
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571349
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571350
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571351
571023
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571352
571024
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571353
571025
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571400,8 +571072,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutCharge_applyInput = {
571400
571072
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571401
571073
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571402
571074
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571403
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571404
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571405
571075
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571406
571076
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571407
571077
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571446,8 +571116,6 @@ type forwarding_shipmentsCreateManyOn_board_statusInput = {
571446
571116
  id_control_customer?: bigint | number | null;
571447
571117
  id_control_agent?: bigint | number | null;
571448
571118
  logic_code?: string | null;
571449
- code?: string | null;
571450
- name?: string | null;
571451
571119
  shipment_number?: string | null;
571452
571120
  house_bill?: string | null;
571453
571121
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -571472,8 +571140,6 @@ type forwarding_shipmentsCreateManyOn_board_statusInput = {
571472
571140
  type forwarding_shipmentsUpdateWithoutOn_board_statusInput = {
571473
571141
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
571474
571142
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571475
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571476
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571477
571143
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571478
571144
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571479
571145
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571546,8 +571212,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutOn_board_statusInput = {
571546
571212
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571547
571213
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571548
571214
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571549
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571550
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571551
571215
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571552
571216
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571553
571217
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571600,8 +571264,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutOn_board_statusInput = {
571600
571264
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571601
571265
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571602
571266
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571603
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571604
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571605
571267
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571606
571268
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571607
571269
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571646,8 +571308,6 @@ type forwarding_shipmentsCreateManyHouse_bill_typeInput = {
571646
571308
  id_control_customer?: bigint | number | null;
571647
571309
  id_control_agent?: bigint | number | null;
571648
571310
  logic_code?: string | null;
571649
- code?: string | null;
571650
- name?: string | null;
571651
571311
  shipment_number?: string | null;
571652
571312
  house_bill?: string | null;
571653
571313
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -571672,8 +571332,6 @@ type forwarding_shipmentsCreateManyHouse_bill_typeInput = {
571672
571332
  type forwarding_shipmentsUpdateWithoutHouse_bill_typeInput = {
571673
571333
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
571674
571334
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571675
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571676
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571677
571335
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571678
571336
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571679
571337
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571746,8 +571404,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutHouse_bill_typeInput = {
571746
571404
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571747
571405
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571748
571406
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571749
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571750
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571751
571407
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571752
571408
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571753
571409
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571800,8 +571456,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutHouse_bill_typeInput = {
571800
571456
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571801
571457
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571802
571458
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571803
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571804
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571805
571459
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571806
571460
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571807
571461
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571846,8 +571500,6 @@ type forwarding_shipmentsCreateManyHbl_delivery_modeInput = {
571846
571500
  id_control_customer?: bigint | number | null;
571847
571501
  id_control_agent?: bigint | number | null;
571848
571502
  logic_code?: string | null;
571849
- code?: string | null;
571850
- name?: string | null;
571851
571503
  shipment_number?: string | null;
571852
571504
  house_bill?: string | null;
571853
571505
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -571872,8 +571524,6 @@ type forwarding_shipmentsCreateManyHbl_delivery_modeInput = {
571872
571524
  type forwarding_shipmentsUpdateWithoutHbl_delivery_modeInput = {
571873
571525
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
571874
571526
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571875
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571876
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571877
571527
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571878
571528
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571879
571529
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -571946,8 +571596,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutHbl_delivery_modeInput = {
571946
571596
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571947
571597
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
571948
571598
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
571949
- code?: NullableStringFieldUpdateOperationsInput | string | null;
571950
- name?: NullableStringFieldUpdateOperationsInput | string | null;
571951
571599
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
571952
571600
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
571953
571601
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -572000,8 +571648,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutHbl_delivery_modeInput = {
572000
571648
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
572001
571649
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
572002
571650
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
572003
- code?: NullableStringFieldUpdateOperationsInput | string | null;
572004
- name?: NullableStringFieldUpdateOperationsInput | string | null;
572005
571651
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
572006
571652
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
572007
571653
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -572046,8 +571692,6 @@ type forwarding_shipmentsCreateManyAir_waybill_dimsInput = {
572046
571692
  id_control_customer?: bigint | number | null;
572047
571693
  id_control_agent?: bigint | number | null;
572048
571694
  logic_code?: string | null;
572049
- code?: string | null;
572050
- name?: string | null;
572051
571695
  shipment_number?: string | null;
572052
571696
  house_bill?: string | null;
572053
571697
  weight?: Decimal | DecimalJsLike | number | string | null;
@@ -572072,8 +571716,6 @@ type forwarding_shipmentsCreateManyAir_waybill_dimsInput = {
572072
571716
  type forwarding_shipmentsUpdateWithoutAir_waybill_dimsInput = {
572073
571717
  id?: BigIntFieldUpdateOperationsInput | bigint | number;
572074
571718
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
572075
- code?: NullableStringFieldUpdateOperationsInput | string | null;
572076
- name?: NullableStringFieldUpdateOperationsInput | string | null;
572077
571719
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
572078
571720
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
572079
571721
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -572146,8 +571788,6 @@ type forwarding_shipmentsUncheckedUpdateWithoutAir_waybill_dimsInput = {
572146
571788
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
572147
571789
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
572148
571790
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
572149
- code?: NullableStringFieldUpdateOperationsInput | string | null;
572150
- name?: NullableStringFieldUpdateOperationsInput | string | null;
572151
571791
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
572152
571792
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
572153
571793
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -572200,8 +571840,6 @@ type forwarding_shipmentsUncheckedUpdateManyWithoutAir_waybill_dimsInput = {
572200
571840
  id_control_customer?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
572201
571841
  id_control_agent?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
572202
571842
  logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
572203
- code?: NullableStringFieldUpdateOperationsInput | string | null;
572204
- name?: NullableStringFieldUpdateOperationsInput | string | null;
572205
571843
  shipment_number?: NullableStringFieldUpdateOperationsInput | string | null;
572206
571844
  house_bill?: NullableStringFieldUpdateOperationsInput | string | null;
572207
571845
  weight?: NullableDecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string | null;
@@ -572311,8 +571949,6 @@ type forwarding_shipmentsSelect<ExtArgs extends Types$1.Extensions.InternalArgs
572311
571949
  id_control_customer?: boolean;
572312
571950
  id_control_agent?: boolean;
572313
571951
  logic_code?: boolean;
572314
- code?: boolean;
572315
- name?: boolean;
572316
571952
  shipment_number?: boolean;
572317
571953
  house_bill?: boolean;
572318
571954
  weight?: boolean;
@@ -572388,8 +572024,6 @@ type forwarding_shipmentsSelectCreateManyAndReturn<ExtArgs extends Types$1.Exten
572388
572024
  id_control_customer?: boolean;
572389
572025
  id_control_agent?: boolean;
572390
572026
  logic_code?: boolean;
572391
- code?: boolean;
572392
- name?: boolean;
572393
572027
  shipment_number?: boolean;
572394
572028
  house_bill?: boolean;
572395
572029
  weight?: boolean;
@@ -572456,8 +572090,6 @@ type forwarding_shipmentsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Exten
572456
572090
  id_control_customer?: boolean;
572457
572091
  id_control_agent?: boolean;
572458
572092
  logic_code?: boolean;
572459
- code?: boolean;
572460
- name?: boolean;
572461
572093
  shipment_number?: boolean;
572462
572094
  house_bill?: boolean;
572463
572095
  weight?: boolean;
@@ -572500,7 +572132,7 @@ type forwarding_shipmentsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Exten
572500
572132
  control_customer?: boolean | forwarding_shipments$control_customerArgs<ExtArgs>;
572501
572133
  control_agent?: boolean | forwarding_shipments$control_agentArgs<ExtArgs>;
572502
572134
  }, ExtArgs["result"]["forwarding_shipments"]>;
572503
- type forwarding_shipmentsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_transport_mode" | "id_transport_type" | "id_container_shipping_type" | "id_origin" | "id_destination" | "id_weight_unit" | "id_volume_unit" | "id_chargeable_unit" | "id_weight_volume_unit" | "id_package_count_type" | "id_package_inner_count_type" | "id_incoterm" | "id_service_level" | "id_release_type" | "id_air_waybill_dims" | "id_house_bill_type" | "id_on_board_status" | "id_hbl_delivery_mode" | "id_charge_apply" | "id_control_customer" | "id_control_agent" | "logic_code" | "code" | "name" | "shipment_number" | "house_bill" | "weight" | "volume" | "chargeable" | "weight_volume" | "package_count" | "package_inner_count" | "description" | "mark_number" | "original_bills" | "copy_bills" | "estimated_delivery_date" | "estimated_arrival_date" | "issue_date" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipments"]>;
572135
+ type forwarding_shipmentsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_transport_mode" | "id_transport_type" | "id_container_shipping_type" | "id_origin" | "id_destination" | "id_weight_unit" | "id_volume_unit" | "id_chargeable_unit" | "id_weight_volume_unit" | "id_package_count_type" | "id_package_inner_count_type" | "id_incoterm" | "id_service_level" | "id_release_type" | "id_air_waybill_dims" | "id_house_bill_type" | "id_on_board_status" | "id_hbl_delivery_mode" | "id_charge_apply" | "id_control_customer" | "id_control_agent" | "logic_code" | "shipment_number" | "house_bill" | "weight" | "volume" | "chargeable" | "weight_volume" | "package_count" | "package_inner_count" | "description" | "mark_number" | "original_bills" | "copy_bills" | "estimated_delivery_date" | "estimated_arrival_date" | "issue_date" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipments"]>;
572504
572136
  type forwarding_shipmentsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
572505
572137
  forwarding_transport_mode?: boolean | forwarding_shipments$forwarding_transport_modeArgs<ExtArgs>;
572506
572138
  forwarding_transport_types?: boolean | forwarding_shipments$forwarding_transport_typesArgs<ExtArgs>;
@@ -572636,8 +572268,6 @@ type $forwarding_shipmentsPayload<ExtArgs extends Types$1.Extensions.InternalArg
572636
572268
  id_control_customer: bigint | null;
572637
572269
  id_control_agent: bigint | null;
572638
572270
  logic_code: string | null;
572639
- code: string | null;
572640
- name: string | null;
572641
572271
  shipment_number: string | null;
572642
572272
  house_bill: string | null;
572643
572273
  weight: Decimal | null;
@@ -573050,8 +572680,6 @@ interface forwarding_shipmentsFieldRefs {
573050
572680
  readonly id_control_customer: FieldRef<"forwarding_shipments", 'BigInt'>;
573051
572681
  readonly id_control_agent: FieldRef<"forwarding_shipments", 'BigInt'>;
573052
572682
  readonly logic_code: FieldRef<"forwarding_shipments", 'String'>;
573053
- readonly code: FieldRef<"forwarding_shipments", 'String'>;
573054
- readonly name: FieldRef<"forwarding_shipments", 'String'>;
573055
572683
  readonly shipment_number: FieldRef<"forwarding_shipments", 'String'>;
573056
572684
  readonly house_bill: FieldRef<"forwarding_shipments", 'String'>;
573057
572685
  readonly weight: FieldRef<"forwarding_shipments", 'Decimal'>;
@@ -675476,8 +675104,6 @@ declare const Forwarding_shipmentsScalarFieldEnum: {
675476
675104
  readonly id_control_customer: "id_control_customer";
675477
675105
  readonly id_control_agent: "id_control_agent";
675478
675106
  readonly logic_code: "logic_code";
675479
- readonly code: "code";
675480
- readonly name: "name";
675481
675107
  readonly shipment_number: "shipment_number";
675482
675108
  readonly house_bill: "house_bill";
675483
675109
  readonly weight: "weight";
@@ -683045,8 +682671,6 @@ declare const cargoflowRouter: BuiltRouter<{
683045
682671
  is_active: boolean | null;
683046
682672
  id: string;
683047
682673
  logic_code: string | null;
683048
- name: string | null;
683049
- code: string | null;
683050
682674
  created_at: Date | null;
683051
682675
  created_by: string | null;
683052
682676
  updated_at: Date | null;
@@ -683147,8 +682771,6 @@ declare const cargoflowRouter: BuiltRouter<{
683147
682771
  is_active: boolean | null;
683148
682772
  id: string;
683149
682773
  logic_code: string | null;
683150
- name: string | null;
683151
- code: string | null;
683152
682774
  created_at: Date | null;
683153
682775
  created_by: string | null;
683154
682776
  updated_at: Date | null;
@@ -683356,8 +682978,6 @@ declare const cargoflowRouter: BuiltRouter<{
683356
682978
  is_active: boolean | null;
683357
682979
  id: string;
683358
682980
  logic_code: string | null;
683359
- name: string | null;
683360
- code: string | null;
683361
682981
  created_at: Date | null;
683362
682982
  created_by: string | null;
683363
682983
  updated_at: Date | null;
@@ -683469,8 +683089,6 @@ declare const cargoflowRouter: BuiltRouter<{
683469
683089
  is_active: boolean | null;
683470
683090
  id: string;
683471
683091
  logic_code: string | null;
683472
- name: string | null;
683473
- code: string | null;
683474
683092
  created_at: Date | null;
683475
683093
  created_by: string | null;
683476
683094
  updated_at: Date | null;
@@ -683605,8 +683223,6 @@ declare const cargoflowRouter: BuiltRouter<{
683605
683223
  is_active: boolean | null;
683606
683224
  id: string;
683607
683225
  logic_code: string | null;
683608
- name: string | null;
683609
- code: string | null;
683610
683226
  created_at: Date | null;
683611
683227
  created_by: string | null;
683612
683228
  updated_at: Date | null;
@@ -683691,8 +683307,6 @@ declare const cargoflowRouter: BuiltRouter<{
683691
683307
  is_active: boolean | null;
683692
683308
  id: string;
683693
683309
  logic_code: string | null;
683694
- name: string | null;
683695
- code: string | null;
683696
683310
  created_at: Date | null;
683697
683311
  created_by: string | null;
683698
683312
  updated_at: Date | null;
@@ -684197,8 +683811,6 @@ declare const cargoflowRouter: BuiltRouter<{
684197
683811
  is_active: boolean | null;
684198
683812
  id: string;
684199
683813
  logic_code: string | null;
684200
- name: string | null;
684201
- code: string | null;
684202
683814
  created_at: Date | null;
684203
683815
  created_by: string | null;
684204
683816
  updated_at: Date | null;
@@ -684287,8 +683899,6 @@ declare const cargoflowRouter: BuiltRouter<{
684287
683899
  is_active: boolean | null;
684288
683900
  id: string;
684289
683901
  logic_code: string | null;
684290
- name: string | null;
684291
- code: string | null;
684292
683902
  created_at: Date | null;
684293
683903
  created_by: string | null;
684294
683904
  updated_at: Date | null;
@@ -685204,6 +684814,17 @@ declare const cargoflowRouter: BuiltRouter<{
685204
684814
  company_tax_number: string | null;
685205
684815
  } | null;
685206
684816
  customs_idn_data: {
684817
+ customs_idn_data_clearance_type: {
684818
+ is_active: boolean | null;
684819
+ id: string;
684820
+ logic_code: string | null;
684821
+ name: string | null;
684822
+ code: string | null;
684823
+ created_at: Date | null;
684824
+ created_by: string | null;
684825
+ updated_at: Date | null;
684826
+ updated_by: string | null;
684827
+ } | null;
685207
684828
  is_active: boolean | null;
685208
684829
  id: string;
685209
684830
  logic_code: string | null;
@@ -685246,8 +684867,6 @@ declare const cargoflowRouter: BuiltRouter<{
685246
684867
  is_active: boolean | null;
685247
684868
  id: string;
685248
684869
  logic_code: string | null;
685249
- name: string | null;
685250
- code: string | null;
685251
684870
  created_at: Date | null;
685252
684871
  created_by: string | null;
685253
684872
  updated_at: Date | null;
@@ -685801,6 +685420,17 @@ declare const cargoflowRouter: BuiltRouter<{
685801
685420
  company_tax_number: string | null;
685802
685421
  } | null;
685803
685422
  customs_idn_data: {
685423
+ customs_idn_data_clearance_type: {
685424
+ is_active: boolean | null;
685425
+ id: string;
685426
+ logic_code: string | null;
685427
+ name: string | null;
685428
+ code: string | null;
685429
+ created_at: Date | null;
685430
+ created_by: string | null;
685431
+ updated_at: Date | null;
685432
+ updated_by: string | null;
685433
+ } | null;
685804
685434
  is_active: boolean | null;
685805
685435
  id: string;
685806
685436
  logic_code: string | null;
@@ -685843,8 +685473,6 @@ declare const cargoflowRouter: BuiltRouter<{
685843
685473
  is_active: boolean | null;
685844
685474
  id: string;
685845
685475
  logic_code: string | null;
685846
- name: string | null;
685847
- code: string | null;
685848
685476
  created_at: Date | null;
685849
685477
  created_by: string | null;
685850
685478
  updated_at: Date | null;
@@ -686013,8 +685641,6 @@ declare const cargoflowRouter: BuiltRouter<{
686013
685641
  id_charge_apply?: string | number | bigint | null | undefined;
686014
685642
  id_control_customer?: string | number | bigint | null | undefined;
686015
685643
  id_control_agent?: string | number | bigint | null | undefined;
686016
- code?: string | null | undefined;
686017
- name?: string | null | undefined;
686018
685644
  weight?: string | null | undefined;
686019
685645
  volume?: string | null | undefined;
686020
685646
  chargeable?: string | null | undefined;
@@ -686128,8 +685754,6 @@ declare const cargoflowRouter: BuiltRouter<{
686128
685754
  is_active: boolean | null;
686129
685755
  id: string;
686130
685756
  logic_code: string | null;
686131
- name: string | null;
686132
- code: string | null;
686133
685757
  created_at: Date | null;
686134
685758
  created_by: string | null;
686135
685759
  updated_at: Date | null;
@@ -686264,8 +685888,6 @@ declare const cargoflowRouter: BuiltRouter<{
686264
685888
  id_charge_apply?: string | number | bigint | null | undefined;
686265
685889
  id_control_customer?: string | number | bigint | null | undefined;
686266
685890
  id_control_agent?: string | number | bigint | null | undefined;
686267
- code?: string | null | undefined;
686268
- name?: string | null | undefined;
686269
685891
  weight?: string | null | undefined;
686270
685892
  volume?: string | null | undefined;
686271
685893
  chargeable?: string | null | undefined;
@@ -686338,8 +685960,6 @@ declare const cargoflowRouter: BuiltRouter<{
686338
685960
  is_active: boolean | null;
686339
685961
  id: string;
686340
685962
  logic_code: string | null;
686341
- name: string | null;
686342
- code: string | null;
686343
685963
  created_at: Date | null;
686344
685964
  created_by: string | null;
686345
685965
  updated_at: Date | null;
@@ -686409,8 +686029,6 @@ declare const cargoflowRouter: BuiltRouter<{
686409
686029
  is_active: boolean | null;
686410
686030
  id: string;
686411
686031
  logic_code: string | null;
686412
- name: string | null;
686413
- code: string | null;
686414
686032
  created_at: Date | null;
686415
686033
  created_by: string | null;
686416
686034
  updated_at: Date | null;
@@ -686564,8 +686182,6 @@ declare const cargoflowRouter: BuiltRouter<{
686564
686182
  is_active: boolean | null;
686565
686183
  id: string;
686566
686184
  logic_code: string | null;
686567
- name: string | null;
686568
- code: string | null;
686569
686185
  created_at: Date | null;
686570
686186
  created_by: string | null;
686571
686187
  updated_at: Date | null;
@@ -686707,8 +686323,6 @@ declare const cargoflowRouter: BuiltRouter<{
686707
686323
  is_active: boolean | null;
686708
686324
  id: string;
686709
686325
  logic_code: string | null;
686710
- name: string | null;
686711
- code: string | null;
686712
686326
  created_at: Date | null;
686713
686327
  created_by: string | null;
686714
686328
  updated_at: Date | null;
@@ -687120,8 +686734,6 @@ declare const cargoflowRouter: BuiltRouter<{
687120
686734
  is_active: boolean | null;
687121
686735
  id: string;
687122
686736
  logic_code: string | null;
687123
- name: string | null;
687124
- code: string | null;
687125
686737
  created_at: Date | null;
687126
686738
  created_by: string | null;
687127
686739
  updated_at: Date | null;
@@ -687418,8 +687030,6 @@ declare const cargoflowRouter: BuiltRouter<{
687418
687030
  is_active: boolean | null;
687419
687031
  id: string;
687420
687032
  logic_code: string | null;
687421
- name: string | null;
687422
- code: string | null;
687423
687033
  created_at: Date | null;
687424
687034
  created_by: string | null;
687425
687035
  updated_at: Date | null;
@@ -688678,8 +688288,6 @@ declare const cargoflowRouter: BuiltRouter<{
688678
688288
  is_active: boolean | null;
688679
688289
  id: string;
688680
688290
  logic_code: string | null;
688681
- name: string | null;
688682
- code: string | null;
688683
688291
  created_at: Date | null;
688684
688292
  created_by: string | null;
688685
688293
  updated_at: Date | null;
@@ -689099,8 +688707,6 @@ declare const cargoflowRouter: BuiltRouter<{
689099
688707
  is_active: boolean | null;
689100
688708
  id: string;
689101
688709
  logic_code: string | null;
689102
- name: string | null;
689103
- code: string | null;
689104
688710
  created_at: Date | null;
689105
688711
  created_by: string | null;
689106
688712
  updated_at: Date | null;