procbay-schema 1.0.171 → 1.0.174

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