@be-logixpair/api 0.0.65 → 0.0.67

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 +1253 -249
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -615857,8 +615857,7 @@ type UsersMinAggregateOutputType = {
615857
615857
  code: string | null;
615858
615858
  name: string | null;
615859
615859
  pref_name: string | null;
615860
- address_1: string | null;
615861
- address_2: string | null;
615860
+ address: string | null;
615862
615861
  date_of_birth: Date | null;
615863
615862
  employment_date: Date | null;
615864
615863
  depart_date: Date | null;
@@ -615905,8 +615904,7 @@ type UsersMaxAggregateOutputType = {
615905
615904
  code: string | null;
615906
615905
  name: string | null;
615907
615906
  pref_name: string | null;
615908
- address_1: string | null;
615909
- address_2: string | null;
615907
+ address: string | null;
615910
615908
  date_of_birth: Date | null;
615911
615909
  employment_date: Date | null;
615912
615910
  depart_date: Date | null;
@@ -615953,8 +615951,7 @@ type UsersCountAggregateOutputType = {
615953
615951
  code: number;
615954
615952
  name: number;
615955
615953
  pref_name: number;
615956
- address_1: number;
615957
- address_2: number;
615954
+ address: number;
615958
615955
  date_of_birth: number;
615959
615956
  employment_date: number;
615960
615957
  depart_date: number;
@@ -616032,8 +616029,7 @@ type UsersMinAggregateInputType = {
616032
616029
  code?: true;
616033
616030
  name?: true;
616034
616031
  pref_name?: true;
616035
- address_1?: true;
616036
- address_2?: true;
616032
+ address?: true;
616037
616033
  date_of_birth?: true;
616038
616034
  employment_date?: true;
616039
616035
  depart_date?: true;
@@ -616080,8 +616076,7 @@ type UsersMaxAggregateInputType = {
616080
616076
  code?: true;
616081
616077
  name?: true;
616082
616078
  pref_name?: true;
616083
- address_1?: true;
616084
- address_2?: true;
616079
+ address?: true;
616085
616080
  date_of_birth?: true;
616086
616081
  employment_date?: true;
616087
616082
  depart_date?: true;
@@ -616128,8 +616123,7 @@ type UsersCountAggregateInputType = {
616128
616123
  code?: true;
616129
616124
  name?: true;
616130
616125
  pref_name?: true;
616131
- address_1?: true;
616132
- address_2?: true;
616126
+ address?: true;
616133
616127
  date_of_birth?: true;
616134
616128
  employment_date?: true;
616135
616129
  depart_date?: true;
@@ -616251,8 +616245,7 @@ type UsersGroupByOutputType = {
616251
616245
  code: string | null;
616252
616246
  name: string | null;
616253
616247
  pref_name: string | null;
616254
- address_1: string | null;
616255
- address_2: string | null;
616248
+ address: string | null;
616256
616249
  date_of_birth: Date | null;
616257
616250
  employment_date: Date | null;
616258
616251
  depart_date: Date | null;
@@ -616308,8 +616301,7 @@ type usersWhereInput = {
616308
616301
  code?: StringNullableFilter<"users"> | string | null;
616309
616302
  name?: StringNullableFilter<"users"> | string | null;
616310
616303
  pref_name?: StringNullableFilter<"users"> | string | null;
616311
- address_1?: StringNullableFilter<"users"> | string | null;
616312
- address_2?: StringNullableFilter<"users"> | string | null;
616304
+ address?: StringNullableFilter<"users"> | string | null;
616313
616305
  date_of_birth?: DateTimeNullableFilter<"users"> | Date | string | null;
616314
616306
  employment_date?: DateTimeNullableFilter<"users"> | Date | string | null;
616315
616307
  depart_date?: DateTimeNullableFilter<"users"> | Date | string | null;
@@ -616371,8 +616363,7 @@ type usersOrderByWithRelationInput = {
616371
616363
  code?: SortOrderInput | SortOrder;
616372
616364
  name?: SortOrderInput | SortOrder;
616373
616365
  pref_name?: SortOrderInput | SortOrder;
616374
- address_1?: SortOrderInput | SortOrder;
616375
- address_2?: SortOrderInput | SortOrder;
616366
+ address?: SortOrderInput | SortOrder;
616376
616367
  date_of_birth?: SortOrderInput | SortOrder;
616377
616368
  employment_date?: SortOrderInput | SortOrder;
616378
616369
  depart_date?: SortOrderInput | SortOrder;
@@ -616437,8 +616428,7 @@ type usersWhereUniqueInput = AtLeast<{
616437
616428
  code?: StringNullableFilter<"users"> | string | null;
616438
616429
  name?: StringNullableFilter<"users"> | string | null;
616439
616430
  pref_name?: StringNullableFilter<"users"> | string | null;
616440
- address_1?: StringNullableFilter<"users"> | string | null;
616441
- address_2?: StringNullableFilter<"users"> | string | null;
616431
+ address?: StringNullableFilter<"users"> | string | null;
616442
616432
  date_of_birth?: DateTimeNullableFilter<"users"> | Date | string | null;
616443
616433
  employment_date?: DateTimeNullableFilter<"users"> | Date | string | null;
616444
616434
  depart_date?: DateTimeNullableFilter<"users"> | Date | string | null;
@@ -616500,8 +616490,7 @@ type usersOrderByWithAggregationInput = {
616500
616490
  code?: SortOrderInput | SortOrder;
616501
616491
  name?: SortOrderInput | SortOrder;
616502
616492
  pref_name?: SortOrderInput | SortOrder;
616503
- address_1?: SortOrderInput | SortOrder;
616504
- address_2?: SortOrderInput | SortOrder;
616493
+ address?: SortOrderInput | SortOrder;
616505
616494
  date_of_birth?: SortOrderInput | SortOrder;
616506
616495
  employment_date?: SortOrderInput | SortOrder;
616507
616496
  depart_date?: SortOrderInput | SortOrder;
@@ -616556,8 +616545,7 @@ type usersScalarWhereWithAggregatesInput = {
616556
616545
  code?: StringNullableWithAggregatesFilter<"users"> | string | null;
616557
616546
  name?: StringNullableWithAggregatesFilter<"users"> | string | null;
616558
616547
  pref_name?: StringNullableWithAggregatesFilter<"users"> | string | null;
616559
- address_1?: StringNullableWithAggregatesFilter<"users"> | string | null;
616560
- address_2?: StringNullableWithAggregatesFilter<"users"> | string | null;
616548
+ address?: StringNullableWithAggregatesFilter<"users"> | string | null;
616561
616549
  date_of_birth?: DateTimeNullableWithAggregatesFilter<"users"> | Date | string | null;
616562
616550
  employment_date?: DateTimeNullableWithAggregatesFilter<"users"> | Date | string | null;
616563
616551
  depart_date?: DateTimeNullableWithAggregatesFilter<"users"> | Date | string | null;
@@ -616594,8 +616582,7 @@ type usersCreateInput = {
616594
616582
  code?: string | null;
616595
616583
  name?: string | null;
616596
616584
  pref_name?: string | null;
616597
- address_1?: string | null;
616598
- address_2?: string | null;
616585
+ address?: string | null;
616599
616586
  date_of_birth?: Date | string | null;
616600
616587
  employment_date?: Date | string | null;
616601
616588
  depart_date?: Date | string | null;
@@ -616657,8 +616644,7 @@ type usersUncheckedCreateInput = {
616657
616644
  code?: string | null;
616658
616645
  name?: string | null;
616659
616646
  pref_name?: string | null;
616660
- address_1?: string | null;
616661
- address_2?: string | null;
616647
+ address?: string | null;
616662
616648
  date_of_birth?: Date | string | null;
616663
616649
  employment_date?: Date | string | null;
616664
616650
  depart_date?: Date | string | null;
@@ -616700,8 +616686,7 @@ type usersUpdateInput = {
616700
616686
  code?: NullableStringFieldUpdateOperationsInput | string | null;
616701
616687
  name?: NullableStringFieldUpdateOperationsInput | string | null;
616702
616688
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
616703
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
616704
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
616689
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
616705
616690
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
616706
616691
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
616707
616692
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -616763,8 +616748,7 @@ type usersUncheckedUpdateInput = {
616763
616748
  code?: NullableStringFieldUpdateOperationsInput | string | null;
616764
616749
  name?: NullableStringFieldUpdateOperationsInput | string | null;
616765
616750
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
616766
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
616767
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
616751
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
616768
616752
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
616769
616753
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
616770
616754
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -616816,8 +616800,7 @@ type usersCreateManyInput = {
616816
616800
  code?: string | null;
616817
616801
  name?: string | null;
616818
616802
  pref_name?: string | null;
616819
- address_1?: string | null;
616820
- address_2?: string | null;
616803
+ address?: string | null;
616821
616804
  date_of_birth?: Date | string | null;
616822
616805
  employment_date?: Date | string | null;
616823
616806
  depart_date?: Date | string | null;
@@ -616854,8 +616837,7 @@ type usersUpdateManyMutationInput = {
616854
616837
  code?: NullableStringFieldUpdateOperationsInput | string | null;
616855
616838
  name?: NullableStringFieldUpdateOperationsInput | string | null;
616856
616839
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
616857
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
616858
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
616840
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
616859
616841
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
616860
616842
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
616861
616843
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -616902,8 +616884,7 @@ type usersUncheckedUpdateManyInput = {
616902
616884
  code?: NullableStringFieldUpdateOperationsInput | string | null;
616903
616885
  name?: NullableStringFieldUpdateOperationsInput | string | null;
616904
616886
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
616905
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
616906
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
616887
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
616907
616888
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
616908
616889
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
616909
616890
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -616962,8 +616943,7 @@ type usersCountOrderByAggregateInput = {
616962
616943
  code?: SortOrder;
616963
616944
  name?: SortOrder;
616964
616945
  pref_name?: SortOrder;
616965
- address_1?: SortOrder;
616966
- address_2?: SortOrder;
616946
+ address?: SortOrder;
616967
616947
  date_of_birth?: SortOrder;
616968
616948
  employment_date?: SortOrder;
616969
616949
  depart_date?: SortOrder;
@@ -617025,8 +617005,7 @@ type usersMaxOrderByAggregateInput = {
617025
617005
  code?: SortOrder;
617026
617006
  name?: SortOrder;
617027
617007
  pref_name?: SortOrder;
617028
- address_1?: SortOrder;
617029
- address_2?: SortOrder;
617008
+ address?: SortOrder;
617030
617009
  date_of_birth?: SortOrder;
617031
617010
  employment_date?: SortOrder;
617032
617011
  depart_date?: SortOrder;
@@ -617073,8 +617052,7 @@ type usersMinOrderByAggregateInput = {
617073
617052
  code?: SortOrder;
617074
617053
  name?: SortOrder;
617075
617054
  pref_name?: SortOrder;
617076
- address_1?: SortOrder;
617077
- address_2?: SortOrder;
617055
+ address?: SortOrder;
617078
617056
  date_of_birth?: SortOrder;
617079
617057
  employment_date?: SortOrder;
617080
617058
  depart_date?: SortOrder;
@@ -617579,8 +617557,7 @@ type usersCreateWithoutForwarding_shipment_billings_sales_repInput = {
617579
617557
  code?: string | null;
617580
617558
  name?: string | null;
617581
617559
  pref_name?: string | null;
617582
- address_1?: string | null;
617583
- address_2?: string | null;
617560
+ address?: string | null;
617584
617561
  date_of_birth?: Date | string | null;
617585
617562
  employment_date?: Date | string | null;
617586
617563
  depart_date?: Date | string | null;
@@ -617641,8 +617618,7 @@ type usersUncheckedCreateWithoutForwarding_shipment_billings_sales_repInput = {
617641
617618
  code?: string | null;
617642
617619
  name?: string | null;
617643
617620
  pref_name?: string | null;
617644
- address_1?: string | null;
617645
- address_2?: string | null;
617621
+ address?: string | null;
617646
617622
  date_of_birth?: Date | string | null;
617647
617623
  employment_date?: Date | string | null;
617648
617624
  depart_date?: Date | string | null;
@@ -617687,8 +617663,7 @@ type usersCreateWithoutForwarding_shipment_billings_operation_repInput = {
617687
617663
  code?: string | null;
617688
617664
  name?: string | null;
617689
617665
  pref_name?: string | null;
617690
- address_1?: string | null;
617691
- address_2?: string | null;
617666
+ address?: string | null;
617692
617667
  date_of_birth?: Date | string | null;
617693
617668
  employment_date?: Date | string | null;
617694
617669
  depart_date?: Date | string | null;
@@ -617749,8 +617724,7 @@ type usersUncheckedCreateWithoutForwarding_shipment_billings_operation_repInput
617749
617724
  code?: string | null;
617750
617725
  name?: string | null;
617751
617726
  pref_name?: string | null;
617752
- address_1?: string | null;
617753
- address_2?: string | null;
617727
+ address?: string | null;
617754
617728
  date_of_birth?: Date | string | null;
617755
617729
  employment_date?: Date | string | null;
617756
617730
  depart_date?: Date | string | null;
@@ -617804,8 +617778,7 @@ type usersUpdateWithoutForwarding_shipment_billings_sales_repInput = {
617804
617778
  code?: NullableStringFieldUpdateOperationsInput | string | null;
617805
617779
  name?: NullableStringFieldUpdateOperationsInput | string | null;
617806
617780
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
617807
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
617808
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
617781
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
617809
617782
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
617810
617783
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
617811
617784
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -617866,8 +617839,7 @@ type usersUncheckedUpdateWithoutForwarding_shipment_billings_sales_repInput = {
617866
617839
  code?: NullableStringFieldUpdateOperationsInput | string | null;
617867
617840
  name?: NullableStringFieldUpdateOperationsInput | string | null;
617868
617841
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
617869
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
617870
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
617842
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
617871
617843
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
617872
617844
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
617873
617845
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -617917,8 +617889,7 @@ type usersUpdateWithoutForwarding_shipment_billings_operation_repInput = {
617917
617889
  code?: NullableStringFieldUpdateOperationsInput | string | null;
617918
617890
  name?: NullableStringFieldUpdateOperationsInput | string | null;
617919
617891
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
617920
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
617921
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
617892
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
617922
617893
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
617923
617894
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
617924
617895
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -617979,8 +617950,7 @@ type usersUncheckedUpdateWithoutForwarding_shipment_billings_operation_repInput
617979
617950
  code?: NullableStringFieldUpdateOperationsInput | string | null;
617980
617951
  name?: NullableStringFieldUpdateOperationsInput | string | null;
617981
617952
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
617982
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
617983
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
617953
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
617984
617954
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
617985
617955
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
617986
617956
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -618021,8 +617991,7 @@ type usersCreateWithoutCountryInput = {
618021
617991
  code?: string | null;
618022
617992
  name?: string | null;
618023
617993
  pref_name?: string | null;
618024
- address_1?: string | null;
618025
- address_2?: string | null;
617994
+ address?: string | null;
618026
617995
  date_of_birth?: Date | string | null;
618027
617996
  employment_date?: Date | string | null;
618028
617997
  depart_date?: Date | string | null;
@@ -618082,8 +618051,7 @@ type usersUncheckedCreateWithoutCountryInput = {
618082
618051
  code?: string | null;
618083
618052
  name?: string | null;
618084
618053
  pref_name?: string | null;
618085
- address_1?: string | null;
618086
- address_2?: string | null;
618054
+ address?: string | null;
618087
618055
  date_of_birth?: Date | string | null;
618088
618056
  employment_date?: Date | string | null;
618089
618057
  depart_date?: Date | string | null;
@@ -618159,8 +618127,7 @@ type usersScalarWhereInput = {
618159
618127
  code?: StringNullableFilter<"users"> | string | null;
618160
618128
  name?: StringNullableFilter<"users"> | string | null;
618161
618129
  pref_name?: StringNullableFilter<"users"> | string | null;
618162
- address_1?: StringNullableFilter<"users"> | string | null;
618163
- address_2?: StringNullableFilter<"users"> | string | null;
618130
+ address?: StringNullableFilter<"users"> | string | null;
618164
618131
  date_of_birth?: DateTimeNullableFilter<"users"> | Date | string | null;
618165
618132
  employment_date?: DateTimeNullableFilter<"users"> | Date | string | null;
618166
618133
  depart_date?: DateTimeNullableFilter<"users"> | Date | string | null;
@@ -618197,8 +618164,7 @@ type usersCreateWithoutStateInput = {
618197
618164
  code?: string | null;
618198
618165
  name?: string | null;
618199
618166
  pref_name?: string | null;
618200
- address_1?: string | null;
618201
- address_2?: string | null;
618167
+ address?: string | null;
618202
618168
  date_of_birth?: Date | string | null;
618203
618169
  employment_date?: Date | string | null;
618204
618170
  depart_date?: Date | string | null;
@@ -618258,8 +618224,7 @@ type usersUncheckedCreateWithoutStateInput = {
618258
618224
  code?: string | null;
618259
618225
  name?: string | null;
618260
618226
  pref_name?: string | null;
618261
- address_1?: string | null;
618262
- address_2?: string | null;
618227
+ address?: string | null;
618263
618228
  date_of_birth?: Date | string | null;
618264
618229
  employment_date?: Date | string | null;
618265
618230
  depart_date?: Date | string | null;
@@ -618322,8 +618287,7 @@ type usersCreateWithoutCityInput = {
618322
618287
  code?: string | null;
618323
618288
  name?: string | null;
618324
618289
  pref_name?: string | null;
618325
- address_1?: string | null;
618326
- address_2?: string | null;
618290
+ address?: string | null;
618327
618291
  date_of_birth?: Date | string | null;
618328
618292
  employment_date?: Date | string | null;
618329
618293
  depart_date?: Date | string | null;
@@ -618383,8 +618347,7 @@ type usersUncheckedCreateWithoutCityInput = {
618383
618347
  code?: string | null;
618384
618348
  name?: string | null;
618385
618349
  pref_name?: string | null;
618386
- address_1?: string | null;
618387
- address_2?: string | null;
618350
+ address?: string | null;
618388
618351
  date_of_birth?: Date | string | null;
618389
618352
  employment_date?: Date | string | null;
618390
618353
  depart_date?: Date | string | null;
@@ -618447,8 +618410,7 @@ type usersCreateWithoutPostal_codeInput = {
618447
618410
  code?: string | null;
618448
618411
  name?: string | null;
618449
618412
  pref_name?: string | null;
618450
- address_1?: string | null;
618451
- address_2?: string | null;
618413
+ address?: string | null;
618452
618414
  date_of_birth?: Date | string | null;
618453
618415
  employment_date?: Date | string | null;
618454
618416
  depart_date?: Date | string | null;
@@ -618508,8 +618470,7 @@ type usersUncheckedCreateWithoutPostal_codeInput = {
618508
618470
  code?: string | null;
618509
618471
  name?: string | null;
618510
618472
  pref_name?: string | null;
618511
- address_1?: string | null;
618512
- address_2?: string | null;
618473
+ address?: string | null;
618513
618474
  date_of_birth?: Date | string | null;
618514
618475
  employment_date?: Date | string | null;
618515
618476
  depart_date?: Date | string | null;
@@ -618572,8 +618533,7 @@ type usersCreateWithoutOrganization_staff_assignmentsInput = {
618572
618533
  code?: string | null;
618573
618534
  name?: string | null;
618574
618535
  pref_name?: string | null;
618575
- address_1?: string | null;
618576
- address_2?: string | null;
618536
+ address?: string | null;
618577
618537
  date_of_birth?: Date | string | null;
618578
618538
  employment_date?: Date | string | null;
618579
618539
  depart_date?: Date | string | null;
@@ -618634,8 +618594,7 @@ type usersUncheckedCreateWithoutOrganization_staff_assignmentsInput = {
618634
618594
  code?: string | null;
618635
618595
  name?: string | null;
618636
618596
  pref_name?: string | null;
618637
- address_1?: string | null;
618638
- address_2?: string | null;
618597
+ address?: string | null;
618639
618598
  date_of_birth?: Date | string | null;
618640
618599
  employment_date?: Date | string | null;
618641
618600
  depart_date?: Date | string | null;
@@ -618689,8 +618648,7 @@ type usersUpdateWithoutOrganization_staff_assignmentsInput = {
618689
618648
  code?: NullableStringFieldUpdateOperationsInput | string | null;
618690
618649
  name?: NullableStringFieldUpdateOperationsInput | string | null;
618691
618650
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
618692
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
618693
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
618651
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
618694
618652
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
618695
618653
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
618696
618654
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -618751,8 +618709,7 @@ type usersUncheckedUpdateWithoutOrganization_staff_assignmentsInput = {
618751
618709
  code?: NullableStringFieldUpdateOperationsInput | string | null;
618752
618710
  name?: NullableStringFieldUpdateOperationsInput | string | null;
618753
618711
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
618754
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
618755
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
618712
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
618756
618713
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
618757
618714
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
618758
618715
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -618793,8 +618750,7 @@ type usersCreateWithoutCompanyInput = {
618793
618750
  code?: string | null;
618794
618751
  name?: string | null;
618795
618752
  pref_name?: string | null;
618796
- address_1?: string | null;
618797
- address_2?: string | null;
618753
+ address?: string | null;
618798
618754
  date_of_birth?: Date | string | null;
618799
618755
  employment_date?: Date | string | null;
618800
618756
  depart_date?: Date | string | null;
@@ -618854,8 +618810,7 @@ type usersUncheckedCreateWithoutCompanyInput = {
618854
618810
  code?: string | null;
618855
618811
  name?: string | null;
618856
618812
  pref_name?: string | null;
618857
- address_1?: string | null;
618858
- address_2?: string | null;
618813
+ address?: string | null;
618859
618814
  date_of_birth?: Date | string | null;
618860
618815
  employment_date?: Date | string | null;
618861
618816
  depart_date?: Date | string | null;
@@ -618918,8 +618873,7 @@ type usersCreateWithoutBranchInput = {
618918
618873
  code?: string | null;
618919
618874
  name?: string | null;
618920
618875
  pref_name?: string | null;
618921
- address_1?: string | null;
618922
- address_2?: string | null;
618876
+ address?: string | null;
618923
618877
  date_of_birth?: Date | string | null;
618924
618878
  employment_date?: Date | string | null;
618925
618879
  depart_date?: Date | string | null;
@@ -618979,8 +618933,7 @@ type usersUncheckedCreateWithoutBranchInput = {
618979
618933
  code?: string | null;
618980
618934
  name?: string | null;
618981
618935
  pref_name?: string | null;
618982
- address_1?: string | null;
618983
- address_2?: string | null;
618936
+ address?: string | null;
618984
618937
  date_of_birth?: Date | string | null;
618985
618938
  employment_date?: Date | string | null;
618986
618939
  depart_date?: Date | string | null;
@@ -619043,8 +618996,7 @@ type usersCreateWithoutDepartmentInput = {
619043
618996
  code?: string | null;
619044
618997
  name?: string | null;
619045
618998
  pref_name?: string | null;
619046
- address_1?: string | null;
619047
- address_2?: string | null;
618999
+ address?: string | null;
619048
619000
  date_of_birth?: Date | string | null;
619049
619001
  employment_date?: Date | string | null;
619050
619002
  depart_date?: Date | string | null;
@@ -619104,8 +619056,7 @@ type usersUncheckedCreateWithoutDepartmentInput = {
619104
619056
  code?: string | null;
619105
619057
  name?: string | null;
619106
619058
  pref_name?: string | null;
619107
- address_1?: string | null;
619108
- address_2?: string | null;
619059
+ address?: string | null;
619109
619060
  date_of_birth?: Date | string | null;
619110
619061
  employment_date?: Date | string | null;
619111
619062
  depart_date?: Date | string | null;
@@ -619168,8 +619119,7 @@ type usersCreateWithoutNationalityInput = {
619168
619119
  code?: string | null;
619169
619120
  name?: string | null;
619170
619121
  pref_name?: string | null;
619171
- address_1?: string | null;
619172
- address_2?: string | null;
619122
+ address?: string | null;
619173
619123
  date_of_birth?: Date | string | null;
619174
619124
  employment_date?: Date | string | null;
619175
619125
  depart_date?: Date | string | null;
@@ -619229,8 +619179,7 @@ type usersUncheckedCreateWithoutNationalityInput = {
619229
619179
  code?: string | null;
619230
619180
  name?: string | null;
619231
619181
  pref_name?: string | null;
619232
- address_1?: string | null;
619233
- address_2?: string | null;
619182
+ address?: string | null;
619234
619183
  date_of_birth?: Date | string | null;
619235
619184
  employment_date?: Date | string | null;
619236
619185
  depart_date?: Date | string | null;
@@ -619293,8 +619242,7 @@ type usersCreateWithoutSpouse_relationshipInput = {
619293
619242
  code?: string | null;
619294
619243
  name?: string | null;
619295
619244
  pref_name?: string | null;
619296
- address_1?: string | null;
619297
- address_2?: string | null;
619245
+ address?: string | null;
619298
619246
  date_of_birth?: Date | string | null;
619299
619247
  employment_date?: Date | string | null;
619300
619248
  depart_date?: Date | string | null;
@@ -619354,8 +619302,7 @@ type usersUncheckedCreateWithoutSpouse_relationshipInput = {
619354
619302
  code?: string | null;
619355
619303
  name?: string | null;
619356
619304
  pref_name?: string | null;
619357
- address_1?: string | null;
619358
- address_2?: string | null;
619305
+ address?: string | null;
619359
619306
  date_of_birth?: Date | string | null;
619360
619307
  employment_date?: Date | string | null;
619361
619308
  depart_date?: Date | string | null;
@@ -619405,8 +619352,7 @@ type usersCreateWithoutEmergency_relationshipInput = {
619405
619352
  code?: string | null;
619406
619353
  name?: string | null;
619407
619354
  pref_name?: string | null;
619408
- address_1?: string | null;
619409
- address_2?: string | null;
619355
+ address?: string | null;
619410
619356
  date_of_birth?: Date | string | null;
619411
619357
  employment_date?: Date | string | null;
619412
619358
  depart_date?: Date | string | null;
@@ -619466,8 +619412,7 @@ type usersUncheckedCreateWithoutEmergency_relationshipInput = {
619466
619412
  code?: string | null;
619467
619413
  name?: string | null;
619468
619414
  pref_name?: string | null;
619469
- address_1?: string | null;
619470
- address_2?: string | null;
619415
+ address?: string | null;
619471
619416
  date_of_birth?: Date | string | null;
619472
619417
  employment_date?: Date | string | null;
619473
619418
  depart_date?: Date | string | null;
@@ -619543,8 +619488,7 @@ type usersCreateWithoutUser_attachmentsInput = {
619543
619488
  code?: string | null;
619544
619489
  name?: string | null;
619545
619490
  pref_name?: string | null;
619546
- address_1?: string | null;
619547
- address_2?: string | null;
619491
+ address?: string | null;
619548
619492
  date_of_birth?: Date | string | null;
619549
619493
  employment_date?: Date | string | null;
619550
619494
  depart_date?: Date | string | null;
@@ -619605,8 +619549,7 @@ type usersUncheckedCreateWithoutUser_attachmentsInput = {
619605
619549
  code?: string | null;
619606
619550
  name?: string | null;
619607
619551
  pref_name?: string | null;
619608
- address_1?: string | null;
619609
- address_2?: string | null;
619552
+ address?: string | null;
619610
619553
  date_of_birth?: Date | string | null;
619611
619554
  employment_date?: Date | string | null;
619612
619555
  depart_date?: Date | string | null;
@@ -619660,8 +619603,7 @@ type usersUpdateWithoutUser_attachmentsInput = {
619660
619603
  code?: NullableStringFieldUpdateOperationsInput | string | null;
619661
619604
  name?: NullableStringFieldUpdateOperationsInput | string | null;
619662
619605
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
619663
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
619664
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
619606
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
619665
619607
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
619666
619608
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
619667
619609
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -619722,8 +619664,7 @@ type usersUncheckedUpdateWithoutUser_attachmentsInput = {
619722
619664
  code?: NullableStringFieldUpdateOperationsInput | string | null;
619723
619665
  name?: NullableStringFieldUpdateOperationsInput | string | null;
619724
619666
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
619725
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
619726
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
619667
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
619727
619668
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
619728
619669
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
619729
619670
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -619764,8 +619705,7 @@ type usersCreateWithoutUser_logsInput = {
619764
619705
  code?: string | null;
619765
619706
  name?: string | null;
619766
619707
  pref_name?: string | null;
619767
- address_1?: string | null;
619768
- address_2?: string | null;
619708
+ address?: string | null;
619769
619709
  date_of_birth?: Date | string | null;
619770
619710
  employment_date?: Date | string | null;
619771
619711
  depart_date?: Date | string | null;
@@ -619826,8 +619766,7 @@ type usersUncheckedCreateWithoutUser_logsInput = {
619826
619766
  code?: string | null;
619827
619767
  name?: string | null;
619828
619768
  pref_name?: string | null;
619829
- address_1?: string | null;
619830
- address_2?: string | null;
619769
+ address?: string | null;
619831
619770
  date_of_birth?: Date | string | null;
619832
619771
  employment_date?: Date | string | null;
619833
619772
  depart_date?: Date | string | null;
@@ -619881,8 +619820,7 @@ type usersUpdateWithoutUser_logsInput = {
619881
619820
  code?: NullableStringFieldUpdateOperationsInput | string | null;
619882
619821
  name?: NullableStringFieldUpdateOperationsInput | string | null;
619883
619822
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
619884
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
619885
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
619823
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
619886
619824
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
619887
619825
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
619888
619826
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -619943,8 +619881,7 @@ type usersUncheckedUpdateWithoutUser_logsInput = {
619943
619881
  code?: NullableStringFieldUpdateOperationsInput | string | null;
619944
619882
  name?: NullableStringFieldUpdateOperationsInput | string | null;
619945
619883
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
619946
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
619947
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
619884
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
619948
619885
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
619949
619886
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
619950
619887
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -619994,8 +619931,7 @@ type usersCreateManyCountryInput = {
619994
619931
  code?: string | null;
619995
619932
  name?: string | null;
619996
619933
  pref_name?: string | null;
619997
- address_1?: string | null;
619998
- address_2?: string | null;
619934
+ address?: string | null;
619999
619935
  date_of_birth?: Date | string | null;
620000
619936
  employment_date?: Date | string | null;
620001
619937
  depart_date?: Date | string | null;
@@ -620032,8 +619968,7 @@ type usersUpdateWithoutCountryInput = {
620032
619968
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620033
619969
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620034
619970
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620035
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620036
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
619971
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620037
619972
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620038
619973
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620039
619974
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620093,8 +620028,7 @@ type usersUncheckedUpdateWithoutCountryInput = {
620093
620028
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620094
620029
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620095
620030
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620096
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620097
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620031
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620098
620032
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620099
620033
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620100
620034
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620145,8 +620079,7 @@ type usersUncheckedUpdateManyWithoutCountryInput = {
620145
620079
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620146
620080
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620147
620081
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620148
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620149
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620082
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620150
620083
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620151
620084
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620152
620085
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620192,8 +620125,7 @@ type usersCreateManyStateInput = {
620192
620125
  code?: string | null;
620193
620126
  name?: string | null;
620194
620127
  pref_name?: string | null;
620195
- address_1?: string | null;
620196
- address_2?: string | null;
620128
+ address?: string | null;
620197
620129
  date_of_birth?: Date | string | null;
620198
620130
  employment_date?: Date | string | null;
620199
620131
  depart_date?: Date | string | null;
@@ -620230,8 +620162,7 @@ type usersUpdateWithoutStateInput = {
620230
620162
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620231
620163
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620232
620164
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620233
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620234
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620165
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620235
620166
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620236
620167
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620237
620168
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620291,8 +620222,7 @@ type usersUncheckedUpdateWithoutStateInput = {
620291
620222
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620292
620223
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620293
620224
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620294
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620295
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620225
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620296
620226
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620297
620227
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620298
620228
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620343,8 +620273,7 @@ type usersUncheckedUpdateManyWithoutStateInput = {
620343
620273
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620344
620274
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620345
620275
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620346
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620347
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620276
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620348
620277
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620349
620278
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620350
620279
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620390,8 +620319,7 @@ type usersCreateManyCityInput = {
620390
620319
  code?: string | null;
620391
620320
  name?: string | null;
620392
620321
  pref_name?: string | null;
620393
- address_1?: string | null;
620394
- address_2?: string | null;
620322
+ address?: string | null;
620395
620323
  date_of_birth?: Date | string | null;
620396
620324
  employment_date?: Date | string | null;
620397
620325
  depart_date?: Date | string | null;
@@ -620428,8 +620356,7 @@ type usersUpdateWithoutCityInput = {
620428
620356
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620429
620357
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620430
620358
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620431
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620432
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620359
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620433
620360
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620434
620361
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620435
620362
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620489,8 +620416,7 @@ type usersUncheckedUpdateWithoutCityInput = {
620489
620416
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620490
620417
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620491
620418
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620492
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620493
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620419
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620494
620420
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620495
620421
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620496
620422
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620541,8 +620467,7 @@ type usersUncheckedUpdateManyWithoutCityInput = {
620541
620467
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620542
620468
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620543
620469
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620544
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620545
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620470
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620546
620471
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620547
620472
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620548
620473
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620588,8 +620513,7 @@ type usersCreateManyPostal_codeInput = {
620588
620513
  code?: string | null;
620589
620514
  name?: string | null;
620590
620515
  pref_name?: string | null;
620591
- address_1?: string | null;
620592
- address_2?: string | null;
620516
+ address?: string | null;
620593
620517
  date_of_birth?: Date | string | null;
620594
620518
  employment_date?: Date | string | null;
620595
620519
  depart_date?: Date | string | null;
@@ -620626,8 +620550,7 @@ type usersUpdateWithoutPostal_codeInput = {
620626
620550
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620627
620551
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620628
620552
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620629
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620630
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620553
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620631
620554
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620632
620555
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620633
620556
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620687,8 +620610,7 @@ type usersUncheckedUpdateWithoutPostal_codeInput = {
620687
620610
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620688
620611
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620689
620612
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620690
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620691
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620613
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620692
620614
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620693
620615
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620694
620616
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620739,8 +620661,7 @@ type usersUncheckedUpdateManyWithoutPostal_codeInput = {
620739
620661
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620740
620662
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620741
620663
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620742
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620743
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620664
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620744
620665
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620745
620666
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620746
620667
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620786,8 +620707,7 @@ type usersCreateManyCompanyInput = {
620786
620707
  code?: string | null;
620787
620708
  name?: string | null;
620788
620709
  pref_name?: string | null;
620789
- address_1?: string | null;
620790
- address_2?: string | null;
620710
+ address?: string | null;
620791
620711
  date_of_birth?: Date | string | null;
620792
620712
  employment_date?: Date | string | null;
620793
620713
  depart_date?: Date | string | null;
@@ -620824,8 +620744,7 @@ type usersUpdateWithoutCompanyInput = {
620824
620744
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620825
620745
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620826
620746
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620827
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620828
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620747
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620829
620748
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620830
620749
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620831
620750
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620885,8 +620804,7 @@ type usersUncheckedUpdateWithoutCompanyInput = {
620885
620804
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620886
620805
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620887
620806
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620888
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620889
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620807
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620890
620808
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620891
620809
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620892
620810
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620937,8 +620855,7 @@ type usersUncheckedUpdateManyWithoutCompanyInput = {
620937
620855
  code?: NullableStringFieldUpdateOperationsInput | string | null;
620938
620856
  name?: NullableStringFieldUpdateOperationsInput | string | null;
620939
620857
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
620940
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
620941
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620858
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
620942
620859
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620943
620860
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
620944
620861
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -620984,8 +620901,7 @@ type usersCreateManyBranchInput = {
620984
620901
  code?: string | null;
620985
620902
  name?: string | null;
620986
620903
  pref_name?: string | null;
620987
- address_1?: string | null;
620988
- address_2?: string | null;
620904
+ address?: string | null;
620989
620905
  date_of_birth?: Date | string | null;
620990
620906
  employment_date?: Date | string | null;
620991
620907
  depart_date?: Date | string | null;
@@ -621022,8 +620938,7 @@ type usersUpdateWithoutBranchInput = {
621022
620938
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621023
620939
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621024
620940
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621025
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621026
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
620941
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621027
620942
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621028
620943
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621029
620944
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621083,8 +620998,7 @@ type usersUncheckedUpdateWithoutBranchInput = {
621083
620998
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621084
620999
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621085
621000
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621086
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621087
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621001
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621088
621002
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621089
621003
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621090
621004
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621135,8 +621049,7 @@ type usersUncheckedUpdateManyWithoutBranchInput = {
621135
621049
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621136
621050
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621137
621051
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621138
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621139
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621052
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621140
621053
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621141
621054
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621142
621055
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621182,8 +621095,7 @@ type usersCreateManyDepartmentInput = {
621182
621095
  code?: string | null;
621183
621096
  name?: string | null;
621184
621097
  pref_name?: string | null;
621185
- address_1?: string | null;
621186
- address_2?: string | null;
621098
+ address?: string | null;
621187
621099
  date_of_birth?: Date | string | null;
621188
621100
  employment_date?: Date | string | null;
621189
621101
  depart_date?: Date | string | null;
@@ -621220,8 +621132,7 @@ type usersUpdateWithoutDepartmentInput = {
621220
621132
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621221
621133
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621222
621134
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621223
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621224
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621135
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621225
621136
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621226
621137
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621227
621138
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621281,8 +621192,7 @@ type usersUncheckedUpdateWithoutDepartmentInput = {
621281
621192
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621282
621193
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621283
621194
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621284
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621285
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621195
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621286
621196
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621287
621197
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621288
621198
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621333,8 +621243,7 @@ type usersUncheckedUpdateManyWithoutDepartmentInput = {
621333
621243
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621334
621244
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621335
621245
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621336
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621337
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621246
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621338
621247
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621339
621248
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621340
621249
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621380,8 +621289,7 @@ type usersCreateManyNationalityInput = {
621380
621289
  code?: string | null;
621381
621290
  name?: string | null;
621382
621291
  pref_name?: string | null;
621383
- address_1?: string | null;
621384
- address_2?: string | null;
621292
+ address?: string | null;
621385
621293
  date_of_birth?: Date | string | null;
621386
621294
  employment_date?: Date | string | null;
621387
621295
  depart_date?: Date | string | null;
@@ -621418,8 +621326,7 @@ type usersUpdateWithoutNationalityInput = {
621418
621326
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621419
621327
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621420
621328
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621421
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621422
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621329
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621423
621330
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621424
621331
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621425
621332
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621479,8 +621386,7 @@ type usersUncheckedUpdateWithoutNationalityInput = {
621479
621386
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621480
621387
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621481
621388
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621482
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621483
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621389
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621484
621390
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621485
621391
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621486
621392
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621531,8 +621437,7 @@ type usersUncheckedUpdateManyWithoutNationalityInput = {
621531
621437
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621532
621438
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621533
621439
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621534
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621535
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621440
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621536
621441
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621537
621442
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621538
621443
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621578,8 +621483,7 @@ type usersCreateManySpouse_relationshipInput = {
621578
621483
  code?: string | null;
621579
621484
  name?: string | null;
621580
621485
  pref_name?: string | null;
621581
- address_1?: string | null;
621582
- address_2?: string | null;
621486
+ address?: string | null;
621583
621487
  date_of_birth?: Date | string | null;
621584
621488
  employment_date?: Date | string | null;
621585
621489
  depart_date?: Date | string | null;
@@ -621625,8 +621529,7 @@ type usersCreateManyEmergency_relationshipInput = {
621625
621529
  code?: string | null;
621626
621530
  name?: string | null;
621627
621531
  pref_name?: string | null;
621628
- address_1?: string | null;
621629
- address_2?: string | null;
621532
+ address?: string | null;
621630
621533
  date_of_birth?: Date | string | null;
621631
621534
  employment_date?: Date | string | null;
621632
621535
  depart_date?: Date | string | null;
@@ -621663,8 +621566,7 @@ type usersUpdateWithoutSpouse_relationshipInput = {
621663
621566
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621664
621567
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621665
621568
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621666
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621667
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621569
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621668
621570
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621669
621571
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621670
621572
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621724,8 +621626,7 @@ type usersUncheckedUpdateWithoutSpouse_relationshipInput = {
621724
621626
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621725
621627
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621726
621628
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621727
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621728
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621629
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621729
621630
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621730
621631
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621731
621632
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621776,8 +621677,7 @@ type usersUncheckedUpdateManyWithoutSpouse_relationshipInput = {
621776
621677
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621777
621678
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621778
621679
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621779
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621780
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621680
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621781
621681
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621782
621682
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621783
621683
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621814,8 +621714,7 @@ type usersUpdateWithoutEmergency_relationshipInput = {
621814
621714
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621815
621715
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621816
621716
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621817
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621818
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621717
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621819
621718
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621820
621719
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621821
621720
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621875,8 +621774,7 @@ type usersUncheckedUpdateWithoutEmergency_relationshipInput = {
621875
621774
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621876
621775
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621877
621776
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621878
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621879
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621777
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621880
621778
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621881
621779
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621882
621780
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -621927,8 +621825,7 @@ type usersUncheckedUpdateManyWithoutEmergency_relationshipInput = {
621927
621825
  code?: NullableStringFieldUpdateOperationsInput | string | null;
621928
621826
  name?: NullableStringFieldUpdateOperationsInput | string | null;
621929
621827
  pref_name?: NullableStringFieldUpdateOperationsInput | string | null;
621930
- address_1?: NullableStringFieldUpdateOperationsInput | string | null;
621931
- address_2?: NullableStringFieldUpdateOperationsInput | string | null;
621828
+ address?: NullableStringFieldUpdateOperationsInput | string | null;
621932
621829
  date_of_birth?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621933
621830
  employment_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
621934
621831
  depart_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
@@ -622025,8 +621922,7 @@ type usersSelect<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Exten
622025
621922
  code?: boolean;
622026
621923
  name?: boolean;
622027
621924
  pref_name?: boolean;
622028
- address_1?: boolean;
622029
- address_2?: boolean;
621925
+ address?: boolean;
622030
621926
  date_of_birth?: boolean;
622031
621927
  employment_date?: boolean;
622032
621928
  depart_date?: boolean;
@@ -622089,8 +621985,7 @@ type usersSelectCreateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalA
622089
621985
  code?: boolean;
622090
621986
  name?: boolean;
622091
621987
  pref_name?: boolean;
622092
- address_1?: boolean;
622093
- address_2?: boolean;
621988
+ address?: boolean;
622094
621989
  date_of_birth?: boolean;
622095
621990
  employment_date?: boolean;
622096
621991
  depart_date?: boolean;
@@ -622147,8 +622042,7 @@ type usersSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalA
622147
622042
  code?: boolean;
622148
622043
  name?: boolean;
622149
622044
  pref_name?: boolean;
622150
- address_1?: boolean;
622151
- address_2?: boolean;
622045
+ address?: boolean;
622152
622046
  date_of_birth?: boolean;
622153
622047
  employment_date?: boolean;
622154
622048
  depart_date?: boolean;
@@ -622186,7 +622080,7 @@ type usersSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalA
622186
622080
  spouse_relationship?: boolean | users$spouse_relationshipArgs<ExtArgs>;
622187
622081
  emergency_relationship?: boolean | users$emergency_relationshipArgs<ExtArgs>;
622188
622082
  }, ExtArgs["result"]["users"]>;
622189
- type usersOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_sso" | "id_country" | "id_state" | "id_city" | "id_postal_code" | "id_nationality" | "id_company" | "id_branch" | "id_department" | "id_spouse_relationship" | "id_emergency_relationship" | "id_last_accessed_company" | "id_last_accessed_branch" | "logic_code" | "code" | "name" | "pref_name" | "address_1" | "address_2" | "date_of_birth" | "employment_date" | "depart_date" | "gender" | "job_title" | "work_phone" | "work_extension" | "work_fax" | "home_phone" | "mobile_phone" | "other_reference" | "personal_email" | "work_email" | "spouse_name" | "spouse_phone" | "spouse_email" | "emergency_name" | "emergency_phone" | "emergency_email" | "profile_photo_url" | "signature_url" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["users"]>;
622083
+ type usersOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_sso" | "id_country" | "id_state" | "id_city" | "id_postal_code" | "id_nationality" | "id_company" | "id_branch" | "id_department" | "id_spouse_relationship" | "id_emergency_relationship" | "id_last_accessed_company" | "id_last_accessed_branch" | "logic_code" | "code" | "name" | "pref_name" | "address" | "date_of_birth" | "employment_date" | "depart_date" | "gender" | "job_title" | "work_phone" | "work_extension" | "work_fax" | "home_phone" | "mobile_phone" | "other_reference" | "personal_email" | "work_email" | "spouse_name" | "spouse_phone" | "spouse_email" | "emergency_name" | "emergency_phone" | "emergency_email" | "profile_photo_url" | "signature_url" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["users"]>;
622190
622084
  type usersInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
622191
622085
  country?: boolean | users$countryArgs<ExtArgs>;
622192
622086
  state?: boolean | users$stateArgs<ExtArgs>;
@@ -622267,8 +622161,7 @@ type $usersPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Ext
622267
622161
  code: string | null;
622268
622162
  name: string | null;
622269
622163
  pref_name: string | null;
622270
- address_1: string | null;
622271
- address_2: string | null;
622164
+ address: string | null;
622272
622165
  date_of_birth: Date | null;
622273
622166
  employment_date: Date | null;
622274
622167
  depart_date: Date | null;
@@ -622668,8 +622561,7 @@ interface usersFieldRefs {
622668
622561
  readonly code: FieldRef<"users", 'String'>;
622669
622562
  readonly name: FieldRef<"users", 'String'>;
622670
622563
  readonly pref_name: FieldRef<"users", 'String'>;
622671
- readonly address_1: FieldRef<"users", 'String'>;
622672
- readonly address_2: FieldRef<"users", 'String'>;
622564
+ readonly address: FieldRef<"users", 'String'>;
622673
622565
  readonly date_of_birth: FieldRef<"users", 'DateTime'>;
622674
622566
  readonly employment_date: FieldRef<"users", 'DateTime'>;
622675
622567
  readonly depart_date: FieldRef<"users", 'DateTime'>;
@@ -660003,8 +659895,7 @@ declare const UsersScalarFieldEnum: {
660003
659895
  readonly code: "code";
660004
659896
  readonly name: "name";
660005
659897
  readonly pref_name: "pref_name";
660006
- readonly address_1: "address_1";
660007
- readonly address_2: "address_2";
659898
+ readonly address: "address";
660008
659899
  readonly date_of_birth: "date_of_birth";
660009
659900
  readonly employment_date: "employment_date";
660010
659901
  readonly depart_date: "depart_date";
@@ -664468,14 +664359,38 @@ interface UserJWTPayload extends JWTPayload {
664468
664359
  banned?: boolean;
664469
664360
  banReason?: string;
664470
664361
  banExpires?: string;
664471
- currentActiveUserTenantId?: string;
664362
+ currentActiveUserTenantId?: number;
664363
+ userTenantCurrentActive?: UserTenant;
664364
+ _count?: {
664365
+ userTenants?: number;
664366
+ };
664472
664367
  createdAt?: string;
664473
664368
  updatedAt?: string;
664474
664369
  }
664370
+ interface UserTenant {
664371
+ isActive?: boolean;
664372
+ name?: string;
664373
+ userTenantDatabase?: UserTenantDatabase;
664374
+ }
664375
+ interface UserTenantDatabase {
664376
+ isActive?: boolean;
664377
+ name?: string;
664378
+ host?: string;
664379
+ database?: string;
664380
+ username?: string;
664381
+ password?: string;
664382
+ port?: string;
664383
+ }
664475
664384
  type Context = {
664476
664385
  session?: UserJWTPayload | null;
664477
664386
  prisma?: PrismaClient;
664478
664387
  jwtToken?: string | null;
664388
+ ssoRoles?: {
664389
+ is_admin?: boolean;
664390
+ is_admin_tenant?: boolean;
664391
+ is_admin_hr?: boolean;
664392
+ is_user?: boolean;
664393
+ };
664479
664394
  };
664480
664395
  //#endregion
664481
664396
  //#region ../../node_modules/.bun/@prisma+client@6.19.0+1fb4c65d43e298b9/node_modules/@prisma/client/runtime/library.d.ts
@@ -667296,19 +667211,19 @@ declare const appRouter: BuiltRouter<{
667296
667211
  }>>;
667297
667212
  create: MutationProcedure<{
667298
667213
  input: {
667299
- connect_organization_address: {
667214
+ is_active?: boolean | undefined;
667215
+ id_header_organization_address?: string | number | bigint | null | undefined;
667216
+ connect_organization_address?: {
667300
667217
  is_active?: boolean | undefined;
667301
667218
  id?: string | number | bigint | null | undefined;
667302
667219
  is_main?: boolean | null | undefined;
667303
- }[];
667304
- connect_organization_address_capability: {
667220
+ }[] | null | undefined;
667221
+ id_header_organization_address_capability?: string | number | bigint | null | undefined;
667222
+ connect_organization_address_capability?: {
667305
667223
  is_active?: boolean | undefined;
667306
667224
  id?: string | number | bigint | null | undefined;
667307
667225
  is_main?: boolean | null | undefined;
667308
- }[];
667309
- is_active?: boolean | undefined;
667310
- id_header_organization_address?: string | number | bigint | null | undefined;
667311
- id_header_organization_address_capability?: string | number | bigint | null | undefined;
667226
+ }[] | null | undefined;
667312
667227
  };
667313
667228
  output: {
667314
667229
  data: ({
@@ -667345,22 +667260,22 @@ declare const appRouter: BuiltRouter<{
667345
667260
  }>;
667346
667261
  update: MutationProcedure<{
667347
667262
  input: {
667348
- connect_organization_address: {
667349
- is_active?: boolean | undefined;
667350
- id?: string | number | bigint | null | undefined;
667351
- is_main?: boolean | null | undefined;
667352
- }[];
667353
- connect_organization_address_capability: {
667354
- is_active?: boolean | undefined;
667355
- id?: string | number | bigint | null | undefined;
667356
- is_main?: boolean | null | undefined;
667357
- }[];
667358
667263
  is_system?: (string | boolean)[] | null | undefined;
667359
667264
  id?: string | number | bigint | null | undefined;
667360
667265
  logic_code?: string | null | undefined;
667361
667266
  is_active?: boolean | undefined;
667362
667267
  id_header_organization_address?: string | number | bigint | null | undefined;
667268
+ connect_organization_address?: {
667269
+ is_active?: boolean | undefined;
667270
+ id?: string | number | bigint | null | undefined;
667271
+ is_main?: boolean | null | undefined;
667272
+ }[] | null | undefined;
667363
667273
  id_header_organization_address_capability?: string | number | bigint | null | undefined;
667274
+ connect_organization_address_capability?: {
667275
+ is_active?: boolean | undefined;
667276
+ id?: string | number | bigint | null | undefined;
667277
+ is_main?: boolean | null | undefined;
667278
+ }[] | null | undefined;
667364
667279
  };
667365
667280
  output: {
667366
667281
  data: ({
@@ -667535,6 +667450,7 @@ declare const appRouter: BuiltRouter<{
667535
667450
  updated_at: Date | null;
667536
667451
  updated_by: string | null;
667537
667452
  code: string | null;
667453
+ address: string | null;
667538
667454
  mobile_phone: string | null;
667539
667455
  id_sso: string | null;
667540
667456
  id_nationality: string | null;
@@ -667544,8 +667460,6 @@ declare const appRouter: BuiltRouter<{
667544
667460
  id_last_accessed_company: string | null;
667545
667461
  id_last_accessed_branch: string | null;
667546
667462
  pref_name: string | null;
667547
- address_1: string | null;
667548
- address_2: string | null;
667549
667463
  date_of_birth: Date | null;
667550
667464
  employment_date: Date | null;
667551
667465
  depart_date: Date | null;
@@ -667650,6 +667564,7 @@ declare const appRouter: BuiltRouter<{
667650
667564
  updated_at: Date | null;
667651
667565
  updated_by: string | null;
667652
667566
  code: string | null;
667567
+ address: string | null;
667653
667568
  mobile_phone: string | null;
667654
667569
  id_sso: string | null;
667655
667570
  id_nationality: string | null;
@@ -667659,8 +667574,6 @@ declare const appRouter: BuiltRouter<{
667659
667574
  id_last_accessed_company: string | null;
667660
667575
  id_last_accessed_branch: string | null;
667661
667576
  pref_name: string | null;
667662
- address_1: string | null;
667663
- address_2: string | null;
667664
667577
  date_of_birth: Date | null;
667665
667578
  employment_date: Date | null;
667666
667579
  depart_date: Date | null;
@@ -667847,6 +667760,7 @@ declare const appRouter: BuiltRouter<{
667847
667760
  updated_at: Date | null;
667848
667761
  updated_by: string | null;
667849
667762
  code: string | null;
667763
+ address: string | null;
667850
667764
  mobile_phone: string | null;
667851
667765
  id_sso: string | null;
667852
667766
  id_nationality: string | null;
@@ -667856,8 +667770,6 @@ declare const appRouter: BuiltRouter<{
667856
667770
  id_last_accessed_company: string | null;
667857
667771
  id_last_accessed_branch: string | null;
667858
667772
  pref_name: string | null;
667859
- address_1: string | null;
667860
- address_2: string | null;
667861
667773
  date_of_birth: Date | null;
667862
667774
  employment_date: Date | null;
667863
667775
  depart_date: Date | null;
@@ -667969,6 +667881,7 @@ declare const appRouter: BuiltRouter<{
667969
667881
  updated_at: Date | null;
667970
667882
  updated_by: string | null;
667971
667883
  code: string | null;
667884
+ address: string | null;
667972
667885
  mobile_phone: string | null;
667973
667886
  id_sso: string | null;
667974
667887
  id_nationality: string | null;
@@ -667978,8 +667891,6 @@ declare const appRouter: BuiltRouter<{
667978
667891
  id_last_accessed_company: string | null;
667979
667892
  id_last_accessed_branch: string | null;
667980
667893
  pref_name: string | null;
667981
- address_1: string | null;
667982
- address_2: string | null;
667983
667894
  date_of_birth: Date | null;
667984
667895
  employment_date: Date | null;
667985
667896
  depart_date: Date | null;
@@ -693005,9 +692916,141 @@ declare const appRouter: BuiltRouter<{
693005
692916
  field: string;
693006
692917
  direction: "asc" | "desc";
693007
692918
  }[] | null | undefined;
692919
+ id_sso?: string | null | undefined;
692920
+ ids_sso?: string[] | null | undefined;
692921
+ id_country?: string | number | bigint | null | undefined;
692922
+ ids_country?: (string | number | bigint)[] | null | undefined;
692923
+ id_state?: string | number | bigint | null | undefined;
692924
+ ids_state?: (string | number | bigint)[] | null | undefined;
692925
+ id_city?: string | number | bigint | null | undefined;
692926
+ ids_city?: (string | number | bigint)[] | null | undefined;
692927
+ id_postal_code?: string | number | bigint | null | undefined;
692928
+ ids_postal_code?: (string | number | bigint)[] | null | undefined;
692929
+ id_nationality?: string | number | bigint | null | undefined;
692930
+ ids_nationality?: (string | number | bigint)[] | null | undefined;
692931
+ id_company?: string | number | bigint | null | undefined;
692932
+ ids_company?: (string | number | bigint)[] | null | undefined;
692933
+ id_branch?: string | number | bigint | null | undefined;
692934
+ ids_branch?: (string | number | bigint)[] | null | undefined;
692935
+ id_department?: string | number | bigint | null | undefined;
692936
+ ids_department?: (string | number | bigint)[] | null | undefined;
692937
+ id_spouse_relationship?: string | number | bigint | null | undefined;
692938
+ ids_spouse_relationship?: (string | number | bigint)[] | null | undefined;
692939
+ id_emergency_relationship?: string | number | bigint | null | undefined;
692940
+ ids_emergency_relationship?: (string | number | bigint)[] | null | undefined;
693008
692941
  };
693009
692942
  output: {
693010
692943
  data: {
692944
+ country: {
692945
+ is_active: boolean | null;
692946
+ id: string;
692947
+ logic_code: string | null;
692948
+ name: string | null;
692949
+ created_at: Date | null;
692950
+ created_by: string | null;
692951
+ updated_at: Date | null;
692952
+ updated_by: string | null;
692953
+ id_currency: string | null;
692954
+ id_awb_currency: string | null;
692955
+ iso2_code: string | null;
692956
+ iso3_code: string | null;
692957
+ iso3_numeric: string | null;
692958
+ is_sanctioned: boolean | null;
692959
+ } | null;
692960
+ state: {
692961
+ is_active: boolean | null;
692962
+ id_country: string | null;
692963
+ id: string;
692964
+ logic_code: string | null;
692965
+ name: string | null;
692966
+ created_at: Date | null;
692967
+ created_by: string | null;
692968
+ updated_at: Date | null;
692969
+ updated_by: string | null;
692970
+ code: string | null;
692971
+ } | null;
692972
+ city: {
692973
+ is_active: boolean | null;
692974
+ id_country: string | null;
692975
+ id_state: string | null;
692976
+ id: string;
692977
+ logic_code: string | null;
692978
+ name: string | null;
692979
+ created_at: Date | null;
692980
+ created_by: string | null;
692981
+ updated_at: Date | null;
692982
+ updated_by: string | null;
692983
+ code: string | null;
692984
+ } | null;
692985
+ postal_code: {
692986
+ is_active: boolean | null;
692987
+ id_country: string | null;
692988
+ id: string;
692989
+ logic_code: string | null;
692990
+ created_at: Date | null;
692991
+ created_by: string | null;
692992
+ updated_at: Date | null;
692993
+ updated_by: string | null;
692994
+ code: string | null;
692995
+ } | null;
692996
+ company: {
692997
+ is_active: boolean | null;
692998
+ id_country: string | null;
692999
+ id_state: string | null;
693000
+ id_city: string | null;
693001
+ id_postal_code: string | null;
693002
+ id_un_locode: string | null;
693003
+ id: string;
693004
+ logic_code: string | null;
693005
+ name: string | null;
693006
+ created_at: Date | null;
693007
+ created_by: string | null;
693008
+ updated_at: Date | null;
693009
+ updated_by: string | null;
693010
+ code: string | null;
693011
+ address: string | null;
693012
+ } | null;
693013
+ branch: {
693014
+ is_active: boolean | null;
693015
+ id_company: string | null;
693016
+ id_country: string | null;
693017
+ id_state: string | null;
693018
+ id_city: string | null;
693019
+ id_postal_code: string | null;
693020
+ id_un_locode: string | null;
693021
+ id: string;
693022
+ logic_code: string | null;
693023
+ name: string | null;
693024
+ created_at: Date | null;
693025
+ created_by: string | null;
693026
+ updated_at: Date | null;
693027
+ updated_by: string | null;
693028
+ code: string | null;
693029
+ address: string | null;
693030
+ } | null;
693031
+ department: {
693032
+ is_active: boolean | null;
693033
+ id_company: string | null;
693034
+ id: string;
693035
+ logic_code: string | null;
693036
+ name: string | null;
693037
+ created_at: Date | null;
693038
+ created_by: string | null;
693039
+ updated_at: Date | null;
693040
+ updated_by: string | null;
693041
+ code: string | null;
693042
+ } | null;
693043
+ nationality: {
693044
+ is_active: boolean | null;
693045
+ id: string;
693046
+ logic_code: string | null;
693047
+ name: string | null;
693048
+ created_at: Date | null;
693049
+ created_by: string | null;
693050
+ updated_at: Date | null;
693051
+ updated_by: string | null;
693052
+ code: string | null;
693053
+ } | null;
693011
693054
  is_active: boolean | null;
693012
693055
  id_company: string | null;
693013
693056
  id_branch: string | null;
@@ -693023,6 +693066,7 @@ declare const appRouter: BuiltRouter<{
693023
693066
  updated_at: Date | null;
693024
693067
  updated_by: string | null;
693025
693068
  code: string | null;
693069
+ address: string | null;
693026
693070
  mobile_phone: string | null;
693027
693071
  id_sso: string | null;
693028
693072
  id_nationality: string | null;
@@ -693032,8 +693076,6 @@ declare const appRouter: BuiltRouter<{
693032
693076
  id_last_accessed_company: string | null;
693033
693077
  id_last_accessed_branch: string | null;
693034
693078
  pref_name: string | null;
693035
- address_1: string | null;
693036
- address_2: string | null;
693037
693079
  date_of_birth: Date | null;
693038
693080
  employment_date: Date | null;
693039
693081
  depart_date: Date | null;
@@ -693085,6 +693127,138 @@ declare const appRouter: BuiltRouter<{
693085
693127
  forwarding_shipment_billings_sales_rep: number;
693086
693128
  forwarding_shipment_billings_operation_rep: number;
693087
693129
  };
693130
+ country: {
693131
+ is_active: boolean | null;
693132
+ id: string;
693133
+ logic_code: string | null;
693134
+ name: string | null;
693135
+ created_at: Date | null;
693136
+ created_by: string | null;
693137
+ updated_at: Date | null;
693138
+ updated_by: string | null;
693139
+ id_currency: string | null;
693140
+ id_awb_currency: string | null;
693141
+ iso2_code: string | null;
693142
+ iso3_code: string | null;
693143
+ iso3_numeric: string | null;
693144
+ is_sanctioned: boolean | null;
693145
+ } | null;
693146
+ state: {
693147
+ is_active: boolean | null;
693148
+ id_country: string | null;
693149
+ id: string;
693150
+ logic_code: string | null;
693151
+ name: string | null;
693152
+ created_at: Date | null;
693153
+ created_by: string | null;
693154
+ updated_at: Date | null;
693155
+ updated_by: string | null;
693156
+ code: string | null;
693157
+ } | null;
693158
+ city: {
693159
+ is_active: boolean | null;
693160
+ id_country: string | null;
693161
+ id_state: string | null;
693162
+ id: string;
693163
+ logic_code: string | null;
693164
+ name: string | null;
693165
+ created_at: Date | null;
693166
+ created_by: string | null;
693167
+ updated_at: Date | null;
693168
+ updated_by: string | null;
693169
+ code: string | null;
693170
+ } | null;
693171
+ postal_code: {
693172
+ is_active: boolean | null;
693173
+ id_country: string | null;
693174
+ id: string;
693175
+ logic_code: string | null;
693176
+ created_at: Date | null;
693177
+ created_by: string | null;
693178
+ updated_at: Date | null;
693179
+ updated_by: string | null;
693180
+ code: string | null;
693181
+ } | null;
693182
+ company: {
693183
+ is_active: boolean | null;
693184
+ id_country: string | null;
693185
+ id_state: string | null;
693186
+ id_city: string | null;
693187
+ id_postal_code: string | null;
693188
+ id_un_locode: string | null;
693189
+ id: string;
693190
+ logic_code: string | null;
693191
+ name: string | null;
693192
+ created_at: Date | null;
693193
+ created_by: string | null;
693194
+ updated_at: Date | null;
693195
+ updated_by: string | null;
693196
+ code: string | null;
693197
+ address: string | null;
693198
+ } | null;
693199
+ branch: {
693200
+ is_active: boolean | null;
693201
+ id_company: string | null;
693202
+ id_country: string | null;
693203
+ id_state: string | null;
693204
+ id_city: string | null;
693205
+ id_postal_code: string | null;
693206
+ id_un_locode: string | null;
693207
+ id: string;
693208
+ logic_code: string | null;
693209
+ name: string | null;
693210
+ created_at: Date | null;
693211
+ created_by: string | null;
693212
+ updated_at: Date | null;
693213
+ updated_by: string | null;
693214
+ code: string | null;
693215
+ address: string | null;
693216
+ } | null;
693217
+ department: {
693218
+ is_active: boolean | null;
693219
+ id_company: string | null;
693220
+ id: string;
693221
+ logic_code: string | null;
693222
+ name: string | null;
693223
+ created_at: Date | null;
693224
+ created_by: string | null;
693225
+ updated_at: Date | null;
693226
+ updated_by: string | null;
693227
+ code: string | null;
693228
+ } | null;
693229
+ nationality: {
693230
+ is_active: boolean | null;
693231
+ id: string;
693232
+ logic_code: string | null;
693233
+ name: string | null;
693234
+ created_at: Date | null;
693235
+ created_by: string | null;
693236
+ updated_at: Date | null;
693237
+ updated_by: string | null;
693238
+ code: string | null;
693239
+ } | null;
693240
+ spouse_relationship: {
693241
+ is_active: boolean | null;
693242
+ id: string;
693243
+ logic_code: string | null;
693244
+ name: string | null;
693245
+ created_at: Date | null;
693246
+ created_by: string | null;
693247
+ updated_at: Date | null;
693248
+ updated_by: string | null;
693249
+ code: string | null;
693250
+ } | null;
693251
+ emergency_relationship: {
693252
+ is_active: boolean | null;
693253
+ id: string;
693254
+ logic_code: string | null;
693255
+ name: string | null;
693256
+ created_at: Date | null;
693257
+ created_by: string | null;
693258
+ updated_at: Date | null;
693259
+ updated_by: string | null;
693260
+ code: string | null;
693261
+ } | null;
693088
693262
  is_active: boolean | null;
693089
693263
  id_company: string | null;
693090
693264
  id_branch: string | null;
@@ -693100,6 +693274,7 @@ declare const appRouter: BuiltRouter<{
693100
693274
  updated_at: Date | null;
693101
693275
  updated_by: string | null;
693102
693276
  code: string | null;
693277
+ address: string | null;
693103
693278
  mobile_phone: string | null;
693104
693279
  id_sso: string | null;
693105
693280
  id_nationality: string | null;
@@ -693109,8 +693284,6 @@ declare const appRouter: BuiltRouter<{
693109
693284
  id_last_accessed_company: string | null;
693110
693285
  id_last_accessed_branch: string | null;
693111
693286
  pref_name: string | null;
693112
- address_1: string | null;
693113
- address_2: string | null;
693114
693287
  date_of_birth: Date | null;
693115
693288
  employment_date: Date | null;
693116
693289
  depart_date: Date | null;
@@ -693224,6 +693397,837 @@ declare const appRouter: BuiltRouter<{
693224
693397
  meta: object;
693225
693398
  }>;
693226
693399
  }>>;
693400
+ create: MutationProcedure<{
693401
+ input: {
693402
+ is_active?: string | boolean | null | undefined;
693403
+ id_sso?: string | null | undefined;
693404
+ id_country?: string | number | bigint | null | undefined;
693405
+ id_state?: string | number | bigint | null | undefined;
693406
+ id_city?: string | number | bigint | null | undefined;
693407
+ id_postal_code?: string | number | bigint | null | undefined;
693408
+ id_nationality?: string | number | bigint | null | undefined;
693409
+ id_company?: string | number | bigint | null | undefined;
693410
+ id_branch?: string | number | bigint | null | undefined;
693411
+ id_department?: string | number | bigint | null | undefined;
693412
+ id_spouse_relationship?: string | number | bigint | null | undefined;
693413
+ id_emergency_relationship?: string | number | bigint | null | undefined;
693414
+ code?: string | null | undefined;
693415
+ name?: string | null | undefined;
693416
+ pref_name?: string | null | undefined;
693417
+ address?: string | null | undefined;
693418
+ date_of_birth?: string | Date | null | undefined;
693419
+ employment_date?: string | Date | null | undefined;
693420
+ depart_date?: string | Date | null | undefined;
693421
+ gender?: "MALE" | "FEMALE" | "NOT_SPECIFIED" | null | undefined;
693422
+ job_title?: string | null | undefined;
693423
+ work_phone?: string | null | undefined;
693424
+ work_extension?: string | null | undefined;
693425
+ work_fax?: string | null | undefined;
693426
+ home_phone?: string | null | undefined;
693427
+ mobile_phone?: string | null | undefined;
693428
+ other_reference?: string | null | undefined;
693429
+ personal_email?: string | null | undefined;
693430
+ work_email?: string | null | undefined;
693431
+ spouse_name?: string | null | undefined;
693432
+ spouse_phone?: string | null | undefined;
693433
+ spouse_email?: string | null | undefined;
693434
+ emergency_name?: string | null | undefined;
693435
+ emergency_phone?: string | null | undefined;
693436
+ emergency_email?: string | null | undefined;
693437
+ profile_photo_url?: string | null | undefined;
693438
+ signature_url?: string | null | undefined;
693439
+ is_login_active?: string | boolean | null | undefined;
693440
+ username?: string | null | undefined;
693441
+ password?: string | null | undefined;
693442
+ };
693443
+ output: {
693444
+ data: {
693445
+ is_active: boolean | null;
693446
+ id_company: string | null;
693447
+ id_branch: string | null;
693448
+ id_country: string | null;
693449
+ id_state: string | null;
693450
+ id_city: string | null;
693451
+ id_postal_code: string | null;
693452
+ id: string;
693453
+ logic_code: string | null;
693454
+ name: string | null;
693455
+ created_at: Date | null;
693456
+ created_by: string | null;
693457
+ updated_at: Date | null;
693458
+ updated_by: string | null;
693459
+ code: string | null;
693460
+ address: string | null;
693461
+ mobile_phone: string | null;
693462
+ id_sso: string | null;
693463
+ id_nationality: string | null;
693464
+ id_department: string | null;
693465
+ id_spouse_relationship: string | null;
693466
+ id_emergency_relationship: string | null;
693467
+ id_last_accessed_company: string | null;
693468
+ id_last_accessed_branch: string | null;
693469
+ pref_name: string | null;
693470
+ date_of_birth: Date | null;
693471
+ employment_date: Date | null;
693472
+ depart_date: Date | null;
693473
+ gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
693474
+ job_title: string | null;
693475
+ work_phone: string | null;
693476
+ work_extension: string | null;
693477
+ work_fax: string | null;
693478
+ home_phone: string | null;
693479
+ other_reference: string | null;
693480
+ personal_email: string | null;
693481
+ work_email: string | null;
693482
+ spouse_name: string | null;
693483
+ spouse_phone: string | null;
693484
+ spouse_email: string | null;
693485
+ emergency_name: string | null;
693486
+ emergency_phone: string | null;
693487
+ emergency_email: string | null;
693488
+ profile_photo_url: string | null;
693489
+ signature_url: string | null;
693490
+ };
693491
+ log: {
693492
+ id: string;
693493
+ id_log_type: string | null;
693494
+ url: string | null;
693495
+ params: SimpleJson;
693496
+ action: string | null;
693497
+ action_by: string | null;
693498
+ action_id: string | null;
693499
+ action_at: Date | null;
693500
+ id_user: string | null;
693501
+ } | undefined;
693502
+ } | undefined;
693503
+ meta: object;
693504
+ }>;
693505
+ update: MutationProcedure<{
693506
+ input: {
693507
+ is_system?: (string | boolean)[] | null | undefined;
693508
+ id?: string | number | bigint | null | undefined;
693509
+ logic_code?: string | null | undefined;
693510
+ is_active?: string | boolean | null | undefined;
693511
+ id_sso?: string | null | undefined;
693512
+ id_country?: string | number | bigint | null | undefined;
693513
+ id_state?: string | number | bigint | null | undefined;
693514
+ id_city?: string | number | bigint | null | undefined;
693515
+ id_postal_code?: string | number | bigint | null | undefined;
693516
+ id_nationality?: string | number | bigint | null | undefined;
693517
+ id_company?: string | number | bigint | null | undefined;
693518
+ id_branch?: string | number | bigint | null | undefined;
693519
+ id_department?: string | number | bigint | null | undefined;
693520
+ id_spouse_relationship?: string | number | bigint | null | undefined;
693521
+ id_emergency_relationship?: string | number | bigint | null | undefined;
693522
+ code?: string | null | undefined;
693523
+ name?: string | null | undefined;
693524
+ pref_name?: string | null | undefined;
693525
+ address?: string | null | undefined;
693526
+ date_of_birth?: string | Date | null | undefined;
693527
+ employment_date?: string | Date | null | undefined;
693528
+ depart_date?: string | Date | null | undefined;
693529
+ gender?: "MALE" | "FEMALE" | "NOT_SPECIFIED" | null | undefined;
693530
+ job_title?: string | null | undefined;
693531
+ work_phone?: string | null | undefined;
693532
+ work_extension?: string | null | undefined;
693533
+ work_fax?: string | null | undefined;
693534
+ home_phone?: string | null | undefined;
693535
+ mobile_phone?: string | null | undefined;
693536
+ other_reference?: string | null | undefined;
693537
+ personal_email?: string | null | undefined;
693538
+ work_email?: string | null | undefined;
693539
+ spouse_name?: string | null | undefined;
693540
+ spouse_phone?: string | null | undefined;
693541
+ spouse_email?: string | null | undefined;
693542
+ emergency_name?: string | null | undefined;
693543
+ emergency_phone?: string | null | undefined;
693544
+ emergency_email?: string | null | undefined;
693545
+ profile_photo_url?: string | null | undefined;
693546
+ signature_url?: string | null | undefined;
693547
+ is_login_active?: string | boolean | null | undefined;
693548
+ username?: string | null | undefined;
693549
+ password?: string | null | undefined;
693550
+ };
693551
+ output: {
693552
+ data: {
693553
+ is_active: boolean | null;
693554
+ id_company: string | null;
693555
+ id_branch: string | null;
693556
+ id_country: string | null;
693557
+ id_state: string | null;
693558
+ id_city: string | null;
693559
+ id_postal_code: string | null;
693560
+ id: string;
693561
+ logic_code: string | null;
693562
+ name: string | null;
693563
+ created_at: Date | null;
693564
+ created_by: string | null;
693565
+ updated_at: Date | null;
693566
+ updated_by: string | null;
693567
+ code: string | null;
693568
+ address: string | null;
693569
+ mobile_phone: string | null;
693570
+ id_sso: string | null;
693571
+ id_nationality: string | null;
693572
+ id_department: string | null;
693573
+ id_spouse_relationship: string | null;
693574
+ id_emergency_relationship: string | null;
693575
+ id_last_accessed_company: string | null;
693576
+ id_last_accessed_branch: string | null;
693577
+ pref_name: string | null;
693578
+ date_of_birth: Date | null;
693579
+ employment_date: Date | null;
693580
+ depart_date: Date | null;
693581
+ gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
693582
+ job_title: string | null;
693583
+ work_phone: string | null;
693584
+ work_extension: string | null;
693585
+ work_fax: string | null;
693586
+ home_phone: string | null;
693587
+ other_reference: string | null;
693588
+ personal_email: string | null;
693589
+ work_email: string | null;
693590
+ spouse_name: string | null;
693591
+ spouse_phone: string | null;
693592
+ spouse_email: string | null;
693593
+ emergency_name: string | null;
693594
+ emergency_phone: string | null;
693595
+ emergency_email: string | null;
693596
+ profile_photo_url: string | null;
693597
+ signature_url: string | null;
693598
+ };
693599
+ log: {
693600
+ id: string;
693601
+ id_log_type: string | null;
693602
+ url: string | null;
693603
+ params: SimpleJson;
693604
+ action: string | null;
693605
+ action_by: string | null;
693606
+ action_id: string | null;
693607
+ action_at: Date | null;
693608
+ id_user: string | null;
693609
+ } | undefined;
693610
+ } | undefined;
693611
+ meta: object;
693612
+ }>;
693613
+ delete: MutationProcedure<{
693614
+ input: {
693615
+ id?: string | number | bigint | null | undefined;
693616
+ ids?: (string | number | bigint)[] | null | undefined;
693617
+ };
693618
+ output: {
693619
+ data: ({
693620
+ is_active: boolean | null;
693621
+ id_company: string | null;
693622
+ id_branch: string | null;
693623
+ id_country: string | null;
693624
+ id_state: string | null;
693625
+ id_city: string | null;
693626
+ id_postal_code: string | null;
693627
+ id: string;
693628
+ logic_code: string | null;
693629
+ name: string | null;
693630
+ created_at: Date | null;
693631
+ created_by: string | null;
693632
+ updated_at: Date | null;
693633
+ updated_by: string | null;
693634
+ code: string | null;
693635
+ address: string | null;
693636
+ mobile_phone: string | null;
693637
+ id_sso: string | null;
693638
+ id_nationality: string | null;
693639
+ id_department: string | null;
693640
+ id_spouse_relationship: string | null;
693641
+ id_emergency_relationship: string | null;
693642
+ id_last_accessed_company: string | null;
693643
+ id_last_accessed_branch: string | null;
693644
+ pref_name: string | null;
693645
+ date_of_birth: Date | null;
693646
+ employment_date: Date | null;
693647
+ depart_date: Date | null;
693648
+ gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
693649
+ job_title: string | null;
693650
+ work_phone: string | null;
693651
+ work_extension: string | null;
693652
+ work_fax: string | null;
693653
+ home_phone: string | null;
693654
+ other_reference: string | null;
693655
+ personal_email: string | null;
693656
+ work_email: string | null;
693657
+ spouse_name: string | null;
693658
+ spouse_phone: string | null;
693659
+ spouse_email: string | null;
693660
+ emergency_name: string | null;
693661
+ emergency_phone: string | null;
693662
+ emergency_email: string | null;
693663
+ profile_photo_url: string | null;
693664
+ signature_url: string | null;
693665
+ } | undefined)[] | undefined;
693666
+ } | undefined;
693667
+ meta: object;
693668
+ }>;
693669
+ updateCompanyBranch: MutationProcedure<{
693670
+ input: {
693671
+ is_active?: (string | boolean)[] | null | undefined;
693672
+ is_system?: (string | boolean)[] | null | undefined;
693673
+ id?: string | number | bigint | null | undefined;
693674
+ logic_code?: string | null | undefined;
693675
+ id_last_accessed_company?: string | number | bigint | null | undefined;
693676
+ id_last_accessed_branch?: string | number | bigint | null | undefined;
693677
+ };
693678
+ output: {
693679
+ data: {
693680
+ is_active: boolean | null;
693681
+ id_company: string | null;
693682
+ id_branch: string | null;
693683
+ id_country: string | null;
693684
+ id_state: string | null;
693685
+ id_city: string | null;
693686
+ id_postal_code: string | null;
693687
+ id: string;
693688
+ logic_code: string | null;
693689
+ name: string | null;
693690
+ created_at: Date | null;
693691
+ created_by: string | null;
693692
+ updated_at: Date | null;
693693
+ updated_by: string | null;
693694
+ code: string | null;
693695
+ address: string | null;
693696
+ mobile_phone: string | null;
693697
+ id_sso: string | null;
693698
+ id_nationality: string | null;
693699
+ id_department: string | null;
693700
+ id_spouse_relationship: string | null;
693701
+ id_emergency_relationship: string | null;
693702
+ id_last_accessed_company: string | null;
693703
+ id_last_accessed_branch: string | null;
693704
+ pref_name: string | null;
693705
+ date_of_birth: Date | null;
693706
+ employment_date: Date | null;
693707
+ depart_date: Date | null;
693708
+ gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
693709
+ job_title: string | null;
693710
+ work_phone: string | null;
693711
+ work_extension: string | null;
693712
+ work_fax: string | null;
693713
+ home_phone: string | null;
693714
+ other_reference: string | null;
693715
+ personal_email: string | null;
693716
+ work_email: string | null;
693717
+ spouse_name: string | null;
693718
+ spouse_phone: string | null;
693719
+ spouse_email: string | null;
693720
+ emergency_name: string | null;
693721
+ emergency_phone: string | null;
693722
+ emergency_email: string | null;
693723
+ profile_photo_url: string | null;
693724
+ signature_url: string | null;
693725
+ };
693726
+ log: {
693727
+ id: string;
693728
+ id_log_type: string | null;
693729
+ url: string | null;
693730
+ params: SimpleJson;
693731
+ action: string | null;
693732
+ action_by: string | null;
693733
+ action_id: string | null;
693734
+ action_at: Date | null;
693735
+ id_user: string | null;
693736
+ } | undefined;
693737
+ } | undefined;
693738
+ meta: object;
693739
+ }>;
693740
+ }>>;
693741
+ nationalities: BuiltRouter<{
693742
+ ctx: Context;
693743
+ meta: object;
693744
+ errorShape: DefaultErrorShape;
693745
+ transformer: false;
693746
+ }, DecorateCreateRouterOptions<{
693747
+ get: MutationProcedure<{
693748
+ input: {
693749
+ search?: string | null | undefined;
693750
+ take?: string | number | null | undefined;
693751
+ skip?: string | number | null | undefined;
693752
+ is_active?: (string | boolean)[] | null | undefined;
693753
+ is_system?: (string | boolean)[] | null | undefined;
693754
+ ids_include?: (string | number | bigint)[] | null | undefined;
693755
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
693756
+ logic_codes_include?: string[] | null | undefined;
693757
+ logic_codes_exclude?: string[] | null | undefined;
693758
+ order_by?: {
693759
+ field: string;
693760
+ direction: "asc" | "desc";
693761
+ } | null | undefined;
693762
+ order_bys?: {
693763
+ field: string;
693764
+ direction: "asc" | "desc";
693765
+ }[] | null | undefined;
693766
+ };
693767
+ output: {
693768
+ data: {
693769
+ is_active: boolean | null;
693770
+ id: string;
693771
+ logic_code: string | null;
693772
+ name: string | null;
693773
+ created_at: Date | null;
693774
+ created_by: string | null;
693775
+ updated_at: Date | null;
693776
+ updated_by: string | null;
693777
+ code: string | null;
693778
+ }[] | undefined;
693779
+ total: number | undefined;
693780
+ };
693781
+ meta: object;
693782
+ }>;
693783
+ getDetail: MutationProcedure<{
693784
+ input: {
693785
+ is_active?: (string | boolean)[] | null | undefined;
693786
+ is_system?: (string | boolean)[] | null | undefined;
693787
+ id?: string | number | bigint | null | undefined;
693788
+ logic_code?: string | null | undefined;
693789
+ };
693790
+ output: {
693791
+ data: {
693792
+ _count: {
693793
+ nationality_logs: number;
693794
+ users: number;
693795
+ };
693796
+ is_active: boolean | null;
693797
+ id: string;
693798
+ logic_code: string | null;
693799
+ name: string | null;
693800
+ created_at: Date | null;
693801
+ created_by: string | null;
693802
+ updated_at: Date | null;
693803
+ updated_by: string | null;
693804
+ code: string | null;
693805
+ };
693806
+ };
693807
+ meta: object;
693808
+ }>;
693809
+ histories: BuiltRouter<{
693810
+ ctx: Context;
693811
+ meta: object;
693812
+ errorShape: DefaultErrorShape;
693813
+ transformer: false;
693814
+ }, DecorateCreateRouterOptions<{
693815
+ get: MutationProcedure<{
693816
+ input: {
693817
+ search?: string | null | undefined;
693818
+ take?: string | number | null | undefined;
693819
+ skip?: string | number | null | undefined;
693820
+ is_active?: (string | boolean)[] | null | undefined;
693821
+ is_system?: (string | boolean)[] | null | undefined;
693822
+ ids_include?: (string | number | bigint)[] | null | undefined;
693823
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
693824
+ logic_codes_include?: string[] | null | undefined;
693825
+ logic_codes_exclude?: string[] | null | undefined;
693826
+ order_by?: {
693827
+ field: string;
693828
+ direction: "asc" | "desc";
693829
+ } | null | undefined;
693830
+ order_bys?: {
693831
+ field: string;
693832
+ direction: "asc" | "desc";
693833
+ }[] | null | undefined;
693834
+ id_log_type?: string | number | bigint | null | undefined;
693835
+ ids_log_type?: (string | number | bigint)[] | null | undefined;
693836
+ id_nationality?: string | number | bigint | null | undefined;
693837
+ ids_nationality?: (string | number | bigint)[] | null | undefined;
693838
+ };
693839
+ output: {
693840
+ data: {
693841
+ log_type: {
693842
+ is_active: boolean | null;
693843
+ id: string;
693844
+ logic_code: string | null;
693845
+ name: string | null;
693846
+ created_at: Date | null;
693847
+ created_by: string | null;
693848
+ updated_at: Date | null;
693849
+ updated_by: string | null;
693850
+ } | null;
693851
+ id: string;
693852
+ id_log_type: string | null;
693853
+ url: string | null;
693854
+ params: SimpleJson;
693855
+ action: string | null;
693856
+ action_by: string | null;
693857
+ action_id: string | null;
693858
+ action_at: Date | null;
693859
+ id_nationality: string | null;
693860
+ }[] | undefined;
693861
+ total: number | undefined;
693862
+ };
693863
+ meta: object;
693864
+ }>;
693865
+ getDetail: MutationProcedure<{
693866
+ input: {
693867
+ is_active?: (string | boolean)[] | null | undefined;
693868
+ is_system?: (string | boolean)[] | null | undefined;
693869
+ id?: string | number | bigint | null | undefined;
693870
+ logic_code?: string | null | undefined;
693871
+ };
693872
+ output: {
693873
+ data: {
693874
+ log_type: {
693875
+ is_active: boolean | null;
693876
+ id: string;
693877
+ logic_code: string | null;
693878
+ name: string | null;
693879
+ created_at: Date | null;
693880
+ created_by: string | null;
693881
+ updated_at: Date | null;
693882
+ updated_by: string | null;
693883
+ } | null;
693884
+ id: string;
693885
+ id_log_type: string | null;
693886
+ url: string | null;
693887
+ params: SimpleJson;
693888
+ action: string | null;
693889
+ action_by: string | null;
693890
+ action_id: string | null;
693891
+ action_at: Date | null;
693892
+ id_nationality: string | null;
693893
+ } | undefined;
693894
+ };
693895
+ meta: object;
693896
+ }>;
693897
+ }>>;
693898
+ create: MutationProcedure<{
693899
+ input: {
693900
+ is_active?: string | boolean | null | undefined;
693901
+ code?: string | null | undefined;
693902
+ name?: string | null | undefined;
693903
+ };
693904
+ output: {
693905
+ data: {
693906
+ is_active: boolean | null;
693907
+ id: string;
693908
+ logic_code: string | null;
693909
+ name: string | null;
693910
+ created_at: Date | null;
693911
+ created_by: string | null;
693912
+ updated_at: Date | null;
693913
+ updated_by: string | null;
693914
+ code: string | null;
693915
+ };
693916
+ log: {
693917
+ id: string;
693918
+ id_log_type: string | null;
693919
+ url: string | null;
693920
+ params: SimpleJson;
693921
+ action: string | null;
693922
+ action_by: string | null;
693923
+ action_id: string | null;
693924
+ action_at: Date | null;
693925
+ id_nationality: string | null;
693926
+ } | undefined;
693927
+ } | undefined;
693928
+ meta: object;
693929
+ }>;
693930
+ update: MutationProcedure<{
693931
+ input: {
693932
+ is_system?: (string | boolean)[] | null | undefined;
693933
+ id?: string | number | bigint | null | undefined;
693934
+ logic_code?: string | null | undefined;
693935
+ is_active?: string | boolean | null | undefined;
693936
+ code?: string | null | undefined;
693937
+ name?: string | null | undefined;
693938
+ };
693939
+ output: {
693940
+ data: {
693941
+ is_active: boolean | null;
693942
+ id: string;
693943
+ logic_code: string | null;
693944
+ name: string | null;
693945
+ created_at: Date | null;
693946
+ created_by: string | null;
693947
+ updated_at: Date | null;
693948
+ updated_by: string | null;
693949
+ code: string | null;
693950
+ };
693951
+ log: {
693952
+ id: string;
693953
+ id_log_type: string | null;
693954
+ url: string | null;
693955
+ params: SimpleJson;
693956
+ action: string | null;
693957
+ action_by: string | null;
693958
+ action_id: string | null;
693959
+ action_at: Date | null;
693960
+ id_nationality: string | null;
693961
+ } | undefined;
693962
+ } | undefined;
693963
+ meta: object;
693964
+ }>;
693965
+ delete: MutationProcedure<{
693966
+ input: {
693967
+ id?: string | number | bigint | null | undefined;
693968
+ ids?: (string | number | bigint)[] | null | undefined;
693969
+ };
693970
+ output: {
693971
+ data: ({
693972
+ is_active: boolean | null;
693973
+ id: string;
693974
+ logic_code: string | null;
693975
+ name: string | null;
693976
+ created_at: Date | null;
693977
+ created_by: string | null;
693978
+ updated_at: Date | null;
693979
+ updated_by: string | null;
693980
+ code: string | null;
693981
+ } | undefined)[] | undefined;
693982
+ } | undefined;
693983
+ meta: object;
693984
+ }>;
693985
+ }>>;
693986
+ relationships: BuiltRouter<{
693987
+ ctx: Context;
693988
+ meta: object;
693989
+ errorShape: DefaultErrorShape;
693990
+ transformer: false;
693991
+ }, DecorateCreateRouterOptions<{
693992
+ get: MutationProcedure<{
693993
+ input: {
693994
+ search?: string | null | undefined;
693995
+ take?: string | number | null | undefined;
693996
+ skip?: string | number | null | undefined;
693997
+ is_active?: (string | boolean)[] | null | undefined;
693998
+ is_system?: (string | boolean)[] | null | undefined;
693999
+ ids_include?: (string | number | bigint)[] | null | undefined;
694000
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
694001
+ logic_codes_include?: string[] | null | undefined;
694002
+ logic_codes_exclude?: string[] | null | undefined;
694003
+ order_by?: {
694004
+ field: string;
694005
+ direction: "asc" | "desc";
694006
+ } | null | undefined;
694007
+ order_bys?: {
694008
+ field: string;
694009
+ direction: "asc" | "desc";
694010
+ }[] | null | undefined;
694011
+ };
694012
+ output: {
694013
+ data: {
694014
+ is_active: boolean | null;
694015
+ id: string;
694016
+ logic_code: string | null;
694017
+ name: string | null;
694018
+ created_at: Date | null;
694019
+ created_by: string | null;
694020
+ updated_at: Date | null;
694021
+ updated_by: string | null;
694022
+ code: string | null;
694023
+ }[] | undefined;
694024
+ total: number | undefined;
694025
+ };
694026
+ meta: object;
694027
+ }>;
694028
+ getDetail: MutationProcedure<{
694029
+ input: {
694030
+ is_active?: (string | boolean)[] | null | undefined;
694031
+ is_system?: (string | boolean)[] | null | undefined;
694032
+ id?: string | number | bigint | null | undefined;
694033
+ logic_code?: string | null | undefined;
694034
+ };
694035
+ output: {
694036
+ data: {
694037
+ _count: {
694038
+ relationship_logs: number;
694039
+ users_spouse: number;
694040
+ users_emergency: number;
694041
+ };
694042
+ is_active: boolean | null;
694043
+ id: string;
694044
+ logic_code: string | null;
694045
+ name: string | null;
694046
+ created_at: Date | null;
694047
+ created_by: string | null;
694048
+ updated_at: Date | null;
694049
+ updated_by: string | null;
694050
+ code: string | null;
694051
+ };
694052
+ };
694053
+ meta: object;
694054
+ }>;
694055
+ histories: BuiltRouter<{
694056
+ ctx: Context;
694057
+ meta: object;
694058
+ errorShape: DefaultErrorShape;
694059
+ transformer: false;
694060
+ }, DecorateCreateRouterOptions<{
694061
+ get: MutationProcedure<{
694062
+ input: {
694063
+ search?: string | null | undefined;
694064
+ take?: string | number | null | undefined;
694065
+ skip?: string | number | null | undefined;
694066
+ is_active?: (string | boolean)[] | null | undefined;
694067
+ is_system?: (string | boolean)[] | null | undefined;
694068
+ ids_include?: (string | number | bigint)[] | null | undefined;
694069
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
694070
+ logic_codes_include?: string[] | null | undefined;
694071
+ logic_codes_exclude?: string[] | null | undefined;
694072
+ order_by?: {
694073
+ field: string;
694074
+ direction: "asc" | "desc";
694075
+ } | null | undefined;
694076
+ order_bys?: {
694077
+ field: string;
694078
+ direction: "asc" | "desc";
694079
+ }[] | null | undefined;
694080
+ id_log_type?: string | number | bigint | null | undefined;
694081
+ ids_log_type?: (string | number | bigint)[] | null | undefined;
694082
+ id_relationship?: string | number | bigint | null | undefined;
694083
+ ids_relationship?: (string | number | bigint)[] | null | undefined;
694084
+ };
694085
+ output: {
694086
+ data: {
694087
+ log_type: {
694088
+ is_active: boolean | null;
694089
+ id: string;
694090
+ logic_code: string | null;
694091
+ name: string | null;
694092
+ created_at: Date | null;
694093
+ created_by: string | null;
694094
+ updated_at: Date | null;
694095
+ updated_by: string | null;
694096
+ } | null;
694097
+ id: string;
694098
+ id_log_type: string | null;
694099
+ url: string | null;
694100
+ params: SimpleJson;
694101
+ action: string | null;
694102
+ action_by: string | null;
694103
+ action_id: string | null;
694104
+ action_at: Date | null;
694105
+ id_relationship: string | null;
694106
+ }[] | undefined;
694107
+ total: number | undefined;
694108
+ };
694109
+ meta: object;
694110
+ }>;
694111
+ getDetail: MutationProcedure<{
694112
+ input: {
694113
+ is_active?: (string | boolean)[] | null | undefined;
694114
+ is_system?: (string | boolean)[] | null | undefined;
694115
+ id?: string | number | bigint | null | undefined;
694116
+ logic_code?: string | null | undefined;
694117
+ };
694118
+ output: {
694119
+ data: {
694120
+ log_type: {
694121
+ is_active: boolean | null;
694122
+ id: string;
694123
+ logic_code: string | null;
694124
+ name: string | null;
694125
+ created_at: Date | null;
694126
+ created_by: string | null;
694127
+ updated_at: Date | null;
694128
+ updated_by: string | null;
694129
+ } | null;
694130
+ id: string;
694131
+ id_log_type: string | null;
694132
+ url: string | null;
694133
+ params: SimpleJson;
694134
+ action: string | null;
694135
+ action_by: string | null;
694136
+ action_id: string | null;
694137
+ action_at: Date | null;
694138
+ id_relationship: string | null;
694139
+ } | undefined;
694140
+ };
694141
+ meta: object;
694142
+ }>;
694143
+ }>>;
694144
+ create: MutationProcedure<{
694145
+ input: {
694146
+ is_active?: string | boolean | null | undefined;
694147
+ code?: string | null | undefined;
694148
+ name?: string | null | undefined;
694149
+ };
694150
+ output: {
694151
+ data: {
694152
+ is_active: boolean | null;
694153
+ id: string;
694154
+ logic_code: string | null;
694155
+ name: string | null;
694156
+ created_at: Date | null;
694157
+ created_by: string | null;
694158
+ updated_at: Date | null;
694159
+ updated_by: string | null;
694160
+ code: string | null;
694161
+ };
694162
+ log: {
694163
+ id: string;
694164
+ id_log_type: string | null;
694165
+ url: string | null;
694166
+ params: SimpleJson;
694167
+ action: string | null;
694168
+ action_by: string | null;
694169
+ action_id: string | null;
694170
+ action_at: Date | null;
694171
+ id_relationship: string | null;
694172
+ } | undefined;
694173
+ } | undefined;
694174
+ meta: object;
694175
+ }>;
694176
+ update: MutationProcedure<{
694177
+ input: {
694178
+ is_system?: (string | boolean)[] | null | undefined;
694179
+ id?: string | number | bigint | null | undefined;
694180
+ logic_code?: string | null | undefined;
694181
+ is_active?: string | boolean | null | undefined;
694182
+ code?: string | null | undefined;
694183
+ name?: string | null | undefined;
694184
+ };
694185
+ output: {
694186
+ data: {
694187
+ is_active: boolean | null;
694188
+ id: string;
694189
+ logic_code: string | null;
694190
+ name: string | null;
694191
+ created_at: Date | null;
694192
+ created_by: string | null;
694193
+ updated_at: Date | null;
694194
+ updated_by: string | null;
694195
+ code: string | null;
694196
+ };
694197
+ log: {
694198
+ id: string;
694199
+ id_log_type: string | null;
694200
+ url: string | null;
694201
+ params: SimpleJson;
694202
+ action: string | null;
694203
+ action_by: string | null;
694204
+ action_id: string | null;
694205
+ action_at: Date | null;
694206
+ id_relationship: string | null;
694207
+ } | undefined;
694208
+ } | undefined;
694209
+ meta: object;
694210
+ }>;
694211
+ delete: MutationProcedure<{
694212
+ input: {
694213
+ id?: string | number | bigint | null | undefined;
694214
+ ids?: (string | number | bigint)[] | null | undefined;
694215
+ };
694216
+ output: {
694217
+ data: ({
694218
+ is_active: boolean | null;
694219
+ id: string;
694220
+ logic_code: string | null;
694221
+ name: string | null;
694222
+ created_at: Date | null;
694223
+ created_by: string | null;
694224
+ updated_at: Date | null;
694225
+ updated_by: string | null;
694226
+ code: string | null;
694227
+ } | undefined)[] | undefined;
694228
+ } | undefined;
694229
+ meta: object;
694230
+ }>;
693227
694231
  }>>;
693228
694232
  }>>;
693229
694233
  }>>;