@allbluecn/database 0.3.14 → 0.4.1

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