procbay-schema 1.0.165 → 1.0.169
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prisma/migrations/20260515094455_created_approval_management_table_for_approval_flow/migration.sql +55 -0
- package/prisma/migrations/20260515130204_updated_user_approval_management_schema/migration.sql +55 -0
- package/prisma/schema.prisma +132 -122
- package/src/create-prisma-client.js +66 -12
- package/src/generated/prisma/browser.ts +2 -2
- package/src/generated/prisma/client.bundle.mjs +44 -26
- package/src/generated/prisma/client.ts +2 -2
- package/src/generated/prisma/commonInputTypes.ts +24 -24
- package/src/generated/prisma/enums.ts +7 -3
- package/src/generated/prisma/internal/class.ts +8 -8
- package/src/generated/prisma/internal/prismaNamespace.ts +48 -45
- package/src/generated/prisma/internal/prismaNamespaceBrowser.ts +8 -5
- package/src/generated/prisma/models/ApprovalManagement.ts +1728 -0
- package/src/generated/prisma/models/User.ts +221 -221
- package/src/generated/prisma/models.ts +1 -1
- package/src/prisma/query_engine_bg.js +2 -0
- package/src/prisma/query_engine_bg.wasm +0 -0
- package/src/prisma/runtime/wasm-compiler-edge.js +85 -0
- package/src/prisma/runtime/wasm-engine-edge.js +38 -0
- package/src/prisma/wasm-edge-light-loader.mjs +5 -0
- package/src/prisma/wasm-worker-loader.mjs +5 -0
- package/src/generated/prisma/models/UserApprovalManagement.ts +0 -1617
|
@@ -484,7 +484,7 @@ export type UserWhereInput = {
|
|
|
484
484
|
message_recipients?: Prisma.MessageRecipientListRelationFilter
|
|
485
485
|
blanket_po?: Prisma.BlanketPurchaseOrderListRelationFilter
|
|
486
486
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeListRelationFilter
|
|
487
|
-
|
|
487
|
+
approval_management?: Prisma.ApprovalManagementListRelationFilter
|
|
488
488
|
}
|
|
489
489
|
|
|
490
490
|
export type UserOrderByWithRelationInput = {
|
|
@@ -563,7 +563,7 @@ export type UserOrderByWithRelationInput = {
|
|
|
563
563
|
message_recipients?: Prisma.MessageRecipientOrderByRelationAggregateInput
|
|
564
564
|
blanket_po?: Prisma.BlanketPurchaseOrderOrderByRelationAggregateInput
|
|
565
565
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeOrderByRelationAggregateInput
|
|
566
|
-
|
|
566
|
+
approval_management?: Prisma.ApprovalManagementOrderByRelationAggregateInput
|
|
567
567
|
}
|
|
568
568
|
|
|
569
569
|
export type UserWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -645,7 +645,7 @@ export type UserWhereUniqueInput = Prisma.AtLeast<{
|
|
|
645
645
|
message_recipients?: Prisma.MessageRecipientListRelationFilter
|
|
646
646
|
blanket_po?: Prisma.BlanketPurchaseOrderListRelationFilter
|
|
647
647
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeListRelationFilter
|
|
648
|
-
|
|
648
|
+
approval_management?: Prisma.ApprovalManagementListRelationFilter
|
|
649
649
|
}, "id" | "uuid" | "unique_id" | "email_id" | "mobile_number">
|
|
650
650
|
|
|
651
651
|
export type UserOrderByWithAggregationInput = {
|
|
@@ -799,7 +799,7 @@ export type UserCreateInput = {
|
|
|
799
799
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
800
800
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
801
801
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
802
|
-
|
|
802
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
803
803
|
}
|
|
804
804
|
|
|
805
805
|
export type UserUncheckedCreateInput = {
|
|
@@ -878,7 +878,7 @@ export type UserUncheckedCreateInput = {
|
|
|
878
878
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
879
879
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
880
880
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
881
|
-
|
|
881
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
882
882
|
}
|
|
883
883
|
|
|
884
884
|
export type UserUpdateInput = {
|
|
@@ -956,7 +956,7 @@ export type UserUpdateInput = {
|
|
|
956
956
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
957
957
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
958
958
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
959
|
-
|
|
959
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
960
960
|
}
|
|
961
961
|
|
|
962
962
|
export type UserUncheckedUpdateInput = {
|
|
@@ -1035,7 +1035,7 @@ export type UserUncheckedUpdateInput = {
|
|
|
1035
1035
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
1036
1036
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
1037
1037
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
1038
|
-
|
|
1038
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
1039
1039
|
}
|
|
1040
1040
|
|
|
1041
1041
|
export type UserCreateManyInput = {
|
|
@@ -1979,20 +1979,20 @@ export type UserUpdateOneWithoutBlanket_poNestedInput = {
|
|
|
1979
1979
|
update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutBlanket_poInput, Prisma.UserUpdateWithoutBlanket_poInput>, Prisma.UserUncheckedUpdateWithoutBlanket_poInput>
|
|
1980
1980
|
}
|
|
1981
1981
|
|
|
1982
|
-
export type
|
|
1983
|
-
create?: Prisma.XOR<Prisma.
|
|
1984
|
-
connectOrCreate?: Prisma.
|
|
1982
|
+
export type UserCreateNestedOneWithoutApproval_managementInput = {
|
|
1983
|
+
create?: Prisma.XOR<Prisma.UserCreateWithoutApproval_managementInput, Prisma.UserUncheckedCreateWithoutApproval_managementInput>
|
|
1984
|
+
connectOrCreate?: Prisma.UserCreateOrConnectWithoutApproval_managementInput
|
|
1985
1985
|
connect?: Prisma.UserWhereUniqueInput
|
|
1986
1986
|
}
|
|
1987
1987
|
|
|
1988
|
-
export type
|
|
1989
|
-
create?: Prisma.XOR<Prisma.
|
|
1990
|
-
connectOrCreate?: Prisma.
|
|
1991
|
-
upsert?: Prisma.
|
|
1988
|
+
export type UserUpdateOneWithoutApproval_managementNestedInput = {
|
|
1989
|
+
create?: Prisma.XOR<Prisma.UserCreateWithoutApproval_managementInput, Prisma.UserUncheckedCreateWithoutApproval_managementInput>
|
|
1990
|
+
connectOrCreate?: Prisma.UserCreateOrConnectWithoutApproval_managementInput
|
|
1991
|
+
upsert?: Prisma.UserUpsertWithoutApproval_managementInput
|
|
1992
1992
|
disconnect?: Prisma.UserWhereInput | boolean
|
|
1993
1993
|
delete?: Prisma.UserWhereInput | boolean
|
|
1994
1994
|
connect?: Prisma.UserWhereUniqueInput
|
|
1995
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.
|
|
1995
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutApproval_managementInput, Prisma.UserUpdateWithoutApproval_managementInput>, Prisma.UserUncheckedUpdateWithoutApproval_managementInput>
|
|
1996
1996
|
}
|
|
1997
1997
|
|
|
1998
1998
|
export type UserCreateWithoutUser_rolesInput = {
|
|
@@ -2069,7 +2069,7 @@ export type UserCreateWithoutUser_rolesInput = {
|
|
|
2069
2069
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
2070
2070
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
2071
2071
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
2072
|
-
|
|
2072
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
2073
2073
|
}
|
|
2074
2074
|
|
|
2075
2075
|
export type UserUncheckedCreateWithoutUser_rolesInput = {
|
|
@@ -2147,7 +2147,7 @@ export type UserUncheckedCreateWithoutUser_rolesInput = {
|
|
|
2147
2147
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
2148
2148
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
2149
2149
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
2150
|
-
|
|
2150
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
2151
2151
|
}
|
|
2152
2152
|
|
|
2153
2153
|
export type UserCreateOrConnectWithoutUser_rolesInput = {
|
|
@@ -2240,7 +2240,7 @@ export type UserUpdateWithoutUser_rolesInput = {
|
|
|
2240
2240
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
2241
2241
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
2242
2242
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
2243
|
-
|
|
2243
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
2244
2244
|
}
|
|
2245
2245
|
|
|
2246
2246
|
export type UserUncheckedUpdateWithoutUser_rolesInput = {
|
|
@@ -2318,7 +2318,7 @@ export type UserUncheckedUpdateWithoutUser_rolesInput = {
|
|
|
2318
2318
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
2319
2319
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
2320
2320
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
2321
|
-
|
|
2321
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
2322
2322
|
}
|
|
2323
2323
|
|
|
2324
2324
|
export type UserCreateWithoutDepartment_headInput = {
|
|
@@ -2395,7 +2395,7 @@ export type UserCreateWithoutDepartment_headInput = {
|
|
|
2395
2395
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
2396
2396
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
2397
2397
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
2398
|
-
|
|
2398
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
2399
2399
|
}
|
|
2400
2400
|
|
|
2401
2401
|
export type UserUncheckedCreateWithoutDepartment_headInput = {
|
|
@@ -2473,7 +2473,7 @@ export type UserUncheckedCreateWithoutDepartment_headInput = {
|
|
|
2473
2473
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
2474
2474
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
2475
2475
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
2476
|
-
|
|
2476
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
2477
2477
|
}
|
|
2478
2478
|
|
|
2479
2479
|
export type UserCreateOrConnectWithoutDepartment_headInput = {
|
|
@@ -2555,7 +2555,7 @@ export type UserCreateWithoutBudget_managerInput = {
|
|
|
2555
2555
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
2556
2556
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
2557
2557
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
2558
|
-
|
|
2558
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
2559
2559
|
}
|
|
2560
2560
|
|
|
2561
2561
|
export type UserUncheckedCreateWithoutBudget_managerInput = {
|
|
@@ -2633,7 +2633,7 @@ export type UserUncheckedCreateWithoutBudget_managerInput = {
|
|
|
2633
2633
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
2634
2634
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
2635
2635
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
2636
|
-
|
|
2636
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
2637
2637
|
}
|
|
2638
2638
|
|
|
2639
2639
|
export type UserCreateOrConnectWithoutBudget_managerInput = {
|
|
@@ -2726,7 +2726,7 @@ export type UserUpdateWithoutDepartment_headInput = {
|
|
|
2726
2726
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
2727
2727
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
2728
2728
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
2729
|
-
|
|
2729
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
2730
2730
|
}
|
|
2731
2731
|
|
|
2732
2732
|
export type UserUncheckedUpdateWithoutDepartment_headInput = {
|
|
@@ -2804,7 +2804,7 @@ export type UserUncheckedUpdateWithoutDepartment_headInput = {
|
|
|
2804
2804
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
2805
2805
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
2806
2806
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
2807
|
-
|
|
2807
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
2808
2808
|
}
|
|
2809
2809
|
|
|
2810
2810
|
export type UserUpsertWithoutBudget_managerInput = {
|
|
@@ -2892,7 +2892,7 @@ export type UserUpdateWithoutBudget_managerInput = {
|
|
|
2892
2892
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
2893
2893
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
2894
2894
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
2895
|
-
|
|
2895
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
2896
2896
|
}
|
|
2897
2897
|
|
|
2898
2898
|
export type UserUncheckedUpdateWithoutBudget_managerInput = {
|
|
@@ -2970,7 +2970,7 @@ export type UserUncheckedUpdateWithoutBudget_managerInput = {
|
|
|
2970
2970
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
2971
2971
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
2972
2972
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
2973
|
-
|
|
2973
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
2974
2974
|
}
|
|
2975
2975
|
|
|
2976
2976
|
export type UserCreateWithoutUser_department_entitiesInput = {
|
|
@@ -3047,7 +3047,7 @@ export type UserCreateWithoutUser_department_entitiesInput = {
|
|
|
3047
3047
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
3048
3048
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
3049
3049
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
3050
|
-
|
|
3050
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
3051
3051
|
}
|
|
3052
3052
|
|
|
3053
3053
|
export type UserUncheckedCreateWithoutUser_department_entitiesInput = {
|
|
@@ -3125,7 +3125,7 @@ export type UserUncheckedCreateWithoutUser_department_entitiesInput = {
|
|
|
3125
3125
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
3126
3126
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
3127
3127
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
3128
|
-
|
|
3128
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
3129
3129
|
}
|
|
3130
3130
|
|
|
3131
3131
|
export type UserCreateOrConnectWithoutUser_department_entitiesInput = {
|
|
@@ -3218,7 +3218,7 @@ export type UserUpdateWithoutUser_department_entitiesInput = {
|
|
|
3218
3218
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
3219
3219
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
3220
3220
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
3221
|
-
|
|
3221
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
3222
3222
|
}
|
|
3223
3223
|
|
|
3224
3224
|
export type UserUncheckedUpdateWithoutUser_department_entitiesInput = {
|
|
@@ -3296,7 +3296,7 @@ export type UserUncheckedUpdateWithoutUser_department_entitiesInput = {
|
|
|
3296
3296
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
3297
3297
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
3298
3298
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
3299
|
-
|
|
3299
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
3300
3300
|
}
|
|
3301
3301
|
|
|
3302
3302
|
export type UserCreateWithoutPurchase_intakeInput = {
|
|
@@ -3373,7 +3373,7 @@ export type UserCreateWithoutPurchase_intakeInput = {
|
|
|
3373
3373
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
3374
3374
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
3375
3375
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
3376
|
-
|
|
3376
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
3377
3377
|
}
|
|
3378
3378
|
|
|
3379
3379
|
export type UserUncheckedCreateWithoutPurchase_intakeInput = {
|
|
@@ -3451,7 +3451,7 @@ export type UserUncheckedCreateWithoutPurchase_intakeInput = {
|
|
|
3451
3451
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
3452
3452
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
3453
3453
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
3454
|
-
|
|
3454
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
3455
3455
|
}
|
|
3456
3456
|
|
|
3457
3457
|
export type UserCreateOrConnectWithoutPurchase_intakeInput = {
|
|
@@ -3533,7 +3533,7 @@ export type UserCreateWithoutPurchase_intake_deleted_byInput = {
|
|
|
3533
3533
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
3534
3534
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
3535
3535
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
3536
|
-
|
|
3536
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
3537
3537
|
}
|
|
3538
3538
|
|
|
3539
3539
|
export type UserUncheckedCreateWithoutPurchase_intake_deleted_byInput = {
|
|
@@ -3611,7 +3611,7 @@ export type UserUncheckedCreateWithoutPurchase_intake_deleted_byInput = {
|
|
|
3611
3611
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
3612
3612
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
3613
3613
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
3614
|
-
|
|
3614
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
3615
3615
|
}
|
|
3616
3616
|
|
|
3617
3617
|
export type UserCreateOrConnectWithoutPurchase_intake_deleted_byInput = {
|
|
@@ -3693,7 +3693,7 @@ export type UserCreateWithoutPurchase_intake_initiated_byInput = {
|
|
|
3693
3693
|
messages_sent?: Prisma.MessageCreateNestedManyWithoutSender_userInput
|
|
3694
3694
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
3695
3695
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
3696
|
-
|
|
3696
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
3697
3697
|
}
|
|
3698
3698
|
|
|
3699
3699
|
export type UserUncheckedCreateWithoutPurchase_intake_initiated_byInput = {
|
|
@@ -3771,7 +3771,7 @@ export type UserUncheckedCreateWithoutPurchase_intake_initiated_byInput = {
|
|
|
3771
3771
|
messages_sent?: Prisma.MessageUncheckedCreateNestedManyWithoutSender_userInput
|
|
3772
3772
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
3773
3773
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
3774
|
-
|
|
3774
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
3775
3775
|
}
|
|
3776
3776
|
|
|
3777
3777
|
export type UserCreateOrConnectWithoutPurchase_intake_initiated_byInput = {
|
|
@@ -3864,7 +3864,7 @@ export type UserUpdateWithoutPurchase_intakeInput = {
|
|
|
3864
3864
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
3865
3865
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
3866
3866
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
3867
|
-
|
|
3867
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
3868
3868
|
}
|
|
3869
3869
|
|
|
3870
3870
|
export type UserUncheckedUpdateWithoutPurchase_intakeInput = {
|
|
@@ -3942,7 +3942,7 @@ export type UserUncheckedUpdateWithoutPurchase_intakeInput = {
|
|
|
3942
3942
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
3943
3943
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
3944
3944
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
3945
|
-
|
|
3945
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
3946
3946
|
}
|
|
3947
3947
|
|
|
3948
3948
|
export type UserUpsertWithoutPurchase_intake_deleted_byInput = {
|
|
@@ -4030,7 +4030,7 @@ export type UserUpdateWithoutPurchase_intake_deleted_byInput = {
|
|
|
4030
4030
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
4031
4031
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
4032
4032
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
4033
|
-
|
|
4033
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
4034
4034
|
}
|
|
4035
4035
|
|
|
4036
4036
|
export type UserUncheckedUpdateWithoutPurchase_intake_deleted_byInput = {
|
|
@@ -4108,7 +4108,7 @@ export type UserUncheckedUpdateWithoutPurchase_intake_deleted_byInput = {
|
|
|
4108
4108
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
4109
4109
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
4110
4110
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
4111
|
-
|
|
4111
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
4112
4112
|
}
|
|
4113
4113
|
|
|
4114
4114
|
export type UserUpsertWithoutPurchase_intake_initiated_byInput = {
|
|
@@ -4196,7 +4196,7 @@ export type UserUpdateWithoutPurchase_intake_initiated_byInput = {
|
|
|
4196
4196
|
messages_sent?: Prisma.MessageUpdateManyWithoutSender_userNestedInput
|
|
4197
4197
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
4198
4198
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
4199
|
-
|
|
4199
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
4200
4200
|
}
|
|
4201
4201
|
|
|
4202
4202
|
export type UserUncheckedUpdateWithoutPurchase_intake_initiated_byInput = {
|
|
@@ -4274,7 +4274,7 @@ export type UserUncheckedUpdateWithoutPurchase_intake_initiated_byInput = {
|
|
|
4274
4274
|
messages_sent?: Prisma.MessageUncheckedUpdateManyWithoutSender_userNestedInput
|
|
4275
4275
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
4276
4276
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
4277
|
-
|
|
4277
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
4278
4278
|
}
|
|
4279
4279
|
|
|
4280
4280
|
export type UserCreateWithoutSend_back_approversInput = {
|
|
@@ -4351,7 +4351,7 @@ export type UserCreateWithoutSend_back_approversInput = {
|
|
|
4351
4351
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
4352
4352
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
4353
4353
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
4354
|
-
|
|
4354
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
4355
4355
|
}
|
|
4356
4356
|
|
|
4357
4357
|
export type UserUncheckedCreateWithoutSend_back_approversInput = {
|
|
@@ -4429,7 +4429,7 @@ export type UserUncheckedCreateWithoutSend_back_approversInput = {
|
|
|
4429
4429
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
4430
4430
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
4431
4431
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
4432
|
-
|
|
4432
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
4433
4433
|
}
|
|
4434
4434
|
|
|
4435
4435
|
export type UserCreateOrConnectWithoutSend_back_approversInput = {
|
|
@@ -4511,7 +4511,7 @@ export type UserCreateWithoutSend_back_requestorsInput = {
|
|
|
4511
4511
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
4512
4512
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
4513
4513
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
4514
|
-
|
|
4514
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
4515
4515
|
}
|
|
4516
4516
|
|
|
4517
4517
|
export type UserUncheckedCreateWithoutSend_back_requestorsInput = {
|
|
@@ -4589,7 +4589,7 @@ export type UserUncheckedCreateWithoutSend_back_requestorsInput = {
|
|
|
4589
4589
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
4590
4590
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
4591
4591
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
4592
|
-
|
|
4592
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
4593
4593
|
}
|
|
4594
4594
|
|
|
4595
4595
|
export type UserCreateOrConnectWithoutSend_back_requestorsInput = {
|
|
@@ -4682,7 +4682,7 @@ export type UserUpdateWithoutSend_back_approversInput = {
|
|
|
4682
4682
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
4683
4683
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
4684
4684
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
4685
|
-
|
|
4685
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
4686
4686
|
}
|
|
4687
4687
|
|
|
4688
4688
|
export type UserUncheckedUpdateWithoutSend_back_approversInput = {
|
|
@@ -4760,7 +4760,7 @@ export type UserUncheckedUpdateWithoutSend_back_approversInput = {
|
|
|
4760
4760
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
4761
4761
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
4762
4762
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
4763
|
-
|
|
4763
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
4764
4764
|
}
|
|
4765
4765
|
|
|
4766
4766
|
export type UserUpsertWithoutSend_back_requestorsInput = {
|
|
@@ -4848,7 +4848,7 @@ export type UserUpdateWithoutSend_back_requestorsInput = {
|
|
|
4848
4848
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
4849
4849
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
4850
4850
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
4851
|
-
|
|
4851
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
4852
4852
|
}
|
|
4853
4853
|
|
|
4854
4854
|
export type UserUncheckedUpdateWithoutSend_back_requestorsInput = {
|
|
@@ -4926,7 +4926,7 @@ export type UserUncheckedUpdateWithoutSend_back_requestorsInput = {
|
|
|
4926
4926
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
4927
4927
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
4928
4928
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
4929
|
-
|
|
4929
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
4930
4930
|
}
|
|
4931
4931
|
|
|
4932
4932
|
export type UserCreateWithoutApproval_hierarchyInput = {
|
|
@@ -5003,7 +5003,7 @@ export type UserCreateWithoutApproval_hierarchyInput = {
|
|
|
5003
5003
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
5004
5004
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
5005
5005
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
5006
|
-
|
|
5006
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
5007
5007
|
}
|
|
5008
5008
|
|
|
5009
5009
|
export type UserUncheckedCreateWithoutApproval_hierarchyInput = {
|
|
@@ -5081,7 +5081,7 @@ export type UserUncheckedCreateWithoutApproval_hierarchyInput = {
|
|
|
5081
5081
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
5082
5082
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
5083
5083
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
5084
|
-
|
|
5084
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
5085
5085
|
}
|
|
5086
5086
|
|
|
5087
5087
|
export type UserCreateOrConnectWithoutApproval_hierarchyInput = {
|
|
@@ -5174,7 +5174,7 @@ export type UserUpdateWithoutApproval_hierarchyInput = {
|
|
|
5174
5174
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
5175
5175
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
5176
5176
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
5177
|
-
|
|
5177
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
5178
5178
|
}
|
|
5179
5179
|
|
|
5180
5180
|
export type UserUncheckedUpdateWithoutApproval_hierarchyInput = {
|
|
@@ -5252,7 +5252,7 @@ export type UserUncheckedUpdateWithoutApproval_hierarchyInput = {
|
|
|
5252
5252
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
5253
5253
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
5254
5254
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
5255
|
-
|
|
5255
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
5256
5256
|
}
|
|
5257
5257
|
|
|
5258
5258
|
export type UserCreateWithoutApproval_level_userInput = {
|
|
@@ -5329,7 +5329,7 @@ export type UserCreateWithoutApproval_level_userInput = {
|
|
|
5329
5329
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
5330
5330
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
5331
5331
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
5332
|
-
|
|
5332
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
5333
5333
|
}
|
|
5334
5334
|
|
|
5335
5335
|
export type UserUncheckedCreateWithoutApproval_level_userInput = {
|
|
@@ -5407,7 +5407,7 @@ export type UserUncheckedCreateWithoutApproval_level_userInput = {
|
|
|
5407
5407
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
5408
5408
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
5409
5409
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
5410
|
-
|
|
5410
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
5411
5411
|
}
|
|
5412
5412
|
|
|
5413
5413
|
export type UserCreateOrConnectWithoutApproval_level_userInput = {
|
|
@@ -5500,7 +5500,7 @@ export type UserUpdateWithoutApproval_level_userInput = {
|
|
|
5500
5500
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
5501
5501
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
5502
5502
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
5503
|
-
|
|
5503
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
5504
5504
|
}
|
|
5505
5505
|
|
|
5506
5506
|
export type UserUncheckedUpdateWithoutApproval_level_userInput = {
|
|
@@ -5578,7 +5578,7 @@ export type UserUncheckedUpdateWithoutApproval_level_userInput = {
|
|
|
5578
5578
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
5579
5579
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
5580
5580
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
5581
|
-
|
|
5581
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
5582
5582
|
}
|
|
5583
5583
|
|
|
5584
5584
|
export type UserCreateWithoutApproval_level_escalationInput = {
|
|
@@ -5655,7 +5655,7 @@ export type UserCreateWithoutApproval_level_escalationInput = {
|
|
|
5655
5655
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
5656
5656
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
5657
5657
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
5658
|
-
|
|
5658
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
5659
5659
|
}
|
|
5660
5660
|
|
|
5661
5661
|
export type UserUncheckedCreateWithoutApproval_level_escalationInput = {
|
|
@@ -5733,7 +5733,7 @@ export type UserUncheckedCreateWithoutApproval_level_escalationInput = {
|
|
|
5733
5733
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
5734
5734
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
5735
5735
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
5736
|
-
|
|
5736
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
5737
5737
|
}
|
|
5738
5738
|
|
|
5739
5739
|
export type UserCreateOrConnectWithoutApproval_level_escalationInput = {
|
|
@@ -5826,7 +5826,7 @@ export type UserUpdateWithoutApproval_level_escalationInput = {
|
|
|
5826
5826
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
5827
5827
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
5828
5828
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
5829
|
-
|
|
5829
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
5830
5830
|
}
|
|
5831
5831
|
|
|
5832
5832
|
export type UserUncheckedUpdateWithoutApproval_level_escalationInput = {
|
|
@@ -5904,7 +5904,7 @@ export type UserUncheckedUpdateWithoutApproval_level_escalationInput = {
|
|
|
5904
5904
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
5905
5905
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
5906
5906
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
5907
|
-
|
|
5907
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
5908
5908
|
}
|
|
5909
5909
|
|
|
5910
5910
|
export type UserCreateWithoutApproval_level_escalation_userInput = {
|
|
@@ -5981,7 +5981,7 @@ export type UserCreateWithoutApproval_level_escalation_userInput = {
|
|
|
5981
5981
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
5982
5982
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
5983
5983
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
5984
|
-
|
|
5984
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
5985
5985
|
}
|
|
5986
5986
|
|
|
5987
5987
|
export type UserUncheckedCreateWithoutApproval_level_escalation_userInput = {
|
|
@@ -6059,7 +6059,7 @@ export type UserUncheckedCreateWithoutApproval_level_escalation_userInput = {
|
|
|
6059
6059
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
6060
6060
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
6061
6061
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
6062
|
-
|
|
6062
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
6063
6063
|
}
|
|
6064
6064
|
|
|
6065
6065
|
export type UserCreateOrConnectWithoutApproval_level_escalation_userInput = {
|
|
@@ -6152,7 +6152,7 @@ export type UserUpdateWithoutApproval_level_escalation_userInput = {
|
|
|
6152
6152
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
6153
6153
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
6154
6154
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
6155
|
-
|
|
6155
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
6156
6156
|
}
|
|
6157
6157
|
|
|
6158
6158
|
export type UserUncheckedUpdateWithoutApproval_level_escalation_userInput = {
|
|
@@ -6230,7 +6230,7 @@ export type UserUncheckedUpdateWithoutApproval_level_escalation_userInput = {
|
|
|
6230
6230
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
6231
6231
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
6232
6232
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
6233
|
-
|
|
6233
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
6234
6234
|
}
|
|
6235
6235
|
|
|
6236
6236
|
export type UserCreateWithoutApproval_journeyInput = {
|
|
@@ -6307,7 +6307,7 @@ export type UserCreateWithoutApproval_journeyInput = {
|
|
|
6307
6307
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
6308
6308
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
6309
6309
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
6310
|
-
|
|
6310
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
6311
6311
|
}
|
|
6312
6312
|
|
|
6313
6313
|
export type UserUncheckedCreateWithoutApproval_journeyInput = {
|
|
@@ -6385,7 +6385,7 @@ export type UserUncheckedCreateWithoutApproval_journeyInput = {
|
|
|
6385
6385
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
6386
6386
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
6387
6387
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
6388
|
-
|
|
6388
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
6389
6389
|
}
|
|
6390
6390
|
|
|
6391
6391
|
export type UserCreateOrConnectWithoutApproval_journeyInput = {
|
|
@@ -6467,7 +6467,7 @@ export type UserCreateWithoutApproval_journey_originalInput = {
|
|
|
6467
6467
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
6468
6468
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
6469
6469
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
6470
|
-
|
|
6470
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
6471
6471
|
}
|
|
6472
6472
|
|
|
6473
6473
|
export type UserUncheckedCreateWithoutApproval_journey_originalInput = {
|
|
@@ -6545,7 +6545,7 @@ export type UserUncheckedCreateWithoutApproval_journey_originalInput = {
|
|
|
6545
6545
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
6546
6546
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
6547
6547
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
6548
|
-
|
|
6548
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
6549
6549
|
}
|
|
6550
6550
|
|
|
6551
6551
|
export type UserCreateOrConnectWithoutApproval_journey_originalInput = {
|
|
@@ -6638,7 +6638,7 @@ export type UserUpdateWithoutApproval_journeyInput = {
|
|
|
6638
6638
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
6639
6639
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
6640
6640
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
6641
|
-
|
|
6641
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
6642
6642
|
}
|
|
6643
6643
|
|
|
6644
6644
|
export type UserUncheckedUpdateWithoutApproval_journeyInput = {
|
|
@@ -6716,7 +6716,7 @@ export type UserUncheckedUpdateWithoutApproval_journeyInput = {
|
|
|
6716
6716
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
6717
6717
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
6718
6718
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
6719
|
-
|
|
6719
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
6720
6720
|
}
|
|
6721
6721
|
|
|
6722
6722
|
export type UserUpsertWithoutApproval_journey_originalInput = {
|
|
@@ -6804,7 +6804,7 @@ export type UserUpdateWithoutApproval_journey_originalInput = {
|
|
|
6804
6804
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
6805
6805
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
6806
6806
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
6807
|
-
|
|
6807
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
6808
6808
|
}
|
|
6809
6809
|
|
|
6810
6810
|
export type UserUncheckedUpdateWithoutApproval_journey_originalInput = {
|
|
@@ -6882,7 +6882,7 @@ export type UserUncheckedUpdateWithoutApproval_journey_originalInput = {
|
|
|
6882
6882
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
6883
6883
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
6884
6884
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
6885
|
-
|
|
6885
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
6886
6886
|
}
|
|
6887
6887
|
|
|
6888
6888
|
export type UserCreateWithoutApproval_delegations_as_approverInput = {
|
|
@@ -6959,7 +6959,7 @@ export type UserCreateWithoutApproval_delegations_as_approverInput = {
|
|
|
6959
6959
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
6960
6960
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
6961
6961
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
6962
|
-
|
|
6962
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
6963
6963
|
}
|
|
6964
6964
|
|
|
6965
6965
|
export type UserUncheckedCreateWithoutApproval_delegations_as_approverInput = {
|
|
@@ -7037,7 +7037,7 @@ export type UserUncheckedCreateWithoutApproval_delegations_as_approverInput = {
|
|
|
7037
7037
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
7038
7038
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
7039
7039
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
7040
|
-
|
|
7040
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
7041
7041
|
}
|
|
7042
7042
|
|
|
7043
7043
|
export type UserCreateOrConnectWithoutApproval_delegations_as_approverInput = {
|
|
@@ -7119,7 +7119,7 @@ export type UserCreateWithoutApproval_delegations_as_delegateInput = {
|
|
|
7119
7119
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
7120
7120
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
7121
7121
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
7122
|
-
|
|
7122
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
7123
7123
|
}
|
|
7124
7124
|
|
|
7125
7125
|
export type UserUncheckedCreateWithoutApproval_delegations_as_delegateInput = {
|
|
@@ -7197,7 +7197,7 @@ export type UserUncheckedCreateWithoutApproval_delegations_as_delegateInput = {
|
|
|
7197
7197
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
7198
7198
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
7199
7199
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
7200
|
-
|
|
7200
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
7201
7201
|
}
|
|
7202
7202
|
|
|
7203
7203
|
export type UserCreateOrConnectWithoutApproval_delegations_as_delegateInput = {
|
|
@@ -7290,7 +7290,7 @@ export type UserUpdateWithoutApproval_delegations_as_approverInput = {
|
|
|
7290
7290
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
7291
7291
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
7292
7292
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
7293
|
-
|
|
7293
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
7294
7294
|
}
|
|
7295
7295
|
|
|
7296
7296
|
export type UserUncheckedUpdateWithoutApproval_delegations_as_approverInput = {
|
|
@@ -7368,7 +7368,7 @@ export type UserUncheckedUpdateWithoutApproval_delegations_as_approverInput = {
|
|
|
7368
7368
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
7369
7369
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
7370
7370
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
7371
|
-
|
|
7371
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
7372
7372
|
}
|
|
7373
7373
|
|
|
7374
7374
|
export type UserUpsertWithoutApproval_delegations_as_delegateInput = {
|
|
@@ -7456,7 +7456,7 @@ export type UserUpdateWithoutApproval_delegations_as_delegateInput = {
|
|
|
7456
7456
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
7457
7457
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
7458
7458
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
7459
|
-
|
|
7459
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
7460
7460
|
}
|
|
7461
7461
|
|
|
7462
7462
|
export type UserUncheckedUpdateWithoutApproval_delegations_as_delegateInput = {
|
|
@@ -7534,7 +7534,7 @@ export type UserUncheckedUpdateWithoutApproval_delegations_as_delegateInput = {
|
|
|
7534
7534
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
7535
7535
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
7536
7536
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
7537
|
-
|
|
7537
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
7538
7538
|
}
|
|
7539
7539
|
|
|
7540
7540
|
export type UserCreateWithoutApproval_delegation_delegatesInput = {
|
|
@@ -7611,7 +7611,7 @@ export type UserCreateWithoutApproval_delegation_delegatesInput = {
|
|
|
7611
7611
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
7612
7612
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
7613
7613
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
7614
|
-
|
|
7614
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
7615
7615
|
}
|
|
7616
7616
|
|
|
7617
7617
|
export type UserUncheckedCreateWithoutApproval_delegation_delegatesInput = {
|
|
@@ -7689,7 +7689,7 @@ export type UserUncheckedCreateWithoutApproval_delegation_delegatesInput = {
|
|
|
7689
7689
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
7690
7690
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
7691
7691
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
7692
|
-
|
|
7692
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
7693
7693
|
}
|
|
7694
7694
|
|
|
7695
7695
|
export type UserCreateOrConnectWithoutApproval_delegation_delegatesInput = {
|
|
@@ -7782,7 +7782,7 @@ export type UserUpdateWithoutApproval_delegation_delegatesInput = {
|
|
|
7782
7782
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
7783
7783
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
7784
7784
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
7785
|
-
|
|
7785
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
7786
7786
|
}
|
|
7787
7787
|
|
|
7788
7788
|
export type UserUncheckedUpdateWithoutApproval_delegation_delegatesInput = {
|
|
@@ -7860,7 +7860,7 @@ export type UserUncheckedUpdateWithoutApproval_delegation_delegatesInput = {
|
|
|
7860
7860
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
7861
7861
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
7862
7862
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
7863
|
-
|
|
7863
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
7864
7864
|
}
|
|
7865
7865
|
|
|
7866
7866
|
export type UserCreateWithoutTemplateInput = {
|
|
@@ -7937,7 +7937,7 @@ export type UserCreateWithoutTemplateInput = {
|
|
|
7937
7937
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
7938
7938
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
7939
7939
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
7940
|
-
|
|
7940
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
7941
7941
|
}
|
|
7942
7942
|
|
|
7943
7943
|
export type UserUncheckedCreateWithoutTemplateInput = {
|
|
@@ -8015,7 +8015,7 @@ export type UserUncheckedCreateWithoutTemplateInput = {
|
|
|
8015
8015
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
8016
8016
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
8017
8017
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
8018
|
-
|
|
8018
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
8019
8019
|
}
|
|
8020
8020
|
|
|
8021
8021
|
export type UserCreateOrConnectWithoutTemplateInput = {
|
|
@@ -8108,7 +8108,7 @@ export type UserUpdateWithoutTemplateInput = {
|
|
|
8108
8108
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
8109
8109
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
8110
8110
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
8111
|
-
|
|
8111
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
8112
8112
|
}
|
|
8113
8113
|
|
|
8114
8114
|
export type UserUncheckedUpdateWithoutTemplateInput = {
|
|
@@ -8186,7 +8186,7 @@ export type UserUncheckedUpdateWithoutTemplateInput = {
|
|
|
8186
8186
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
8187
8187
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
8188
8188
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
8189
|
-
|
|
8189
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
8190
8190
|
}
|
|
8191
8191
|
|
|
8192
8192
|
export type UserCreateWithoutEventInput = {
|
|
@@ -8263,7 +8263,7 @@ export type UserCreateWithoutEventInput = {
|
|
|
8263
8263
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
8264
8264
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
8265
8265
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
8266
|
-
|
|
8266
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
8267
8267
|
}
|
|
8268
8268
|
|
|
8269
8269
|
export type UserUncheckedCreateWithoutEventInput = {
|
|
@@ -8341,7 +8341,7 @@ export type UserUncheckedCreateWithoutEventInput = {
|
|
|
8341
8341
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
8342
8342
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
8343
8343
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
8344
|
-
|
|
8344
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
8345
8345
|
}
|
|
8346
8346
|
|
|
8347
8347
|
export type UserCreateOrConnectWithoutEventInput = {
|
|
@@ -8434,7 +8434,7 @@ export type UserUpdateWithoutEventInput = {
|
|
|
8434
8434
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
8435
8435
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
8436
8436
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
8437
|
-
|
|
8437
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
8438
8438
|
}
|
|
8439
8439
|
|
|
8440
8440
|
export type UserUncheckedUpdateWithoutEventInput = {
|
|
@@ -8512,7 +8512,7 @@ export type UserUncheckedUpdateWithoutEventInput = {
|
|
|
8512
8512
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
8513
8513
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
8514
8514
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
8515
|
-
|
|
8515
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
8516
8516
|
}
|
|
8517
8517
|
|
|
8518
8518
|
export type UserCreateWithoutTicket_assignment_byInput = {
|
|
@@ -8589,7 +8589,7 @@ export type UserCreateWithoutTicket_assignment_byInput = {
|
|
|
8589
8589
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
8590
8590
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
8591
8591
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
8592
|
-
|
|
8592
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
8593
8593
|
}
|
|
8594
8594
|
|
|
8595
8595
|
export type UserUncheckedCreateWithoutTicket_assignment_byInput = {
|
|
@@ -8667,7 +8667,7 @@ export type UserUncheckedCreateWithoutTicket_assignment_byInput = {
|
|
|
8667
8667
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
8668
8668
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
8669
8669
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
8670
|
-
|
|
8670
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
8671
8671
|
}
|
|
8672
8672
|
|
|
8673
8673
|
export type UserCreateOrConnectWithoutTicket_assignment_byInput = {
|
|
@@ -8749,7 +8749,7 @@ export type UserCreateWithoutTicket_assignment_toInput = {
|
|
|
8749
8749
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
8750
8750
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
8751
8751
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
8752
|
-
|
|
8752
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
8753
8753
|
}
|
|
8754
8754
|
|
|
8755
8755
|
export type UserUncheckedCreateWithoutTicket_assignment_toInput = {
|
|
@@ -8827,7 +8827,7 @@ export type UserUncheckedCreateWithoutTicket_assignment_toInput = {
|
|
|
8827
8827
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
8828
8828
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
8829
8829
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
8830
|
-
|
|
8830
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
8831
8831
|
}
|
|
8832
8832
|
|
|
8833
8833
|
export type UserCreateOrConnectWithoutTicket_assignment_toInput = {
|
|
@@ -8920,7 +8920,7 @@ export type UserUpdateWithoutTicket_assignment_byInput = {
|
|
|
8920
8920
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
8921
8921
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
8922
8922
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
8923
|
-
|
|
8923
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
8924
8924
|
}
|
|
8925
8925
|
|
|
8926
8926
|
export type UserUncheckedUpdateWithoutTicket_assignment_byInput = {
|
|
@@ -8998,7 +8998,7 @@ export type UserUncheckedUpdateWithoutTicket_assignment_byInput = {
|
|
|
8998
8998
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
8999
8999
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
9000
9000
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
9001
|
-
|
|
9001
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
9002
9002
|
}
|
|
9003
9003
|
|
|
9004
9004
|
export type UserUpsertWithoutTicket_assignment_toInput = {
|
|
@@ -9086,7 +9086,7 @@ export type UserUpdateWithoutTicket_assignment_toInput = {
|
|
|
9086
9086
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
9087
9087
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
9088
9088
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
9089
|
-
|
|
9089
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
9090
9090
|
}
|
|
9091
9091
|
|
|
9092
9092
|
export type UserUncheckedUpdateWithoutTicket_assignment_toInput = {
|
|
@@ -9164,7 +9164,7 @@ export type UserUncheckedUpdateWithoutTicket_assignment_toInput = {
|
|
|
9164
9164
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
9165
9165
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
9166
9166
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
9167
|
-
|
|
9167
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
9168
9168
|
}
|
|
9169
9169
|
|
|
9170
9170
|
export type UserCreateWithoutTicket_assignment_to_userInput = {
|
|
@@ -9241,7 +9241,7 @@ export type UserCreateWithoutTicket_assignment_to_userInput = {
|
|
|
9241
9241
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
9242
9242
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
9243
9243
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
9244
|
-
|
|
9244
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
9245
9245
|
}
|
|
9246
9246
|
|
|
9247
9247
|
export type UserUncheckedCreateWithoutTicket_assignment_to_userInput = {
|
|
@@ -9319,7 +9319,7 @@ export type UserUncheckedCreateWithoutTicket_assignment_to_userInput = {
|
|
|
9319
9319
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
9320
9320
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
9321
9321
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
9322
|
-
|
|
9322
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
9323
9323
|
}
|
|
9324
9324
|
|
|
9325
9325
|
export type UserCreateOrConnectWithoutTicket_assignment_to_userInput = {
|
|
@@ -9401,7 +9401,7 @@ export type UserCreateWithoutTicket_assignment_by_userInput = {
|
|
|
9401
9401
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
9402
9402
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
9403
9403
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
9404
|
-
|
|
9404
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
9405
9405
|
}
|
|
9406
9406
|
|
|
9407
9407
|
export type UserUncheckedCreateWithoutTicket_assignment_by_userInput = {
|
|
@@ -9479,7 +9479,7 @@ export type UserUncheckedCreateWithoutTicket_assignment_by_userInput = {
|
|
|
9479
9479
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
9480
9480
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
9481
9481
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
9482
|
-
|
|
9482
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
9483
9483
|
}
|
|
9484
9484
|
|
|
9485
9485
|
export type UserCreateOrConnectWithoutTicket_assignment_by_userInput = {
|
|
@@ -9572,7 +9572,7 @@ export type UserUpdateWithoutTicket_assignment_to_userInput = {
|
|
|
9572
9572
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
9573
9573
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
9574
9574
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
9575
|
-
|
|
9575
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
9576
9576
|
}
|
|
9577
9577
|
|
|
9578
9578
|
export type UserUncheckedUpdateWithoutTicket_assignment_to_userInput = {
|
|
@@ -9650,7 +9650,7 @@ export type UserUncheckedUpdateWithoutTicket_assignment_to_userInput = {
|
|
|
9650
9650
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
9651
9651
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
9652
9652
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
9653
|
-
|
|
9653
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
9654
9654
|
}
|
|
9655
9655
|
|
|
9656
9656
|
export type UserUpsertWithoutTicket_assignment_by_userInput = {
|
|
@@ -9738,7 +9738,7 @@ export type UserUpdateWithoutTicket_assignment_by_userInput = {
|
|
|
9738
9738
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
9739
9739
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
9740
9740
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
9741
|
-
|
|
9741
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
9742
9742
|
}
|
|
9743
9743
|
|
|
9744
9744
|
export type UserUncheckedUpdateWithoutTicket_assignment_by_userInput = {
|
|
@@ -9816,7 +9816,7 @@ export type UserUncheckedUpdateWithoutTicket_assignment_by_userInput = {
|
|
|
9816
9816
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
9817
9817
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
9818
9818
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
9819
|
-
|
|
9819
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
9820
9820
|
}
|
|
9821
9821
|
|
|
9822
9822
|
export type UserCreateWithoutTicket_repliesInput = {
|
|
@@ -9893,7 +9893,7 @@ export type UserCreateWithoutTicket_repliesInput = {
|
|
|
9893
9893
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
9894
9894
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
9895
9895
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
9896
|
-
|
|
9896
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
9897
9897
|
}
|
|
9898
9898
|
|
|
9899
9899
|
export type UserUncheckedCreateWithoutTicket_repliesInput = {
|
|
@@ -9971,7 +9971,7 @@ export type UserUncheckedCreateWithoutTicket_repliesInput = {
|
|
|
9971
9971
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
9972
9972
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
9973
9973
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
9974
|
-
|
|
9974
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
9975
9975
|
}
|
|
9976
9976
|
|
|
9977
9977
|
export type UserCreateOrConnectWithoutTicket_repliesInput = {
|
|
@@ -10064,7 +10064,7 @@ export type UserUpdateWithoutTicket_repliesInput = {
|
|
|
10064
10064
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
10065
10065
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
10066
10066
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
10067
|
-
|
|
10067
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
10068
10068
|
}
|
|
10069
10069
|
|
|
10070
10070
|
export type UserUncheckedUpdateWithoutTicket_repliesInput = {
|
|
@@ -10142,7 +10142,7 @@ export type UserUncheckedUpdateWithoutTicket_repliesInput = {
|
|
|
10142
10142
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
10143
10143
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
10144
10144
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
10145
|
-
|
|
10145
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
10146
10146
|
}
|
|
10147
10147
|
|
|
10148
10148
|
export type UserCreateWithoutAdmin_alertsInput = {
|
|
@@ -10219,7 +10219,7 @@ export type UserCreateWithoutAdmin_alertsInput = {
|
|
|
10219
10219
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
10220
10220
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
10221
10221
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
10222
|
-
|
|
10222
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
10223
10223
|
}
|
|
10224
10224
|
|
|
10225
10225
|
export type UserUncheckedCreateWithoutAdmin_alertsInput = {
|
|
@@ -10297,7 +10297,7 @@ export type UserUncheckedCreateWithoutAdmin_alertsInput = {
|
|
|
10297
10297
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
10298
10298
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
10299
10299
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
10300
|
-
|
|
10300
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
10301
10301
|
}
|
|
10302
10302
|
|
|
10303
10303
|
export type UserCreateOrConnectWithoutAdmin_alertsInput = {
|
|
@@ -10390,7 +10390,7 @@ export type UserUpdateWithoutAdmin_alertsInput = {
|
|
|
10390
10390
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
10391
10391
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
10392
10392
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
10393
|
-
|
|
10393
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
10394
10394
|
}
|
|
10395
10395
|
|
|
10396
10396
|
export type UserUncheckedUpdateWithoutAdmin_alertsInput = {
|
|
@@ -10468,7 +10468,7 @@ export type UserUncheckedUpdateWithoutAdmin_alertsInput = {
|
|
|
10468
10468
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
10469
10469
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
10470
10470
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
10471
|
-
|
|
10471
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
10472
10472
|
}
|
|
10473
10473
|
|
|
10474
10474
|
export type UserCreateWithoutForm_masterInput = {
|
|
@@ -10545,7 +10545,7 @@ export type UserCreateWithoutForm_masterInput = {
|
|
|
10545
10545
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
10546
10546
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
10547
10547
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
10548
|
-
|
|
10548
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
10549
10549
|
}
|
|
10550
10550
|
|
|
10551
10551
|
export type UserUncheckedCreateWithoutForm_masterInput = {
|
|
@@ -10623,7 +10623,7 @@ export type UserUncheckedCreateWithoutForm_masterInput = {
|
|
|
10623
10623
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
10624
10624
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
10625
10625
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
10626
|
-
|
|
10626
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
10627
10627
|
}
|
|
10628
10628
|
|
|
10629
10629
|
export type UserCreateOrConnectWithoutForm_masterInput = {
|
|
@@ -10716,7 +10716,7 @@ export type UserUpdateWithoutForm_masterInput = {
|
|
|
10716
10716
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
10717
10717
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
10718
10718
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
10719
|
-
|
|
10719
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
10720
10720
|
}
|
|
10721
10721
|
|
|
10722
10722
|
export type UserUncheckedUpdateWithoutForm_masterInput = {
|
|
@@ -10794,7 +10794,7 @@ export type UserUncheckedUpdateWithoutForm_masterInput = {
|
|
|
10794
10794
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
10795
10795
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
10796
10796
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
10797
|
-
|
|
10797
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
10798
10798
|
}
|
|
10799
10799
|
|
|
10800
10800
|
export type UserCreateWithoutDynamic_formInput = {
|
|
@@ -10871,7 +10871,7 @@ export type UserCreateWithoutDynamic_formInput = {
|
|
|
10871
10871
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
10872
10872
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
10873
10873
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
10874
|
-
|
|
10874
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
10875
10875
|
}
|
|
10876
10876
|
|
|
10877
10877
|
export type UserUncheckedCreateWithoutDynamic_formInput = {
|
|
@@ -10949,7 +10949,7 @@ export type UserUncheckedCreateWithoutDynamic_formInput = {
|
|
|
10949
10949
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
10950
10950
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
10951
10951
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
10952
|
-
|
|
10952
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
10953
10953
|
}
|
|
10954
10954
|
|
|
10955
10955
|
export type UserCreateOrConnectWithoutDynamic_formInput = {
|
|
@@ -11042,7 +11042,7 @@ export type UserUpdateWithoutDynamic_formInput = {
|
|
|
11042
11042
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
11043
11043
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
11044
11044
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
11045
|
-
|
|
11045
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
11046
11046
|
}
|
|
11047
11047
|
|
|
11048
11048
|
export type UserUncheckedUpdateWithoutDynamic_formInput = {
|
|
@@ -11120,7 +11120,7 @@ export type UserUncheckedUpdateWithoutDynamic_formInput = {
|
|
|
11120
11120
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
11121
11121
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
11122
11122
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
11123
|
-
|
|
11123
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
11124
11124
|
}
|
|
11125
11125
|
|
|
11126
11126
|
export type UserCreateWithoutUser_login_activitiesInput = {
|
|
@@ -11197,7 +11197,7 @@ export type UserCreateWithoutUser_login_activitiesInput = {
|
|
|
11197
11197
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
11198
11198
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
11199
11199
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
11200
|
-
|
|
11200
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
11201
11201
|
}
|
|
11202
11202
|
|
|
11203
11203
|
export type UserUncheckedCreateWithoutUser_login_activitiesInput = {
|
|
@@ -11275,7 +11275,7 @@ export type UserUncheckedCreateWithoutUser_login_activitiesInput = {
|
|
|
11275
11275
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
11276
11276
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
11277
11277
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
11278
|
-
|
|
11278
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
11279
11279
|
}
|
|
11280
11280
|
|
|
11281
11281
|
export type UserCreateOrConnectWithoutUser_login_activitiesInput = {
|
|
@@ -11368,7 +11368,7 @@ export type UserUpdateWithoutUser_login_activitiesInput = {
|
|
|
11368
11368
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
11369
11369
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
11370
11370
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
11371
|
-
|
|
11371
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
11372
11372
|
}
|
|
11373
11373
|
|
|
11374
11374
|
export type UserUncheckedUpdateWithoutUser_login_activitiesInput = {
|
|
@@ -11446,7 +11446,7 @@ export type UserUncheckedUpdateWithoutUser_login_activitiesInput = {
|
|
|
11446
11446
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
11447
11447
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
11448
11448
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
11449
|
-
|
|
11449
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
11450
11450
|
}
|
|
11451
11451
|
|
|
11452
11452
|
export type UserCreateWithoutPurchase_orderInput = {
|
|
@@ -11523,7 +11523,7 @@ export type UserCreateWithoutPurchase_orderInput = {
|
|
|
11523
11523
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
11524
11524
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
11525
11525
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
11526
|
-
|
|
11526
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
11527
11527
|
}
|
|
11528
11528
|
|
|
11529
11529
|
export type UserUncheckedCreateWithoutPurchase_orderInput = {
|
|
@@ -11601,7 +11601,7 @@ export type UserUncheckedCreateWithoutPurchase_orderInput = {
|
|
|
11601
11601
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
11602
11602
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
11603
11603
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
11604
|
-
|
|
11604
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
11605
11605
|
}
|
|
11606
11606
|
|
|
11607
11607
|
export type UserCreateOrConnectWithoutPurchase_orderInput = {
|
|
@@ -11694,7 +11694,7 @@ export type UserUpdateWithoutPurchase_orderInput = {
|
|
|
11694
11694
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
11695
11695
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
11696
11696
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
11697
|
-
|
|
11697
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
11698
11698
|
}
|
|
11699
11699
|
|
|
11700
11700
|
export type UserUncheckedUpdateWithoutPurchase_orderInput = {
|
|
@@ -11772,7 +11772,7 @@ export type UserUncheckedUpdateWithoutPurchase_orderInput = {
|
|
|
11772
11772
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
11773
11773
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
11774
11774
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
11775
|
-
|
|
11775
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
11776
11776
|
}
|
|
11777
11777
|
|
|
11778
11778
|
export type UserCreateWithoutPurchase_order_activity_logInput = {
|
|
@@ -11849,7 +11849,7 @@ export type UserCreateWithoutPurchase_order_activity_logInput = {
|
|
|
11849
11849
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
11850
11850
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
11851
11851
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
11852
|
-
|
|
11852
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
11853
11853
|
}
|
|
11854
11854
|
|
|
11855
11855
|
export type UserUncheckedCreateWithoutPurchase_order_activity_logInput = {
|
|
@@ -11927,7 +11927,7 @@ export type UserUncheckedCreateWithoutPurchase_order_activity_logInput = {
|
|
|
11927
11927
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
11928
11928
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
11929
11929
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
11930
|
-
|
|
11930
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
11931
11931
|
}
|
|
11932
11932
|
|
|
11933
11933
|
export type UserCreateOrConnectWithoutPurchase_order_activity_logInput = {
|
|
@@ -12020,7 +12020,7 @@ export type UserUpdateWithoutPurchase_order_activity_logInput = {
|
|
|
12020
12020
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
12021
12021
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
12022
12022
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
12023
|
-
|
|
12023
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
12024
12024
|
}
|
|
12025
12025
|
|
|
12026
12026
|
export type UserUncheckedUpdateWithoutPurchase_order_activity_logInput = {
|
|
@@ -12098,7 +12098,7 @@ export type UserUncheckedUpdateWithoutPurchase_order_activity_logInput = {
|
|
|
12098
12098
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
12099
12099
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
12100
12100
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
12101
|
-
|
|
12101
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
12102
12102
|
}
|
|
12103
12103
|
|
|
12104
12104
|
export type UserCreateWithoutUser_socket_tokensInput = {
|
|
@@ -12175,7 +12175,7 @@ export type UserCreateWithoutUser_socket_tokensInput = {
|
|
|
12175
12175
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
12176
12176
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
12177
12177
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
12178
|
-
|
|
12178
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
12179
12179
|
}
|
|
12180
12180
|
|
|
12181
12181
|
export type UserUncheckedCreateWithoutUser_socket_tokensInput = {
|
|
@@ -12253,7 +12253,7 @@ export type UserUncheckedCreateWithoutUser_socket_tokensInput = {
|
|
|
12253
12253
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
12254
12254
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
12255
12255
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
12256
|
-
|
|
12256
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
12257
12257
|
}
|
|
12258
12258
|
|
|
12259
12259
|
export type UserCreateOrConnectWithoutUser_socket_tokensInput = {
|
|
@@ -12346,7 +12346,7 @@ export type UserUpdateWithoutUser_socket_tokensInput = {
|
|
|
12346
12346
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
12347
12347
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
12348
12348
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
12349
|
-
|
|
12349
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
12350
12350
|
}
|
|
12351
12351
|
|
|
12352
12352
|
export type UserUncheckedUpdateWithoutUser_socket_tokensInput = {
|
|
@@ -12424,7 +12424,7 @@ export type UserUncheckedUpdateWithoutUser_socket_tokensInput = {
|
|
|
12424
12424
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
12425
12425
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
12426
12426
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
12427
|
-
|
|
12427
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
12428
12428
|
}
|
|
12429
12429
|
|
|
12430
12430
|
export type UserCreateWithoutActivity_logsInput = {
|
|
@@ -12501,7 +12501,7 @@ export type UserCreateWithoutActivity_logsInput = {
|
|
|
12501
12501
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
12502
12502
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
12503
12503
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
12504
|
-
|
|
12504
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
12505
12505
|
}
|
|
12506
12506
|
|
|
12507
12507
|
export type UserUncheckedCreateWithoutActivity_logsInput = {
|
|
@@ -12579,7 +12579,7 @@ export type UserUncheckedCreateWithoutActivity_logsInput = {
|
|
|
12579
12579
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
12580
12580
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
12581
12581
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
12582
|
-
|
|
12582
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
12583
12583
|
}
|
|
12584
12584
|
|
|
12585
12585
|
export type UserCreateOrConnectWithoutActivity_logsInput = {
|
|
@@ -12672,7 +12672,7 @@ export type UserUpdateWithoutActivity_logsInput = {
|
|
|
12672
12672
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
12673
12673
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
12674
12674
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
12675
|
-
|
|
12675
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
12676
12676
|
}
|
|
12677
12677
|
|
|
12678
12678
|
export type UserUncheckedUpdateWithoutActivity_logsInput = {
|
|
@@ -12750,7 +12750,7 @@ export type UserUncheckedUpdateWithoutActivity_logsInput = {
|
|
|
12750
12750
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
12751
12751
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
12752
12752
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
12753
|
-
|
|
12753
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
12754
12754
|
}
|
|
12755
12755
|
|
|
12756
12756
|
export type UserCreateWithoutContact_usInput = {
|
|
@@ -12827,7 +12827,7 @@ export type UserCreateWithoutContact_usInput = {
|
|
|
12827
12827
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
12828
12828
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
12829
12829
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
12830
|
-
|
|
12830
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
12831
12831
|
}
|
|
12832
12832
|
|
|
12833
12833
|
export type UserUncheckedCreateWithoutContact_usInput = {
|
|
@@ -12905,7 +12905,7 @@ export type UserUncheckedCreateWithoutContact_usInput = {
|
|
|
12905
12905
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
12906
12906
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
12907
12907
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
12908
|
-
|
|
12908
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
12909
12909
|
}
|
|
12910
12910
|
|
|
12911
12911
|
export type UserCreateOrConnectWithoutContact_usInput = {
|
|
@@ -12998,7 +12998,7 @@ export type UserUpdateWithoutContact_usInput = {
|
|
|
12998
12998
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
12999
12999
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
13000
13000
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
13001
|
-
|
|
13001
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
13002
13002
|
}
|
|
13003
13003
|
|
|
13004
13004
|
export type UserUncheckedUpdateWithoutContact_usInput = {
|
|
@@ -13076,7 +13076,7 @@ export type UserUncheckedUpdateWithoutContact_usInput = {
|
|
|
13076
13076
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
13077
13077
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
13078
13078
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
13079
|
-
|
|
13079
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
13080
13080
|
}
|
|
13081
13081
|
|
|
13082
13082
|
export type UserCreateWithoutUpload_logsInput = {
|
|
@@ -13153,7 +13153,7 @@ export type UserCreateWithoutUpload_logsInput = {
|
|
|
13153
13153
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
13154
13154
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
13155
13155
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
13156
|
-
|
|
13156
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
13157
13157
|
}
|
|
13158
13158
|
|
|
13159
13159
|
export type UserUncheckedCreateWithoutUpload_logsInput = {
|
|
@@ -13231,7 +13231,7 @@ export type UserUncheckedCreateWithoutUpload_logsInput = {
|
|
|
13231
13231
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
13232
13232
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
13233
13233
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
13234
|
-
|
|
13234
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
13235
13235
|
}
|
|
13236
13236
|
|
|
13237
13237
|
export type UserCreateOrConnectWithoutUpload_logsInput = {
|
|
@@ -13324,7 +13324,7 @@ export type UserUpdateWithoutUpload_logsInput = {
|
|
|
13324
13324
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
13325
13325
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
13326
13326
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
13327
|
-
|
|
13327
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
13328
13328
|
}
|
|
13329
13329
|
|
|
13330
13330
|
export type UserUncheckedUpdateWithoutUpload_logsInput = {
|
|
@@ -13402,7 +13402,7 @@ export type UserUncheckedUpdateWithoutUpload_logsInput = {
|
|
|
13402
13402
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
13403
13403
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
13404
13404
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
13405
|
-
|
|
13405
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
13406
13406
|
}
|
|
13407
13407
|
|
|
13408
13408
|
export type UserCreateWithoutExport_logsInput = {
|
|
@@ -13479,7 +13479,7 @@ export type UserCreateWithoutExport_logsInput = {
|
|
|
13479
13479
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
13480
13480
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
13481
13481
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
13482
|
-
|
|
13482
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
13483
13483
|
}
|
|
13484
13484
|
|
|
13485
13485
|
export type UserUncheckedCreateWithoutExport_logsInput = {
|
|
@@ -13557,7 +13557,7 @@ export type UserUncheckedCreateWithoutExport_logsInput = {
|
|
|
13557
13557
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
13558
13558
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
13559
13559
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
13560
|
-
|
|
13560
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
13561
13561
|
}
|
|
13562
13562
|
|
|
13563
13563
|
export type UserCreateOrConnectWithoutExport_logsInput = {
|
|
@@ -13650,7 +13650,7 @@ export type UserUpdateWithoutExport_logsInput = {
|
|
|
13650
13650
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
13651
13651
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
13652
13652
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
13653
|
-
|
|
13653
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
13654
13654
|
}
|
|
13655
13655
|
|
|
13656
13656
|
export type UserUncheckedUpdateWithoutExport_logsInput = {
|
|
@@ -13728,7 +13728,7 @@ export type UserUncheckedUpdateWithoutExport_logsInput = {
|
|
|
13728
13728
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
13729
13729
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
13730
13730
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
13731
|
-
|
|
13731
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
13732
13732
|
}
|
|
13733
13733
|
|
|
13734
13734
|
export type UserCreateWithoutVendor_referenceInput = {
|
|
@@ -13805,7 +13805,7 @@ export type UserCreateWithoutVendor_referenceInput = {
|
|
|
13805
13805
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
13806
13806
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
13807
13807
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
13808
|
-
|
|
13808
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
13809
13809
|
}
|
|
13810
13810
|
|
|
13811
13811
|
export type UserUncheckedCreateWithoutVendor_referenceInput = {
|
|
@@ -13883,7 +13883,7 @@ export type UserUncheckedCreateWithoutVendor_referenceInput = {
|
|
|
13883
13883
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
13884
13884
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
13885
13885
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
13886
|
-
|
|
13886
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
13887
13887
|
}
|
|
13888
13888
|
|
|
13889
13889
|
export type UserCreateOrConnectWithoutVendor_referenceInput = {
|
|
@@ -13976,7 +13976,7 @@ export type UserUpdateWithoutVendor_referenceInput = {
|
|
|
13976
13976
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
13977
13977
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
13978
13978
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
13979
|
-
|
|
13979
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
13980
13980
|
}
|
|
13981
13981
|
|
|
13982
13982
|
export type UserUncheckedUpdateWithoutVendor_referenceInput = {
|
|
@@ -14054,7 +14054,7 @@ export type UserUncheckedUpdateWithoutVendor_referenceInput = {
|
|
|
14054
14054
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
14055
14055
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
14056
14056
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
14057
|
-
|
|
14057
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
14058
14058
|
}
|
|
14059
14059
|
|
|
14060
14060
|
export type UserCreateWithoutCatalogue_cartInput = {
|
|
@@ -14131,7 +14131,7 @@ export type UserCreateWithoutCatalogue_cartInput = {
|
|
|
14131
14131
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
14132
14132
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
14133
14133
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
14134
|
-
|
|
14134
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
14135
14135
|
}
|
|
14136
14136
|
|
|
14137
14137
|
export type UserUncheckedCreateWithoutCatalogue_cartInput = {
|
|
@@ -14209,7 +14209,7 @@ export type UserUncheckedCreateWithoutCatalogue_cartInput = {
|
|
|
14209
14209
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
14210
14210
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
14211
14211
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
14212
|
-
|
|
14212
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
14213
14213
|
}
|
|
14214
14214
|
|
|
14215
14215
|
export type UserCreateOrConnectWithoutCatalogue_cartInput = {
|
|
@@ -14302,7 +14302,7 @@ export type UserUpdateWithoutCatalogue_cartInput = {
|
|
|
14302
14302
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
14303
14303
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
14304
14304
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
14305
|
-
|
|
14305
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
14306
14306
|
}
|
|
14307
14307
|
|
|
14308
14308
|
export type UserUncheckedUpdateWithoutCatalogue_cartInput = {
|
|
@@ -14380,7 +14380,7 @@ export type UserUncheckedUpdateWithoutCatalogue_cartInput = {
|
|
|
14380
14380
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
14381
14381
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
14382
14382
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
14383
|
-
|
|
14383
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
14384
14384
|
}
|
|
14385
14385
|
|
|
14386
14386
|
export type UserCreateWithoutEvent_rfi_form_logsInput = {
|
|
@@ -14457,7 +14457,7 @@ export type UserCreateWithoutEvent_rfi_form_logsInput = {
|
|
|
14457
14457
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
14458
14458
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
14459
14459
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
14460
|
-
|
|
14460
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
14461
14461
|
}
|
|
14462
14462
|
|
|
14463
14463
|
export type UserUncheckedCreateWithoutEvent_rfi_form_logsInput = {
|
|
@@ -14535,7 +14535,7 @@ export type UserUncheckedCreateWithoutEvent_rfi_form_logsInput = {
|
|
|
14535
14535
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
14536
14536
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
14537
14537
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
14538
|
-
|
|
14538
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
14539
14539
|
}
|
|
14540
14540
|
|
|
14541
14541
|
export type UserCreateOrConnectWithoutEvent_rfi_form_logsInput = {
|
|
@@ -14628,7 +14628,7 @@ export type UserUpdateWithoutEvent_rfi_form_logsInput = {
|
|
|
14628
14628
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
14629
14629
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
14630
14630
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
14631
|
-
|
|
14631
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
14632
14632
|
}
|
|
14633
14633
|
|
|
14634
14634
|
export type UserUncheckedUpdateWithoutEvent_rfi_form_logsInput = {
|
|
@@ -14706,7 +14706,7 @@ export type UserUncheckedUpdateWithoutEvent_rfi_form_logsInput = {
|
|
|
14706
14706
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
14707
14707
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
14708
14708
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
14709
|
-
|
|
14709
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
14710
14710
|
}
|
|
14711
14711
|
|
|
14712
14712
|
export type UserCreateWithoutConversations_as_adminInput = {
|
|
@@ -14783,7 +14783,7 @@ export type UserCreateWithoutConversations_as_adminInput = {
|
|
|
14783
14783
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
14784
14784
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
14785
14785
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
14786
|
-
|
|
14786
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
14787
14787
|
}
|
|
14788
14788
|
|
|
14789
14789
|
export type UserUncheckedCreateWithoutConversations_as_adminInput = {
|
|
@@ -14861,7 +14861,7 @@ export type UserUncheckedCreateWithoutConversations_as_adminInput = {
|
|
|
14861
14861
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
14862
14862
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
14863
14863
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
14864
|
-
|
|
14864
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
14865
14865
|
}
|
|
14866
14866
|
|
|
14867
14867
|
export type UserCreateOrConnectWithoutConversations_as_adminInput = {
|
|
@@ -14954,7 +14954,7 @@ export type UserUpdateWithoutConversations_as_adminInput = {
|
|
|
14954
14954
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
14955
14955
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
14956
14956
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
14957
|
-
|
|
14957
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
14958
14958
|
}
|
|
14959
14959
|
|
|
14960
14960
|
export type UserUncheckedUpdateWithoutConversations_as_adminInput = {
|
|
@@ -15032,7 +15032,7 @@ export type UserUncheckedUpdateWithoutConversations_as_adminInput = {
|
|
|
15032
15032
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
15033
15033
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
15034
15034
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
15035
|
-
|
|
15035
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
15036
15036
|
}
|
|
15037
15037
|
|
|
15038
15038
|
export type UserCreateWithoutConversation_participantsInput = {
|
|
@@ -15109,7 +15109,7 @@ export type UserCreateWithoutConversation_participantsInput = {
|
|
|
15109
15109
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
15110
15110
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
15111
15111
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
15112
|
-
|
|
15112
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
15113
15113
|
}
|
|
15114
15114
|
|
|
15115
15115
|
export type UserUncheckedCreateWithoutConversation_participantsInput = {
|
|
@@ -15187,7 +15187,7 @@ export type UserUncheckedCreateWithoutConversation_participantsInput = {
|
|
|
15187
15187
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
15188
15188
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
15189
15189
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
15190
|
-
|
|
15190
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
15191
15191
|
}
|
|
15192
15192
|
|
|
15193
15193
|
export type UserCreateOrConnectWithoutConversation_participantsInput = {
|
|
@@ -15280,7 +15280,7 @@ export type UserUpdateWithoutConversation_participantsInput = {
|
|
|
15280
15280
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
15281
15281
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
15282
15282
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
15283
|
-
|
|
15283
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
15284
15284
|
}
|
|
15285
15285
|
|
|
15286
15286
|
export type UserUncheckedUpdateWithoutConversation_participantsInput = {
|
|
@@ -15358,7 +15358,7 @@ export type UserUncheckedUpdateWithoutConversation_participantsInput = {
|
|
|
15358
15358
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
15359
15359
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
15360
15360
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
15361
|
-
|
|
15361
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
15362
15362
|
}
|
|
15363
15363
|
|
|
15364
15364
|
export type UserCreateWithoutMessages_sentInput = {
|
|
@@ -15435,7 +15435,7 @@ export type UserCreateWithoutMessages_sentInput = {
|
|
|
15435
15435
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
15436
15436
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
15437
15437
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
15438
|
-
|
|
15438
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
15439
15439
|
}
|
|
15440
15440
|
|
|
15441
15441
|
export type UserUncheckedCreateWithoutMessages_sentInput = {
|
|
@@ -15513,7 +15513,7 @@ export type UserUncheckedCreateWithoutMessages_sentInput = {
|
|
|
15513
15513
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
15514
15514
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
15515
15515
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
15516
|
-
|
|
15516
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
15517
15517
|
}
|
|
15518
15518
|
|
|
15519
15519
|
export type UserCreateOrConnectWithoutMessages_sentInput = {
|
|
@@ -15606,7 +15606,7 @@ export type UserUpdateWithoutMessages_sentInput = {
|
|
|
15606
15606
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
15607
15607
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
15608
15608
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
15609
|
-
|
|
15609
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
15610
15610
|
}
|
|
15611
15611
|
|
|
15612
15612
|
export type UserUncheckedUpdateWithoutMessages_sentInput = {
|
|
@@ -15684,7 +15684,7 @@ export type UserUncheckedUpdateWithoutMessages_sentInput = {
|
|
|
15684
15684
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
15685
15685
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
15686
15686
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
15687
|
-
|
|
15687
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
15688
15688
|
}
|
|
15689
15689
|
|
|
15690
15690
|
export type UserCreateWithoutMessage_recipientsInput = {
|
|
@@ -15761,7 +15761,7 @@ export type UserCreateWithoutMessage_recipientsInput = {
|
|
|
15761
15761
|
messages_sent?: Prisma.MessageCreateNestedManyWithoutSender_userInput
|
|
15762
15762
|
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutUserInput
|
|
15763
15763
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
15764
|
-
|
|
15764
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
15765
15765
|
}
|
|
15766
15766
|
|
|
15767
15767
|
export type UserUncheckedCreateWithoutMessage_recipientsInput = {
|
|
@@ -15839,7 +15839,7 @@ export type UserUncheckedCreateWithoutMessage_recipientsInput = {
|
|
|
15839
15839
|
messages_sent?: Prisma.MessageUncheckedCreateNestedManyWithoutSender_userInput
|
|
15840
15840
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutUserInput
|
|
15841
15841
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
15842
|
-
|
|
15842
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
15843
15843
|
}
|
|
15844
15844
|
|
|
15845
15845
|
export type UserCreateOrConnectWithoutMessage_recipientsInput = {
|
|
@@ -15932,7 +15932,7 @@ export type UserUpdateWithoutMessage_recipientsInput = {
|
|
|
15932
15932
|
messages_sent?: Prisma.MessageUpdateManyWithoutSender_userNestedInput
|
|
15933
15933
|
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutUserNestedInput
|
|
15934
15934
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
15935
|
-
|
|
15935
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
15936
15936
|
}
|
|
15937
15937
|
|
|
15938
15938
|
export type UserUncheckedUpdateWithoutMessage_recipientsInput = {
|
|
@@ -16010,7 +16010,7 @@ export type UserUncheckedUpdateWithoutMessage_recipientsInput = {
|
|
|
16010
16010
|
messages_sent?: Prisma.MessageUncheckedUpdateManyWithoutSender_userNestedInput
|
|
16011
16011
|
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutUserNestedInput
|
|
16012
16012
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
16013
|
-
|
|
16013
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
16014
16014
|
}
|
|
16015
16015
|
|
|
16016
16016
|
export type UserCreateWithoutBlanket_poInput = {
|
|
@@ -16087,7 +16087,7 @@ export type UserCreateWithoutBlanket_poInput = {
|
|
|
16087
16087
|
messages_sent?: Prisma.MessageCreateNestedManyWithoutSender_userInput
|
|
16088
16088
|
message_recipients?: Prisma.MessageRecipientCreateNestedManyWithoutRecipient_userInput
|
|
16089
16089
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
16090
|
-
|
|
16090
|
+
approval_management?: Prisma.ApprovalManagementCreateNestedManyWithoutUserInput
|
|
16091
16091
|
}
|
|
16092
16092
|
|
|
16093
16093
|
export type UserUncheckedCreateWithoutBlanket_poInput = {
|
|
@@ -16165,7 +16165,7 @@ export type UserUncheckedCreateWithoutBlanket_poInput = {
|
|
|
16165
16165
|
messages_sent?: Prisma.MessageUncheckedCreateNestedManyWithoutSender_userInput
|
|
16166
16166
|
message_recipients?: Prisma.MessageRecipientUncheckedCreateNestedManyWithoutRecipient_userInput
|
|
16167
16167
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
16168
|
-
|
|
16168
|
+
approval_management?: Prisma.ApprovalManagementUncheckedCreateNestedManyWithoutUserInput
|
|
16169
16169
|
}
|
|
16170
16170
|
|
|
16171
16171
|
export type UserCreateOrConnectWithoutBlanket_poInput = {
|
|
@@ -16258,7 +16258,7 @@ export type UserUpdateWithoutBlanket_poInput = {
|
|
|
16258
16258
|
messages_sent?: Prisma.MessageUpdateManyWithoutSender_userNestedInput
|
|
16259
16259
|
message_recipients?: Prisma.MessageRecipientUpdateManyWithoutRecipient_userNestedInput
|
|
16260
16260
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
16261
|
-
|
|
16261
|
+
approval_management?: Prisma.ApprovalManagementUpdateManyWithoutUserNestedInput
|
|
16262
16262
|
}
|
|
16263
16263
|
|
|
16264
16264
|
export type UserUncheckedUpdateWithoutBlanket_poInput = {
|
|
@@ -16336,10 +16336,10 @@ export type UserUncheckedUpdateWithoutBlanket_poInput = {
|
|
|
16336
16336
|
messages_sent?: Prisma.MessageUncheckedUpdateManyWithoutSender_userNestedInput
|
|
16337
16337
|
message_recipients?: Prisma.MessageRecipientUncheckedUpdateManyWithoutRecipient_userNestedInput
|
|
16338
16338
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedUpdateManyWithoutInitiated_by_userNestedInput
|
|
16339
|
-
|
|
16339
|
+
approval_management?: Prisma.ApprovalManagementUncheckedUpdateManyWithoutUserNestedInput
|
|
16340
16340
|
}
|
|
16341
16341
|
|
|
16342
|
-
export type
|
|
16342
|
+
export type UserCreateWithoutApproval_managementInput = {
|
|
16343
16343
|
uuid?: string | null
|
|
16344
16344
|
unique_id?: string | null
|
|
16345
16345
|
name?: string | null
|
|
@@ -16416,7 +16416,7 @@ export type UserCreateWithoutUser_approval_managementsInput = {
|
|
|
16416
16416
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeCreateNestedManyWithoutInitiated_by_userInput
|
|
16417
16417
|
}
|
|
16418
16418
|
|
|
16419
|
-
export type
|
|
16419
|
+
export type UserUncheckedCreateWithoutApproval_managementInput = {
|
|
16420
16420
|
id?: number
|
|
16421
16421
|
uuid?: string | null
|
|
16422
16422
|
unique_id?: string | null
|
|
@@ -16494,23 +16494,23 @@ export type UserUncheckedCreateWithoutUser_approval_managementsInput = {
|
|
|
16494
16494
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUncheckedCreateNestedManyWithoutInitiated_by_userInput
|
|
16495
16495
|
}
|
|
16496
16496
|
|
|
16497
|
-
export type
|
|
16497
|
+
export type UserCreateOrConnectWithoutApproval_managementInput = {
|
|
16498
16498
|
where: Prisma.UserWhereUniqueInput
|
|
16499
|
-
create: Prisma.XOR<Prisma.
|
|
16499
|
+
create: Prisma.XOR<Prisma.UserCreateWithoutApproval_managementInput, Prisma.UserUncheckedCreateWithoutApproval_managementInput>
|
|
16500
16500
|
}
|
|
16501
16501
|
|
|
16502
|
-
export type
|
|
16503
|
-
update: Prisma.XOR<Prisma.
|
|
16504
|
-
create: Prisma.XOR<Prisma.
|
|
16502
|
+
export type UserUpsertWithoutApproval_managementInput = {
|
|
16503
|
+
update: Prisma.XOR<Prisma.UserUpdateWithoutApproval_managementInput, Prisma.UserUncheckedUpdateWithoutApproval_managementInput>
|
|
16504
|
+
create: Prisma.XOR<Prisma.UserCreateWithoutApproval_managementInput, Prisma.UserUncheckedCreateWithoutApproval_managementInput>
|
|
16505
16505
|
where?: Prisma.UserWhereInput
|
|
16506
16506
|
}
|
|
16507
16507
|
|
|
16508
|
-
export type
|
|
16508
|
+
export type UserUpdateToOneWithWhereWithoutApproval_managementInput = {
|
|
16509
16509
|
where?: Prisma.UserWhereInput
|
|
16510
|
-
data: Prisma.XOR<Prisma.
|
|
16510
|
+
data: Prisma.XOR<Prisma.UserUpdateWithoutApproval_managementInput, Prisma.UserUncheckedUpdateWithoutApproval_managementInput>
|
|
16511
16511
|
}
|
|
16512
16512
|
|
|
16513
|
-
export type
|
|
16513
|
+
export type UserUpdateWithoutApproval_managementInput = {
|
|
16514
16514
|
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
16515
16515
|
unique_id?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
16516
16516
|
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -16587,7 +16587,7 @@ export type UserUpdateWithoutUser_approval_managementsInput = {
|
|
|
16587
16587
|
purchase_intake_initiated_by?: Prisma.PurchaseIntakeUpdateManyWithoutInitiated_by_userNestedInput
|
|
16588
16588
|
}
|
|
16589
16589
|
|
|
16590
|
-
export type
|
|
16590
|
+
export type UserUncheckedUpdateWithoutApproval_managementInput = {
|
|
16591
16591
|
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
16592
16592
|
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
16593
16593
|
unique_id?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -16715,7 +16715,7 @@ export type UserCountOutputType = {
|
|
|
16715
16715
|
message_recipients: number
|
|
16716
16716
|
blanket_po: number
|
|
16717
16717
|
purchase_intake_initiated_by: number
|
|
16718
|
-
|
|
16718
|
+
approval_management: number
|
|
16719
16719
|
}
|
|
16720
16720
|
|
|
16721
16721
|
export type UserCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
@@ -16763,7 +16763,7 @@ export type UserCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.I
|
|
|
16763
16763
|
message_recipients?: boolean | UserCountOutputTypeCountMessage_recipientsArgs
|
|
16764
16764
|
blanket_po?: boolean | UserCountOutputTypeCountBlanket_poArgs
|
|
16765
16765
|
purchase_intake_initiated_by?: boolean | UserCountOutputTypeCountPurchase_intake_initiated_byArgs
|
|
16766
|
-
|
|
16766
|
+
approval_management?: boolean | UserCountOutputTypeCountApproval_managementArgs
|
|
16767
16767
|
}
|
|
16768
16768
|
|
|
16769
16769
|
/**
|
|
@@ -17087,8 +17087,8 @@ export type UserCountOutputTypeCountPurchase_intake_initiated_byArgs<ExtArgs ext
|
|
|
17087
17087
|
/**
|
|
17088
17088
|
* UserCountOutputType without action
|
|
17089
17089
|
*/
|
|
17090
|
-
export type
|
|
17091
|
-
where?: Prisma.
|
|
17090
|
+
export type UserCountOutputTypeCountApproval_managementArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
17091
|
+
where?: Prisma.ApprovalManagementWhereInput
|
|
17092
17092
|
}
|
|
17093
17093
|
|
|
17094
17094
|
|
|
@@ -17168,7 +17168,7 @@ export type UserSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = r
|
|
|
17168
17168
|
message_recipients?: boolean | Prisma.User$message_recipientsArgs<ExtArgs>
|
|
17169
17169
|
blanket_po?: boolean | Prisma.User$blanket_poArgs<ExtArgs>
|
|
17170
17170
|
purchase_intake_initiated_by?: boolean | Prisma.User$purchase_intake_initiated_byArgs<ExtArgs>
|
|
17171
|
-
|
|
17171
|
+
approval_management?: boolean | Prisma.User$approval_managementArgs<ExtArgs>
|
|
17172
17172
|
_count?: boolean | Prisma.UserCountOutputTypeDefaultArgs<ExtArgs>
|
|
17173
17173
|
}, ExtArgs["result"]["user"]>
|
|
17174
17174
|
|
|
@@ -17320,7 +17320,7 @@ export type UserInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
17320
17320
|
message_recipients?: boolean | Prisma.User$message_recipientsArgs<ExtArgs>
|
|
17321
17321
|
blanket_po?: boolean | Prisma.User$blanket_poArgs<ExtArgs>
|
|
17322
17322
|
purchase_intake_initiated_by?: boolean | Prisma.User$purchase_intake_initiated_byArgs<ExtArgs>
|
|
17323
|
-
|
|
17323
|
+
approval_management?: boolean | Prisma.User$approval_managementArgs<ExtArgs>
|
|
17324
17324
|
_count?: boolean | Prisma.UserCountOutputTypeDefaultArgs<ExtArgs>
|
|
17325
17325
|
}
|
|
17326
17326
|
export type UserIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {}
|
|
@@ -17373,7 +17373,7 @@ export type $UserPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
17373
17373
|
message_recipients: Prisma.$MessageRecipientPayload<ExtArgs>[]
|
|
17374
17374
|
blanket_po: Prisma.$BlanketPurchaseOrderPayload<ExtArgs>[]
|
|
17375
17375
|
purchase_intake_initiated_by: Prisma.$PurchaseIntakePayload<ExtArgs>[]
|
|
17376
|
-
|
|
17376
|
+
approval_management: Prisma.$ApprovalManagementPayload<ExtArgs>[]
|
|
17377
17377
|
}
|
|
17378
17378
|
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
17379
17379
|
id: number
|
|
@@ -17845,7 +17845,7 @@ export interface Prisma__UserClient<T, Null = never, ExtArgs extends runtime.Typ
|
|
|
17845
17845
|
message_recipients<T extends Prisma.User$message_recipientsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$message_recipientsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$MessageRecipientPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
17846
17846
|
blanket_po<T extends Prisma.User$blanket_poArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$blanket_poArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BlanketPurchaseOrderPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
17847
17847
|
purchase_intake_initiated_by<T extends Prisma.User$purchase_intake_initiated_byArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$purchase_intake_initiated_byArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PurchaseIntakePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
17848
|
-
|
|
17848
|
+
approval_management<T extends Prisma.User$approval_managementArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$approval_managementArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApprovalManagementPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
17849
17849
|
/**
|
|
17850
17850
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
17851
17851
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -19355,27 +19355,27 @@ export type User$purchase_intake_initiated_byArgs<ExtArgs extends runtime.Types.
|
|
|
19355
19355
|
}
|
|
19356
19356
|
|
|
19357
19357
|
/**
|
|
19358
|
-
* User.
|
|
19358
|
+
* User.approval_management
|
|
19359
19359
|
*/
|
|
19360
|
-
export type User$
|
|
19360
|
+
export type User$approval_managementArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
19361
19361
|
/**
|
|
19362
|
-
* Select specific fields to fetch from the
|
|
19362
|
+
* Select specific fields to fetch from the ApprovalManagement
|
|
19363
19363
|
*/
|
|
19364
|
-
select?: Prisma.
|
|
19364
|
+
select?: Prisma.ApprovalManagementSelect<ExtArgs> | null
|
|
19365
19365
|
/**
|
|
19366
|
-
* Omit specific fields from the
|
|
19366
|
+
* Omit specific fields from the ApprovalManagement
|
|
19367
19367
|
*/
|
|
19368
|
-
omit?: Prisma.
|
|
19368
|
+
omit?: Prisma.ApprovalManagementOmit<ExtArgs> | null
|
|
19369
19369
|
/**
|
|
19370
19370
|
* Choose, which related nodes to fetch as well
|
|
19371
19371
|
*/
|
|
19372
|
-
include?: Prisma.
|
|
19373
|
-
where?: Prisma.
|
|
19374
|
-
orderBy?: Prisma.
|
|
19375
|
-
cursor?: Prisma.
|
|
19372
|
+
include?: Prisma.ApprovalManagementInclude<ExtArgs> | null
|
|
19373
|
+
where?: Prisma.ApprovalManagementWhereInput
|
|
19374
|
+
orderBy?: Prisma.ApprovalManagementOrderByWithRelationInput | Prisma.ApprovalManagementOrderByWithRelationInput[]
|
|
19375
|
+
cursor?: Prisma.ApprovalManagementWhereUniqueInput
|
|
19376
19376
|
take?: number
|
|
19377
19377
|
skip?: number
|
|
19378
|
-
distinct?: Prisma.
|
|
19378
|
+
distinct?: Prisma.ApprovalManagementScalarFieldEnum | Prisma.ApprovalManagementScalarFieldEnum[]
|
|
19379
19379
|
}
|
|
19380
19380
|
|
|
19381
19381
|
/**
|