@allbluecn/database 0.4.0 → 0.4.2

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