@trycompai/db 1.3.22 → 2.0.0

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 (269) hide show
  1. package/dist/client.d.ts +2 -2
  2. package/dist/client.d.ts.map +1 -1
  3. package/dist/client.js +4 -5
  4. package/dist/client.ts +5 -2
  5. package/dist/generated/prisma/client.d.ts +427 -0
  6. package/dist/generated/prisma/client.d.ts.map +1 -0
  7. package/dist/generated/prisma/client.js +73 -0
  8. package/dist/generated/prisma/commonInputTypes.d.ts +2082 -0
  9. package/dist/generated/prisma/commonInputTypes.d.ts.map +1 -0
  10. package/dist/generated/prisma/commonInputTypes.js +11 -0
  11. package/dist/generated/prisma/enums.d.ts +367 -0
  12. package/dist/generated/prisma/enums.d.ts.map +1 -0
  13. package/dist/generated/prisma/enums.js +329 -0
  14. package/dist/generated/prisma/internal/class.d.ts +1000 -0
  15. package/dist/generated/prisma/internal/class.d.ts.map +1 -0
  16. package/dist/generated/prisma/internal/class.js +87 -0
  17. package/dist/generated/prisma/internal/prismaNamespace.d.ts +8063 -0
  18. package/dist/generated/prisma/internal/prismaNamespace.d.ts.map +1 -0
  19. package/dist/generated/prisma/internal/prismaNamespace.js +1256 -0
  20. package/dist/generated/prisma/models/Account.d.ts +1456 -0
  21. package/dist/generated/prisma/models/Account.d.ts.map +1 -0
  22. package/dist/generated/prisma/models/Account.js +2 -0
  23. package/dist/generated/prisma/models/ApiKey.d.ts +1387 -0
  24. package/dist/generated/prisma/models/ApiKey.d.ts.map +1 -0
  25. package/dist/generated/prisma/models/ApiKey.js +2 -0
  26. package/dist/generated/prisma/models/Attachment.d.ts +1520 -0
  27. package/dist/generated/prisma/models/Attachment.d.ts.map +1 -0
  28. package/dist/generated/prisma/models/Attachment.js +2 -0
  29. package/dist/generated/prisma/models/AuditLog.d.ts +1590 -0
  30. package/dist/generated/prisma/models/AuditLog.d.ts.map +1 -0
  31. package/dist/generated/prisma/models/AuditLog.js +2 -0
  32. package/dist/generated/prisma/models/BrowserAutomation.d.ts +1507 -0
  33. package/dist/generated/prisma/models/BrowserAutomation.d.ts.map +1 -0
  34. package/dist/generated/prisma/models/BrowserAutomation.js +2 -0
  35. package/dist/generated/prisma/models/BrowserAutomationRun.d.ts +1455 -0
  36. package/dist/generated/prisma/models/BrowserAutomationRun.d.ts.map +1 -0
  37. package/dist/generated/prisma/models/BrowserAutomationRun.js +2 -0
  38. package/dist/generated/prisma/models/BrowserbaseContext.d.ts +1139 -0
  39. package/dist/generated/prisma/models/BrowserbaseContext.d.ts.map +1 -0
  40. package/dist/generated/prisma/models/BrowserbaseContext.js +2 -0
  41. package/dist/generated/prisma/models/Comment.d.ts +1502 -0
  42. package/dist/generated/prisma/models/Comment.d.ts.map +1 -0
  43. package/dist/generated/prisma/models/Comment.js +2 -0
  44. package/dist/generated/prisma/models/Context.d.ts +1254 -0
  45. package/dist/generated/prisma/models/Context.d.ts.map +1 -0
  46. package/dist/generated/prisma/models/Context.js +2 -0
  47. package/dist/generated/prisma/models/Control.d.ts +1965 -0
  48. package/dist/generated/prisma/models/Control.d.ts.map +1 -0
  49. package/dist/generated/prisma/models/Control.js +2 -0
  50. package/dist/generated/prisma/models/ControlDocumentType.d.ts +1115 -0
  51. package/dist/generated/prisma/models/ControlDocumentType.d.ts.map +1 -0
  52. package/dist/generated/prisma/models/ControlDocumentType.js +2 -0
  53. package/dist/generated/prisma/models/Device.d.ts +1858 -0
  54. package/dist/generated/prisma/models/Device.d.ts.map +1 -0
  55. package/dist/generated/prisma/models/Device.js +2 -0
  56. package/dist/generated/prisma/models/DynamicCheck.d.ts +1517 -0
  57. package/dist/generated/prisma/models/DynamicCheck.d.ts.map +1 -0
  58. package/dist/generated/prisma/models/DynamicCheck.js +2 -0
  59. package/dist/generated/prisma/models/DynamicIntegration.d.ts +1528 -0
  60. package/dist/generated/prisma/models/DynamicIntegration.d.ts.map +1 -0
  61. package/dist/generated/prisma/models/DynamicIntegration.js +2 -0
  62. package/dist/generated/prisma/models/EmployeeTrainingVideoCompletion.d.ts +1146 -0
  63. package/dist/generated/prisma/models/EmployeeTrainingVideoCompletion.d.ts.map +1 -0
  64. package/dist/generated/prisma/models/EmployeeTrainingVideoCompletion.js +2 -0
  65. package/dist/generated/prisma/models/EvidenceAutomation.d.ts +1533 -0
  66. package/dist/generated/prisma/models/EvidenceAutomation.d.ts.map +1 -0
  67. package/dist/generated/prisma/models/EvidenceAutomation.js +2 -0
  68. package/dist/generated/prisma/models/EvidenceAutomationRun.d.ts +1833 -0
  69. package/dist/generated/prisma/models/EvidenceAutomationRun.d.ts.map +1 -0
  70. package/dist/generated/prisma/models/EvidenceAutomationRun.js +2 -0
  71. package/dist/generated/prisma/models/EvidenceAutomationVersion.d.ts +1331 -0
  72. package/dist/generated/prisma/models/EvidenceAutomationVersion.d.ts.map +1 -0
  73. package/dist/generated/prisma/models/EvidenceAutomationVersion.js +2 -0
  74. package/dist/generated/prisma/models/EvidenceSubmission.d.ts +1905 -0
  75. package/dist/generated/prisma/models/EvidenceSubmission.d.ts.map +1 -0
  76. package/dist/generated/prisma/models/EvidenceSubmission.js +2 -0
  77. package/dist/generated/prisma/models/Finding.d.ts +2386 -0
  78. package/dist/generated/prisma/models/Finding.d.ts.map +1 -0
  79. package/dist/generated/prisma/models/Finding.js +2 -0
  80. package/dist/generated/prisma/models/FindingTemplate.d.ts +1264 -0
  81. package/dist/generated/prisma/models/FindingTemplate.d.ts.map +1 -0
  82. package/dist/generated/prisma/models/FindingTemplate.js +2 -0
  83. package/dist/generated/prisma/models/FleetPolicyResult.d.ts +1484 -0
  84. package/dist/generated/prisma/models/FleetPolicyResult.d.ts.map +1 -0
  85. package/dist/generated/prisma/models/FleetPolicyResult.js +2 -0
  86. package/dist/generated/prisma/models/FrameworkEditorControlTemplate.d.ts +1669 -0
  87. package/dist/generated/prisma/models/FrameworkEditorControlTemplate.d.ts.map +1 -0
  88. package/dist/generated/prisma/models/FrameworkEditorControlTemplate.js +2 -0
  89. package/dist/generated/prisma/models/FrameworkEditorFramework.d.ts +1581 -0
  90. package/dist/generated/prisma/models/FrameworkEditorFramework.d.ts.map +1 -0
  91. package/dist/generated/prisma/models/FrameworkEditorFramework.js +2 -0
  92. package/dist/generated/prisma/models/FrameworkEditorPolicyTemplate.d.ts +1428 -0
  93. package/dist/generated/prisma/models/FrameworkEditorPolicyTemplate.d.ts.map +1 -0
  94. package/dist/generated/prisma/models/FrameworkEditorPolicyTemplate.js +2 -0
  95. package/dist/generated/prisma/models/FrameworkEditorRequirement.d.ts +1525 -0
  96. package/dist/generated/prisma/models/FrameworkEditorRequirement.d.ts.map +1 -0
  97. package/dist/generated/prisma/models/FrameworkEditorRequirement.js +2 -0
  98. package/dist/generated/prisma/models/FrameworkEditorTaskTemplate.d.ts +1434 -0
  99. package/dist/generated/prisma/models/FrameworkEditorTaskTemplate.d.ts.map +1 -0
  100. package/dist/generated/prisma/models/FrameworkEditorTaskTemplate.js +2 -0
  101. package/dist/generated/prisma/models/FrameworkEditorVideo.d.ts +1054 -0
  102. package/dist/generated/prisma/models/FrameworkEditorVideo.d.ts.map +1 -0
  103. package/dist/generated/prisma/models/FrameworkEditorVideo.js +2 -0
  104. package/dist/generated/prisma/models/FrameworkInstance.d.ts +1321 -0
  105. package/dist/generated/prisma/models/FrameworkInstance.d.ts.map +1 -0
  106. package/dist/generated/prisma/models/FrameworkInstance.js +2 -0
  107. package/dist/generated/prisma/models/GlobalVendors.d.ts +1358 -0
  108. package/dist/generated/prisma/models/GlobalVendors.d.ts.map +1 -0
  109. package/dist/generated/prisma/models/GlobalVendors.js +2 -0
  110. package/dist/generated/prisma/models/Integration.d.ts +1363 -0
  111. package/dist/generated/prisma/models/Integration.d.ts.map +1 -0
  112. package/dist/generated/prisma/models/Integration.js +2 -0
  113. package/dist/generated/prisma/models/IntegrationCheckResult.d.ts +1408 -0
  114. package/dist/generated/prisma/models/IntegrationCheckResult.d.ts.map +1 -0
  115. package/dist/generated/prisma/models/IntegrationCheckResult.js +2 -0
  116. package/dist/generated/prisma/models/IntegrationCheckRun.d.ts +1958 -0
  117. package/dist/generated/prisma/models/IntegrationCheckRun.d.ts.map +1 -0
  118. package/dist/generated/prisma/models/IntegrationCheckRun.js +2 -0
  119. package/dist/generated/prisma/models/IntegrationConnection.d.ts +2472 -0
  120. package/dist/generated/prisma/models/IntegrationConnection.d.ts.map +1 -0
  121. package/dist/generated/prisma/models/IntegrationConnection.js +2 -0
  122. package/dist/generated/prisma/models/IntegrationCredentialVersion.d.ts +1298 -0
  123. package/dist/generated/prisma/models/IntegrationCredentialVersion.d.ts.map +1 -0
  124. package/dist/generated/prisma/models/IntegrationCredentialVersion.js +2 -0
  125. package/dist/generated/prisma/models/IntegrationOAuthApp.d.ts +1362 -0
  126. package/dist/generated/prisma/models/IntegrationOAuthApp.d.ts.map +1 -0
  127. package/dist/generated/prisma/models/IntegrationOAuthApp.js +2 -0
  128. package/dist/generated/prisma/models/IntegrationOAuthState.d.ts +1131 -0
  129. package/dist/generated/prisma/models/IntegrationOAuthState.d.ts.map +1 -0
  130. package/dist/generated/prisma/models/IntegrationOAuthState.js +2 -0
  131. package/dist/generated/prisma/models/IntegrationPlatformCredential.d.ts +1237 -0
  132. package/dist/generated/prisma/models/IntegrationPlatformCredential.d.ts.map +1 -0
  133. package/dist/generated/prisma/models/IntegrationPlatformCredential.js +2 -0
  134. package/dist/generated/prisma/models/IntegrationPlatformFinding.d.ts +1652 -0
  135. package/dist/generated/prisma/models/IntegrationPlatformFinding.d.ts.map +1 -0
  136. package/dist/generated/prisma/models/IntegrationPlatformFinding.js +2 -0
  137. package/dist/generated/prisma/models/IntegrationProvider.d.ts +1300 -0
  138. package/dist/generated/prisma/models/IntegrationProvider.d.ts.map +1 -0
  139. package/dist/generated/prisma/models/IntegrationProvider.js +2 -0
  140. package/dist/generated/prisma/models/IntegrationResult.d.ts +1539 -0
  141. package/dist/generated/prisma/models/IntegrationResult.d.ts.map +1 -0
  142. package/dist/generated/prisma/models/IntegrationResult.js +2 -0
  143. package/dist/generated/prisma/models/IntegrationRun.d.ts +1596 -0
  144. package/dist/generated/prisma/models/IntegrationRun.d.ts.map +1 -0
  145. package/dist/generated/prisma/models/IntegrationRun.js +2 -0
  146. package/dist/generated/prisma/models/IntegrationSyncLog.d.ts +1716 -0
  147. package/dist/generated/prisma/models/IntegrationSyncLog.d.ts.map +1 -0
  148. package/dist/generated/prisma/models/IntegrationSyncLog.js +2 -0
  149. package/dist/generated/prisma/models/Invitation.d.ts +1404 -0
  150. package/dist/generated/prisma/models/Invitation.d.ts.map +1 -0
  151. package/dist/generated/prisma/models/Invitation.js +2 -0
  152. package/dist/generated/prisma/models/Jwks.d.ts +998 -0
  153. package/dist/generated/prisma/models/Jwks.d.ts.map +1 -0
  154. package/dist/generated/prisma/models/Jwks.js +2 -0
  155. package/dist/generated/prisma/models/KnowledgeBaseDocument.d.ts +1463 -0
  156. package/dist/generated/prisma/models/KnowledgeBaseDocument.d.ts.map +1 -0
  157. package/dist/generated/prisma/models/KnowledgeBaseDocument.js +2 -0
  158. package/dist/generated/prisma/models/Member.d.ts +5530 -0
  159. package/dist/generated/prisma/models/Member.d.ts.map +1 -0
  160. package/dist/generated/prisma/models/Member.js +2 -0
  161. package/dist/generated/prisma/models/Onboarding.d.ts +1376 -0
  162. package/dist/generated/prisma/models/Onboarding.d.ts.map +1 -0
  163. package/dist/generated/prisma/models/Onboarding.js +2 -0
  164. package/dist/generated/prisma/models/Organization.d.ts +14367 -0
  165. package/dist/generated/prisma/models/Organization.d.ts.map +1 -0
  166. package/dist/generated/prisma/models/Organization.js +2 -0
  167. package/dist/generated/prisma/models/OrganizationBilling.d.ts +1222 -0
  168. package/dist/generated/prisma/models/OrganizationBilling.d.ts.map +1 -0
  169. package/dist/generated/prisma/models/OrganizationBilling.js +2 -0
  170. package/dist/generated/prisma/models/OrganizationChart.d.ts +1248 -0
  171. package/dist/generated/prisma/models/OrganizationChart.d.ts.map +1 -0
  172. package/dist/generated/prisma/models/OrganizationChart.js +2 -0
  173. package/dist/generated/prisma/models/OrganizationRole.d.ts +1251 -0
  174. package/dist/generated/prisma/models/OrganizationRole.d.ts.map +1 -0
  175. package/dist/generated/prisma/models/OrganizationRole.js +2 -0
  176. package/dist/generated/prisma/models/PentestSubscription.d.ts +1497 -0
  177. package/dist/generated/prisma/models/PentestSubscription.d.ts.map +1 -0
  178. package/dist/generated/prisma/models/PentestSubscription.js +2 -0
  179. package/dist/generated/prisma/models/Policy.d.ts +3356 -0
  180. package/dist/generated/prisma/models/Policy.d.ts.map +1 -0
  181. package/dist/generated/prisma/models/Policy.js +2 -0
  182. package/dist/generated/prisma/models/PolicyVersion.d.ts +1619 -0
  183. package/dist/generated/prisma/models/PolicyVersion.d.ts.map +1 -0
  184. package/dist/generated/prisma/models/PolicyVersion.js +2 -0
  185. package/dist/generated/prisma/models/Questionnaire.d.ts +1808 -0
  186. package/dist/generated/prisma/models/Questionnaire.d.ts.map +1 -0
  187. package/dist/generated/prisma/models/Questionnaire.js +2 -0
  188. package/dist/generated/prisma/models/QuestionnaireQuestionAnswer.d.ts +1422 -0
  189. package/dist/generated/prisma/models/QuestionnaireQuestionAnswer.d.ts.map +1 -0
  190. package/dist/generated/prisma/models/QuestionnaireQuestionAnswer.js +2 -0
  191. package/dist/generated/prisma/models/RequirementMap.d.ts +1345 -0
  192. package/dist/generated/prisma/models/RequirementMap.d.ts.map +1 -0
  193. package/dist/generated/prisma/models/RequirementMap.js +2 -0
  194. package/dist/generated/prisma/models/Risk.d.ts +1975 -0
  195. package/dist/generated/prisma/models/Risk.d.ts.map +1 -0
  196. package/dist/generated/prisma/models/Risk.js +2 -0
  197. package/dist/generated/prisma/models/RoleNotificationSetting.d.ts +1391 -0
  198. package/dist/generated/prisma/models/RoleNotificationSetting.d.ts.map +1 -0
  199. package/dist/generated/prisma/models/RoleNotificationSetting.js +2 -0
  200. package/dist/generated/prisma/models/SOAAnswer.d.ts +1498 -0
  201. package/dist/generated/prisma/models/SOAAnswer.d.ts.map +1 -0
  202. package/dist/generated/prisma/models/SOAAnswer.js +2 -0
  203. package/dist/generated/prisma/models/SOADocument.d.ts +2272 -0
  204. package/dist/generated/prisma/models/SOADocument.d.ts.map +1 -0
  205. package/dist/generated/prisma/models/SOADocument.js +2 -0
  206. package/dist/generated/prisma/models/SOAFrameworkConfiguration.d.ts +1445 -0
  207. package/dist/generated/prisma/models/SOAFrameworkConfiguration.d.ts.map +1 -0
  208. package/dist/generated/prisma/models/SOAFrameworkConfiguration.js +2 -0
  209. package/dist/generated/prisma/models/Secret.d.ts +1321 -0
  210. package/dist/generated/prisma/models/Secret.d.ts.map +1 -0
  211. package/dist/generated/prisma/models/Secret.js +2 -0
  212. package/dist/generated/prisma/models/SecurityPenetrationTestRun.d.ts +1176 -0
  213. package/dist/generated/prisma/models/SecurityPenetrationTestRun.d.ts.map +1 -0
  214. package/dist/generated/prisma/models/SecurityPenetrationTestRun.js +2 -0
  215. package/dist/generated/prisma/models/SecurityQuestionnaireManualAnswer.d.ts +1510 -0
  216. package/dist/generated/prisma/models/SecurityQuestionnaireManualAnswer.d.ts.map +1 -0
  217. package/dist/generated/prisma/models/SecurityQuestionnaireManualAnswer.js +2 -0
  218. package/dist/generated/prisma/models/Session.d.ts +1351 -0
  219. package/dist/generated/prisma/models/Session.d.ts.map +1 -0
  220. package/dist/generated/prisma/models/Session.js +2 -0
  221. package/dist/generated/prisma/models/Task.d.ts +3980 -0
  222. package/dist/generated/prisma/models/Task.d.ts.map +1 -0
  223. package/dist/generated/prisma/models/Task.js +2 -0
  224. package/dist/generated/prisma/models/TaskItem.d.ts +1961 -0
  225. package/dist/generated/prisma/models/TaskItem.d.ts.map +1 -0
  226. package/dist/generated/prisma/models/TaskItem.js +2 -0
  227. package/dist/generated/prisma/models/Trust.d.ts +2242 -0
  228. package/dist/generated/prisma/models/Trust.d.ts.map +1 -0
  229. package/dist/generated/prisma/models/Trust.js +2 -0
  230. package/dist/generated/prisma/models/TrustAccessGrant.d.ts +1888 -0
  231. package/dist/generated/prisma/models/TrustAccessGrant.d.ts.map +1 -0
  232. package/dist/generated/prisma/models/TrustAccessGrant.js +2 -0
  233. package/dist/generated/prisma/models/TrustAccessRequest.d.ts +2103 -0
  234. package/dist/generated/prisma/models/TrustAccessRequest.d.ts.map +1 -0
  235. package/dist/generated/prisma/models/TrustAccessRequest.js +2 -0
  236. package/dist/generated/prisma/models/TrustCustomLink.d.ts +1354 -0
  237. package/dist/generated/prisma/models/TrustCustomLink.d.ts.map +1 -0
  238. package/dist/generated/prisma/models/TrustCustomLink.js +2 -0
  239. package/dist/generated/prisma/models/TrustDocument.d.ts +1281 -0
  240. package/dist/generated/prisma/models/TrustDocument.d.ts.map +1 -0
  241. package/dist/generated/prisma/models/TrustDocument.js +2 -0
  242. package/dist/generated/prisma/models/TrustNDAAgreement.d.ts +1877 -0
  243. package/dist/generated/prisma/models/TrustNDAAgreement.d.ts.map +1 -0
  244. package/dist/generated/prisma/models/TrustNDAAgreement.js +2 -0
  245. package/dist/generated/prisma/models/TrustResource.d.ts +1328 -0
  246. package/dist/generated/prisma/models/TrustResource.d.ts.map +1 -0
  247. package/dist/generated/prisma/models/TrustResource.js +2 -0
  248. package/dist/generated/prisma/models/User.d.ts +3070 -0
  249. package/dist/generated/prisma/models/User.d.ts.map +1 -0
  250. package/dist/generated/prisma/models/User.js +2 -0
  251. package/dist/generated/prisma/models/Vendor.d.ts +2307 -0
  252. package/dist/generated/prisma/models/Vendor.d.ts.map +1 -0
  253. package/dist/generated/prisma/models/Vendor.js +2 -0
  254. package/dist/generated/prisma/models/VendorContact.d.ts +1246 -0
  255. package/dist/generated/prisma/models/VendorContact.d.ts.map +1 -0
  256. package/dist/generated/prisma/models/VendorContact.js +2 -0
  257. package/dist/generated/prisma/models/Verification.d.ts +1026 -0
  258. package/dist/generated/prisma/models/Verification.d.ts.map +1 -0
  259. package/dist/generated/prisma/models/Verification.js +2 -0
  260. package/dist/generated/prisma/models.d.ts +82 -0
  261. package/dist/generated/prisma/models.d.ts.map +1 -0
  262. package/dist/generated/prisma/models.js +2 -0
  263. package/dist/index.d.ts +0 -1
  264. package/dist/index.d.ts.map +1 -1
  265. package/dist/index.js +0 -3
  266. package/dist/index.ts +1 -2
  267. package/dist/postinstall.js +1 -1
  268. package/dist/schema.prisma +455 -39
  269. package/package.json +56 -55
@@ -0,0 +1,1445 @@
1
+ import type * as runtime from "@prisma/client/runtime/client";
2
+ import type * as Prisma from "../internal/prismaNamespace.js";
3
+ /**
4
+ * Model SOAFrameworkConfiguration
5
+ *
6
+ */
7
+ export type SOAFrameworkConfigurationModel = runtime.Types.Result.DefaultSelection<Prisma.$SOAFrameworkConfigurationPayload>;
8
+ export type AggregateSOAFrameworkConfiguration = {
9
+ _count: SOAFrameworkConfigurationCountAggregateOutputType | null;
10
+ _avg: SOAFrameworkConfigurationAvgAggregateOutputType | null;
11
+ _sum: SOAFrameworkConfigurationSumAggregateOutputType | null;
12
+ _min: SOAFrameworkConfigurationMinAggregateOutputType | null;
13
+ _max: SOAFrameworkConfigurationMaxAggregateOutputType | null;
14
+ };
15
+ export type SOAFrameworkConfigurationAvgAggregateOutputType = {
16
+ version: number | null;
17
+ };
18
+ export type SOAFrameworkConfigurationSumAggregateOutputType = {
19
+ version: number | null;
20
+ };
21
+ export type SOAFrameworkConfigurationMinAggregateOutputType = {
22
+ id: string | null;
23
+ frameworkId: string | null;
24
+ version: number | null;
25
+ isLatest: boolean | null;
26
+ createdAt: Date | null;
27
+ updatedAt: Date | null;
28
+ };
29
+ export type SOAFrameworkConfigurationMaxAggregateOutputType = {
30
+ id: string | null;
31
+ frameworkId: string | null;
32
+ version: number | null;
33
+ isLatest: boolean | null;
34
+ createdAt: Date | null;
35
+ updatedAt: Date | null;
36
+ };
37
+ export type SOAFrameworkConfigurationCountAggregateOutputType = {
38
+ id: number;
39
+ frameworkId: number;
40
+ version: number;
41
+ isLatest: number;
42
+ columns: number;
43
+ questions: number;
44
+ createdAt: number;
45
+ updatedAt: number;
46
+ _all: number;
47
+ };
48
+ export type SOAFrameworkConfigurationAvgAggregateInputType = {
49
+ version?: true;
50
+ };
51
+ export type SOAFrameworkConfigurationSumAggregateInputType = {
52
+ version?: true;
53
+ };
54
+ export type SOAFrameworkConfigurationMinAggregateInputType = {
55
+ id?: true;
56
+ frameworkId?: true;
57
+ version?: true;
58
+ isLatest?: true;
59
+ createdAt?: true;
60
+ updatedAt?: true;
61
+ };
62
+ export type SOAFrameworkConfigurationMaxAggregateInputType = {
63
+ id?: true;
64
+ frameworkId?: true;
65
+ version?: true;
66
+ isLatest?: true;
67
+ createdAt?: true;
68
+ updatedAt?: true;
69
+ };
70
+ export type SOAFrameworkConfigurationCountAggregateInputType = {
71
+ id?: true;
72
+ frameworkId?: true;
73
+ version?: true;
74
+ isLatest?: true;
75
+ columns?: true;
76
+ questions?: true;
77
+ createdAt?: true;
78
+ updatedAt?: true;
79
+ _all?: true;
80
+ };
81
+ export type SOAFrameworkConfigurationAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
82
+ /**
83
+ * Filter which SOAFrameworkConfiguration to aggregate.
84
+ */
85
+ where?: Prisma.SOAFrameworkConfigurationWhereInput;
86
+ /**
87
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
88
+ *
89
+ * Determine the order of SOAFrameworkConfigurations to fetch.
90
+ */
91
+ orderBy?: Prisma.SOAFrameworkConfigurationOrderByWithRelationInput | Prisma.SOAFrameworkConfigurationOrderByWithRelationInput[];
92
+ /**
93
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
94
+ *
95
+ * Sets the start position
96
+ */
97
+ cursor?: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
98
+ /**
99
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
100
+ *
101
+ * Take `±n` SOAFrameworkConfigurations from the position of the cursor.
102
+ */
103
+ take?: number;
104
+ /**
105
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
106
+ *
107
+ * Skip the first `n` SOAFrameworkConfigurations.
108
+ */
109
+ skip?: number;
110
+ /**
111
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
112
+ *
113
+ * Count returned SOAFrameworkConfigurations
114
+ **/
115
+ _count?: true | SOAFrameworkConfigurationCountAggregateInputType;
116
+ /**
117
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
118
+ *
119
+ * Select which fields to average
120
+ **/
121
+ _avg?: SOAFrameworkConfigurationAvgAggregateInputType;
122
+ /**
123
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
124
+ *
125
+ * Select which fields to sum
126
+ **/
127
+ _sum?: SOAFrameworkConfigurationSumAggregateInputType;
128
+ /**
129
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
130
+ *
131
+ * Select which fields to find the minimum value
132
+ **/
133
+ _min?: SOAFrameworkConfigurationMinAggregateInputType;
134
+ /**
135
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
136
+ *
137
+ * Select which fields to find the maximum value
138
+ **/
139
+ _max?: SOAFrameworkConfigurationMaxAggregateInputType;
140
+ };
141
+ export type GetSOAFrameworkConfigurationAggregateType<T extends SOAFrameworkConfigurationAggregateArgs> = {
142
+ [P in keyof T & keyof AggregateSOAFrameworkConfiguration]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateSOAFrameworkConfiguration[P]> : Prisma.GetScalarType<T[P], AggregateSOAFrameworkConfiguration[P]>;
143
+ };
144
+ export type SOAFrameworkConfigurationGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
145
+ where?: Prisma.SOAFrameworkConfigurationWhereInput;
146
+ orderBy?: Prisma.SOAFrameworkConfigurationOrderByWithAggregationInput | Prisma.SOAFrameworkConfigurationOrderByWithAggregationInput[];
147
+ by: Prisma.SOAFrameworkConfigurationScalarFieldEnum[] | Prisma.SOAFrameworkConfigurationScalarFieldEnum;
148
+ having?: Prisma.SOAFrameworkConfigurationScalarWhereWithAggregatesInput;
149
+ take?: number;
150
+ skip?: number;
151
+ _count?: SOAFrameworkConfigurationCountAggregateInputType | true;
152
+ _avg?: SOAFrameworkConfigurationAvgAggregateInputType;
153
+ _sum?: SOAFrameworkConfigurationSumAggregateInputType;
154
+ _min?: SOAFrameworkConfigurationMinAggregateInputType;
155
+ _max?: SOAFrameworkConfigurationMaxAggregateInputType;
156
+ };
157
+ export type SOAFrameworkConfigurationGroupByOutputType = {
158
+ id: string;
159
+ frameworkId: string;
160
+ version: number;
161
+ isLatest: boolean;
162
+ columns: runtime.JsonValue;
163
+ questions: runtime.JsonValue;
164
+ createdAt: Date;
165
+ updatedAt: Date;
166
+ _count: SOAFrameworkConfigurationCountAggregateOutputType | null;
167
+ _avg: SOAFrameworkConfigurationAvgAggregateOutputType | null;
168
+ _sum: SOAFrameworkConfigurationSumAggregateOutputType | null;
169
+ _min: SOAFrameworkConfigurationMinAggregateOutputType | null;
170
+ _max: SOAFrameworkConfigurationMaxAggregateOutputType | null;
171
+ };
172
+ export type GetSOAFrameworkConfigurationGroupByPayload<T extends SOAFrameworkConfigurationGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<SOAFrameworkConfigurationGroupByOutputType, T['by']> & {
173
+ [P in ((keyof T) & (keyof SOAFrameworkConfigurationGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], SOAFrameworkConfigurationGroupByOutputType[P]> : Prisma.GetScalarType<T[P], SOAFrameworkConfigurationGroupByOutputType[P]>;
174
+ }>>;
175
+ export type SOAFrameworkConfigurationWhereInput = {
176
+ AND?: Prisma.SOAFrameworkConfigurationWhereInput | Prisma.SOAFrameworkConfigurationWhereInput[];
177
+ OR?: Prisma.SOAFrameworkConfigurationWhereInput[];
178
+ NOT?: Prisma.SOAFrameworkConfigurationWhereInput | Prisma.SOAFrameworkConfigurationWhereInput[];
179
+ id?: Prisma.StringFilter<"SOAFrameworkConfiguration"> | string;
180
+ frameworkId?: Prisma.StringFilter<"SOAFrameworkConfiguration"> | string;
181
+ version?: Prisma.IntFilter<"SOAFrameworkConfiguration"> | number;
182
+ isLatest?: Prisma.BoolFilter<"SOAFrameworkConfiguration"> | boolean;
183
+ columns?: Prisma.JsonFilter<"SOAFrameworkConfiguration">;
184
+ questions?: Prisma.JsonFilter<"SOAFrameworkConfiguration">;
185
+ createdAt?: Prisma.DateTimeFilter<"SOAFrameworkConfiguration"> | Date | string;
186
+ updatedAt?: Prisma.DateTimeFilter<"SOAFrameworkConfiguration"> | Date | string;
187
+ framework?: Prisma.XOR<Prisma.FrameworkEditorFrameworkScalarRelationFilter, Prisma.FrameworkEditorFrameworkWhereInput>;
188
+ documents?: Prisma.SOADocumentListRelationFilter;
189
+ };
190
+ export type SOAFrameworkConfigurationOrderByWithRelationInput = {
191
+ id?: Prisma.SortOrder;
192
+ frameworkId?: Prisma.SortOrder;
193
+ version?: Prisma.SortOrder;
194
+ isLatest?: Prisma.SortOrder;
195
+ columns?: Prisma.SortOrder;
196
+ questions?: Prisma.SortOrder;
197
+ createdAt?: Prisma.SortOrder;
198
+ updatedAt?: Prisma.SortOrder;
199
+ framework?: Prisma.FrameworkEditorFrameworkOrderByWithRelationInput;
200
+ documents?: Prisma.SOADocumentOrderByRelationAggregateInput;
201
+ };
202
+ export type SOAFrameworkConfigurationWhereUniqueInput = Prisma.AtLeast<{
203
+ id?: string;
204
+ frameworkId_version?: Prisma.SOAFrameworkConfigurationFrameworkIdVersionCompoundUniqueInput;
205
+ AND?: Prisma.SOAFrameworkConfigurationWhereInput | Prisma.SOAFrameworkConfigurationWhereInput[];
206
+ OR?: Prisma.SOAFrameworkConfigurationWhereInput[];
207
+ NOT?: Prisma.SOAFrameworkConfigurationWhereInput | Prisma.SOAFrameworkConfigurationWhereInput[];
208
+ frameworkId?: Prisma.StringFilter<"SOAFrameworkConfiguration"> | string;
209
+ version?: Prisma.IntFilter<"SOAFrameworkConfiguration"> | number;
210
+ isLatest?: Prisma.BoolFilter<"SOAFrameworkConfiguration"> | boolean;
211
+ columns?: Prisma.JsonFilter<"SOAFrameworkConfiguration">;
212
+ questions?: Prisma.JsonFilter<"SOAFrameworkConfiguration">;
213
+ createdAt?: Prisma.DateTimeFilter<"SOAFrameworkConfiguration"> | Date | string;
214
+ updatedAt?: Prisma.DateTimeFilter<"SOAFrameworkConfiguration"> | Date | string;
215
+ framework?: Prisma.XOR<Prisma.FrameworkEditorFrameworkScalarRelationFilter, Prisma.FrameworkEditorFrameworkWhereInput>;
216
+ documents?: Prisma.SOADocumentListRelationFilter;
217
+ }, "id" | "frameworkId_version">;
218
+ export type SOAFrameworkConfigurationOrderByWithAggregationInput = {
219
+ id?: Prisma.SortOrder;
220
+ frameworkId?: Prisma.SortOrder;
221
+ version?: Prisma.SortOrder;
222
+ isLatest?: Prisma.SortOrder;
223
+ columns?: Prisma.SortOrder;
224
+ questions?: Prisma.SortOrder;
225
+ createdAt?: Prisma.SortOrder;
226
+ updatedAt?: Prisma.SortOrder;
227
+ _count?: Prisma.SOAFrameworkConfigurationCountOrderByAggregateInput;
228
+ _avg?: Prisma.SOAFrameworkConfigurationAvgOrderByAggregateInput;
229
+ _max?: Prisma.SOAFrameworkConfigurationMaxOrderByAggregateInput;
230
+ _min?: Prisma.SOAFrameworkConfigurationMinOrderByAggregateInput;
231
+ _sum?: Prisma.SOAFrameworkConfigurationSumOrderByAggregateInput;
232
+ };
233
+ export type SOAFrameworkConfigurationScalarWhereWithAggregatesInput = {
234
+ AND?: Prisma.SOAFrameworkConfigurationScalarWhereWithAggregatesInput | Prisma.SOAFrameworkConfigurationScalarWhereWithAggregatesInput[];
235
+ OR?: Prisma.SOAFrameworkConfigurationScalarWhereWithAggregatesInput[];
236
+ NOT?: Prisma.SOAFrameworkConfigurationScalarWhereWithAggregatesInput | Prisma.SOAFrameworkConfigurationScalarWhereWithAggregatesInput[];
237
+ id?: Prisma.StringWithAggregatesFilter<"SOAFrameworkConfiguration"> | string;
238
+ frameworkId?: Prisma.StringWithAggregatesFilter<"SOAFrameworkConfiguration"> | string;
239
+ version?: Prisma.IntWithAggregatesFilter<"SOAFrameworkConfiguration"> | number;
240
+ isLatest?: Prisma.BoolWithAggregatesFilter<"SOAFrameworkConfiguration"> | boolean;
241
+ columns?: Prisma.JsonWithAggregatesFilter<"SOAFrameworkConfiguration">;
242
+ questions?: Prisma.JsonWithAggregatesFilter<"SOAFrameworkConfiguration">;
243
+ createdAt?: Prisma.DateTimeWithAggregatesFilter<"SOAFrameworkConfiguration"> | Date | string;
244
+ updatedAt?: Prisma.DateTimeWithAggregatesFilter<"SOAFrameworkConfiguration"> | Date | string;
245
+ };
246
+ export type SOAFrameworkConfigurationCreateInput = {
247
+ id?: string;
248
+ version?: number;
249
+ isLatest?: boolean;
250
+ columns: Prisma.JsonNullValueInput | runtime.InputJsonValue;
251
+ questions: Prisma.JsonNullValueInput | runtime.InputJsonValue;
252
+ createdAt?: Date | string;
253
+ updatedAt?: Date | string;
254
+ framework: Prisma.FrameworkEditorFrameworkCreateNestedOneWithoutSoaConfigurationsInput;
255
+ documents?: Prisma.SOADocumentCreateNestedManyWithoutConfigurationInput;
256
+ };
257
+ export type SOAFrameworkConfigurationUncheckedCreateInput = {
258
+ id?: string;
259
+ frameworkId: string;
260
+ version?: number;
261
+ isLatest?: boolean;
262
+ columns: Prisma.JsonNullValueInput | runtime.InputJsonValue;
263
+ questions: Prisma.JsonNullValueInput | runtime.InputJsonValue;
264
+ createdAt?: Date | string;
265
+ updatedAt?: Date | string;
266
+ documents?: Prisma.SOADocumentUncheckedCreateNestedManyWithoutConfigurationInput;
267
+ };
268
+ export type SOAFrameworkConfigurationUpdateInput = {
269
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
270
+ version?: Prisma.IntFieldUpdateOperationsInput | number;
271
+ isLatest?: Prisma.BoolFieldUpdateOperationsInput | boolean;
272
+ columns?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
273
+ questions?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
274
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
275
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
276
+ framework?: Prisma.FrameworkEditorFrameworkUpdateOneRequiredWithoutSoaConfigurationsNestedInput;
277
+ documents?: Prisma.SOADocumentUpdateManyWithoutConfigurationNestedInput;
278
+ };
279
+ export type SOAFrameworkConfigurationUncheckedUpdateInput = {
280
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
281
+ frameworkId?: Prisma.StringFieldUpdateOperationsInput | string;
282
+ version?: Prisma.IntFieldUpdateOperationsInput | number;
283
+ isLatest?: Prisma.BoolFieldUpdateOperationsInput | boolean;
284
+ columns?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
285
+ questions?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
286
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
287
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
288
+ documents?: Prisma.SOADocumentUncheckedUpdateManyWithoutConfigurationNestedInput;
289
+ };
290
+ export type SOAFrameworkConfigurationCreateManyInput = {
291
+ id?: string;
292
+ frameworkId: string;
293
+ version?: number;
294
+ isLatest?: boolean;
295
+ columns: Prisma.JsonNullValueInput | runtime.InputJsonValue;
296
+ questions: Prisma.JsonNullValueInput | runtime.InputJsonValue;
297
+ createdAt?: Date | string;
298
+ updatedAt?: Date | string;
299
+ };
300
+ export type SOAFrameworkConfigurationUpdateManyMutationInput = {
301
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
302
+ version?: Prisma.IntFieldUpdateOperationsInput | number;
303
+ isLatest?: Prisma.BoolFieldUpdateOperationsInput | boolean;
304
+ columns?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
305
+ questions?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
306
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
307
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
308
+ };
309
+ export type SOAFrameworkConfigurationUncheckedUpdateManyInput = {
310
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
311
+ frameworkId?: Prisma.StringFieldUpdateOperationsInput | string;
312
+ version?: Prisma.IntFieldUpdateOperationsInput | number;
313
+ isLatest?: Prisma.BoolFieldUpdateOperationsInput | boolean;
314
+ columns?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
315
+ questions?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
316
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
317
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
318
+ };
319
+ export type SOAFrameworkConfigurationListRelationFilter = {
320
+ every?: Prisma.SOAFrameworkConfigurationWhereInput;
321
+ some?: Prisma.SOAFrameworkConfigurationWhereInput;
322
+ none?: Prisma.SOAFrameworkConfigurationWhereInput;
323
+ };
324
+ export type SOAFrameworkConfigurationOrderByRelationAggregateInput = {
325
+ _count?: Prisma.SortOrder;
326
+ };
327
+ export type SOAFrameworkConfigurationFrameworkIdVersionCompoundUniqueInput = {
328
+ frameworkId: string;
329
+ version: number;
330
+ };
331
+ export type SOAFrameworkConfigurationCountOrderByAggregateInput = {
332
+ id?: Prisma.SortOrder;
333
+ frameworkId?: Prisma.SortOrder;
334
+ version?: Prisma.SortOrder;
335
+ isLatest?: Prisma.SortOrder;
336
+ columns?: Prisma.SortOrder;
337
+ questions?: Prisma.SortOrder;
338
+ createdAt?: Prisma.SortOrder;
339
+ updatedAt?: Prisma.SortOrder;
340
+ };
341
+ export type SOAFrameworkConfigurationAvgOrderByAggregateInput = {
342
+ version?: Prisma.SortOrder;
343
+ };
344
+ export type SOAFrameworkConfigurationMaxOrderByAggregateInput = {
345
+ id?: Prisma.SortOrder;
346
+ frameworkId?: Prisma.SortOrder;
347
+ version?: Prisma.SortOrder;
348
+ isLatest?: Prisma.SortOrder;
349
+ createdAt?: Prisma.SortOrder;
350
+ updatedAt?: Prisma.SortOrder;
351
+ };
352
+ export type SOAFrameworkConfigurationMinOrderByAggregateInput = {
353
+ id?: Prisma.SortOrder;
354
+ frameworkId?: Prisma.SortOrder;
355
+ version?: Prisma.SortOrder;
356
+ isLatest?: Prisma.SortOrder;
357
+ createdAt?: Prisma.SortOrder;
358
+ updatedAt?: Prisma.SortOrder;
359
+ };
360
+ export type SOAFrameworkConfigurationSumOrderByAggregateInput = {
361
+ version?: Prisma.SortOrder;
362
+ };
363
+ export type SOAFrameworkConfigurationScalarRelationFilter = {
364
+ is?: Prisma.SOAFrameworkConfigurationWhereInput;
365
+ isNot?: Prisma.SOAFrameworkConfigurationWhereInput;
366
+ };
367
+ export type SOAFrameworkConfigurationCreateNestedManyWithoutFrameworkInput = {
368
+ create?: Prisma.XOR<Prisma.SOAFrameworkConfigurationCreateWithoutFrameworkInput, Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutFrameworkInput> | Prisma.SOAFrameworkConfigurationCreateWithoutFrameworkInput[] | Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutFrameworkInput[];
369
+ connectOrCreate?: Prisma.SOAFrameworkConfigurationCreateOrConnectWithoutFrameworkInput | Prisma.SOAFrameworkConfigurationCreateOrConnectWithoutFrameworkInput[];
370
+ createMany?: Prisma.SOAFrameworkConfigurationCreateManyFrameworkInputEnvelope;
371
+ connect?: Prisma.SOAFrameworkConfigurationWhereUniqueInput | Prisma.SOAFrameworkConfigurationWhereUniqueInput[];
372
+ };
373
+ export type SOAFrameworkConfigurationUncheckedCreateNestedManyWithoutFrameworkInput = {
374
+ create?: Prisma.XOR<Prisma.SOAFrameworkConfigurationCreateWithoutFrameworkInput, Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutFrameworkInput> | Prisma.SOAFrameworkConfigurationCreateWithoutFrameworkInput[] | Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutFrameworkInput[];
375
+ connectOrCreate?: Prisma.SOAFrameworkConfigurationCreateOrConnectWithoutFrameworkInput | Prisma.SOAFrameworkConfigurationCreateOrConnectWithoutFrameworkInput[];
376
+ createMany?: Prisma.SOAFrameworkConfigurationCreateManyFrameworkInputEnvelope;
377
+ connect?: Prisma.SOAFrameworkConfigurationWhereUniqueInput | Prisma.SOAFrameworkConfigurationWhereUniqueInput[];
378
+ };
379
+ export type SOAFrameworkConfigurationUpdateManyWithoutFrameworkNestedInput = {
380
+ create?: Prisma.XOR<Prisma.SOAFrameworkConfigurationCreateWithoutFrameworkInput, Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutFrameworkInput> | Prisma.SOAFrameworkConfigurationCreateWithoutFrameworkInput[] | Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutFrameworkInput[];
381
+ connectOrCreate?: Prisma.SOAFrameworkConfigurationCreateOrConnectWithoutFrameworkInput | Prisma.SOAFrameworkConfigurationCreateOrConnectWithoutFrameworkInput[];
382
+ upsert?: Prisma.SOAFrameworkConfigurationUpsertWithWhereUniqueWithoutFrameworkInput | Prisma.SOAFrameworkConfigurationUpsertWithWhereUniqueWithoutFrameworkInput[];
383
+ createMany?: Prisma.SOAFrameworkConfigurationCreateManyFrameworkInputEnvelope;
384
+ set?: Prisma.SOAFrameworkConfigurationWhereUniqueInput | Prisma.SOAFrameworkConfigurationWhereUniqueInput[];
385
+ disconnect?: Prisma.SOAFrameworkConfigurationWhereUniqueInput | Prisma.SOAFrameworkConfigurationWhereUniqueInput[];
386
+ delete?: Prisma.SOAFrameworkConfigurationWhereUniqueInput | Prisma.SOAFrameworkConfigurationWhereUniqueInput[];
387
+ connect?: Prisma.SOAFrameworkConfigurationWhereUniqueInput | Prisma.SOAFrameworkConfigurationWhereUniqueInput[];
388
+ update?: Prisma.SOAFrameworkConfigurationUpdateWithWhereUniqueWithoutFrameworkInput | Prisma.SOAFrameworkConfigurationUpdateWithWhereUniqueWithoutFrameworkInput[];
389
+ updateMany?: Prisma.SOAFrameworkConfigurationUpdateManyWithWhereWithoutFrameworkInput | Prisma.SOAFrameworkConfigurationUpdateManyWithWhereWithoutFrameworkInput[];
390
+ deleteMany?: Prisma.SOAFrameworkConfigurationScalarWhereInput | Prisma.SOAFrameworkConfigurationScalarWhereInput[];
391
+ };
392
+ export type SOAFrameworkConfigurationUncheckedUpdateManyWithoutFrameworkNestedInput = {
393
+ create?: Prisma.XOR<Prisma.SOAFrameworkConfigurationCreateWithoutFrameworkInput, Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutFrameworkInput> | Prisma.SOAFrameworkConfigurationCreateWithoutFrameworkInput[] | Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutFrameworkInput[];
394
+ connectOrCreate?: Prisma.SOAFrameworkConfigurationCreateOrConnectWithoutFrameworkInput | Prisma.SOAFrameworkConfigurationCreateOrConnectWithoutFrameworkInput[];
395
+ upsert?: Prisma.SOAFrameworkConfigurationUpsertWithWhereUniqueWithoutFrameworkInput | Prisma.SOAFrameworkConfigurationUpsertWithWhereUniqueWithoutFrameworkInput[];
396
+ createMany?: Prisma.SOAFrameworkConfigurationCreateManyFrameworkInputEnvelope;
397
+ set?: Prisma.SOAFrameworkConfigurationWhereUniqueInput | Prisma.SOAFrameworkConfigurationWhereUniqueInput[];
398
+ disconnect?: Prisma.SOAFrameworkConfigurationWhereUniqueInput | Prisma.SOAFrameworkConfigurationWhereUniqueInput[];
399
+ delete?: Prisma.SOAFrameworkConfigurationWhereUniqueInput | Prisma.SOAFrameworkConfigurationWhereUniqueInput[];
400
+ connect?: Prisma.SOAFrameworkConfigurationWhereUniqueInput | Prisma.SOAFrameworkConfigurationWhereUniqueInput[];
401
+ update?: Prisma.SOAFrameworkConfigurationUpdateWithWhereUniqueWithoutFrameworkInput | Prisma.SOAFrameworkConfigurationUpdateWithWhereUniqueWithoutFrameworkInput[];
402
+ updateMany?: Prisma.SOAFrameworkConfigurationUpdateManyWithWhereWithoutFrameworkInput | Prisma.SOAFrameworkConfigurationUpdateManyWithWhereWithoutFrameworkInput[];
403
+ deleteMany?: Prisma.SOAFrameworkConfigurationScalarWhereInput | Prisma.SOAFrameworkConfigurationScalarWhereInput[];
404
+ };
405
+ export type SOAFrameworkConfigurationCreateNestedOneWithoutDocumentsInput = {
406
+ create?: Prisma.XOR<Prisma.SOAFrameworkConfigurationCreateWithoutDocumentsInput, Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutDocumentsInput>;
407
+ connectOrCreate?: Prisma.SOAFrameworkConfigurationCreateOrConnectWithoutDocumentsInput;
408
+ connect?: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
409
+ };
410
+ export type SOAFrameworkConfigurationUpdateOneRequiredWithoutDocumentsNestedInput = {
411
+ create?: Prisma.XOR<Prisma.SOAFrameworkConfigurationCreateWithoutDocumentsInput, Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutDocumentsInput>;
412
+ connectOrCreate?: Prisma.SOAFrameworkConfigurationCreateOrConnectWithoutDocumentsInput;
413
+ upsert?: Prisma.SOAFrameworkConfigurationUpsertWithoutDocumentsInput;
414
+ connect?: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
415
+ update?: Prisma.XOR<Prisma.XOR<Prisma.SOAFrameworkConfigurationUpdateToOneWithWhereWithoutDocumentsInput, Prisma.SOAFrameworkConfigurationUpdateWithoutDocumentsInput>, Prisma.SOAFrameworkConfigurationUncheckedUpdateWithoutDocumentsInput>;
416
+ };
417
+ export type SOAFrameworkConfigurationCreateWithoutFrameworkInput = {
418
+ id?: string;
419
+ version?: number;
420
+ isLatest?: boolean;
421
+ columns: Prisma.JsonNullValueInput | runtime.InputJsonValue;
422
+ questions: Prisma.JsonNullValueInput | runtime.InputJsonValue;
423
+ createdAt?: Date | string;
424
+ updatedAt?: Date | string;
425
+ documents?: Prisma.SOADocumentCreateNestedManyWithoutConfigurationInput;
426
+ };
427
+ export type SOAFrameworkConfigurationUncheckedCreateWithoutFrameworkInput = {
428
+ id?: string;
429
+ version?: number;
430
+ isLatest?: boolean;
431
+ columns: Prisma.JsonNullValueInput | runtime.InputJsonValue;
432
+ questions: Prisma.JsonNullValueInput | runtime.InputJsonValue;
433
+ createdAt?: Date | string;
434
+ updatedAt?: Date | string;
435
+ documents?: Prisma.SOADocumentUncheckedCreateNestedManyWithoutConfigurationInput;
436
+ };
437
+ export type SOAFrameworkConfigurationCreateOrConnectWithoutFrameworkInput = {
438
+ where: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
439
+ create: Prisma.XOR<Prisma.SOAFrameworkConfigurationCreateWithoutFrameworkInput, Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutFrameworkInput>;
440
+ };
441
+ export type SOAFrameworkConfigurationCreateManyFrameworkInputEnvelope = {
442
+ data: Prisma.SOAFrameworkConfigurationCreateManyFrameworkInput | Prisma.SOAFrameworkConfigurationCreateManyFrameworkInput[];
443
+ skipDuplicates?: boolean;
444
+ };
445
+ export type SOAFrameworkConfigurationUpsertWithWhereUniqueWithoutFrameworkInput = {
446
+ where: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
447
+ update: Prisma.XOR<Prisma.SOAFrameworkConfigurationUpdateWithoutFrameworkInput, Prisma.SOAFrameworkConfigurationUncheckedUpdateWithoutFrameworkInput>;
448
+ create: Prisma.XOR<Prisma.SOAFrameworkConfigurationCreateWithoutFrameworkInput, Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutFrameworkInput>;
449
+ };
450
+ export type SOAFrameworkConfigurationUpdateWithWhereUniqueWithoutFrameworkInput = {
451
+ where: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
452
+ data: Prisma.XOR<Prisma.SOAFrameworkConfigurationUpdateWithoutFrameworkInput, Prisma.SOAFrameworkConfigurationUncheckedUpdateWithoutFrameworkInput>;
453
+ };
454
+ export type SOAFrameworkConfigurationUpdateManyWithWhereWithoutFrameworkInput = {
455
+ where: Prisma.SOAFrameworkConfigurationScalarWhereInput;
456
+ data: Prisma.XOR<Prisma.SOAFrameworkConfigurationUpdateManyMutationInput, Prisma.SOAFrameworkConfigurationUncheckedUpdateManyWithoutFrameworkInput>;
457
+ };
458
+ export type SOAFrameworkConfigurationScalarWhereInput = {
459
+ AND?: Prisma.SOAFrameworkConfigurationScalarWhereInput | Prisma.SOAFrameworkConfigurationScalarWhereInput[];
460
+ OR?: Prisma.SOAFrameworkConfigurationScalarWhereInput[];
461
+ NOT?: Prisma.SOAFrameworkConfigurationScalarWhereInput | Prisma.SOAFrameworkConfigurationScalarWhereInput[];
462
+ id?: Prisma.StringFilter<"SOAFrameworkConfiguration"> | string;
463
+ frameworkId?: Prisma.StringFilter<"SOAFrameworkConfiguration"> | string;
464
+ version?: Prisma.IntFilter<"SOAFrameworkConfiguration"> | number;
465
+ isLatest?: Prisma.BoolFilter<"SOAFrameworkConfiguration"> | boolean;
466
+ columns?: Prisma.JsonFilter<"SOAFrameworkConfiguration">;
467
+ questions?: Prisma.JsonFilter<"SOAFrameworkConfiguration">;
468
+ createdAt?: Prisma.DateTimeFilter<"SOAFrameworkConfiguration"> | Date | string;
469
+ updatedAt?: Prisma.DateTimeFilter<"SOAFrameworkConfiguration"> | Date | string;
470
+ };
471
+ export type SOAFrameworkConfigurationCreateWithoutDocumentsInput = {
472
+ id?: string;
473
+ version?: number;
474
+ isLatest?: boolean;
475
+ columns: Prisma.JsonNullValueInput | runtime.InputJsonValue;
476
+ questions: Prisma.JsonNullValueInput | runtime.InputJsonValue;
477
+ createdAt?: Date | string;
478
+ updatedAt?: Date | string;
479
+ framework: Prisma.FrameworkEditorFrameworkCreateNestedOneWithoutSoaConfigurationsInput;
480
+ };
481
+ export type SOAFrameworkConfigurationUncheckedCreateWithoutDocumentsInput = {
482
+ id?: string;
483
+ frameworkId: string;
484
+ version?: number;
485
+ isLatest?: boolean;
486
+ columns: Prisma.JsonNullValueInput | runtime.InputJsonValue;
487
+ questions: Prisma.JsonNullValueInput | runtime.InputJsonValue;
488
+ createdAt?: Date | string;
489
+ updatedAt?: Date | string;
490
+ };
491
+ export type SOAFrameworkConfigurationCreateOrConnectWithoutDocumentsInput = {
492
+ where: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
493
+ create: Prisma.XOR<Prisma.SOAFrameworkConfigurationCreateWithoutDocumentsInput, Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutDocumentsInput>;
494
+ };
495
+ export type SOAFrameworkConfigurationUpsertWithoutDocumentsInput = {
496
+ update: Prisma.XOR<Prisma.SOAFrameworkConfigurationUpdateWithoutDocumentsInput, Prisma.SOAFrameworkConfigurationUncheckedUpdateWithoutDocumentsInput>;
497
+ create: Prisma.XOR<Prisma.SOAFrameworkConfigurationCreateWithoutDocumentsInput, Prisma.SOAFrameworkConfigurationUncheckedCreateWithoutDocumentsInput>;
498
+ where?: Prisma.SOAFrameworkConfigurationWhereInput;
499
+ };
500
+ export type SOAFrameworkConfigurationUpdateToOneWithWhereWithoutDocumentsInput = {
501
+ where?: Prisma.SOAFrameworkConfigurationWhereInput;
502
+ data: Prisma.XOR<Prisma.SOAFrameworkConfigurationUpdateWithoutDocumentsInput, Prisma.SOAFrameworkConfigurationUncheckedUpdateWithoutDocumentsInput>;
503
+ };
504
+ export type SOAFrameworkConfigurationUpdateWithoutDocumentsInput = {
505
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
506
+ version?: Prisma.IntFieldUpdateOperationsInput | number;
507
+ isLatest?: Prisma.BoolFieldUpdateOperationsInput | boolean;
508
+ columns?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
509
+ questions?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
510
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
511
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
512
+ framework?: Prisma.FrameworkEditorFrameworkUpdateOneRequiredWithoutSoaConfigurationsNestedInput;
513
+ };
514
+ export type SOAFrameworkConfigurationUncheckedUpdateWithoutDocumentsInput = {
515
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
516
+ frameworkId?: Prisma.StringFieldUpdateOperationsInput | string;
517
+ version?: Prisma.IntFieldUpdateOperationsInput | number;
518
+ isLatest?: Prisma.BoolFieldUpdateOperationsInput | boolean;
519
+ columns?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
520
+ questions?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
521
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
522
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
523
+ };
524
+ export type SOAFrameworkConfigurationCreateManyFrameworkInput = {
525
+ id?: string;
526
+ version?: number;
527
+ isLatest?: boolean;
528
+ columns: Prisma.JsonNullValueInput | runtime.InputJsonValue;
529
+ questions: Prisma.JsonNullValueInput | runtime.InputJsonValue;
530
+ createdAt?: Date | string;
531
+ updatedAt?: Date | string;
532
+ };
533
+ export type SOAFrameworkConfigurationUpdateWithoutFrameworkInput = {
534
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
535
+ version?: Prisma.IntFieldUpdateOperationsInput | number;
536
+ isLatest?: Prisma.BoolFieldUpdateOperationsInput | boolean;
537
+ columns?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
538
+ questions?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
539
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
540
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
541
+ documents?: Prisma.SOADocumentUpdateManyWithoutConfigurationNestedInput;
542
+ };
543
+ export type SOAFrameworkConfigurationUncheckedUpdateWithoutFrameworkInput = {
544
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
545
+ version?: Prisma.IntFieldUpdateOperationsInput | number;
546
+ isLatest?: Prisma.BoolFieldUpdateOperationsInput | boolean;
547
+ columns?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
548
+ questions?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
549
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
550
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
551
+ documents?: Prisma.SOADocumentUncheckedUpdateManyWithoutConfigurationNestedInput;
552
+ };
553
+ export type SOAFrameworkConfigurationUncheckedUpdateManyWithoutFrameworkInput = {
554
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
555
+ version?: Prisma.IntFieldUpdateOperationsInput | number;
556
+ isLatest?: Prisma.BoolFieldUpdateOperationsInput | boolean;
557
+ columns?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
558
+ questions?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
559
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
560
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
561
+ };
562
+ /**
563
+ * Count Type SOAFrameworkConfigurationCountOutputType
564
+ */
565
+ export type SOAFrameworkConfigurationCountOutputType = {
566
+ documents: number;
567
+ };
568
+ export type SOAFrameworkConfigurationCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
569
+ documents?: boolean | SOAFrameworkConfigurationCountOutputTypeCountDocumentsArgs;
570
+ };
571
+ /**
572
+ * SOAFrameworkConfigurationCountOutputType without action
573
+ */
574
+ export type SOAFrameworkConfigurationCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
575
+ /**
576
+ * Select specific fields to fetch from the SOAFrameworkConfigurationCountOutputType
577
+ */
578
+ select?: Prisma.SOAFrameworkConfigurationCountOutputTypeSelect<ExtArgs> | null;
579
+ };
580
+ /**
581
+ * SOAFrameworkConfigurationCountOutputType without action
582
+ */
583
+ export type SOAFrameworkConfigurationCountOutputTypeCountDocumentsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
584
+ where?: Prisma.SOADocumentWhereInput;
585
+ };
586
+ export type SOAFrameworkConfigurationSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
587
+ id?: boolean;
588
+ frameworkId?: boolean;
589
+ version?: boolean;
590
+ isLatest?: boolean;
591
+ columns?: boolean;
592
+ questions?: boolean;
593
+ createdAt?: boolean;
594
+ updatedAt?: boolean;
595
+ framework?: boolean | Prisma.FrameworkEditorFrameworkDefaultArgs<ExtArgs>;
596
+ documents?: boolean | Prisma.SOAFrameworkConfiguration$documentsArgs<ExtArgs>;
597
+ _count?: boolean | Prisma.SOAFrameworkConfigurationCountOutputTypeDefaultArgs<ExtArgs>;
598
+ }, ExtArgs["result"]["sOAFrameworkConfiguration"]>;
599
+ export type SOAFrameworkConfigurationSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
600
+ id?: boolean;
601
+ frameworkId?: boolean;
602
+ version?: boolean;
603
+ isLatest?: boolean;
604
+ columns?: boolean;
605
+ questions?: boolean;
606
+ createdAt?: boolean;
607
+ updatedAt?: boolean;
608
+ framework?: boolean | Prisma.FrameworkEditorFrameworkDefaultArgs<ExtArgs>;
609
+ }, ExtArgs["result"]["sOAFrameworkConfiguration"]>;
610
+ export type SOAFrameworkConfigurationSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
611
+ id?: boolean;
612
+ frameworkId?: boolean;
613
+ version?: boolean;
614
+ isLatest?: boolean;
615
+ columns?: boolean;
616
+ questions?: boolean;
617
+ createdAt?: boolean;
618
+ updatedAt?: boolean;
619
+ framework?: boolean | Prisma.FrameworkEditorFrameworkDefaultArgs<ExtArgs>;
620
+ }, ExtArgs["result"]["sOAFrameworkConfiguration"]>;
621
+ export type SOAFrameworkConfigurationSelectScalar = {
622
+ id?: boolean;
623
+ frameworkId?: boolean;
624
+ version?: boolean;
625
+ isLatest?: boolean;
626
+ columns?: boolean;
627
+ questions?: boolean;
628
+ createdAt?: boolean;
629
+ updatedAt?: boolean;
630
+ };
631
+ export type SOAFrameworkConfigurationOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "frameworkId" | "version" | "isLatest" | "columns" | "questions" | "createdAt" | "updatedAt", ExtArgs["result"]["sOAFrameworkConfiguration"]>;
632
+ export type SOAFrameworkConfigurationInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
633
+ framework?: boolean | Prisma.FrameworkEditorFrameworkDefaultArgs<ExtArgs>;
634
+ documents?: boolean | Prisma.SOAFrameworkConfiguration$documentsArgs<ExtArgs>;
635
+ _count?: boolean | Prisma.SOAFrameworkConfigurationCountOutputTypeDefaultArgs<ExtArgs>;
636
+ };
637
+ export type SOAFrameworkConfigurationIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
638
+ framework?: boolean | Prisma.FrameworkEditorFrameworkDefaultArgs<ExtArgs>;
639
+ };
640
+ export type SOAFrameworkConfigurationIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
641
+ framework?: boolean | Prisma.FrameworkEditorFrameworkDefaultArgs<ExtArgs>;
642
+ };
643
+ export type $SOAFrameworkConfigurationPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
644
+ name: "SOAFrameworkConfiguration";
645
+ objects: {
646
+ framework: Prisma.$FrameworkEditorFrameworkPayload<ExtArgs>;
647
+ documents: Prisma.$SOADocumentPayload<ExtArgs>[];
648
+ };
649
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
650
+ id: string;
651
+ frameworkId: string;
652
+ version: number;
653
+ isLatest: boolean;
654
+ columns: runtime.JsonValue;
655
+ questions: runtime.JsonValue;
656
+ createdAt: Date;
657
+ updatedAt: Date;
658
+ }, ExtArgs["result"]["sOAFrameworkConfiguration"]>;
659
+ composites: {};
660
+ };
661
+ export type SOAFrameworkConfigurationGetPayload<S extends boolean | null | undefined | SOAFrameworkConfigurationDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$SOAFrameworkConfigurationPayload, S>;
662
+ export type SOAFrameworkConfigurationCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<SOAFrameworkConfigurationFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
663
+ select?: SOAFrameworkConfigurationCountAggregateInputType | true;
664
+ };
665
+ export interface SOAFrameworkConfigurationDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
666
+ [K: symbol]: {
667
+ types: Prisma.TypeMap<ExtArgs>['model']['SOAFrameworkConfiguration'];
668
+ meta: {
669
+ name: 'SOAFrameworkConfiguration';
670
+ };
671
+ };
672
+ /**
673
+ * Find zero or one SOAFrameworkConfiguration that matches the filter.
674
+ * @param {SOAFrameworkConfigurationFindUniqueArgs} args - Arguments to find a SOAFrameworkConfiguration
675
+ * @example
676
+ * // Get one SOAFrameworkConfiguration
677
+ * const sOAFrameworkConfiguration = await prisma.sOAFrameworkConfiguration.findUnique({
678
+ * where: {
679
+ * // ... provide filter here
680
+ * }
681
+ * })
682
+ */
683
+ findUnique<T extends SOAFrameworkConfigurationFindUniqueArgs>(args: Prisma.SelectSubset<T, SOAFrameworkConfigurationFindUniqueArgs<ExtArgs>>): Prisma.Prisma__SOAFrameworkConfigurationClient<runtime.Types.Result.GetResult<Prisma.$SOAFrameworkConfigurationPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
684
+ /**
685
+ * Find one SOAFrameworkConfiguration that matches the filter or throw an error with `error.code='P2025'`
686
+ * if no matches were found.
687
+ * @param {SOAFrameworkConfigurationFindUniqueOrThrowArgs} args - Arguments to find a SOAFrameworkConfiguration
688
+ * @example
689
+ * // Get one SOAFrameworkConfiguration
690
+ * const sOAFrameworkConfiguration = await prisma.sOAFrameworkConfiguration.findUniqueOrThrow({
691
+ * where: {
692
+ * // ... provide filter here
693
+ * }
694
+ * })
695
+ */
696
+ findUniqueOrThrow<T extends SOAFrameworkConfigurationFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, SOAFrameworkConfigurationFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__SOAFrameworkConfigurationClient<runtime.Types.Result.GetResult<Prisma.$SOAFrameworkConfigurationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
697
+ /**
698
+ * Find the first SOAFrameworkConfiguration that matches the filter.
699
+ * Note, that providing `undefined` is treated as the value not being there.
700
+ * Read more here: https://pris.ly/d/null-undefined
701
+ * @param {SOAFrameworkConfigurationFindFirstArgs} args - Arguments to find a SOAFrameworkConfiguration
702
+ * @example
703
+ * // Get one SOAFrameworkConfiguration
704
+ * const sOAFrameworkConfiguration = await prisma.sOAFrameworkConfiguration.findFirst({
705
+ * where: {
706
+ * // ... provide filter here
707
+ * }
708
+ * })
709
+ */
710
+ findFirst<T extends SOAFrameworkConfigurationFindFirstArgs>(args?: Prisma.SelectSubset<T, SOAFrameworkConfigurationFindFirstArgs<ExtArgs>>): Prisma.Prisma__SOAFrameworkConfigurationClient<runtime.Types.Result.GetResult<Prisma.$SOAFrameworkConfigurationPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
711
+ /**
712
+ * Find the first SOAFrameworkConfiguration that matches the filter or
713
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
714
+ * Note, that providing `undefined` is treated as the value not being there.
715
+ * Read more here: https://pris.ly/d/null-undefined
716
+ * @param {SOAFrameworkConfigurationFindFirstOrThrowArgs} args - Arguments to find a SOAFrameworkConfiguration
717
+ * @example
718
+ * // Get one SOAFrameworkConfiguration
719
+ * const sOAFrameworkConfiguration = await prisma.sOAFrameworkConfiguration.findFirstOrThrow({
720
+ * where: {
721
+ * // ... provide filter here
722
+ * }
723
+ * })
724
+ */
725
+ findFirstOrThrow<T extends SOAFrameworkConfigurationFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, SOAFrameworkConfigurationFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__SOAFrameworkConfigurationClient<runtime.Types.Result.GetResult<Prisma.$SOAFrameworkConfigurationPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
726
+ /**
727
+ * Find zero or more SOAFrameworkConfigurations that matches the filter.
728
+ * Note, that providing `undefined` is treated as the value not being there.
729
+ * Read more here: https://pris.ly/d/null-undefined
730
+ * @param {SOAFrameworkConfigurationFindManyArgs} args - Arguments to filter and select certain fields only.
731
+ * @example
732
+ * // Get all SOAFrameworkConfigurations
733
+ * const sOAFrameworkConfigurations = await prisma.sOAFrameworkConfiguration.findMany()
734
+ *
735
+ * // Get first 10 SOAFrameworkConfigurations
736
+ * const sOAFrameworkConfigurations = await prisma.sOAFrameworkConfiguration.findMany({ take: 10 })
737
+ *
738
+ * // Only select the `id`
739
+ * const sOAFrameworkConfigurationWithIdOnly = await prisma.sOAFrameworkConfiguration.findMany({ select: { id: true } })
740
+ *
741
+ */
742
+ findMany<T extends SOAFrameworkConfigurationFindManyArgs>(args?: Prisma.SelectSubset<T, SOAFrameworkConfigurationFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SOAFrameworkConfigurationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
743
+ /**
744
+ * Create a SOAFrameworkConfiguration.
745
+ * @param {SOAFrameworkConfigurationCreateArgs} args - Arguments to create a SOAFrameworkConfiguration.
746
+ * @example
747
+ * // Create one SOAFrameworkConfiguration
748
+ * const SOAFrameworkConfiguration = await prisma.sOAFrameworkConfiguration.create({
749
+ * data: {
750
+ * // ... data to create a SOAFrameworkConfiguration
751
+ * }
752
+ * })
753
+ *
754
+ */
755
+ create<T extends SOAFrameworkConfigurationCreateArgs>(args: Prisma.SelectSubset<T, SOAFrameworkConfigurationCreateArgs<ExtArgs>>): Prisma.Prisma__SOAFrameworkConfigurationClient<runtime.Types.Result.GetResult<Prisma.$SOAFrameworkConfigurationPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
756
+ /**
757
+ * Create many SOAFrameworkConfigurations.
758
+ * @param {SOAFrameworkConfigurationCreateManyArgs} args - Arguments to create many SOAFrameworkConfigurations.
759
+ * @example
760
+ * // Create many SOAFrameworkConfigurations
761
+ * const sOAFrameworkConfiguration = await prisma.sOAFrameworkConfiguration.createMany({
762
+ * data: [
763
+ * // ... provide data here
764
+ * ]
765
+ * })
766
+ *
767
+ */
768
+ createMany<T extends SOAFrameworkConfigurationCreateManyArgs>(args?: Prisma.SelectSubset<T, SOAFrameworkConfigurationCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
769
+ /**
770
+ * Create many SOAFrameworkConfigurations and returns the data saved in the database.
771
+ * @param {SOAFrameworkConfigurationCreateManyAndReturnArgs} args - Arguments to create many SOAFrameworkConfigurations.
772
+ * @example
773
+ * // Create many SOAFrameworkConfigurations
774
+ * const sOAFrameworkConfiguration = await prisma.sOAFrameworkConfiguration.createManyAndReturn({
775
+ * data: [
776
+ * // ... provide data here
777
+ * ]
778
+ * })
779
+ *
780
+ * // Create many SOAFrameworkConfigurations and only return the `id`
781
+ * const sOAFrameworkConfigurationWithIdOnly = await prisma.sOAFrameworkConfiguration.createManyAndReturn({
782
+ * select: { id: true },
783
+ * data: [
784
+ * // ... provide data here
785
+ * ]
786
+ * })
787
+ * Note, that providing `undefined` is treated as the value not being there.
788
+ * Read more here: https://pris.ly/d/null-undefined
789
+ *
790
+ */
791
+ createManyAndReturn<T extends SOAFrameworkConfigurationCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, SOAFrameworkConfigurationCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SOAFrameworkConfigurationPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
792
+ /**
793
+ * Delete a SOAFrameworkConfiguration.
794
+ * @param {SOAFrameworkConfigurationDeleteArgs} args - Arguments to delete one SOAFrameworkConfiguration.
795
+ * @example
796
+ * // Delete one SOAFrameworkConfiguration
797
+ * const SOAFrameworkConfiguration = await prisma.sOAFrameworkConfiguration.delete({
798
+ * where: {
799
+ * // ... filter to delete one SOAFrameworkConfiguration
800
+ * }
801
+ * })
802
+ *
803
+ */
804
+ delete<T extends SOAFrameworkConfigurationDeleteArgs>(args: Prisma.SelectSubset<T, SOAFrameworkConfigurationDeleteArgs<ExtArgs>>): Prisma.Prisma__SOAFrameworkConfigurationClient<runtime.Types.Result.GetResult<Prisma.$SOAFrameworkConfigurationPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
805
+ /**
806
+ * Update one SOAFrameworkConfiguration.
807
+ * @param {SOAFrameworkConfigurationUpdateArgs} args - Arguments to update one SOAFrameworkConfiguration.
808
+ * @example
809
+ * // Update one SOAFrameworkConfiguration
810
+ * const sOAFrameworkConfiguration = await prisma.sOAFrameworkConfiguration.update({
811
+ * where: {
812
+ * // ... provide filter here
813
+ * },
814
+ * data: {
815
+ * // ... provide data here
816
+ * }
817
+ * })
818
+ *
819
+ */
820
+ update<T extends SOAFrameworkConfigurationUpdateArgs>(args: Prisma.SelectSubset<T, SOAFrameworkConfigurationUpdateArgs<ExtArgs>>): Prisma.Prisma__SOAFrameworkConfigurationClient<runtime.Types.Result.GetResult<Prisma.$SOAFrameworkConfigurationPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
821
+ /**
822
+ * Delete zero or more SOAFrameworkConfigurations.
823
+ * @param {SOAFrameworkConfigurationDeleteManyArgs} args - Arguments to filter SOAFrameworkConfigurations to delete.
824
+ * @example
825
+ * // Delete a few SOAFrameworkConfigurations
826
+ * const { count } = await prisma.sOAFrameworkConfiguration.deleteMany({
827
+ * where: {
828
+ * // ... provide filter here
829
+ * }
830
+ * })
831
+ *
832
+ */
833
+ deleteMany<T extends SOAFrameworkConfigurationDeleteManyArgs>(args?: Prisma.SelectSubset<T, SOAFrameworkConfigurationDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
834
+ /**
835
+ * Update zero or more SOAFrameworkConfigurations.
836
+ * Note, that providing `undefined` is treated as the value not being there.
837
+ * Read more here: https://pris.ly/d/null-undefined
838
+ * @param {SOAFrameworkConfigurationUpdateManyArgs} args - Arguments to update one or more rows.
839
+ * @example
840
+ * // Update many SOAFrameworkConfigurations
841
+ * const sOAFrameworkConfiguration = await prisma.sOAFrameworkConfiguration.updateMany({
842
+ * where: {
843
+ * // ... provide filter here
844
+ * },
845
+ * data: {
846
+ * // ... provide data here
847
+ * }
848
+ * })
849
+ *
850
+ */
851
+ updateMany<T extends SOAFrameworkConfigurationUpdateManyArgs>(args: Prisma.SelectSubset<T, SOAFrameworkConfigurationUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
852
+ /**
853
+ * Update zero or more SOAFrameworkConfigurations and returns the data updated in the database.
854
+ * @param {SOAFrameworkConfigurationUpdateManyAndReturnArgs} args - Arguments to update many SOAFrameworkConfigurations.
855
+ * @example
856
+ * // Update many SOAFrameworkConfigurations
857
+ * const sOAFrameworkConfiguration = await prisma.sOAFrameworkConfiguration.updateManyAndReturn({
858
+ * where: {
859
+ * // ... provide filter here
860
+ * },
861
+ * data: [
862
+ * // ... provide data here
863
+ * ]
864
+ * })
865
+ *
866
+ * // Update zero or more SOAFrameworkConfigurations and only return the `id`
867
+ * const sOAFrameworkConfigurationWithIdOnly = await prisma.sOAFrameworkConfiguration.updateManyAndReturn({
868
+ * select: { id: true },
869
+ * where: {
870
+ * // ... provide filter here
871
+ * },
872
+ * data: [
873
+ * // ... provide data here
874
+ * ]
875
+ * })
876
+ * Note, that providing `undefined` is treated as the value not being there.
877
+ * Read more here: https://pris.ly/d/null-undefined
878
+ *
879
+ */
880
+ updateManyAndReturn<T extends SOAFrameworkConfigurationUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, SOAFrameworkConfigurationUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SOAFrameworkConfigurationPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
881
+ /**
882
+ * Create or update one SOAFrameworkConfiguration.
883
+ * @param {SOAFrameworkConfigurationUpsertArgs} args - Arguments to update or create a SOAFrameworkConfiguration.
884
+ * @example
885
+ * // Update or create a SOAFrameworkConfiguration
886
+ * const sOAFrameworkConfiguration = await prisma.sOAFrameworkConfiguration.upsert({
887
+ * create: {
888
+ * // ... data to create a SOAFrameworkConfiguration
889
+ * },
890
+ * update: {
891
+ * // ... in case it already exists, update
892
+ * },
893
+ * where: {
894
+ * // ... the filter for the SOAFrameworkConfiguration we want to update
895
+ * }
896
+ * })
897
+ */
898
+ upsert<T extends SOAFrameworkConfigurationUpsertArgs>(args: Prisma.SelectSubset<T, SOAFrameworkConfigurationUpsertArgs<ExtArgs>>): Prisma.Prisma__SOAFrameworkConfigurationClient<runtime.Types.Result.GetResult<Prisma.$SOAFrameworkConfigurationPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
899
+ /**
900
+ * Count the number of SOAFrameworkConfigurations.
901
+ * Note, that providing `undefined` is treated as the value not being there.
902
+ * Read more here: https://pris.ly/d/null-undefined
903
+ * @param {SOAFrameworkConfigurationCountArgs} args - Arguments to filter SOAFrameworkConfigurations to count.
904
+ * @example
905
+ * // Count the number of SOAFrameworkConfigurations
906
+ * const count = await prisma.sOAFrameworkConfiguration.count({
907
+ * where: {
908
+ * // ... the filter for the SOAFrameworkConfigurations we want to count
909
+ * }
910
+ * })
911
+ **/
912
+ count<T extends SOAFrameworkConfigurationCountArgs>(args?: Prisma.Subset<T, SOAFrameworkConfigurationCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], SOAFrameworkConfigurationCountAggregateOutputType> : number>;
913
+ /**
914
+ * Allows you to perform aggregations operations on a SOAFrameworkConfiguration.
915
+ * Note, that providing `undefined` is treated as the value not being there.
916
+ * Read more here: https://pris.ly/d/null-undefined
917
+ * @param {SOAFrameworkConfigurationAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
918
+ * @example
919
+ * // Ordered by age ascending
920
+ * // Where email contains prisma.io
921
+ * // Limited to the 10 users
922
+ * const aggregations = await prisma.user.aggregate({
923
+ * _avg: {
924
+ * age: true,
925
+ * },
926
+ * where: {
927
+ * email: {
928
+ * contains: "prisma.io",
929
+ * },
930
+ * },
931
+ * orderBy: {
932
+ * age: "asc",
933
+ * },
934
+ * take: 10,
935
+ * })
936
+ **/
937
+ aggregate<T extends SOAFrameworkConfigurationAggregateArgs>(args: Prisma.Subset<T, SOAFrameworkConfigurationAggregateArgs>): Prisma.PrismaPromise<GetSOAFrameworkConfigurationAggregateType<T>>;
938
+ /**
939
+ * Group by SOAFrameworkConfiguration.
940
+ * Note, that providing `undefined` is treated as the value not being there.
941
+ * Read more here: https://pris.ly/d/null-undefined
942
+ * @param {SOAFrameworkConfigurationGroupByArgs} args - Group by arguments.
943
+ * @example
944
+ * // Group by city, order by createdAt, get count
945
+ * const result = await prisma.user.groupBy({
946
+ * by: ['city', 'createdAt'],
947
+ * orderBy: {
948
+ * createdAt: true
949
+ * },
950
+ * _count: {
951
+ * _all: true
952
+ * },
953
+ * })
954
+ *
955
+ **/
956
+ groupBy<T extends SOAFrameworkConfigurationGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
957
+ orderBy: SOAFrameworkConfigurationGroupByArgs['orderBy'];
958
+ } : {
959
+ orderBy?: SOAFrameworkConfigurationGroupByArgs['orderBy'];
960
+ }, OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>, ByFields extends Prisma.MaybeTupleToUnion<T['by']>, ByValid extends Prisma.Has<ByFields, OrderFields>, HavingFields extends Prisma.GetHavingFields<T['having']>, HavingValid extends Prisma.Has<ByFields, HavingFields>, ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False, InputErrors extends ByEmpty extends Prisma.True ? `Error: "by" must not be empty.` : HavingValid extends Prisma.False ? {
961
+ [P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
962
+ Error,
963
+ 'Field ',
964
+ P,
965
+ ` in "having" needs to be provided in "by"`
966
+ ];
967
+ }[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
968
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
969
+ }[OrderFields] : 'Error: If you provide "take", you also need to provide "orderBy"' : 'skip' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
970
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
971
+ }[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
972
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
973
+ }[OrderFields]>(args: Prisma.SubsetIntersection<T, SOAFrameworkConfigurationGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetSOAFrameworkConfigurationGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
974
+ /**
975
+ * Fields of the SOAFrameworkConfiguration model
976
+ */
977
+ readonly fields: SOAFrameworkConfigurationFieldRefs;
978
+ }
979
+ /**
980
+ * The delegate class that acts as a "Promise-like" for SOAFrameworkConfiguration.
981
+ * Why is this prefixed with `Prisma__`?
982
+ * Because we want to prevent naming conflicts as mentioned in
983
+ * https://github.com/prisma/prisma-client-js/issues/707
984
+ */
985
+ export interface Prisma__SOAFrameworkConfigurationClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
986
+ readonly [Symbol.toStringTag]: "PrismaPromise";
987
+ framework<T extends Prisma.FrameworkEditorFrameworkDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.FrameworkEditorFrameworkDefaultArgs<ExtArgs>>): Prisma.Prisma__FrameworkEditorFrameworkClient<runtime.Types.Result.GetResult<Prisma.$FrameworkEditorFrameworkPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
988
+ documents<T extends Prisma.SOAFrameworkConfiguration$documentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.SOAFrameworkConfiguration$documentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SOADocumentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
989
+ /**
990
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
991
+ * @param onfulfilled The callback to execute when the Promise is resolved.
992
+ * @param onrejected The callback to execute when the Promise is rejected.
993
+ * @returns A Promise for the completion of which ever callback is executed.
994
+ */
995
+ 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>;
996
+ /**
997
+ * Attaches a callback for only the rejection of the Promise.
998
+ * @param onrejected The callback to execute when the Promise is rejected.
999
+ * @returns A Promise for the completion of the callback.
1000
+ */
1001
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
1002
+ /**
1003
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
1004
+ * resolved value cannot be modified from the callback.
1005
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
1006
+ * @returns A Promise for the completion of the callback.
1007
+ */
1008
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
1009
+ }
1010
+ /**
1011
+ * Fields of the SOAFrameworkConfiguration model
1012
+ */
1013
+ export interface SOAFrameworkConfigurationFieldRefs {
1014
+ readonly id: Prisma.FieldRef<"SOAFrameworkConfiguration", 'String'>;
1015
+ readonly frameworkId: Prisma.FieldRef<"SOAFrameworkConfiguration", 'String'>;
1016
+ readonly version: Prisma.FieldRef<"SOAFrameworkConfiguration", 'Int'>;
1017
+ readonly isLatest: Prisma.FieldRef<"SOAFrameworkConfiguration", 'Boolean'>;
1018
+ readonly columns: Prisma.FieldRef<"SOAFrameworkConfiguration", 'Json'>;
1019
+ readonly questions: Prisma.FieldRef<"SOAFrameworkConfiguration", 'Json'>;
1020
+ readonly createdAt: Prisma.FieldRef<"SOAFrameworkConfiguration", 'DateTime'>;
1021
+ readonly updatedAt: Prisma.FieldRef<"SOAFrameworkConfiguration", 'DateTime'>;
1022
+ }
1023
+ /**
1024
+ * SOAFrameworkConfiguration findUnique
1025
+ */
1026
+ export type SOAFrameworkConfigurationFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1027
+ /**
1028
+ * Select specific fields to fetch from the SOAFrameworkConfiguration
1029
+ */
1030
+ select?: Prisma.SOAFrameworkConfigurationSelect<ExtArgs> | null;
1031
+ /**
1032
+ * Omit specific fields from the SOAFrameworkConfiguration
1033
+ */
1034
+ omit?: Prisma.SOAFrameworkConfigurationOmit<ExtArgs> | null;
1035
+ /**
1036
+ * Choose, which related nodes to fetch as well
1037
+ */
1038
+ include?: Prisma.SOAFrameworkConfigurationInclude<ExtArgs> | null;
1039
+ /**
1040
+ * Filter, which SOAFrameworkConfiguration to fetch.
1041
+ */
1042
+ where: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
1043
+ };
1044
+ /**
1045
+ * SOAFrameworkConfiguration findUniqueOrThrow
1046
+ */
1047
+ export type SOAFrameworkConfigurationFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1048
+ /**
1049
+ * Select specific fields to fetch from the SOAFrameworkConfiguration
1050
+ */
1051
+ select?: Prisma.SOAFrameworkConfigurationSelect<ExtArgs> | null;
1052
+ /**
1053
+ * Omit specific fields from the SOAFrameworkConfiguration
1054
+ */
1055
+ omit?: Prisma.SOAFrameworkConfigurationOmit<ExtArgs> | null;
1056
+ /**
1057
+ * Choose, which related nodes to fetch as well
1058
+ */
1059
+ include?: Prisma.SOAFrameworkConfigurationInclude<ExtArgs> | null;
1060
+ /**
1061
+ * Filter, which SOAFrameworkConfiguration to fetch.
1062
+ */
1063
+ where: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
1064
+ };
1065
+ /**
1066
+ * SOAFrameworkConfiguration findFirst
1067
+ */
1068
+ export type SOAFrameworkConfigurationFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1069
+ /**
1070
+ * Select specific fields to fetch from the SOAFrameworkConfiguration
1071
+ */
1072
+ select?: Prisma.SOAFrameworkConfigurationSelect<ExtArgs> | null;
1073
+ /**
1074
+ * Omit specific fields from the SOAFrameworkConfiguration
1075
+ */
1076
+ omit?: Prisma.SOAFrameworkConfigurationOmit<ExtArgs> | null;
1077
+ /**
1078
+ * Choose, which related nodes to fetch as well
1079
+ */
1080
+ include?: Prisma.SOAFrameworkConfigurationInclude<ExtArgs> | null;
1081
+ /**
1082
+ * Filter, which SOAFrameworkConfiguration to fetch.
1083
+ */
1084
+ where?: Prisma.SOAFrameworkConfigurationWhereInput;
1085
+ /**
1086
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1087
+ *
1088
+ * Determine the order of SOAFrameworkConfigurations to fetch.
1089
+ */
1090
+ orderBy?: Prisma.SOAFrameworkConfigurationOrderByWithRelationInput | Prisma.SOAFrameworkConfigurationOrderByWithRelationInput[];
1091
+ /**
1092
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1093
+ *
1094
+ * Sets the position for searching for SOAFrameworkConfigurations.
1095
+ */
1096
+ cursor?: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
1097
+ /**
1098
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1099
+ *
1100
+ * Take `±n` SOAFrameworkConfigurations from the position of the cursor.
1101
+ */
1102
+ take?: number;
1103
+ /**
1104
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1105
+ *
1106
+ * Skip the first `n` SOAFrameworkConfigurations.
1107
+ */
1108
+ skip?: number;
1109
+ /**
1110
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1111
+ *
1112
+ * Filter by unique combinations of SOAFrameworkConfigurations.
1113
+ */
1114
+ distinct?: Prisma.SOAFrameworkConfigurationScalarFieldEnum | Prisma.SOAFrameworkConfigurationScalarFieldEnum[];
1115
+ };
1116
+ /**
1117
+ * SOAFrameworkConfiguration findFirstOrThrow
1118
+ */
1119
+ export type SOAFrameworkConfigurationFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1120
+ /**
1121
+ * Select specific fields to fetch from the SOAFrameworkConfiguration
1122
+ */
1123
+ select?: Prisma.SOAFrameworkConfigurationSelect<ExtArgs> | null;
1124
+ /**
1125
+ * Omit specific fields from the SOAFrameworkConfiguration
1126
+ */
1127
+ omit?: Prisma.SOAFrameworkConfigurationOmit<ExtArgs> | null;
1128
+ /**
1129
+ * Choose, which related nodes to fetch as well
1130
+ */
1131
+ include?: Prisma.SOAFrameworkConfigurationInclude<ExtArgs> | null;
1132
+ /**
1133
+ * Filter, which SOAFrameworkConfiguration to fetch.
1134
+ */
1135
+ where?: Prisma.SOAFrameworkConfigurationWhereInput;
1136
+ /**
1137
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1138
+ *
1139
+ * Determine the order of SOAFrameworkConfigurations to fetch.
1140
+ */
1141
+ orderBy?: Prisma.SOAFrameworkConfigurationOrderByWithRelationInput | Prisma.SOAFrameworkConfigurationOrderByWithRelationInput[];
1142
+ /**
1143
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1144
+ *
1145
+ * Sets the position for searching for SOAFrameworkConfigurations.
1146
+ */
1147
+ cursor?: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
1148
+ /**
1149
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1150
+ *
1151
+ * Take `±n` SOAFrameworkConfigurations from the position of the cursor.
1152
+ */
1153
+ take?: number;
1154
+ /**
1155
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1156
+ *
1157
+ * Skip the first `n` SOAFrameworkConfigurations.
1158
+ */
1159
+ skip?: number;
1160
+ /**
1161
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1162
+ *
1163
+ * Filter by unique combinations of SOAFrameworkConfigurations.
1164
+ */
1165
+ distinct?: Prisma.SOAFrameworkConfigurationScalarFieldEnum | Prisma.SOAFrameworkConfigurationScalarFieldEnum[];
1166
+ };
1167
+ /**
1168
+ * SOAFrameworkConfiguration findMany
1169
+ */
1170
+ export type SOAFrameworkConfigurationFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1171
+ /**
1172
+ * Select specific fields to fetch from the SOAFrameworkConfiguration
1173
+ */
1174
+ select?: Prisma.SOAFrameworkConfigurationSelect<ExtArgs> | null;
1175
+ /**
1176
+ * Omit specific fields from the SOAFrameworkConfiguration
1177
+ */
1178
+ omit?: Prisma.SOAFrameworkConfigurationOmit<ExtArgs> | null;
1179
+ /**
1180
+ * Choose, which related nodes to fetch as well
1181
+ */
1182
+ include?: Prisma.SOAFrameworkConfigurationInclude<ExtArgs> | null;
1183
+ /**
1184
+ * Filter, which SOAFrameworkConfigurations to fetch.
1185
+ */
1186
+ where?: Prisma.SOAFrameworkConfigurationWhereInput;
1187
+ /**
1188
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1189
+ *
1190
+ * Determine the order of SOAFrameworkConfigurations to fetch.
1191
+ */
1192
+ orderBy?: Prisma.SOAFrameworkConfigurationOrderByWithRelationInput | Prisma.SOAFrameworkConfigurationOrderByWithRelationInput[];
1193
+ /**
1194
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1195
+ *
1196
+ * Sets the position for listing SOAFrameworkConfigurations.
1197
+ */
1198
+ cursor?: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
1199
+ /**
1200
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1201
+ *
1202
+ * Take `±n` SOAFrameworkConfigurations from the position of the cursor.
1203
+ */
1204
+ take?: number;
1205
+ /**
1206
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1207
+ *
1208
+ * Skip the first `n` SOAFrameworkConfigurations.
1209
+ */
1210
+ skip?: number;
1211
+ /**
1212
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1213
+ *
1214
+ * Filter by unique combinations of SOAFrameworkConfigurations.
1215
+ */
1216
+ distinct?: Prisma.SOAFrameworkConfigurationScalarFieldEnum | Prisma.SOAFrameworkConfigurationScalarFieldEnum[];
1217
+ };
1218
+ /**
1219
+ * SOAFrameworkConfiguration create
1220
+ */
1221
+ export type SOAFrameworkConfigurationCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1222
+ /**
1223
+ * Select specific fields to fetch from the SOAFrameworkConfiguration
1224
+ */
1225
+ select?: Prisma.SOAFrameworkConfigurationSelect<ExtArgs> | null;
1226
+ /**
1227
+ * Omit specific fields from the SOAFrameworkConfiguration
1228
+ */
1229
+ omit?: Prisma.SOAFrameworkConfigurationOmit<ExtArgs> | null;
1230
+ /**
1231
+ * Choose, which related nodes to fetch as well
1232
+ */
1233
+ include?: Prisma.SOAFrameworkConfigurationInclude<ExtArgs> | null;
1234
+ /**
1235
+ * The data needed to create a SOAFrameworkConfiguration.
1236
+ */
1237
+ data: Prisma.XOR<Prisma.SOAFrameworkConfigurationCreateInput, Prisma.SOAFrameworkConfigurationUncheckedCreateInput>;
1238
+ };
1239
+ /**
1240
+ * SOAFrameworkConfiguration createMany
1241
+ */
1242
+ export type SOAFrameworkConfigurationCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1243
+ /**
1244
+ * The data used to create many SOAFrameworkConfigurations.
1245
+ */
1246
+ data: Prisma.SOAFrameworkConfigurationCreateManyInput | Prisma.SOAFrameworkConfigurationCreateManyInput[];
1247
+ skipDuplicates?: boolean;
1248
+ };
1249
+ /**
1250
+ * SOAFrameworkConfiguration createManyAndReturn
1251
+ */
1252
+ export type SOAFrameworkConfigurationCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1253
+ /**
1254
+ * Select specific fields to fetch from the SOAFrameworkConfiguration
1255
+ */
1256
+ select?: Prisma.SOAFrameworkConfigurationSelectCreateManyAndReturn<ExtArgs> | null;
1257
+ /**
1258
+ * Omit specific fields from the SOAFrameworkConfiguration
1259
+ */
1260
+ omit?: Prisma.SOAFrameworkConfigurationOmit<ExtArgs> | null;
1261
+ /**
1262
+ * The data used to create many SOAFrameworkConfigurations.
1263
+ */
1264
+ data: Prisma.SOAFrameworkConfigurationCreateManyInput | Prisma.SOAFrameworkConfigurationCreateManyInput[];
1265
+ skipDuplicates?: boolean;
1266
+ /**
1267
+ * Choose, which related nodes to fetch as well
1268
+ */
1269
+ include?: Prisma.SOAFrameworkConfigurationIncludeCreateManyAndReturn<ExtArgs> | null;
1270
+ };
1271
+ /**
1272
+ * SOAFrameworkConfiguration update
1273
+ */
1274
+ export type SOAFrameworkConfigurationUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1275
+ /**
1276
+ * Select specific fields to fetch from the SOAFrameworkConfiguration
1277
+ */
1278
+ select?: Prisma.SOAFrameworkConfigurationSelect<ExtArgs> | null;
1279
+ /**
1280
+ * Omit specific fields from the SOAFrameworkConfiguration
1281
+ */
1282
+ omit?: Prisma.SOAFrameworkConfigurationOmit<ExtArgs> | null;
1283
+ /**
1284
+ * Choose, which related nodes to fetch as well
1285
+ */
1286
+ include?: Prisma.SOAFrameworkConfigurationInclude<ExtArgs> | null;
1287
+ /**
1288
+ * The data needed to update a SOAFrameworkConfiguration.
1289
+ */
1290
+ data: Prisma.XOR<Prisma.SOAFrameworkConfigurationUpdateInput, Prisma.SOAFrameworkConfigurationUncheckedUpdateInput>;
1291
+ /**
1292
+ * Choose, which SOAFrameworkConfiguration to update.
1293
+ */
1294
+ where: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
1295
+ };
1296
+ /**
1297
+ * SOAFrameworkConfiguration updateMany
1298
+ */
1299
+ export type SOAFrameworkConfigurationUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1300
+ /**
1301
+ * The data used to update SOAFrameworkConfigurations.
1302
+ */
1303
+ data: Prisma.XOR<Prisma.SOAFrameworkConfigurationUpdateManyMutationInput, Prisma.SOAFrameworkConfigurationUncheckedUpdateManyInput>;
1304
+ /**
1305
+ * Filter which SOAFrameworkConfigurations to update
1306
+ */
1307
+ where?: Prisma.SOAFrameworkConfigurationWhereInput;
1308
+ /**
1309
+ * Limit how many SOAFrameworkConfigurations to update.
1310
+ */
1311
+ limit?: number;
1312
+ };
1313
+ /**
1314
+ * SOAFrameworkConfiguration updateManyAndReturn
1315
+ */
1316
+ export type SOAFrameworkConfigurationUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1317
+ /**
1318
+ * Select specific fields to fetch from the SOAFrameworkConfiguration
1319
+ */
1320
+ select?: Prisma.SOAFrameworkConfigurationSelectUpdateManyAndReturn<ExtArgs> | null;
1321
+ /**
1322
+ * Omit specific fields from the SOAFrameworkConfiguration
1323
+ */
1324
+ omit?: Prisma.SOAFrameworkConfigurationOmit<ExtArgs> | null;
1325
+ /**
1326
+ * The data used to update SOAFrameworkConfigurations.
1327
+ */
1328
+ data: Prisma.XOR<Prisma.SOAFrameworkConfigurationUpdateManyMutationInput, Prisma.SOAFrameworkConfigurationUncheckedUpdateManyInput>;
1329
+ /**
1330
+ * Filter which SOAFrameworkConfigurations to update
1331
+ */
1332
+ where?: Prisma.SOAFrameworkConfigurationWhereInput;
1333
+ /**
1334
+ * Limit how many SOAFrameworkConfigurations to update.
1335
+ */
1336
+ limit?: number;
1337
+ /**
1338
+ * Choose, which related nodes to fetch as well
1339
+ */
1340
+ include?: Prisma.SOAFrameworkConfigurationIncludeUpdateManyAndReturn<ExtArgs> | null;
1341
+ };
1342
+ /**
1343
+ * SOAFrameworkConfiguration upsert
1344
+ */
1345
+ export type SOAFrameworkConfigurationUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1346
+ /**
1347
+ * Select specific fields to fetch from the SOAFrameworkConfiguration
1348
+ */
1349
+ select?: Prisma.SOAFrameworkConfigurationSelect<ExtArgs> | null;
1350
+ /**
1351
+ * Omit specific fields from the SOAFrameworkConfiguration
1352
+ */
1353
+ omit?: Prisma.SOAFrameworkConfigurationOmit<ExtArgs> | null;
1354
+ /**
1355
+ * Choose, which related nodes to fetch as well
1356
+ */
1357
+ include?: Prisma.SOAFrameworkConfigurationInclude<ExtArgs> | null;
1358
+ /**
1359
+ * The filter to search for the SOAFrameworkConfiguration to update in case it exists.
1360
+ */
1361
+ where: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
1362
+ /**
1363
+ * In case the SOAFrameworkConfiguration found by the `where` argument doesn't exist, create a new SOAFrameworkConfiguration with this data.
1364
+ */
1365
+ create: Prisma.XOR<Prisma.SOAFrameworkConfigurationCreateInput, Prisma.SOAFrameworkConfigurationUncheckedCreateInput>;
1366
+ /**
1367
+ * In case the SOAFrameworkConfiguration was found with the provided `where` argument, update it with this data.
1368
+ */
1369
+ update: Prisma.XOR<Prisma.SOAFrameworkConfigurationUpdateInput, Prisma.SOAFrameworkConfigurationUncheckedUpdateInput>;
1370
+ };
1371
+ /**
1372
+ * SOAFrameworkConfiguration delete
1373
+ */
1374
+ export type SOAFrameworkConfigurationDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1375
+ /**
1376
+ * Select specific fields to fetch from the SOAFrameworkConfiguration
1377
+ */
1378
+ select?: Prisma.SOAFrameworkConfigurationSelect<ExtArgs> | null;
1379
+ /**
1380
+ * Omit specific fields from the SOAFrameworkConfiguration
1381
+ */
1382
+ omit?: Prisma.SOAFrameworkConfigurationOmit<ExtArgs> | null;
1383
+ /**
1384
+ * Choose, which related nodes to fetch as well
1385
+ */
1386
+ include?: Prisma.SOAFrameworkConfigurationInclude<ExtArgs> | null;
1387
+ /**
1388
+ * Filter which SOAFrameworkConfiguration to delete.
1389
+ */
1390
+ where: Prisma.SOAFrameworkConfigurationWhereUniqueInput;
1391
+ };
1392
+ /**
1393
+ * SOAFrameworkConfiguration deleteMany
1394
+ */
1395
+ export type SOAFrameworkConfigurationDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1396
+ /**
1397
+ * Filter which SOAFrameworkConfigurations to delete
1398
+ */
1399
+ where?: Prisma.SOAFrameworkConfigurationWhereInput;
1400
+ /**
1401
+ * Limit how many SOAFrameworkConfigurations to delete.
1402
+ */
1403
+ limit?: number;
1404
+ };
1405
+ /**
1406
+ * SOAFrameworkConfiguration.documents
1407
+ */
1408
+ export type SOAFrameworkConfiguration$documentsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1409
+ /**
1410
+ * Select specific fields to fetch from the SOADocument
1411
+ */
1412
+ select?: Prisma.SOADocumentSelect<ExtArgs> | null;
1413
+ /**
1414
+ * Omit specific fields from the SOADocument
1415
+ */
1416
+ omit?: Prisma.SOADocumentOmit<ExtArgs> | null;
1417
+ /**
1418
+ * Choose, which related nodes to fetch as well
1419
+ */
1420
+ include?: Prisma.SOADocumentInclude<ExtArgs> | null;
1421
+ where?: Prisma.SOADocumentWhereInput;
1422
+ orderBy?: Prisma.SOADocumentOrderByWithRelationInput | Prisma.SOADocumentOrderByWithRelationInput[];
1423
+ cursor?: Prisma.SOADocumentWhereUniqueInput;
1424
+ take?: number;
1425
+ skip?: number;
1426
+ distinct?: Prisma.SOADocumentScalarFieldEnum | Prisma.SOADocumentScalarFieldEnum[];
1427
+ };
1428
+ /**
1429
+ * SOAFrameworkConfiguration without action
1430
+ */
1431
+ export type SOAFrameworkConfigurationDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1432
+ /**
1433
+ * Select specific fields to fetch from the SOAFrameworkConfiguration
1434
+ */
1435
+ select?: Prisma.SOAFrameworkConfigurationSelect<ExtArgs> | null;
1436
+ /**
1437
+ * Omit specific fields from the SOAFrameworkConfiguration
1438
+ */
1439
+ omit?: Prisma.SOAFrameworkConfigurationOmit<ExtArgs> | null;
1440
+ /**
1441
+ * Choose, which related nodes to fetch as well
1442
+ */
1443
+ include?: Prisma.SOAFrameworkConfigurationInclude<ExtArgs> | null;
1444
+ };
1445
+ //# sourceMappingURL=SOAFrameworkConfiguration.d.ts.map