procbay-schema 1.0.171 → 1.0.175
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 +13 -22
- package/prisma/migrations/20260518124524_added_new_template_builder_changes/migration.sql +26 -0
- package/prisma/schema.prisma +17 -7
- package/scripts/sync-schemas.js +1 -5
- package/src/create-prisma-client.js +9 -49
- package/src/prisma/client.d.ts +1 -0
- package/src/prisma/client.js +4 -0
- package/src/prisma/default.d.ts +1 -0
- package/src/prisma/default.js +4 -0
- package/src/prisma/edge.d.ts +1 -0
- package/src/prisma/edge.js +2911 -0
- package/src/{generated/prisma/internal/prismaNamespaceBrowser.ts → prisma/index-browser.js} +991 -739
- package/src/prisma/index.d.ts +286785 -0
- package/src/prisma/index.js +2940 -2
- package/src/prisma/libquery_engine-darwin.dylib.node +0 -0
- package/src/prisma/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
- package/src/prisma/package.json +140 -0
- package/src/prisma/query_engine-windows.dll.node +0 -0
- package/src/prisma/runtime/edge-esm.js +34 -0
- package/src/prisma/runtime/edge.js +34 -0
- package/src/prisma/runtime/index-browser.d.ts +370 -0
- package/src/prisma/runtime/index-browser.js +16 -0
- package/src/prisma/runtime/library.d.ts +3647 -0
- package/src/prisma/runtime/library.js +146 -0
- package/src/prisma/runtime/react-native.js +83 -0
- package/src/prisma/runtime/wasm.js +35 -0
- package/src/prisma/schema.prisma +3831 -0
- package/src/prisma/wasm.d.ts +1 -0
- package/src/prisma/wasm.js +2873 -0
- package/prisma/migrations/20260515130204_updated_user_approval_management_schema/migration.sql +0 -55
- package/prisma.config.js +0 -19
- package/src/generated/prisma/browser.ts +0 -574
- package/src/generated/prisma/client.bundle.mjs +0 -6733
- package/src/generated/prisma/client.ts +0 -598
- package/src/generated/prisma/commonInputTypes.ts +0 -2911
- package/src/generated/prisma/enums.ts +0 -730
- package/src/generated/prisma/internal/class.ts +0 -1304
- package/src/generated/prisma/internal/prismaNamespace.ts +0 -12506
- package/src/generated/prisma/models/ActivityLog.ts +0 -1590
- package/src/generated/prisma/models/AdminAlert.ts +0 -1547
- package/src/generated/prisma/models/ApprovalCondition.ts +0 -2085
- package/src/generated/prisma/models/ApprovalDelegation.ts +0 -3057
- package/src/generated/prisma/models/ApprovalDelegationDelegate.ts +0 -1784
- package/src/generated/prisma/models/ApprovalHierarchy.ts +0 -3083
- package/src/generated/prisma/models/ApprovalJourney.ts +0 -2867
- package/src/generated/prisma/models/ApprovalLevel.ts +0 -2335
- package/src/generated/prisma/models/ApprovalLevelEscalation.ts +0 -2128
- package/src/generated/prisma/models/ApprovalLevelEscalationUser.ts +0 -1863
- package/src/generated/prisma/models/ApprovalLevelUser.ts +0 -1863
- package/src/generated/prisma/models/ApprovalManagement.ts +0 -1728
- package/src/generated/prisma/models/Attribute.ts +0 -2075
- package/src/generated/prisma/models/AttributeValue.ts +0 -1882
- package/src/generated/prisma/models/Bid.ts +0 -2719
- package/src/generated/prisma/models/BidLog.ts +0 -3560
- package/src/generated/prisma/models/BlanketPurchaseOrder.ts +0 -3527
- package/src/generated/prisma/models/BlanketPurchaseOrderItem.ts +0 -2532
- package/src/generated/prisma/models/BlanketPurchaseOrderRelease.ts +0 -2713
- package/src/generated/prisma/models/BoqEventItem.ts +0 -4056
- package/src/generated/prisma/models/Budget.ts +0 -1954
- package/src/generated/prisma/models/BudgetHold.ts +0 -1904
- package/src/generated/prisma/models/BusinessEntity.ts +0 -3901
- package/src/generated/prisma/models/BusinessEntityDepartment.ts +0 -2032
- package/src/generated/prisma/models/BusinessEntityLocation.ts +0 -1567
- package/src/generated/prisma/models/Catalogue.ts +0 -2081
- package/src/generated/prisma/models/CatalogueCart.ts +0 -2305
- package/src/generated/prisma/models/CatalogueVendor.ts +0 -2252
- package/src/generated/prisma/models/Category.ts +0 -3091
- package/src/generated/prisma/models/CategoryBudget.ts +0 -2690
- package/src/generated/prisma/models/City.ts +0 -2180
- package/src/generated/prisma/models/Cms.ts +0 -1492
- package/src/generated/prisma/models/ContactUs.ts +0 -1654
- package/src/generated/prisma/models/Conversation.ts +0 -2389
- package/src/generated/prisma/models/ConversationParticipant.ts +0 -1833
- package/src/generated/prisma/models/CounterOffer.ts +0 -2156
- package/src/generated/prisma/models/Country.ts +0 -3394
- package/src/generated/prisma/models/Currency.ts +0 -1642
- package/src/generated/prisma/models/CustomerNotification.ts +0 -1653
- package/src/generated/prisma/models/Department.ts +0 -2372
- package/src/generated/prisma/models/DepartmentBudget.ts +0 -2494
- package/src/generated/prisma/models/DynamicForm.ts +0 -2021
- package/src/generated/prisma/models/EmailTemplate.ts +0 -1516
- package/src/generated/prisma/models/Event.ts +0 -6819
- package/src/generated/prisma/models/EventConfigurations.ts +0 -1736
- package/src/generated/prisma/models/EventCriteria.ts +0 -2134
- package/src/generated/prisma/models/EventItems.ts +0 -2821
- package/src/generated/prisma/models/EventRfiForm.ts +0 -2020
- package/src/generated/prisma/models/EventRfiFormLog.ts +0 -2608
- package/src/generated/prisma/models/EventStrategies.ts +0 -1857
- package/src/generated/prisma/models/EventVendorCriteria.ts +0 -2186
- package/src/generated/prisma/models/EventVendors.ts +0 -3446
- package/src/generated/prisma/models/Expense.ts +0 -1625
- package/src/generated/prisma/models/ExportLog.ts +0 -1822
- package/src/generated/prisma/models/Faq.ts +0 -1753
- package/src/generated/prisma/models/FaqCategory.ts +0 -1610
- package/src/generated/prisma/models/FiscalYear.ts +0 -1460
- package/src/generated/prisma/models/FormMaster.ts +0 -1831
- package/src/generated/prisma/models/GRN.ts +0 -3354
- package/src/generated/prisma/models/GRNItem.ts +0 -2119
- package/src/generated/prisma/models/Industry.ts +0 -1642
- package/src/generated/prisma/models/Invoice.ts +0 -2949
- package/src/generated/prisma/models/InvoiceItem.ts +0 -2397
- package/src/generated/prisma/models/Item.ts +0 -10644
- package/src/generated/prisma/models/ItemAttribute.ts +0 -1750
- package/src/generated/prisma/models/ItemAttributeValue.ts +0 -1802
- package/src/generated/prisma/models/ItemDocument.ts +0 -1590
- package/src/generated/prisma/models/Location.ts +0 -2711
- package/src/generated/prisma/models/Message.ts +0 -2744
- package/src/generated/prisma/models/MessageRecipient.ts +0 -1759
- package/src/generated/prisma/models/Module.ts +0 -1630
- package/src/generated/prisma/models/Permission.ts +0 -1640
- package/src/generated/prisma/models/PurchaseIntake.ts +0 -4672
- package/src/generated/prisma/models/PurchaseIntakeItem.ts +0 -2366
- package/src/generated/prisma/models/PurchaseOrder.ts +0 -4012
- package/src/generated/prisma/models/PurchaseOrderActivityLog.ts +0 -1720
- package/src/generated/prisma/models/PurchaseOrderItem.ts +0 -2623
- package/src/generated/prisma/models/Quotation.ts +0 -3207
- package/src/generated/prisma/models/QuotationLog.ts +0 -3239
- package/src/generated/prisma/models/Region.ts +0 -1746
- package/src/generated/prisma/models/RequestedCatalogue.ts +0 -1618
- package/src/generated/prisma/models/RequestedCatalogueDetails.ts +0 -2252
- package/src/generated/prisma/models/Role.ts +0 -1907
- package/src/generated/prisma/models/RolePermission.ts +0 -1737
- package/src/generated/prisma/models/SendBack.ts +0 -1830
- package/src/generated/prisma/models/SerialNumberConfiguration.ts +0 -1254
- package/src/generated/prisma/models/SmtpConfig.ts +0 -1522
- package/src/generated/prisma/models/State.ts +0 -2174
- package/src/generated/prisma/models/Strategies.ts +0 -1791
- package/src/generated/prisma/models/SubModule.ts +0 -1450
- package/src/generated/prisma/models/Subregion.ts +0 -1870
- package/src/generated/prisma/models/SupportCategory.ts +0 -1712
- package/src/generated/prisma/models/SupportTicket.ts +0 -2478
- package/src/generated/prisma/models/SupportingDocument.ts +0 -2283
- package/src/generated/prisma/models/Template.ts +0 -2429
- package/src/generated/prisma/models/TemplateField.ts +0 -1916
- package/src/generated/prisma/models/TemplateStrategies.ts +0 -1614
- package/src/generated/prisma/models/TenantConfiguration.ts +0 -1694
- package/src/generated/prisma/models/TicketAssignment.ts +0 -1742
- package/src/generated/prisma/models/TicketHistory.ts +0 -1789
- package/src/generated/prisma/models/TicketReply.ts +0 -1640
- package/src/generated/prisma/models/Uom.ts +0 -1752
- package/src/generated/prisma/models/UomCategory.ts +0 -1558
- package/src/generated/prisma/models/UploadLog.ts +0 -1731
- package/src/generated/prisma/models/User.ts +0 -19397
- package/src/generated/prisma/models/UserDepartmentEntity.ts +0 -2099
- package/src/generated/prisma/models/UserEventConfiguration.ts +0 -1370
- package/src/generated/prisma/models/UserLoginActivity.ts +0 -1693
- package/src/generated/prisma/models/UserRole.ts +0 -1696
- package/src/generated/prisma/models/UserVendorSocketTokens.ts +0 -1450
- package/src/generated/prisma/models/VendorReference.ts +0 -1707
- package/src/generated/prisma/models.ts +0 -122
|
@@ -1,1863 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/* !!! This is code generated by Prisma. Do not edit directly. !!! */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
// biome-ignore-all lint: generated file
|
|
5
|
-
// @ts-nocheck
|
|
6
|
-
/*
|
|
7
|
-
* This file exports the `ApprovalLevelUser` model and its related types.
|
|
8
|
-
*
|
|
9
|
-
* 🟢 You can import this file directly.
|
|
10
|
-
*/
|
|
11
|
-
import type * as runtime from "@prisma/client/runtime/client"
|
|
12
|
-
import type * as $Enums from "../enums.ts"
|
|
13
|
-
import type * as Prisma from "../internal/prismaNamespace.ts"
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Model ApprovalLevelUser
|
|
17
|
-
*
|
|
18
|
-
*/
|
|
19
|
-
export type ApprovalLevelUserModel = runtime.Types.Result.DefaultSelection<Prisma.$ApprovalLevelUserPayload>
|
|
20
|
-
|
|
21
|
-
export type AggregateApprovalLevelUser = {
|
|
22
|
-
_count: ApprovalLevelUserCountAggregateOutputType | null
|
|
23
|
-
_avg: ApprovalLevelUserAvgAggregateOutputType | null
|
|
24
|
-
_sum: ApprovalLevelUserSumAggregateOutputType | null
|
|
25
|
-
_min: ApprovalLevelUserMinAggregateOutputType | null
|
|
26
|
-
_max: ApprovalLevelUserMaxAggregateOutputType | null
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export type ApprovalLevelUserAvgAggregateOutputType = {
|
|
30
|
-
id: number | null
|
|
31
|
-
approval_level_id: number | null
|
|
32
|
-
approver_id: number | null
|
|
33
|
-
created_by: number | null
|
|
34
|
-
updated_by: number | null
|
|
35
|
-
deleted_by: number | null
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export type ApprovalLevelUserSumAggregateOutputType = {
|
|
39
|
-
id: number | null
|
|
40
|
-
approval_level_id: number | null
|
|
41
|
-
approver_id: number | null
|
|
42
|
-
created_by: number | null
|
|
43
|
-
updated_by: number | null
|
|
44
|
-
deleted_by: number | null
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
export type ApprovalLevelUserMinAggregateOutputType = {
|
|
48
|
-
id: number | null
|
|
49
|
-
uuid: string | null
|
|
50
|
-
approval_level_id: number | null
|
|
51
|
-
approver_id: number | null
|
|
52
|
-
is_active: boolean | null
|
|
53
|
-
is_deleted: boolean | null
|
|
54
|
-
created_at: Date | null
|
|
55
|
-
created_by: number | null
|
|
56
|
-
updated_at: Date | null
|
|
57
|
-
updated_by: number | null
|
|
58
|
-
deleted_at: Date | null
|
|
59
|
-
deleted_by: number | null
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
export type ApprovalLevelUserMaxAggregateOutputType = {
|
|
63
|
-
id: number | null
|
|
64
|
-
uuid: string | null
|
|
65
|
-
approval_level_id: number | null
|
|
66
|
-
approver_id: number | null
|
|
67
|
-
is_active: boolean | null
|
|
68
|
-
is_deleted: boolean | null
|
|
69
|
-
created_at: Date | null
|
|
70
|
-
created_by: number | null
|
|
71
|
-
updated_at: Date | null
|
|
72
|
-
updated_by: number | null
|
|
73
|
-
deleted_at: Date | null
|
|
74
|
-
deleted_by: number | null
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
export type ApprovalLevelUserCountAggregateOutputType = {
|
|
78
|
-
id: number
|
|
79
|
-
uuid: number
|
|
80
|
-
approval_level_id: number
|
|
81
|
-
approver_id: number
|
|
82
|
-
is_active: number
|
|
83
|
-
is_deleted: number
|
|
84
|
-
created_at: number
|
|
85
|
-
created_by: number
|
|
86
|
-
updated_at: number
|
|
87
|
-
updated_by: number
|
|
88
|
-
deleted_at: number
|
|
89
|
-
deleted_by: number
|
|
90
|
-
_all: number
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
export type ApprovalLevelUserAvgAggregateInputType = {
|
|
95
|
-
id?: true
|
|
96
|
-
approval_level_id?: true
|
|
97
|
-
approver_id?: true
|
|
98
|
-
created_by?: true
|
|
99
|
-
updated_by?: true
|
|
100
|
-
deleted_by?: true
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
export type ApprovalLevelUserSumAggregateInputType = {
|
|
104
|
-
id?: true
|
|
105
|
-
approval_level_id?: true
|
|
106
|
-
approver_id?: true
|
|
107
|
-
created_by?: true
|
|
108
|
-
updated_by?: true
|
|
109
|
-
deleted_by?: true
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
export type ApprovalLevelUserMinAggregateInputType = {
|
|
113
|
-
id?: true
|
|
114
|
-
uuid?: true
|
|
115
|
-
approval_level_id?: true
|
|
116
|
-
approver_id?: true
|
|
117
|
-
is_active?: true
|
|
118
|
-
is_deleted?: true
|
|
119
|
-
created_at?: true
|
|
120
|
-
created_by?: true
|
|
121
|
-
updated_at?: true
|
|
122
|
-
updated_by?: true
|
|
123
|
-
deleted_at?: true
|
|
124
|
-
deleted_by?: true
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
export type ApprovalLevelUserMaxAggregateInputType = {
|
|
128
|
-
id?: true
|
|
129
|
-
uuid?: true
|
|
130
|
-
approval_level_id?: true
|
|
131
|
-
approver_id?: true
|
|
132
|
-
is_active?: true
|
|
133
|
-
is_deleted?: true
|
|
134
|
-
created_at?: true
|
|
135
|
-
created_by?: true
|
|
136
|
-
updated_at?: true
|
|
137
|
-
updated_by?: true
|
|
138
|
-
deleted_at?: true
|
|
139
|
-
deleted_by?: true
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
export type ApprovalLevelUserCountAggregateInputType = {
|
|
143
|
-
id?: true
|
|
144
|
-
uuid?: true
|
|
145
|
-
approval_level_id?: true
|
|
146
|
-
approver_id?: true
|
|
147
|
-
is_active?: true
|
|
148
|
-
is_deleted?: true
|
|
149
|
-
created_at?: true
|
|
150
|
-
created_by?: true
|
|
151
|
-
updated_at?: true
|
|
152
|
-
updated_by?: true
|
|
153
|
-
deleted_at?: true
|
|
154
|
-
deleted_by?: true
|
|
155
|
-
_all?: true
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
export type ApprovalLevelUserAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
159
|
-
/**
|
|
160
|
-
* Filter which ApprovalLevelUser to aggregate.
|
|
161
|
-
*/
|
|
162
|
-
where?: Prisma.ApprovalLevelUserWhereInput
|
|
163
|
-
/**
|
|
164
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
165
|
-
*
|
|
166
|
-
* Determine the order of ApprovalLevelUsers to fetch.
|
|
167
|
-
*/
|
|
168
|
-
orderBy?: Prisma.ApprovalLevelUserOrderByWithRelationInput | Prisma.ApprovalLevelUserOrderByWithRelationInput[]
|
|
169
|
-
/**
|
|
170
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
171
|
-
*
|
|
172
|
-
* Sets the start position
|
|
173
|
-
*/
|
|
174
|
-
cursor?: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
175
|
-
/**
|
|
176
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
177
|
-
*
|
|
178
|
-
* Take `±n` ApprovalLevelUsers from the position of the cursor.
|
|
179
|
-
*/
|
|
180
|
-
take?: number
|
|
181
|
-
/**
|
|
182
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
183
|
-
*
|
|
184
|
-
* Skip the first `n` ApprovalLevelUsers.
|
|
185
|
-
*/
|
|
186
|
-
skip?: number
|
|
187
|
-
/**
|
|
188
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
189
|
-
*
|
|
190
|
-
* Count returned ApprovalLevelUsers
|
|
191
|
-
**/
|
|
192
|
-
_count?: true | ApprovalLevelUserCountAggregateInputType
|
|
193
|
-
/**
|
|
194
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
195
|
-
*
|
|
196
|
-
* Select which fields to average
|
|
197
|
-
**/
|
|
198
|
-
_avg?: ApprovalLevelUserAvgAggregateInputType
|
|
199
|
-
/**
|
|
200
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
201
|
-
*
|
|
202
|
-
* Select which fields to sum
|
|
203
|
-
**/
|
|
204
|
-
_sum?: ApprovalLevelUserSumAggregateInputType
|
|
205
|
-
/**
|
|
206
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
207
|
-
*
|
|
208
|
-
* Select which fields to find the minimum value
|
|
209
|
-
**/
|
|
210
|
-
_min?: ApprovalLevelUserMinAggregateInputType
|
|
211
|
-
/**
|
|
212
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
213
|
-
*
|
|
214
|
-
* Select which fields to find the maximum value
|
|
215
|
-
**/
|
|
216
|
-
_max?: ApprovalLevelUserMaxAggregateInputType
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
export type GetApprovalLevelUserAggregateType<T extends ApprovalLevelUserAggregateArgs> = {
|
|
220
|
-
[P in keyof T & keyof AggregateApprovalLevelUser]: P extends '_count' | 'count'
|
|
221
|
-
? T[P] extends true
|
|
222
|
-
? number
|
|
223
|
-
: Prisma.GetScalarType<T[P], AggregateApprovalLevelUser[P]>
|
|
224
|
-
: Prisma.GetScalarType<T[P], AggregateApprovalLevelUser[P]>
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
export type ApprovalLevelUserGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
231
|
-
where?: Prisma.ApprovalLevelUserWhereInput
|
|
232
|
-
orderBy?: Prisma.ApprovalLevelUserOrderByWithAggregationInput | Prisma.ApprovalLevelUserOrderByWithAggregationInput[]
|
|
233
|
-
by: Prisma.ApprovalLevelUserScalarFieldEnum[] | Prisma.ApprovalLevelUserScalarFieldEnum
|
|
234
|
-
having?: Prisma.ApprovalLevelUserScalarWhereWithAggregatesInput
|
|
235
|
-
take?: number
|
|
236
|
-
skip?: number
|
|
237
|
-
_count?: ApprovalLevelUserCountAggregateInputType | true
|
|
238
|
-
_avg?: ApprovalLevelUserAvgAggregateInputType
|
|
239
|
-
_sum?: ApprovalLevelUserSumAggregateInputType
|
|
240
|
-
_min?: ApprovalLevelUserMinAggregateInputType
|
|
241
|
-
_max?: ApprovalLevelUserMaxAggregateInputType
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
export type ApprovalLevelUserGroupByOutputType = {
|
|
245
|
-
id: number
|
|
246
|
-
uuid: string | null
|
|
247
|
-
approval_level_id: number | null
|
|
248
|
-
approver_id: number | null
|
|
249
|
-
is_active: boolean
|
|
250
|
-
is_deleted: boolean
|
|
251
|
-
created_at: Date
|
|
252
|
-
created_by: number | null
|
|
253
|
-
updated_at: Date | null
|
|
254
|
-
updated_by: number | null
|
|
255
|
-
deleted_at: Date | null
|
|
256
|
-
deleted_by: number | null
|
|
257
|
-
_count: ApprovalLevelUserCountAggregateOutputType | null
|
|
258
|
-
_avg: ApprovalLevelUserAvgAggregateOutputType | null
|
|
259
|
-
_sum: ApprovalLevelUserSumAggregateOutputType | null
|
|
260
|
-
_min: ApprovalLevelUserMinAggregateOutputType | null
|
|
261
|
-
_max: ApprovalLevelUserMaxAggregateOutputType | null
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
export type GetApprovalLevelUserGroupByPayload<T extends ApprovalLevelUserGroupByArgs> = Prisma.PrismaPromise<
|
|
265
|
-
Array<
|
|
266
|
-
Prisma.PickEnumerable<ApprovalLevelUserGroupByOutputType, T['by']> &
|
|
267
|
-
{
|
|
268
|
-
[P in ((keyof T) & (keyof ApprovalLevelUserGroupByOutputType))]: P extends '_count'
|
|
269
|
-
? T[P] extends boolean
|
|
270
|
-
? number
|
|
271
|
-
: Prisma.GetScalarType<T[P], ApprovalLevelUserGroupByOutputType[P]>
|
|
272
|
-
: Prisma.GetScalarType<T[P], ApprovalLevelUserGroupByOutputType[P]>
|
|
273
|
-
}
|
|
274
|
-
>
|
|
275
|
-
>
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
export type ApprovalLevelUserWhereInput = {
|
|
280
|
-
AND?: Prisma.ApprovalLevelUserWhereInput | Prisma.ApprovalLevelUserWhereInput[]
|
|
281
|
-
OR?: Prisma.ApprovalLevelUserWhereInput[]
|
|
282
|
-
NOT?: Prisma.ApprovalLevelUserWhereInput | Prisma.ApprovalLevelUserWhereInput[]
|
|
283
|
-
id?: Prisma.IntFilter<"ApprovalLevelUser"> | number
|
|
284
|
-
uuid?: Prisma.StringNullableFilter<"ApprovalLevelUser"> | string | null
|
|
285
|
-
approval_level_id?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
286
|
-
approver_id?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
287
|
-
is_active?: Prisma.BoolFilter<"ApprovalLevelUser"> | boolean
|
|
288
|
-
is_deleted?: Prisma.BoolFilter<"ApprovalLevelUser"> | boolean
|
|
289
|
-
created_at?: Prisma.DateTimeFilter<"ApprovalLevelUser"> | Date | string
|
|
290
|
-
created_by?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
291
|
-
updated_at?: Prisma.DateTimeNullableFilter<"ApprovalLevelUser"> | Date | string | null
|
|
292
|
-
updated_by?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
293
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"ApprovalLevelUser"> | Date | string | null
|
|
294
|
-
deleted_by?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
295
|
-
approval_level?: Prisma.XOR<Prisma.ApprovalLevelNullableScalarRelationFilter, Prisma.ApprovalLevelWhereInput> | null
|
|
296
|
-
user?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
export type ApprovalLevelUserOrderByWithRelationInput = {
|
|
300
|
-
id?: Prisma.SortOrder
|
|
301
|
-
uuid?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
302
|
-
approval_level_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
303
|
-
approver_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
304
|
-
is_active?: Prisma.SortOrder
|
|
305
|
-
is_deleted?: Prisma.SortOrder
|
|
306
|
-
created_at?: Prisma.SortOrder
|
|
307
|
-
created_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
308
|
-
updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
309
|
-
updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
310
|
-
deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
311
|
-
deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
312
|
-
approval_level?: Prisma.ApprovalLevelOrderByWithRelationInput
|
|
313
|
-
user?: Prisma.UserOrderByWithRelationInput
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
export type ApprovalLevelUserWhereUniqueInput = Prisma.AtLeast<{
|
|
317
|
-
id?: number
|
|
318
|
-
uuid?: string
|
|
319
|
-
approval_level_id_approver_id?: Prisma.ApprovalLevelUserApproval_level_idApprover_idCompoundUniqueInput
|
|
320
|
-
AND?: Prisma.ApprovalLevelUserWhereInput | Prisma.ApprovalLevelUserWhereInput[]
|
|
321
|
-
OR?: Prisma.ApprovalLevelUserWhereInput[]
|
|
322
|
-
NOT?: Prisma.ApprovalLevelUserWhereInput | Prisma.ApprovalLevelUserWhereInput[]
|
|
323
|
-
approval_level_id?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
324
|
-
approver_id?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
325
|
-
is_active?: Prisma.BoolFilter<"ApprovalLevelUser"> | boolean
|
|
326
|
-
is_deleted?: Prisma.BoolFilter<"ApprovalLevelUser"> | boolean
|
|
327
|
-
created_at?: Prisma.DateTimeFilter<"ApprovalLevelUser"> | Date | string
|
|
328
|
-
created_by?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
329
|
-
updated_at?: Prisma.DateTimeNullableFilter<"ApprovalLevelUser"> | Date | string | null
|
|
330
|
-
updated_by?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
331
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"ApprovalLevelUser"> | Date | string | null
|
|
332
|
-
deleted_by?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
333
|
-
approval_level?: Prisma.XOR<Prisma.ApprovalLevelNullableScalarRelationFilter, Prisma.ApprovalLevelWhereInput> | null
|
|
334
|
-
user?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
|
335
|
-
}, "id" | "uuid" | "approval_level_id_approver_id">
|
|
336
|
-
|
|
337
|
-
export type ApprovalLevelUserOrderByWithAggregationInput = {
|
|
338
|
-
id?: Prisma.SortOrder
|
|
339
|
-
uuid?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
340
|
-
approval_level_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
341
|
-
approver_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
342
|
-
is_active?: Prisma.SortOrder
|
|
343
|
-
is_deleted?: Prisma.SortOrder
|
|
344
|
-
created_at?: Prisma.SortOrder
|
|
345
|
-
created_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
346
|
-
updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
347
|
-
updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
348
|
-
deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
349
|
-
deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
350
|
-
_count?: Prisma.ApprovalLevelUserCountOrderByAggregateInput
|
|
351
|
-
_avg?: Prisma.ApprovalLevelUserAvgOrderByAggregateInput
|
|
352
|
-
_max?: Prisma.ApprovalLevelUserMaxOrderByAggregateInput
|
|
353
|
-
_min?: Prisma.ApprovalLevelUserMinOrderByAggregateInput
|
|
354
|
-
_sum?: Prisma.ApprovalLevelUserSumOrderByAggregateInput
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
export type ApprovalLevelUserScalarWhereWithAggregatesInput = {
|
|
358
|
-
AND?: Prisma.ApprovalLevelUserScalarWhereWithAggregatesInput | Prisma.ApprovalLevelUserScalarWhereWithAggregatesInput[]
|
|
359
|
-
OR?: Prisma.ApprovalLevelUserScalarWhereWithAggregatesInput[]
|
|
360
|
-
NOT?: Prisma.ApprovalLevelUserScalarWhereWithAggregatesInput | Prisma.ApprovalLevelUserScalarWhereWithAggregatesInput[]
|
|
361
|
-
id?: Prisma.IntWithAggregatesFilter<"ApprovalLevelUser"> | number
|
|
362
|
-
uuid?: Prisma.StringNullableWithAggregatesFilter<"ApprovalLevelUser"> | string | null
|
|
363
|
-
approval_level_id?: Prisma.IntNullableWithAggregatesFilter<"ApprovalLevelUser"> | number | null
|
|
364
|
-
approver_id?: Prisma.IntNullableWithAggregatesFilter<"ApprovalLevelUser"> | number | null
|
|
365
|
-
is_active?: Prisma.BoolWithAggregatesFilter<"ApprovalLevelUser"> | boolean
|
|
366
|
-
is_deleted?: Prisma.BoolWithAggregatesFilter<"ApprovalLevelUser"> | boolean
|
|
367
|
-
created_at?: Prisma.DateTimeWithAggregatesFilter<"ApprovalLevelUser"> | Date | string
|
|
368
|
-
created_by?: Prisma.IntNullableWithAggregatesFilter<"ApprovalLevelUser"> | number | null
|
|
369
|
-
updated_at?: Prisma.DateTimeNullableWithAggregatesFilter<"ApprovalLevelUser"> | Date | string | null
|
|
370
|
-
updated_by?: Prisma.IntNullableWithAggregatesFilter<"ApprovalLevelUser"> | number | null
|
|
371
|
-
deleted_at?: Prisma.DateTimeNullableWithAggregatesFilter<"ApprovalLevelUser"> | Date | string | null
|
|
372
|
-
deleted_by?: Prisma.IntNullableWithAggregatesFilter<"ApprovalLevelUser"> | number | null
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
export type ApprovalLevelUserCreateInput = {
|
|
376
|
-
uuid?: string | null
|
|
377
|
-
is_active?: boolean
|
|
378
|
-
is_deleted?: boolean
|
|
379
|
-
created_at?: Date | string
|
|
380
|
-
created_by?: number | null
|
|
381
|
-
updated_at?: Date | string | null
|
|
382
|
-
updated_by?: number | null
|
|
383
|
-
deleted_at?: Date | string | null
|
|
384
|
-
deleted_by?: number | null
|
|
385
|
-
approval_level?: Prisma.ApprovalLevelCreateNestedOneWithoutApproval_level_usersInput
|
|
386
|
-
user?: Prisma.UserCreateNestedOneWithoutApproval_level_userInput
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
export type ApprovalLevelUserUncheckedCreateInput = {
|
|
390
|
-
id?: number
|
|
391
|
-
uuid?: string | null
|
|
392
|
-
approval_level_id?: number | null
|
|
393
|
-
approver_id?: number | null
|
|
394
|
-
is_active?: boolean
|
|
395
|
-
is_deleted?: boolean
|
|
396
|
-
created_at?: Date | string
|
|
397
|
-
created_by?: number | null
|
|
398
|
-
updated_at?: Date | string | null
|
|
399
|
-
updated_by?: number | null
|
|
400
|
-
deleted_at?: Date | string | null
|
|
401
|
-
deleted_by?: number | null
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
export type ApprovalLevelUserUpdateInput = {
|
|
405
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
406
|
-
is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
407
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
408
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
409
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
410
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
411
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
412
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
413
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
414
|
-
approval_level?: Prisma.ApprovalLevelUpdateOneWithoutApproval_level_usersNestedInput
|
|
415
|
-
user?: Prisma.UserUpdateOneWithoutApproval_level_userNestedInput
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
export type ApprovalLevelUserUncheckedUpdateInput = {
|
|
419
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
420
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
421
|
-
approval_level_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
422
|
-
approver_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
423
|
-
is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
424
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
425
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
426
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
427
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
428
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
429
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
430
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
export type ApprovalLevelUserCreateManyInput = {
|
|
434
|
-
id?: number
|
|
435
|
-
uuid?: string | null
|
|
436
|
-
approval_level_id?: number | null
|
|
437
|
-
approver_id?: number | null
|
|
438
|
-
is_active?: boolean
|
|
439
|
-
is_deleted?: boolean
|
|
440
|
-
created_at?: Date | string
|
|
441
|
-
created_by?: number | null
|
|
442
|
-
updated_at?: Date | string | null
|
|
443
|
-
updated_by?: number | null
|
|
444
|
-
deleted_at?: Date | string | null
|
|
445
|
-
deleted_by?: number | null
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
export type ApprovalLevelUserUpdateManyMutationInput = {
|
|
449
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
450
|
-
is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
451
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
452
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
453
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
454
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
455
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
456
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
457
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
export type ApprovalLevelUserUncheckedUpdateManyInput = {
|
|
461
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
462
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
463
|
-
approval_level_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
464
|
-
approver_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
465
|
-
is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
466
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
467
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
468
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
469
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
470
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
471
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
472
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
export type ApprovalLevelUserListRelationFilter = {
|
|
476
|
-
every?: Prisma.ApprovalLevelUserWhereInput
|
|
477
|
-
some?: Prisma.ApprovalLevelUserWhereInput
|
|
478
|
-
none?: Prisma.ApprovalLevelUserWhereInput
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
export type ApprovalLevelUserOrderByRelationAggregateInput = {
|
|
482
|
-
_count?: Prisma.SortOrder
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
export type ApprovalLevelUserApproval_level_idApprover_idCompoundUniqueInput = {
|
|
486
|
-
approval_level_id: number
|
|
487
|
-
approver_id: number
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
export type ApprovalLevelUserCountOrderByAggregateInput = {
|
|
491
|
-
id?: Prisma.SortOrder
|
|
492
|
-
uuid?: Prisma.SortOrder
|
|
493
|
-
approval_level_id?: Prisma.SortOrder
|
|
494
|
-
approver_id?: Prisma.SortOrder
|
|
495
|
-
is_active?: Prisma.SortOrder
|
|
496
|
-
is_deleted?: Prisma.SortOrder
|
|
497
|
-
created_at?: Prisma.SortOrder
|
|
498
|
-
created_by?: Prisma.SortOrder
|
|
499
|
-
updated_at?: Prisma.SortOrder
|
|
500
|
-
updated_by?: Prisma.SortOrder
|
|
501
|
-
deleted_at?: Prisma.SortOrder
|
|
502
|
-
deleted_by?: Prisma.SortOrder
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
export type ApprovalLevelUserAvgOrderByAggregateInput = {
|
|
506
|
-
id?: Prisma.SortOrder
|
|
507
|
-
approval_level_id?: Prisma.SortOrder
|
|
508
|
-
approver_id?: Prisma.SortOrder
|
|
509
|
-
created_by?: Prisma.SortOrder
|
|
510
|
-
updated_by?: Prisma.SortOrder
|
|
511
|
-
deleted_by?: Prisma.SortOrder
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
export type ApprovalLevelUserMaxOrderByAggregateInput = {
|
|
515
|
-
id?: Prisma.SortOrder
|
|
516
|
-
uuid?: Prisma.SortOrder
|
|
517
|
-
approval_level_id?: Prisma.SortOrder
|
|
518
|
-
approver_id?: Prisma.SortOrder
|
|
519
|
-
is_active?: Prisma.SortOrder
|
|
520
|
-
is_deleted?: Prisma.SortOrder
|
|
521
|
-
created_at?: Prisma.SortOrder
|
|
522
|
-
created_by?: Prisma.SortOrder
|
|
523
|
-
updated_at?: Prisma.SortOrder
|
|
524
|
-
updated_by?: Prisma.SortOrder
|
|
525
|
-
deleted_at?: Prisma.SortOrder
|
|
526
|
-
deleted_by?: Prisma.SortOrder
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
export type ApprovalLevelUserMinOrderByAggregateInput = {
|
|
530
|
-
id?: Prisma.SortOrder
|
|
531
|
-
uuid?: Prisma.SortOrder
|
|
532
|
-
approval_level_id?: Prisma.SortOrder
|
|
533
|
-
approver_id?: Prisma.SortOrder
|
|
534
|
-
is_active?: Prisma.SortOrder
|
|
535
|
-
is_deleted?: Prisma.SortOrder
|
|
536
|
-
created_at?: Prisma.SortOrder
|
|
537
|
-
created_by?: Prisma.SortOrder
|
|
538
|
-
updated_at?: Prisma.SortOrder
|
|
539
|
-
updated_by?: Prisma.SortOrder
|
|
540
|
-
deleted_at?: Prisma.SortOrder
|
|
541
|
-
deleted_by?: Prisma.SortOrder
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
export type ApprovalLevelUserSumOrderByAggregateInput = {
|
|
545
|
-
id?: Prisma.SortOrder
|
|
546
|
-
approval_level_id?: Prisma.SortOrder
|
|
547
|
-
approver_id?: Prisma.SortOrder
|
|
548
|
-
created_by?: Prisma.SortOrder
|
|
549
|
-
updated_by?: Prisma.SortOrder
|
|
550
|
-
deleted_by?: Prisma.SortOrder
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
export type ApprovalLevelUserCreateNestedManyWithoutUserInput = {
|
|
554
|
-
create?: Prisma.XOR<Prisma.ApprovalLevelUserCreateWithoutUserInput, Prisma.ApprovalLevelUserUncheckedCreateWithoutUserInput> | Prisma.ApprovalLevelUserCreateWithoutUserInput[] | Prisma.ApprovalLevelUserUncheckedCreateWithoutUserInput[]
|
|
555
|
-
connectOrCreate?: Prisma.ApprovalLevelUserCreateOrConnectWithoutUserInput | Prisma.ApprovalLevelUserCreateOrConnectWithoutUserInput[]
|
|
556
|
-
createMany?: Prisma.ApprovalLevelUserCreateManyUserInputEnvelope
|
|
557
|
-
connect?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
export type ApprovalLevelUserUncheckedCreateNestedManyWithoutUserInput = {
|
|
561
|
-
create?: Prisma.XOR<Prisma.ApprovalLevelUserCreateWithoutUserInput, Prisma.ApprovalLevelUserUncheckedCreateWithoutUserInput> | Prisma.ApprovalLevelUserCreateWithoutUserInput[] | Prisma.ApprovalLevelUserUncheckedCreateWithoutUserInput[]
|
|
562
|
-
connectOrCreate?: Prisma.ApprovalLevelUserCreateOrConnectWithoutUserInput | Prisma.ApprovalLevelUserCreateOrConnectWithoutUserInput[]
|
|
563
|
-
createMany?: Prisma.ApprovalLevelUserCreateManyUserInputEnvelope
|
|
564
|
-
connect?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
export type ApprovalLevelUserUpdateManyWithoutUserNestedInput = {
|
|
568
|
-
create?: Prisma.XOR<Prisma.ApprovalLevelUserCreateWithoutUserInput, Prisma.ApprovalLevelUserUncheckedCreateWithoutUserInput> | Prisma.ApprovalLevelUserCreateWithoutUserInput[] | Prisma.ApprovalLevelUserUncheckedCreateWithoutUserInput[]
|
|
569
|
-
connectOrCreate?: Prisma.ApprovalLevelUserCreateOrConnectWithoutUserInput | Prisma.ApprovalLevelUserCreateOrConnectWithoutUserInput[]
|
|
570
|
-
upsert?: Prisma.ApprovalLevelUserUpsertWithWhereUniqueWithoutUserInput | Prisma.ApprovalLevelUserUpsertWithWhereUniqueWithoutUserInput[]
|
|
571
|
-
createMany?: Prisma.ApprovalLevelUserCreateManyUserInputEnvelope
|
|
572
|
-
set?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
573
|
-
disconnect?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
574
|
-
delete?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
575
|
-
connect?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
576
|
-
update?: Prisma.ApprovalLevelUserUpdateWithWhereUniqueWithoutUserInput | Prisma.ApprovalLevelUserUpdateWithWhereUniqueWithoutUserInput[]
|
|
577
|
-
updateMany?: Prisma.ApprovalLevelUserUpdateManyWithWhereWithoutUserInput | Prisma.ApprovalLevelUserUpdateManyWithWhereWithoutUserInput[]
|
|
578
|
-
deleteMany?: Prisma.ApprovalLevelUserScalarWhereInput | Prisma.ApprovalLevelUserScalarWhereInput[]
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
export type ApprovalLevelUserUncheckedUpdateManyWithoutUserNestedInput = {
|
|
582
|
-
create?: Prisma.XOR<Prisma.ApprovalLevelUserCreateWithoutUserInput, Prisma.ApprovalLevelUserUncheckedCreateWithoutUserInput> | Prisma.ApprovalLevelUserCreateWithoutUserInput[] | Prisma.ApprovalLevelUserUncheckedCreateWithoutUserInput[]
|
|
583
|
-
connectOrCreate?: Prisma.ApprovalLevelUserCreateOrConnectWithoutUserInput | Prisma.ApprovalLevelUserCreateOrConnectWithoutUserInput[]
|
|
584
|
-
upsert?: Prisma.ApprovalLevelUserUpsertWithWhereUniqueWithoutUserInput | Prisma.ApprovalLevelUserUpsertWithWhereUniqueWithoutUserInput[]
|
|
585
|
-
createMany?: Prisma.ApprovalLevelUserCreateManyUserInputEnvelope
|
|
586
|
-
set?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
587
|
-
disconnect?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
588
|
-
delete?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
589
|
-
connect?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
590
|
-
update?: Prisma.ApprovalLevelUserUpdateWithWhereUniqueWithoutUserInput | Prisma.ApprovalLevelUserUpdateWithWhereUniqueWithoutUserInput[]
|
|
591
|
-
updateMany?: Prisma.ApprovalLevelUserUpdateManyWithWhereWithoutUserInput | Prisma.ApprovalLevelUserUpdateManyWithWhereWithoutUserInput[]
|
|
592
|
-
deleteMany?: Prisma.ApprovalLevelUserScalarWhereInput | Prisma.ApprovalLevelUserScalarWhereInput[]
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
export type ApprovalLevelUserCreateNestedManyWithoutApproval_levelInput = {
|
|
596
|
-
create?: Prisma.XOR<Prisma.ApprovalLevelUserCreateWithoutApproval_levelInput, Prisma.ApprovalLevelUserUncheckedCreateWithoutApproval_levelInput> | Prisma.ApprovalLevelUserCreateWithoutApproval_levelInput[] | Prisma.ApprovalLevelUserUncheckedCreateWithoutApproval_levelInput[]
|
|
597
|
-
connectOrCreate?: Prisma.ApprovalLevelUserCreateOrConnectWithoutApproval_levelInput | Prisma.ApprovalLevelUserCreateOrConnectWithoutApproval_levelInput[]
|
|
598
|
-
createMany?: Prisma.ApprovalLevelUserCreateManyApproval_levelInputEnvelope
|
|
599
|
-
connect?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
export type ApprovalLevelUserUncheckedCreateNestedManyWithoutApproval_levelInput = {
|
|
603
|
-
create?: Prisma.XOR<Prisma.ApprovalLevelUserCreateWithoutApproval_levelInput, Prisma.ApprovalLevelUserUncheckedCreateWithoutApproval_levelInput> | Prisma.ApprovalLevelUserCreateWithoutApproval_levelInput[] | Prisma.ApprovalLevelUserUncheckedCreateWithoutApproval_levelInput[]
|
|
604
|
-
connectOrCreate?: Prisma.ApprovalLevelUserCreateOrConnectWithoutApproval_levelInput | Prisma.ApprovalLevelUserCreateOrConnectWithoutApproval_levelInput[]
|
|
605
|
-
createMany?: Prisma.ApprovalLevelUserCreateManyApproval_levelInputEnvelope
|
|
606
|
-
connect?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
export type ApprovalLevelUserUpdateManyWithoutApproval_levelNestedInput = {
|
|
610
|
-
create?: Prisma.XOR<Prisma.ApprovalLevelUserCreateWithoutApproval_levelInput, Prisma.ApprovalLevelUserUncheckedCreateWithoutApproval_levelInput> | Prisma.ApprovalLevelUserCreateWithoutApproval_levelInput[] | Prisma.ApprovalLevelUserUncheckedCreateWithoutApproval_levelInput[]
|
|
611
|
-
connectOrCreate?: Prisma.ApprovalLevelUserCreateOrConnectWithoutApproval_levelInput | Prisma.ApprovalLevelUserCreateOrConnectWithoutApproval_levelInput[]
|
|
612
|
-
upsert?: Prisma.ApprovalLevelUserUpsertWithWhereUniqueWithoutApproval_levelInput | Prisma.ApprovalLevelUserUpsertWithWhereUniqueWithoutApproval_levelInput[]
|
|
613
|
-
createMany?: Prisma.ApprovalLevelUserCreateManyApproval_levelInputEnvelope
|
|
614
|
-
set?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
615
|
-
disconnect?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
616
|
-
delete?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
617
|
-
connect?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
618
|
-
update?: Prisma.ApprovalLevelUserUpdateWithWhereUniqueWithoutApproval_levelInput | Prisma.ApprovalLevelUserUpdateWithWhereUniqueWithoutApproval_levelInput[]
|
|
619
|
-
updateMany?: Prisma.ApprovalLevelUserUpdateManyWithWhereWithoutApproval_levelInput | Prisma.ApprovalLevelUserUpdateManyWithWhereWithoutApproval_levelInput[]
|
|
620
|
-
deleteMany?: Prisma.ApprovalLevelUserScalarWhereInput | Prisma.ApprovalLevelUserScalarWhereInput[]
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
export type ApprovalLevelUserUncheckedUpdateManyWithoutApproval_levelNestedInput = {
|
|
624
|
-
create?: Prisma.XOR<Prisma.ApprovalLevelUserCreateWithoutApproval_levelInput, Prisma.ApprovalLevelUserUncheckedCreateWithoutApproval_levelInput> | Prisma.ApprovalLevelUserCreateWithoutApproval_levelInput[] | Prisma.ApprovalLevelUserUncheckedCreateWithoutApproval_levelInput[]
|
|
625
|
-
connectOrCreate?: Prisma.ApprovalLevelUserCreateOrConnectWithoutApproval_levelInput | Prisma.ApprovalLevelUserCreateOrConnectWithoutApproval_levelInput[]
|
|
626
|
-
upsert?: Prisma.ApprovalLevelUserUpsertWithWhereUniqueWithoutApproval_levelInput | Prisma.ApprovalLevelUserUpsertWithWhereUniqueWithoutApproval_levelInput[]
|
|
627
|
-
createMany?: Prisma.ApprovalLevelUserCreateManyApproval_levelInputEnvelope
|
|
628
|
-
set?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
629
|
-
disconnect?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
630
|
-
delete?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
631
|
-
connect?: Prisma.ApprovalLevelUserWhereUniqueInput | Prisma.ApprovalLevelUserWhereUniqueInput[]
|
|
632
|
-
update?: Prisma.ApprovalLevelUserUpdateWithWhereUniqueWithoutApproval_levelInput | Prisma.ApprovalLevelUserUpdateWithWhereUniqueWithoutApproval_levelInput[]
|
|
633
|
-
updateMany?: Prisma.ApprovalLevelUserUpdateManyWithWhereWithoutApproval_levelInput | Prisma.ApprovalLevelUserUpdateManyWithWhereWithoutApproval_levelInput[]
|
|
634
|
-
deleteMany?: Prisma.ApprovalLevelUserScalarWhereInput | Prisma.ApprovalLevelUserScalarWhereInput[]
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
export type ApprovalLevelUserCreateWithoutUserInput = {
|
|
638
|
-
uuid?: string | null
|
|
639
|
-
is_active?: boolean
|
|
640
|
-
is_deleted?: boolean
|
|
641
|
-
created_at?: Date | string
|
|
642
|
-
created_by?: number | null
|
|
643
|
-
updated_at?: Date | string | null
|
|
644
|
-
updated_by?: number | null
|
|
645
|
-
deleted_at?: Date | string | null
|
|
646
|
-
deleted_by?: number | null
|
|
647
|
-
approval_level?: Prisma.ApprovalLevelCreateNestedOneWithoutApproval_level_usersInput
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
export type ApprovalLevelUserUncheckedCreateWithoutUserInput = {
|
|
651
|
-
id?: number
|
|
652
|
-
uuid?: string | null
|
|
653
|
-
approval_level_id?: number | null
|
|
654
|
-
is_active?: boolean
|
|
655
|
-
is_deleted?: boolean
|
|
656
|
-
created_at?: Date | string
|
|
657
|
-
created_by?: number | null
|
|
658
|
-
updated_at?: Date | string | null
|
|
659
|
-
updated_by?: number | null
|
|
660
|
-
deleted_at?: Date | string | null
|
|
661
|
-
deleted_by?: number | null
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
export type ApprovalLevelUserCreateOrConnectWithoutUserInput = {
|
|
665
|
-
where: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
666
|
-
create: Prisma.XOR<Prisma.ApprovalLevelUserCreateWithoutUserInput, Prisma.ApprovalLevelUserUncheckedCreateWithoutUserInput>
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
export type ApprovalLevelUserCreateManyUserInputEnvelope = {
|
|
670
|
-
data: Prisma.ApprovalLevelUserCreateManyUserInput | Prisma.ApprovalLevelUserCreateManyUserInput[]
|
|
671
|
-
skipDuplicates?: boolean
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
export type ApprovalLevelUserUpsertWithWhereUniqueWithoutUserInput = {
|
|
675
|
-
where: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
676
|
-
update: Prisma.XOR<Prisma.ApprovalLevelUserUpdateWithoutUserInput, Prisma.ApprovalLevelUserUncheckedUpdateWithoutUserInput>
|
|
677
|
-
create: Prisma.XOR<Prisma.ApprovalLevelUserCreateWithoutUserInput, Prisma.ApprovalLevelUserUncheckedCreateWithoutUserInput>
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
export type ApprovalLevelUserUpdateWithWhereUniqueWithoutUserInput = {
|
|
681
|
-
where: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
682
|
-
data: Prisma.XOR<Prisma.ApprovalLevelUserUpdateWithoutUserInput, Prisma.ApprovalLevelUserUncheckedUpdateWithoutUserInput>
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
export type ApprovalLevelUserUpdateManyWithWhereWithoutUserInput = {
|
|
686
|
-
where: Prisma.ApprovalLevelUserScalarWhereInput
|
|
687
|
-
data: Prisma.XOR<Prisma.ApprovalLevelUserUpdateManyMutationInput, Prisma.ApprovalLevelUserUncheckedUpdateManyWithoutUserInput>
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
export type ApprovalLevelUserScalarWhereInput = {
|
|
691
|
-
AND?: Prisma.ApprovalLevelUserScalarWhereInput | Prisma.ApprovalLevelUserScalarWhereInput[]
|
|
692
|
-
OR?: Prisma.ApprovalLevelUserScalarWhereInput[]
|
|
693
|
-
NOT?: Prisma.ApprovalLevelUserScalarWhereInput | Prisma.ApprovalLevelUserScalarWhereInput[]
|
|
694
|
-
id?: Prisma.IntFilter<"ApprovalLevelUser"> | number
|
|
695
|
-
uuid?: Prisma.StringNullableFilter<"ApprovalLevelUser"> | string | null
|
|
696
|
-
approval_level_id?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
697
|
-
approver_id?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
698
|
-
is_active?: Prisma.BoolFilter<"ApprovalLevelUser"> | boolean
|
|
699
|
-
is_deleted?: Prisma.BoolFilter<"ApprovalLevelUser"> | boolean
|
|
700
|
-
created_at?: Prisma.DateTimeFilter<"ApprovalLevelUser"> | Date | string
|
|
701
|
-
created_by?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
702
|
-
updated_at?: Prisma.DateTimeNullableFilter<"ApprovalLevelUser"> | Date | string | null
|
|
703
|
-
updated_by?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
704
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"ApprovalLevelUser"> | Date | string | null
|
|
705
|
-
deleted_by?: Prisma.IntNullableFilter<"ApprovalLevelUser"> | number | null
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
export type ApprovalLevelUserCreateWithoutApproval_levelInput = {
|
|
709
|
-
uuid?: string | null
|
|
710
|
-
is_active?: boolean
|
|
711
|
-
is_deleted?: boolean
|
|
712
|
-
created_at?: Date | string
|
|
713
|
-
created_by?: number | null
|
|
714
|
-
updated_at?: Date | string | null
|
|
715
|
-
updated_by?: number | null
|
|
716
|
-
deleted_at?: Date | string | null
|
|
717
|
-
deleted_by?: number | null
|
|
718
|
-
user?: Prisma.UserCreateNestedOneWithoutApproval_level_userInput
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
export type ApprovalLevelUserUncheckedCreateWithoutApproval_levelInput = {
|
|
722
|
-
id?: number
|
|
723
|
-
uuid?: string | null
|
|
724
|
-
approver_id?: number | null
|
|
725
|
-
is_active?: boolean
|
|
726
|
-
is_deleted?: boolean
|
|
727
|
-
created_at?: Date | string
|
|
728
|
-
created_by?: number | null
|
|
729
|
-
updated_at?: Date | string | null
|
|
730
|
-
updated_by?: number | null
|
|
731
|
-
deleted_at?: Date | string | null
|
|
732
|
-
deleted_by?: number | null
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
export type ApprovalLevelUserCreateOrConnectWithoutApproval_levelInput = {
|
|
736
|
-
where: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
737
|
-
create: Prisma.XOR<Prisma.ApprovalLevelUserCreateWithoutApproval_levelInput, Prisma.ApprovalLevelUserUncheckedCreateWithoutApproval_levelInput>
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
export type ApprovalLevelUserCreateManyApproval_levelInputEnvelope = {
|
|
741
|
-
data: Prisma.ApprovalLevelUserCreateManyApproval_levelInput | Prisma.ApprovalLevelUserCreateManyApproval_levelInput[]
|
|
742
|
-
skipDuplicates?: boolean
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
export type ApprovalLevelUserUpsertWithWhereUniqueWithoutApproval_levelInput = {
|
|
746
|
-
where: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
747
|
-
update: Prisma.XOR<Prisma.ApprovalLevelUserUpdateWithoutApproval_levelInput, Prisma.ApprovalLevelUserUncheckedUpdateWithoutApproval_levelInput>
|
|
748
|
-
create: Prisma.XOR<Prisma.ApprovalLevelUserCreateWithoutApproval_levelInput, Prisma.ApprovalLevelUserUncheckedCreateWithoutApproval_levelInput>
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
export type ApprovalLevelUserUpdateWithWhereUniqueWithoutApproval_levelInput = {
|
|
752
|
-
where: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
753
|
-
data: Prisma.XOR<Prisma.ApprovalLevelUserUpdateWithoutApproval_levelInput, Prisma.ApprovalLevelUserUncheckedUpdateWithoutApproval_levelInput>
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
export type ApprovalLevelUserUpdateManyWithWhereWithoutApproval_levelInput = {
|
|
757
|
-
where: Prisma.ApprovalLevelUserScalarWhereInput
|
|
758
|
-
data: Prisma.XOR<Prisma.ApprovalLevelUserUpdateManyMutationInput, Prisma.ApprovalLevelUserUncheckedUpdateManyWithoutApproval_levelInput>
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
export type ApprovalLevelUserCreateManyUserInput = {
|
|
762
|
-
id?: number
|
|
763
|
-
uuid?: string | null
|
|
764
|
-
approval_level_id?: number | null
|
|
765
|
-
is_active?: boolean
|
|
766
|
-
is_deleted?: boolean
|
|
767
|
-
created_at?: Date | string
|
|
768
|
-
created_by?: number | null
|
|
769
|
-
updated_at?: Date | string | null
|
|
770
|
-
updated_by?: number | null
|
|
771
|
-
deleted_at?: Date | string | null
|
|
772
|
-
deleted_by?: number | null
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
export type ApprovalLevelUserUpdateWithoutUserInput = {
|
|
776
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
777
|
-
is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
778
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
779
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
780
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
781
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
782
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
783
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
784
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
785
|
-
approval_level?: Prisma.ApprovalLevelUpdateOneWithoutApproval_level_usersNestedInput
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
export type ApprovalLevelUserUncheckedUpdateWithoutUserInput = {
|
|
789
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
790
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
791
|
-
approval_level_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
792
|
-
is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
793
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
794
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
795
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
796
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
797
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
798
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
799
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
export type ApprovalLevelUserUncheckedUpdateManyWithoutUserInput = {
|
|
803
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
804
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
805
|
-
approval_level_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
806
|
-
is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
807
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
808
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
809
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
810
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
811
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
812
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
813
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
export type ApprovalLevelUserCreateManyApproval_levelInput = {
|
|
817
|
-
id?: number
|
|
818
|
-
uuid?: string | null
|
|
819
|
-
approver_id?: number | null
|
|
820
|
-
is_active?: boolean
|
|
821
|
-
is_deleted?: boolean
|
|
822
|
-
created_at?: Date | string
|
|
823
|
-
created_by?: number | null
|
|
824
|
-
updated_at?: Date | string | null
|
|
825
|
-
updated_by?: number | null
|
|
826
|
-
deleted_at?: Date | string | null
|
|
827
|
-
deleted_by?: number | null
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
export type ApprovalLevelUserUpdateWithoutApproval_levelInput = {
|
|
831
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
832
|
-
is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
833
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
834
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
835
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
836
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
837
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
838
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
839
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
840
|
-
user?: Prisma.UserUpdateOneWithoutApproval_level_userNestedInput
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
export type ApprovalLevelUserUncheckedUpdateWithoutApproval_levelInput = {
|
|
844
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
845
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
846
|
-
approver_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
847
|
-
is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
848
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
849
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
850
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
851
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
852
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
853
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
854
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
export type ApprovalLevelUserUncheckedUpdateManyWithoutApproval_levelInput = {
|
|
858
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
859
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
860
|
-
approver_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
861
|
-
is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
862
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
863
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
864
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
865
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
866
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
867
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
868
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
export type ApprovalLevelUserSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
874
|
-
id?: boolean
|
|
875
|
-
uuid?: boolean
|
|
876
|
-
approval_level_id?: boolean
|
|
877
|
-
approver_id?: boolean
|
|
878
|
-
is_active?: boolean
|
|
879
|
-
is_deleted?: boolean
|
|
880
|
-
created_at?: boolean
|
|
881
|
-
created_by?: boolean
|
|
882
|
-
updated_at?: boolean
|
|
883
|
-
updated_by?: boolean
|
|
884
|
-
deleted_at?: boolean
|
|
885
|
-
deleted_by?: boolean
|
|
886
|
-
approval_level?: boolean | Prisma.ApprovalLevelUser$approval_levelArgs<ExtArgs>
|
|
887
|
-
user?: boolean | Prisma.ApprovalLevelUser$userArgs<ExtArgs>
|
|
888
|
-
}, ExtArgs["result"]["approvalLevelUser"]>
|
|
889
|
-
|
|
890
|
-
export type ApprovalLevelUserSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
891
|
-
id?: boolean
|
|
892
|
-
uuid?: boolean
|
|
893
|
-
approval_level_id?: boolean
|
|
894
|
-
approver_id?: boolean
|
|
895
|
-
is_active?: boolean
|
|
896
|
-
is_deleted?: boolean
|
|
897
|
-
created_at?: boolean
|
|
898
|
-
created_by?: boolean
|
|
899
|
-
updated_at?: boolean
|
|
900
|
-
updated_by?: boolean
|
|
901
|
-
deleted_at?: boolean
|
|
902
|
-
deleted_by?: boolean
|
|
903
|
-
approval_level?: boolean | Prisma.ApprovalLevelUser$approval_levelArgs<ExtArgs>
|
|
904
|
-
user?: boolean | Prisma.ApprovalLevelUser$userArgs<ExtArgs>
|
|
905
|
-
}, ExtArgs["result"]["approvalLevelUser"]>
|
|
906
|
-
|
|
907
|
-
export type ApprovalLevelUserSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
908
|
-
id?: boolean
|
|
909
|
-
uuid?: boolean
|
|
910
|
-
approval_level_id?: boolean
|
|
911
|
-
approver_id?: boolean
|
|
912
|
-
is_active?: boolean
|
|
913
|
-
is_deleted?: boolean
|
|
914
|
-
created_at?: boolean
|
|
915
|
-
created_by?: boolean
|
|
916
|
-
updated_at?: boolean
|
|
917
|
-
updated_by?: boolean
|
|
918
|
-
deleted_at?: boolean
|
|
919
|
-
deleted_by?: boolean
|
|
920
|
-
approval_level?: boolean | Prisma.ApprovalLevelUser$approval_levelArgs<ExtArgs>
|
|
921
|
-
user?: boolean | Prisma.ApprovalLevelUser$userArgs<ExtArgs>
|
|
922
|
-
}, ExtArgs["result"]["approvalLevelUser"]>
|
|
923
|
-
|
|
924
|
-
export type ApprovalLevelUserSelectScalar = {
|
|
925
|
-
id?: boolean
|
|
926
|
-
uuid?: boolean
|
|
927
|
-
approval_level_id?: boolean
|
|
928
|
-
approver_id?: boolean
|
|
929
|
-
is_active?: boolean
|
|
930
|
-
is_deleted?: boolean
|
|
931
|
-
created_at?: boolean
|
|
932
|
-
created_by?: boolean
|
|
933
|
-
updated_at?: boolean
|
|
934
|
-
updated_by?: boolean
|
|
935
|
-
deleted_at?: boolean
|
|
936
|
-
deleted_by?: boolean
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
export type ApprovalLevelUserOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "uuid" | "approval_level_id" | "approver_id" | "is_active" | "is_deleted" | "created_at" | "created_by" | "updated_at" | "updated_by" | "deleted_at" | "deleted_by", ExtArgs["result"]["approvalLevelUser"]>
|
|
940
|
-
export type ApprovalLevelUserInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
941
|
-
approval_level?: boolean | Prisma.ApprovalLevelUser$approval_levelArgs<ExtArgs>
|
|
942
|
-
user?: boolean | Prisma.ApprovalLevelUser$userArgs<ExtArgs>
|
|
943
|
-
}
|
|
944
|
-
export type ApprovalLevelUserIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
945
|
-
approval_level?: boolean | Prisma.ApprovalLevelUser$approval_levelArgs<ExtArgs>
|
|
946
|
-
user?: boolean | Prisma.ApprovalLevelUser$userArgs<ExtArgs>
|
|
947
|
-
}
|
|
948
|
-
export type ApprovalLevelUserIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
949
|
-
approval_level?: boolean | Prisma.ApprovalLevelUser$approval_levelArgs<ExtArgs>
|
|
950
|
-
user?: boolean | Prisma.ApprovalLevelUser$userArgs<ExtArgs>
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
export type $ApprovalLevelUserPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
954
|
-
name: "ApprovalLevelUser"
|
|
955
|
-
objects: {
|
|
956
|
-
approval_level: Prisma.$ApprovalLevelPayload<ExtArgs> | null
|
|
957
|
-
user: Prisma.$UserPayload<ExtArgs> | null
|
|
958
|
-
}
|
|
959
|
-
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
960
|
-
id: number
|
|
961
|
-
uuid: string | null
|
|
962
|
-
approval_level_id: number | null
|
|
963
|
-
approver_id: number | null
|
|
964
|
-
is_active: boolean
|
|
965
|
-
is_deleted: boolean
|
|
966
|
-
created_at: Date
|
|
967
|
-
created_by: number | null
|
|
968
|
-
updated_at: Date | null
|
|
969
|
-
updated_by: number | null
|
|
970
|
-
deleted_at: Date | null
|
|
971
|
-
deleted_by: number | null
|
|
972
|
-
}, ExtArgs["result"]["approvalLevelUser"]>
|
|
973
|
-
composites: {}
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
export type ApprovalLevelUserGetPayload<S extends boolean | null | undefined | ApprovalLevelUserDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$ApprovalLevelUserPayload, S>
|
|
977
|
-
|
|
978
|
-
export type ApprovalLevelUserCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
979
|
-
Omit<ApprovalLevelUserFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
980
|
-
select?: ApprovalLevelUserCountAggregateInputType | true
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
export interface ApprovalLevelUserDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
984
|
-
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['ApprovalLevelUser'], meta: { name: 'ApprovalLevelUser' } }
|
|
985
|
-
/**
|
|
986
|
-
* Find zero or one ApprovalLevelUser that matches the filter.
|
|
987
|
-
* @param {ApprovalLevelUserFindUniqueArgs} args - Arguments to find a ApprovalLevelUser
|
|
988
|
-
* @example
|
|
989
|
-
* // Get one ApprovalLevelUser
|
|
990
|
-
* const approvalLevelUser = await prisma.approvalLevelUser.findUnique({
|
|
991
|
-
* where: {
|
|
992
|
-
* // ... provide filter here
|
|
993
|
-
* }
|
|
994
|
-
* })
|
|
995
|
-
*/
|
|
996
|
-
findUnique<T extends ApprovalLevelUserFindUniqueArgs>(args: Prisma.SelectSubset<T, ApprovalLevelUserFindUniqueArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelUserPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
997
|
-
|
|
998
|
-
/**
|
|
999
|
-
* Find one ApprovalLevelUser that matches the filter or throw an error with `error.code='P2025'`
|
|
1000
|
-
* if no matches were found.
|
|
1001
|
-
* @param {ApprovalLevelUserFindUniqueOrThrowArgs} args - Arguments to find a ApprovalLevelUser
|
|
1002
|
-
* @example
|
|
1003
|
-
* // Get one ApprovalLevelUser
|
|
1004
|
-
* const approvalLevelUser = await prisma.approvalLevelUser.findUniqueOrThrow({
|
|
1005
|
-
* where: {
|
|
1006
|
-
* // ... provide filter here
|
|
1007
|
-
* }
|
|
1008
|
-
* })
|
|
1009
|
-
*/
|
|
1010
|
-
findUniqueOrThrow<T extends ApprovalLevelUserFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, ApprovalLevelUserFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelUserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1011
|
-
|
|
1012
|
-
/**
|
|
1013
|
-
* Find the first ApprovalLevelUser that matches the filter.
|
|
1014
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1015
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1016
|
-
* @param {ApprovalLevelUserFindFirstArgs} args - Arguments to find a ApprovalLevelUser
|
|
1017
|
-
* @example
|
|
1018
|
-
* // Get one ApprovalLevelUser
|
|
1019
|
-
* const approvalLevelUser = await prisma.approvalLevelUser.findFirst({
|
|
1020
|
-
* where: {
|
|
1021
|
-
* // ... provide filter here
|
|
1022
|
-
* }
|
|
1023
|
-
* })
|
|
1024
|
-
*/
|
|
1025
|
-
findFirst<T extends ApprovalLevelUserFindFirstArgs>(args?: Prisma.SelectSubset<T, ApprovalLevelUserFindFirstArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelUserPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1026
|
-
|
|
1027
|
-
/**
|
|
1028
|
-
* Find the first ApprovalLevelUser that matches the filter or
|
|
1029
|
-
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
1030
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1031
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1032
|
-
* @param {ApprovalLevelUserFindFirstOrThrowArgs} args - Arguments to find a ApprovalLevelUser
|
|
1033
|
-
* @example
|
|
1034
|
-
* // Get one ApprovalLevelUser
|
|
1035
|
-
* const approvalLevelUser = await prisma.approvalLevelUser.findFirstOrThrow({
|
|
1036
|
-
* where: {
|
|
1037
|
-
* // ... provide filter here
|
|
1038
|
-
* }
|
|
1039
|
-
* })
|
|
1040
|
-
*/
|
|
1041
|
-
findFirstOrThrow<T extends ApprovalLevelUserFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, ApprovalLevelUserFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelUserPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1042
|
-
|
|
1043
|
-
/**
|
|
1044
|
-
* Find zero or more ApprovalLevelUsers that matches the filter.
|
|
1045
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1046
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1047
|
-
* @param {ApprovalLevelUserFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
1048
|
-
* @example
|
|
1049
|
-
* // Get all ApprovalLevelUsers
|
|
1050
|
-
* const approvalLevelUsers = await prisma.approvalLevelUser.findMany()
|
|
1051
|
-
*
|
|
1052
|
-
* // Get first 10 ApprovalLevelUsers
|
|
1053
|
-
* const approvalLevelUsers = await prisma.approvalLevelUser.findMany({ take: 10 })
|
|
1054
|
-
*
|
|
1055
|
-
* // Only select the `id`
|
|
1056
|
-
* const approvalLevelUserWithIdOnly = await prisma.approvalLevelUser.findMany({ select: { id: true } })
|
|
1057
|
-
*
|
|
1058
|
-
*/
|
|
1059
|
-
findMany<T extends ApprovalLevelUserFindManyArgs>(args?: Prisma.SelectSubset<T, ApprovalLevelUserFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelUserPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
1060
|
-
|
|
1061
|
-
/**
|
|
1062
|
-
* Create a ApprovalLevelUser.
|
|
1063
|
-
* @param {ApprovalLevelUserCreateArgs} args - Arguments to create a ApprovalLevelUser.
|
|
1064
|
-
* @example
|
|
1065
|
-
* // Create one ApprovalLevelUser
|
|
1066
|
-
* const ApprovalLevelUser = await prisma.approvalLevelUser.create({
|
|
1067
|
-
* data: {
|
|
1068
|
-
* // ... data to create a ApprovalLevelUser
|
|
1069
|
-
* }
|
|
1070
|
-
* })
|
|
1071
|
-
*
|
|
1072
|
-
*/
|
|
1073
|
-
create<T extends ApprovalLevelUserCreateArgs>(args: Prisma.SelectSubset<T, ApprovalLevelUserCreateArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelUserPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1074
|
-
|
|
1075
|
-
/**
|
|
1076
|
-
* Create many ApprovalLevelUsers.
|
|
1077
|
-
* @param {ApprovalLevelUserCreateManyArgs} args - Arguments to create many ApprovalLevelUsers.
|
|
1078
|
-
* @example
|
|
1079
|
-
* // Create many ApprovalLevelUsers
|
|
1080
|
-
* const approvalLevelUser = await prisma.approvalLevelUser.createMany({
|
|
1081
|
-
* data: [
|
|
1082
|
-
* // ... provide data here
|
|
1083
|
-
* ]
|
|
1084
|
-
* })
|
|
1085
|
-
*
|
|
1086
|
-
*/
|
|
1087
|
-
createMany<T extends ApprovalLevelUserCreateManyArgs>(args?: Prisma.SelectSubset<T, ApprovalLevelUserCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1088
|
-
|
|
1089
|
-
/**
|
|
1090
|
-
* Create many ApprovalLevelUsers and returns the data saved in the database.
|
|
1091
|
-
* @param {ApprovalLevelUserCreateManyAndReturnArgs} args - Arguments to create many ApprovalLevelUsers.
|
|
1092
|
-
* @example
|
|
1093
|
-
* // Create many ApprovalLevelUsers
|
|
1094
|
-
* const approvalLevelUser = await prisma.approvalLevelUser.createManyAndReturn({
|
|
1095
|
-
* data: [
|
|
1096
|
-
* // ... provide data here
|
|
1097
|
-
* ]
|
|
1098
|
-
* })
|
|
1099
|
-
*
|
|
1100
|
-
* // Create many ApprovalLevelUsers and only return the `id`
|
|
1101
|
-
* const approvalLevelUserWithIdOnly = await prisma.approvalLevelUser.createManyAndReturn({
|
|
1102
|
-
* select: { id: true },
|
|
1103
|
-
* data: [
|
|
1104
|
-
* // ... provide data here
|
|
1105
|
-
* ]
|
|
1106
|
-
* })
|
|
1107
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1108
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1109
|
-
*
|
|
1110
|
-
*/
|
|
1111
|
-
createManyAndReturn<T extends ApprovalLevelUserCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, ApprovalLevelUserCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelUserPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
1112
|
-
|
|
1113
|
-
/**
|
|
1114
|
-
* Delete a ApprovalLevelUser.
|
|
1115
|
-
* @param {ApprovalLevelUserDeleteArgs} args - Arguments to delete one ApprovalLevelUser.
|
|
1116
|
-
* @example
|
|
1117
|
-
* // Delete one ApprovalLevelUser
|
|
1118
|
-
* const ApprovalLevelUser = await prisma.approvalLevelUser.delete({
|
|
1119
|
-
* where: {
|
|
1120
|
-
* // ... filter to delete one ApprovalLevelUser
|
|
1121
|
-
* }
|
|
1122
|
-
* })
|
|
1123
|
-
*
|
|
1124
|
-
*/
|
|
1125
|
-
delete<T extends ApprovalLevelUserDeleteArgs>(args: Prisma.SelectSubset<T, ApprovalLevelUserDeleteArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelUserPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1126
|
-
|
|
1127
|
-
/**
|
|
1128
|
-
* Update one ApprovalLevelUser.
|
|
1129
|
-
* @param {ApprovalLevelUserUpdateArgs} args - Arguments to update one ApprovalLevelUser.
|
|
1130
|
-
* @example
|
|
1131
|
-
* // Update one ApprovalLevelUser
|
|
1132
|
-
* const approvalLevelUser = await prisma.approvalLevelUser.update({
|
|
1133
|
-
* where: {
|
|
1134
|
-
* // ... provide filter here
|
|
1135
|
-
* },
|
|
1136
|
-
* data: {
|
|
1137
|
-
* // ... provide data here
|
|
1138
|
-
* }
|
|
1139
|
-
* })
|
|
1140
|
-
*
|
|
1141
|
-
*/
|
|
1142
|
-
update<T extends ApprovalLevelUserUpdateArgs>(args: Prisma.SelectSubset<T, ApprovalLevelUserUpdateArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelUserPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1143
|
-
|
|
1144
|
-
/**
|
|
1145
|
-
* Delete zero or more ApprovalLevelUsers.
|
|
1146
|
-
* @param {ApprovalLevelUserDeleteManyArgs} args - Arguments to filter ApprovalLevelUsers to delete.
|
|
1147
|
-
* @example
|
|
1148
|
-
* // Delete a few ApprovalLevelUsers
|
|
1149
|
-
* const { count } = await prisma.approvalLevelUser.deleteMany({
|
|
1150
|
-
* where: {
|
|
1151
|
-
* // ... provide filter here
|
|
1152
|
-
* }
|
|
1153
|
-
* })
|
|
1154
|
-
*
|
|
1155
|
-
*/
|
|
1156
|
-
deleteMany<T extends ApprovalLevelUserDeleteManyArgs>(args?: Prisma.SelectSubset<T, ApprovalLevelUserDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1157
|
-
|
|
1158
|
-
/**
|
|
1159
|
-
* Update zero or more ApprovalLevelUsers.
|
|
1160
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1161
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1162
|
-
* @param {ApprovalLevelUserUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1163
|
-
* @example
|
|
1164
|
-
* // Update many ApprovalLevelUsers
|
|
1165
|
-
* const approvalLevelUser = await prisma.approvalLevelUser.updateMany({
|
|
1166
|
-
* where: {
|
|
1167
|
-
* // ... provide filter here
|
|
1168
|
-
* },
|
|
1169
|
-
* data: {
|
|
1170
|
-
* // ... provide data here
|
|
1171
|
-
* }
|
|
1172
|
-
* })
|
|
1173
|
-
*
|
|
1174
|
-
*/
|
|
1175
|
-
updateMany<T extends ApprovalLevelUserUpdateManyArgs>(args: Prisma.SelectSubset<T, ApprovalLevelUserUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1176
|
-
|
|
1177
|
-
/**
|
|
1178
|
-
* Update zero or more ApprovalLevelUsers and returns the data updated in the database.
|
|
1179
|
-
* @param {ApprovalLevelUserUpdateManyAndReturnArgs} args - Arguments to update many ApprovalLevelUsers.
|
|
1180
|
-
* @example
|
|
1181
|
-
* // Update many ApprovalLevelUsers
|
|
1182
|
-
* const approvalLevelUser = await prisma.approvalLevelUser.updateManyAndReturn({
|
|
1183
|
-
* where: {
|
|
1184
|
-
* // ... provide filter here
|
|
1185
|
-
* },
|
|
1186
|
-
* data: [
|
|
1187
|
-
* // ... provide data here
|
|
1188
|
-
* ]
|
|
1189
|
-
* })
|
|
1190
|
-
*
|
|
1191
|
-
* // Update zero or more ApprovalLevelUsers and only return the `id`
|
|
1192
|
-
* const approvalLevelUserWithIdOnly = await prisma.approvalLevelUser.updateManyAndReturn({
|
|
1193
|
-
* select: { id: true },
|
|
1194
|
-
* where: {
|
|
1195
|
-
* // ... provide filter here
|
|
1196
|
-
* },
|
|
1197
|
-
* data: [
|
|
1198
|
-
* // ... provide data here
|
|
1199
|
-
* ]
|
|
1200
|
-
* })
|
|
1201
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1202
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1203
|
-
*
|
|
1204
|
-
*/
|
|
1205
|
-
updateManyAndReturn<T extends ApprovalLevelUserUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, ApprovalLevelUserUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelUserPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
1206
|
-
|
|
1207
|
-
/**
|
|
1208
|
-
* Create or update one ApprovalLevelUser.
|
|
1209
|
-
* @param {ApprovalLevelUserUpsertArgs} args - Arguments to update or create a ApprovalLevelUser.
|
|
1210
|
-
* @example
|
|
1211
|
-
* // Update or create a ApprovalLevelUser
|
|
1212
|
-
* const approvalLevelUser = await prisma.approvalLevelUser.upsert({
|
|
1213
|
-
* create: {
|
|
1214
|
-
* // ... data to create a ApprovalLevelUser
|
|
1215
|
-
* },
|
|
1216
|
-
* update: {
|
|
1217
|
-
* // ... in case it already exists, update
|
|
1218
|
-
* },
|
|
1219
|
-
* where: {
|
|
1220
|
-
* // ... the filter for the ApprovalLevelUser we want to update
|
|
1221
|
-
* }
|
|
1222
|
-
* })
|
|
1223
|
-
*/
|
|
1224
|
-
upsert<T extends ApprovalLevelUserUpsertArgs>(args: Prisma.SelectSubset<T, ApprovalLevelUserUpsertArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelUserPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
/**
|
|
1228
|
-
* Count the number of ApprovalLevelUsers.
|
|
1229
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1230
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1231
|
-
* @param {ApprovalLevelUserCountArgs} args - Arguments to filter ApprovalLevelUsers to count.
|
|
1232
|
-
* @example
|
|
1233
|
-
* // Count the number of ApprovalLevelUsers
|
|
1234
|
-
* const count = await prisma.approvalLevelUser.count({
|
|
1235
|
-
* where: {
|
|
1236
|
-
* // ... the filter for the ApprovalLevelUsers we want to count
|
|
1237
|
-
* }
|
|
1238
|
-
* })
|
|
1239
|
-
**/
|
|
1240
|
-
count<T extends ApprovalLevelUserCountArgs>(
|
|
1241
|
-
args?: Prisma.Subset<T, ApprovalLevelUserCountArgs>,
|
|
1242
|
-
): Prisma.PrismaPromise<
|
|
1243
|
-
T extends runtime.Types.Utils.Record<'select', any>
|
|
1244
|
-
? T['select'] extends true
|
|
1245
|
-
? number
|
|
1246
|
-
: Prisma.GetScalarType<T['select'], ApprovalLevelUserCountAggregateOutputType>
|
|
1247
|
-
: number
|
|
1248
|
-
>
|
|
1249
|
-
|
|
1250
|
-
/**
|
|
1251
|
-
* Allows you to perform aggregations operations on a ApprovalLevelUser.
|
|
1252
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1253
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1254
|
-
* @param {ApprovalLevelUserAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1255
|
-
* @example
|
|
1256
|
-
* // Ordered by age ascending
|
|
1257
|
-
* // Where email contains prisma.io
|
|
1258
|
-
* // Limited to the 10 users
|
|
1259
|
-
* const aggregations = await prisma.user.aggregate({
|
|
1260
|
-
* _avg: {
|
|
1261
|
-
* age: true,
|
|
1262
|
-
* },
|
|
1263
|
-
* where: {
|
|
1264
|
-
* email: {
|
|
1265
|
-
* contains: "prisma.io",
|
|
1266
|
-
* },
|
|
1267
|
-
* },
|
|
1268
|
-
* orderBy: {
|
|
1269
|
-
* age: "asc",
|
|
1270
|
-
* },
|
|
1271
|
-
* take: 10,
|
|
1272
|
-
* })
|
|
1273
|
-
**/
|
|
1274
|
-
aggregate<T extends ApprovalLevelUserAggregateArgs>(args: Prisma.Subset<T, ApprovalLevelUserAggregateArgs>): Prisma.PrismaPromise<GetApprovalLevelUserAggregateType<T>>
|
|
1275
|
-
|
|
1276
|
-
/**
|
|
1277
|
-
* Group by ApprovalLevelUser.
|
|
1278
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1279
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1280
|
-
* @param {ApprovalLevelUserGroupByArgs} args - Group by arguments.
|
|
1281
|
-
* @example
|
|
1282
|
-
* // Group by city, order by createdAt, get count
|
|
1283
|
-
* const result = await prisma.user.groupBy({
|
|
1284
|
-
* by: ['city', 'createdAt'],
|
|
1285
|
-
* orderBy: {
|
|
1286
|
-
* createdAt: true
|
|
1287
|
-
* },
|
|
1288
|
-
* _count: {
|
|
1289
|
-
* _all: true
|
|
1290
|
-
* },
|
|
1291
|
-
* })
|
|
1292
|
-
*
|
|
1293
|
-
**/
|
|
1294
|
-
groupBy<
|
|
1295
|
-
T extends ApprovalLevelUserGroupByArgs,
|
|
1296
|
-
HasSelectOrTake extends Prisma.Or<
|
|
1297
|
-
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
1298
|
-
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
1299
|
-
>,
|
|
1300
|
-
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
1301
|
-
? { orderBy: ApprovalLevelUserGroupByArgs['orderBy'] }
|
|
1302
|
-
: { orderBy?: ApprovalLevelUserGroupByArgs['orderBy'] },
|
|
1303
|
-
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
1304
|
-
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
1305
|
-
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
1306
|
-
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
1307
|
-
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
1308
|
-
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
1309
|
-
InputErrors extends ByEmpty extends Prisma.True
|
|
1310
|
-
? `Error: "by" must not be empty.`
|
|
1311
|
-
: HavingValid extends Prisma.False
|
|
1312
|
-
? {
|
|
1313
|
-
[P in HavingFields]: P extends ByFields
|
|
1314
|
-
? never
|
|
1315
|
-
: P extends string
|
|
1316
|
-
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
1317
|
-
: [
|
|
1318
|
-
Error,
|
|
1319
|
-
'Field ',
|
|
1320
|
-
P,
|
|
1321
|
-
` in "having" needs to be provided in "by"`,
|
|
1322
|
-
]
|
|
1323
|
-
}[HavingFields]
|
|
1324
|
-
: 'take' extends Prisma.Keys<T>
|
|
1325
|
-
? 'orderBy' extends Prisma.Keys<T>
|
|
1326
|
-
? ByValid extends Prisma.True
|
|
1327
|
-
? {}
|
|
1328
|
-
: {
|
|
1329
|
-
[P in OrderFields]: P extends ByFields
|
|
1330
|
-
? never
|
|
1331
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1332
|
-
}[OrderFields]
|
|
1333
|
-
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
1334
|
-
: 'skip' extends Prisma.Keys<T>
|
|
1335
|
-
? 'orderBy' extends Prisma.Keys<T>
|
|
1336
|
-
? ByValid extends Prisma.True
|
|
1337
|
-
? {}
|
|
1338
|
-
: {
|
|
1339
|
-
[P in OrderFields]: P extends ByFields
|
|
1340
|
-
? never
|
|
1341
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1342
|
-
}[OrderFields]
|
|
1343
|
-
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
1344
|
-
: ByValid extends Prisma.True
|
|
1345
|
-
? {}
|
|
1346
|
-
: {
|
|
1347
|
-
[P in OrderFields]: P extends ByFields
|
|
1348
|
-
? never
|
|
1349
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1350
|
-
}[OrderFields]
|
|
1351
|
-
>(args: Prisma.SubsetIntersection<T, ApprovalLevelUserGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetApprovalLevelUserGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
1352
|
-
/**
|
|
1353
|
-
* Fields of the ApprovalLevelUser model
|
|
1354
|
-
*/
|
|
1355
|
-
readonly fields: ApprovalLevelUserFieldRefs;
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
/**
|
|
1359
|
-
* The delegate class that acts as a "Promise-like" for ApprovalLevelUser.
|
|
1360
|
-
* Why is this prefixed with `Prisma__`?
|
|
1361
|
-
* Because we want to prevent naming conflicts as mentioned in
|
|
1362
|
-
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1363
|
-
*/
|
|
1364
|
-
export interface Prisma__ApprovalLevelUserClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1365
|
-
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
1366
|
-
approval_level<T extends Prisma.ApprovalLevelUser$approval_levelArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ApprovalLevelUser$approval_levelArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1367
|
-
user<T extends Prisma.ApprovalLevelUser$userArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ApprovalLevelUser$userArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1368
|
-
/**
|
|
1369
|
-
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1370
|
-
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1371
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1372
|
-
* @returns A Promise for the completion of which ever callback is executed.
|
|
1373
|
-
*/
|
|
1374
|
-
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>
|
|
1375
|
-
/**
|
|
1376
|
-
* Attaches a callback for only the rejection of the Promise.
|
|
1377
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1378
|
-
* @returns A Promise for the completion of the callback.
|
|
1379
|
-
*/
|
|
1380
|
-
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
1381
|
-
/**
|
|
1382
|
-
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1383
|
-
* resolved value cannot be modified from the callback.
|
|
1384
|
-
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1385
|
-
* @returns A Promise for the completion of the callback.
|
|
1386
|
-
*/
|
|
1387
|
-
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
/**
|
|
1394
|
-
* Fields of the ApprovalLevelUser model
|
|
1395
|
-
*/
|
|
1396
|
-
export interface ApprovalLevelUserFieldRefs {
|
|
1397
|
-
readonly id: Prisma.FieldRef<"ApprovalLevelUser", 'Int'>
|
|
1398
|
-
readonly uuid: Prisma.FieldRef<"ApprovalLevelUser", 'String'>
|
|
1399
|
-
readonly approval_level_id: Prisma.FieldRef<"ApprovalLevelUser", 'Int'>
|
|
1400
|
-
readonly approver_id: Prisma.FieldRef<"ApprovalLevelUser", 'Int'>
|
|
1401
|
-
readonly is_active: Prisma.FieldRef<"ApprovalLevelUser", 'Boolean'>
|
|
1402
|
-
readonly is_deleted: Prisma.FieldRef<"ApprovalLevelUser", 'Boolean'>
|
|
1403
|
-
readonly created_at: Prisma.FieldRef<"ApprovalLevelUser", 'DateTime'>
|
|
1404
|
-
readonly created_by: Prisma.FieldRef<"ApprovalLevelUser", 'Int'>
|
|
1405
|
-
readonly updated_at: Prisma.FieldRef<"ApprovalLevelUser", 'DateTime'>
|
|
1406
|
-
readonly updated_by: Prisma.FieldRef<"ApprovalLevelUser", 'Int'>
|
|
1407
|
-
readonly deleted_at: Prisma.FieldRef<"ApprovalLevelUser", 'DateTime'>
|
|
1408
|
-
readonly deleted_by: Prisma.FieldRef<"ApprovalLevelUser", 'Int'>
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
// Custom InputTypes
|
|
1413
|
-
/**
|
|
1414
|
-
* ApprovalLevelUser findUnique
|
|
1415
|
-
*/
|
|
1416
|
-
export type ApprovalLevelUserFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1417
|
-
/**
|
|
1418
|
-
* Select specific fields to fetch from the ApprovalLevelUser
|
|
1419
|
-
*/
|
|
1420
|
-
select?: Prisma.ApprovalLevelUserSelect<ExtArgs> | null
|
|
1421
|
-
/**
|
|
1422
|
-
* Omit specific fields from the ApprovalLevelUser
|
|
1423
|
-
*/
|
|
1424
|
-
omit?: Prisma.ApprovalLevelUserOmit<ExtArgs> | null
|
|
1425
|
-
/**
|
|
1426
|
-
* Choose, which related nodes to fetch as well
|
|
1427
|
-
*/
|
|
1428
|
-
include?: Prisma.ApprovalLevelUserInclude<ExtArgs> | null
|
|
1429
|
-
/**
|
|
1430
|
-
* Filter, which ApprovalLevelUser to fetch.
|
|
1431
|
-
*/
|
|
1432
|
-
where: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
1433
|
-
}
|
|
1434
|
-
|
|
1435
|
-
/**
|
|
1436
|
-
* ApprovalLevelUser findUniqueOrThrow
|
|
1437
|
-
*/
|
|
1438
|
-
export type ApprovalLevelUserFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1439
|
-
/**
|
|
1440
|
-
* Select specific fields to fetch from the ApprovalLevelUser
|
|
1441
|
-
*/
|
|
1442
|
-
select?: Prisma.ApprovalLevelUserSelect<ExtArgs> | null
|
|
1443
|
-
/**
|
|
1444
|
-
* Omit specific fields from the ApprovalLevelUser
|
|
1445
|
-
*/
|
|
1446
|
-
omit?: Prisma.ApprovalLevelUserOmit<ExtArgs> | null
|
|
1447
|
-
/**
|
|
1448
|
-
* Choose, which related nodes to fetch as well
|
|
1449
|
-
*/
|
|
1450
|
-
include?: Prisma.ApprovalLevelUserInclude<ExtArgs> | null
|
|
1451
|
-
/**
|
|
1452
|
-
* Filter, which ApprovalLevelUser to fetch.
|
|
1453
|
-
*/
|
|
1454
|
-
where: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
1455
|
-
}
|
|
1456
|
-
|
|
1457
|
-
/**
|
|
1458
|
-
* ApprovalLevelUser findFirst
|
|
1459
|
-
*/
|
|
1460
|
-
export type ApprovalLevelUserFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1461
|
-
/**
|
|
1462
|
-
* Select specific fields to fetch from the ApprovalLevelUser
|
|
1463
|
-
*/
|
|
1464
|
-
select?: Prisma.ApprovalLevelUserSelect<ExtArgs> | null
|
|
1465
|
-
/**
|
|
1466
|
-
* Omit specific fields from the ApprovalLevelUser
|
|
1467
|
-
*/
|
|
1468
|
-
omit?: Prisma.ApprovalLevelUserOmit<ExtArgs> | null
|
|
1469
|
-
/**
|
|
1470
|
-
* Choose, which related nodes to fetch as well
|
|
1471
|
-
*/
|
|
1472
|
-
include?: Prisma.ApprovalLevelUserInclude<ExtArgs> | null
|
|
1473
|
-
/**
|
|
1474
|
-
* Filter, which ApprovalLevelUser to fetch.
|
|
1475
|
-
*/
|
|
1476
|
-
where?: Prisma.ApprovalLevelUserWhereInput
|
|
1477
|
-
/**
|
|
1478
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1479
|
-
*
|
|
1480
|
-
* Determine the order of ApprovalLevelUsers to fetch.
|
|
1481
|
-
*/
|
|
1482
|
-
orderBy?: Prisma.ApprovalLevelUserOrderByWithRelationInput | Prisma.ApprovalLevelUserOrderByWithRelationInput[]
|
|
1483
|
-
/**
|
|
1484
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1485
|
-
*
|
|
1486
|
-
* Sets the position for searching for ApprovalLevelUsers.
|
|
1487
|
-
*/
|
|
1488
|
-
cursor?: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
1489
|
-
/**
|
|
1490
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1491
|
-
*
|
|
1492
|
-
* Take `±n` ApprovalLevelUsers from the position of the cursor.
|
|
1493
|
-
*/
|
|
1494
|
-
take?: number
|
|
1495
|
-
/**
|
|
1496
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1497
|
-
*
|
|
1498
|
-
* Skip the first `n` ApprovalLevelUsers.
|
|
1499
|
-
*/
|
|
1500
|
-
skip?: number
|
|
1501
|
-
/**
|
|
1502
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1503
|
-
*
|
|
1504
|
-
* Filter by unique combinations of ApprovalLevelUsers.
|
|
1505
|
-
*/
|
|
1506
|
-
distinct?: Prisma.ApprovalLevelUserScalarFieldEnum | Prisma.ApprovalLevelUserScalarFieldEnum[]
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
/**
|
|
1510
|
-
* ApprovalLevelUser findFirstOrThrow
|
|
1511
|
-
*/
|
|
1512
|
-
export type ApprovalLevelUserFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1513
|
-
/**
|
|
1514
|
-
* Select specific fields to fetch from the ApprovalLevelUser
|
|
1515
|
-
*/
|
|
1516
|
-
select?: Prisma.ApprovalLevelUserSelect<ExtArgs> | null
|
|
1517
|
-
/**
|
|
1518
|
-
* Omit specific fields from the ApprovalLevelUser
|
|
1519
|
-
*/
|
|
1520
|
-
omit?: Prisma.ApprovalLevelUserOmit<ExtArgs> | null
|
|
1521
|
-
/**
|
|
1522
|
-
* Choose, which related nodes to fetch as well
|
|
1523
|
-
*/
|
|
1524
|
-
include?: Prisma.ApprovalLevelUserInclude<ExtArgs> | null
|
|
1525
|
-
/**
|
|
1526
|
-
* Filter, which ApprovalLevelUser to fetch.
|
|
1527
|
-
*/
|
|
1528
|
-
where?: Prisma.ApprovalLevelUserWhereInput
|
|
1529
|
-
/**
|
|
1530
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1531
|
-
*
|
|
1532
|
-
* Determine the order of ApprovalLevelUsers to fetch.
|
|
1533
|
-
*/
|
|
1534
|
-
orderBy?: Prisma.ApprovalLevelUserOrderByWithRelationInput | Prisma.ApprovalLevelUserOrderByWithRelationInput[]
|
|
1535
|
-
/**
|
|
1536
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1537
|
-
*
|
|
1538
|
-
* Sets the position for searching for ApprovalLevelUsers.
|
|
1539
|
-
*/
|
|
1540
|
-
cursor?: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
1541
|
-
/**
|
|
1542
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1543
|
-
*
|
|
1544
|
-
* Take `±n` ApprovalLevelUsers from the position of the cursor.
|
|
1545
|
-
*/
|
|
1546
|
-
take?: number
|
|
1547
|
-
/**
|
|
1548
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1549
|
-
*
|
|
1550
|
-
* Skip the first `n` ApprovalLevelUsers.
|
|
1551
|
-
*/
|
|
1552
|
-
skip?: number
|
|
1553
|
-
/**
|
|
1554
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1555
|
-
*
|
|
1556
|
-
* Filter by unique combinations of ApprovalLevelUsers.
|
|
1557
|
-
*/
|
|
1558
|
-
distinct?: Prisma.ApprovalLevelUserScalarFieldEnum | Prisma.ApprovalLevelUserScalarFieldEnum[]
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
|
-
/**
|
|
1562
|
-
* ApprovalLevelUser findMany
|
|
1563
|
-
*/
|
|
1564
|
-
export type ApprovalLevelUserFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1565
|
-
/**
|
|
1566
|
-
* Select specific fields to fetch from the ApprovalLevelUser
|
|
1567
|
-
*/
|
|
1568
|
-
select?: Prisma.ApprovalLevelUserSelect<ExtArgs> | null
|
|
1569
|
-
/**
|
|
1570
|
-
* Omit specific fields from the ApprovalLevelUser
|
|
1571
|
-
*/
|
|
1572
|
-
omit?: Prisma.ApprovalLevelUserOmit<ExtArgs> | null
|
|
1573
|
-
/**
|
|
1574
|
-
* Choose, which related nodes to fetch as well
|
|
1575
|
-
*/
|
|
1576
|
-
include?: Prisma.ApprovalLevelUserInclude<ExtArgs> | null
|
|
1577
|
-
/**
|
|
1578
|
-
* Filter, which ApprovalLevelUsers to fetch.
|
|
1579
|
-
*/
|
|
1580
|
-
where?: Prisma.ApprovalLevelUserWhereInput
|
|
1581
|
-
/**
|
|
1582
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1583
|
-
*
|
|
1584
|
-
* Determine the order of ApprovalLevelUsers to fetch.
|
|
1585
|
-
*/
|
|
1586
|
-
orderBy?: Prisma.ApprovalLevelUserOrderByWithRelationInput | Prisma.ApprovalLevelUserOrderByWithRelationInput[]
|
|
1587
|
-
/**
|
|
1588
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1589
|
-
*
|
|
1590
|
-
* Sets the position for listing ApprovalLevelUsers.
|
|
1591
|
-
*/
|
|
1592
|
-
cursor?: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
1593
|
-
/**
|
|
1594
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1595
|
-
*
|
|
1596
|
-
* Take `±n` ApprovalLevelUsers from the position of the cursor.
|
|
1597
|
-
*/
|
|
1598
|
-
take?: number
|
|
1599
|
-
/**
|
|
1600
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1601
|
-
*
|
|
1602
|
-
* Skip the first `n` ApprovalLevelUsers.
|
|
1603
|
-
*/
|
|
1604
|
-
skip?: number
|
|
1605
|
-
/**
|
|
1606
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1607
|
-
*
|
|
1608
|
-
* Filter by unique combinations of ApprovalLevelUsers.
|
|
1609
|
-
*/
|
|
1610
|
-
distinct?: Prisma.ApprovalLevelUserScalarFieldEnum | Prisma.ApprovalLevelUserScalarFieldEnum[]
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
/**
|
|
1614
|
-
* ApprovalLevelUser create
|
|
1615
|
-
*/
|
|
1616
|
-
export type ApprovalLevelUserCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1617
|
-
/**
|
|
1618
|
-
* Select specific fields to fetch from the ApprovalLevelUser
|
|
1619
|
-
*/
|
|
1620
|
-
select?: Prisma.ApprovalLevelUserSelect<ExtArgs> | null
|
|
1621
|
-
/**
|
|
1622
|
-
* Omit specific fields from the ApprovalLevelUser
|
|
1623
|
-
*/
|
|
1624
|
-
omit?: Prisma.ApprovalLevelUserOmit<ExtArgs> | null
|
|
1625
|
-
/**
|
|
1626
|
-
* Choose, which related nodes to fetch as well
|
|
1627
|
-
*/
|
|
1628
|
-
include?: Prisma.ApprovalLevelUserInclude<ExtArgs> | null
|
|
1629
|
-
/**
|
|
1630
|
-
* The data needed to create a ApprovalLevelUser.
|
|
1631
|
-
*/
|
|
1632
|
-
data?: Prisma.XOR<Prisma.ApprovalLevelUserCreateInput, Prisma.ApprovalLevelUserUncheckedCreateInput>
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
|
-
/**
|
|
1636
|
-
* ApprovalLevelUser createMany
|
|
1637
|
-
*/
|
|
1638
|
-
export type ApprovalLevelUserCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1639
|
-
/**
|
|
1640
|
-
* The data used to create many ApprovalLevelUsers.
|
|
1641
|
-
*/
|
|
1642
|
-
data: Prisma.ApprovalLevelUserCreateManyInput | Prisma.ApprovalLevelUserCreateManyInput[]
|
|
1643
|
-
skipDuplicates?: boolean
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
/**
|
|
1647
|
-
* ApprovalLevelUser createManyAndReturn
|
|
1648
|
-
*/
|
|
1649
|
-
export type ApprovalLevelUserCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1650
|
-
/**
|
|
1651
|
-
* Select specific fields to fetch from the ApprovalLevelUser
|
|
1652
|
-
*/
|
|
1653
|
-
select?: Prisma.ApprovalLevelUserSelectCreateManyAndReturn<ExtArgs> | null
|
|
1654
|
-
/**
|
|
1655
|
-
* Omit specific fields from the ApprovalLevelUser
|
|
1656
|
-
*/
|
|
1657
|
-
omit?: Prisma.ApprovalLevelUserOmit<ExtArgs> | null
|
|
1658
|
-
/**
|
|
1659
|
-
* The data used to create many ApprovalLevelUsers.
|
|
1660
|
-
*/
|
|
1661
|
-
data: Prisma.ApprovalLevelUserCreateManyInput | Prisma.ApprovalLevelUserCreateManyInput[]
|
|
1662
|
-
skipDuplicates?: boolean
|
|
1663
|
-
/**
|
|
1664
|
-
* Choose, which related nodes to fetch as well
|
|
1665
|
-
*/
|
|
1666
|
-
include?: Prisma.ApprovalLevelUserIncludeCreateManyAndReturn<ExtArgs> | null
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
|
-
/**
|
|
1670
|
-
* ApprovalLevelUser update
|
|
1671
|
-
*/
|
|
1672
|
-
export type ApprovalLevelUserUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1673
|
-
/**
|
|
1674
|
-
* Select specific fields to fetch from the ApprovalLevelUser
|
|
1675
|
-
*/
|
|
1676
|
-
select?: Prisma.ApprovalLevelUserSelect<ExtArgs> | null
|
|
1677
|
-
/**
|
|
1678
|
-
* Omit specific fields from the ApprovalLevelUser
|
|
1679
|
-
*/
|
|
1680
|
-
omit?: Prisma.ApprovalLevelUserOmit<ExtArgs> | null
|
|
1681
|
-
/**
|
|
1682
|
-
* Choose, which related nodes to fetch as well
|
|
1683
|
-
*/
|
|
1684
|
-
include?: Prisma.ApprovalLevelUserInclude<ExtArgs> | null
|
|
1685
|
-
/**
|
|
1686
|
-
* The data needed to update a ApprovalLevelUser.
|
|
1687
|
-
*/
|
|
1688
|
-
data: Prisma.XOR<Prisma.ApprovalLevelUserUpdateInput, Prisma.ApprovalLevelUserUncheckedUpdateInput>
|
|
1689
|
-
/**
|
|
1690
|
-
* Choose, which ApprovalLevelUser to update.
|
|
1691
|
-
*/
|
|
1692
|
-
where: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
/**
|
|
1696
|
-
* ApprovalLevelUser updateMany
|
|
1697
|
-
*/
|
|
1698
|
-
export type ApprovalLevelUserUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1699
|
-
/**
|
|
1700
|
-
* The data used to update ApprovalLevelUsers.
|
|
1701
|
-
*/
|
|
1702
|
-
data: Prisma.XOR<Prisma.ApprovalLevelUserUpdateManyMutationInput, Prisma.ApprovalLevelUserUncheckedUpdateManyInput>
|
|
1703
|
-
/**
|
|
1704
|
-
* Filter which ApprovalLevelUsers to update
|
|
1705
|
-
*/
|
|
1706
|
-
where?: Prisma.ApprovalLevelUserWhereInput
|
|
1707
|
-
/**
|
|
1708
|
-
* Limit how many ApprovalLevelUsers to update.
|
|
1709
|
-
*/
|
|
1710
|
-
limit?: number
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
/**
|
|
1714
|
-
* ApprovalLevelUser updateManyAndReturn
|
|
1715
|
-
*/
|
|
1716
|
-
export type ApprovalLevelUserUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1717
|
-
/**
|
|
1718
|
-
* Select specific fields to fetch from the ApprovalLevelUser
|
|
1719
|
-
*/
|
|
1720
|
-
select?: Prisma.ApprovalLevelUserSelectUpdateManyAndReturn<ExtArgs> | null
|
|
1721
|
-
/**
|
|
1722
|
-
* Omit specific fields from the ApprovalLevelUser
|
|
1723
|
-
*/
|
|
1724
|
-
omit?: Prisma.ApprovalLevelUserOmit<ExtArgs> | null
|
|
1725
|
-
/**
|
|
1726
|
-
* The data used to update ApprovalLevelUsers.
|
|
1727
|
-
*/
|
|
1728
|
-
data: Prisma.XOR<Prisma.ApprovalLevelUserUpdateManyMutationInput, Prisma.ApprovalLevelUserUncheckedUpdateManyInput>
|
|
1729
|
-
/**
|
|
1730
|
-
* Filter which ApprovalLevelUsers to update
|
|
1731
|
-
*/
|
|
1732
|
-
where?: Prisma.ApprovalLevelUserWhereInput
|
|
1733
|
-
/**
|
|
1734
|
-
* Limit how many ApprovalLevelUsers to update.
|
|
1735
|
-
*/
|
|
1736
|
-
limit?: number
|
|
1737
|
-
/**
|
|
1738
|
-
* Choose, which related nodes to fetch as well
|
|
1739
|
-
*/
|
|
1740
|
-
include?: Prisma.ApprovalLevelUserIncludeUpdateManyAndReturn<ExtArgs> | null
|
|
1741
|
-
}
|
|
1742
|
-
|
|
1743
|
-
/**
|
|
1744
|
-
* ApprovalLevelUser upsert
|
|
1745
|
-
*/
|
|
1746
|
-
export type ApprovalLevelUserUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1747
|
-
/**
|
|
1748
|
-
* Select specific fields to fetch from the ApprovalLevelUser
|
|
1749
|
-
*/
|
|
1750
|
-
select?: Prisma.ApprovalLevelUserSelect<ExtArgs> | null
|
|
1751
|
-
/**
|
|
1752
|
-
* Omit specific fields from the ApprovalLevelUser
|
|
1753
|
-
*/
|
|
1754
|
-
omit?: Prisma.ApprovalLevelUserOmit<ExtArgs> | null
|
|
1755
|
-
/**
|
|
1756
|
-
* Choose, which related nodes to fetch as well
|
|
1757
|
-
*/
|
|
1758
|
-
include?: Prisma.ApprovalLevelUserInclude<ExtArgs> | null
|
|
1759
|
-
/**
|
|
1760
|
-
* The filter to search for the ApprovalLevelUser to update in case it exists.
|
|
1761
|
-
*/
|
|
1762
|
-
where: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
1763
|
-
/**
|
|
1764
|
-
* In case the ApprovalLevelUser found by the `where` argument doesn't exist, create a new ApprovalLevelUser with this data.
|
|
1765
|
-
*/
|
|
1766
|
-
create: Prisma.XOR<Prisma.ApprovalLevelUserCreateInput, Prisma.ApprovalLevelUserUncheckedCreateInput>
|
|
1767
|
-
/**
|
|
1768
|
-
* In case the ApprovalLevelUser was found with the provided `where` argument, update it with this data.
|
|
1769
|
-
*/
|
|
1770
|
-
update: Prisma.XOR<Prisma.ApprovalLevelUserUpdateInput, Prisma.ApprovalLevelUserUncheckedUpdateInput>
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
/**
|
|
1774
|
-
* ApprovalLevelUser delete
|
|
1775
|
-
*/
|
|
1776
|
-
export type ApprovalLevelUserDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1777
|
-
/**
|
|
1778
|
-
* Select specific fields to fetch from the ApprovalLevelUser
|
|
1779
|
-
*/
|
|
1780
|
-
select?: Prisma.ApprovalLevelUserSelect<ExtArgs> | null
|
|
1781
|
-
/**
|
|
1782
|
-
* Omit specific fields from the ApprovalLevelUser
|
|
1783
|
-
*/
|
|
1784
|
-
omit?: Prisma.ApprovalLevelUserOmit<ExtArgs> | null
|
|
1785
|
-
/**
|
|
1786
|
-
* Choose, which related nodes to fetch as well
|
|
1787
|
-
*/
|
|
1788
|
-
include?: Prisma.ApprovalLevelUserInclude<ExtArgs> | null
|
|
1789
|
-
/**
|
|
1790
|
-
* Filter which ApprovalLevelUser to delete.
|
|
1791
|
-
*/
|
|
1792
|
-
where: Prisma.ApprovalLevelUserWhereUniqueInput
|
|
1793
|
-
}
|
|
1794
|
-
|
|
1795
|
-
/**
|
|
1796
|
-
* ApprovalLevelUser deleteMany
|
|
1797
|
-
*/
|
|
1798
|
-
export type ApprovalLevelUserDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1799
|
-
/**
|
|
1800
|
-
* Filter which ApprovalLevelUsers to delete
|
|
1801
|
-
*/
|
|
1802
|
-
where?: Prisma.ApprovalLevelUserWhereInput
|
|
1803
|
-
/**
|
|
1804
|
-
* Limit how many ApprovalLevelUsers to delete.
|
|
1805
|
-
*/
|
|
1806
|
-
limit?: number
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
|
-
/**
|
|
1810
|
-
* ApprovalLevelUser.approval_level
|
|
1811
|
-
*/
|
|
1812
|
-
export type ApprovalLevelUser$approval_levelArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1813
|
-
/**
|
|
1814
|
-
* Select specific fields to fetch from the ApprovalLevel
|
|
1815
|
-
*/
|
|
1816
|
-
select?: Prisma.ApprovalLevelSelect<ExtArgs> | null
|
|
1817
|
-
/**
|
|
1818
|
-
* Omit specific fields from the ApprovalLevel
|
|
1819
|
-
*/
|
|
1820
|
-
omit?: Prisma.ApprovalLevelOmit<ExtArgs> | null
|
|
1821
|
-
/**
|
|
1822
|
-
* Choose, which related nodes to fetch as well
|
|
1823
|
-
*/
|
|
1824
|
-
include?: Prisma.ApprovalLevelInclude<ExtArgs> | null
|
|
1825
|
-
where?: Prisma.ApprovalLevelWhereInput
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
|
-
/**
|
|
1829
|
-
* ApprovalLevelUser.user
|
|
1830
|
-
*/
|
|
1831
|
-
export type ApprovalLevelUser$userArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1832
|
-
/**
|
|
1833
|
-
* Select specific fields to fetch from the User
|
|
1834
|
-
*/
|
|
1835
|
-
select?: Prisma.UserSelect<ExtArgs> | null
|
|
1836
|
-
/**
|
|
1837
|
-
* Omit specific fields from the User
|
|
1838
|
-
*/
|
|
1839
|
-
omit?: Prisma.UserOmit<ExtArgs> | null
|
|
1840
|
-
/**
|
|
1841
|
-
* Choose, which related nodes to fetch as well
|
|
1842
|
-
*/
|
|
1843
|
-
include?: Prisma.UserInclude<ExtArgs> | null
|
|
1844
|
-
where?: Prisma.UserWhereInput
|
|
1845
|
-
}
|
|
1846
|
-
|
|
1847
|
-
/**
|
|
1848
|
-
* ApprovalLevelUser without action
|
|
1849
|
-
*/
|
|
1850
|
-
export type ApprovalLevelUserDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1851
|
-
/**
|
|
1852
|
-
* Select specific fields to fetch from the ApprovalLevelUser
|
|
1853
|
-
*/
|
|
1854
|
-
select?: Prisma.ApprovalLevelUserSelect<ExtArgs> | null
|
|
1855
|
-
/**
|
|
1856
|
-
* Omit specific fields from the ApprovalLevelUser
|
|
1857
|
-
*/
|
|
1858
|
-
omit?: Prisma.ApprovalLevelUserOmit<ExtArgs> | null
|
|
1859
|
-
/**
|
|
1860
|
-
* Choose, which related nodes to fetch as well
|
|
1861
|
-
*/
|
|
1862
|
-
include?: Prisma.ApprovalLevelUserInclude<ExtArgs> | null
|
|
1863
|
-
}
|