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,2021 +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 `DynamicForm` 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 DynamicForm
|
|
17
|
-
*
|
|
18
|
-
*/
|
|
19
|
-
export type DynamicFormModel = runtime.Types.Result.DefaultSelection<Prisma.$DynamicFormPayload>
|
|
20
|
-
|
|
21
|
-
export type AggregateDynamicForm = {
|
|
22
|
-
_count: DynamicFormCountAggregateOutputType | null
|
|
23
|
-
_avg: DynamicFormAvgAggregateOutputType | null
|
|
24
|
-
_sum: DynamicFormSumAggregateOutputType | null
|
|
25
|
-
_min: DynamicFormMinAggregateOutputType | null
|
|
26
|
-
_max: DynamicFormMaxAggregateOutputType | null
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export type DynamicFormAvgAggregateOutputType = {
|
|
30
|
-
id: number | null
|
|
31
|
-
module_id: number | null
|
|
32
|
-
form_order: number | null
|
|
33
|
-
created_by: number | null
|
|
34
|
-
updated_by: number | null
|
|
35
|
-
deleted_by: number | null
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export type DynamicFormSumAggregateOutputType = {
|
|
39
|
-
id: number | null
|
|
40
|
-
module_id: number | null
|
|
41
|
-
form_order: number | null
|
|
42
|
-
created_by: number | null
|
|
43
|
-
updated_by: number | null
|
|
44
|
-
deleted_by: number | null
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
export type DynamicFormMinAggregateOutputType = {
|
|
48
|
-
id: number | null
|
|
49
|
-
uuid: string | null
|
|
50
|
-
module_id: number | null
|
|
51
|
-
form_name: string | null
|
|
52
|
-
form_slug: string | null
|
|
53
|
-
description: string | null
|
|
54
|
-
form_order: number | null
|
|
55
|
-
is_active: boolean | null
|
|
56
|
-
is_deleted: boolean | null
|
|
57
|
-
created_at: Date | null
|
|
58
|
-
created_by: number | null
|
|
59
|
-
updated_at: Date | null
|
|
60
|
-
updated_by: number | null
|
|
61
|
-
deleted_at: Date | null
|
|
62
|
-
deleted_by: number | null
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
export type DynamicFormMaxAggregateOutputType = {
|
|
66
|
-
id: number | null
|
|
67
|
-
uuid: string | null
|
|
68
|
-
module_id: number | null
|
|
69
|
-
form_name: string | null
|
|
70
|
-
form_slug: string | null
|
|
71
|
-
description: string | null
|
|
72
|
-
form_order: number | null
|
|
73
|
-
is_active: boolean | null
|
|
74
|
-
is_deleted: boolean | null
|
|
75
|
-
created_at: Date | null
|
|
76
|
-
created_by: number | null
|
|
77
|
-
updated_at: Date | null
|
|
78
|
-
updated_by: number | null
|
|
79
|
-
deleted_at: Date | null
|
|
80
|
-
deleted_by: number | null
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
export type DynamicFormCountAggregateOutputType = {
|
|
84
|
-
id: number
|
|
85
|
-
uuid: number
|
|
86
|
-
module_id: number
|
|
87
|
-
form_name: number
|
|
88
|
-
form_slug: number
|
|
89
|
-
description: number
|
|
90
|
-
fields: number
|
|
91
|
-
form_order: number
|
|
92
|
-
is_active: number
|
|
93
|
-
is_deleted: number
|
|
94
|
-
created_at: number
|
|
95
|
-
created_by: number
|
|
96
|
-
updated_at: number
|
|
97
|
-
updated_by: number
|
|
98
|
-
deleted_at: number
|
|
99
|
-
deleted_by: number
|
|
100
|
-
_all: number
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
export type DynamicFormAvgAggregateInputType = {
|
|
105
|
-
id?: true
|
|
106
|
-
module_id?: true
|
|
107
|
-
form_order?: true
|
|
108
|
-
created_by?: true
|
|
109
|
-
updated_by?: true
|
|
110
|
-
deleted_by?: true
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
export type DynamicFormSumAggregateInputType = {
|
|
114
|
-
id?: true
|
|
115
|
-
module_id?: true
|
|
116
|
-
form_order?: true
|
|
117
|
-
created_by?: true
|
|
118
|
-
updated_by?: true
|
|
119
|
-
deleted_by?: true
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
export type DynamicFormMinAggregateInputType = {
|
|
123
|
-
id?: true
|
|
124
|
-
uuid?: true
|
|
125
|
-
module_id?: true
|
|
126
|
-
form_name?: true
|
|
127
|
-
form_slug?: true
|
|
128
|
-
description?: true
|
|
129
|
-
form_order?: true
|
|
130
|
-
is_active?: true
|
|
131
|
-
is_deleted?: true
|
|
132
|
-
created_at?: true
|
|
133
|
-
created_by?: true
|
|
134
|
-
updated_at?: true
|
|
135
|
-
updated_by?: true
|
|
136
|
-
deleted_at?: true
|
|
137
|
-
deleted_by?: true
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
export type DynamicFormMaxAggregateInputType = {
|
|
141
|
-
id?: true
|
|
142
|
-
uuid?: true
|
|
143
|
-
module_id?: true
|
|
144
|
-
form_name?: true
|
|
145
|
-
form_slug?: true
|
|
146
|
-
description?: true
|
|
147
|
-
form_order?: true
|
|
148
|
-
is_active?: true
|
|
149
|
-
is_deleted?: true
|
|
150
|
-
created_at?: true
|
|
151
|
-
created_by?: true
|
|
152
|
-
updated_at?: true
|
|
153
|
-
updated_by?: true
|
|
154
|
-
deleted_at?: true
|
|
155
|
-
deleted_by?: true
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
export type DynamicFormCountAggregateInputType = {
|
|
159
|
-
id?: true
|
|
160
|
-
uuid?: true
|
|
161
|
-
module_id?: true
|
|
162
|
-
form_name?: true
|
|
163
|
-
form_slug?: true
|
|
164
|
-
description?: true
|
|
165
|
-
fields?: true
|
|
166
|
-
form_order?: true
|
|
167
|
-
is_active?: true
|
|
168
|
-
is_deleted?: true
|
|
169
|
-
created_at?: true
|
|
170
|
-
created_by?: true
|
|
171
|
-
updated_at?: true
|
|
172
|
-
updated_by?: true
|
|
173
|
-
deleted_at?: true
|
|
174
|
-
deleted_by?: true
|
|
175
|
-
_all?: true
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
export type DynamicFormAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
179
|
-
/**
|
|
180
|
-
* Filter which DynamicForm to aggregate.
|
|
181
|
-
*/
|
|
182
|
-
where?: Prisma.DynamicFormWhereInput
|
|
183
|
-
/**
|
|
184
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
185
|
-
*
|
|
186
|
-
* Determine the order of DynamicForms to fetch.
|
|
187
|
-
*/
|
|
188
|
-
orderBy?: Prisma.DynamicFormOrderByWithRelationInput | Prisma.DynamicFormOrderByWithRelationInput[]
|
|
189
|
-
/**
|
|
190
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
191
|
-
*
|
|
192
|
-
* Sets the start position
|
|
193
|
-
*/
|
|
194
|
-
cursor?: Prisma.DynamicFormWhereUniqueInput
|
|
195
|
-
/**
|
|
196
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
197
|
-
*
|
|
198
|
-
* Take `±n` DynamicForms from the position of the cursor.
|
|
199
|
-
*/
|
|
200
|
-
take?: number
|
|
201
|
-
/**
|
|
202
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
203
|
-
*
|
|
204
|
-
* Skip the first `n` DynamicForms.
|
|
205
|
-
*/
|
|
206
|
-
skip?: number
|
|
207
|
-
/**
|
|
208
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
209
|
-
*
|
|
210
|
-
* Count returned DynamicForms
|
|
211
|
-
**/
|
|
212
|
-
_count?: true | DynamicFormCountAggregateInputType
|
|
213
|
-
/**
|
|
214
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
215
|
-
*
|
|
216
|
-
* Select which fields to average
|
|
217
|
-
**/
|
|
218
|
-
_avg?: DynamicFormAvgAggregateInputType
|
|
219
|
-
/**
|
|
220
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
221
|
-
*
|
|
222
|
-
* Select which fields to sum
|
|
223
|
-
**/
|
|
224
|
-
_sum?: DynamicFormSumAggregateInputType
|
|
225
|
-
/**
|
|
226
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
227
|
-
*
|
|
228
|
-
* Select which fields to find the minimum value
|
|
229
|
-
**/
|
|
230
|
-
_min?: DynamicFormMinAggregateInputType
|
|
231
|
-
/**
|
|
232
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
233
|
-
*
|
|
234
|
-
* Select which fields to find the maximum value
|
|
235
|
-
**/
|
|
236
|
-
_max?: DynamicFormMaxAggregateInputType
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
export type GetDynamicFormAggregateType<T extends DynamicFormAggregateArgs> = {
|
|
240
|
-
[P in keyof T & keyof AggregateDynamicForm]: P extends '_count' | 'count'
|
|
241
|
-
? T[P] extends true
|
|
242
|
-
? number
|
|
243
|
-
: Prisma.GetScalarType<T[P], AggregateDynamicForm[P]>
|
|
244
|
-
: Prisma.GetScalarType<T[P], AggregateDynamicForm[P]>
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
export type DynamicFormGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
251
|
-
where?: Prisma.DynamicFormWhereInput
|
|
252
|
-
orderBy?: Prisma.DynamicFormOrderByWithAggregationInput | Prisma.DynamicFormOrderByWithAggregationInput[]
|
|
253
|
-
by: Prisma.DynamicFormScalarFieldEnum[] | Prisma.DynamicFormScalarFieldEnum
|
|
254
|
-
having?: Prisma.DynamicFormScalarWhereWithAggregatesInput
|
|
255
|
-
take?: number
|
|
256
|
-
skip?: number
|
|
257
|
-
_count?: DynamicFormCountAggregateInputType | true
|
|
258
|
-
_avg?: DynamicFormAvgAggregateInputType
|
|
259
|
-
_sum?: DynamicFormSumAggregateInputType
|
|
260
|
-
_min?: DynamicFormMinAggregateInputType
|
|
261
|
-
_max?: DynamicFormMaxAggregateInputType
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
export type DynamicFormGroupByOutputType = {
|
|
265
|
-
id: number
|
|
266
|
-
uuid: string | null
|
|
267
|
-
module_id: number | null
|
|
268
|
-
form_name: string | null
|
|
269
|
-
form_slug: string | null
|
|
270
|
-
description: string | null
|
|
271
|
-
fields: runtime.JsonValue | null
|
|
272
|
-
form_order: number | null
|
|
273
|
-
is_active: boolean | null
|
|
274
|
-
is_deleted: boolean | null
|
|
275
|
-
created_at: Date | null
|
|
276
|
-
created_by: number | null
|
|
277
|
-
updated_at: Date | null
|
|
278
|
-
updated_by: number | null
|
|
279
|
-
deleted_at: Date | null
|
|
280
|
-
deleted_by: number | null
|
|
281
|
-
_count: DynamicFormCountAggregateOutputType | null
|
|
282
|
-
_avg: DynamicFormAvgAggregateOutputType | null
|
|
283
|
-
_sum: DynamicFormSumAggregateOutputType | null
|
|
284
|
-
_min: DynamicFormMinAggregateOutputType | null
|
|
285
|
-
_max: DynamicFormMaxAggregateOutputType | null
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
export type GetDynamicFormGroupByPayload<T extends DynamicFormGroupByArgs> = Prisma.PrismaPromise<
|
|
289
|
-
Array<
|
|
290
|
-
Prisma.PickEnumerable<DynamicFormGroupByOutputType, T['by']> &
|
|
291
|
-
{
|
|
292
|
-
[P in ((keyof T) & (keyof DynamicFormGroupByOutputType))]: P extends '_count'
|
|
293
|
-
? T[P] extends boolean
|
|
294
|
-
? number
|
|
295
|
-
: Prisma.GetScalarType<T[P], DynamicFormGroupByOutputType[P]>
|
|
296
|
-
: Prisma.GetScalarType<T[P], DynamicFormGroupByOutputType[P]>
|
|
297
|
-
}
|
|
298
|
-
>
|
|
299
|
-
>
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
export type DynamicFormWhereInput = {
|
|
304
|
-
AND?: Prisma.DynamicFormWhereInput | Prisma.DynamicFormWhereInput[]
|
|
305
|
-
OR?: Prisma.DynamicFormWhereInput[]
|
|
306
|
-
NOT?: Prisma.DynamicFormWhereInput | Prisma.DynamicFormWhereInput[]
|
|
307
|
-
id?: Prisma.IntFilter<"DynamicForm"> | number
|
|
308
|
-
uuid?: Prisma.StringNullableFilter<"DynamicForm"> | string | null
|
|
309
|
-
module_id?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
310
|
-
form_name?: Prisma.StringNullableFilter<"DynamicForm"> | string | null
|
|
311
|
-
form_slug?: Prisma.StringNullableFilter<"DynamicForm"> | string | null
|
|
312
|
-
description?: Prisma.StringNullableFilter<"DynamicForm"> | string | null
|
|
313
|
-
fields?: Prisma.JsonNullableFilter<"DynamicForm">
|
|
314
|
-
form_order?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
315
|
-
is_active?: Prisma.BoolNullableFilter<"DynamicForm"> | boolean | null
|
|
316
|
-
is_deleted?: Prisma.BoolNullableFilter<"DynamicForm"> | boolean | null
|
|
317
|
-
created_at?: Prisma.DateTimeNullableFilter<"DynamicForm"> | Date | string | null
|
|
318
|
-
created_by?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
319
|
-
updated_at?: Prisma.DateTimeNullableFilter<"DynamicForm"> | Date | string | null
|
|
320
|
-
updated_by?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
321
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"DynamicForm"> | Date | string | null
|
|
322
|
-
deleted_by?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
323
|
-
module?: Prisma.XOR<Prisma.FormMasterNullableScalarRelationFilter, Prisma.FormMasterWhereInput> | null
|
|
324
|
-
user?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
export type DynamicFormOrderByWithRelationInput = {
|
|
328
|
-
id?: Prisma.SortOrder
|
|
329
|
-
uuid?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
330
|
-
module_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
331
|
-
form_name?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
332
|
-
form_slug?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
333
|
-
description?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
334
|
-
fields?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
335
|
-
form_order?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
336
|
-
is_active?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
337
|
-
is_deleted?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
338
|
-
created_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
339
|
-
created_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
340
|
-
updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
341
|
-
updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
342
|
-
deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
343
|
-
deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
344
|
-
module?: Prisma.FormMasterOrderByWithRelationInput
|
|
345
|
-
user?: Prisma.UserOrderByWithRelationInput
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
export type DynamicFormWhereUniqueInput = Prisma.AtLeast<{
|
|
349
|
-
id?: number
|
|
350
|
-
uuid?: string
|
|
351
|
-
module_id_form_slug?: Prisma.DynamicFormModule_idForm_slugCompoundUniqueInput
|
|
352
|
-
AND?: Prisma.DynamicFormWhereInput | Prisma.DynamicFormWhereInput[]
|
|
353
|
-
OR?: Prisma.DynamicFormWhereInput[]
|
|
354
|
-
NOT?: Prisma.DynamicFormWhereInput | Prisma.DynamicFormWhereInput[]
|
|
355
|
-
module_id?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
356
|
-
form_name?: Prisma.StringNullableFilter<"DynamicForm"> | string | null
|
|
357
|
-
form_slug?: Prisma.StringNullableFilter<"DynamicForm"> | string | null
|
|
358
|
-
description?: Prisma.StringNullableFilter<"DynamicForm"> | string | null
|
|
359
|
-
fields?: Prisma.JsonNullableFilter<"DynamicForm">
|
|
360
|
-
form_order?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
361
|
-
is_active?: Prisma.BoolNullableFilter<"DynamicForm"> | boolean | null
|
|
362
|
-
is_deleted?: Prisma.BoolNullableFilter<"DynamicForm"> | boolean | null
|
|
363
|
-
created_at?: Prisma.DateTimeNullableFilter<"DynamicForm"> | Date | string | null
|
|
364
|
-
created_by?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
365
|
-
updated_at?: Prisma.DateTimeNullableFilter<"DynamicForm"> | Date | string | null
|
|
366
|
-
updated_by?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
367
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"DynamicForm"> | Date | string | null
|
|
368
|
-
deleted_by?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
369
|
-
module?: Prisma.XOR<Prisma.FormMasterNullableScalarRelationFilter, Prisma.FormMasterWhereInput> | null
|
|
370
|
-
user?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
|
371
|
-
}, "id" | "uuid" | "module_id_form_slug">
|
|
372
|
-
|
|
373
|
-
export type DynamicFormOrderByWithAggregationInput = {
|
|
374
|
-
id?: Prisma.SortOrder
|
|
375
|
-
uuid?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
376
|
-
module_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
377
|
-
form_name?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
378
|
-
form_slug?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
379
|
-
description?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
380
|
-
fields?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
381
|
-
form_order?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
382
|
-
is_active?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
383
|
-
is_deleted?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
384
|
-
created_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
385
|
-
created_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
386
|
-
updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
387
|
-
updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
388
|
-
deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
389
|
-
deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
390
|
-
_count?: Prisma.DynamicFormCountOrderByAggregateInput
|
|
391
|
-
_avg?: Prisma.DynamicFormAvgOrderByAggregateInput
|
|
392
|
-
_max?: Prisma.DynamicFormMaxOrderByAggregateInput
|
|
393
|
-
_min?: Prisma.DynamicFormMinOrderByAggregateInput
|
|
394
|
-
_sum?: Prisma.DynamicFormSumOrderByAggregateInput
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
export type DynamicFormScalarWhereWithAggregatesInput = {
|
|
398
|
-
AND?: Prisma.DynamicFormScalarWhereWithAggregatesInput | Prisma.DynamicFormScalarWhereWithAggregatesInput[]
|
|
399
|
-
OR?: Prisma.DynamicFormScalarWhereWithAggregatesInput[]
|
|
400
|
-
NOT?: Prisma.DynamicFormScalarWhereWithAggregatesInput | Prisma.DynamicFormScalarWhereWithAggregatesInput[]
|
|
401
|
-
id?: Prisma.IntWithAggregatesFilter<"DynamicForm"> | number
|
|
402
|
-
uuid?: Prisma.StringNullableWithAggregatesFilter<"DynamicForm"> | string | null
|
|
403
|
-
module_id?: Prisma.IntNullableWithAggregatesFilter<"DynamicForm"> | number | null
|
|
404
|
-
form_name?: Prisma.StringNullableWithAggregatesFilter<"DynamicForm"> | string | null
|
|
405
|
-
form_slug?: Prisma.StringNullableWithAggregatesFilter<"DynamicForm"> | string | null
|
|
406
|
-
description?: Prisma.StringNullableWithAggregatesFilter<"DynamicForm"> | string | null
|
|
407
|
-
fields?: Prisma.JsonNullableWithAggregatesFilter<"DynamicForm">
|
|
408
|
-
form_order?: Prisma.IntNullableWithAggregatesFilter<"DynamicForm"> | number | null
|
|
409
|
-
is_active?: Prisma.BoolNullableWithAggregatesFilter<"DynamicForm"> | boolean | null
|
|
410
|
-
is_deleted?: Prisma.BoolNullableWithAggregatesFilter<"DynamicForm"> | boolean | null
|
|
411
|
-
created_at?: Prisma.DateTimeNullableWithAggregatesFilter<"DynamicForm"> | Date | string | null
|
|
412
|
-
created_by?: Prisma.IntNullableWithAggregatesFilter<"DynamicForm"> | number | null
|
|
413
|
-
updated_at?: Prisma.DateTimeNullableWithAggregatesFilter<"DynamicForm"> | Date | string | null
|
|
414
|
-
updated_by?: Prisma.IntNullableWithAggregatesFilter<"DynamicForm"> | number | null
|
|
415
|
-
deleted_at?: Prisma.DateTimeNullableWithAggregatesFilter<"DynamicForm"> | Date | string | null
|
|
416
|
-
deleted_by?: Prisma.IntNullableWithAggregatesFilter<"DynamicForm"> | number | null
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
export type DynamicFormCreateInput = {
|
|
420
|
-
uuid?: string | null
|
|
421
|
-
form_name?: string | null
|
|
422
|
-
form_slug?: string | null
|
|
423
|
-
description?: string | null
|
|
424
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
425
|
-
form_order?: number | null
|
|
426
|
-
is_active?: boolean | null
|
|
427
|
-
is_deleted?: boolean | null
|
|
428
|
-
created_at?: Date | string | null
|
|
429
|
-
updated_at?: Date | string | null
|
|
430
|
-
updated_by?: number | null
|
|
431
|
-
deleted_at?: Date | string | null
|
|
432
|
-
deleted_by?: number | null
|
|
433
|
-
module?: Prisma.FormMasterCreateNestedOneWithoutDynamic_formInput
|
|
434
|
-
user?: Prisma.UserCreateNestedOneWithoutDynamic_formInput
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
export type DynamicFormUncheckedCreateInput = {
|
|
438
|
-
id?: number
|
|
439
|
-
uuid?: string | null
|
|
440
|
-
module_id?: number | null
|
|
441
|
-
form_name?: string | null
|
|
442
|
-
form_slug?: string | null
|
|
443
|
-
description?: string | null
|
|
444
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
445
|
-
form_order?: number | null
|
|
446
|
-
is_active?: boolean | null
|
|
447
|
-
is_deleted?: boolean | null
|
|
448
|
-
created_at?: Date | string | null
|
|
449
|
-
created_by?: number | null
|
|
450
|
-
updated_at?: Date | string | null
|
|
451
|
-
updated_by?: number | null
|
|
452
|
-
deleted_at?: Date | string | null
|
|
453
|
-
deleted_by?: number | null
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
export type DynamicFormUpdateInput = {
|
|
457
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
458
|
-
form_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
459
|
-
form_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
460
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
461
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
462
|
-
form_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
463
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
464
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
465
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
466
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
467
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
468
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
469
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
470
|
-
module?: Prisma.FormMasterUpdateOneWithoutDynamic_formNestedInput
|
|
471
|
-
user?: Prisma.UserUpdateOneWithoutDynamic_formNestedInput
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
export type DynamicFormUncheckedUpdateInput = {
|
|
475
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
476
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
477
|
-
module_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
478
|
-
form_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
479
|
-
form_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
480
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
481
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
482
|
-
form_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
483
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
484
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
485
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
486
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
487
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
488
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
489
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
490
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
export type DynamicFormCreateManyInput = {
|
|
494
|
-
id?: number
|
|
495
|
-
uuid?: string | null
|
|
496
|
-
module_id?: number | null
|
|
497
|
-
form_name?: string | null
|
|
498
|
-
form_slug?: string | null
|
|
499
|
-
description?: string | null
|
|
500
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
501
|
-
form_order?: number | null
|
|
502
|
-
is_active?: boolean | null
|
|
503
|
-
is_deleted?: boolean | null
|
|
504
|
-
created_at?: Date | string | null
|
|
505
|
-
created_by?: number | null
|
|
506
|
-
updated_at?: Date | string | null
|
|
507
|
-
updated_by?: number | null
|
|
508
|
-
deleted_at?: Date | string | null
|
|
509
|
-
deleted_by?: number | null
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
export type DynamicFormUpdateManyMutationInput = {
|
|
513
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
514
|
-
form_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
515
|
-
form_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
516
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
517
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
518
|
-
form_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
519
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
520
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
521
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
522
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
523
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
524
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
525
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
export type DynamicFormUncheckedUpdateManyInput = {
|
|
529
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
530
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
531
|
-
module_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
532
|
-
form_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
533
|
-
form_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
534
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
535
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
536
|
-
form_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
537
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
538
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
539
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
540
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
541
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
542
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
543
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
544
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
export type DynamicFormListRelationFilter = {
|
|
548
|
-
every?: Prisma.DynamicFormWhereInput
|
|
549
|
-
some?: Prisma.DynamicFormWhereInput
|
|
550
|
-
none?: Prisma.DynamicFormWhereInput
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
export type DynamicFormOrderByRelationAggregateInput = {
|
|
554
|
-
_count?: Prisma.SortOrder
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
export type DynamicFormModule_idForm_slugCompoundUniqueInput = {
|
|
558
|
-
module_id: number
|
|
559
|
-
form_slug: string
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
export type DynamicFormCountOrderByAggregateInput = {
|
|
563
|
-
id?: Prisma.SortOrder
|
|
564
|
-
uuid?: Prisma.SortOrder
|
|
565
|
-
module_id?: Prisma.SortOrder
|
|
566
|
-
form_name?: Prisma.SortOrder
|
|
567
|
-
form_slug?: Prisma.SortOrder
|
|
568
|
-
description?: Prisma.SortOrder
|
|
569
|
-
fields?: Prisma.SortOrder
|
|
570
|
-
form_order?: Prisma.SortOrder
|
|
571
|
-
is_active?: Prisma.SortOrder
|
|
572
|
-
is_deleted?: Prisma.SortOrder
|
|
573
|
-
created_at?: Prisma.SortOrder
|
|
574
|
-
created_by?: Prisma.SortOrder
|
|
575
|
-
updated_at?: Prisma.SortOrder
|
|
576
|
-
updated_by?: Prisma.SortOrder
|
|
577
|
-
deleted_at?: Prisma.SortOrder
|
|
578
|
-
deleted_by?: Prisma.SortOrder
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
export type DynamicFormAvgOrderByAggregateInput = {
|
|
582
|
-
id?: Prisma.SortOrder
|
|
583
|
-
module_id?: Prisma.SortOrder
|
|
584
|
-
form_order?: Prisma.SortOrder
|
|
585
|
-
created_by?: Prisma.SortOrder
|
|
586
|
-
updated_by?: Prisma.SortOrder
|
|
587
|
-
deleted_by?: Prisma.SortOrder
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
export type DynamicFormMaxOrderByAggregateInput = {
|
|
591
|
-
id?: Prisma.SortOrder
|
|
592
|
-
uuid?: Prisma.SortOrder
|
|
593
|
-
module_id?: Prisma.SortOrder
|
|
594
|
-
form_name?: Prisma.SortOrder
|
|
595
|
-
form_slug?: Prisma.SortOrder
|
|
596
|
-
description?: Prisma.SortOrder
|
|
597
|
-
form_order?: Prisma.SortOrder
|
|
598
|
-
is_active?: Prisma.SortOrder
|
|
599
|
-
is_deleted?: Prisma.SortOrder
|
|
600
|
-
created_at?: Prisma.SortOrder
|
|
601
|
-
created_by?: Prisma.SortOrder
|
|
602
|
-
updated_at?: Prisma.SortOrder
|
|
603
|
-
updated_by?: Prisma.SortOrder
|
|
604
|
-
deleted_at?: Prisma.SortOrder
|
|
605
|
-
deleted_by?: Prisma.SortOrder
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
export type DynamicFormMinOrderByAggregateInput = {
|
|
609
|
-
id?: Prisma.SortOrder
|
|
610
|
-
uuid?: Prisma.SortOrder
|
|
611
|
-
module_id?: Prisma.SortOrder
|
|
612
|
-
form_name?: Prisma.SortOrder
|
|
613
|
-
form_slug?: Prisma.SortOrder
|
|
614
|
-
description?: Prisma.SortOrder
|
|
615
|
-
form_order?: Prisma.SortOrder
|
|
616
|
-
is_active?: Prisma.SortOrder
|
|
617
|
-
is_deleted?: Prisma.SortOrder
|
|
618
|
-
created_at?: Prisma.SortOrder
|
|
619
|
-
created_by?: Prisma.SortOrder
|
|
620
|
-
updated_at?: Prisma.SortOrder
|
|
621
|
-
updated_by?: Prisma.SortOrder
|
|
622
|
-
deleted_at?: Prisma.SortOrder
|
|
623
|
-
deleted_by?: Prisma.SortOrder
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
export type DynamicFormSumOrderByAggregateInput = {
|
|
627
|
-
id?: Prisma.SortOrder
|
|
628
|
-
module_id?: Prisma.SortOrder
|
|
629
|
-
form_order?: Prisma.SortOrder
|
|
630
|
-
created_by?: Prisma.SortOrder
|
|
631
|
-
updated_by?: Prisma.SortOrder
|
|
632
|
-
deleted_by?: Prisma.SortOrder
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
export type DynamicFormCreateNestedManyWithoutUserInput = {
|
|
636
|
-
create?: Prisma.XOR<Prisma.DynamicFormCreateWithoutUserInput, Prisma.DynamicFormUncheckedCreateWithoutUserInput> | Prisma.DynamicFormCreateWithoutUserInput[] | Prisma.DynamicFormUncheckedCreateWithoutUserInput[]
|
|
637
|
-
connectOrCreate?: Prisma.DynamicFormCreateOrConnectWithoutUserInput | Prisma.DynamicFormCreateOrConnectWithoutUserInput[]
|
|
638
|
-
createMany?: Prisma.DynamicFormCreateManyUserInputEnvelope
|
|
639
|
-
connect?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
export type DynamicFormUncheckedCreateNestedManyWithoutUserInput = {
|
|
643
|
-
create?: Prisma.XOR<Prisma.DynamicFormCreateWithoutUserInput, Prisma.DynamicFormUncheckedCreateWithoutUserInput> | Prisma.DynamicFormCreateWithoutUserInput[] | Prisma.DynamicFormUncheckedCreateWithoutUserInput[]
|
|
644
|
-
connectOrCreate?: Prisma.DynamicFormCreateOrConnectWithoutUserInput | Prisma.DynamicFormCreateOrConnectWithoutUserInput[]
|
|
645
|
-
createMany?: Prisma.DynamicFormCreateManyUserInputEnvelope
|
|
646
|
-
connect?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
export type DynamicFormUpdateManyWithoutUserNestedInput = {
|
|
650
|
-
create?: Prisma.XOR<Prisma.DynamicFormCreateWithoutUserInput, Prisma.DynamicFormUncheckedCreateWithoutUserInput> | Prisma.DynamicFormCreateWithoutUserInput[] | Prisma.DynamicFormUncheckedCreateWithoutUserInput[]
|
|
651
|
-
connectOrCreate?: Prisma.DynamicFormCreateOrConnectWithoutUserInput | Prisma.DynamicFormCreateOrConnectWithoutUserInput[]
|
|
652
|
-
upsert?: Prisma.DynamicFormUpsertWithWhereUniqueWithoutUserInput | Prisma.DynamicFormUpsertWithWhereUniqueWithoutUserInput[]
|
|
653
|
-
createMany?: Prisma.DynamicFormCreateManyUserInputEnvelope
|
|
654
|
-
set?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
655
|
-
disconnect?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
656
|
-
delete?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
657
|
-
connect?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
658
|
-
update?: Prisma.DynamicFormUpdateWithWhereUniqueWithoutUserInput | Prisma.DynamicFormUpdateWithWhereUniqueWithoutUserInput[]
|
|
659
|
-
updateMany?: Prisma.DynamicFormUpdateManyWithWhereWithoutUserInput | Prisma.DynamicFormUpdateManyWithWhereWithoutUserInput[]
|
|
660
|
-
deleteMany?: Prisma.DynamicFormScalarWhereInput | Prisma.DynamicFormScalarWhereInput[]
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
export type DynamicFormUncheckedUpdateManyWithoutUserNestedInput = {
|
|
664
|
-
create?: Prisma.XOR<Prisma.DynamicFormCreateWithoutUserInput, Prisma.DynamicFormUncheckedCreateWithoutUserInput> | Prisma.DynamicFormCreateWithoutUserInput[] | Prisma.DynamicFormUncheckedCreateWithoutUserInput[]
|
|
665
|
-
connectOrCreate?: Prisma.DynamicFormCreateOrConnectWithoutUserInput | Prisma.DynamicFormCreateOrConnectWithoutUserInput[]
|
|
666
|
-
upsert?: Prisma.DynamicFormUpsertWithWhereUniqueWithoutUserInput | Prisma.DynamicFormUpsertWithWhereUniqueWithoutUserInput[]
|
|
667
|
-
createMany?: Prisma.DynamicFormCreateManyUserInputEnvelope
|
|
668
|
-
set?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
669
|
-
disconnect?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
670
|
-
delete?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
671
|
-
connect?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
672
|
-
update?: Prisma.DynamicFormUpdateWithWhereUniqueWithoutUserInput | Prisma.DynamicFormUpdateWithWhereUniqueWithoutUserInput[]
|
|
673
|
-
updateMany?: Prisma.DynamicFormUpdateManyWithWhereWithoutUserInput | Prisma.DynamicFormUpdateManyWithWhereWithoutUserInput[]
|
|
674
|
-
deleteMany?: Prisma.DynamicFormScalarWhereInput | Prisma.DynamicFormScalarWhereInput[]
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
export type DynamicFormCreateNestedManyWithoutModuleInput = {
|
|
678
|
-
create?: Prisma.XOR<Prisma.DynamicFormCreateWithoutModuleInput, Prisma.DynamicFormUncheckedCreateWithoutModuleInput> | Prisma.DynamicFormCreateWithoutModuleInput[] | Prisma.DynamicFormUncheckedCreateWithoutModuleInput[]
|
|
679
|
-
connectOrCreate?: Prisma.DynamicFormCreateOrConnectWithoutModuleInput | Prisma.DynamicFormCreateOrConnectWithoutModuleInput[]
|
|
680
|
-
createMany?: Prisma.DynamicFormCreateManyModuleInputEnvelope
|
|
681
|
-
connect?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
export type DynamicFormUncheckedCreateNestedManyWithoutModuleInput = {
|
|
685
|
-
create?: Prisma.XOR<Prisma.DynamicFormCreateWithoutModuleInput, Prisma.DynamicFormUncheckedCreateWithoutModuleInput> | Prisma.DynamicFormCreateWithoutModuleInput[] | Prisma.DynamicFormUncheckedCreateWithoutModuleInput[]
|
|
686
|
-
connectOrCreate?: Prisma.DynamicFormCreateOrConnectWithoutModuleInput | Prisma.DynamicFormCreateOrConnectWithoutModuleInput[]
|
|
687
|
-
createMany?: Prisma.DynamicFormCreateManyModuleInputEnvelope
|
|
688
|
-
connect?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
export type DynamicFormUpdateManyWithoutModuleNestedInput = {
|
|
692
|
-
create?: Prisma.XOR<Prisma.DynamicFormCreateWithoutModuleInput, Prisma.DynamicFormUncheckedCreateWithoutModuleInput> | Prisma.DynamicFormCreateWithoutModuleInput[] | Prisma.DynamicFormUncheckedCreateWithoutModuleInput[]
|
|
693
|
-
connectOrCreate?: Prisma.DynamicFormCreateOrConnectWithoutModuleInput | Prisma.DynamicFormCreateOrConnectWithoutModuleInput[]
|
|
694
|
-
upsert?: Prisma.DynamicFormUpsertWithWhereUniqueWithoutModuleInput | Prisma.DynamicFormUpsertWithWhereUniqueWithoutModuleInput[]
|
|
695
|
-
createMany?: Prisma.DynamicFormCreateManyModuleInputEnvelope
|
|
696
|
-
set?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
697
|
-
disconnect?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
698
|
-
delete?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
699
|
-
connect?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
700
|
-
update?: Prisma.DynamicFormUpdateWithWhereUniqueWithoutModuleInput | Prisma.DynamicFormUpdateWithWhereUniqueWithoutModuleInput[]
|
|
701
|
-
updateMany?: Prisma.DynamicFormUpdateManyWithWhereWithoutModuleInput | Prisma.DynamicFormUpdateManyWithWhereWithoutModuleInput[]
|
|
702
|
-
deleteMany?: Prisma.DynamicFormScalarWhereInput | Prisma.DynamicFormScalarWhereInput[]
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
export type DynamicFormUncheckedUpdateManyWithoutModuleNestedInput = {
|
|
706
|
-
create?: Prisma.XOR<Prisma.DynamicFormCreateWithoutModuleInput, Prisma.DynamicFormUncheckedCreateWithoutModuleInput> | Prisma.DynamicFormCreateWithoutModuleInput[] | Prisma.DynamicFormUncheckedCreateWithoutModuleInput[]
|
|
707
|
-
connectOrCreate?: Prisma.DynamicFormCreateOrConnectWithoutModuleInput | Prisma.DynamicFormCreateOrConnectWithoutModuleInput[]
|
|
708
|
-
upsert?: Prisma.DynamicFormUpsertWithWhereUniqueWithoutModuleInput | Prisma.DynamicFormUpsertWithWhereUniqueWithoutModuleInput[]
|
|
709
|
-
createMany?: Prisma.DynamicFormCreateManyModuleInputEnvelope
|
|
710
|
-
set?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
711
|
-
disconnect?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
712
|
-
delete?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
713
|
-
connect?: Prisma.DynamicFormWhereUniqueInput | Prisma.DynamicFormWhereUniqueInput[]
|
|
714
|
-
update?: Prisma.DynamicFormUpdateWithWhereUniqueWithoutModuleInput | Prisma.DynamicFormUpdateWithWhereUniqueWithoutModuleInput[]
|
|
715
|
-
updateMany?: Prisma.DynamicFormUpdateManyWithWhereWithoutModuleInput | Prisma.DynamicFormUpdateManyWithWhereWithoutModuleInput[]
|
|
716
|
-
deleteMany?: Prisma.DynamicFormScalarWhereInput | Prisma.DynamicFormScalarWhereInput[]
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
export type DynamicFormCreateWithoutUserInput = {
|
|
720
|
-
uuid?: string | null
|
|
721
|
-
form_name?: string | null
|
|
722
|
-
form_slug?: string | null
|
|
723
|
-
description?: string | null
|
|
724
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
725
|
-
form_order?: number | null
|
|
726
|
-
is_active?: boolean | null
|
|
727
|
-
is_deleted?: boolean | null
|
|
728
|
-
created_at?: Date | string | null
|
|
729
|
-
updated_at?: Date | string | null
|
|
730
|
-
updated_by?: number | null
|
|
731
|
-
deleted_at?: Date | string | null
|
|
732
|
-
deleted_by?: number | null
|
|
733
|
-
module?: Prisma.FormMasterCreateNestedOneWithoutDynamic_formInput
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
export type DynamicFormUncheckedCreateWithoutUserInput = {
|
|
737
|
-
id?: number
|
|
738
|
-
uuid?: string | null
|
|
739
|
-
module_id?: number | null
|
|
740
|
-
form_name?: string | null
|
|
741
|
-
form_slug?: string | null
|
|
742
|
-
description?: string | null
|
|
743
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
744
|
-
form_order?: number | null
|
|
745
|
-
is_active?: boolean | null
|
|
746
|
-
is_deleted?: boolean | null
|
|
747
|
-
created_at?: Date | string | null
|
|
748
|
-
updated_at?: Date | string | null
|
|
749
|
-
updated_by?: number | null
|
|
750
|
-
deleted_at?: Date | string | null
|
|
751
|
-
deleted_by?: number | null
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
export type DynamicFormCreateOrConnectWithoutUserInput = {
|
|
755
|
-
where: Prisma.DynamicFormWhereUniqueInput
|
|
756
|
-
create: Prisma.XOR<Prisma.DynamicFormCreateWithoutUserInput, Prisma.DynamicFormUncheckedCreateWithoutUserInput>
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
export type DynamicFormCreateManyUserInputEnvelope = {
|
|
760
|
-
data: Prisma.DynamicFormCreateManyUserInput | Prisma.DynamicFormCreateManyUserInput[]
|
|
761
|
-
skipDuplicates?: boolean
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
export type DynamicFormUpsertWithWhereUniqueWithoutUserInput = {
|
|
765
|
-
where: Prisma.DynamicFormWhereUniqueInput
|
|
766
|
-
update: Prisma.XOR<Prisma.DynamicFormUpdateWithoutUserInput, Prisma.DynamicFormUncheckedUpdateWithoutUserInput>
|
|
767
|
-
create: Prisma.XOR<Prisma.DynamicFormCreateWithoutUserInput, Prisma.DynamicFormUncheckedCreateWithoutUserInput>
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
export type DynamicFormUpdateWithWhereUniqueWithoutUserInput = {
|
|
771
|
-
where: Prisma.DynamicFormWhereUniqueInput
|
|
772
|
-
data: Prisma.XOR<Prisma.DynamicFormUpdateWithoutUserInput, Prisma.DynamicFormUncheckedUpdateWithoutUserInput>
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
export type DynamicFormUpdateManyWithWhereWithoutUserInput = {
|
|
776
|
-
where: Prisma.DynamicFormScalarWhereInput
|
|
777
|
-
data: Prisma.XOR<Prisma.DynamicFormUpdateManyMutationInput, Prisma.DynamicFormUncheckedUpdateManyWithoutUserInput>
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
export type DynamicFormScalarWhereInput = {
|
|
781
|
-
AND?: Prisma.DynamicFormScalarWhereInput | Prisma.DynamicFormScalarWhereInput[]
|
|
782
|
-
OR?: Prisma.DynamicFormScalarWhereInput[]
|
|
783
|
-
NOT?: Prisma.DynamicFormScalarWhereInput | Prisma.DynamicFormScalarWhereInput[]
|
|
784
|
-
id?: Prisma.IntFilter<"DynamicForm"> | number
|
|
785
|
-
uuid?: Prisma.StringNullableFilter<"DynamicForm"> | string | null
|
|
786
|
-
module_id?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
787
|
-
form_name?: Prisma.StringNullableFilter<"DynamicForm"> | string | null
|
|
788
|
-
form_slug?: Prisma.StringNullableFilter<"DynamicForm"> | string | null
|
|
789
|
-
description?: Prisma.StringNullableFilter<"DynamicForm"> | string | null
|
|
790
|
-
fields?: Prisma.JsonNullableFilter<"DynamicForm">
|
|
791
|
-
form_order?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
792
|
-
is_active?: Prisma.BoolNullableFilter<"DynamicForm"> | boolean | null
|
|
793
|
-
is_deleted?: Prisma.BoolNullableFilter<"DynamicForm"> | boolean | null
|
|
794
|
-
created_at?: Prisma.DateTimeNullableFilter<"DynamicForm"> | Date | string | null
|
|
795
|
-
created_by?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
796
|
-
updated_at?: Prisma.DateTimeNullableFilter<"DynamicForm"> | Date | string | null
|
|
797
|
-
updated_by?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
798
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"DynamicForm"> | Date | string | null
|
|
799
|
-
deleted_by?: Prisma.IntNullableFilter<"DynamicForm"> | number | null
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
export type DynamicFormCreateWithoutModuleInput = {
|
|
803
|
-
uuid?: string | null
|
|
804
|
-
form_name?: string | null
|
|
805
|
-
form_slug?: string | null
|
|
806
|
-
description?: string | null
|
|
807
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
808
|
-
form_order?: number | null
|
|
809
|
-
is_active?: boolean | null
|
|
810
|
-
is_deleted?: boolean | null
|
|
811
|
-
created_at?: Date | string | null
|
|
812
|
-
updated_at?: Date | string | null
|
|
813
|
-
updated_by?: number | null
|
|
814
|
-
deleted_at?: Date | string | null
|
|
815
|
-
deleted_by?: number | null
|
|
816
|
-
user?: Prisma.UserCreateNestedOneWithoutDynamic_formInput
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
export type DynamicFormUncheckedCreateWithoutModuleInput = {
|
|
820
|
-
id?: number
|
|
821
|
-
uuid?: string | null
|
|
822
|
-
form_name?: string | null
|
|
823
|
-
form_slug?: string | null
|
|
824
|
-
description?: string | null
|
|
825
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
826
|
-
form_order?: number | null
|
|
827
|
-
is_active?: boolean | null
|
|
828
|
-
is_deleted?: boolean | null
|
|
829
|
-
created_at?: Date | string | null
|
|
830
|
-
created_by?: number | null
|
|
831
|
-
updated_at?: Date | string | null
|
|
832
|
-
updated_by?: number | null
|
|
833
|
-
deleted_at?: Date | string | null
|
|
834
|
-
deleted_by?: number | null
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
export type DynamicFormCreateOrConnectWithoutModuleInput = {
|
|
838
|
-
where: Prisma.DynamicFormWhereUniqueInput
|
|
839
|
-
create: Prisma.XOR<Prisma.DynamicFormCreateWithoutModuleInput, Prisma.DynamicFormUncheckedCreateWithoutModuleInput>
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
export type DynamicFormCreateManyModuleInputEnvelope = {
|
|
843
|
-
data: Prisma.DynamicFormCreateManyModuleInput | Prisma.DynamicFormCreateManyModuleInput[]
|
|
844
|
-
skipDuplicates?: boolean
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
export type DynamicFormUpsertWithWhereUniqueWithoutModuleInput = {
|
|
848
|
-
where: Prisma.DynamicFormWhereUniqueInput
|
|
849
|
-
update: Prisma.XOR<Prisma.DynamicFormUpdateWithoutModuleInput, Prisma.DynamicFormUncheckedUpdateWithoutModuleInput>
|
|
850
|
-
create: Prisma.XOR<Prisma.DynamicFormCreateWithoutModuleInput, Prisma.DynamicFormUncheckedCreateWithoutModuleInput>
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
export type DynamicFormUpdateWithWhereUniqueWithoutModuleInput = {
|
|
854
|
-
where: Prisma.DynamicFormWhereUniqueInput
|
|
855
|
-
data: Prisma.XOR<Prisma.DynamicFormUpdateWithoutModuleInput, Prisma.DynamicFormUncheckedUpdateWithoutModuleInput>
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
export type DynamicFormUpdateManyWithWhereWithoutModuleInput = {
|
|
859
|
-
where: Prisma.DynamicFormScalarWhereInput
|
|
860
|
-
data: Prisma.XOR<Prisma.DynamicFormUpdateManyMutationInput, Prisma.DynamicFormUncheckedUpdateManyWithoutModuleInput>
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
export type DynamicFormCreateManyUserInput = {
|
|
864
|
-
id?: number
|
|
865
|
-
uuid?: string | null
|
|
866
|
-
module_id?: number | null
|
|
867
|
-
form_name?: string | null
|
|
868
|
-
form_slug?: string | null
|
|
869
|
-
description?: string | null
|
|
870
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
871
|
-
form_order?: number | null
|
|
872
|
-
is_active?: boolean | null
|
|
873
|
-
is_deleted?: boolean | null
|
|
874
|
-
created_at?: Date | string | null
|
|
875
|
-
updated_at?: Date | string | null
|
|
876
|
-
updated_by?: number | null
|
|
877
|
-
deleted_at?: Date | string | null
|
|
878
|
-
deleted_by?: number | null
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
export type DynamicFormUpdateWithoutUserInput = {
|
|
882
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
883
|
-
form_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
884
|
-
form_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
885
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
886
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
887
|
-
form_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
888
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
889
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
890
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
891
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
892
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
893
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
894
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
895
|
-
module?: Prisma.FormMasterUpdateOneWithoutDynamic_formNestedInput
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
export type DynamicFormUncheckedUpdateWithoutUserInput = {
|
|
899
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
900
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
901
|
-
module_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
902
|
-
form_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
903
|
-
form_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
904
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
905
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
906
|
-
form_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
907
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
908
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
909
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
910
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
911
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
912
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
913
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
export type DynamicFormUncheckedUpdateManyWithoutUserInput = {
|
|
917
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
918
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
919
|
-
module_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
920
|
-
form_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
921
|
-
form_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
922
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
923
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
924
|
-
form_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
925
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
926
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
927
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
928
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
929
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
930
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
931
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
export type DynamicFormCreateManyModuleInput = {
|
|
935
|
-
id?: number
|
|
936
|
-
uuid?: string | null
|
|
937
|
-
form_name?: string | null
|
|
938
|
-
form_slug?: string | null
|
|
939
|
-
description?: string | null
|
|
940
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
941
|
-
form_order?: number | null
|
|
942
|
-
is_active?: boolean | null
|
|
943
|
-
is_deleted?: boolean | null
|
|
944
|
-
created_at?: Date | string | null
|
|
945
|
-
created_by?: number | null
|
|
946
|
-
updated_at?: Date | string | null
|
|
947
|
-
updated_by?: number | null
|
|
948
|
-
deleted_at?: Date | string | null
|
|
949
|
-
deleted_by?: number | null
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
export type DynamicFormUpdateWithoutModuleInput = {
|
|
953
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
954
|
-
form_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
955
|
-
form_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
956
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
957
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
958
|
-
form_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
959
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
960
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
961
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
962
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
963
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
964
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
965
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
966
|
-
user?: Prisma.UserUpdateOneWithoutDynamic_formNestedInput
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
export type DynamicFormUncheckedUpdateWithoutModuleInput = {
|
|
970
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
971
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
972
|
-
form_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
973
|
-
form_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
974
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
975
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
976
|
-
form_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
977
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
978
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
979
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
980
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
981
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
982
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
983
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
984
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
export type DynamicFormUncheckedUpdateManyWithoutModuleInput = {
|
|
988
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
989
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
990
|
-
form_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
991
|
-
form_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
992
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
993
|
-
fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
994
|
-
form_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
995
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
996
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
997
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
998
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
999
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1000
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1001
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1002
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
export type DynamicFormSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1008
|
-
id?: boolean
|
|
1009
|
-
uuid?: boolean
|
|
1010
|
-
module_id?: boolean
|
|
1011
|
-
form_name?: boolean
|
|
1012
|
-
form_slug?: boolean
|
|
1013
|
-
description?: boolean
|
|
1014
|
-
fields?: boolean
|
|
1015
|
-
form_order?: boolean
|
|
1016
|
-
is_active?: boolean
|
|
1017
|
-
is_deleted?: boolean
|
|
1018
|
-
created_at?: boolean
|
|
1019
|
-
created_by?: boolean
|
|
1020
|
-
updated_at?: boolean
|
|
1021
|
-
updated_by?: boolean
|
|
1022
|
-
deleted_at?: boolean
|
|
1023
|
-
deleted_by?: boolean
|
|
1024
|
-
module?: boolean | Prisma.DynamicForm$moduleArgs<ExtArgs>
|
|
1025
|
-
user?: boolean | Prisma.DynamicForm$userArgs<ExtArgs>
|
|
1026
|
-
}, ExtArgs["result"]["dynamicForm"]>
|
|
1027
|
-
|
|
1028
|
-
export type DynamicFormSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1029
|
-
id?: boolean
|
|
1030
|
-
uuid?: boolean
|
|
1031
|
-
module_id?: boolean
|
|
1032
|
-
form_name?: boolean
|
|
1033
|
-
form_slug?: boolean
|
|
1034
|
-
description?: boolean
|
|
1035
|
-
fields?: boolean
|
|
1036
|
-
form_order?: boolean
|
|
1037
|
-
is_active?: boolean
|
|
1038
|
-
is_deleted?: boolean
|
|
1039
|
-
created_at?: boolean
|
|
1040
|
-
created_by?: boolean
|
|
1041
|
-
updated_at?: boolean
|
|
1042
|
-
updated_by?: boolean
|
|
1043
|
-
deleted_at?: boolean
|
|
1044
|
-
deleted_by?: boolean
|
|
1045
|
-
module?: boolean | Prisma.DynamicForm$moduleArgs<ExtArgs>
|
|
1046
|
-
user?: boolean | Prisma.DynamicForm$userArgs<ExtArgs>
|
|
1047
|
-
}, ExtArgs["result"]["dynamicForm"]>
|
|
1048
|
-
|
|
1049
|
-
export type DynamicFormSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1050
|
-
id?: boolean
|
|
1051
|
-
uuid?: boolean
|
|
1052
|
-
module_id?: boolean
|
|
1053
|
-
form_name?: boolean
|
|
1054
|
-
form_slug?: boolean
|
|
1055
|
-
description?: boolean
|
|
1056
|
-
fields?: boolean
|
|
1057
|
-
form_order?: boolean
|
|
1058
|
-
is_active?: boolean
|
|
1059
|
-
is_deleted?: boolean
|
|
1060
|
-
created_at?: boolean
|
|
1061
|
-
created_by?: boolean
|
|
1062
|
-
updated_at?: boolean
|
|
1063
|
-
updated_by?: boolean
|
|
1064
|
-
deleted_at?: boolean
|
|
1065
|
-
deleted_by?: boolean
|
|
1066
|
-
module?: boolean | Prisma.DynamicForm$moduleArgs<ExtArgs>
|
|
1067
|
-
user?: boolean | Prisma.DynamicForm$userArgs<ExtArgs>
|
|
1068
|
-
}, ExtArgs["result"]["dynamicForm"]>
|
|
1069
|
-
|
|
1070
|
-
export type DynamicFormSelectScalar = {
|
|
1071
|
-
id?: boolean
|
|
1072
|
-
uuid?: boolean
|
|
1073
|
-
module_id?: boolean
|
|
1074
|
-
form_name?: boolean
|
|
1075
|
-
form_slug?: boolean
|
|
1076
|
-
description?: boolean
|
|
1077
|
-
fields?: boolean
|
|
1078
|
-
form_order?: boolean
|
|
1079
|
-
is_active?: boolean
|
|
1080
|
-
is_deleted?: boolean
|
|
1081
|
-
created_at?: boolean
|
|
1082
|
-
created_by?: boolean
|
|
1083
|
-
updated_at?: boolean
|
|
1084
|
-
updated_by?: boolean
|
|
1085
|
-
deleted_at?: boolean
|
|
1086
|
-
deleted_by?: boolean
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
export type DynamicFormOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "uuid" | "module_id" | "form_name" | "form_slug" | "description" | "fields" | "form_order" | "is_active" | "is_deleted" | "created_at" | "created_by" | "updated_at" | "updated_by" | "deleted_at" | "deleted_by", ExtArgs["result"]["dynamicForm"]>
|
|
1090
|
-
export type DynamicFormInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1091
|
-
module?: boolean | Prisma.DynamicForm$moduleArgs<ExtArgs>
|
|
1092
|
-
user?: boolean | Prisma.DynamicForm$userArgs<ExtArgs>
|
|
1093
|
-
}
|
|
1094
|
-
export type DynamicFormIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1095
|
-
module?: boolean | Prisma.DynamicForm$moduleArgs<ExtArgs>
|
|
1096
|
-
user?: boolean | Prisma.DynamicForm$userArgs<ExtArgs>
|
|
1097
|
-
}
|
|
1098
|
-
export type DynamicFormIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1099
|
-
module?: boolean | Prisma.DynamicForm$moduleArgs<ExtArgs>
|
|
1100
|
-
user?: boolean | Prisma.DynamicForm$userArgs<ExtArgs>
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
export type $DynamicFormPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1104
|
-
name: "DynamicForm"
|
|
1105
|
-
objects: {
|
|
1106
|
-
module: Prisma.$FormMasterPayload<ExtArgs> | null
|
|
1107
|
-
user: Prisma.$UserPayload<ExtArgs> | null
|
|
1108
|
-
}
|
|
1109
|
-
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1110
|
-
id: number
|
|
1111
|
-
uuid: string | null
|
|
1112
|
-
module_id: number | null
|
|
1113
|
-
form_name: string | null
|
|
1114
|
-
form_slug: string | null
|
|
1115
|
-
description: string | null
|
|
1116
|
-
fields: runtime.JsonValue | null
|
|
1117
|
-
form_order: number | null
|
|
1118
|
-
is_active: boolean | null
|
|
1119
|
-
is_deleted: boolean | null
|
|
1120
|
-
created_at: Date | null
|
|
1121
|
-
created_by: number | null
|
|
1122
|
-
updated_at: Date | null
|
|
1123
|
-
updated_by: number | null
|
|
1124
|
-
deleted_at: Date | null
|
|
1125
|
-
deleted_by: number | null
|
|
1126
|
-
}, ExtArgs["result"]["dynamicForm"]>
|
|
1127
|
-
composites: {}
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
export type DynamicFormGetPayload<S extends boolean | null | undefined | DynamicFormDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$DynamicFormPayload, S>
|
|
1131
|
-
|
|
1132
|
-
export type DynamicFormCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
1133
|
-
Omit<DynamicFormFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
1134
|
-
select?: DynamicFormCountAggregateInputType | true
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
export interface DynamicFormDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
1138
|
-
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['DynamicForm'], meta: { name: 'DynamicForm' } }
|
|
1139
|
-
/**
|
|
1140
|
-
* Find zero or one DynamicForm that matches the filter.
|
|
1141
|
-
* @param {DynamicFormFindUniqueArgs} args - Arguments to find a DynamicForm
|
|
1142
|
-
* @example
|
|
1143
|
-
* // Get one DynamicForm
|
|
1144
|
-
* const dynamicForm = await prisma.dynamicForm.findUnique({
|
|
1145
|
-
* where: {
|
|
1146
|
-
* // ... provide filter here
|
|
1147
|
-
* }
|
|
1148
|
-
* })
|
|
1149
|
-
*/
|
|
1150
|
-
findUnique<T extends DynamicFormFindUniqueArgs>(args: Prisma.SelectSubset<T, DynamicFormFindUniqueArgs<ExtArgs>>): Prisma.Prisma__DynamicFormClient<runtime.Types.Result.GetResult<Prisma.$DynamicFormPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1151
|
-
|
|
1152
|
-
/**
|
|
1153
|
-
* Find one DynamicForm that matches the filter or throw an error with `error.code='P2025'`
|
|
1154
|
-
* if no matches were found.
|
|
1155
|
-
* @param {DynamicFormFindUniqueOrThrowArgs} args - Arguments to find a DynamicForm
|
|
1156
|
-
* @example
|
|
1157
|
-
* // Get one DynamicForm
|
|
1158
|
-
* const dynamicForm = await prisma.dynamicForm.findUniqueOrThrow({
|
|
1159
|
-
* where: {
|
|
1160
|
-
* // ... provide filter here
|
|
1161
|
-
* }
|
|
1162
|
-
* })
|
|
1163
|
-
*/
|
|
1164
|
-
findUniqueOrThrow<T extends DynamicFormFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, DynamicFormFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__DynamicFormClient<runtime.Types.Result.GetResult<Prisma.$DynamicFormPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1165
|
-
|
|
1166
|
-
/**
|
|
1167
|
-
* Find the first DynamicForm that matches the filter.
|
|
1168
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1169
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1170
|
-
* @param {DynamicFormFindFirstArgs} args - Arguments to find a DynamicForm
|
|
1171
|
-
* @example
|
|
1172
|
-
* // Get one DynamicForm
|
|
1173
|
-
* const dynamicForm = await prisma.dynamicForm.findFirst({
|
|
1174
|
-
* where: {
|
|
1175
|
-
* // ... provide filter here
|
|
1176
|
-
* }
|
|
1177
|
-
* })
|
|
1178
|
-
*/
|
|
1179
|
-
findFirst<T extends DynamicFormFindFirstArgs>(args?: Prisma.SelectSubset<T, DynamicFormFindFirstArgs<ExtArgs>>): Prisma.Prisma__DynamicFormClient<runtime.Types.Result.GetResult<Prisma.$DynamicFormPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1180
|
-
|
|
1181
|
-
/**
|
|
1182
|
-
* Find the first DynamicForm that matches the filter or
|
|
1183
|
-
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
1184
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1185
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1186
|
-
* @param {DynamicFormFindFirstOrThrowArgs} args - Arguments to find a DynamicForm
|
|
1187
|
-
* @example
|
|
1188
|
-
* // Get one DynamicForm
|
|
1189
|
-
* const dynamicForm = await prisma.dynamicForm.findFirstOrThrow({
|
|
1190
|
-
* where: {
|
|
1191
|
-
* // ... provide filter here
|
|
1192
|
-
* }
|
|
1193
|
-
* })
|
|
1194
|
-
*/
|
|
1195
|
-
findFirstOrThrow<T extends DynamicFormFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, DynamicFormFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__DynamicFormClient<runtime.Types.Result.GetResult<Prisma.$DynamicFormPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1196
|
-
|
|
1197
|
-
/**
|
|
1198
|
-
* Find zero or more DynamicForms that matches the filter.
|
|
1199
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1200
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1201
|
-
* @param {DynamicFormFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
1202
|
-
* @example
|
|
1203
|
-
* // Get all DynamicForms
|
|
1204
|
-
* const dynamicForms = await prisma.dynamicForm.findMany()
|
|
1205
|
-
*
|
|
1206
|
-
* // Get first 10 DynamicForms
|
|
1207
|
-
* const dynamicForms = await prisma.dynamicForm.findMany({ take: 10 })
|
|
1208
|
-
*
|
|
1209
|
-
* // Only select the `id`
|
|
1210
|
-
* const dynamicFormWithIdOnly = await prisma.dynamicForm.findMany({ select: { id: true } })
|
|
1211
|
-
*
|
|
1212
|
-
*/
|
|
1213
|
-
findMany<T extends DynamicFormFindManyArgs>(args?: Prisma.SelectSubset<T, DynamicFormFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DynamicFormPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
1214
|
-
|
|
1215
|
-
/**
|
|
1216
|
-
* Create a DynamicForm.
|
|
1217
|
-
* @param {DynamicFormCreateArgs} args - Arguments to create a DynamicForm.
|
|
1218
|
-
* @example
|
|
1219
|
-
* // Create one DynamicForm
|
|
1220
|
-
* const DynamicForm = await prisma.dynamicForm.create({
|
|
1221
|
-
* data: {
|
|
1222
|
-
* // ... data to create a DynamicForm
|
|
1223
|
-
* }
|
|
1224
|
-
* })
|
|
1225
|
-
*
|
|
1226
|
-
*/
|
|
1227
|
-
create<T extends DynamicFormCreateArgs>(args: Prisma.SelectSubset<T, DynamicFormCreateArgs<ExtArgs>>): Prisma.Prisma__DynamicFormClient<runtime.Types.Result.GetResult<Prisma.$DynamicFormPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1228
|
-
|
|
1229
|
-
/**
|
|
1230
|
-
* Create many DynamicForms.
|
|
1231
|
-
* @param {DynamicFormCreateManyArgs} args - Arguments to create many DynamicForms.
|
|
1232
|
-
* @example
|
|
1233
|
-
* // Create many DynamicForms
|
|
1234
|
-
* const dynamicForm = await prisma.dynamicForm.createMany({
|
|
1235
|
-
* data: [
|
|
1236
|
-
* // ... provide data here
|
|
1237
|
-
* ]
|
|
1238
|
-
* })
|
|
1239
|
-
*
|
|
1240
|
-
*/
|
|
1241
|
-
createMany<T extends DynamicFormCreateManyArgs>(args?: Prisma.SelectSubset<T, DynamicFormCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1242
|
-
|
|
1243
|
-
/**
|
|
1244
|
-
* Create many DynamicForms and returns the data saved in the database.
|
|
1245
|
-
* @param {DynamicFormCreateManyAndReturnArgs} args - Arguments to create many DynamicForms.
|
|
1246
|
-
* @example
|
|
1247
|
-
* // Create many DynamicForms
|
|
1248
|
-
* const dynamicForm = await prisma.dynamicForm.createManyAndReturn({
|
|
1249
|
-
* data: [
|
|
1250
|
-
* // ... provide data here
|
|
1251
|
-
* ]
|
|
1252
|
-
* })
|
|
1253
|
-
*
|
|
1254
|
-
* // Create many DynamicForms and only return the `id`
|
|
1255
|
-
* const dynamicFormWithIdOnly = await prisma.dynamicForm.createManyAndReturn({
|
|
1256
|
-
* select: { id: true },
|
|
1257
|
-
* data: [
|
|
1258
|
-
* // ... provide data here
|
|
1259
|
-
* ]
|
|
1260
|
-
* })
|
|
1261
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1262
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1263
|
-
*
|
|
1264
|
-
*/
|
|
1265
|
-
createManyAndReturn<T extends DynamicFormCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, DynamicFormCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DynamicFormPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
1266
|
-
|
|
1267
|
-
/**
|
|
1268
|
-
* Delete a DynamicForm.
|
|
1269
|
-
* @param {DynamicFormDeleteArgs} args - Arguments to delete one DynamicForm.
|
|
1270
|
-
* @example
|
|
1271
|
-
* // Delete one DynamicForm
|
|
1272
|
-
* const DynamicForm = await prisma.dynamicForm.delete({
|
|
1273
|
-
* where: {
|
|
1274
|
-
* // ... filter to delete one DynamicForm
|
|
1275
|
-
* }
|
|
1276
|
-
* })
|
|
1277
|
-
*
|
|
1278
|
-
*/
|
|
1279
|
-
delete<T extends DynamicFormDeleteArgs>(args: Prisma.SelectSubset<T, DynamicFormDeleteArgs<ExtArgs>>): Prisma.Prisma__DynamicFormClient<runtime.Types.Result.GetResult<Prisma.$DynamicFormPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1280
|
-
|
|
1281
|
-
/**
|
|
1282
|
-
* Update one DynamicForm.
|
|
1283
|
-
* @param {DynamicFormUpdateArgs} args - Arguments to update one DynamicForm.
|
|
1284
|
-
* @example
|
|
1285
|
-
* // Update one DynamicForm
|
|
1286
|
-
* const dynamicForm = await prisma.dynamicForm.update({
|
|
1287
|
-
* where: {
|
|
1288
|
-
* // ... provide filter here
|
|
1289
|
-
* },
|
|
1290
|
-
* data: {
|
|
1291
|
-
* // ... provide data here
|
|
1292
|
-
* }
|
|
1293
|
-
* })
|
|
1294
|
-
*
|
|
1295
|
-
*/
|
|
1296
|
-
update<T extends DynamicFormUpdateArgs>(args: Prisma.SelectSubset<T, DynamicFormUpdateArgs<ExtArgs>>): Prisma.Prisma__DynamicFormClient<runtime.Types.Result.GetResult<Prisma.$DynamicFormPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1297
|
-
|
|
1298
|
-
/**
|
|
1299
|
-
* Delete zero or more DynamicForms.
|
|
1300
|
-
* @param {DynamicFormDeleteManyArgs} args - Arguments to filter DynamicForms to delete.
|
|
1301
|
-
* @example
|
|
1302
|
-
* // Delete a few DynamicForms
|
|
1303
|
-
* const { count } = await prisma.dynamicForm.deleteMany({
|
|
1304
|
-
* where: {
|
|
1305
|
-
* // ... provide filter here
|
|
1306
|
-
* }
|
|
1307
|
-
* })
|
|
1308
|
-
*
|
|
1309
|
-
*/
|
|
1310
|
-
deleteMany<T extends DynamicFormDeleteManyArgs>(args?: Prisma.SelectSubset<T, DynamicFormDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1311
|
-
|
|
1312
|
-
/**
|
|
1313
|
-
* Update zero or more DynamicForms.
|
|
1314
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1315
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1316
|
-
* @param {DynamicFormUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1317
|
-
* @example
|
|
1318
|
-
* // Update many DynamicForms
|
|
1319
|
-
* const dynamicForm = await prisma.dynamicForm.updateMany({
|
|
1320
|
-
* where: {
|
|
1321
|
-
* // ... provide filter here
|
|
1322
|
-
* },
|
|
1323
|
-
* data: {
|
|
1324
|
-
* // ... provide data here
|
|
1325
|
-
* }
|
|
1326
|
-
* })
|
|
1327
|
-
*
|
|
1328
|
-
*/
|
|
1329
|
-
updateMany<T extends DynamicFormUpdateManyArgs>(args: Prisma.SelectSubset<T, DynamicFormUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1330
|
-
|
|
1331
|
-
/**
|
|
1332
|
-
* Update zero or more DynamicForms and returns the data updated in the database.
|
|
1333
|
-
* @param {DynamicFormUpdateManyAndReturnArgs} args - Arguments to update many DynamicForms.
|
|
1334
|
-
* @example
|
|
1335
|
-
* // Update many DynamicForms
|
|
1336
|
-
* const dynamicForm = await prisma.dynamicForm.updateManyAndReturn({
|
|
1337
|
-
* where: {
|
|
1338
|
-
* // ... provide filter here
|
|
1339
|
-
* },
|
|
1340
|
-
* data: [
|
|
1341
|
-
* // ... provide data here
|
|
1342
|
-
* ]
|
|
1343
|
-
* })
|
|
1344
|
-
*
|
|
1345
|
-
* // Update zero or more DynamicForms and only return the `id`
|
|
1346
|
-
* const dynamicFormWithIdOnly = await prisma.dynamicForm.updateManyAndReturn({
|
|
1347
|
-
* select: { id: true },
|
|
1348
|
-
* where: {
|
|
1349
|
-
* // ... provide filter here
|
|
1350
|
-
* },
|
|
1351
|
-
* data: [
|
|
1352
|
-
* // ... provide data here
|
|
1353
|
-
* ]
|
|
1354
|
-
* })
|
|
1355
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1356
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1357
|
-
*
|
|
1358
|
-
*/
|
|
1359
|
-
updateManyAndReturn<T extends DynamicFormUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, DynamicFormUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DynamicFormPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
1360
|
-
|
|
1361
|
-
/**
|
|
1362
|
-
* Create or update one DynamicForm.
|
|
1363
|
-
* @param {DynamicFormUpsertArgs} args - Arguments to update or create a DynamicForm.
|
|
1364
|
-
* @example
|
|
1365
|
-
* // Update or create a DynamicForm
|
|
1366
|
-
* const dynamicForm = await prisma.dynamicForm.upsert({
|
|
1367
|
-
* create: {
|
|
1368
|
-
* // ... data to create a DynamicForm
|
|
1369
|
-
* },
|
|
1370
|
-
* update: {
|
|
1371
|
-
* // ... in case it already exists, update
|
|
1372
|
-
* },
|
|
1373
|
-
* where: {
|
|
1374
|
-
* // ... the filter for the DynamicForm we want to update
|
|
1375
|
-
* }
|
|
1376
|
-
* })
|
|
1377
|
-
*/
|
|
1378
|
-
upsert<T extends DynamicFormUpsertArgs>(args: Prisma.SelectSubset<T, DynamicFormUpsertArgs<ExtArgs>>): Prisma.Prisma__DynamicFormClient<runtime.Types.Result.GetResult<Prisma.$DynamicFormPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
/**
|
|
1382
|
-
* Count the number of DynamicForms.
|
|
1383
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1384
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1385
|
-
* @param {DynamicFormCountArgs} args - Arguments to filter DynamicForms to count.
|
|
1386
|
-
* @example
|
|
1387
|
-
* // Count the number of DynamicForms
|
|
1388
|
-
* const count = await prisma.dynamicForm.count({
|
|
1389
|
-
* where: {
|
|
1390
|
-
* // ... the filter for the DynamicForms we want to count
|
|
1391
|
-
* }
|
|
1392
|
-
* })
|
|
1393
|
-
**/
|
|
1394
|
-
count<T extends DynamicFormCountArgs>(
|
|
1395
|
-
args?: Prisma.Subset<T, DynamicFormCountArgs>,
|
|
1396
|
-
): Prisma.PrismaPromise<
|
|
1397
|
-
T extends runtime.Types.Utils.Record<'select', any>
|
|
1398
|
-
? T['select'] extends true
|
|
1399
|
-
? number
|
|
1400
|
-
: Prisma.GetScalarType<T['select'], DynamicFormCountAggregateOutputType>
|
|
1401
|
-
: number
|
|
1402
|
-
>
|
|
1403
|
-
|
|
1404
|
-
/**
|
|
1405
|
-
* Allows you to perform aggregations operations on a DynamicForm.
|
|
1406
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1407
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1408
|
-
* @param {DynamicFormAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1409
|
-
* @example
|
|
1410
|
-
* // Ordered by age ascending
|
|
1411
|
-
* // Where email contains prisma.io
|
|
1412
|
-
* // Limited to the 10 users
|
|
1413
|
-
* const aggregations = await prisma.user.aggregate({
|
|
1414
|
-
* _avg: {
|
|
1415
|
-
* age: true,
|
|
1416
|
-
* },
|
|
1417
|
-
* where: {
|
|
1418
|
-
* email: {
|
|
1419
|
-
* contains: "prisma.io",
|
|
1420
|
-
* },
|
|
1421
|
-
* },
|
|
1422
|
-
* orderBy: {
|
|
1423
|
-
* age: "asc",
|
|
1424
|
-
* },
|
|
1425
|
-
* take: 10,
|
|
1426
|
-
* })
|
|
1427
|
-
**/
|
|
1428
|
-
aggregate<T extends DynamicFormAggregateArgs>(args: Prisma.Subset<T, DynamicFormAggregateArgs>): Prisma.PrismaPromise<GetDynamicFormAggregateType<T>>
|
|
1429
|
-
|
|
1430
|
-
/**
|
|
1431
|
-
* Group by DynamicForm.
|
|
1432
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1433
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1434
|
-
* @param {DynamicFormGroupByArgs} args - Group by arguments.
|
|
1435
|
-
* @example
|
|
1436
|
-
* // Group by city, order by createdAt, get count
|
|
1437
|
-
* const result = await prisma.user.groupBy({
|
|
1438
|
-
* by: ['city', 'createdAt'],
|
|
1439
|
-
* orderBy: {
|
|
1440
|
-
* createdAt: true
|
|
1441
|
-
* },
|
|
1442
|
-
* _count: {
|
|
1443
|
-
* _all: true
|
|
1444
|
-
* },
|
|
1445
|
-
* })
|
|
1446
|
-
*
|
|
1447
|
-
**/
|
|
1448
|
-
groupBy<
|
|
1449
|
-
T extends DynamicFormGroupByArgs,
|
|
1450
|
-
HasSelectOrTake extends Prisma.Or<
|
|
1451
|
-
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
1452
|
-
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
1453
|
-
>,
|
|
1454
|
-
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
1455
|
-
? { orderBy: DynamicFormGroupByArgs['orderBy'] }
|
|
1456
|
-
: { orderBy?: DynamicFormGroupByArgs['orderBy'] },
|
|
1457
|
-
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
1458
|
-
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
1459
|
-
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
1460
|
-
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
1461
|
-
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
1462
|
-
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
1463
|
-
InputErrors extends ByEmpty extends Prisma.True
|
|
1464
|
-
? `Error: "by" must not be empty.`
|
|
1465
|
-
: HavingValid extends Prisma.False
|
|
1466
|
-
? {
|
|
1467
|
-
[P in HavingFields]: P extends ByFields
|
|
1468
|
-
? never
|
|
1469
|
-
: P extends string
|
|
1470
|
-
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
1471
|
-
: [
|
|
1472
|
-
Error,
|
|
1473
|
-
'Field ',
|
|
1474
|
-
P,
|
|
1475
|
-
` in "having" needs to be provided in "by"`,
|
|
1476
|
-
]
|
|
1477
|
-
}[HavingFields]
|
|
1478
|
-
: 'take' extends Prisma.Keys<T>
|
|
1479
|
-
? 'orderBy' extends Prisma.Keys<T>
|
|
1480
|
-
? ByValid extends Prisma.True
|
|
1481
|
-
? {}
|
|
1482
|
-
: {
|
|
1483
|
-
[P in OrderFields]: P extends ByFields
|
|
1484
|
-
? never
|
|
1485
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1486
|
-
}[OrderFields]
|
|
1487
|
-
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
1488
|
-
: 'skip' extends Prisma.Keys<T>
|
|
1489
|
-
? 'orderBy' extends Prisma.Keys<T>
|
|
1490
|
-
? ByValid extends Prisma.True
|
|
1491
|
-
? {}
|
|
1492
|
-
: {
|
|
1493
|
-
[P in OrderFields]: P extends ByFields
|
|
1494
|
-
? never
|
|
1495
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1496
|
-
}[OrderFields]
|
|
1497
|
-
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
1498
|
-
: ByValid extends Prisma.True
|
|
1499
|
-
? {}
|
|
1500
|
-
: {
|
|
1501
|
-
[P in OrderFields]: P extends ByFields
|
|
1502
|
-
? never
|
|
1503
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1504
|
-
}[OrderFields]
|
|
1505
|
-
>(args: Prisma.SubsetIntersection<T, DynamicFormGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetDynamicFormGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
1506
|
-
/**
|
|
1507
|
-
* Fields of the DynamicForm model
|
|
1508
|
-
*/
|
|
1509
|
-
readonly fields: DynamicFormFieldRefs;
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
/**
|
|
1513
|
-
* The delegate class that acts as a "Promise-like" for DynamicForm.
|
|
1514
|
-
* Why is this prefixed with `Prisma__`?
|
|
1515
|
-
* Because we want to prevent naming conflicts as mentioned in
|
|
1516
|
-
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1517
|
-
*/
|
|
1518
|
-
export interface Prisma__DynamicFormClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1519
|
-
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
1520
|
-
module<T extends Prisma.DynamicForm$moduleArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DynamicForm$moduleArgs<ExtArgs>>): Prisma.Prisma__FormMasterClient<runtime.Types.Result.GetResult<Prisma.$FormMasterPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1521
|
-
user<T extends Prisma.DynamicForm$userArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DynamicForm$userArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1522
|
-
/**
|
|
1523
|
-
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1524
|
-
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1525
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1526
|
-
* @returns A Promise for the completion of which ever callback is executed.
|
|
1527
|
-
*/
|
|
1528
|
-
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>
|
|
1529
|
-
/**
|
|
1530
|
-
* Attaches a callback for only the rejection of the Promise.
|
|
1531
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1532
|
-
* @returns A Promise for the completion of the callback.
|
|
1533
|
-
*/
|
|
1534
|
-
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
1535
|
-
/**
|
|
1536
|
-
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1537
|
-
* resolved value cannot be modified from the callback.
|
|
1538
|
-
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1539
|
-
* @returns A Promise for the completion of the callback.
|
|
1540
|
-
*/
|
|
1541
|
-
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
1542
|
-
}
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
/**
|
|
1548
|
-
* Fields of the DynamicForm model
|
|
1549
|
-
*/
|
|
1550
|
-
export interface DynamicFormFieldRefs {
|
|
1551
|
-
readonly id: Prisma.FieldRef<"DynamicForm", 'Int'>
|
|
1552
|
-
readonly uuid: Prisma.FieldRef<"DynamicForm", 'String'>
|
|
1553
|
-
readonly module_id: Prisma.FieldRef<"DynamicForm", 'Int'>
|
|
1554
|
-
readonly form_name: Prisma.FieldRef<"DynamicForm", 'String'>
|
|
1555
|
-
readonly form_slug: Prisma.FieldRef<"DynamicForm", 'String'>
|
|
1556
|
-
readonly description: Prisma.FieldRef<"DynamicForm", 'String'>
|
|
1557
|
-
readonly fields: Prisma.FieldRef<"DynamicForm", 'Json'>
|
|
1558
|
-
readonly form_order: Prisma.FieldRef<"DynamicForm", 'Int'>
|
|
1559
|
-
readonly is_active: Prisma.FieldRef<"DynamicForm", 'Boolean'>
|
|
1560
|
-
readonly is_deleted: Prisma.FieldRef<"DynamicForm", 'Boolean'>
|
|
1561
|
-
readonly created_at: Prisma.FieldRef<"DynamicForm", 'DateTime'>
|
|
1562
|
-
readonly created_by: Prisma.FieldRef<"DynamicForm", 'Int'>
|
|
1563
|
-
readonly updated_at: Prisma.FieldRef<"DynamicForm", 'DateTime'>
|
|
1564
|
-
readonly updated_by: Prisma.FieldRef<"DynamicForm", 'Int'>
|
|
1565
|
-
readonly deleted_at: Prisma.FieldRef<"DynamicForm", 'DateTime'>
|
|
1566
|
-
readonly deleted_by: Prisma.FieldRef<"DynamicForm", 'Int'>
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
// Custom InputTypes
|
|
1571
|
-
/**
|
|
1572
|
-
* DynamicForm findUnique
|
|
1573
|
-
*/
|
|
1574
|
-
export type DynamicFormFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1575
|
-
/**
|
|
1576
|
-
* Select specific fields to fetch from the DynamicForm
|
|
1577
|
-
*/
|
|
1578
|
-
select?: Prisma.DynamicFormSelect<ExtArgs> | null
|
|
1579
|
-
/**
|
|
1580
|
-
* Omit specific fields from the DynamicForm
|
|
1581
|
-
*/
|
|
1582
|
-
omit?: Prisma.DynamicFormOmit<ExtArgs> | null
|
|
1583
|
-
/**
|
|
1584
|
-
* Choose, which related nodes to fetch as well
|
|
1585
|
-
*/
|
|
1586
|
-
include?: Prisma.DynamicFormInclude<ExtArgs> | null
|
|
1587
|
-
/**
|
|
1588
|
-
* Filter, which DynamicForm to fetch.
|
|
1589
|
-
*/
|
|
1590
|
-
where: Prisma.DynamicFormWhereUniqueInput
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1593
|
-
/**
|
|
1594
|
-
* DynamicForm findUniqueOrThrow
|
|
1595
|
-
*/
|
|
1596
|
-
export type DynamicFormFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1597
|
-
/**
|
|
1598
|
-
* Select specific fields to fetch from the DynamicForm
|
|
1599
|
-
*/
|
|
1600
|
-
select?: Prisma.DynamicFormSelect<ExtArgs> | null
|
|
1601
|
-
/**
|
|
1602
|
-
* Omit specific fields from the DynamicForm
|
|
1603
|
-
*/
|
|
1604
|
-
omit?: Prisma.DynamicFormOmit<ExtArgs> | null
|
|
1605
|
-
/**
|
|
1606
|
-
* Choose, which related nodes to fetch as well
|
|
1607
|
-
*/
|
|
1608
|
-
include?: Prisma.DynamicFormInclude<ExtArgs> | null
|
|
1609
|
-
/**
|
|
1610
|
-
* Filter, which DynamicForm to fetch.
|
|
1611
|
-
*/
|
|
1612
|
-
where: Prisma.DynamicFormWhereUniqueInput
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
/**
|
|
1616
|
-
* DynamicForm findFirst
|
|
1617
|
-
*/
|
|
1618
|
-
export type DynamicFormFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1619
|
-
/**
|
|
1620
|
-
* Select specific fields to fetch from the DynamicForm
|
|
1621
|
-
*/
|
|
1622
|
-
select?: Prisma.DynamicFormSelect<ExtArgs> | null
|
|
1623
|
-
/**
|
|
1624
|
-
* Omit specific fields from the DynamicForm
|
|
1625
|
-
*/
|
|
1626
|
-
omit?: Prisma.DynamicFormOmit<ExtArgs> | null
|
|
1627
|
-
/**
|
|
1628
|
-
* Choose, which related nodes to fetch as well
|
|
1629
|
-
*/
|
|
1630
|
-
include?: Prisma.DynamicFormInclude<ExtArgs> | null
|
|
1631
|
-
/**
|
|
1632
|
-
* Filter, which DynamicForm to fetch.
|
|
1633
|
-
*/
|
|
1634
|
-
where?: Prisma.DynamicFormWhereInput
|
|
1635
|
-
/**
|
|
1636
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1637
|
-
*
|
|
1638
|
-
* Determine the order of DynamicForms to fetch.
|
|
1639
|
-
*/
|
|
1640
|
-
orderBy?: Prisma.DynamicFormOrderByWithRelationInput | Prisma.DynamicFormOrderByWithRelationInput[]
|
|
1641
|
-
/**
|
|
1642
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1643
|
-
*
|
|
1644
|
-
* Sets the position for searching for DynamicForms.
|
|
1645
|
-
*/
|
|
1646
|
-
cursor?: Prisma.DynamicFormWhereUniqueInput
|
|
1647
|
-
/**
|
|
1648
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1649
|
-
*
|
|
1650
|
-
* Take `±n` DynamicForms from the position of the cursor.
|
|
1651
|
-
*/
|
|
1652
|
-
take?: number
|
|
1653
|
-
/**
|
|
1654
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1655
|
-
*
|
|
1656
|
-
* Skip the first `n` DynamicForms.
|
|
1657
|
-
*/
|
|
1658
|
-
skip?: number
|
|
1659
|
-
/**
|
|
1660
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1661
|
-
*
|
|
1662
|
-
* Filter by unique combinations of DynamicForms.
|
|
1663
|
-
*/
|
|
1664
|
-
distinct?: Prisma.DynamicFormScalarFieldEnum | Prisma.DynamicFormScalarFieldEnum[]
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
/**
|
|
1668
|
-
* DynamicForm findFirstOrThrow
|
|
1669
|
-
*/
|
|
1670
|
-
export type DynamicFormFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1671
|
-
/**
|
|
1672
|
-
* Select specific fields to fetch from the DynamicForm
|
|
1673
|
-
*/
|
|
1674
|
-
select?: Prisma.DynamicFormSelect<ExtArgs> | null
|
|
1675
|
-
/**
|
|
1676
|
-
* Omit specific fields from the DynamicForm
|
|
1677
|
-
*/
|
|
1678
|
-
omit?: Prisma.DynamicFormOmit<ExtArgs> | null
|
|
1679
|
-
/**
|
|
1680
|
-
* Choose, which related nodes to fetch as well
|
|
1681
|
-
*/
|
|
1682
|
-
include?: Prisma.DynamicFormInclude<ExtArgs> | null
|
|
1683
|
-
/**
|
|
1684
|
-
* Filter, which DynamicForm to fetch.
|
|
1685
|
-
*/
|
|
1686
|
-
where?: Prisma.DynamicFormWhereInput
|
|
1687
|
-
/**
|
|
1688
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1689
|
-
*
|
|
1690
|
-
* Determine the order of DynamicForms to fetch.
|
|
1691
|
-
*/
|
|
1692
|
-
orderBy?: Prisma.DynamicFormOrderByWithRelationInput | Prisma.DynamicFormOrderByWithRelationInput[]
|
|
1693
|
-
/**
|
|
1694
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1695
|
-
*
|
|
1696
|
-
* Sets the position for searching for DynamicForms.
|
|
1697
|
-
*/
|
|
1698
|
-
cursor?: Prisma.DynamicFormWhereUniqueInput
|
|
1699
|
-
/**
|
|
1700
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1701
|
-
*
|
|
1702
|
-
* Take `±n` DynamicForms from the position of the cursor.
|
|
1703
|
-
*/
|
|
1704
|
-
take?: number
|
|
1705
|
-
/**
|
|
1706
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1707
|
-
*
|
|
1708
|
-
* Skip the first `n` DynamicForms.
|
|
1709
|
-
*/
|
|
1710
|
-
skip?: number
|
|
1711
|
-
/**
|
|
1712
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1713
|
-
*
|
|
1714
|
-
* Filter by unique combinations of DynamicForms.
|
|
1715
|
-
*/
|
|
1716
|
-
distinct?: Prisma.DynamicFormScalarFieldEnum | Prisma.DynamicFormScalarFieldEnum[]
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
|
-
/**
|
|
1720
|
-
* DynamicForm findMany
|
|
1721
|
-
*/
|
|
1722
|
-
export type DynamicFormFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1723
|
-
/**
|
|
1724
|
-
* Select specific fields to fetch from the DynamicForm
|
|
1725
|
-
*/
|
|
1726
|
-
select?: Prisma.DynamicFormSelect<ExtArgs> | null
|
|
1727
|
-
/**
|
|
1728
|
-
* Omit specific fields from the DynamicForm
|
|
1729
|
-
*/
|
|
1730
|
-
omit?: Prisma.DynamicFormOmit<ExtArgs> | null
|
|
1731
|
-
/**
|
|
1732
|
-
* Choose, which related nodes to fetch as well
|
|
1733
|
-
*/
|
|
1734
|
-
include?: Prisma.DynamicFormInclude<ExtArgs> | null
|
|
1735
|
-
/**
|
|
1736
|
-
* Filter, which DynamicForms to fetch.
|
|
1737
|
-
*/
|
|
1738
|
-
where?: Prisma.DynamicFormWhereInput
|
|
1739
|
-
/**
|
|
1740
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1741
|
-
*
|
|
1742
|
-
* Determine the order of DynamicForms to fetch.
|
|
1743
|
-
*/
|
|
1744
|
-
orderBy?: Prisma.DynamicFormOrderByWithRelationInput | Prisma.DynamicFormOrderByWithRelationInput[]
|
|
1745
|
-
/**
|
|
1746
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1747
|
-
*
|
|
1748
|
-
* Sets the position for listing DynamicForms.
|
|
1749
|
-
*/
|
|
1750
|
-
cursor?: Prisma.DynamicFormWhereUniqueInput
|
|
1751
|
-
/**
|
|
1752
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1753
|
-
*
|
|
1754
|
-
* Take `±n` DynamicForms from the position of the cursor.
|
|
1755
|
-
*/
|
|
1756
|
-
take?: number
|
|
1757
|
-
/**
|
|
1758
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1759
|
-
*
|
|
1760
|
-
* Skip the first `n` DynamicForms.
|
|
1761
|
-
*/
|
|
1762
|
-
skip?: number
|
|
1763
|
-
/**
|
|
1764
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1765
|
-
*
|
|
1766
|
-
* Filter by unique combinations of DynamicForms.
|
|
1767
|
-
*/
|
|
1768
|
-
distinct?: Prisma.DynamicFormScalarFieldEnum | Prisma.DynamicFormScalarFieldEnum[]
|
|
1769
|
-
}
|
|
1770
|
-
|
|
1771
|
-
/**
|
|
1772
|
-
* DynamicForm create
|
|
1773
|
-
*/
|
|
1774
|
-
export type DynamicFormCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1775
|
-
/**
|
|
1776
|
-
* Select specific fields to fetch from the DynamicForm
|
|
1777
|
-
*/
|
|
1778
|
-
select?: Prisma.DynamicFormSelect<ExtArgs> | null
|
|
1779
|
-
/**
|
|
1780
|
-
* Omit specific fields from the DynamicForm
|
|
1781
|
-
*/
|
|
1782
|
-
omit?: Prisma.DynamicFormOmit<ExtArgs> | null
|
|
1783
|
-
/**
|
|
1784
|
-
* Choose, which related nodes to fetch as well
|
|
1785
|
-
*/
|
|
1786
|
-
include?: Prisma.DynamicFormInclude<ExtArgs> | null
|
|
1787
|
-
/**
|
|
1788
|
-
* The data needed to create a DynamicForm.
|
|
1789
|
-
*/
|
|
1790
|
-
data?: Prisma.XOR<Prisma.DynamicFormCreateInput, Prisma.DynamicFormUncheckedCreateInput>
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
|
-
/**
|
|
1794
|
-
* DynamicForm createMany
|
|
1795
|
-
*/
|
|
1796
|
-
export type DynamicFormCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1797
|
-
/**
|
|
1798
|
-
* The data used to create many DynamicForms.
|
|
1799
|
-
*/
|
|
1800
|
-
data: Prisma.DynamicFormCreateManyInput | Prisma.DynamicFormCreateManyInput[]
|
|
1801
|
-
skipDuplicates?: boolean
|
|
1802
|
-
}
|
|
1803
|
-
|
|
1804
|
-
/**
|
|
1805
|
-
* DynamicForm createManyAndReturn
|
|
1806
|
-
*/
|
|
1807
|
-
export type DynamicFormCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1808
|
-
/**
|
|
1809
|
-
* Select specific fields to fetch from the DynamicForm
|
|
1810
|
-
*/
|
|
1811
|
-
select?: Prisma.DynamicFormSelectCreateManyAndReturn<ExtArgs> | null
|
|
1812
|
-
/**
|
|
1813
|
-
* Omit specific fields from the DynamicForm
|
|
1814
|
-
*/
|
|
1815
|
-
omit?: Prisma.DynamicFormOmit<ExtArgs> | null
|
|
1816
|
-
/**
|
|
1817
|
-
* The data used to create many DynamicForms.
|
|
1818
|
-
*/
|
|
1819
|
-
data: Prisma.DynamicFormCreateManyInput | Prisma.DynamicFormCreateManyInput[]
|
|
1820
|
-
skipDuplicates?: boolean
|
|
1821
|
-
/**
|
|
1822
|
-
* Choose, which related nodes to fetch as well
|
|
1823
|
-
*/
|
|
1824
|
-
include?: Prisma.DynamicFormIncludeCreateManyAndReturn<ExtArgs> | null
|
|
1825
|
-
}
|
|
1826
|
-
|
|
1827
|
-
/**
|
|
1828
|
-
* DynamicForm update
|
|
1829
|
-
*/
|
|
1830
|
-
export type DynamicFormUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1831
|
-
/**
|
|
1832
|
-
* Select specific fields to fetch from the DynamicForm
|
|
1833
|
-
*/
|
|
1834
|
-
select?: Prisma.DynamicFormSelect<ExtArgs> | null
|
|
1835
|
-
/**
|
|
1836
|
-
* Omit specific fields from the DynamicForm
|
|
1837
|
-
*/
|
|
1838
|
-
omit?: Prisma.DynamicFormOmit<ExtArgs> | null
|
|
1839
|
-
/**
|
|
1840
|
-
* Choose, which related nodes to fetch as well
|
|
1841
|
-
*/
|
|
1842
|
-
include?: Prisma.DynamicFormInclude<ExtArgs> | null
|
|
1843
|
-
/**
|
|
1844
|
-
* The data needed to update a DynamicForm.
|
|
1845
|
-
*/
|
|
1846
|
-
data: Prisma.XOR<Prisma.DynamicFormUpdateInput, Prisma.DynamicFormUncheckedUpdateInput>
|
|
1847
|
-
/**
|
|
1848
|
-
* Choose, which DynamicForm to update.
|
|
1849
|
-
*/
|
|
1850
|
-
where: Prisma.DynamicFormWhereUniqueInput
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
/**
|
|
1854
|
-
* DynamicForm updateMany
|
|
1855
|
-
*/
|
|
1856
|
-
export type DynamicFormUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1857
|
-
/**
|
|
1858
|
-
* The data used to update DynamicForms.
|
|
1859
|
-
*/
|
|
1860
|
-
data: Prisma.XOR<Prisma.DynamicFormUpdateManyMutationInput, Prisma.DynamicFormUncheckedUpdateManyInput>
|
|
1861
|
-
/**
|
|
1862
|
-
* Filter which DynamicForms to update
|
|
1863
|
-
*/
|
|
1864
|
-
where?: Prisma.DynamicFormWhereInput
|
|
1865
|
-
/**
|
|
1866
|
-
* Limit how many DynamicForms to update.
|
|
1867
|
-
*/
|
|
1868
|
-
limit?: number
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
/**
|
|
1872
|
-
* DynamicForm updateManyAndReturn
|
|
1873
|
-
*/
|
|
1874
|
-
export type DynamicFormUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1875
|
-
/**
|
|
1876
|
-
* Select specific fields to fetch from the DynamicForm
|
|
1877
|
-
*/
|
|
1878
|
-
select?: Prisma.DynamicFormSelectUpdateManyAndReturn<ExtArgs> | null
|
|
1879
|
-
/**
|
|
1880
|
-
* Omit specific fields from the DynamicForm
|
|
1881
|
-
*/
|
|
1882
|
-
omit?: Prisma.DynamicFormOmit<ExtArgs> | null
|
|
1883
|
-
/**
|
|
1884
|
-
* The data used to update DynamicForms.
|
|
1885
|
-
*/
|
|
1886
|
-
data: Prisma.XOR<Prisma.DynamicFormUpdateManyMutationInput, Prisma.DynamicFormUncheckedUpdateManyInput>
|
|
1887
|
-
/**
|
|
1888
|
-
* Filter which DynamicForms to update
|
|
1889
|
-
*/
|
|
1890
|
-
where?: Prisma.DynamicFormWhereInput
|
|
1891
|
-
/**
|
|
1892
|
-
* Limit how many DynamicForms to update.
|
|
1893
|
-
*/
|
|
1894
|
-
limit?: number
|
|
1895
|
-
/**
|
|
1896
|
-
* Choose, which related nodes to fetch as well
|
|
1897
|
-
*/
|
|
1898
|
-
include?: Prisma.DynamicFormIncludeUpdateManyAndReturn<ExtArgs> | null
|
|
1899
|
-
}
|
|
1900
|
-
|
|
1901
|
-
/**
|
|
1902
|
-
* DynamicForm upsert
|
|
1903
|
-
*/
|
|
1904
|
-
export type DynamicFormUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1905
|
-
/**
|
|
1906
|
-
* Select specific fields to fetch from the DynamicForm
|
|
1907
|
-
*/
|
|
1908
|
-
select?: Prisma.DynamicFormSelect<ExtArgs> | null
|
|
1909
|
-
/**
|
|
1910
|
-
* Omit specific fields from the DynamicForm
|
|
1911
|
-
*/
|
|
1912
|
-
omit?: Prisma.DynamicFormOmit<ExtArgs> | null
|
|
1913
|
-
/**
|
|
1914
|
-
* Choose, which related nodes to fetch as well
|
|
1915
|
-
*/
|
|
1916
|
-
include?: Prisma.DynamicFormInclude<ExtArgs> | null
|
|
1917
|
-
/**
|
|
1918
|
-
* The filter to search for the DynamicForm to update in case it exists.
|
|
1919
|
-
*/
|
|
1920
|
-
where: Prisma.DynamicFormWhereUniqueInput
|
|
1921
|
-
/**
|
|
1922
|
-
* In case the DynamicForm found by the `where` argument doesn't exist, create a new DynamicForm with this data.
|
|
1923
|
-
*/
|
|
1924
|
-
create: Prisma.XOR<Prisma.DynamicFormCreateInput, Prisma.DynamicFormUncheckedCreateInput>
|
|
1925
|
-
/**
|
|
1926
|
-
* In case the DynamicForm was found with the provided `where` argument, update it with this data.
|
|
1927
|
-
*/
|
|
1928
|
-
update: Prisma.XOR<Prisma.DynamicFormUpdateInput, Prisma.DynamicFormUncheckedUpdateInput>
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
/**
|
|
1932
|
-
* DynamicForm delete
|
|
1933
|
-
*/
|
|
1934
|
-
export type DynamicFormDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1935
|
-
/**
|
|
1936
|
-
* Select specific fields to fetch from the DynamicForm
|
|
1937
|
-
*/
|
|
1938
|
-
select?: Prisma.DynamicFormSelect<ExtArgs> | null
|
|
1939
|
-
/**
|
|
1940
|
-
* Omit specific fields from the DynamicForm
|
|
1941
|
-
*/
|
|
1942
|
-
omit?: Prisma.DynamicFormOmit<ExtArgs> | null
|
|
1943
|
-
/**
|
|
1944
|
-
* Choose, which related nodes to fetch as well
|
|
1945
|
-
*/
|
|
1946
|
-
include?: Prisma.DynamicFormInclude<ExtArgs> | null
|
|
1947
|
-
/**
|
|
1948
|
-
* Filter which DynamicForm to delete.
|
|
1949
|
-
*/
|
|
1950
|
-
where: Prisma.DynamicFormWhereUniqueInput
|
|
1951
|
-
}
|
|
1952
|
-
|
|
1953
|
-
/**
|
|
1954
|
-
* DynamicForm deleteMany
|
|
1955
|
-
*/
|
|
1956
|
-
export type DynamicFormDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1957
|
-
/**
|
|
1958
|
-
* Filter which DynamicForms to delete
|
|
1959
|
-
*/
|
|
1960
|
-
where?: Prisma.DynamicFormWhereInput
|
|
1961
|
-
/**
|
|
1962
|
-
* Limit how many DynamicForms to delete.
|
|
1963
|
-
*/
|
|
1964
|
-
limit?: number
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
/**
|
|
1968
|
-
* DynamicForm.module
|
|
1969
|
-
*/
|
|
1970
|
-
export type DynamicForm$moduleArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1971
|
-
/**
|
|
1972
|
-
* Select specific fields to fetch from the FormMaster
|
|
1973
|
-
*/
|
|
1974
|
-
select?: Prisma.FormMasterSelect<ExtArgs> | null
|
|
1975
|
-
/**
|
|
1976
|
-
* Omit specific fields from the FormMaster
|
|
1977
|
-
*/
|
|
1978
|
-
omit?: Prisma.FormMasterOmit<ExtArgs> | null
|
|
1979
|
-
/**
|
|
1980
|
-
* Choose, which related nodes to fetch as well
|
|
1981
|
-
*/
|
|
1982
|
-
include?: Prisma.FormMasterInclude<ExtArgs> | null
|
|
1983
|
-
where?: Prisma.FormMasterWhereInput
|
|
1984
|
-
}
|
|
1985
|
-
|
|
1986
|
-
/**
|
|
1987
|
-
* DynamicForm.user
|
|
1988
|
-
*/
|
|
1989
|
-
export type DynamicForm$userArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1990
|
-
/**
|
|
1991
|
-
* Select specific fields to fetch from the User
|
|
1992
|
-
*/
|
|
1993
|
-
select?: Prisma.UserSelect<ExtArgs> | null
|
|
1994
|
-
/**
|
|
1995
|
-
* Omit specific fields from the User
|
|
1996
|
-
*/
|
|
1997
|
-
omit?: Prisma.UserOmit<ExtArgs> | null
|
|
1998
|
-
/**
|
|
1999
|
-
* Choose, which related nodes to fetch as well
|
|
2000
|
-
*/
|
|
2001
|
-
include?: Prisma.UserInclude<ExtArgs> | null
|
|
2002
|
-
where?: Prisma.UserWhereInput
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
|
-
/**
|
|
2006
|
-
* DynamicForm without action
|
|
2007
|
-
*/
|
|
2008
|
-
export type DynamicFormDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2009
|
-
/**
|
|
2010
|
-
* Select specific fields to fetch from the DynamicForm
|
|
2011
|
-
*/
|
|
2012
|
-
select?: Prisma.DynamicFormSelect<ExtArgs> | null
|
|
2013
|
-
/**
|
|
2014
|
-
* Omit specific fields from the DynamicForm
|
|
2015
|
-
*/
|
|
2016
|
-
omit?: Prisma.DynamicFormOmit<ExtArgs> | null
|
|
2017
|
-
/**
|
|
2018
|
-
* Choose, which related nodes to fetch as well
|
|
2019
|
-
*/
|
|
2020
|
-
include?: Prisma.DynamicFormInclude<ExtArgs> | null
|
|
2021
|
-
}
|