@allbluecn/database 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/desktop-init.ts +128 -0
  2. package/generated/browser.ts +494 -0
  3. package/generated/client.ts +518 -0
  4. package/generated/commonInputTypes.ts +1056 -0
  5. package/generated/enums.ts +93 -0
  6. package/generated/internal/class.ts +1144 -0
  7. package/generated/internal/prismaNamespace.ts +9603 -0
  8. package/generated/internal/prismaNamespaceBrowser.ts +1695 -0
  9. package/generated/models/Account.ts +1648 -0
  10. package/generated/models/AgentConversation.ts +1651 -0
  11. package/generated/models/AgentMessage.ts +1409 -0
  12. package/generated/models/AiProvider.ts +1607 -0
  13. package/generated/models/AiProviderConfig.ts +1514 -0
  14. package/generated/models/AiUsageLog.ts +1863 -0
  15. package/generated/models/AnyHubApp.ts +1911 -0
  16. package/generated/models/AnyHubMarketApp.ts +2008 -0
  17. package/generated/models/AnyHubPermission.ts +1422 -0
  18. package/generated/models/AnyHubRecommendation.ts +1870 -0
  19. package/generated/models/AnyHubRecommender.ts +1471 -0
  20. package/generated/models/Artboard.ts +1811 -0
  21. package/generated/models/ArtboardExport.ts +1548 -0
  22. package/generated/models/ArticleFavorite.ts +1352 -0
  23. package/generated/models/AuditLog.ts +1533 -0
  24. package/generated/models/Block.ts +1650 -0
  25. package/generated/models/BlockComponent.ts +1734 -0
  26. package/generated/models/BlockInstance.ts +2043 -0
  27. package/generated/models/BookmarkCategory.ts +1670 -0
  28. package/generated/models/ChatInterrupt.ts +1699 -0
  29. package/generated/models/ChatMessage.ts +1438 -0
  30. package/generated/models/ChatRun.ts +1632 -0
  31. package/generated/models/ChatThread.ts +2133 -0
  32. package/generated/models/Comment.ts +2206 -0
  33. package/generated/models/CommentIgnore.ts +1430 -0
  34. package/generated/models/CommentReaction.ts +1472 -0
  35. package/generated/models/ComplianceExport.ts +1345 -0
  36. package/generated/models/Component.ts +2345 -0
  37. package/generated/models/ComponentInstance.ts +2102 -0
  38. package/generated/models/ComponentTag.ts +1281 -0
  39. package/generated/models/CustomRole.ts +1560 -0
  40. package/generated/models/DesignProject.ts +1643 -0
  41. package/generated/models/DictionaryTerm.ts +1642 -0
  42. package/generated/models/GenerationRun.ts +1543 -0
  43. package/generated/models/IndustryCompliance.ts +1797 -0
  44. package/generated/models/InvitationCode.ts +1417 -0
  45. package/generated/models/InvitationUse.ts +1424 -0
  46. package/generated/models/Invoice.ts +1710 -0
  47. package/generated/models/KnowledgeBase.ts +1671 -0
  48. package/generated/models/KnowledgeDocument.ts +2458 -0
  49. package/generated/models/KnowledgeShareRecord.ts +1352 -0
  50. package/generated/models/Label.ts +1482 -0
  51. package/generated/models/LegalRegulation.ts +1873 -0
  52. package/generated/models/LicenseActivation.ts +1415 -0
  53. package/generated/models/LicenseKey.ts +1884 -0
  54. package/generated/models/LoginLog.ts +1450 -0
  55. package/generated/models/MonitoringErrorReport.ts +1299 -0
  56. package/generated/models/MonitoringHealthSnapshot.ts +1249 -0
  57. package/generated/models/MonitoringMetricsSnapshot.ts +1369 -0
  58. package/generated/models/MonitoringRequestLog.ts +1283 -0
  59. package/generated/models/PRD.ts +2805 -0
  60. package/generated/models/PRDPage.ts +2402 -0
  61. package/generated/models/PRDTag.ts +1430 -0
  62. package/generated/models/PRDVersion.ts +2121 -0
  63. package/generated/models/PageVersion.ts +1523 -0
  64. package/generated/models/PasswordResetToken.ts +1380 -0
  65. package/generated/models/Plan.ts +2069 -0
  66. package/generated/models/Project.ts +2148 -0
  67. package/generated/models/ProjectActivity.ts +1582 -0
  68. package/generated/models/ProjectMember.ts +1512 -0
  69. package/generated/models/ProviderEvent.ts +1227 -0
  70. package/generated/models/Reference.ts +1177 -0
  71. package/generated/models/Review.ts +1912 -0
  72. package/generated/models/ReviewComment.ts +1904 -0
  73. package/generated/models/RoleAssignment.ts +1430 -0
  74. package/generated/models/SequenceCounter.ts +1137 -0
  75. package/generated/models/Share.ts +1681 -0
  76. package/generated/models/ShareVersion.ts +1389 -0
  77. package/generated/models/SsoMapping.ts +1512 -0
  78. package/generated/models/SsoProvider.ts +1639 -0
  79. package/generated/models/Story.ts +5234 -0
  80. package/generated/models/StoryActivity.ts +1664 -0
  81. package/generated/models/StoryAttachment.ts +1467 -0
  82. package/generated/models/StoryComment.ts +1992 -0
  83. package/generated/models/StoryDependency.ts +1517 -0
  84. package/generated/models/StoryDocLink.ts +1430 -0
  85. package/generated/models/StoryFilterView.ts +1587 -0
  86. package/generated/models/StoryLabel.ts +1349 -0
  87. package/generated/models/StoryLink.ts +1415 -0
  88. package/generated/models/StoryPrdLink.ts +1430 -0
  89. package/generated/models/StoryReaction.ts +1472 -0
  90. package/generated/models/Subscription.ts +2147 -0
  91. package/generated/models/SystemSetting.ts +1217 -0
  92. package/generated/models/Tag.ts +1655 -0
  93. package/generated/models/TeamInvitation.ts +1526 -0
  94. package/generated/models/TeamMembership.ts +1436 -0
  95. package/generated/models/Template.ts +1391 -0
  96. package/generated/models/TemplateBlock.ts +1664 -0
  97. package/generated/models/ThirdPartyDependency.ts +1473 -0
  98. package/generated/models/UsageRecord.ts +1505 -0
  99. package/generated/models/User.ts +20998 -0
  100. package/generated/models/UserAgent.ts +1900 -0
  101. package/generated/models/UserSkill.ts +1456 -0
  102. package/generated/models/WebsiteBookmark.ts +2219 -0
  103. package/generated/models/Workspace.ts +2279 -0
  104. package/generated/models.ts +106 -0
  105. package/generated-sqlite/browser.ts +399 -0
  106. package/generated-sqlite/client.ts +423 -0
  107. package/generated-sqlite/commonInputTypes.ts +608 -0
  108. package/generated-sqlite/enums.ts +15 -0
  109. package/generated-sqlite/internal/class.ts +954 -0
  110. package/generated-sqlite/internal/prismaNamespace.ts +7716 -0
  111. package/generated-sqlite/internal/prismaNamespaceBrowser.ts +1415 -0
  112. package/generated-sqlite/models/AgentConversation.ts +1647 -0
  113. package/generated-sqlite/models/AgentMessage.ts +1406 -0
  114. package/generated-sqlite/models/AiProvider.ts +1605 -0
  115. package/generated-sqlite/models/AiProviderConfig.ts +1511 -0
  116. package/generated-sqlite/models/AiUsageLog.ts +1845 -0
  117. package/generated-sqlite/models/AnyHubApp.ts +1908 -0
  118. package/generated-sqlite/models/AnyHubMarketApp.ts +1997 -0
  119. package/generated-sqlite/models/AnyHubPermission.ts +1419 -0
  120. package/generated-sqlite/models/AnyHubRecommendation.ts +1867 -0
  121. package/generated-sqlite/models/AnyHubRecommender.ts +1467 -0
  122. package/generated-sqlite/models/Artboard.ts +1808 -0
  123. package/generated-sqlite/models/ArtboardExport.ts +1545 -0
  124. package/generated-sqlite/models/ArticleFavorite.ts +1349 -0
  125. package/generated-sqlite/models/AuditLog.ts +1287 -0
  126. package/generated-sqlite/models/Block.ts +1648 -0
  127. package/generated-sqlite/models/BlockComponent.ts +1730 -0
  128. package/generated-sqlite/models/BlockInstance.ts +2039 -0
  129. package/generated-sqlite/models/BookmarkCategory.ts +1667 -0
  130. package/generated-sqlite/models/ChatInterrupt.ts +1695 -0
  131. package/generated-sqlite/models/ChatMessage.ts +1435 -0
  132. package/generated-sqlite/models/ChatRun.ts +1629 -0
  133. package/generated-sqlite/models/ChatThread.ts +2129 -0
  134. package/generated-sqlite/models/Comment.ts +2201 -0
  135. package/generated-sqlite/models/CommentIgnore.ts +1426 -0
  136. package/generated-sqlite/models/ComplianceExport.ts +1343 -0
  137. package/generated-sqlite/models/Component.ts +2326 -0
  138. package/generated-sqlite/models/ComponentInstance.ts +2097 -0
  139. package/generated-sqlite/models/ComponentTag.ts +1278 -0
  140. package/generated-sqlite/models/CustomRole.ts +1209 -0
  141. package/generated-sqlite/models/DesignProject.ts +1640 -0
  142. package/generated-sqlite/models/DictionaryTerm.ts +1639 -0
  143. package/generated-sqlite/models/GenerationRun.ts +1540 -0
  144. package/generated-sqlite/models/IndustryCompliance.ts +1794 -0
  145. package/generated-sqlite/models/InvitationCode.ts +1415 -0
  146. package/generated-sqlite/models/InvitationUse.ts +1420 -0
  147. package/generated-sqlite/models/Invoice.ts +1707 -0
  148. package/generated-sqlite/models/KnowledgeBase.ts +1668 -0
  149. package/generated-sqlite/models/KnowledgeDocument.ts +2282 -0
  150. package/generated-sqlite/models/KnowledgeShareRecord.ts +1349 -0
  151. package/generated-sqlite/models/LegalRegulation.ts +1870 -0
  152. package/generated-sqlite/models/LicenseActivation.ts +1203 -0
  153. package/generated-sqlite/models/LicenseKey.ts +1443 -0
  154. package/generated-sqlite/models/LoginLog.ts +1447 -0
  155. package/generated-sqlite/models/PRD.ts +2616 -0
  156. package/generated-sqlite/models/PRDPage.ts +2398 -0
  157. package/generated-sqlite/models/PRDTag.ts +1426 -0
  158. package/generated-sqlite/models/PRDVersion.ts +2117 -0
  159. package/generated-sqlite/models/PageVersion.ts +1528 -0
  160. package/generated-sqlite/models/PasswordResetToken.ts +1377 -0
  161. package/generated-sqlite/models/Plan.ts +2060 -0
  162. package/generated-sqlite/models/Project.ts +1994 -0
  163. package/generated-sqlite/models/ProjectActivity.ts +1578 -0
  164. package/generated-sqlite/models/ProjectMember.ts +1508 -0
  165. package/generated-sqlite/models/ProviderEvent.ts +1225 -0
  166. package/generated-sqlite/models/Reference.ts +1175 -0
  167. package/generated-sqlite/models/Review.ts +1903 -0
  168. package/generated-sqlite/models/ReviewComment.ts +1899 -0
  169. package/generated-sqlite/models/RoleAssignment.ts +1125 -0
  170. package/generated-sqlite/models/Share.ts +1674 -0
  171. package/generated-sqlite/models/ShareVersion.ts +1385 -0
  172. package/generated-sqlite/models/SsoMapping.ts +1181 -0
  173. package/generated-sqlite/models/SsoProvider.ts +1266 -0
  174. package/generated-sqlite/models/Subscription.ts +2137 -0
  175. package/generated-sqlite/models/SystemSetting.ts +1215 -0
  176. package/generated-sqlite/models/Tag.ts +1652 -0
  177. package/generated-sqlite/models/TeamInvitation.ts +1523 -0
  178. package/generated-sqlite/models/TeamMembership.ts +1433 -0
  179. package/generated-sqlite/models/Template.ts +1389 -0
  180. package/generated-sqlite/models/TemplateBlock.ts +1660 -0
  181. package/generated-sqlite/models/ThirdPartyDependency.ts +1471 -0
  182. package/generated-sqlite/models/UsageRecord.ts +1498 -0
  183. package/generated-sqlite/models/User.ts +13558 -0
  184. package/generated-sqlite/models/UserAgent.ts +1897 -0
  185. package/generated-sqlite/models/UserSkill.ts +1453 -0
  186. package/generated-sqlite/models/WebsiteBookmark.ts +2215 -0
  187. package/generated-sqlite/models/Workspace.ts +1824 -0
  188. package/generated-sqlite/models.ts +87 -0
  189. package/package.json +7 -3
  190. package/LICENSE +0 -661
@@ -0,0 +1,1430 @@
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 `StoryPrdLink` 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 StoryPrdLink
17
+ *
18
+ */
19
+ export type StoryPrdLinkModel = runtime.Types.Result.DefaultSelection<Prisma.$StoryPrdLinkPayload>
20
+
21
+ export type AggregateStoryPrdLink = {
22
+ _count: StoryPrdLinkCountAggregateOutputType | null
23
+ _min: StoryPrdLinkMinAggregateOutputType | null
24
+ _max: StoryPrdLinkMaxAggregateOutputType | null
25
+ }
26
+
27
+ export type StoryPrdLinkMinAggregateOutputType = {
28
+ id: string | null
29
+ storyId: string | null
30
+ prdId: string | null
31
+ createdAt: Date | null
32
+ }
33
+
34
+ export type StoryPrdLinkMaxAggregateOutputType = {
35
+ id: string | null
36
+ storyId: string | null
37
+ prdId: string | null
38
+ createdAt: Date | null
39
+ }
40
+
41
+ export type StoryPrdLinkCountAggregateOutputType = {
42
+ id: number
43
+ storyId: number
44
+ prdId: number
45
+ createdAt: number
46
+ _all: number
47
+ }
48
+
49
+
50
+ export type StoryPrdLinkMinAggregateInputType = {
51
+ id?: true
52
+ storyId?: true
53
+ prdId?: true
54
+ createdAt?: true
55
+ }
56
+
57
+ export type StoryPrdLinkMaxAggregateInputType = {
58
+ id?: true
59
+ storyId?: true
60
+ prdId?: true
61
+ createdAt?: true
62
+ }
63
+
64
+ export type StoryPrdLinkCountAggregateInputType = {
65
+ id?: true
66
+ storyId?: true
67
+ prdId?: true
68
+ createdAt?: true
69
+ _all?: true
70
+ }
71
+
72
+ export type StoryPrdLinkAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
73
+ /**
74
+ * Filter which StoryPrdLink to aggregate.
75
+ */
76
+ where?: Prisma.StoryPrdLinkWhereInput
77
+ /**
78
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
79
+ *
80
+ * Determine the order of StoryPrdLinks to fetch.
81
+ */
82
+ orderBy?: Prisma.StoryPrdLinkOrderByWithRelationInput | Prisma.StoryPrdLinkOrderByWithRelationInput[]
83
+ /**
84
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
85
+ *
86
+ * Sets the start position
87
+ */
88
+ cursor?: Prisma.StoryPrdLinkWhereUniqueInput
89
+ /**
90
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
91
+ *
92
+ * Take `±n` StoryPrdLinks from the position of the cursor.
93
+ */
94
+ take?: number
95
+ /**
96
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
97
+ *
98
+ * Skip the first `n` StoryPrdLinks.
99
+ */
100
+ skip?: number
101
+ /**
102
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
103
+ *
104
+ * Count returned StoryPrdLinks
105
+ **/
106
+ _count?: true | StoryPrdLinkCountAggregateInputType
107
+ /**
108
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
109
+ *
110
+ * Select which fields to find the minimum value
111
+ **/
112
+ _min?: StoryPrdLinkMinAggregateInputType
113
+ /**
114
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
115
+ *
116
+ * Select which fields to find the maximum value
117
+ **/
118
+ _max?: StoryPrdLinkMaxAggregateInputType
119
+ }
120
+
121
+ export type GetStoryPrdLinkAggregateType<T extends StoryPrdLinkAggregateArgs> = {
122
+ [P in keyof T & keyof AggregateStoryPrdLink]: P extends '_count' | 'count'
123
+ ? T[P] extends true
124
+ ? number
125
+ : Prisma.GetScalarType<T[P], AggregateStoryPrdLink[P]>
126
+ : Prisma.GetScalarType<T[P], AggregateStoryPrdLink[P]>
127
+ }
128
+
129
+
130
+
131
+
132
+ export type StoryPrdLinkGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
133
+ where?: Prisma.StoryPrdLinkWhereInput
134
+ orderBy?: Prisma.StoryPrdLinkOrderByWithAggregationInput | Prisma.StoryPrdLinkOrderByWithAggregationInput[]
135
+ by: Prisma.StoryPrdLinkScalarFieldEnum[] | Prisma.StoryPrdLinkScalarFieldEnum
136
+ having?: Prisma.StoryPrdLinkScalarWhereWithAggregatesInput
137
+ take?: number
138
+ skip?: number
139
+ _count?: StoryPrdLinkCountAggregateInputType | true
140
+ _min?: StoryPrdLinkMinAggregateInputType
141
+ _max?: StoryPrdLinkMaxAggregateInputType
142
+ }
143
+
144
+ export type StoryPrdLinkGroupByOutputType = {
145
+ id: string
146
+ storyId: string
147
+ prdId: string
148
+ createdAt: Date
149
+ _count: StoryPrdLinkCountAggregateOutputType | null
150
+ _min: StoryPrdLinkMinAggregateOutputType | null
151
+ _max: StoryPrdLinkMaxAggregateOutputType | null
152
+ }
153
+
154
+ export type GetStoryPrdLinkGroupByPayload<T extends StoryPrdLinkGroupByArgs> = Prisma.PrismaPromise<
155
+ Array<
156
+ Prisma.PickEnumerable<StoryPrdLinkGroupByOutputType, T['by']> &
157
+ {
158
+ [P in ((keyof T) & (keyof StoryPrdLinkGroupByOutputType))]: P extends '_count'
159
+ ? T[P] extends boolean
160
+ ? number
161
+ : Prisma.GetScalarType<T[P], StoryPrdLinkGroupByOutputType[P]>
162
+ : Prisma.GetScalarType<T[P], StoryPrdLinkGroupByOutputType[P]>
163
+ }
164
+ >
165
+ >
166
+
167
+
168
+
169
+ export type StoryPrdLinkWhereInput = {
170
+ AND?: Prisma.StoryPrdLinkWhereInput | Prisma.StoryPrdLinkWhereInput[]
171
+ OR?: Prisma.StoryPrdLinkWhereInput[]
172
+ NOT?: Prisma.StoryPrdLinkWhereInput | Prisma.StoryPrdLinkWhereInput[]
173
+ id?: Prisma.StringFilter<"StoryPrdLink"> | string
174
+ storyId?: Prisma.StringFilter<"StoryPrdLink"> | string
175
+ prdId?: Prisma.StringFilter<"StoryPrdLink"> | string
176
+ createdAt?: Prisma.DateTimeFilter<"StoryPrdLink"> | Date | string
177
+ story?: Prisma.XOR<Prisma.StoryScalarRelationFilter, Prisma.StoryWhereInput>
178
+ prd?: Prisma.XOR<Prisma.PRDScalarRelationFilter, Prisma.PRDWhereInput>
179
+ }
180
+
181
+ export type StoryPrdLinkOrderByWithRelationInput = {
182
+ id?: Prisma.SortOrder
183
+ storyId?: Prisma.SortOrder
184
+ prdId?: Prisma.SortOrder
185
+ createdAt?: Prisma.SortOrder
186
+ story?: Prisma.StoryOrderByWithRelationInput
187
+ prd?: Prisma.PRDOrderByWithRelationInput
188
+ }
189
+
190
+ export type StoryPrdLinkWhereUniqueInput = Prisma.AtLeast<{
191
+ id?: string
192
+ storyId_prdId?: Prisma.StoryPrdLinkStoryIdPrdIdCompoundUniqueInput
193
+ AND?: Prisma.StoryPrdLinkWhereInput | Prisma.StoryPrdLinkWhereInput[]
194
+ OR?: Prisma.StoryPrdLinkWhereInput[]
195
+ NOT?: Prisma.StoryPrdLinkWhereInput | Prisma.StoryPrdLinkWhereInput[]
196
+ storyId?: Prisma.StringFilter<"StoryPrdLink"> | string
197
+ prdId?: Prisma.StringFilter<"StoryPrdLink"> | string
198
+ createdAt?: Prisma.DateTimeFilter<"StoryPrdLink"> | Date | string
199
+ story?: Prisma.XOR<Prisma.StoryScalarRelationFilter, Prisma.StoryWhereInput>
200
+ prd?: Prisma.XOR<Prisma.PRDScalarRelationFilter, Prisma.PRDWhereInput>
201
+ }, "id" | "storyId_prdId">
202
+
203
+ export type StoryPrdLinkOrderByWithAggregationInput = {
204
+ id?: Prisma.SortOrder
205
+ storyId?: Prisma.SortOrder
206
+ prdId?: Prisma.SortOrder
207
+ createdAt?: Prisma.SortOrder
208
+ _count?: Prisma.StoryPrdLinkCountOrderByAggregateInput
209
+ _max?: Prisma.StoryPrdLinkMaxOrderByAggregateInput
210
+ _min?: Prisma.StoryPrdLinkMinOrderByAggregateInput
211
+ }
212
+
213
+ export type StoryPrdLinkScalarWhereWithAggregatesInput = {
214
+ AND?: Prisma.StoryPrdLinkScalarWhereWithAggregatesInput | Prisma.StoryPrdLinkScalarWhereWithAggregatesInput[]
215
+ OR?: Prisma.StoryPrdLinkScalarWhereWithAggregatesInput[]
216
+ NOT?: Prisma.StoryPrdLinkScalarWhereWithAggregatesInput | Prisma.StoryPrdLinkScalarWhereWithAggregatesInput[]
217
+ id?: Prisma.StringWithAggregatesFilter<"StoryPrdLink"> | string
218
+ storyId?: Prisma.StringWithAggregatesFilter<"StoryPrdLink"> | string
219
+ prdId?: Prisma.StringWithAggregatesFilter<"StoryPrdLink"> | string
220
+ createdAt?: Prisma.DateTimeWithAggregatesFilter<"StoryPrdLink"> | Date | string
221
+ }
222
+
223
+ export type StoryPrdLinkCreateInput = {
224
+ id?: string
225
+ createdAt?: Date | string
226
+ story: Prisma.StoryCreateNestedOneWithoutLinkedPrdsInput
227
+ prd: Prisma.PRDCreateNestedOneWithoutLinkedStoriesInput
228
+ }
229
+
230
+ export type StoryPrdLinkUncheckedCreateInput = {
231
+ id?: string
232
+ storyId: string
233
+ prdId: string
234
+ createdAt?: Date | string
235
+ }
236
+
237
+ export type StoryPrdLinkUpdateInput = {
238
+ id?: Prisma.StringFieldUpdateOperationsInput | string
239
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
240
+ story?: Prisma.StoryUpdateOneRequiredWithoutLinkedPrdsNestedInput
241
+ prd?: Prisma.PRDUpdateOneRequiredWithoutLinkedStoriesNestedInput
242
+ }
243
+
244
+ export type StoryPrdLinkUncheckedUpdateInput = {
245
+ id?: Prisma.StringFieldUpdateOperationsInput | string
246
+ storyId?: Prisma.StringFieldUpdateOperationsInput | string
247
+ prdId?: Prisma.StringFieldUpdateOperationsInput | string
248
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
249
+ }
250
+
251
+ export type StoryPrdLinkCreateManyInput = {
252
+ id?: string
253
+ storyId: string
254
+ prdId: string
255
+ createdAt?: Date | string
256
+ }
257
+
258
+ export type StoryPrdLinkUpdateManyMutationInput = {
259
+ id?: Prisma.StringFieldUpdateOperationsInput | string
260
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
261
+ }
262
+
263
+ export type StoryPrdLinkUncheckedUpdateManyInput = {
264
+ id?: Prisma.StringFieldUpdateOperationsInput | string
265
+ storyId?: Prisma.StringFieldUpdateOperationsInput | string
266
+ prdId?: Prisma.StringFieldUpdateOperationsInput | string
267
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
268
+ }
269
+
270
+ export type StoryPrdLinkListRelationFilter = {
271
+ every?: Prisma.StoryPrdLinkWhereInput
272
+ some?: Prisma.StoryPrdLinkWhereInput
273
+ none?: Prisma.StoryPrdLinkWhereInput
274
+ }
275
+
276
+ export type StoryPrdLinkOrderByRelationAggregateInput = {
277
+ _count?: Prisma.SortOrder
278
+ }
279
+
280
+ export type StoryPrdLinkStoryIdPrdIdCompoundUniqueInput = {
281
+ storyId: string
282
+ prdId: string
283
+ }
284
+
285
+ export type StoryPrdLinkCountOrderByAggregateInput = {
286
+ id?: Prisma.SortOrder
287
+ storyId?: Prisma.SortOrder
288
+ prdId?: Prisma.SortOrder
289
+ createdAt?: Prisma.SortOrder
290
+ }
291
+
292
+ export type StoryPrdLinkMaxOrderByAggregateInput = {
293
+ id?: Prisma.SortOrder
294
+ storyId?: Prisma.SortOrder
295
+ prdId?: Prisma.SortOrder
296
+ createdAt?: Prisma.SortOrder
297
+ }
298
+
299
+ export type StoryPrdLinkMinOrderByAggregateInput = {
300
+ id?: Prisma.SortOrder
301
+ storyId?: Prisma.SortOrder
302
+ prdId?: Prisma.SortOrder
303
+ createdAt?: Prisma.SortOrder
304
+ }
305
+
306
+ export type StoryPrdLinkCreateNestedManyWithoutPrdInput = {
307
+ create?: Prisma.XOR<Prisma.StoryPrdLinkCreateWithoutPrdInput, Prisma.StoryPrdLinkUncheckedCreateWithoutPrdInput> | Prisma.StoryPrdLinkCreateWithoutPrdInput[] | Prisma.StoryPrdLinkUncheckedCreateWithoutPrdInput[]
308
+ connectOrCreate?: Prisma.StoryPrdLinkCreateOrConnectWithoutPrdInput | Prisma.StoryPrdLinkCreateOrConnectWithoutPrdInput[]
309
+ createMany?: Prisma.StoryPrdLinkCreateManyPrdInputEnvelope
310
+ connect?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
311
+ }
312
+
313
+ export type StoryPrdLinkUncheckedCreateNestedManyWithoutPrdInput = {
314
+ create?: Prisma.XOR<Prisma.StoryPrdLinkCreateWithoutPrdInput, Prisma.StoryPrdLinkUncheckedCreateWithoutPrdInput> | Prisma.StoryPrdLinkCreateWithoutPrdInput[] | Prisma.StoryPrdLinkUncheckedCreateWithoutPrdInput[]
315
+ connectOrCreate?: Prisma.StoryPrdLinkCreateOrConnectWithoutPrdInput | Prisma.StoryPrdLinkCreateOrConnectWithoutPrdInput[]
316
+ createMany?: Prisma.StoryPrdLinkCreateManyPrdInputEnvelope
317
+ connect?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
318
+ }
319
+
320
+ export type StoryPrdLinkUpdateManyWithoutPrdNestedInput = {
321
+ create?: Prisma.XOR<Prisma.StoryPrdLinkCreateWithoutPrdInput, Prisma.StoryPrdLinkUncheckedCreateWithoutPrdInput> | Prisma.StoryPrdLinkCreateWithoutPrdInput[] | Prisma.StoryPrdLinkUncheckedCreateWithoutPrdInput[]
322
+ connectOrCreate?: Prisma.StoryPrdLinkCreateOrConnectWithoutPrdInput | Prisma.StoryPrdLinkCreateOrConnectWithoutPrdInput[]
323
+ upsert?: Prisma.StoryPrdLinkUpsertWithWhereUniqueWithoutPrdInput | Prisma.StoryPrdLinkUpsertWithWhereUniqueWithoutPrdInput[]
324
+ createMany?: Prisma.StoryPrdLinkCreateManyPrdInputEnvelope
325
+ set?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
326
+ disconnect?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
327
+ delete?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
328
+ connect?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
329
+ update?: Prisma.StoryPrdLinkUpdateWithWhereUniqueWithoutPrdInput | Prisma.StoryPrdLinkUpdateWithWhereUniqueWithoutPrdInput[]
330
+ updateMany?: Prisma.StoryPrdLinkUpdateManyWithWhereWithoutPrdInput | Prisma.StoryPrdLinkUpdateManyWithWhereWithoutPrdInput[]
331
+ deleteMany?: Prisma.StoryPrdLinkScalarWhereInput | Prisma.StoryPrdLinkScalarWhereInput[]
332
+ }
333
+
334
+ export type StoryPrdLinkUncheckedUpdateManyWithoutPrdNestedInput = {
335
+ create?: Prisma.XOR<Prisma.StoryPrdLinkCreateWithoutPrdInput, Prisma.StoryPrdLinkUncheckedCreateWithoutPrdInput> | Prisma.StoryPrdLinkCreateWithoutPrdInput[] | Prisma.StoryPrdLinkUncheckedCreateWithoutPrdInput[]
336
+ connectOrCreate?: Prisma.StoryPrdLinkCreateOrConnectWithoutPrdInput | Prisma.StoryPrdLinkCreateOrConnectWithoutPrdInput[]
337
+ upsert?: Prisma.StoryPrdLinkUpsertWithWhereUniqueWithoutPrdInput | Prisma.StoryPrdLinkUpsertWithWhereUniqueWithoutPrdInput[]
338
+ createMany?: Prisma.StoryPrdLinkCreateManyPrdInputEnvelope
339
+ set?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
340
+ disconnect?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
341
+ delete?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
342
+ connect?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
343
+ update?: Prisma.StoryPrdLinkUpdateWithWhereUniqueWithoutPrdInput | Prisma.StoryPrdLinkUpdateWithWhereUniqueWithoutPrdInput[]
344
+ updateMany?: Prisma.StoryPrdLinkUpdateManyWithWhereWithoutPrdInput | Prisma.StoryPrdLinkUpdateManyWithWhereWithoutPrdInput[]
345
+ deleteMany?: Prisma.StoryPrdLinkScalarWhereInput | Prisma.StoryPrdLinkScalarWhereInput[]
346
+ }
347
+
348
+ export type StoryPrdLinkCreateNestedManyWithoutStoryInput = {
349
+ create?: Prisma.XOR<Prisma.StoryPrdLinkCreateWithoutStoryInput, Prisma.StoryPrdLinkUncheckedCreateWithoutStoryInput> | Prisma.StoryPrdLinkCreateWithoutStoryInput[] | Prisma.StoryPrdLinkUncheckedCreateWithoutStoryInput[]
350
+ connectOrCreate?: Prisma.StoryPrdLinkCreateOrConnectWithoutStoryInput | Prisma.StoryPrdLinkCreateOrConnectWithoutStoryInput[]
351
+ createMany?: Prisma.StoryPrdLinkCreateManyStoryInputEnvelope
352
+ connect?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
353
+ }
354
+
355
+ export type StoryPrdLinkUncheckedCreateNestedManyWithoutStoryInput = {
356
+ create?: Prisma.XOR<Prisma.StoryPrdLinkCreateWithoutStoryInput, Prisma.StoryPrdLinkUncheckedCreateWithoutStoryInput> | Prisma.StoryPrdLinkCreateWithoutStoryInput[] | Prisma.StoryPrdLinkUncheckedCreateWithoutStoryInput[]
357
+ connectOrCreate?: Prisma.StoryPrdLinkCreateOrConnectWithoutStoryInput | Prisma.StoryPrdLinkCreateOrConnectWithoutStoryInput[]
358
+ createMany?: Prisma.StoryPrdLinkCreateManyStoryInputEnvelope
359
+ connect?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
360
+ }
361
+
362
+ export type StoryPrdLinkUpdateManyWithoutStoryNestedInput = {
363
+ create?: Prisma.XOR<Prisma.StoryPrdLinkCreateWithoutStoryInput, Prisma.StoryPrdLinkUncheckedCreateWithoutStoryInput> | Prisma.StoryPrdLinkCreateWithoutStoryInput[] | Prisma.StoryPrdLinkUncheckedCreateWithoutStoryInput[]
364
+ connectOrCreate?: Prisma.StoryPrdLinkCreateOrConnectWithoutStoryInput | Prisma.StoryPrdLinkCreateOrConnectWithoutStoryInput[]
365
+ upsert?: Prisma.StoryPrdLinkUpsertWithWhereUniqueWithoutStoryInput | Prisma.StoryPrdLinkUpsertWithWhereUniqueWithoutStoryInput[]
366
+ createMany?: Prisma.StoryPrdLinkCreateManyStoryInputEnvelope
367
+ set?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
368
+ disconnect?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
369
+ delete?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
370
+ connect?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
371
+ update?: Prisma.StoryPrdLinkUpdateWithWhereUniqueWithoutStoryInput | Prisma.StoryPrdLinkUpdateWithWhereUniqueWithoutStoryInput[]
372
+ updateMany?: Prisma.StoryPrdLinkUpdateManyWithWhereWithoutStoryInput | Prisma.StoryPrdLinkUpdateManyWithWhereWithoutStoryInput[]
373
+ deleteMany?: Prisma.StoryPrdLinkScalarWhereInput | Prisma.StoryPrdLinkScalarWhereInput[]
374
+ }
375
+
376
+ export type StoryPrdLinkUncheckedUpdateManyWithoutStoryNestedInput = {
377
+ create?: Prisma.XOR<Prisma.StoryPrdLinkCreateWithoutStoryInput, Prisma.StoryPrdLinkUncheckedCreateWithoutStoryInput> | Prisma.StoryPrdLinkCreateWithoutStoryInput[] | Prisma.StoryPrdLinkUncheckedCreateWithoutStoryInput[]
378
+ connectOrCreate?: Prisma.StoryPrdLinkCreateOrConnectWithoutStoryInput | Prisma.StoryPrdLinkCreateOrConnectWithoutStoryInput[]
379
+ upsert?: Prisma.StoryPrdLinkUpsertWithWhereUniqueWithoutStoryInput | Prisma.StoryPrdLinkUpsertWithWhereUniqueWithoutStoryInput[]
380
+ createMany?: Prisma.StoryPrdLinkCreateManyStoryInputEnvelope
381
+ set?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
382
+ disconnect?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
383
+ delete?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
384
+ connect?: Prisma.StoryPrdLinkWhereUniqueInput | Prisma.StoryPrdLinkWhereUniqueInput[]
385
+ update?: Prisma.StoryPrdLinkUpdateWithWhereUniqueWithoutStoryInput | Prisma.StoryPrdLinkUpdateWithWhereUniqueWithoutStoryInput[]
386
+ updateMany?: Prisma.StoryPrdLinkUpdateManyWithWhereWithoutStoryInput | Prisma.StoryPrdLinkUpdateManyWithWhereWithoutStoryInput[]
387
+ deleteMany?: Prisma.StoryPrdLinkScalarWhereInput | Prisma.StoryPrdLinkScalarWhereInput[]
388
+ }
389
+
390
+ export type StoryPrdLinkCreateWithoutPrdInput = {
391
+ id?: string
392
+ createdAt?: Date | string
393
+ story: Prisma.StoryCreateNestedOneWithoutLinkedPrdsInput
394
+ }
395
+
396
+ export type StoryPrdLinkUncheckedCreateWithoutPrdInput = {
397
+ id?: string
398
+ storyId: string
399
+ createdAt?: Date | string
400
+ }
401
+
402
+ export type StoryPrdLinkCreateOrConnectWithoutPrdInput = {
403
+ where: Prisma.StoryPrdLinkWhereUniqueInput
404
+ create: Prisma.XOR<Prisma.StoryPrdLinkCreateWithoutPrdInput, Prisma.StoryPrdLinkUncheckedCreateWithoutPrdInput>
405
+ }
406
+
407
+ export type StoryPrdLinkCreateManyPrdInputEnvelope = {
408
+ data: Prisma.StoryPrdLinkCreateManyPrdInput | Prisma.StoryPrdLinkCreateManyPrdInput[]
409
+ skipDuplicates?: boolean
410
+ }
411
+
412
+ export type StoryPrdLinkUpsertWithWhereUniqueWithoutPrdInput = {
413
+ where: Prisma.StoryPrdLinkWhereUniqueInput
414
+ update: Prisma.XOR<Prisma.StoryPrdLinkUpdateWithoutPrdInput, Prisma.StoryPrdLinkUncheckedUpdateWithoutPrdInput>
415
+ create: Prisma.XOR<Prisma.StoryPrdLinkCreateWithoutPrdInput, Prisma.StoryPrdLinkUncheckedCreateWithoutPrdInput>
416
+ }
417
+
418
+ export type StoryPrdLinkUpdateWithWhereUniqueWithoutPrdInput = {
419
+ where: Prisma.StoryPrdLinkWhereUniqueInput
420
+ data: Prisma.XOR<Prisma.StoryPrdLinkUpdateWithoutPrdInput, Prisma.StoryPrdLinkUncheckedUpdateWithoutPrdInput>
421
+ }
422
+
423
+ export type StoryPrdLinkUpdateManyWithWhereWithoutPrdInput = {
424
+ where: Prisma.StoryPrdLinkScalarWhereInput
425
+ data: Prisma.XOR<Prisma.StoryPrdLinkUpdateManyMutationInput, Prisma.StoryPrdLinkUncheckedUpdateManyWithoutPrdInput>
426
+ }
427
+
428
+ export type StoryPrdLinkScalarWhereInput = {
429
+ AND?: Prisma.StoryPrdLinkScalarWhereInput | Prisma.StoryPrdLinkScalarWhereInput[]
430
+ OR?: Prisma.StoryPrdLinkScalarWhereInput[]
431
+ NOT?: Prisma.StoryPrdLinkScalarWhereInput | Prisma.StoryPrdLinkScalarWhereInput[]
432
+ id?: Prisma.StringFilter<"StoryPrdLink"> | string
433
+ storyId?: Prisma.StringFilter<"StoryPrdLink"> | string
434
+ prdId?: Prisma.StringFilter<"StoryPrdLink"> | string
435
+ createdAt?: Prisma.DateTimeFilter<"StoryPrdLink"> | Date | string
436
+ }
437
+
438
+ export type StoryPrdLinkCreateWithoutStoryInput = {
439
+ id?: string
440
+ createdAt?: Date | string
441
+ prd: Prisma.PRDCreateNestedOneWithoutLinkedStoriesInput
442
+ }
443
+
444
+ export type StoryPrdLinkUncheckedCreateWithoutStoryInput = {
445
+ id?: string
446
+ prdId: string
447
+ createdAt?: Date | string
448
+ }
449
+
450
+ export type StoryPrdLinkCreateOrConnectWithoutStoryInput = {
451
+ where: Prisma.StoryPrdLinkWhereUniqueInput
452
+ create: Prisma.XOR<Prisma.StoryPrdLinkCreateWithoutStoryInput, Prisma.StoryPrdLinkUncheckedCreateWithoutStoryInput>
453
+ }
454
+
455
+ export type StoryPrdLinkCreateManyStoryInputEnvelope = {
456
+ data: Prisma.StoryPrdLinkCreateManyStoryInput | Prisma.StoryPrdLinkCreateManyStoryInput[]
457
+ skipDuplicates?: boolean
458
+ }
459
+
460
+ export type StoryPrdLinkUpsertWithWhereUniqueWithoutStoryInput = {
461
+ where: Prisma.StoryPrdLinkWhereUniqueInput
462
+ update: Prisma.XOR<Prisma.StoryPrdLinkUpdateWithoutStoryInput, Prisma.StoryPrdLinkUncheckedUpdateWithoutStoryInput>
463
+ create: Prisma.XOR<Prisma.StoryPrdLinkCreateWithoutStoryInput, Prisma.StoryPrdLinkUncheckedCreateWithoutStoryInput>
464
+ }
465
+
466
+ export type StoryPrdLinkUpdateWithWhereUniqueWithoutStoryInput = {
467
+ where: Prisma.StoryPrdLinkWhereUniqueInput
468
+ data: Prisma.XOR<Prisma.StoryPrdLinkUpdateWithoutStoryInput, Prisma.StoryPrdLinkUncheckedUpdateWithoutStoryInput>
469
+ }
470
+
471
+ export type StoryPrdLinkUpdateManyWithWhereWithoutStoryInput = {
472
+ where: Prisma.StoryPrdLinkScalarWhereInput
473
+ data: Prisma.XOR<Prisma.StoryPrdLinkUpdateManyMutationInput, Prisma.StoryPrdLinkUncheckedUpdateManyWithoutStoryInput>
474
+ }
475
+
476
+ export type StoryPrdLinkCreateManyPrdInput = {
477
+ id?: string
478
+ storyId: string
479
+ createdAt?: Date | string
480
+ }
481
+
482
+ export type StoryPrdLinkUpdateWithoutPrdInput = {
483
+ id?: Prisma.StringFieldUpdateOperationsInput | string
484
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
485
+ story?: Prisma.StoryUpdateOneRequiredWithoutLinkedPrdsNestedInput
486
+ }
487
+
488
+ export type StoryPrdLinkUncheckedUpdateWithoutPrdInput = {
489
+ id?: Prisma.StringFieldUpdateOperationsInput | string
490
+ storyId?: Prisma.StringFieldUpdateOperationsInput | string
491
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
492
+ }
493
+
494
+ export type StoryPrdLinkUncheckedUpdateManyWithoutPrdInput = {
495
+ id?: Prisma.StringFieldUpdateOperationsInput | string
496
+ storyId?: Prisma.StringFieldUpdateOperationsInput | string
497
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
498
+ }
499
+
500
+ export type StoryPrdLinkCreateManyStoryInput = {
501
+ id?: string
502
+ prdId: string
503
+ createdAt?: Date | string
504
+ }
505
+
506
+ export type StoryPrdLinkUpdateWithoutStoryInput = {
507
+ id?: Prisma.StringFieldUpdateOperationsInput | string
508
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
509
+ prd?: Prisma.PRDUpdateOneRequiredWithoutLinkedStoriesNestedInput
510
+ }
511
+
512
+ export type StoryPrdLinkUncheckedUpdateWithoutStoryInput = {
513
+ id?: Prisma.StringFieldUpdateOperationsInput | string
514
+ prdId?: Prisma.StringFieldUpdateOperationsInput | string
515
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
516
+ }
517
+
518
+ export type StoryPrdLinkUncheckedUpdateManyWithoutStoryInput = {
519
+ id?: Prisma.StringFieldUpdateOperationsInput | string
520
+ prdId?: Prisma.StringFieldUpdateOperationsInput | string
521
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
522
+ }
523
+
524
+
525
+
526
+ export type StoryPrdLinkSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
527
+ id?: boolean
528
+ storyId?: boolean
529
+ prdId?: boolean
530
+ createdAt?: boolean
531
+ story?: boolean | Prisma.StoryDefaultArgs<ExtArgs>
532
+ prd?: boolean | Prisma.PRDDefaultArgs<ExtArgs>
533
+ }, ExtArgs["result"]["storyPrdLink"]>
534
+
535
+ export type StoryPrdLinkSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
536
+ id?: boolean
537
+ storyId?: boolean
538
+ prdId?: boolean
539
+ createdAt?: boolean
540
+ story?: boolean | Prisma.StoryDefaultArgs<ExtArgs>
541
+ prd?: boolean | Prisma.PRDDefaultArgs<ExtArgs>
542
+ }, ExtArgs["result"]["storyPrdLink"]>
543
+
544
+ export type StoryPrdLinkSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
545
+ id?: boolean
546
+ storyId?: boolean
547
+ prdId?: boolean
548
+ createdAt?: boolean
549
+ story?: boolean | Prisma.StoryDefaultArgs<ExtArgs>
550
+ prd?: boolean | Prisma.PRDDefaultArgs<ExtArgs>
551
+ }, ExtArgs["result"]["storyPrdLink"]>
552
+
553
+ export type StoryPrdLinkSelectScalar = {
554
+ id?: boolean
555
+ storyId?: boolean
556
+ prdId?: boolean
557
+ createdAt?: boolean
558
+ }
559
+
560
+ export type StoryPrdLinkOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "storyId" | "prdId" | "createdAt", ExtArgs["result"]["storyPrdLink"]>
561
+ export type StoryPrdLinkInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
562
+ story?: boolean | Prisma.StoryDefaultArgs<ExtArgs>
563
+ prd?: boolean | Prisma.PRDDefaultArgs<ExtArgs>
564
+ }
565
+ export type StoryPrdLinkIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
566
+ story?: boolean | Prisma.StoryDefaultArgs<ExtArgs>
567
+ prd?: boolean | Prisma.PRDDefaultArgs<ExtArgs>
568
+ }
569
+ export type StoryPrdLinkIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
570
+ story?: boolean | Prisma.StoryDefaultArgs<ExtArgs>
571
+ prd?: boolean | Prisma.PRDDefaultArgs<ExtArgs>
572
+ }
573
+
574
+ export type $StoryPrdLinkPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
575
+ name: "StoryPrdLink"
576
+ objects: {
577
+ story: Prisma.$StoryPayload<ExtArgs>
578
+ prd: Prisma.$PRDPayload<ExtArgs>
579
+ }
580
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
581
+ id: string
582
+ storyId: string
583
+ prdId: string
584
+ createdAt: Date
585
+ }, ExtArgs["result"]["storyPrdLink"]>
586
+ composites: {}
587
+ }
588
+
589
+ export type StoryPrdLinkGetPayload<S extends boolean | null | undefined | StoryPrdLinkDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$StoryPrdLinkPayload, S>
590
+
591
+ export type StoryPrdLinkCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
592
+ Omit<StoryPrdLinkFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
593
+ select?: StoryPrdLinkCountAggregateInputType | true
594
+ }
595
+
596
+ export interface StoryPrdLinkDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
597
+ [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['StoryPrdLink'], meta: { name: 'StoryPrdLink' } }
598
+ /**
599
+ * Find zero or one StoryPrdLink that matches the filter.
600
+ * @param {StoryPrdLinkFindUniqueArgs} args - Arguments to find a StoryPrdLink
601
+ * @example
602
+ * // Get one StoryPrdLink
603
+ * const storyPrdLink = await prisma.storyPrdLink.findUnique({
604
+ * where: {
605
+ * // ... provide filter here
606
+ * }
607
+ * })
608
+ */
609
+ findUnique<T extends StoryPrdLinkFindUniqueArgs>(args: Prisma.SelectSubset<T, StoryPrdLinkFindUniqueArgs<ExtArgs>>): Prisma.Prisma__StoryPrdLinkClient<runtime.Types.Result.GetResult<Prisma.$StoryPrdLinkPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
610
+
611
+ /**
612
+ * Find one StoryPrdLink that matches the filter or throw an error with `error.code='P2025'`
613
+ * if no matches were found.
614
+ * @param {StoryPrdLinkFindUniqueOrThrowArgs} args - Arguments to find a StoryPrdLink
615
+ * @example
616
+ * // Get one StoryPrdLink
617
+ * const storyPrdLink = await prisma.storyPrdLink.findUniqueOrThrow({
618
+ * where: {
619
+ * // ... provide filter here
620
+ * }
621
+ * })
622
+ */
623
+ findUniqueOrThrow<T extends StoryPrdLinkFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, StoryPrdLinkFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__StoryPrdLinkClient<runtime.Types.Result.GetResult<Prisma.$StoryPrdLinkPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
624
+
625
+ /**
626
+ * Find the first StoryPrdLink that matches the filter.
627
+ * Note, that providing `undefined` is treated as the value not being there.
628
+ * Read more here: https://pris.ly/d/null-undefined
629
+ * @param {StoryPrdLinkFindFirstArgs} args - Arguments to find a StoryPrdLink
630
+ * @example
631
+ * // Get one StoryPrdLink
632
+ * const storyPrdLink = await prisma.storyPrdLink.findFirst({
633
+ * where: {
634
+ * // ... provide filter here
635
+ * }
636
+ * })
637
+ */
638
+ findFirst<T extends StoryPrdLinkFindFirstArgs>(args?: Prisma.SelectSubset<T, StoryPrdLinkFindFirstArgs<ExtArgs>>): Prisma.Prisma__StoryPrdLinkClient<runtime.Types.Result.GetResult<Prisma.$StoryPrdLinkPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
639
+
640
+ /**
641
+ * Find the first StoryPrdLink that matches the filter or
642
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
643
+ * Note, that providing `undefined` is treated as the value not being there.
644
+ * Read more here: https://pris.ly/d/null-undefined
645
+ * @param {StoryPrdLinkFindFirstOrThrowArgs} args - Arguments to find a StoryPrdLink
646
+ * @example
647
+ * // Get one StoryPrdLink
648
+ * const storyPrdLink = await prisma.storyPrdLink.findFirstOrThrow({
649
+ * where: {
650
+ * // ... provide filter here
651
+ * }
652
+ * })
653
+ */
654
+ findFirstOrThrow<T extends StoryPrdLinkFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, StoryPrdLinkFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__StoryPrdLinkClient<runtime.Types.Result.GetResult<Prisma.$StoryPrdLinkPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
655
+
656
+ /**
657
+ * Find zero or more StoryPrdLinks that matches the filter.
658
+ * Note, that providing `undefined` is treated as the value not being there.
659
+ * Read more here: https://pris.ly/d/null-undefined
660
+ * @param {StoryPrdLinkFindManyArgs} args - Arguments to filter and select certain fields only.
661
+ * @example
662
+ * // Get all StoryPrdLinks
663
+ * const storyPrdLinks = await prisma.storyPrdLink.findMany()
664
+ *
665
+ * // Get first 10 StoryPrdLinks
666
+ * const storyPrdLinks = await prisma.storyPrdLink.findMany({ take: 10 })
667
+ *
668
+ * // Only select the `id`
669
+ * const storyPrdLinkWithIdOnly = await prisma.storyPrdLink.findMany({ select: { id: true } })
670
+ *
671
+ */
672
+ findMany<T extends StoryPrdLinkFindManyArgs>(args?: Prisma.SelectSubset<T, StoryPrdLinkFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StoryPrdLinkPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
673
+
674
+ /**
675
+ * Create a StoryPrdLink.
676
+ * @param {StoryPrdLinkCreateArgs} args - Arguments to create a StoryPrdLink.
677
+ * @example
678
+ * // Create one StoryPrdLink
679
+ * const StoryPrdLink = await prisma.storyPrdLink.create({
680
+ * data: {
681
+ * // ... data to create a StoryPrdLink
682
+ * }
683
+ * })
684
+ *
685
+ */
686
+ create<T extends StoryPrdLinkCreateArgs>(args: Prisma.SelectSubset<T, StoryPrdLinkCreateArgs<ExtArgs>>): Prisma.Prisma__StoryPrdLinkClient<runtime.Types.Result.GetResult<Prisma.$StoryPrdLinkPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
687
+
688
+ /**
689
+ * Create many StoryPrdLinks.
690
+ * @param {StoryPrdLinkCreateManyArgs} args - Arguments to create many StoryPrdLinks.
691
+ * @example
692
+ * // Create many StoryPrdLinks
693
+ * const storyPrdLink = await prisma.storyPrdLink.createMany({
694
+ * data: [
695
+ * // ... provide data here
696
+ * ]
697
+ * })
698
+ *
699
+ */
700
+ createMany<T extends StoryPrdLinkCreateManyArgs>(args?: Prisma.SelectSubset<T, StoryPrdLinkCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
701
+
702
+ /**
703
+ * Create many StoryPrdLinks and returns the data saved in the database.
704
+ * @param {StoryPrdLinkCreateManyAndReturnArgs} args - Arguments to create many StoryPrdLinks.
705
+ * @example
706
+ * // Create many StoryPrdLinks
707
+ * const storyPrdLink = await prisma.storyPrdLink.createManyAndReturn({
708
+ * data: [
709
+ * // ... provide data here
710
+ * ]
711
+ * })
712
+ *
713
+ * // Create many StoryPrdLinks and only return the `id`
714
+ * const storyPrdLinkWithIdOnly = await prisma.storyPrdLink.createManyAndReturn({
715
+ * select: { id: true },
716
+ * data: [
717
+ * // ... provide data here
718
+ * ]
719
+ * })
720
+ * Note, that providing `undefined` is treated as the value not being there.
721
+ * Read more here: https://pris.ly/d/null-undefined
722
+ *
723
+ */
724
+ createManyAndReturn<T extends StoryPrdLinkCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, StoryPrdLinkCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StoryPrdLinkPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
725
+
726
+ /**
727
+ * Delete a StoryPrdLink.
728
+ * @param {StoryPrdLinkDeleteArgs} args - Arguments to delete one StoryPrdLink.
729
+ * @example
730
+ * // Delete one StoryPrdLink
731
+ * const StoryPrdLink = await prisma.storyPrdLink.delete({
732
+ * where: {
733
+ * // ... filter to delete one StoryPrdLink
734
+ * }
735
+ * })
736
+ *
737
+ */
738
+ delete<T extends StoryPrdLinkDeleteArgs>(args: Prisma.SelectSubset<T, StoryPrdLinkDeleteArgs<ExtArgs>>): Prisma.Prisma__StoryPrdLinkClient<runtime.Types.Result.GetResult<Prisma.$StoryPrdLinkPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
739
+
740
+ /**
741
+ * Update one StoryPrdLink.
742
+ * @param {StoryPrdLinkUpdateArgs} args - Arguments to update one StoryPrdLink.
743
+ * @example
744
+ * // Update one StoryPrdLink
745
+ * const storyPrdLink = await prisma.storyPrdLink.update({
746
+ * where: {
747
+ * // ... provide filter here
748
+ * },
749
+ * data: {
750
+ * // ... provide data here
751
+ * }
752
+ * })
753
+ *
754
+ */
755
+ update<T extends StoryPrdLinkUpdateArgs>(args: Prisma.SelectSubset<T, StoryPrdLinkUpdateArgs<ExtArgs>>): Prisma.Prisma__StoryPrdLinkClient<runtime.Types.Result.GetResult<Prisma.$StoryPrdLinkPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
756
+
757
+ /**
758
+ * Delete zero or more StoryPrdLinks.
759
+ * @param {StoryPrdLinkDeleteManyArgs} args - Arguments to filter StoryPrdLinks to delete.
760
+ * @example
761
+ * // Delete a few StoryPrdLinks
762
+ * const { count } = await prisma.storyPrdLink.deleteMany({
763
+ * where: {
764
+ * // ... provide filter here
765
+ * }
766
+ * })
767
+ *
768
+ */
769
+ deleteMany<T extends StoryPrdLinkDeleteManyArgs>(args?: Prisma.SelectSubset<T, StoryPrdLinkDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
770
+
771
+ /**
772
+ * Update zero or more StoryPrdLinks.
773
+ * Note, that providing `undefined` is treated as the value not being there.
774
+ * Read more here: https://pris.ly/d/null-undefined
775
+ * @param {StoryPrdLinkUpdateManyArgs} args - Arguments to update one or more rows.
776
+ * @example
777
+ * // Update many StoryPrdLinks
778
+ * const storyPrdLink = await prisma.storyPrdLink.updateMany({
779
+ * where: {
780
+ * // ... provide filter here
781
+ * },
782
+ * data: {
783
+ * // ... provide data here
784
+ * }
785
+ * })
786
+ *
787
+ */
788
+ updateMany<T extends StoryPrdLinkUpdateManyArgs>(args: Prisma.SelectSubset<T, StoryPrdLinkUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
789
+
790
+ /**
791
+ * Update zero or more StoryPrdLinks and returns the data updated in the database.
792
+ * @param {StoryPrdLinkUpdateManyAndReturnArgs} args - Arguments to update many StoryPrdLinks.
793
+ * @example
794
+ * // Update many StoryPrdLinks
795
+ * const storyPrdLink = await prisma.storyPrdLink.updateManyAndReturn({
796
+ * where: {
797
+ * // ... provide filter here
798
+ * },
799
+ * data: [
800
+ * // ... provide data here
801
+ * ]
802
+ * })
803
+ *
804
+ * // Update zero or more StoryPrdLinks and only return the `id`
805
+ * const storyPrdLinkWithIdOnly = await prisma.storyPrdLink.updateManyAndReturn({
806
+ * select: { id: true },
807
+ * where: {
808
+ * // ... provide filter here
809
+ * },
810
+ * data: [
811
+ * // ... provide data here
812
+ * ]
813
+ * })
814
+ * Note, that providing `undefined` is treated as the value not being there.
815
+ * Read more here: https://pris.ly/d/null-undefined
816
+ *
817
+ */
818
+ updateManyAndReturn<T extends StoryPrdLinkUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, StoryPrdLinkUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StoryPrdLinkPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
819
+
820
+ /**
821
+ * Create or update one StoryPrdLink.
822
+ * @param {StoryPrdLinkUpsertArgs} args - Arguments to update or create a StoryPrdLink.
823
+ * @example
824
+ * // Update or create a StoryPrdLink
825
+ * const storyPrdLink = await prisma.storyPrdLink.upsert({
826
+ * create: {
827
+ * // ... data to create a StoryPrdLink
828
+ * },
829
+ * update: {
830
+ * // ... in case it already exists, update
831
+ * },
832
+ * where: {
833
+ * // ... the filter for the StoryPrdLink we want to update
834
+ * }
835
+ * })
836
+ */
837
+ upsert<T extends StoryPrdLinkUpsertArgs>(args: Prisma.SelectSubset<T, StoryPrdLinkUpsertArgs<ExtArgs>>): Prisma.Prisma__StoryPrdLinkClient<runtime.Types.Result.GetResult<Prisma.$StoryPrdLinkPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
838
+
839
+
840
+ /**
841
+ * Count the number of StoryPrdLinks.
842
+ * Note, that providing `undefined` is treated as the value not being there.
843
+ * Read more here: https://pris.ly/d/null-undefined
844
+ * @param {StoryPrdLinkCountArgs} args - Arguments to filter StoryPrdLinks to count.
845
+ * @example
846
+ * // Count the number of StoryPrdLinks
847
+ * const count = await prisma.storyPrdLink.count({
848
+ * where: {
849
+ * // ... the filter for the StoryPrdLinks we want to count
850
+ * }
851
+ * })
852
+ **/
853
+ count<T extends StoryPrdLinkCountArgs>(
854
+ args?: Prisma.Subset<T, StoryPrdLinkCountArgs>,
855
+ ): Prisma.PrismaPromise<
856
+ T extends runtime.Types.Utils.Record<'select', any>
857
+ ? T['select'] extends true
858
+ ? number
859
+ : Prisma.GetScalarType<T['select'], StoryPrdLinkCountAggregateOutputType>
860
+ : number
861
+ >
862
+
863
+ /**
864
+ * Allows you to perform aggregations operations on a StoryPrdLink.
865
+ * Note, that providing `undefined` is treated as the value not being there.
866
+ * Read more here: https://pris.ly/d/null-undefined
867
+ * @param {StoryPrdLinkAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
868
+ * @example
869
+ * // Ordered by age ascending
870
+ * // Where email contains prisma.io
871
+ * // Limited to the 10 users
872
+ * const aggregations = await prisma.user.aggregate({
873
+ * _avg: {
874
+ * age: true,
875
+ * },
876
+ * where: {
877
+ * email: {
878
+ * contains: "prisma.io",
879
+ * },
880
+ * },
881
+ * orderBy: {
882
+ * age: "asc",
883
+ * },
884
+ * take: 10,
885
+ * })
886
+ **/
887
+ aggregate<T extends StoryPrdLinkAggregateArgs>(args: Prisma.Subset<T, StoryPrdLinkAggregateArgs>): Prisma.PrismaPromise<GetStoryPrdLinkAggregateType<T>>
888
+
889
+ /**
890
+ * Group by StoryPrdLink.
891
+ * Note, that providing `undefined` is treated as the value not being there.
892
+ * Read more here: https://pris.ly/d/null-undefined
893
+ * @param {StoryPrdLinkGroupByArgs} args - Group by arguments.
894
+ * @example
895
+ * // Group by city, order by createdAt, get count
896
+ * const result = await prisma.user.groupBy({
897
+ * by: ['city', 'createdAt'],
898
+ * orderBy: {
899
+ * createdAt: true
900
+ * },
901
+ * _count: {
902
+ * _all: true
903
+ * },
904
+ * })
905
+ *
906
+ **/
907
+ groupBy<
908
+ T extends StoryPrdLinkGroupByArgs,
909
+ HasSelectOrTake extends Prisma.Or<
910
+ Prisma.Extends<'skip', Prisma.Keys<T>>,
911
+ Prisma.Extends<'take', Prisma.Keys<T>>
912
+ >,
913
+ OrderByArg extends Prisma.True extends HasSelectOrTake
914
+ ? { orderBy: StoryPrdLinkGroupByArgs['orderBy'] }
915
+ : { orderBy?: StoryPrdLinkGroupByArgs['orderBy'] },
916
+ OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
917
+ ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
918
+ ByValid extends Prisma.Has<ByFields, OrderFields>,
919
+ HavingFields extends Prisma.GetHavingFields<T['having']>,
920
+ HavingValid extends Prisma.Has<ByFields, HavingFields>,
921
+ ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
922
+ InputErrors extends ByEmpty extends Prisma.True
923
+ ? `Error: "by" must not be empty.`
924
+ : HavingValid extends Prisma.False
925
+ ? {
926
+ [P in HavingFields]: P extends ByFields
927
+ ? never
928
+ : P extends string
929
+ ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
930
+ : [
931
+ Error,
932
+ 'Field ',
933
+ P,
934
+ ` in "having" needs to be provided in "by"`,
935
+ ]
936
+ }[HavingFields]
937
+ : 'take' extends Prisma.Keys<T>
938
+ ? 'orderBy' extends Prisma.Keys<T>
939
+ ? ByValid extends Prisma.True
940
+ ? {}
941
+ : {
942
+ [P in OrderFields]: P extends ByFields
943
+ ? never
944
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
945
+ }[OrderFields]
946
+ : 'Error: If you provide "take", you also need to provide "orderBy"'
947
+ : 'skip' extends Prisma.Keys<T>
948
+ ? 'orderBy' extends Prisma.Keys<T>
949
+ ? ByValid extends Prisma.True
950
+ ? {}
951
+ : {
952
+ [P in OrderFields]: P extends ByFields
953
+ ? never
954
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
955
+ }[OrderFields]
956
+ : 'Error: If you provide "skip", you also need to provide "orderBy"'
957
+ : ByValid extends Prisma.True
958
+ ? {}
959
+ : {
960
+ [P in OrderFields]: P extends ByFields
961
+ ? never
962
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
963
+ }[OrderFields]
964
+ >(args: Prisma.SubsetIntersection<T, StoryPrdLinkGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetStoryPrdLinkGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
965
+ /**
966
+ * Fields of the StoryPrdLink model
967
+ */
968
+ readonly fields: StoryPrdLinkFieldRefs;
969
+ }
970
+
971
+ /**
972
+ * The delegate class that acts as a "Promise-like" for StoryPrdLink.
973
+ * Why is this prefixed with `Prisma__`?
974
+ * Because we want to prevent naming conflicts as mentioned in
975
+ * https://github.com/prisma/prisma-client-js/issues/707
976
+ */
977
+ export interface Prisma__StoryPrdLinkClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
978
+ readonly [Symbol.toStringTag]: "PrismaPromise"
979
+ story<T extends Prisma.StoryDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.StoryDefaultArgs<ExtArgs>>): Prisma.Prisma__StoryClient<runtime.Types.Result.GetResult<Prisma.$StoryPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
980
+ prd<T extends Prisma.PRDDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PRDDefaultArgs<ExtArgs>>): Prisma.Prisma__PRDClient<runtime.Types.Result.GetResult<Prisma.$PRDPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
981
+ /**
982
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
983
+ * @param onfulfilled The callback to execute when the Promise is resolved.
984
+ * @param onrejected The callback to execute when the Promise is rejected.
985
+ * @returns A Promise for the completion of which ever callback is executed.
986
+ */
987
+ 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>
988
+ /**
989
+ * Attaches a callback for only the rejection of the Promise.
990
+ * @param onrejected The callback to execute when the Promise is rejected.
991
+ * @returns A Promise for the completion of the callback.
992
+ */
993
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
994
+ /**
995
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
996
+ * resolved value cannot be modified from the callback.
997
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
998
+ * @returns A Promise for the completion of the callback.
999
+ */
1000
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
1001
+ }
1002
+
1003
+
1004
+
1005
+
1006
+ /**
1007
+ * Fields of the StoryPrdLink model
1008
+ */
1009
+ export interface StoryPrdLinkFieldRefs {
1010
+ readonly id: Prisma.FieldRef<"StoryPrdLink", 'String'>
1011
+ readonly storyId: Prisma.FieldRef<"StoryPrdLink", 'String'>
1012
+ readonly prdId: Prisma.FieldRef<"StoryPrdLink", 'String'>
1013
+ readonly createdAt: Prisma.FieldRef<"StoryPrdLink", 'DateTime'>
1014
+ }
1015
+
1016
+
1017
+ // Custom InputTypes
1018
+ /**
1019
+ * StoryPrdLink findUnique
1020
+ */
1021
+ export type StoryPrdLinkFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1022
+ /**
1023
+ * Select specific fields to fetch from the StoryPrdLink
1024
+ */
1025
+ select?: Prisma.StoryPrdLinkSelect<ExtArgs> | null
1026
+ /**
1027
+ * Omit specific fields from the StoryPrdLink
1028
+ */
1029
+ omit?: Prisma.StoryPrdLinkOmit<ExtArgs> | null
1030
+ /**
1031
+ * Choose, which related nodes to fetch as well
1032
+ */
1033
+ include?: Prisma.StoryPrdLinkInclude<ExtArgs> | null
1034
+ /**
1035
+ * Filter, which StoryPrdLink to fetch.
1036
+ */
1037
+ where: Prisma.StoryPrdLinkWhereUniqueInput
1038
+ }
1039
+
1040
+ /**
1041
+ * StoryPrdLink findUniqueOrThrow
1042
+ */
1043
+ export type StoryPrdLinkFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1044
+ /**
1045
+ * Select specific fields to fetch from the StoryPrdLink
1046
+ */
1047
+ select?: Prisma.StoryPrdLinkSelect<ExtArgs> | null
1048
+ /**
1049
+ * Omit specific fields from the StoryPrdLink
1050
+ */
1051
+ omit?: Prisma.StoryPrdLinkOmit<ExtArgs> | null
1052
+ /**
1053
+ * Choose, which related nodes to fetch as well
1054
+ */
1055
+ include?: Prisma.StoryPrdLinkInclude<ExtArgs> | null
1056
+ /**
1057
+ * Filter, which StoryPrdLink to fetch.
1058
+ */
1059
+ where: Prisma.StoryPrdLinkWhereUniqueInput
1060
+ }
1061
+
1062
+ /**
1063
+ * StoryPrdLink findFirst
1064
+ */
1065
+ export type StoryPrdLinkFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1066
+ /**
1067
+ * Select specific fields to fetch from the StoryPrdLink
1068
+ */
1069
+ select?: Prisma.StoryPrdLinkSelect<ExtArgs> | null
1070
+ /**
1071
+ * Omit specific fields from the StoryPrdLink
1072
+ */
1073
+ omit?: Prisma.StoryPrdLinkOmit<ExtArgs> | null
1074
+ /**
1075
+ * Choose, which related nodes to fetch as well
1076
+ */
1077
+ include?: Prisma.StoryPrdLinkInclude<ExtArgs> | null
1078
+ /**
1079
+ * Filter, which StoryPrdLink to fetch.
1080
+ */
1081
+ where?: Prisma.StoryPrdLinkWhereInput
1082
+ /**
1083
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1084
+ *
1085
+ * Determine the order of StoryPrdLinks to fetch.
1086
+ */
1087
+ orderBy?: Prisma.StoryPrdLinkOrderByWithRelationInput | Prisma.StoryPrdLinkOrderByWithRelationInput[]
1088
+ /**
1089
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1090
+ *
1091
+ * Sets the position for searching for StoryPrdLinks.
1092
+ */
1093
+ cursor?: Prisma.StoryPrdLinkWhereUniqueInput
1094
+ /**
1095
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1096
+ *
1097
+ * Take `±n` StoryPrdLinks from the position of the cursor.
1098
+ */
1099
+ take?: number
1100
+ /**
1101
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1102
+ *
1103
+ * Skip the first `n` StoryPrdLinks.
1104
+ */
1105
+ skip?: number
1106
+ /**
1107
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1108
+ *
1109
+ * Filter by unique combinations of StoryPrdLinks.
1110
+ */
1111
+ distinct?: Prisma.StoryPrdLinkScalarFieldEnum | Prisma.StoryPrdLinkScalarFieldEnum[]
1112
+ }
1113
+
1114
+ /**
1115
+ * StoryPrdLink findFirstOrThrow
1116
+ */
1117
+ export type StoryPrdLinkFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1118
+ /**
1119
+ * Select specific fields to fetch from the StoryPrdLink
1120
+ */
1121
+ select?: Prisma.StoryPrdLinkSelect<ExtArgs> | null
1122
+ /**
1123
+ * Omit specific fields from the StoryPrdLink
1124
+ */
1125
+ omit?: Prisma.StoryPrdLinkOmit<ExtArgs> | null
1126
+ /**
1127
+ * Choose, which related nodes to fetch as well
1128
+ */
1129
+ include?: Prisma.StoryPrdLinkInclude<ExtArgs> | null
1130
+ /**
1131
+ * Filter, which StoryPrdLink to fetch.
1132
+ */
1133
+ where?: Prisma.StoryPrdLinkWhereInput
1134
+ /**
1135
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1136
+ *
1137
+ * Determine the order of StoryPrdLinks to fetch.
1138
+ */
1139
+ orderBy?: Prisma.StoryPrdLinkOrderByWithRelationInput | Prisma.StoryPrdLinkOrderByWithRelationInput[]
1140
+ /**
1141
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1142
+ *
1143
+ * Sets the position for searching for StoryPrdLinks.
1144
+ */
1145
+ cursor?: Prisma.StoryPrdLinkWhereUniqueInput
1146
+ /**
1147
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1148
+ *
1149
+ * Take `±n` StoryPrdLinks from the position of the cursor.
1150
+ */
1151
+ take?: number
1152
+ /**
1153
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1154
+ *
1155
+ * Skip the first `n` StoryPrdLinks.
1156
+ */
1157
+ skip?: number
1158
+ /**
1159
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1160
+ *
1161
+ * Filter by unique combinations of StoryPrdLinks.
1162
+ */
1163
+ distinct?: Prisma.StoryPrdLinkScalarFieldEnum | Prisma.StoryPrdLinkScalarFieldEnum[]
1164
+ }
1165
+
1166
+ /**
1167
+ * StoryPrdLink findMany
1168
+ */
1169
+ export type StoryPrdLinkFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1170
+ /**
1171
+ * Select specific fields to fetch from the StoryPrdLink
1172
+ */
1173
+ select?: Prisma.StoryPrdLinkSelect<ExtArgs> | null
1174
+ /**
1175
+ * Omit specific fields from the StoryPrdLink
1176
+ */
1177
+ omit?: Prisma.StoryPrdLinkOmit<ExtArgs> | null
1178
+ /**
1179
+ * Choose, which related nodes to fetch as well
1180
+ */
1181
+ include?: Prisma.StoryPrdLinkInclude<ExtArgs> | null
1182
+ /**
1183
+ * Filter, which StoryPrdLinks to fetch.
1184
+ */
1185
+ where?: Prisma.StoryPrdLinkWhereInput
1186
+ /**
1187
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1188
+ *
1189
+ * Determine the order of StoryPrdLinks to fetch.
1190
+ */
1191
+ orderBy?: Prisma.StoryPrdLinkOrderByWithRelationInput | Prisma.StoryPrdLinkOrderByWithRelationInput[]
1192
+ /**
1193
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1194
+ *
1195
+ * Sets the position for listing StoryPrdLinks.
1196
+ */
1197
+ cursor?: Prisma.StoryPrdLinkWhereUniqueInput
1198
+ /**
1199
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1200
+ *
1201
+ * Take `±n` StoryPrdLinks from the position of the cursor.
1202
+ */
1203
+ take?: number
1204
+ /**
1205
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1206
+ *
1207
+ * Skip the first `n` StoryPrdLinks.
1208
+ */
1209
+ skip?: number
1210
+ /**
1211
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1212
+ *
1213
+ * Filter by unique combinations of StoryPrdLinks.
1214
+ */
1215
+ distinct?: Prisma.StoryPrdLinkScalarFieldEnum | Prisma.StoryPrdLinkScalarFieldEnum[]
1216
+ }
1217
+
1218
+ /**
1219
+ * StoryPrdLink create
1220
+ */
1221
+ export type StoryPrdLinkCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1222
+ /**
1223
+ * Select specific fields to fetch from the StoryPrdLink
1224
+ */
1225
+ select?: Prisma.StoryPrdLinkSelect<ExtArgs> | null
1226
+ /**
1227
+ * Omit specific fields from the StoryPrdLink
1228
+ */
1229
+ omit?: Prisma.StoryPrdLinkOmit<ExtArgs> | null
1230
+ /**
1231
+ * Choose, which related nodes to fetch as well
1232
+ */
1233
+ include?: Prisma.StoryPrdLinkInclude<ExtArgs> | null
1234
+ /**
1235
+ * The data needed to create a StoryPrdLink.
1236
+ */
1237
+ data: Prisma.XOR<Prisma.StoryPrdLinkCreateInput, Prisma.StoryPrdLinkUncheckedCreateInput>
1238
+ }
1239
+
1240
+ /**
1241
+ * StoryPrdLink createMany
1242
+ */
1243
+ export type StoryPrdLinkCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1244
+ /**
1245
+ * The data used to create many StoryPrdLinks.
1246
+ */
1247
+ data: Prisma.StoryPrdLinkCreateManyInput | Prisma.StoryPrdLinkCreateManyInput[]
1248
+ skipDuplicates?: boolean
1249
+ }
1250
+
1251
+ /**
1252
+ * StoryPrdLink createManyAndReturn
1253
+ */
1254
+ export type StoryPrdLinkCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1255
+ /**
1256
+ * Select specific fields to fetch from the StoryPrdLink
1257
+ */
1258
+ select?: Prisma.StoryPrdLinkSelectCreateManyAndReturn<ExtArgs> | null
1259
+ /**
1260
+ * Omit specific fields from the StoryPrdLink
1261
+ */
1262
+ omit?: Prisma.StoryPrdLinkOmit<ExtArgs> | null
1263
+ /**
1264
+ * The data used to create many StoryPrdLinks.
1265
+ */
1266
+ data: Prisma.StoryPrdLinkCreateManyInput | Prisma.StoryPrdLinkCreateManyInput[]
1267
+ skipDuplicates?: boolean
1268
+ /**
1269
+ * Choose, which related nodes to fetch as well
1270
+ */
1271
+ include?: Prisma.StoryPrdLinkIncludeCreateManyAndReturn<ExtArgs> | null
1272
+ }
1273
+
1274
+ /**
1275
+ * StoryPrdLink update
1276
+ */
1277
+ export type StoryPrdLinkUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1278
+ /**
1279
+ * Select specific fields to fetch from the StoryPrdLink
1280
+ */
1281
+ select?: Prisma.StoryPrdLinkSelect<ExtArgs> | null
1282
+ /**
1283
+ * Omit specific fields from the StoryPrdLink
1284
+ */
1285
+ omit?: Prisma.StoryPrdLinkOmit<ExtArgs> | null
1286
+ /**
1287
+ * Choose, which related nodes to fetch as well
1288
+ */
1289
+ include?: Prisma.StoryPrdLinkInclude<ExtArgs> | null
1290
+ /**
1291
+ * The data needed to update a StoryPrdLink.
1292
+ */
1293
+ data: Prisma.XOR<Prisma.StoryPrdLinkUpdateInput, Prisma.StoryPrdLinkUncheckedUpdateInput>
1294
+ /**
1295
+ * Choose, which StoryPrdLink to update.
1296
+ */
1297
+ where: Prisma.StoryPrdLinkWhereUniqueInput
1298
+ }
1299
+
1300
+ /**
1301
+ * StoryPrdLink updateMany
1302
+ */
1303
+ export type StoryPrdLinkUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1304
+ /**
1305
+ * The data used to update StoryPrdLinks.
1306
+ */
1307
+ data: Prisma.XOR<Prisma.StoryPrdLinkUpdateManyMutationInput, Prisma.StoryPrdLinkUncheckedUpdateManyInput>
1308
+ /**
1309
+ * Filter which StoryPrdLinks to update
1310
+ */
1311
+ where?: Prisma.StoryPrdLinkWhereInput
1312
+ /**
1313
+ * Limit how many StoryPrdLinks to update.
1314
+ */
1315
+ limit?: number
1316
+ }
1317
+
1318
+ /**
1319
+ * StoryPrdLink updateManyAndReturn
1320
+ */
1321
+ export type StoryPrdLinkUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1322
+ /**
1323
+ * Select specific fields to fetch from the StoryPrdLink
1324
+ */
1325
+ select?: Prisma.StoryPrdLinkSelectUpdateManyAndReturn<ExtArgs> | null
1326
+ /**
1327
+ * Omit specific fields from the StoryPrdLink
1328
+ */
1329
+ omit?: Prisma.StoryPrdLinkOmit<ExtArgs> | null
1330
+ /**
1331
+ * The data used to update StoryPrdLinks.
1332
+ */
1333
+ data: Prisma.XOR<Prisma.StoryPrdLinkUpdateManyMutationInput, Prisma.StoryPrdLinkUncheckedUpdateManyInput>
1334
+ /**
1335
+ * Filter which StoryPrdLinks to update
1336
+ */
1337
+ where?: Prisma.StoryPrdLinkWhereInput
1338
+ /**
1339
+ * Limit how many StoryPrdLinks to update.
1340
+ */
1341
+ limit?: number
1342
+ /**
1343
+ * Choose, which related nodes to fetch as well
1344
+ */
1345
+ include?: Prisma.StoryPrdLinkIncludeUpdateManyAndReturn<ExtArgs> | null
1346
+ }
1347
+
1348
+ /**
1349
+ * StoryPrdLink upsert
1350
+ */
1351
+ export type StoryPrdLinkUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1352
+ /**
1353
+ * Select specific fields to fetch from the StoryPrdLink
1354
+ */
1355
+ select?: Prisma.StoryPrdLinkSelect<ExtArgs> | null
1356
+ /**
1357
+ * Omit specific fields from the StoryPrdLink
1358
+ */
1359
+ omit?: Prisma.StoryPrdLinkOmit<ExtArgs> | null
1360
+ /**
1361
+ * Choose, which related nodes to fetch as well
1362
+ */
1363
+ include?: Prisma.StoryPrdLinkInclude<ExtArgs> | null
1364
+ /**
1365
+ * The filter to search for the StoryPrdLink to update in case it exists.
1366
+ */
1367
+ where: Prisma.StoryPrdLinkWhereUniqueInput
1368
+ /**
1369
+ * In case the StoryPrdLink found by the `where` argument doesn't exist, create a new StoryPrdLink with this data.
1370
+ */
1371
+ create: Prisma.XOR<Prisma.StoryPrdLinkCreateInput, Prisma.StoryPrdLinkUncheckedCreateInput>
1372
+ /**
1373
+ * In case the StoryPrdLink was found with the provided `where` argument, update it with this data.
1374
+ */
1375
+ update: Prisma.XOR<Prisma.StoryPrdLinkUpdateInput, Prisma.StoryPrdLinkUncheckedUpdateInput>
1376
+ }
1377
+
1378
+ /**
1379
+ * StoryPrdLink delete
1380
+ */
1381
+ export type StoryPrdLinkDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1382
+ /**
1383
+ * Select specific fields to fetch from the StoryPrdLink
1384
+ */
1385
+ select?: Prisma.StoryPrdLinkSelect<ExtArgs> | null
1386
+ /**
1387
+ * Omit specific fields from the StoryPrdLink
1388
+ */
1389
+ omit?: Prisma.StoryPrdLinkOmit<ExtArgs> | null
1390
+ /**
1391
+ * Choose, which related nodes to fetch as well
1392
+ */
1393
+ include?: Prisma.StoryPrdLinkInclude<ExtArgs> | null
1394
+ /**
1395
+ * Filter which StoryPrdLink to delete.
1396
+ */
1397
+ where: Prisma.StoryPrdLinkWhereUniqueInput
1398
+ }
1399
+
1400
+ /**
1401
+ * StoryPrdLink deleteMany
1402
+ */
1403
+ export type StoryPrdLinkDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1404
+ /**
1405
+ * Filter which StoryPrdLinks to delete
1406
+ */
1407
+ where?: Prisma.StoryPrdLinkWhereInput
1408
+ /**
1409
+ * Limit how many StoryPrdLinks to delete.
1410
+ */
1411
+ limit?: number
1412
+ }
1413
+
1414
+ /**
1415
+ * StoryPrdLink without action
1416
+ */
1417
+ export type StoryPrdLinkDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1418
+ /**
1419
+ * Select specific fields to fetch from the StoryPrdLink
1420
+ */
1421
+ select?: Prisma.StoryPrdLinkSelect<ExtArgs> | null
1422
+ /**
1423
+ * Omit specific fields from the StoryPrdLink
1424
+ */
1425
+ omit?: Prisma.StoryPrdLinkOmit<ExtArgs> | null
1426
+ /**
1427
+ * Choose, which related nodes to fetch as well
1428
+ */
1429
+ include?: Prisma.StoryPrdLinkInclude<ExtArgs> | null
1430
+ }