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