@constructive-io/sdk 0.25.16 → 0.25.17

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 (566) hide show
  1. package/README.md +2 -0
  2. package/admin/orm/models/appAdminGrant.js +1 -1
  3. package/admin/orm/models/appClaimedInvite.js +1 -1
  4. package/admin/orm/models/appGrant.js +1 -1
  5. package/admin/orm/models/appInvite.js +1 -1
  6. package/admin/orm/models/appMembership.js +1 -1
  7. package/admin/orm/models/appMembershipDefault.js +1 -1
  8. package/admin/orm/models/appOwnerGrant.js +1 -1
  9. package/admin/orm/models/appPermission.js +1 -1
  10. package/admin/orm/models/appPermissionDefault.js +1 -1
  11. package/admin/orm/models/appPermissionDefaultGrant.js +1 -1
  12. package/admin/orm/models/appPermissionDefaultPermission.js +1 -1
  13. package/admin/orm/models/membershipType.js +1 -1
  14. package/admin/orm/models/orgAdminGrant.js +1 -1
  15. package/admin/orm/models/orgChartEdge.js +1 -1
  16. package/admin/orm/models/orgChartEdgeGrant.js +1 -1
  17. package/admin/orm/models/orgClaimedInvite.js +1 -1
  18. package/admin/orm/models/orgGrant.js +1 -1
  19. package/admin/orm/models/orgInvite.js +1 -1
  20. package/admin/orm/models/orgMember.js +1 -1
  21. package/admin/orm/models/orgMemberProfile.js +1 -1
  22. package/admin/orm/models/orgMembership.js +1 -1
  23. package/admin/orm/models/orgMembershipDefault.js +1 -1
  24. package/admin/orm/models/orgMembershipSetting.js +1 -1
  25. package/admin/orm/models/orgOwnerGrant.js +1 -1
  26. package/admin/orm/models/orgPermission.js +1 -1
  27. package/admin/orm/models/orgPermissionDefault.js +1 -1
  28. package/admin/orm/models/orgPermissionDefaultGrant.js +1 -1
  29. package/admin/orm/models/orgPermissionDefaultPermission.js +1 -1
  30. package/admin/orm/query-builder.d.ts +1 -1
  31. package/admin/orm/query-builder.js +2 -1
  32. package/agent/orm/input-types.d.ts +14 -2
  33. package/agent/orm/models/agent.js +1 -1
  34. package/agent/orm/models/agentMessage.js +1 -1
  35. package/agent/orm/models/agentPersona.js +1 -1
  36. package/agent/orm/models/agentPlan.js +1 -1
  37. package/agent/orm/models/agentPrompt.js +1 -1
  38. package/agent/orm/models/agentResource.js +1 -1
  39. package/agent/orm/models/agentResourceChunk.js +1 -1
  40. package/agent/orm/models/agentTask.js +1 -1
  41. package/agent/orm/models/agentThread.js +1 -1
  42. package/agent/orm/query-builder.d.ts +1 -1
  43. package/agent/orm/query-builder.js +2 -1
  44. package/api/orm/input-types.d.ts +36 -1
  45. package/api/orm/models/api.js +1 -1
  46. package/api/orm/models/apiModule.js +1 -1
  47. package/api/orm/models/apiSchema.js +1 -1
  48. package/api/orm/models/apiSetting.js +1 -1
  49. package/api/orm/models/app.js +1 -1
  50. package/api/orm/models/checkConstraint.js +1 -1
  51. package/api/orm/models/compositeType.js +1 -1
  52. package/api/orm/models/corsSetting.js +1 -1
  53. package/api/orm/models/database.js +1 -1
  54. package/api/orm/models/databaseSetting.js +1 -1
  55. package/api/orm/models/databaseTransfer.js +1 -1
  56. package/api/orm/models/defaultPrivilege.js +1 -1
  57. package/api/orm/models/domain.js +1 -1
  58. package/api/orm/models/embeddingChunk.js +1 -1
  59. package/api/orm/models/enum.js +1 -1
  60. package/api/orm/models/field.js +1 -1
  61. package/api/orm/models/foreignKeyConstraint.js +1 -1
  62. package/api/orm/models/fullTextSearch.js +1 -1
  63. package/api/orm/models/function.js +1 -1
  64. package/api/orm/models/indexModel.js +1 -1
  65. package/api/orm/models/nodeTypeRegistry.js +1 -1
  66. package/api/orm/models/partition.js +1 -1
  67. package/api/orm/models/policy.js +1 -1
  68. package/api/orm/models/primaryKeyConstraint.js +1 -1
  69. package/api/orm/models/pubkeySetting.js +1 -1
  70. package/api/orm/models/rlsSetting.js +1 -1
  71. package/api/orm/models/schema.js +1 -1
  72. package/api/orm/models/schemaGrant.js +1 -1
  73. package/api/orm/models/site.js +1 -1
  74. package/api/orm/models/siteMetadatum.js +1 -1
  75. package/api/orm/models/siteModule.js +1 -1
  76. package/api/orm/models/siteTheme.js +1 -1
  77. package/api/orm/models/spatialRelation.js +1 -1
  78. package/api/orm/models/table.js +1 -1
  79. package/api/orm/models/tableGrant.js +1 -1
  80. package/api/orm/models/trigger.js +1 -1
  81. package/api/orm/models/triggerFunction.js +1 -1
  82. package/api/orm/models/uniqueConstraint.js +1 -1
  83. package/api/orm/models/view.js +1 -1
  84. package/api/orm/models/viewGrant.js +1 -1
  85. package/api/orm/models/viewRule.js +1 -1
  86. package/api/orm/models/viewTable.js +1 -1
  87. package/api/orm/models/webauthnSetting.js +1 -1
  88. package/api/orm/query-builder.d.ts +1 -1
  89. package/api/orm/query-builder.js +2 -1
  90. package/auth/orm/input-types.d.ts +4 -2
  91. package/auth/orm/models/auditLogAuth.d.ts +2 -0
  92. package/auth/orm/models/auditLogAuth.js +4 -1
  93. package/auth/orm/models/cryptoAddress.js +1 -1
  94. package/auth/orm/models/email.js +1 -1
  95. package/auth/orm/models/phoneNumber.js +1 -1
  96. package/auth/orm/models/roleType.js +1 -1
  97. package/auth/orm/models/user.js +1 -1
  98. package/auth/orm/models/webauthnCredential.js +1 -1
  99. package/auth/orm/query-builder.d.ts +1 -1
  100. package/auth/orm/query-builder.js +2 -1
  101. package/compute/index.d.ts +5 -0
  102. package/compute/index.js +21 -0
  103. package/compute/orm/client.d.ts +97 -0
  104. package/compute/orm/client.js +152 -0
  105. package/compute/orm/index.d.ts +148 -0
  106. package/compute/orm/index.js +103 -0
  107. package/compute/orm/input-types.d.ts +4243 -0
  108. package/compute/orm/input-types.js +10 -0
  109. package/compute/orm/models/functionApiBinding.d.ts +54 -0
  110. package/compute/orm/models/functionApiBinding.js +104 -0
  111. package/compute/orm/models/functionDefinition.d.ts +54 -0
  112. package/compute/orm/models/functionDefinition.js +104 -0
  113. package/compute/orm/models/functionDeployment.d.ts +54 -0
  114. package/compute/orm/models/functionDeployment.js +104 -0
  115. package/compute/orm/models/functionDeploymentEvent.d.ts +56 -0
  116. package/compute/orm/models/functionDeploymentEvent.js +107 -0
  117. package/compute/orm/models/functionExecutionLog.d.ts +56 -0
  118. package/compute/orm/models/functionExecutionLog.js +107 -0
  119. package/compute/orm/models/functionGraph.d.ts +54 -0
  120. package/compute/orm/models/functionGraph.js +104 -0
  121. package/compute/orm/models/functionGraphCommit.d.ts +56 -0
  122. package/compute/orm/models/functionGraphCommit.js +107 -0
  123. package/compute/orm/models/functionGraphExecution.d.ts +56 -0
  124. package/compute/orm/models/functionGraphExecution.js +107 -0
  125. package/compute/orm/models/functionGraphExecutionNodeState.d.ts +56 -0
  126. package/compute/orm/models/functionGraphExecutionNodeState.js +107 -0
  127. package/compute/orm/models/functionGraphExecutionOutput.d.ts +56 -0
  128. package/compute/orm/models/functionGraphExecutionOutput.js +107 -0
  129. package/compute/orm/models/functionGraphObject.d.ts +56 -0
  130. package/compute/orm/models/functionGraphObject.js +97 -0
  131. package/compute/orm/models/functionGraphRef.d.ts +56 -0
  132. package/compute/orm/models/functionGraphRef.js +107 -0
  133. package/compute/orm/models/functionGraphStore.d.ts +54 -0
  134. package/compute/orm/models/functionGraphStore.js +104 -0
  135. package/compute/orm/models/functionInvocation.d.ts +56 -0
  136. package/compute/orm/models/functionInvocation.js +107 -0
  137. package/compute/orm/models/getAllRecord.d.ts +30 -0
  138. package/compute/orm/models/getAllRecord.js +59 -0
  139. package/compute/orm/models/index.d.ts +23 -0
  140. package/compute/orm/models/index.js +44 -0
  141. package/compute/orm/models/orgFunctionExecutionLog.d.ts +56 -0
  142. package/compute/orm/models/orgFunctionExecutionLog.js +107 -0
  143. package/compute/orm/models/orgFunctionInvocation.d.ts +56 -0
  144. package/compute/orm/models/orgFunctionInvocation.js +107 -0
  145. package/compute/orm/models/secretDefinition.d.ts +54 -0
  146. package/compute/orm/models/secretDefinition.js +104 -0
  147. package/compute/orm/mutation/index.d.ts +130 -0
  148. package/compute/orm/mutation/index.js +177 -0
  149. package/compute/orm/query/index.d.ts +17 -0
  150. package/compute/orm/query/index.js +21 -0
  151. package/compute/orm/query-builder.d.ts +110 -0
  152. package/compute/orm/query-builder.js +757 -0
  153. package/compute/orm/realtime.d.ts +142 -0
  154. package/compute/orm/realtime.js +104 -0
  155. package/compute/orm/select-types.d.ts +125 -0
  156. package/compute/orm/select-types.js +2 -0
  157. package/compute/orm/types.d.ts +6 -0
  158. package/compute/orm/types.js +23 -0
  159. package/config/index.d.ts +5 -0
  160. package/config/index.js +21 -0
  161. package/config/orm/client.d.ts +97 -0
  162. package/config/orm/client.js +152 -0
  163. package/config/orm/index.d.ts +83 -0
  164. package/config/orm/index.js +67 -0
  165. package/config/orm/input-types.d.ts +719 -0
  166. package/config/orm/input-types.js +5 -0
  167. package/config/orm/models/index.d.ts +7 -0
  168. package/config/orm/models/index.js +12 -0
  169. package/config/orm/models/platformConfig.d.ts +54 -0
  170. package/config/orm/models/platformConfig.js +104 -0
  171. package/config/orm/models/platformConfigDefinition.d.ts +54 -0
  172. package/config/orm/models/platformConfigDefinition.js +104 -0
  173. package/config/orm/mutation/index.d.ts +90 -0
  174. package/config/orm/mutation/index.js +117 -0
  175. package/config/orm/query-builder.d.ts +110 -0
  176. package/config/orm/query-builder.js +757 -0
  177. package/config/orm/realtime.d.ts +142 -0
  178. package/config/orm/realtime.js +104 -0
  179. package/config/orm/select-types.d.ts +125 -0
  180. package/config/orm/select-types.js +2 -0
  181. package/config/orm/types.d.ts +6 -0
  182. package/config/orm/types.js +23 -0
  183. package/esm/admin/orm/models/appAdminGrant.js +1 -1
  184. package/esm/admin/orm/models/appClaimedInvite.js +1 -1
  185. package/esm/admin/orm/models/appGrant.js +1 -1
  186. package/esm/admin/orm/models/appInvite.js +1 -1
  187. package/esm/admin/orm/models/appMembership.js +1 -1
  188. package/esm/admin/orm/models/appMembershipDefault.js +1 -1
  189. package/esm/admin/orm/models/appOwnerGrant.js +1 -1
  190. package/esm/admin/orm/models/appPermission.js +1 -1
  191. package/esm/admin/orm/models/appPermissionDefault.js +1 -1
  192. package/esm/admin/orm/models/appPermissionDefaultGrant.js +1 -1
  193. package/esm/admin/orm/models/appPermissionDefaultPermission.js +1 -1
  194. package/esm/admin/orm/models/membershipType.js +1 -1
  195. package/esm/admin/orm/models/orgAdminGrant.js +1 -1
  196. package/esm/admin/orm/models/orgChartEdge.js +1 -1
  197. package/esm/admin/orm/models/orgChartEdgeGrant.js +1 -1
  198. package/esm/admin/orm/models/orgClaimedInvite.js +1 -1
  199. package/esm/admin/orm/models/orgGrant.js +1 -1
  200. package/esm/admin/orm/models/orgInvite.js +1 -1
  201. package/esm/admin/orm/models/orgMember.js +1 -1
  202. package/esm/admin/orm/models/orgMemberProfile.js +1 -1
  203. package/esm/admin/orm/models/orgMembership.js +1 -1
  204. package/esm/admin/orm/models/orgMembershipDefault.js +1 -1
  205. package/esm/admin/orm/models/orgMembershipSetting.js +1 -1
  206. package/esm/admin/orm/models/orgOwnerGrant.js +1 -1
  207. package/esm/admin/orm/models/orgPermission.js +1 -1
  208. package/esm/admin/orm/models/orgPermissionDefault.js +1 -1
  209. package/esm/admin/orm/models/orgPermissionDefaultGrant.js +1 -1
  210. package/esm/admin/orm/models/orgPermissionDefaultPermission.js +1 -1
  211. package/esm/admin/orm/query-builder.d.ts +1 -1
  212. package/esm/admin/orm/query-builder.js +2 -1
  213. package/esm/agent/orm/input-types.d.ts +14 -2
  214. package/esm/agent/orm/models/agent.js +1 -1
  215. package/esm/agent/orm/models/agentMessage.js +1 -1
  216. package/esm/agent/orm/models/agentPersona.js +1 -1
  217. package/esm/agent/orm/models/agentPlan.js +1 -1
  218. package/esm/agent/orm/models/agentPrompt.js +1 -1
  219. package/esm/agent/orm/models/agentResource.js +1 -1
  220. package/esm/agent/orm/models/agentResourceChunk.js +1 -1
  221. package/esm/agent/orm/models/agentTask.js +1 -1
  222. package/esm/agent/orm/models/agentThread.js +1 -1
  223. package/esm/agent/orm/query-builder.d.ts +1 -1
  224. package/esm/agent/orm/query-builder.js +2 -1
  225. package/esm/api/orm/input-types.d.ts +36 -1
  226. package/esm/api/orm/models/api.js +1 -1
  227. package/esm/api/orm/models/apiModule.js +1 -1
  228. package/esm/api/orm/models/apiSchema.js +1 -1
  229. package/esm/api/orm/models/apiSetting.js +1 -1
  230. package/esm/api/orm/models/app.js +1 -1
  231. package/esm/api/orm/models/checkConstraint.js +1 -1
  232. package/esm/api/orm/models/compositeType.js +1 -1
  233. package/esm/api/orm/models/corsSetting.js +1 -1
  234. package/esm/api/orm/models/database.js +1 -1
  235. package/esm/api/orm/models/databaseSetting.js +1 -1
  236. package/esm/api/orm/models/databaseTransfer.js +1 -1
  237. package/esm/api/orm/models/defaultPrivilege.js +1 -1
  238. package/esm/api/orm/models/domain.js +1 -1
  239. package/esm/api/orm/models/embeddingChunk.js +1 -1
  240. package/esm/api/orm/models/enum.js +1 -1
  241. package/esm/api/orm/models/field.js +1 -1
  242. package/esm/api/orm/models/foreignKeyConstraint.js +1 -1
  243. package/esm/api/orm/models/fullTextSearch.js +1 -1
  244. package/esm/api/orm/models/function.js +1 -1
  245. package/esm/api/orm/models/indexModel.js +1 -1
  246. package/esm/api/orm/models/nodeTypeRegistry.js +1 -1
  247. package/esm/api/orm/models/partition.js +1 -1
  248. package/esm/api/orm/models/policy.js +1 -1
  249. package/esm/api/orm/models/primaryKeyConstraint.js +1 -1
  250. package/esm/api/orm/models/pubkeySetting.js +1 -1
  251. package/esm/api/orm/models/rlsSetting.js +1 -1
  252. package/esm/api/orm/models/schema.js +1 -1
  253. package/esm/api/orm/models/schemaGrant.js +1 -1
  254. package/esm/api/orm/models/site.js +1 -1
  255. package/esm/api/orm/models/siteMetadatum.js +1 -1
  256. package/esm/api/orm/models/siteModule.js +1 -1
  257. package/esm/api/orm/models/siteTheme.js +1 -1
  258. package/esm/api/orm/models/spatialRelation.js +1 -1
  259. package/esm/api/orm/models/table.js +1 -1
  260. package/esm/api/orm/models/tableGrant.js +1 -1
  261. package/esm/api/orm/models/trigger.js +1 -1
  262. package/esm/api/orm/models/triggerFunction.js +1 -1
  263. package/esm/api/orm/models/uniqueConstraint.js +1 -1
  264. package/esm/api/orm/models/view.js +1 -1
  265. package/esm/api/orm/models/viewGrant.js +1 -1
  266. package/esm/api/orm/models/viewRule.js +1 -1
  267. package/esm/api/orm/models/viewTable.js +1 -1
  268. package/esm/api/orm/models/webauthnSetting.js +1 -1
  269. package/esm/api/orm/query-builder.d.ts +1 -1
  270. package/esm/api/orm/query-builder.js +2 -1
  271. package/esm/auth/orm/input-types.d.ts +4 -2
  272. package/esm/auth/orm/models/auditLogAuth.d.ts +2 -0
  273. package/esm/auth/orm/models/auditLogAuth.js +4 -1
  274. package/esm/auth/orm/models/cryptoAddress.js +1 -1
  275. package/esm/auth/orm/models/email.js +1 -1
  276. package/esm/auth/orm/models/phoneNumber.js +1 -1
  277. package/esm/auth/orm/models/roleType.js +1 -1
  278. package/esm/auth/orm/models/user.js +1 -1
  279. package/esm/auth/orm/models/webauthnCredential.js +1 -1
  280. package/esm/auth/orm/query-builder.d.ts +1 -1
  281. package/esm/auth/orm/query-builder.js +2 -1
  282. package/esm/compute/index.d.ts +5 -0
  283. package/esm/compute/index.js +5 -0
  284. package/esm/compute/orm/client.d.ts +97 -0
  285. package/esm/compute/orm/client.js +145 -0
  286. package/esm/compute/orm/index.d.ts +148 -0
  287. package/esm/compute/orm/index.js +80 -0
  288. package/esm/compute/orm/input-types.d.ts +4243 -0
  289. package/esm/compute/orm/input-types.js +7 -0
  290. package/esm/compute/orm/models/functionApiBinding.d.ts +54 -0
  291. package/esm/compute/orm/models/functionApiBinding.js +100 -0
  292. package/esm/compute/orm/models/functionDefinition.d.ts +54 -0
  293. package/esm/compute/orm/models/functionDefinition.js +100 -0
  294. package/esm/compute/orm/models/functionDeployment.d.ts +54 -0
  295. package/esm/compute/orm/models/functionDeployment.js +100 -0
  296. package/esm/compute/orm/models/functionDeploymentEvent.d.ts +56 -0
  297. package/esm/compute/orm/models/functionDeploymentEvent.js +103 -0
  298. package/esm/compute/orm/models/functionExecutionLog.d.ts +56 -0
  299. package/esm/compute/orm/models/functionExecutionLog.js +103 -0
  300. package/esm/compute/orm/models/functionGraph.d.ts +54 -0
  301. package/esm/compute/orm/models/functionGraph.js +100 -0
  302. package/esm/compute/orm/models/functionGraphCommit.d.ts +56 -0
  303. package/esm/compute/orm/models/functionGraphCommit.js +103 -0
  304. package/esm/compute/orm/models/functionGraphExecution.d.ts +56 -0
  305. package/esm/compute/orm/models/functionGraphExecution.js +103 -0
  306. package/esm/compute/orm/models/functionGraphExecutionNodeState.d.ts +56 -0
  307. package/esm/compute/orm/models/functionGraphExecutionNodeState.js +103 -0
  308. package/esm/compute/orm/models/functionGraphExecutionOutput.d.ts +56 -0
  309. package/esm/compute/orm/models/functionGraphExecutionOutput.js +103 -0
  310. package/esm/compute/orm/models/functionGraphObject.d.ts +56 -0
  311. package/esm/compute/orm/models/functionGraphObject.js +93 -0
  312. package/esm/compute/orm/models/functionGraphRef.d.ts +56 -0
  313. package/esm/compute/orm/models/functionGraphRef.js +103 -0
  314. package/esm/compute/orm/models/functionGraphStore.d.ts +54 -0
  315. package/esm/compute/orm/models/functionGraphStore.js +100 -0
  316. package/esm/compute/orm/models/functionInvocation.d.ts +56 -0
  317. package/esm/compute/orm/models/functionInvocation.js +103 -0
  318. package/esm/compute/orm/models/getAllRecord.d.ts +30 -0
  319. package/esm/compute/orm/models/getAllRecord.js +55 -0
  320. package/esm/compute/orm/models/index.d.ts +23 -0
  321. package/esm/compute/orm/models/index.js +23 -0
  322. package/esm/compute/orm/models/orgFunctionExecutionLog.d.ts +56 -0
  323. package/esm/compute/orm/models/orgFunctionExecutionLog.js +103 -0
  324. package/esm/compute/orm/models/orgFunctionInvocation.d.ts +56 -0
  325. package/esm/compute/orm/models/orgFunctionInvocation.js +103 -0
  326. package/esm/compute/orm/models/secretDefinition.d.ts +54 -0
  327. package/esm/compute/orm/models/secretDefinition.js +100 -0
  328. package/esm/compute/orm/mutation/index.d.ts +130 -0
  329. package/esm/compute/orm/mutation/index.js +174 -0
  330. package/esm/compute/orm/query/index.d.ts +17 -0
  331. package/esm/compute/orm/query/index.js +18 -0
  332. package/esm/compute/orm/query-builder.d.ts +110 -0
  333. package/esm/compute/orm/query-builder.js +705 -0
  334. package/esm/compute/orm/realtime.d.ts +142 -0
  335. package/esm/compute/orm/realtime.js +100 -0
  336. package/esm/compute/orm/select-types.d.ts +125 -0
  337. package/esm/compute/orm/select-types.js +1 -0
  338. package/esm/compute/orm/types.d.ts +6 -0
  339. package/esm/compute/orm/types.js +7 -0
  340. package/esm/config/index.d.ts +5 -0
  341. package/esm/config/index.js +5 -0
  342. package/esm/config/orm/client.d.ts +97 -0
  343. package/esm/config/orm/client.js +145 -0
  344. package/esm/config/orm/index.d.ts +83 -0
  345. package/esm/config/orm/index.js +45 -0
  346. package/esm/config/orm/input-types.d.ts +719 -0
  347. package/esm/config/orm/input-types.js +2 -0
  348. package/esm/config/orm/models/index.d.ts +7 -0
  349. package/esm/config/orm/models/index.js +7 -0
  350. package/esm/config/orm/models/platformConfig.d.ts +54 -0
  351. package/esm/config/orm/models/platformConfig.js +100 -0
  352. package/esm/config/orm/models/platformConfigDefinition.d.ts +54 -0
  353. package/esm/config/orm/models/platformConfigDefinition.js +100 -0
  354. package/esm/config/orm/mutation/index.d.ts +90 -0
  355. package/esm/config/orm/mutation/index.js +114 -0
  356. package/esm/config/orm/query-builder.d.ts +110 -0
  357. package/esm/config/orm/query-builder.js +705 -0
  358. package/esm/config/orm/realtime.d.ts +142 -0
  359. package/esm/config/orm/realtime.js +100 -0
  360. package/esm/config/orm/select-types.d.ts +125 -0
  361. package/esm/config/orm/select-types.js +1 -0
  362. package/esm/config/orm/types.d.ts +6 -0
  363. package/esm/config/orm/types.js +7 -0
  364. package/esm/index.d.ts +2 -0
  365. package/esm/index.js +2 -0
  366. package/esm/modules/orm/index.d.ts +6 -2
  367. package/esm/modules/orm/index.js +6 -2
  368. package/esm/modules/orm/input-types.d.ts +722 -239
  369. package/esm/modules/orm/models/agentModule.js +1 -1
  370. package/esm/modules/orm/models/billingModule.js +1 -1
  371. package/esm/modules/orm/models/billingProviderModule.js +1 -1
  372. package/esm/modules/orm/models/blueprint.js +1 -1
  373. package/esm/modules/orm/models/blueprintConstruction.js +1 -1
  374. package/esm/modules/orm/models/blueprintTemplate.js +1 -1
  375. package/esm/modules/orm/models/computeLogModule.js +1 -1
  376. package/esm/modules/orm/models/configSecretsModule.js +1 -1
  377. package/esm/modules/orm/models/configSecretsOrgModule.js +1 -1
  378. package/esm/modules/orm/models/configSecretsUserModule.js +1 -1
  379. package/esm/modules/orm/models/connectedAccountsModule.js +1 -1
  380. package/esm/modules/orm/models/cryptoAddressesModule.js +1 -1
  381. package/esm/modules/orm/models/cryptoAuthModule.js +1 -1
  382. package/esm/modules/orm/models/databaseProvisionModule.js +1 -1
  383. package/esm/modules/orm/models/dbUsageModule.js +1 -1
  384. package/esm/modules/orm/models/defaultIdsModule.js +1 -1
  385. package/esm/modules/orm/models/denormalizedTableField.js +1 -1
  386. package/esm/modules/orm/models/devicesModule.js +1 -1
  387. package/esm/modules/orm/models/emailsModule.js +1 -1
  388. package/esm/modules/orm/models/entityTypeProvision.js +1 -1
  389. package/esm/modules/orm/models/eventsModule.js +1 -1
  390. package/esm/modules/orm/models/functionDeploymentModule.d.ts +54 -0
  391. package/esm/modules/orm/models/functionDeploymentModule.js +100 -0
  392. package/esm/modules/orm/models/functionInvocationModule.js +1 -1
  393. package/esm/modules/orm/models/functionModule.js +1 -1
  394. package/esm/modules/orm/models/graphExecutionModule.d.ts +54 -0
  395. package/esm/modules/orm/models/graphExecutionModule.js +100 -0
  396. package/esm/modules/orm/models/graphModule.js +1 -1
  397. package/esm/modules/orm/models/hierarchyModule.js +1 -1
  398. package/esm/modules/orm/models/i18NModule.js +1 -1
  399. package/esm/modules/orm/models/identityProvidersModule.js +1 -1
  400. package/esm/modules/orm/models/index.d.ts +3 -1
  401. package/esm/modules/orm/models/index.js +3 -1
  402. package/esm/modules/orm/models/inferenceLogModule.js +1 -1
  403. package/esm/modules/orm/models/invitesModule.js +1 -1
  404. package/esm/modules/orm/models/limitsModule.js +1 -1
  405. package/esm/modules/orm/models/membershipTypesModule.js +1 -1
  406. package/esm/modules/orm/models/membershipsModule.js +1 -1
  407. package/esm/modules/orm/models/merkleStoreModule.js +1 -1
  408. package/esm/modules/orm/models/namespaceModule.js +1 -1
  409. package/esm/modules/orm/models/notificationsModule.js +1 -1
  410. package/esm/modules/orm/models/permissionsModule.js +1 -1
  411. package/esm/modules/orm/models/phoneNumbersModule.js +1 -1
  412. package/esm/modules/orm/models/plansModule.js +1 -1
  413. package/esm/modules/orm/models/profilesModule.js +1 -1
  414. package/esm/modules/orm/models/rateLimitMetersModule.js +1 -1
  415. package/esm/modules/orm/models/rateLimitsModule.js +1 -1
  416. package/esm/modules/orm/models/realtimeModule.js +1 -1
  417. package/esm/modules/orm/models/relationProvision.js +1 -1
  418. package/esm/modules/orm/models/rlsModule.js +1 -1
  419. package/esm/modules/orm/models/secureTableProvision.js +1 -1
  420. package/esm/modules/orm/models/sessionSecretsModule.js +1 -1
  421. package/esm/modules/orm/models/sessionsModule.js +1 -1
  422. package/esm/modules/orm/models/storageLogModule.js +1 -1
  423. package/esm/modules/orm/models/storageModule.js +1 -1
  424. package/esm/modules/orm/models/transferLogModule.js +1 -1
  425. package/esm/modules/orm/models/userAuthModule.js +1 -1
  426. package/esm/modules/orm/models/userCredentialsModule.js +1 -1
  427. package/esm/modules/orm/models/userSettingsModule.js +1 -1
  428. package/esm/modules/orm/models/userStateModule.js +1 -1
  429. package/esm/modules/orm/models/usersModule.js +1 -1
  430. package/esm/modules/orm/models/webauthnAuthModule.js +1 -1
  431. package/esm/modules/orm/models/webauthnCredentialsModule.js +1 -1
  432. package/esm/modules/orm/query-builder.d.ts +1 -1
  433. package/esm/modules/orm/query-builder.js +2 -1
  434. package/esm/objects/orm/models/commit.d.ts +2 -0
  435. package/esm/objects/orm/models/commit.js +4 -1
  436. package/esm/objects/orm/models/object.d.ts +2 -0
  437. package/esm/objects/orm/models/object.js +4 -1
  438. package/esm/objects/orm/models/ref.d.ts +2 -0
  439. package/esm/objects/orm/models/ref.js +4 -1
  440. package/esm/objects/orm/models/store.js +1 -1
  441. package/esm/objects/orm/query-builder.d.ts +1 -1
  442. package/esm/objects/orm/query-builder.js +2 -1
  443. package/esm/usage/orm/models/appLimit.js +1 -1
  444. package/esm/usage/orm/models/appLimitCap.js +1 -1
  445. package/esm/usage/orm/models/appLimitCapsDefault.js +1 -1
  446. package/esm/usage/orm/models/appLimitCredit.js +1 -1
  447. package/esm/usage/orm/models/appLimitCreditCode.js +1 -1
  448. package/esm/usage/orm/models/appLimitCreditCodeItem.js +1 -1
  449. package/esm/usage/orm/models/appLimitCreditRedemption.js +1 -1
  450. package/esm/usage/orm/models/appLimitDefault.js +1 -1
  451. package/esm/usage/orm/models/appLimitEvent.d.ts +2 -0
  452. package/esm/usage/orm/models/appLimitEvent.js +4 -1
  453. package/esm/usage/orm/models/appLimitWarning.js +1 -1
  454. package/esm/usage/orm/models/orgLimit.js +1 -1
  455. package/esm/usage/orm/models/orgLimitAggregate.js +1 -1
  456. package/esm/usage/orm/models/orgLimitCap.js +1 -1
  457. package/esm/usage/orm/models/orgLimitCapsDefault.js +1 -1
  458. package/esm/usage/orm/models/orgLimitCredit.js +1 -1
  459. package/esm/usage/orm/models/orgLimitDefault.js +1 -1
  460. package/esm/usage/orm/models/orgLimitEvent.d.ts +2 -0
  461. package/esm/usage/orm/models/orgLimitEvent.js +4 -1
  462. package/esm/usage/orm/models/orgLimitWarning.js +1 -1
  463. package/esm/usage/orm/query-builder.d.ts +1 -1
  464. package/esm/usage/orm/query-builder.js +2 -1
  465. package/index.d.ts +2 -0
  466. package/index.js +3 -1
  467. package/modules/orm/index.d.ts +6 -2
  468. package/modules/orm/index.js +6 -2
  469. package/modules/orm/input-types.d.ts +722 -239
  470. package/modules/orm/models/agentModule.js +1 -1
  471. package/modules/orm/models/billingModule.js +1 -1
  472. package/modules/orm/models/billingProviderModule.js +1 -1
  473. package/modules/orm/models/blueprint.js +1 -1
  474. package/modules/orm/models/blueprintConstruction.js +1 -1
  475. package/modules/orm/models/blueprintTemplate.js +1 -1
  476. package/modules/orm/models/computeLogModule.js +1 -1
  477. package/modules/orm/models/configSecretsModule.js +1 -1
  478. package/modules/orm/models/configSecretsOrgModule.js +1 -1
  479. package/modules/orm/models/configSecretsUserModule.js +1 -1
  480. package/modules/orm/models/connectedAccountsModule.js +1 -1
  481. package/modules/orm/models/cryptoAddressesModule.js +1 -1
  482. package/modules/orm/models/cryptoAuthModule.js +1 -1
  483. package/modules/orm/models/databaseProvisionModule.js +1 -1
  484. package/modules/orm/models/dbUsageModule.js +1 -1
  485. package/modules/orm/models/defaultIdsModule.js +1 -1
  486. package/modules/orm/models/denormalizedTableField.js +1 -1
  487. package/modules/orm/models/devicesModule.js +1 -1
  488. package/modules/orm/models/emailsModule.js +1 -1
  489. package/modules/orm/models/entityTypeProvision.js +1 -1
  490. package/modules/orm/models/eventsModule.js +1 -1
  491. package/modules/orm/models/functionDeploymentModule.d.ts +54 -0
  492. package/modules/orm/models/functionDeploymentModule.js +104 -0
  493. package/modules/orm/models/functionInvocationModule.js +1 -1
  494. package/modules/orm/models/functionModule.js +1 -1
  495. package/modules/orm/models/graphExecutionModule.d.ts +54 -0
  496. package/modules/orm/models/graphExecutionModule.js +104 -0
  497. package/modules/orm/models/graphModule.js +1 -1
  498. package/modules/orm/models/hierarchyModule.js +1 -1
  499. package/modules/orm/models/i18NModule.js +1 -1
  500. package/modules/orm/models/identityProvidersModule.js +1 -1
  501. package/modules/orm/models/index.d.ts +3 -1
  502. package/modules/orm/models/index.js +8 -4
  503. package/modules/orm/models/inferenceLogModule.js +1 -1
  504. package/modules/orm/models/invitesModule.js +1 -1
  505. package/modules/orm/models/limitsModule.js +1 -1
  506. package/modules/orm/models/membershipTypesModule.js +1 -1
  507. package/modules/orm/models/membershipsModule.js +1 -1
  508. package/modules/orm/models/merkleStoreModule.js +1 -1
  509. package/modules/orm/models/namespaceModule.js +1 -1
  510. package/modules/orm/models/notificationsModule.js +1 -1
  511. package/modules/orm/models/permissionsModule.js +1 -1
  512. package/modules/orm/models/phoneNumbersModule.js +1 -1
  513. package/modules/orm/models/plansModule.js +1 -1
  514. package/modules/orm/models/profilesModule.js +1 -1
  515. package/modules/orm/models/rateLimitMetersModule.js +1 -1
  516. package/modules/orm/models/rateLimitsModule.js +1 -1
  517. package/modules/orm/models/realtimeModule.js +1 -1
  518. package/modules/orm/models/relationProvision.js +1 -1
  519. package/modules/orm/models/rlsModule.js +1 -1
  520. package/modules/orm/models/secureTableProvision.js +1 -1
  521. package/modules/orm/models/sessionSecretsModule.js +1 -1
  522. package/modules/orm/models/sessionsModule.js +1 -1
  523. package/modules/orm/models/storageLogModule.js +1 -1
  524. package/modules/orm/models/storageModule.js +1 -1
  525. package/modules/orm/models/transferLogModule.js +1 -1
  526. package/modules/orm/models/userAuthModule.js +1 -1
  527. package/modules/orm/models/userCredentialsModule.js +1 -1
  528. package/modules/orm/models/userSettingsModule.js +1 -1
  529. package/modules/orm/models/userStateModule.js +1 -1
  530. package/modules/orm/models/usersModule.js +1 -1
  531. package/modules/orm/models/webauthnAuthModule.js +1 -1
  532. package/modules/orm/models/webauthnCredentialsModule.js +1 -1
  533. package/modules/orm/query-builder.d.ts +1 -1
  534. package/modules/orm/query-builder.js +2 -1
  535. package/objects/orm/models/commit.d.ts +2 -0
  536. package/objects/orm/models/commit.js +4 -1
  537. package/objects/orm/models/object.d.ts +2 -0
  538. package/objects/orm/models/object.js +4 -1
  539. package/objects/orm/models/ref.d.ts +2 -0
  540. package/objects/orm/models/ref.js +4 -1
  541. package/objects/orm/models/store.js +1 -1
  542. package/objects/orm/query-builder.d.ts +1 -1
  543. package/objects/orm/query-builder.js +2 -1
  544. package/package.json +3 -3
  545. package/usage/orm/models/appLimit.js +1 -1
  546. package/usage/orm/models/appLimitCap.js +1 -1
  547. package/usage/orm/models/appLimitCapsDefault.js +1 -1
  548. package/usage/orm/models/appLimitCredit.js +1 -1
  549. package/usage/orm/models/appLimitCreditCode.js +1 -1
  550. package/usage/orm/models/appLimitCreditCodeItem.js +1 -1
  551. package/usage/orm/models/appLimitCreditRedemption.js +1 -1
  552. package/usage/orm/models/appLimitDefault.js +1 -1
  553. package/usage/orm/models/appLimitEvent.d.ts +2 -0
  554. package/usage/orm/models/appLimitEvent.js +4 -1
  555. package/usage/orm/models/appLimitWarning.js +1 -1
  556. package/usage/orm/models/orgLimit.js +1 -1
  557. package/usage/orm/models/orgLimitAggregate.js +1 -1
  558. package/usage/orm/models/orgLimitCap.js +1 -1
  559. package/usage/orm/models/orgLimitCapsDefault.js +1 -1
  560. package/usage/orm/models/orgLimitCredit.js +1 -1
  561. package/usage/orm/models/orgLimitDefault.js +1 -1
  562. package/usage/orm/models/orgLimitEvent.d.ts +2 -0
  563. package/usage/orm/models/orgLimitEvent.js +4 -1
  564. package/usage/orm/models/orgLimitWarning.js +1 -1
  565. package/usage/orm/query-builder.d.ts +1 -1
  566. package/usage/orm/query-builder.js +2 -1
@@ -229,6 +229,7 @@ export interface UUIDListFilter {
229
229
  anyGreaterThan?: string;
230
230
  anyGreaterThanOrEqualTo?: string;
231
231
  }
232
+ export type ApiExposureLevel = 'EXPOSABLE' | 'INTERNAL_ONLY' | 'NEVER_EXPOSE';
232
233
  export type ObjectCategory = 'CORE' | 'MODULE' | 'PERMISSIONS' | 'AUTH' | 'MEMBERSHIPS' | 'APP';
233
234
  export type ConstructiveInternalTypeAttachment = unknown;
234
235
  export type ConstructiveInternalTypeHostname = unknown;
@@ -253,6 +254,7 @@ export interface Schema {
253
254
  scope?: number | null;
254
255
  tags?: string[] | null;
255
256
  isPublic?: boolean | null;
257
+ apiExposure?: ApiExposureLevel | null;
256
258
  createdAt?: string | null;
257
259
  updatedAt?: string | null;
258
260
  }
@@ -1323,6 +1325,7 @@ export type SchemaSelect = {
1323
1325
  scope?: boolean;
1324
1326
  tags?: boolean;
1325
1327
  isPublic?: boolean;
1328
+ apiExposure?: boolean;
1326
1329
  createdAt?: boolean;
1327
1330
  updatedAt?: boolean;
1328
1331
  database?: {
@@ -2711,6 +2714,8 @@ export interface SchemaFilter {
2711
2714
  tags?: StringListFilter;
2712
2715
  /** Filter by the object’s `isPublic` field. */
2713
2716
  isPublic?: BooleanFilter;
2717
+ /** Filter by the object’s `apiExposure` field. */
2718
+ apiExposure?: ApiExposureLevelFilter;
2714
2719
  /** Filter by the object’s `createdAt` field. */
2715
2720
  createdAt?: DatetimeFilter;
2716
2721
  /** Filter by the object’s `updatedAt` field. */
@@ -4607,7 +4612,7 @@ export interface AstMigrationFilter {
4607
4612
  not?: AstMigrationFilter;
4608
4613
  }
4609
4614
  export type FunctionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
4610
- export type SchemaOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'SCHEMA_NAME_ASC' | 'SCHEMA_NAME_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'IS_PUBLIC_ASC' | 'IS_PUBLIC_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
4615
+ export type SchemaOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'SCHEMA_NAME_ASC' | 'SCHEMA_NAME_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'IS_PUBLIC_ASC' | 'IS_PUBLIC_DESC' | 'API_EXPOSURE_ASC' | 'API_EXPOSURE_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
4611
4616
  export type TableOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'USE_RLS_ASC' | 'USE_RLS_DESC' | 'TIMESTAMPS_ASC' | 'TIMESTAMPS_DESC' | 'PEOPLESTAMPS_ASC' | 'PEOPLESTAMPS_DESC' | 'PLURAL_NAME_ASC' | 'PLURAL_NAME_DESC' | 'SINGULAR_NAME_ASC' | 'SINGULAR_NAME_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'PARTITIONED_ASC' | 'PARTITIONED_DESC' | 'PARTITION_STRATEGY_ASC' | 'PARTITION_STRATEGY_DESC' | 'PARTITION_KEY_NAMES_ASC' | 'PARTITION_KEY_NAMES_DESC' | 'PARTITION_KEY_TYPES_ASC' | 'PARTITION_KEY_TYPES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'INHERITS_ID_ASC' | 'INHERITS_ID_DESC';
4612
4617
  export type CheckConstraintOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'TYPE_ASC' | 'TYPE_DESC' | 'FIELD_IDS_ASC' | 'FIELD_IDS_DESC' | 'EXPR_ASC' | 'EXPR_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
4613
4618
  export type FieldOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'IS_REQUIRED_ASC' | 'IS_REQUIRED_DESC' | 'API_REQUIRED_ASC' | 'API_REQUIRED_DESC' | 'DEFAULT_VALUE_ASC' | 'DEFAULT_VALUE_DESC' | 'TYPE_ASC' | 'TYPE_DESC' | 'FIELD_ORDER_ASC' | 'FIELD_ORDER_DESC' | 'REGEXP_ASC' | 'REGEXP_DESC' | 'CHK_ASC' | 'CHK_DESC' | 'CHK_EXPR_ASC' | 'CHK_EXPR_DESC' | 'MIN_ASC' | 'MIN_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
@@ -4687,6 +4692,7 @@ export interface CreateSchemaInput {
4687
4692
  scope?: number;
4688
4693
  tags?: string[];
4689
4694
  isPublic?: boolean;
4695
+ apiExposure?: ApiExposureLevel;
4690
4696
  };
4691
4697
  }
4692
4698
  export interface SchemaPatch {
@@ -4700,6 +4706,7 @@ export interface SchemaPatch {
4700
4706
  scope?: number | null;
4701
4707
  tags?: string[] | null;
4702
4708
  isPublic?: boolean | null;
4709
+ apiExposure?: ApiExposureLevel | null;
4703
4710
  }
4704
4711
  export interface UpdateSchemaInput {
4705
4712
  clientMutationId?: string;
@@ -6289,6 +6296,31 @@ export interface ObjectCategoryFilter {
6289
6296
  /** Greater than or equal to the specified value. */
6290
6297
  greaterThanOrEqualTo?: ObjectCategory;
6291
6298
  }
6299
+ /** A filter to be used against ApiExposureLevel fields. All fields are combined with a logical ‘and.’ */
6300
+ export interface ApiExposureLevelFilter {
6301
+ /** Is null (if `true` is specified) or is not null (if `false` is specified). */
6302
+ isNull?: boolean;
6303
+ /** Equal to the specified value. */
6304
+ equalTo?: ApiExposureLevel;
6305
+ /** Not equal to the specified value. */
6306
+ notEqualTo?: ApiExposureLevel;
6307
+ /** Not equal to the specified value, treating null like an ordinary value. */
6308
+ distinctFrom?: ApiExposureLevel;
6309
+ /** Equal to the specified value, treating null like an ordinary value. */
6310
+ notDistinctFrom?: ApiExposureLevel;
6311
+ /** Included in the specified list. */
6312
+ in?: ApiExposureLevel[];
6313
+ /** Not included in the specified list. */
6314
+ notIn?: ApiExposureLevel[];
6315
+ /** Less than the specified value. */
6316
+ lessThan?: ApiExposureLevel;
6317
+ /** Less than or equal to the specified value. */
6318
+ lessThanOrEqualTo?: ApiExposureLevel;
6319
+ /** Greater than the specified value. */
6320
+ greaterThan?: ApiExposureLevel;
6321
+ /** Greater than or equal to the specified value. */
6322
+ greaterThanOrEqualTo?: ApiExposureLevel;
6323
+ }
6292
6324
  /** A filter to be used against many `Table` object types. All fields are combined with a logical ‘and.’ */
6293
6325
  export interface SchemaToManyTableFilter {
6294
6326
  /** Filters to entities where at least one related entity matches. */
@@ -7249,6 +7281,7 @@ export interface SchemaInput {
7249
7281
  scope?: number;
7250
7282
  tags?: string[];
7251
7283
  isPublic?: boolean;
7284
+ apiExposure?: ApiExposureLevel;
7252
7285
  createdAt?: string;
7253
7286
  updatedAt?: string;
7254
7287
  }
@@ -9138,6 +9171,8 @@ export interface SchemaFilter {
9138
9171
  tags?: StringListFilter;
9139
9172
  /** Filter by the object’s `isPublic` field. */
9140
9173
  isPublic?: BooleanFilter;
9174
+ /** Filter by the object’s `apiExposure` field. */
9175
+ apiExposure?: ApiExposureLevelFilter;
9141
9176
  /** Filter by the object’s `createdAt` field. */
9142
9177
  createdAt?: DatetimeFilter;
9143
9178
  /** Filter by the object’s `updatedAt` field. */
@@ -77,7 +77,7 @@ class ApiModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Api', 'updateApi', 'api', args.select, args.where.id, args.data, 'UpdateApiInput', 'id', 'apiPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Api', 'updateApi', 'api', args.select, args.where.id, args.data, 'UpdateApiInput', 'id', 'apiPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class ApiModuleModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ApiModule', 'updateApiModule', 'apiModule', args.select, args.where.id, args.data, 'UpdateApiModuleInput', 'id', 'apiModulePatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ApiModule', 'updateApiModule', 'apiModule', args.select, args.where.id, args.data, 'UpdateApiModuleInput', 'id', 'apiModulePatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class ApiSchemaModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ApiSchema', 'updateApiSchema', 'apiSchema', args.select, args.where.id, args.data, 'UpdateApiSchemaInput', 'id', 'apiSchemaPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ApiSchema', 'updateApiSchema', 'apiSchema', args.select, args.where.id, args.data, 'UpdateApiSchemaInput', 'id', 'apiSchemaPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class ApiSettingModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ApiSetting', 'updateApiSetting', 'apiSetting', args.select, args.where.id, args.data, 'UpdateApiSettingInput', 'id', 'apiSettingPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ApiSetting', 'updateApiSetting', 'apiSetting', args.select, args.where.id, args.data, 'UpdateApiSettingInput', 'id', 'apiSettingPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class AppModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('App', 'updateApp', 'app', args.select, args.where.id, args.data, 'UpdateAppInput', 'id', 'appPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('App', 'updateApp', 'app', args.select, args.where.id, args.data, 'UpdateAppInput', 'id', 'appPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class CheckConstraintModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('CheckConstraint', 'updateCheckConstraint', 'checkConstraint', args.select, args.where.id, args.data, 'UpdateCheckConstraintInput', 'id', 'checkConstraintPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('CheckConstraint', 'updateCheckConstraint', 'checkConstraint', args.select, args.where.id, args.data, 'UpdateCheckConstraintInput', 'id', 'checkConstraintPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class CompositeTypeModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('CompositeType', 'updateCompositeType', 'compositeType', args.select, args.where.id, args.data, 'UpdateCompositeTypeInput', 'id', 'compositeTypePatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('CompositeType', 'updateCompositeType', 'compositeType', args.select, args.where.id, args.data, 'UpdateCompositeTypeInput', 'id', 'compositeTypePatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class CorsSettingModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('CorsSetting', 'updateCorsSetting', 'corsSetting', args.select, args.where.id, args.data, 'UpdateCorsSettingInput', 'id', 'corsSettingPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('CorsSetting', 'updateCorsSetting', 'corsSetting', args.select, args.where.id, args.data, 'UpdateCorsSettingInput', 'id', 'corsSettingPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class DatabaseModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Database', 'updateDatabase', 'database', args.select, args.where.id, args.data, 'UpdateDatabaseInput', 'id', 'databasePatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Database', 'updateDatabase', 'database', args.select, args.where.id, args.data, 'UpdateDatabaseInput', 'id', 'databasePatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class DatabaseSettingModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('DatabaseSetting', 'updateDatabaseSetting', 'databaseSetting', args.select, args.where.id, args.data, 'UpdateDatabaseSettingInput', 'id', 'databaseSettingPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('DatabaseSetting', 'updateDatabaseSetting', 'databaseSetting', args.select, args.where.id, args.data, 'UpdateDatabaseSettingInput', 'id', 'databaseSettingPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class DatabaseTransferModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('DatabaseTransfer', 'updateDatabaseTransfer', 'databaseTransfer', args.select, args.where.id, args.data, 'UpdateDatabaseTransferInput', 'id', 'databaseTransferPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('DatabaseTransfer', 'updateDatabaseTransfer', 'databaseTransfer', args.select, args.where.id, args.data, 'UpdateDatabaseTransferInput', 'id', 'databaseTransferPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class DefaultPrivilegeModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('DefaultPrivilege', 'updateDefaultPrivilege', 'defaultPrivilege', args.select, args.where.id, args.data, 'UpdateDefaultPrivilegeInput', 'id', 'defaultPrivilegePatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('DefaultPrivilege', 'updateDefaultPrivilege', 'defaultPrivilege', args.select, args.where.id, args.data, 'UpdateDefaultPrivilegeInput', 'id', 'defaultPrivilegePatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class DomainModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Domain', 'updateDomain', 'domain', args.select, args.where.id, args.data, 'UpdateDomainInput', 'id', 'domainPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Domain', 'updateDomain', 'domain', args.select, args.where.id, args.data, 'UpdateDomainInput', 'id', 'domainPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class EmbeddingChunkModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('EmbeddingChunk', 'updateEmbeddingChunk', 'embeddingChunk', args.select, args.where.id, args.data, 'UpdateEmbeddingChunkInput', 'id', 'embeddingChunkPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('EmbeddingChunk', 'updateEmbeddingChunk', 'embeddingChunk', args.select, args.where.id, args.data, 'UpdateEmbeddingChunkInput', 'id', 'embeddingChunkPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class EnumModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Enum', 'updateEnum', 'enum', args.select, args.where.id, args.data, 'UpdateEnumInput', 'id', 'enumPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Enum', 'updateEnum', 'enum', args.select, args.where.id, args.data, 'UpdateEnumInput', 'id', 'enumPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class FieldModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Field', 'updateField', 'field', args.select, args.where.id, args.data, 'UpdateFieldInput', 'id', 'fieldPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Field', 'updateField', 'field', args.select, args.where.id, args.data, 'UpdateFieldInput', 'id', 'fieldPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class ForeignKeyConstraintModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ForeignKeyConstraint', 'updateForeignKeyConstraint', 'foreignKeyConstraint', args.select, args.where.id, args.data, 'UpdateForeignKeyConstraintInput', 'id', 'foreignKeyConstraintPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ForeignKeyConstraint', 'updateForeignKeyConstraint', 'foreignKeyConstraint', args.select, args.where.id, args.data, 'UpdateForeignKeyConstraintInput', 'id', 'foreignKeyConstraintPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class FullTextSearchModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('FullTextSearch', 'updateFullTextSearch', 'fullTextSearch', args.select, args.where.id, args.data, 'UpdateFullTextSearchInput', 'id', 'fullTextSearchPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('FullTextSearch', 'updateFullTextSearch', 'fullTextSearch', args.select, args.where.id, args.data, 'UpdateFullTextSearchInput', 'id', 'fullTextSearchPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class FunctionModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Function', 'updateFunction', 'function', args.select, args.where.id, args.data, 'UpdateFunctionInput', 'id', 'functionPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Function', 'updateFunction', 'function', args.select, args.where.id, args.data, 'UpdateFunctionInput', 'id', 'functionPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class IndexModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Index', 'updateIndex', 'index', args.select, args.where.id, args.data, 'UpdateIndexInput', 'id', 'indexPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Index', 'updateIndex', 'index', args.select, args.where.id, args.data, 'UpdateIndexInput', 'id', 'indexPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class NodeTypeRegistryModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('NodeTypeRegistry', 'updateNodeTypeRegistry', 'nodeTypeRegistry', args.select, args.where.name, args.data, 'UpdateNodeTypeRegistryInput', 'name', 'nodeTypeRegistryPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('NodeTypeRegistry', 'updateNodeTypeRegistry', 'nodeTypeRegistry', args.select, args.where.name, args.data, 'UpdateNodeTypeRegistryInput', 'name', 'nodeTypeRegistryPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class PartitionModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Partition', 'updatePartition', 'partition', args.select, args.where.id, args.data, 'UpdatePartitionInput', 'id', 'partitionPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Partition', 'updatePartition', 'partition', args.select, args.where.id, args.data, 'UpdatePartitionInput', 'id', 'partitionPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class PolicyModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Policy', 'updatePolicy', 'policy', args.select, args.where.id, args.data, 'UpdatePolicyInput', 'id', 'policyPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Policy', 'updatePolicy', 'policy', args.select, args.where.id, args.data, 'UpdatePolicyInput', 'id', 'policyPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class PrimaryKeyConstraintModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('PrimaryKeyConstraint', 'updatePrimaryKeyConstraint', 'primaryKeyConstraint', args.select, args.where.id, args.data, 'UpdatePrimaryKeyConstraintInput', 'id', 'primaryKeyConstraintPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('PrimaryKeyConstraint', 'updatePrimaryKeyConstraint', 'primaryKeyConstraint', args.select, args.where.id, args.data, 'UpdatePrimaryKeyConstraintInput', 'id', 'primaryKeyConstraintPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class PubkeySettingModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('PubkeySetting', 'updatePubkeySetting', 'pubkeySetting', args.select, args.where.id, args.data, 'UpdatePubkeySettingInput', 'id', 'pubkeySettingPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('PubkeySetting', 'updatePubkeySetting', 'pubkeySetting', args.select, args.where.id, args.data, 'UpdatePubkeySettingInput', 'id', 'pubkeySettingPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class RlsSettingModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('RlsSetting', 'updateRlsSetting', 'rlsSetting', args.select, args.where.id, args.data, 'UpdateRlsSettingInput', 'id', 'rlsSettingPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('RlsSetting', 'updateRlsSetting', 'rlsSetting', args.select, args.where.id, args.data, 'UpdateRlsSettingInput', 'id', 'rlsSettingPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class SchemaModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Schema', 'updateSchema', 'schema', args.select, args.where.id, args.data, 'UpdateSchemaInput', 'id', 'schemaPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Schema', 'updateSchema', 'schema', args.select, args.where.id, args.data, 'UpdateSchemaInput', 'id', 'schemaPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class SchemaGrantModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('SchemaGrant', 'updateSchemaGrant', 'schemaGrant', args.select, args.where.id, args.data, 'UpdateSchemaGrantInput', 'id', 'schemaGrantPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('SchemaGrant', 'updateSchemaGrant', 'schemaGrant', args.select, args.where.id, args.data, 'UpdateSchemaGrantInput', 'id', 'schemaGrantPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class SiteModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Site', 'updateSite', 'site', args.select, args.where.id, args.data, 'UpdateSiteInput', 'id', 'sitePatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Site', 'updateSite', 'site', args.select, args.where.id, args.data, 'UpdateSiteInput', 'id', 'sitePatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class SiteMetadatumModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('SiteMetadatum', 'updateSiteMetadatum', 'siteMetadatum', args.select, args.where.id, args.data, 'UpdateSiteMetadatumInput', 'id', 'siteMetadatumPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('SiteMetadatum', 'updateSiteMetadatum', 'siteMetadatum', args.select, args.where.id, args.data, 'UpdateSiteMetadatumInput', 'id', 'siteMetadatumPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class SiteModuleModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('SiteModule', 'updateSiteModule', 'siteModule', args.select, args.where.id, args.data, 'UpdateSiteModuleInput', 'id', 'siteModulePatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('SiteModule', 'updateSiteModule', 'siteModule', args.select, args.where.id, args.data, 'UpdateSiteModuleInput', 'id', 'siteModulePatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class SiteThemeModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('SiteTheme', 'updateSiteTheme', 'siteTheme', args.select, args.where.id, args.data, 'UpdateSiteThemeInput', 'id', 'siteThemePatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('SiteTheme', 'updateSiteTheme', 'siteTheme', args.select, args.where.id, args.data, 'UpdateSiteThemeInput', 'id', 'siteThemePatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class SpatialRelationModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('SpatialRelation', 'updateSpatialRelation', 'spatialRelation', args.select, args.where.id, args.data, 'UpdateSpatialRelationInput', 'id', 'spatialRelationPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('SpatialRelation', 'updateSpatialRelation', 'spatialRelation', args.select, args.where.id, args.data, 'UpdateSpatialRelationInput', 'id', 'spatialRelationPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class TableModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Table', 'updateTable', 'table', args.select, args.where.id, args.data, 'UpdateTableInput', 'id', 'tablePatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Table', 'updateTable', 'table', args.select, args.where.id, args.data, 'UpdateTableInput', 'id', 'tablePatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class TableGrantModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('TableGrant', 'updateTableGrant', 'tableGrant', args.select, args.where.id, args.data, 'UpdateTableGrantInput', 'id', 'tableGrantPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('TableGrant', 'updateTableGrant', 'tableGrant', args.select, args.where.id, args.data, 'UpdateTableGrantInput', 'id', 'tableGrantPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class TriggerModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Trigger', 'updateTrigger', 'trigger', args.select, args.where.id, args.data, 'UpdateTriggerInput', 'id', 'triggerPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Trigger', 'updateTrigger', 'trigger', args.select, args.where.id, args.data, 'UpdateTriggerInput', 'id', 'triggerPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class TriggerFunctionModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('TriggerFunction', 'updateTriggerFunction', 'triggerFunction', args.select, args.where.id, args.data, 'UpdateTriggerFunctionInput', 'id', 'triggerFunctionPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('TriggerFunction', 'updateTriggerFunction', 'triggerFunction', args.select, args.where.id, args.data, 'UpdateTriggerFunctionInput', 'id', 'triggerFunctionPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class UniqueConstraintModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('UniqueConstraint', 'updateUniqueConstraint', 'uniqueConstraint', args.select, args.where.id, args.data, 'UpdateUniqueConstraintInput', 'id', 'uniqueConstraintPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('UniqueConstraint', 'updateUniqueConstraint', 'uniqueConstraint', args.select, args.where.id, args.data, 'UpdateUniqueConstraintInput', 'id', 'uniqueConstraintPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class ViewModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('View', 'updateView', 'view', args.select, args.where.id, args.data, 'UpdateViewInput', 'id', 'viewPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('View', 'updateView', 'view', args.select, args.where.id, args.data, 'UpdateViewInput', 'id', 'viewPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class ViewGrantModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ViewGrant', 'updateViewGrant', 'viewGrant', args.select, args.where.id, args.data, 'UpdateViewGrantInput', 'id', 'viewGrantPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ViewGrant', 'updateViewGrant', 'viewGrant', args.select, args.where.id, args.data, 'UpdateViewGrantInput', 'id', 'viewGrantPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class ViewRuleModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ViewRule', 'updateViewRule', 'viewRule', args.select, args.where.id, args.data, 'UpdateViewRuleInput', 'id', 'viewRulePatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ViewRule', 'updateViewRule', 'viewRule', args.select, args.where.id, args.data, 'UpdateViewRuleInput', 'id', 'viewRulePatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class ViewTableModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ViewTable', 'updateViewTable', 'viewTable', args.select, args.where.id, args.data, 'UpdateViewTableInput', 'id', 'viewTablePatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('ViewTable', 'updateViewTable', 'viewTable', args.select, args.where.id, args.data, 'UpdateViewTableInput', 'id', 'viewTablePatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -77,7 +77,7 @@ class WebauthnSettingModel {
77
77
  });
78
78
  }
79
79
  update(args) {
80
- const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('WebauthnSetting', 'updateWebauthnSetting', 'webauthnSetting', args.select, args.where.id, args.data, 'UpdateWebauthnSettingInput', 'id', 'webauthnSettingPatch', input_types_1.connectionFieldsMap);
80
+ const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('WebauthnSetting', 'updateWebauthnSetting', 'webauthnSetting', args.select, args.where.id, args.data, 'UpdateWebauthnSettingInput', 'id', 'webauthnSettingPatch', input_types_1.connectionFieldsMap, undefined);
81
81
  return new query_builder_1.QueryBuilder({
82
82
  client: this.client,
83
83
  operation: 'mutation',
@@ -63,7 +63,7 @@ export declare function buildUpdateDocument<TSelect, TWhere extends {
63
63
  document: string;
64
64
  variables: Record<string, unknown>;
65
65
  };
66
- export declare function buildUpdateByPkDocument<TSelect, TData>(operationName: string, mutationField: string, entityField: string, select: TSelect, id: string | number, data: TData, inputTypeName: string, idFieldName: string, patchFieldName: string, connectionFieldsMap?: Record<string, Record<string, string>>): {
66
+ export declare function buildUpdateByPkDocument<TSelect, TData>(operationName: string, mutationField: string, entityField: string, select: TSelect, id: string | number, data: TData, inputTypeName: string, idFieldName: string, patchFieldName: string, connectionFieldsMap?: Record<string, Record<string, string>>, extraKeys?: Record<string, unknown>): {
67
67
  document: string;
68
68
  variables: Record<string, unknown>;
69
69
  };
@@ -344,7 +344,7 @@ function buildUpdateDocument(operationName, mutationField, entityField, select,
344
344
  },
345
345
  };
346
346
  }
347
- function buildUpdateByPkDocument(operationName, mutationField, entityField, select, id, data, inputTypeName, idFieldName, patchFieldName, connectionFieldsMap) {
347
+ function buildUpdateByPkDocument(operationName, mutationField, entityField, select, id, data, inputTypeName, idFieldName, patchFieldName, connectionFieldsMap, extraKeys) {
348
348
  const selections = select
349
349
  ? buildSelections(select, connectionFieldsMap, operationName)
350
350
  : [t.field({ name: 'id' })];
@@ -363,6 +363,7 @@ function buildUpdateByPkDocument(operationName, mutationField, entityField, sele
363
363
  variables: {
364
364
  input: {
365
365
  [idFieldName]: id,
366
+ ...extraKeys,
366
367
  [patchFieldName]: data,
367
368
  },
368
369
  },