@constructive-io/react 1.11.10 → 1.11.11

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 (2323) hide show
  1. package/admin/hooks/index.d.ts +1 -1
  2. package/admin/hooks/index.js +1 -1
  3. package/admin/hooks/invalidation.d.ts +112 -40
  4. package/admin/hooks/invalidation.js +264 -72
  5. package/admin/hooks/mutation-keys.d.ts +236 -92
  6. package/admin/hooks/mutation-keys.js +149 -59
  7. package/admin/hooks/mutations/index.d.ts +60 -24
  8. package/admin/hooks/mutations/index.js +60 -24
  9. package/admin/hooks/mutations/useCreateAppCapabilityDefaultCapabilityMutation.d.ts +34 -0
  10. package/admin/hooks/mutations/useCreateAppCapabilityDefaultCapabilityMutation.js +34 -0
  11. package/admin/hooks/mutations/useCreateAppCapabilityDefaultGrantMutation.d.ts +34 -0
  12. package/admin/hooks/mutations/useCreateAppCapabilityDefaultGrantMutation.js +34 -0
  13. package/admin/hooks/mutations/useCreateAppCapabilityDefaultMutation.d.ts +34 -0
  14. package/admin/hooks/mutations/useCreateAppCapabilityDefaultMutation.js +34 -0
  15. package/admin/hooks/mutations/useCreateAppCapabilityMutation.d.ts +34 -0
  16. package/admin/hooks/mutations/useCreateAppCapabilityMutation.js +34 -0
  17. package/admin/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
  18. package/admin/hooks/mutations/useCreateAppGrantMutation.js +1 -1
  19. package/admin/hooks/mutations/useCreateAppMembershipMutation.d.ts +2 -2
  20. package/admin/hooks/mutations/useCreateAppMembershipMutation.js +1 -1
  21. package/admin/hooks/mutations/useCreateAppMembershipProfileMutation.d.ts +34 -0
  22. package/admin/hooks/mutations/useCreateAppMembershipProfileMutation.js +34 -0
  23. package/admin/hooks/mutations/useCreateAppProfileCapabilityMutation.d.ts +34 -0
  24. package/admin/hooks/mutations/useCreateAppProfileCapabilityMutation.js +34 -0
  25. package/admin/hooks/mutations/useCreateAppProfileDefinitionGrantMutation.d.ts +34 -0
  26. package/admin/hooks/mutations/useCreateAppProfileDefinitionGrantMutation.js +34 -0
  27. package/admin/hooks/mutations/useCreateAppProfileGrantMutation.d.ts +34 -0
  28. package/admin/hooks/mutations/useCreateAppProfileGrantMutation.js +34 -0
  29. package/admin/hooks/mutations/useCreateAppProfileMutation.d.ts +34 -0
  30. package/admin/hooks/mutations/useCreateAppProfileMutation.js +34 -0
  31. package/admin/hooks/mutations/useCreateAppProfileTemplateMutation.d.ts +34 -0
  32. package/admin/hooks/mutations/useCreateAppProfileTemplateMutation.js +34 -0
  33. package/admin/hooks/mutations/useCreateOrgCapabilityDefaultCapabilityMutation.d.ts +34 -0
  34. package/admin/hooks/mutations/useCreateOrgCapabilityDefaultCapabilityMutation.js +34 -0
  35. package/admin/hooks/mutations/useCreateOrgCapabilityDefaultGrantMutation.d.ts +34 -0
  36. package/admin/hooks/mutations/useCreateOrgCapabilityDefaultGrantMutation.js +34 -0
  37. package/admin/hooks/mutations/useCreateOrgCapabilityDefaultMutation.d.ts +34 -0
  38. package/admin/hooks/mutations/useCreateOrgCapabilityDefaultMutation.js +34 -0
  39. package/admin/hooks/mutations/useCreateOrgCapabilityMutation.d.ts +34 -0
  40. package/admin/hooks/mutations/useCreateOrgCapabilityMutation.js +34 -0
  41. package/admin/hooks/mutations/useCreateOrgGrantMutation.d.ts +2 -2
  42. package/admin/hooks/mutations/useCreateOrgGrantMutation.js +1 -1
  43. package/admin/hooks/mutations/useCreateOrgMembershipMutation.d.ts +2 -2
  44. package/admin/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
  45. package/admin/hooks/mutations/useCreateOrgMembershipProfileMutation.d.ts +34 -0
  46. package/admin/hooks/mutations/useCreateOrgMembershipProfileMutation.js +34 -0
  47. package/admin/hooks/mutations/useCreateOrgProfileCapabilityMutation.d.ts +34 -0
  48. package/admin/hooks/mutations/useCreateOrgProfileCapabilityMutation.js +34 -0
  49. package/admin/hooks/mutations/useCreateOrgProfileDefinitionGrantMutation.d.ts +34 -0
  50. package/admin/hooks/mutations/useCreateOrgProfileDefinitionGrantMutation.js +34 -0
  51. package/admin/hooks/mutations/useCreateOrgProfileGrantMutation.d.ts +34 -0
  52. package/admin/hooks/mutations/useCreateOrgProfileGrantMutation.js +34 -0
  53. package/admin/hooks/mutations/useCreateOrgProfileMutation.d.ts +34 -0
  54. package/admin/hooks/mutations/useCreateOrgProfileMutation.js +34 -0
  55. package/admin/hooks/mutations/useCreateOrgProfileTemplateMutation.d.ts +34 -0
  56. package/admin/hooks/mutations/useCreateOrgProfileTemplateMutation.js +34 -0
  57. package/admin/hooks/mutations/useDeleteAppCapabilityDefaultCapabilityMutation.d.ts +38 -0
  58. package/admin/hooks/mutations/useDeleteAppCapabilityDefaultCapabilityMutation.js +39 -0
  59. package/admin/hooks/mutations/useDeleteAppCapabilityDefaultGrantMutation.d.ts +38 -0
  60. package/admin/hooks/mutations/useDeleteAppCapabilityDefaultGrantMutation.js +39 -0
  61. package/admin/hooks/mutations/useDeleteAppCapabilityDefaultMutation.d.ts +38 -0
  62. package/admin/hooks/mutations/useDeleteAppCapabilityDefaultMutation.js +39 -0
  63. package/admin/hooks/mutations/useDeleteAppCapabilityMutation.d.ts +38 -0
  64. package/admin/hooks/mutations/useDeleteAppCapabilityMutation.js +39 -0
  65. package/admin/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
  66. package/admin/hooks/mutations/useDeleteAppGrantMutation.js +1 -1
  67. package/admin/hooks/mutations/useDeleteAppMembershipMutation.d.ts +2 -2
  68. package/admin/hooks/mutations/useDeleteAppMembershipMutation.js +1 -1
  69. package/admin/hooks/mutations/useDeleteAppMembershipProfileMutation.d.ts +38 -0
  70. package/admin/hooks/mutations/useDeleteAppMembershipProfileMutation.js +39 -0
  71. package/admin/hooks/mutations/useDeleteAppProfileCapabilityMutation.d.ts +38 -0
  72. package/admin/hooks/mutations/useDeleteAppProfileCapabilityMutation.js +39 -0
  73. package/admin/hooks/mutations/useDeleteAppProfileDefinitionGrantMutation.d.ts +38 -0
  74. package/admin/hooks/mutations/useDeleteAppProfileDefinitionGrantMutation.js +39 -0
  75. package/admin/hooks/mutations/useDeleteAppProfileGrantMutation.d.ts +38 -0
  76. package/admin/hooks/mutations/useDeleteAppProfileGrantMutation.js +39 -0
  77. package/admin/hooks/mutations/useDeleteAppProfileMutation.d.ts +38 -0
  78. package/admin/hooks/mutations/useDeleteAppProfileMutation.js +39 -0
  79. package/admin/hooks/mutations/useDeleteAppProfileTemplateMutation.d.ts +38 -0
  80. package/admin/hooks/mutations/useDeleteAppProfileTemplateMutation.js +39 -0
  81. package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultCapabilityMutation.d.ts +38 -0
  82. package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultCapabilityMutation.js +39 -0
  83. package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultGrantMutation.d.ts +38 -0
  84. package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultGrantMutation.js +39 -0
  85. package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultMutation.d.ts +38 -0
  86. package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultMutation.js +39 -0
  87. package/admin/hooks/mutations/useDeleteOrgCapabilityMutation.d.ts +38 -0
  88. package/admin/hooks/mutations/useDeleteOrgCapabilityMutation.js +39 -0
  89. package/admin/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
  90. package/admin/hooks/mutations/useDeleteOrgGrantMutation.js +1 -1
  91. package/admin/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +2 -2
  92. package/admin/hooks/mutations/useDeleteOrgMembershipMutation.js +1 -1
  93. package/admin/hooks/mutations/useDeleteOrgMembershipProfileMutation.d.ts +38 -0
  94. package/admin/hooks/mutations/useDeleteOrgMembershipProfileMutation.js +39 -0
  95. package/admin/hooks/mutations/useDeleteOrgProfileCapabilityMutation.d.ts +38 -0
  96. package/admin/hooks/mutations/useDeleteOrgProfileCapabilityMutation.js +39 -0
  97. package/admin/hooks/mutations/useDeleteOrgProfileDefinitionGrantMutation.d.ts +38 -0
  98. package/admin/hooks/mutations/useDeleteOrgProfileDefinitionGrantMutation.js +39 -0
  99. package/admin/hooks/mutations/useDeleteOrgProfileGrantMutation.d.ts +38 -0
  100. package/admin/hooks/mutations/useDeleteOrgProfileGrantMutation.js +39 -0
  101. package/admin/hooks/mutations/useDeleteOrgProfileMutation.d.ts +38 -0
  102. package/admin/hooks/mutations/useDeleteOrgProfileMutation.js +39 -0
  103. package/admin/hooks/mutations/useDeleteOrgProfileTemplateMutation.d.ts +38 -0
  104. package/admin/hooks/mutations/useDeleteOrgProfileTemplateMutation.js +39 -0
  105. package/admin/hooks/mutations/useUpdateAppCapabilityDefaultCapabilityMutation.d.ts +40 -0
  106. package/admin/hooks/mutations/useUpdateAppCapabilityDefaultCapabilityMutation.js +40 -0
  107. package/admin/hooks/mutations/useUpdateAppCapabilityDefaultGrantMutation.d.ts +40 -0
  108. package/admin/hooks/mutations/useUpdateAppCapabilityDefaultGrantMutation.js +40 -0
  109. package/admin/hooks/mutations/useUpdateAppCapabilityDefaultMutation.d.ts +40 -0
  110. package/admin/hooks/mutations/useUpdateAppCapabilityDefaultMutation.js +40 -0
  111. package/admin/hooks/mutations/useUpdateAppCapabilityMutation.d.ts +40 -0
  112. package/admin/hooks/mutations/useUpdateAppCapabilityMutation.js +40 -0
  113. package/admin/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
  114. package/admin/hooks/mutations/useUpdateAppGrantMutation.js +1 -1
  115. package/admin/hooks/mutations/useUpdateAppMembershipMutation.d.ts +2 -2
  116. package/admin/hooks/mutations/useUpdateAppMembershipMutation.js +1 -1
  117. package/admin/hooks/mutations/useUpdateAppMembershipProfileMutation.d.ts +40 -0
  118. package/admin/hooks/mutations/useUpdateAppMembershipProfileMutation.js +40 -0
  119. package/admin/hooks/mutations/useUpdateAppProfileCapabilityMutation.d.ts +40 -0
  120. package/admin/hooks/mutations/useUpdateAppProfileCapabilityMutation.js +40 -0
  121. package/admin/hooks/mutations/useUpdateAppProfileDefinitionGrantMutation.d.ts +40 -0
  122. package/admin/hooks/mutations/useUpdateAppProfileDefinitionGrantMutation.js +40 -0
  123. package/admin/hooks/mutations/useUpdateAppProfileGrantMutation.d.ts +40 -0
  124. package/admin/hooks/mutations/useUpdateAppProfileGrantMutation.js +40 -0
  125. package/admin/hooks/mutations/useUpdateAppProfileMutation.d.ts +40 -0
  126. package/admin/hooks/mutations/useUpdateAppProfileMutation.js +40 -0
  127. package/admin/hooks/mutations/useUpdateAppProfileTemplateMutation.d.ts +40 -0
  128. package/admin/hooks/mutations/useUpdateAppProfileTemplateMutation.js +40 -0
  129. package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultCapabilityMutation.d.ts +40 -0
  130. package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultCapabilityMutation.js +40 -0
  131. package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultGrantMutation.d.ts +40 -0
  132. package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultGrantMutation.js +40 -0
  133. package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultMutation.d.ts +40 -0
  134. package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultMutation.js +40 -0
  135. package/admin/hooks/mutations/useUpdateOrgCapabilityMutation.d.ts +40 -0
  136. package/admin/hooks/mutations/useUpdateOrgCapabilityMutation.js +40 -0
  137. package/admin/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
  138. package/admin/hooks/mutations/useUpdateOrgGrantMutation.js +1 -1
  139. package/admin/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +2 -2
  140. package/admin/hooks/mutations/useUpdateOrgMembershipMutation.js +1 -1
  141. package/admin/hooks/mutations/useUpdateOrgMembershipProfileMutation.d.ts +40 -0
  142. package/admin/hooks/mutations/useUpdateOrgMembershipProfileMutation.js +40 -0
  143. package/admin/hooks/mutations/useUpdateOrgProfileCapabilityMutation.d.ts +40 -0
  144. package/admin/hooks/mutations/useUpdateOrgProfileCapabilityMutation.js +40 -0
  145. package/admin/hooks/mutations/useUpdateOrgProfileDefinitionGrantMutation.d.ts +40 -0
  146. package/admin/hooks/mutations/useUpdateOrgProfileDefinitionGrantMutation.js +40 -0
  147. package/admin/hooks/mutations/useUpdateOrgProfileGrantMutation.d.ts +40 -0
  148. package/admin/hooks/mutations/useUpdateOrgProfileGrantMutation.js +40 -0
  149. package/admin/hooks/mutations/useUpdateOrgProfileMutation.d.ts +40 -0
  150. package/admin/hooks/mutations/useUpdateOrgProfileMutation.js +40 -0
  151. package/admin/hooks/mutations/useUpdateOrgProfileTemplateMutation.d.ts +40 -0
  152. package/admin/hooks/mutations/useUpdateOrgProfileTemplateMutation.js +40 -0
  153. package/admin/hooks/queries/index.d.ts +48 -24
  154. package/admin/hooks/queries/index.js +48 -24
  155. package/admin/hooks/queries/useAppCapabilitiesGetByMaskQuery.d.ts +54 -0
  156. package/admin/hooks/queries/useAppCapabilitiesGetByMaskQuery.js +53 -0
  157. package/admin/hooks/queries/useAppCapabilitiesGetMaskByNamesQuery.d.ts +53 -0
  158. package/admin/hooks/queries/useAppCapabilitiesGetMaskByNamesQuery.js +53 -0
  159. package/admin/hooks/queries/useAppCapabilitiesGetMaskQuery.d.ts +53 -0
  160. package/admin/hooks/queries/useAppCapabilitiesGetMaskQuery.js +53 -0
  161. package/admin/hooks/queries/useAppCapabilitiesGetPaddedMaskQuery.d.ts +53 -0
  162. package/admin/hooks/queries/useAppCapabilitiesGetPaddedMaskQuery.js +53 -0
  163. package/admin/hooks/queries/useAppCapabilitiesQuery.d.ts +69 -0
  164. package/admin/hooks/queries/useAppCapabilitiesQuery.js +38 -0
  165. package/admin/hooks/queries/useAppCapabilityDefaultCapabilitiesQuery.d.ts +69 -0
  166. package/admin/hooks/queries/useAppCapabilityDefaultCapabilitiesQuery.js +38 -0
  167. package/admin/hooks/queries/useAppCapabilityDefaultCapabilityQuery.d.ts +65 -0
  168. package/admin/hooks/queries/useAppCapabilityDefaultCapabilityQuery.js +53 -0
  169. package/admin/hooks/queries/useAppCapabilityDefaultGrantQuery.d.ts +65 -0
  170. package/admin/hooks/queries/useAppCapabilityDefaultGrantQuery.js +53 -0
  171. package/admin/hooks/queries/useAppCapabilityDefaultGrantsQuery.d.ts +69 -0
  172. package/admin/hooks/queries/useAppCapabilityDefaultGrantsQuery.js +38 -0
  173. package/admin/hooks/queries/useAppCapabilityDefaultQuery.d.ts +65 -0
  174. package/admin/hooks/queries/useAppCapabilityDefaultQuery.js +53 -0
  175. package/admin/hooks/queries/useAppCapabilityDefaultsQuery.d.ts +69 -0
  176. package/admin/hooks/queries/useAppCapabilityDefaultsQuery.js +38 -0
  177. package/admin/hooks/queries/useAppCapabilityQuery.d.ts +65 -0
  178. package/admin/hooks/queries/useAppCapabilityQuery.js +53 -0
  179. package/admin/hooks/queries/useAppGrantQuery.d.ts +4 -4
  180. package/admin/hooks/queries/useAppGrantQuery.js +1 -1
  181. package/admin/hooks/queries/useAppGrantsQuery.d.ts +4 -4
  182. package/admin/hooks/queries/useAppGrantsQuery.js +1 -1
  183. package/admin/hooks/queries/useAppMembershipProfileQuery.d.ts +65 -0
  184. package/admin/hooks/queries/useAppMembershipProfileQuery.js +53 -0
  185. package/admin/hooks/queries/useAppMembershipProfilesQuery.d.ts +69 -0
  186. package/admin/hooks/queries/useAppMembershipProfilesQuery.js +38 -0
  187. package/admin/hooks/queries/useAppMembershipQuery.d.ts +4 -4
  188. package/admin/hooks/queries/useAppMembershipQuery.js +1 -1
  189. package/admin/hooks/queries/useAppMembershipsQuery.d.ts +4 -4
  190. package/admin/hooks/queries/useAppMembershipsQuery.js +1 -1
  191. package/admin/hooks/queries/useAppProfileCapabilitiesQuery.d.ts +69 -0
  192. package/admin/hooks/queries/useAppProfileCapabilitiesQuery.js +38 -0
  193. package/admin/hooks/queries/useAppProfileCapabilityQuery.d.ts +65 -0
  194. package/admin/hooks/queries/useAppProfileCapabilityQuery.js +53 -0
  195. package/admin/hooks/queries/useAppProfileDefinitionGrantQuery.d.ts +65 -0
  196. package/admin/hooks/queries/useAppProfileDefinitionGrantQuery.js +53 -0
  197. package/admin/hooks/queries/useAppProfileDefinitionGrantsQuery.d.ts +69 -0
  198. package/admin/hooks/queries/useAppProfileDefinitionGrantsQuery.js +38 -0
  199. package/admin/hooks/queries/useAppProfileGrantQuery.d.ts +65 -0
  200. package/admin/hooks/queries/useAppProfileGrantQuery.js +53 -0
  201. package/admin/hooks/queries/useAppProfileGrantsQuery.d.ts +69 -0
  202. package/admin/hooks/queries/useAppProfileGrantsQuery.js +38 -0
  203. package/admin/hooks/queries/useAppProfileQuery.d.ts +65 -0
  204. package/admin/hooks/queries/useAppProfileQuery.js +53 -0
  205. package/admin/hooks/queries/useAppProfileTemplateQuery.d.ts +65 -0
  206. package/admin/hooks/queries/useAppProfileTemplateQuery.js +53 -0
  207. package/admin/hooks/queries/useAppProfileTemplatesQuery.d.ts +69 -0
  208. package/admin/hooks/queries/useAppProfileTemplatesQuery.js +38 -0
  209. package/admin/hooks/queries/useAppProfilesQuery.d.ts +69 -0
  210. package/admin/hooks/queries/useAppProfilesQuery.js +38 -0
  211. package/admin/hooks/queries/useOrgCapabilitiesGetByMaskQuery.d.ts +54 -0
  212. package/admin/hooks/queries/useOrgCapabilitiesGetByMaskQuery.js +53 -0
  213. package/admin/hooks/queries/useOrgCapabilitiesGetMaskByNamesQuery.d.ts +53 -0
  214. package/admin/hooks/queries/useOrgCapabilitiesGetMaskByNamesQuery.js +53 -0
  215. package/admin/hooks/queries/useOrgCapabilitiesGetMaskQuery.d.ts +53 -0
  216. package/admin/hooks/queries/useOrgCapabilitiesGetMaskQuery.js +53 -0
  217. package/admin/hooks/queries/useOrgCapabilitiesGetPaddedMaskQuery.d.ts +53 -0
  218. package/admin/hooks/queries/useOrgCapabilitiesGetPaddedMaskQuery.js +53 -0
  219. package/admin/hooks/queries/useOrgCapabilitiesQuery.d.ts +69 -0
  220. package/admin/hooks/queries/useOrgCapabilitiesQuery.js +38 -0
  221. package/admin/hooks/queries/useOrgCapabilityDefaultCapabilitiesQuery.d.ts +69 -0
  222. package/admin/hooks/queries/useOrgCapabilityDefaultCapabilitiesQuery.js +38 -0
  223. package/admin/hooks/queries/useOrgCapabilityDefaultCapabilityQuery.d.ts +65 -0
  224. package/admin/hooks/queries/useOrgCapabilityDefaultCapabilityQuery.js +53 -0
  225. package/admin/hooks/queries/useOrgCapabilityDefaultGrantQuery.d.ts +65 -0
  226. package/admin/hooks/queries/useOrgCapabilityDefaultGrantQuery.js +53 -0
  227. package/admin/hooks/queries/useOrgCapabilityDefaultGrantsQuery.d.ts +69 -0
  228. package/admin/hooks/queries/useOrgCapabilityDefaultGrantsQuery.js +38 -0
  229. package/admin/hooks/queries/useOrgCapabilityDefaultQuery.d.ts +65 -0
  230. package/admin/hooks/queries/useOrgCapabilityDefaultQuery.js +53 -0
  231. package/admin/hooks/queries/useOrgCapabilityDefaultsQuery.d.ts +69 -0
  232. package/admin/hooks/queries/useOrgCapabilityDefaultsQuery.js +38 -0
  233. package/admin/hooks/queries/useOrgCapabilityQuery.d.ts +65 -0
  234. package/admin/hooks/queries/useOrgCapabilityQuery.js +53 -0
  235. package/admin/hooks/queries/useOrgGrantQuery.d.ts +4 -4
  236. package/admin/hooks/queries/useOrgGrantQuery.js +1 -1
  237. package/admin/hooks/queries/useOrgGrantsQuery.d.ts +4 -4
  238. package/admin/hooks/queries/useOrgGrantsQuery.js +1 -1
  239. package/admin/hooks/queries/useOrgMembershipProfileQuery.d.ts +65 -0
  240. package/admin/hooks/queries/useOrgMembershipProfileQuery.js +53 -0
  241. package/admin/hooks/queries/useOrgMembershipProfilesQuery.d.ts +69 -0
  242. package/admin/hooks/queries/useOrgMembershipProfilesQuery.js +38 -0
  243. package/admin/hooks/queries/useOrgMembershipQuery.d.ts +4 -4
  244. package/admin/hooks/queries/useOrgMembershipQuery.js +1 -1
  245. package/admin/hooks/queries/useOrgMembershipsQuery.d.ts +4 -4
  246. package/admin/hooks/queries/useOrgMembershipsQuery.js +1 -1
  247. package/admin/hooks/queries/useOrgProfileCapabilitiesQuery.d.ts +69 -0
  248. package/admin/hooks/queries/useOrgProfileCapabilitiesQuery.js +38 -0
  249. package/admin/hooks/queries/useOrgProfileCapabilityQuery.d.ts +65 -0
  250. package/admin/hooks/queries/useOrgProfileCapabilityQuery.js +53 -0
  251. package/admin/hooks/queries/useOrgProfileDefinitionGrantQuery.d.ts +65 -0
  252. package/admin/hooks/queries/useOrgProfileDefinitionGrantQuery.js +53 -0
  253. package/admin/hooks/queries/useOrgProfileDefinitionGrantsQuery.d.ts +69 -0
  254. package/admin/hooks/queries/useOrgProfileDefinitionGrantsQuery.js +38 -0
  255. package/admin/hooks/queries/useOrgProfileGrantQuery.d.ts +65 -0
  256. package/admin/hooks/queries/useOrgProfileGrantQuery.js +53 -0
  257. package/admin/hooks/queries/useOrgProfileGrantsQuery.d.ts +69 -0
  258. package/admin/hooks/queries/useOrgProfileGrantsQuery.js +38 -0
  259. package/admin/hooks/queries/useOrgProfileQuery.d.ts +65 -0
  260. package/admin/hooks/queries/useOrgProfileQuery.js +53 -0
  261. package/admin/hooks/queries/useOrgProfileTemplateQuery.d.ts +65 -0
  262. package/admin/hooks/queries/useOrgProfileTemplateQuery.js +53 -0
  263. package/admin/hooks/queries/useOrgProfileTemplatesQuery.d.ts +69 -0
  264. package/admin/hooks/queries/useOrgProfileTemplatesQuery.js +38 -0
  265. package/admin/hooks/queries/useOrgProfilesQuery.d.ts +69 -0
  266. package/admin/hooks/queries/useOrgProfilesQuery.js +38 -0
  267. package/admin/hooks/query-keys.d.ts +292 -124
  268. package/admin/hooks/query-keys.js +171 -75
  269. package/admin/orm/index.d.ts +58 -34
  270. package/admin/orm/index.js +40 -16
  271. package/admin/orm/input-types.d.ts +3824 -943
  272. package/admin/orm/input-types.js +33 -5
  273. package/admin/orm/models/appCapability.d.ts +54 -0
  274. package/admin/orm/models/appCapability.js +104 -0
  275. package/admin/orm/models/appCapabilityDefault.d.ts +54 -0
  276. package/admin/orm/models/appCapabilityDefault.js +104 -0
  277. package/admin/orm/models/appCapabilityDefaultCapability.d.ts +54 -0
  278. package/admin/orm/models/appCapabilityDefaultCapability.js +104 -0
  279. package/admin/orm/models/appCapabilityDefaultGrant.d.ts +54 -0
  280. package/admin/orm/models/appCapabilityDefaultGrant.js +104 -0
  281. package/admin/orm/models/appMembershipProfile.d.ts +54 -0
  282. package/admin/orm/models/appMembershipProfile.js +104 -0
  283. package/admin/orm/models/appProfile.d.ts +54 -0
  284. package/admin/orm/models/appProfile.js +104 -0
  285. package/admin/orm/models/appProfileCapability.d.ts +54 -0
  286. package/admin/orm/models/appProfileCapability.js +104 -0
  287. package/admin/orm/models/appProfileDefinitionGrant.d.ts +54 -0
  288. package/admin/orm/models/appProfileDefinitionGrant.js +104 -0
  289. package/admin/orm/models/appProfileGrant.d.ts +54 -0
  290. package/admin/orm/models/appProfileGrant.js +104 -0
  291. package/admin/orm/models/appProfileTemplate.d.ts +54 -0
  292. package/admin/orm/models/appProfileTemplate.js +104 -0
  293. package/admin/orm/models/index.d.ts +20 -8
  294. package/admin/orm/models/index.js +41 -17
  295. package/admin/orm/models/orgCapability.d.ts +54 -0
  296. package/admin/orm/models/orgCapability.js +104 -0
  297. package/admin/orm/models/orgCapabilityDefault.d.ts +54 -0
  298. package/admin/orm/models/orgCapabilityDefault.js +104 -0
  299. package/admin/orm/models/orgCapabilityDefaultCapability.d.ts +54 -0
  300. package/admin/orm/models/orgCapabilityDefaultCapability.js +104 -0
  301. package/admin/orm/models/orgCapabilityDefaultGrant.d.ts +54 -0
  302. package/admin/orm/models/orgCapabilityDefaultGrant.js +104 -0
  303. package/admin/orm/models/orgMembershipProfile.d.ts +54 -0
  304. package/admin/orm/models/orgMembershipProfile.js +104 -0
  305. package/admin/orm/models/orgProfile.d.ts +54 -0
  306. package/admin/orm/models/orgProfile.js +104 -0
  307. package/admin/orm/models/orgProfileCapability.d.ts +54 -0
  308. package/admin/orm/models/orgProfileCapability.js +104 -0
  309. package/admin/orm/models/orgProfileDefinitionGrant.d.ts +54 -0
  310. package/admin/orm/models/orgProfileDefinitionGrant.js +104 -0
  311. package/admin/orm/models/orgProfileGrant.d.ts +54 -0
  312. package/admin/orm/models/orgProfileGrant.js +104 -0
  313. package/admin/orm/models/orgProfileTemplate.d.ts +54 -0
  314. package/admin/orm/models/orgProfileTemplate.js +104 -0
  315. package/admin/orm/query/index.d.ts +33 -33
  316. package/admin/orm/query/index.js +56 -56
  317. package/admin/schema-types.d.ts +2025 -497
  318. package/admin/types.d.ts +136 -24
  319. package/api/hooks/index.d.ts +1 -1
  320. package/api/hooks/index.js +1 -1
  321. package/api/hooks/invalidation.d.ts +58 -22
  322. package/api/hooks/invalidation.js +146 -50
  323. package/api/hooks/mutation-keys.d.ts +122 -50
  324. package/api/hooks/mutation-keys.js +88 -37
  325. package/api/hooks/mutations/index.d.ts +33 -11
  326. package/api/hooks/mutations/index.js +33 -11
  327. package/api/hooks/mutations/useAppsInstallAppMutation.d.ts +20 -0
  328. package/api/hooks/mutations/useAppsInstallAppMutation.js +26 -0
  329. package/api/hooks/mutations/useAppsUninstallAppMutation.d.ts +20 -0
  330. package/api/hooks/mutations/useAppsUninstallAppMutation.js +26 -0
  331. package/api/hooks/mutations/useAppsUpgradeAppMutation.d.ts +20 -0
  332. package/api/hooks/mutations/useAppsUpgradeAppMutation.js +26 -0
  333. package/api/hooks/mutations/useCreateApiMutation.d.ts +34 -0
  334. package/api/hooks/mutations/useCreateApiMutation.js +34 -0
  335. package/api/hooks/mutations/useCreateAppComponentMutation.d.ts +34 -0
  336. package/api/hooks/mutations/useCreateAppComponentMutation.js +34 -0
  337. package/api/hooks/mutations/useCreateAppMutation.d.ts +34 -0
  338. package/api/hooks/mutations/useCreateAppMutation.js +34 -0
  339. package/api/hooks/mutations/useCreateEmailIdentityMutation.d.ts +34 -0
  340. package/api/hooks/mutations/useCreateEmailIdentityMutation.js +34 -0
  341. package/api/hooks/mutations/useCreateEmailProviderAccountMutation.d.ts +34 -0
  342. package/api/hooks/mutations/useCreateEmailProviderAccountMutation.js +34 -0
  343. package/api/hooks/mutations/useCreateEmailSiteIdentityMutation.d.ts +34 -0
  344. package/api/hooks/mutations/useCreateEmailSiteIdentityMutation.js +34 -0
  345. package/api/hooks/mutations/useCreatePlatformApiMutation.d.ts +34 -0
  346. package/api/hooks/mutations/useCreatePlatformApiMutation.js +34 -0
  347. package/api/hooks/mutations/useCreatePlatformEmailIdentityMutation.d.ts +34 -0
  348. package/api/hooks/mutations/useCreatePlatformEmailIdentityMutation.js +34 -0
  349. package/api/hooks/mutations/useCreatePlatformEmailProviderAccountMutation.d.ts +34 -0
  350. package/api/hooks/mutations/useCreatePlatformEmailProviderAccountMutation.js +34 -0
  351. package/api/hooks/mutations/useCreatePlatformEmailSiteIdentityMutation.d.ts +34 -0
  352. package/api/hooks/mutations/useCreatePlatformEmailSiteIdentityMutation.js +34 -0
  353. package/api/hooks/mutations/useDeleteApiMutation.d.ts +38 -0
  354. package/api/hooks/mutations/useDeleteApiMutation.js +39 -0
  355. package/api/hooks/mutations/useDeleteAppComponentMutation.d.ts +38 -0
  356. package/api/hooks/mutations/useDeleteAppComponentMutation.js +39 -0
  357. package/api/hooks/mutations/useDeleteAppMutation.d.ts +38 -0
  358. package/api/hooks/mutations/useDeleteAppMutation.js +39 -0
  359. package/api/hooks/mutations/useDeleteEmailIdentityMutation.d.ts +38 -0
  360. package/api/hooks/mutations/useDeleteEmailIdentityMutation.js +39 -0
  361. package/api/hooks/mutations/useDeleteEmailProviderAccountMutation.d.ts +38 -0
  362. package/api/hooks/mutations/useDeleteEmailProviderAccountMutation.js +39 -0
  363. package/api/hooks/mutations/useDeleteEmailSiteIdentityMutation.d.ts +38 -0
  364. package/api/hooks/mutations/useDeleteEmailSiteIdentityMutation.js +39 -0
  365. package/api/hooks/mutations/useDeletePlatformApiMutation.d.ts +38 -0
  366. package/api/hooks/mutations/useDeletePlatformApiMutation.js +39 -0
  367. package/api/hooks/mutations/useDeletePlatformEmailIdentityMutation.d.ts +38 -0
  368. package/api/hooks/mutations/useDeletePlatformEmailIdentityMutation.js +39 -0
  369. package/api/hooks/mutations/useDeletePlatformEmailProviderAccountMutation.d.ts +38 -0
  370. package/api/hooks/mutations/useDeletePlatformEmailProviderAccountMutation.js +39 -0
  371. package/api/hooks/mutations/useDeletePlatformEmailSiteIdentityMutation.d.ts +38 -0
  372. package/api/hooks/mutations/useDeletePlatformEmailSiteIdentityMutation.js +39 -0
  373. package/api/hooks/mutations/useUpdateApiMutation.d.ts +40 -0
  374. package/api/hooks/mutations/useUpdateApiMutation.js +40 -0
  375. package/api/hooks/mutations/useUpdateAppComponentMutation.d.ts +40 -0
  376. package/api/hooks/mutations/useUpdateAppComponentMutation.js +40 -0
  377. package/api/hooks/mutations/useUpdateAppMutation.d.ts +40 -0
  378. package/api/hooks/mutations/useUpdateAppMutation.js +40 -0
  379. package/api/hooks/mutations/useUpdateEmailIdentityMutation.d.ts +40 -0
  380. package/api/hooks/mutations/useUpdateEmailIdentityMutation.js +40 -0
  381. package/api/hooks/mutations/useUpdateEmailProviderAccountMutation.d.ts +40 -0
  382. package/api/hooks/mutations/useUpdateEmailProviderAccountMutation.js +40 -0
  383. package/api/hooks/mutations/useUpdateEmailSiteIdentityMutation.d.ts +40 -0
  384. package/api/hooks/mutations/useUpdateEmailSiteIdentityMutation.js +40 -0
  385. package/api/hooks/mutations/useUpdatePlatformApiMutation.d.ts +40 -0
  386. package/api/hooks/mutations/useUpdatePlatformApiMutation.js +40 -0
  387. package/api/hooks/mutations/useUpdatePlatformEmailIdentityMutation.d.ts +40 -0
  388. package/api/hooks/mutations/useUpdatePlatformEmailIdentityMutation.js +40 -0
  389. package/api/hooks/mutations/useUpdatePlatformEmailProviderAccountMutation.d.ts +40 -0
  390. package/api/hooks/mutations/useUpdatePlatformEmailProviderAccountMutation.js +40 -0
  391. package/api/hooks/mutations/useUpdatePlatformEmailSiteIdentityMutation.d.ts +40 -0
  392. package/api/hooks/mutations/useUpdatePlatformEmailSiteIdentityMutation.js +40 -0
  393. package/api/hooks/queries/index.d.ts +20 -8
  394. package/api/hooks/queries/index.js +20 -8
  395. package/api/hooks/queries/useApiQuery.d.ts +65 -0
  396. package/api/hooks/queries/useApiQuery.js +53 -0
  397. package/api/hooks/queries/useApisQuery.d.ts +25 -21
  398. package/api/hooks/queries/useApisQuery.js +9 -24
  399. package/api/hooks/queries/useAppComponentQuery.d.ts +65 -0
  400. package/api/hooks/queries/useAppComponentQuery.js +53 -0
  401. package/api/hooks/queries/useAppComponentsQuery.d.ts +69 -0
  402. package/api/hooks/queries/useAppComponentsQuery.js +38 -0
  403. package/api/hooks/queries/useAppQuery.d.ts +65 -0
  404. package/api/hooks/queries/useAppQuery.js +53 -0
  405. package/api/hooks/queries/useAppsQuery.d.ts +69 -0
  406. package/api/hooks/queries/useAppsQuery.js +38 -0
  407. package/api/hooks/queries/useEmailIdentitiesQuery.d.ts +69 -0
  408. package/api/hooks/queries/useEmailIdentitiesQuery.js +38 -0
  409. package/api/hooks/queries/useEmailIdentityQuery.d.ts +65 -0
  410. package/api/hooks/queries/useEmailIdentityQuery.js +53 -0
  411. package/api/hooks/queries/useEmailProviderAccountQuery.d.ts +65 -0
  412. package/api/hooks/queries/useEmailProviderAccountQuery.js +53 -0
  413. package/api/hooks/queries/useEmailProviderAccountsQuery.d.ts +69 -0
  414. package/api/hooks/queries/useEmailProviderAccountsQuery.js +38 -0
  415. package/api/hooks/queries/useEmailSiteIdentitiesQuery.d.ts +69 -0
  416. package/api/hooks/queries/useEmailSiteIdentitiesQuery.js +38 -0
  417. package/api/hooks/queries/useEmailSiteIdentityQuery.d.ts +65 -0
  418. package/api/hooks/queries/useEmailSiteIdentityQuery.js +53 -0
  419. package/api/hooks/queries/usePlatformApiQuery.d.ts +65 -0
  420. package/api/hooks/queries/usePlatformApiQuery.js +53 -0
  421. package/api/hooks/queries/usePlatformApisQuery.d.ts +25 -21
  422. package/api/hooks/queries/usePlatformApisQuery.js +9 -24
  423. package/api/hooks/queries/usePlatformEmailIdentitiesQuery.d.ts +69 -0
  424. package/api/hooks/queries/usePlatformEmailIdentitiesQuery.js +38 -0
  425. package/api/hooks/queries/usePlatformEmailIdentityQuery.d.ts +65 -0
  426. package/api/hooks/queries/usePlatformEmailIdentityQuery.js +53 -0
  427. package/api/hooks/queries/usePlatformEmailProviderAccountQuery.d.ts +65 -0
  428. package/api/hooks/queries/usePlatformEmailProviderAccountQuery.js +53 -0
  429. package/api/hooks/queries/usePlatformEmailProviderAccountsQuery.d.ts +69 -0
  430. package/api/hooks/queries/usePlatformEmailProviderAccountsQuery.js +38 -0
  431. package/api/hooks/queries/usePlatformEmailSiteIdentitiesQuery.d.ts +69 -0
  432. package/api/hooks/queries/usePlatformEmailSiteIdentitiesQuery.js +38 -0
  433. package/api/hooks/queries/usePlatformEmailSiteIdentityQuery.d.ts +65 -0
  434. package/api/hooks/queries/usePlatformEmailSiteIdentityQuery.js +53 -0
  435. package/api/hooks/query-keys.d.ts +136 -52
  436. package/api/hooks/query-keys.js +80 -32
  437. package/api/orm/index.d.ts +33 -21
  438. package/api/orm/index.js +20 -8
  439. package/api/orm/input-types.d.ts +2594 -895
  440. package/api/orm/input-types.js +19 -4
  441. package/api/orm/models/api.d.ts +54 -0
  442. package/api/orm/models/api.js +104 -0
  443. package/api/orm/models/app.d.ts +54 -0
  444. package/api/orm/models/app.js +104 -0
  445. package/api/orm/models/appComponent.d.ts +54 -0
  446. package/api/orm/models/appComponent.js +104 -0
  447. package/api/orm/models/emailIdentity.d.ts +54 -0
  448. package/api/orm/models/emailIdentity.js +104 -0
  449. package/api/orm/models/emailProviderAccount.d.ts +54 -0
  450. package/api/orm/models/emailProviderAccount.js +104 -0
  451. package/api/orm/models/emailSiteIdentity.d.ts +54 -0
  452. package/api/orm/models/emailSiteIdentity.js +104 -0
  453. package/api/orm/models/index.d.ts +10 -4
  454. package/api/orm/models/index.js +22 -10
  455. package/api/orm/models/platformApi.d.ts +54 -0
  456. package/api/orm/models/platformApi.js +104 -0
  457. package/api/orm/models/platformEmailIdentity.d.ts +54 -0
  458. package/api/orm/models/platformEmailIdentity.js +104 -0
  459. package/api/orm/models/platformEmailProviderAccount.d.ts +54 -0
  460. package/api/orm/models/platformEmailProviderAccount.js +104 -0
  461. package/api/orm/models/platformEmailSiteIdentity.d.ts +54 -0
  462. package/api/orm/models/platformEmailSiteIdentity.js +104 -0
  463. package/api/orm/mutation/index.d.ts +22 -22
  464. package/api/orm/mutation/index.js +30 -30
  465. package/api/schema-types.d.ts +1334 -347
  466. package/api/types.d.ts +117 -43
  467. package/auth/hooks/mutation-keys.d.ts +4 -0
  468. package/auth/hooks/mutation-keys.js +6 -0
  469. package/auth/hooks/mutations/index.d.ts +2 -0
  470. package/auth/hooks/mutations/index.js +2 -0
  471. package/auth/hooks/mutations/useCreatePrincipalScopeOverrideMutation.d.ts +2 -2
  472. package/auth/hooks/mutations/useCreatePrincipalScopeOverrideMutation.js +1 -1
  473. package/auth/hooks/mutations/useSignInMagicLinkMutation.d.ts +20 -0
  474. package/auth/hooks/mutations/useSignInMagicLinkMutation.js +26 -0
  475. package/auth/hooks/mutations/useSignUpMagicLinkMutation.d.ts +20 -0
  476. package/auth/hooks/mutations/useSignUpMagicLinkMutation.js +26 -0
  477. package/auth/hooks/queries/usePrincipalScopeOverrideQuery.d.ts +4 -4
  478. package/auth/hooks/queries/usePrincipalScopeOverrideQuery.js +1 -1
  479. package/auth/hooks/queries/usePrincipalScopeOverridesQuery.d.ts +4 -4
  480. package/auth/hooks/queries/usePrincipalScopeOverridesQuery.js +1 -1
  481. package/auth/orm/index.d.ts +10 -0
  482. package/auth/orm/input-types.d.ts +60 -6
  483. package/auth/orm/mutation/index.d.ts +17 -1
  484. package/auth/orm/mutation/index.js +24 -0
  485. package/auth/schema-types.d.ts +36 -4
  486. package/compute/hooks/index.d.ts +1 -1
  487. package/compute/hooks/index.js +1 -1
  488. package/compute/hooks/invalidation.d.ts +6 -0
  489. package/compute/hooks/invalidation.js +16 -0
  490. package/compute/hooks/mutation-keys.d.ts +30 -0
  491. package/compute/hooks/mutation-keys.js +36 -2
  492. package/compute/hooks/mutations/index.d.ts +12 -0
  493. package/compute/hooks/mutations/index.js +12 -0
  494. package/compute/hooks/mutations/useCreateContentPresetMutation.d.ts +34 -0
  495. package/compute/hooks/mutations/useCreateContentPresetMutation.js +34 -0
  496. package/compute/hooks/mutations/useDeleteContentPresetMutation.d.ts +38 -0
  497. package/compute/hooks/mutations/useDeleteContentPresetMutation.js +39 -0
  498. package/compute/hooks/mutations/useInfraInsertNodesAtPathsMutation.d.ts +20 -0
  499. package/compute/hooks/mutations/useInfraInsertNodesAtPathsMutation.js +26 -0
  500. package/compute/hooks/mutations/useInfraSetAndCommitMutation.d.ts +20 -0
  501. package/compute/hooks/mutations/useInfraSetAndCommitMutation.js +26 -0
  502. package/compute/hooks/mutations/useInfraSetManyAndCommitMutation.d.ts +20 -0
  503. package/compute/hooks/mutations/useInfraSetManyAndCommitMutation.js +26 -0
  504. package/compute/hooks/mutations/useInsertNodesAtPathsMutation.d.ts +20 -0
  505. package/compute/hooks/mutations/useInsertNodesAtPathsMutation.js +26 -0
  506. package/compute/hooks/mutations/usePlatformInfraInsertNodesAtPathsMutation.d.ts +20 -0
  507. package/compute/hooks/mutations/usePlatformInfraInsertNodesAtPathsMutation.js +26 -0
  508. package/compute/hooks/mutations/usePlatformInfraSetAndCommitMutation.d.ts +20 -0
  509. package/compute/hooks/mutations/usePlatformInfraSetAndCommitMutation.js +26 -0
  510. package/compute/hooks/mutations/usePlatformInfraSetManyAndCommitMutation.d.ts +20 -0
  511. package/compute/hooks/mutations/usePlatformInfraSetManyAndCommitMutation.js +26 -0
  512. package/compute/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
  513. package/compute/hooks/mutations/useSetAndCommitMutation.js +26 -0
  514. package/compute/hooks/mutations/useSetManyAndCommitMutation.d.ts +20 -0
  515. package/compute/hooks/mutations/useSetManyAndCommitMutation.js +26 -0
  516. package/compute/hooks/mutations/useUpdateContentPresetMutation.d.ts +40 -0
  517. package/compute/hooks/mutations/useUpdateContentPresetMutation.js +40 -0
  518. package/compute/hooks/queries/index.d.ts +2 -0
  519. package/compute/hooks/queries/index.js +2 -0
  520. package/compute/hooks/queries/useContentPresetQuery.d.ts +65 -0
  521. package/compute/hooks/queries/useContentPresetQuery.js +53 -0
  522. package/compute/hooks/queries/useContentPresetsQuery.d.ts +69 -0
  523. package/compute/hooks/queries/useContentPresetsQuery.js +38 -0
  524. package/compute/hooks/query-keys.d.ts +14 -0
  525. package/compute/hooks/query-keys.js +10 -2
  526. package/compute/orm/index.d.ts +47 -0
  527. package/compute/orm/index.js +2 -0
  528. package/compute/orm/input-types.d.ts +470 -48
  529. package/compute/orm/models/contentPreset.d.ts +54 -0
  530. package/compute/orm/models/contentPreset.js +104 -0
  531. package/compute/orm/models/index.d.ts +1 -0
  532. package/compute/orm/models/index.js +4 -2
  533. package/compute/orm/mutation/index.d.ts +73 -1
  534. package/compute/orm/mutation/index.js +108 -0
  535. package/compute/schema-types.d.ts +298 -17
  536. package/compute/types.d.ts +17 -0
  537. package/esm/admin/hooks/index.d.ts +1 -1
  538. package/esm/admin/hooks/index.js +1 -1
  539. package/esm/admin/hooks/invalidation.d.ts +112 -40
  540. package/esm/admin/hooks/invalidation.js +265 -73
  541. package/esm/admin/hooks/mutation-keys.d.ts +236 -92
  542. package/esm/admin/hooks/mutation-keys.js +148 -58
  543. package/esm/admin/hooks/mutations/index.d.ts +60 -24
  544. package/esm/admin/hooks/mutations/index.js +60 -24
  545. package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultCapabilityMutation.d.ts +34 -0
  546. package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultCapabilityMutation.js +31 -0
  547. package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultGrantMutation.d.ts +34 -0
  548. package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultGrantMutation.js +31 -0
  549. package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultMutation.d.ts +34 -0
  550. package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultMutation.js +31 -0
  551. package/esm/admin/hooks/mutations/useCreateAppCapabilityMutation.d.ts +34 -0
  552. package/esm/admin/hooks/mutations/useCreateAppCapabilityMutation.js +31 -0
  553. package/esm/admin/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
  554. package/esm/admin/hooks/mutations/useCreateAppGrantMutation.js +1 -1
  555. package/esm/admin/hooks/mutations/useCreateAppMembershipMutation.d.ts +2 -2
  556. package/esm/admin/hooks/mutations/useCreateAppMembershipMutation.js +1 -1
  557. package/esm/admin/hooks/mutations/useCreateAppMembershipProfileMutation.d.ts +34 -0
  558. package/esm/admin/hooks/mutations/useCreateAppMembershipProfileMutation.js +31 -0
  559. package/esm/admin/hooks/mutations/useCreateAppProfileCapabilityMutation.d.ts +34 -0
  560. package/esm/admin/hooks/mutations/useCreateAppProfileCapabilityMutation.js +31 -0
  561. package/esm/admin/hooks/mutations/useCreateAppProfileDefinitionGrantMutation.d.ts +34 -0
  562. package/esm/admin/hooks/mutations/useCreateAppProfileDefinitionGrantMutation.js +31 -0
  563. package/esm/admin/hooks/mutations/useCreateAppProfileGrantMutation.d.ts +34 -0
  564. package/esm/admin/hooks/mutations/useCreateAppProfileGrantMutation.js +31 -0
  565. package/esm/admin/hooks/mutations/useCreateAppProfileMutation.d.ts +34 -0
  566. package/esm/admin/hooks/mutations/useCreateAppProfileMutation.js +31 -0
  567. package/esm/admin/hooks/mutations/useCreateAppProfileTemplateMutation.d.ts +34 -0
  568. package/esm/admin/hooks/mutations/useCreateAppProfileTemplateMutation.js +31 -0
  569. package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultCapabilityMutation.d.ts +34 -0
  570. package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultCapabilityMutation.js +31 -0
  571. package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultGrantMutation.d.ts +34 -0
  572. package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultGrantMutation.js +31 -0
  573. package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultMutation.d.ts +34 -0
  574. package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultMutation.js +31 -0
  575. package/esm/admin/hooks/mutations/useCreateOrgCapabilityMutation.d.ts +34 -0
  576. package/esm/admin/hooks/mutations/useCreateOrgCapabilityMutation.js +31 -0
  577. package/esm/admin/hooks/mutations/useCreateOrgGrantMutation.d.ts +2 -2
  578. package/esm/admin/hooks/mutations/useCreateOrgGrantMutation.js +1 -1
  579. package/esm/admin/hooks/mutations/useCreateOrgMembershipMutation.d.ts +2 -2
  580. package/esm/admin/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
  581. package/esm/admin/hooks/mutations/useCreateOrgMembershipProfileMutation.d.ts +34 -0
  582. package/esm/admin/hooks/mutations/useCreateOrgMembershipProfileMutation.js +31 -0
  583. package/esm/admin/hooks/mutations/useCreateOrgProfileCapabilityMutation.d.ts +34 -0
  584. package/esm/admin/hooks/mutations/useCreateOrgProfileCapabilityMutation.js +31 -0
  585. package/esm/admin/hooks/mutations/useCreateOrgProfileDefinitionGrantMutation.d.ts +34 -0
  586. package/esm/admin/hooks/mutations/useCreateOrgProfileDefinitionGrantMutation.js +31 -0
  587. package/esm/admin/hooks/mutations/useCreateOrgProfileGrantMutation.d.ts +34 -0
  588. package/esm/admin/hooks/mutations/useCreateOrgProfileGrantMutation.js +31 -0
  589. package/esm/admin/hooks/mutations/useCreateOrgProfileMutation.d.ts +34 -0
  590. package/esm/admin/hooks/mutations/useCreateOrgProfileMutation.js +31 -0
  591. package/esm/admin/hooks/mutations/useCreateOrgProfileTemplateMutation.d.ts +34 -0
  592. package/esm/admin/hooks/mutations/useCreateOrgProfileTemplateMutation.js +31 -0
  593. package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultCapabilityMutation.d.ts +38 -0
  594. package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultCapabilityMutation.js +36 -0
  595. package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultGrantMutation.d.ts +38 -0
  596. package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultGrantMutation.js +36 -0
  597. package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultMutation.d.ts +38 -0
  598. package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultMutation.js +36 -0
  599. package/esm/admin/hooks/mutations/useDeleteAppCapabilityMutation.d.ts +38 -0
  600. package/esm/admin/hooks/mutations/useDeleteAppCapabilityMutation.js +36 -0
  601. package/esm/admin/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
  602. package/esm/admin/hooks/mutations/useDeleteAppGrantMutation.js +1 -1
  603. package/esm/admin/hooks/mutations/useDeleteAppMembershipMutation.d.ts +2 -2
  604. package/esm/admin/hooks/mutations/useDeleteAppMembershipMutation.js +1 -1
  605. package/esm/admin/hooks/mutations/useDeleteAppMembershipProfileMutation.d.ts +38 -0
  606. package/esm/admin/hooks/mutations/useDeleteAppMembershipProfileMutation.js +36 -0
  607. package/esm/admin/hooks/mutations/useDeleteAppProfileCapabilityMutation.d.ts +38 -0
  608. package/esm/admin/hooks/mutations/useDeleteAppProfileCapabilityMutation.js +36 -0
  609. package/esm/admin/hooks/mutations/useDeleteAppProfileDefinitionGrantMutation.d.ts +38 -0
  610. package/esm/admin/hooks/mutations/useDeleteAppProfileDefinitionGrantMutation.js +36 -0
  611. package/esm/admin/hooks/mutations/useDeleteAppProfileGrantMutation.d.ts +38 -0
  612. package/esm/admin/hooks/mutations/useDeleteAppProfileGrantMutation.js +36 -0
  613. package/esm/admin/hooks/mutations/useDeleteAppProfileMutation.d.ts +38 -0
  614. package/esm/admin/hooks/mutations/useDeleteAppProfileMutation.js +36 -0
  615. package/esm/admin/hooks/mutations/useDeleteAppProfileTemplateMutation.d.ts +38 -0
  616. package/esm/admin/hooks/mutations/useDeleteAppProfileTemplateMutation.js +36 -0
  617. package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultCapabilityMutation.d.ts +38 -0
  618. package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultCapabilityMutation.js +36 -0
  619. package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultGrantMutation.d.ts +38 -0
  620. package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultGrantMutation.js +36 -0
  621. package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultMutation.d.ts +38 -0
  622. package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultMutation.js +36 -0
  623. package/esm/admin/hooks/mutations/useDeleteOrgCapabilityMutation.d.ts +38 -0
  624. package/esm/admin/hooks/mutations/useDeleteOrgCapabilityMutation.js +36 -0
  625. package/esm/admin/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
  626. package/esm/admin/hooks/mutations/useDeleteOrgGrantMutation.js +1 -1
  627. package/esm/admin/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +2 -2
  628. package/esm/admin/hooks/mutations/useDeleteOrgMembershipMutation.js +1 -1
  629. package/esm/admin/hooks/mutations/useDeleteOrgMembershipProfileMutation.d.ts +38 -0
  630. package/esm/admin/hooks/mutations/useDeleteOrgMembershipProfileMutation.js +36 -0
  631. package/esm/admin/hooks/mutations/useDeleteOrgProfileCapabilityMutation.d.ts +38 -0
  632. package/esm/admin/hooks/mutations/useDeleteOrgProfileCapabilityMutation.js +36 -0
  633. package/esm/admin/hooks/mutations/useDeleteOrgProfileDefinitionGrantMutation.d.ts +38 -0
  634. package/esm/admin/hooks/mutations/useDeleteOrgProfileDefinitionGrantMutation.js +36 -0
  635. package/esm/admin/hooks/mutations/useDeleteOrgProfileGrantMutation.d.ts +38 -0
  636. package/esm/admin/hooks/mutations/useDeleteOrgProfileGrantMutation.js +36 -0
  637. package/esm/admin/hooks/mutations/useDeleteOrgProfileMutation.d.ts +38 -0
  638. package/esm/admin/hooks/mutations/useDeleteOrgProfileMutation.js +36 -0
  639. package/esm/admin/hooks/mutations/useDeleteOrgProfileTemplateMutation.d.ts +38 -0
  640. package/esm/admin/hooks/mutations/useDeleteOrgProfileTemplateMutation.js +36 -0
  641. package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultCapabilityMutation.d.ts +40 -0
  642. package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultCapabilityMutation.js +37 -0
  643. package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultGrantMutation.d.ts +40 -0
  644. package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultGrantMutation.js +37 -0
  645. package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultMutation.d.ts +40 -0
  646. package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultMutation.js +37 -0
  647. package/esm/admin/hooks/mutations/useUpdateAppCapabilityMutation.d.ts +40 -0
  648. package/esm/admin/hooks/mutations/useUpdateAppCapabilityMutation.js +37 -0
  649. package/esm/admin/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
  650. package/esm/admin/hooks/mutations/useUpdateAppGrantMutation.js +1 -1
  651. package/esm/admin/hooks/mutations/useUpdateAppMembershipMutation.d.ts +2 -2
  652. package/esm/admin/hooks/mutations/useUpdateAppMembershipMutation.js +1 -1
  653. package/esm/admin/hooks/mutations/useUpdateAppMembershipProfileMutation.d.ts +40 -0
  654. package/esm/admin/hooks/mutations/useUpdateAppMembershipProfileMutation.js +37 -0
  655. package/esm/admin/hooks/mutations/useUpdateAppProfileCapabilityMutation.d.ts +40 -0
  656. package/esm/admin/hooks/mutations/useUpdateAppProfileCapabilityMutation.js +37 -0
  657. package/esm/admin/hooks/mutations/useUpdateAppProfileDefinitionGrantMutation.d.ts +40 -0
  658. package/esm/admin/hooks/mutations/useUpdateAppProfileDefinitionGrantMutation.js +37 -0
  659. package/esm/admin/hooks/mutations/useUpdateAppProfileGrantMutation.d.ts +40 -0
  660. package/esm/admin/hooks/mutations/useUpdateAppProfileGrantMutation.js +37 -0
  661. package/esm/admin/hooks/mutations/useUpdateAppProfileMutation.d.ts +40 -0
  662. package/esm/admin/hooks/mutations/useUpdateAppProfileMutation.js +37 -0
  663. package/esm/admin/hooks/mutations/useUpdateAppProfileTemplateMutation.d.ts +40 -0
  664. package/esm/admin/hooks/mutations/useUpdateAppProfileTemplateMutation.js +37 -0
  665. package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultCapabilityMutation.d.ts +40 -0
  666. package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultCapabilityMutation.js +37 -0
  667. package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultGrantMutation.d.ts +40 -0
  668. package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultGrantMutation.js +37 -0
  669. package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultMutation.d.ts +40 -0
  670. package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultMutation.js +37 -0
  671. package/esm/admin/hooks/mutations/useUpdateOrgCapabilityMutation.d.ts +40 -0
  672. package/esm/admin/hooks/mutations/useUpdateOrgCapabilityMutation.js +37 -0
  673. package/esm/admin/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
  674. package/esm/admin/hooks/mutations/useUpdateOrgGrantMutation.js +1 -1
  675. package/esm/admin/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +2 -2
  676. package/esm/admin/hooks/mutations/useUpdateOrgMembershipMutation.js +1 -1
  677. package/esm/admin/hooks/mutations/useUpdateOrgMembershipProfileMutation.d.ts +40 -0
  678. package/esm/admin/hooks/mutations/useUpdateOrgMembershipProfileMutation.js +37 -0
  679. package/esm/admin/hooks/mutations/useUpdateOrgProfileCapabilityMutation.d.ts +40 -0
  680. package/esm/admin/hooks/mutations/useUpdateOrgProfileCapabilityMutation.js +37 -0
  681. package/esm/admin/hooks/mutations/useUpdateOrgProfileDefinitionGrantMutation.d.ts +40 -0
  682. package/esm/admin/hooks/mutations/useUpdateOrgProfileDefinitionGrantMutation.js +37 -0
  683. package/esm/admin/hooks/mutations/useUpdateOrgProfileGrantMutation.d.ts +40 -0
  684. package/esm/admin/hooks/mutations/useUpdateOrgProfileGrantMutation.js +37 -0
  685. package/esm/admin/hooks/mutations/useUpdateOrgProfileMutation.d.ts +40 -0
  686. package/esm/admin/hooks/mutations/useUpdateOrgProfileMutation.js +37 -0
  687. package/esm/admin/hooks/mutations/useUpdateOrgProfileTemplateMutation.d.ts +40 -0
  688. package/esm/admin/hooks/mutations/useUpdateOrgProfileTemplateMutation.js +37 -0
  689. package/esm/admin/hooks/queries/index.d.ts +48 -24
  690. package/esm/admin/hooks/queries/index.js +48 -24
  691. package/esm/admin/hooks/queries/useAppCapabilitiesGetByMaskQuery.d.ts +54 -0
  692. package/esm/admin/hooks/queries/useAppCapabilitiesGetByMaskQuery.js +47 -0
  693. package/esm/admin/hooks/queries/useAppCapabilitiesGetMaskByNamesQuery.d.ts +53 -0
  694. package/esm/admin/hooks/queries/useAppCapabilitiesGetMaskByNamesQuery.js +47 -0
  695. package/esm/admin/hooks/queries/useAppCapabilitiesGetMaskQuery.d.ts +53 -0
  696. package/esm/admin/hooks/queries/useAppCapabilitiesGetMaskQuery.js +47 -0
  697. package/esm/admin/hooks/queries/useAppCapabilitiesGetPaddedMaskQuery.d.ts +53 -0
  698. package/esm/admin/hooks/queries/useAppCapabilitiesGetPaddedMaskQuery.js +47 -0
  699. package/esm/admin/hooks/queries/useAppCapabilitiesQuery.d.ts +69 -0
  700. package/esm/admin/hooks/queries/useAppCapabilitiesQuery.js +32 -0
  701. package/esm/admin/hooks/queries/useAppCapabilityDefaultCapabilitiesQuery.d.ts +69 -0
  702. package/esm/admin/hooks/queries/useAppCapabilityDefaultCapabilitiesQuery.js +32 -0
  703. package/esm/admin/hooks/queries/useAppCapabilityDefaultCapabilityQuery.d.ts +65 -0
  704. package/esm/admin/hooks/queries/useAppCapabilityDefaultCapabilityQuery.js +47 -0
  705. package/esm/admin/hooks/queries/useAppCapabilityDefaultGrantQuery.d.ts +65 -0
  706. package/esm/admin/hooks/queries/useAppCapabilityDefaultGrantQuery.js +47 -0
  707. package/esm/admin/hooks/queries/useAppCapabilityDefaultGrantsQuery.d.ts +69 -0
  708. package/esm/admin/hooks/queries/useAppCapabilityDefaultGrantsQuery.js +32 -0
  709. package/esm/admin/hooks/queries/useAppCapabilityDefaultQuery.d.ts +65 -0
  710. package/esm/admin/hooks/queries/useAppCapabilityDefaultQuery.js +47 -0
  711. package/esm/admin/hooks/queries/useAppCapabilityDefaultsQuery.d.ts +69 -0
  712. package/esm/admin/hooks/queries/useAppCapabilityDefaultsQuery.js +32 -0
  713. package/esm/admin/hooks/queries/useAppCapabilityQuery.d.ts +65 -0
  714. package/esm/admin/hooks/queries/useAppCapabilityQuery.js +47 -0
  715. package/esm/admin/hooks/queries/useAppGrantQuery.d.ts +4 -4
  716. package/esm/admin/hooks/queries/useAppGrantQuery.js +1 -1
  717. package/esm/admin/hooks/queries/useAppGrantsQuery.d.ts +4 -4
  718. package/esm/admin/hooks/queries/useAppGrantsQuery.js +1 -1
  719. package/esm/admin/hooks/queries/useAppMembershipProfileQuery.d.ts +65 -0
  720. package/esm/admin/hooks/queries/useAppMembershipProfileQuery.js +47 -0
  721. package/esm/admin/hooks/queries/useAppMembershipProfilesQuery.d.ts +69 -0
  722. package/esm/admin/hooks/queries/useAppMembershipProfilesQuery.js +32 -0
  723. package/esm/admin/hooks/queries/useAppMembershipQuery.d.ts +4 -4
  724. package/esm/admin/hooks/queries/useAppMembershipQuery.js +1 -1
  725. package/esm/admin/hooks/queries/useAppMembershipsQuery.d.ts +4 -4
  726. package/esm/admin/hooks/queries/useAppMembershipsQuery.js +1 -1
  727. package/esm/admin/hooks/queries/useAppProfileCapabilitiesQuery.d.ts +69 -0
  728. package/esm/admin/hooks/queries/useAppProfileCapabilitiesQuery.js +32 -0
  729. package/esm/admin/hooks/queries/useAppProfileCapabilityQuery.d.ts +65 -0
  730. package/esm/admin/hooks/queries/useAppProfileCapabilityQuery.js +47 -0
  731. package/esm/admin/hooks/queries/useAppProfileDefinitionGrantQuery.d.ts +65 -0
  732. package/esm/admin/hooks/queries/useAppProfileDefinitionGrantQuery.js +47 -0
  733. package/esm/admin/hooks/queries/useAppProfileDefinitionGrantsQuery.d.ts +69 -0
  734. package/esm/admin/hooks/queries/useAppProfileDefinitionGrantsQuery.js +32 -0
  735. package/esm/admin/hooks/queries/useAppProfileGrantQuery.d.ts +65 -0
  736. package/esm/admin/hooks/queries/useAppProfileGrantQuery.js +47 -0
  737. package/esm/admin/hooks/queries/useAppProfileGrantsQuery.d.ts +69 -0
  738. package/esm/admin/hooks/queries/useAppProfileGrantsQuery.js +32 -0
  739. package/esm/admin/hooks/queries/useAppProfileQuery.d.ts +65 -0
  740. package/esm/admin/hooks/queries/useAppProfileQuery.js +47 -0
  741. package/esm/admin/hooks/queries/useAppProfileTemplateQuery.d.ts +65 -0
  742. package/esm/admin/hooks/queries/useAppProfileTemplateQuery.js +47 -0
  743. package/esm/admin/hooks/queries/useAppProfileTemplatesQuery.d.ts +69 -0
  744. package/esm/admin/hooks/queries/useAppProfileTemplatesQuery.js +32 -0
  745. package/esm/admin/hooks/queries/useAppProfilesQuery.d.ts +69 -0
  746. package/esm/admin/hooks/queries/useAppProfilesQuery.js +32 -0
  747. package/esm/admin/hooks/queries/useOrgCapabilitiesGetByMaskQuery.d.ts +54 -0
  748. package/esm/admin/hooks/queries/useOrgCapabilitiesGetByMaskQuery.js +47 -0
  749. package/esm/admin/hooks/queries/useOrgCapabilitiesGetMaskByNamesQuery.d.ts +53 -0
  750. package/esm/admin/hooks/queries/useOrgCapabilitiesGetMaskByNamesQuery.js +47 -0
  751. package/esm/admin/hooks/queries/useOrgCapabilitiesGetMaskQuery.d.ts +53 -0
  752. package/esm/admin/hooks/queries/useOrgCapabilitiesGetMaskQuery.js +47 -0
  753. package/esm/admin/hooks/queries/useOrgCapabilitiesGetPaddedMaskQuery.d.ts +53 -0
  754. package/esm/admin/hooks/queries/useOrgCapabilitiesGetPaddedMaskQuery.js +47 -0
  755. package/esm/admin/hooks/queries/useOrgCapabilitiesQuery.d.ts +69 -0
  756. package/esm/admin/hooks/queries/useOrgCapabilitiesQuery.js +32 -0
  757. package/esm/admin/hooks/queries/useOrgCapabilityDefaultCapabilitiesQuery.d.ts +69 -0
  758. package/esm/admin/hooks/queries/useOrgCapabilityDefaultCapabilitiesQuery.js +32 -0
  759. package/esm/admin/hooks/queries/useOrgCapabilityDefaultCapabilityQuery.d.ts +65 -0
  760. package/esm/admin/hooks/queries/useOrgCapabilityDefaultCapabilityQuery.js +47 -0
  761. package/esm/admin/hooks/queries/useOrgCapabilityDefaultGrantQuery.d.ts +65 -0
  762. package/esm/admin/hooks/queries/useOrgCapabilityDefaultGrantQuery.js +47 -0
  763. package/esm/admin/hooks/queries/useOrgCapabilityDefaultGrantsQuery.d.ts +69 -0
  764. package/esm/admin/hooks/queries/useOrgCapabilityDefaultGrantsQuery.js +32 -0
  765. package/esm/admin/hooks/queries/useOrgCapabilityDefaultQuery.d.ts +65 -0
  766. package/esm/admin/hooks/queries/useOrgCapabilityDefaultQuery.js +47 -0
  767. package/esm/admin/hooks/queries/useOrgCapabilityDefaultsQuery.d.ts +69 -0
  768. package/esm/admin/hooks/queries/useOrgCapabilityDefaultsQuery.js +32 -0
  769. package/esm/admin/hooks/queries/useOrgCapabilityQuery.d.ts +65 -0
  770. package/esm/admin/hooks/queries/useOrgCapabilityQuery.js +47 -0
  771. package/esm/admin/hooks/queries/useOrgGrantQuery.d.ts +4 -4
  772. package/esm/admin/hooks/queries/useOrgGrantQuery.js +1 -1
  773. package/esm/admin/hooks/queries/useOrgGrantsQuery.d.ts +4 -4
  774. package/esm/admin/hooks/queries/useOrgGrantsQuery.js +1 -1
  775. package/esm/admin/hooks/queries/useOrgMembershipProfileQuery.d.ts +65 -0
  776. package/esm/admin/hooks/queries/useOrgMembershipProfileQuery.js +47 -0
  777. package/esm/admin/hooks/queries/useOrgMembershipProfilesQuery.d.ts +69 -0
  778. package/esm/admin/hooks/queries/useOrgMembershipProfilesQuery.js +32 -0
  779. package/esm/admin/hooks/queries/useOrgMembershipQuery.d.ts +4 -4
  780. package/esm/admin/hooks/queries/useOrgMembershipQuery.js +1 -1
  781. package/esm/admin/hooks/queries/useOrgMembershipsQuery.d.ts +4 -4
  782. package/esm/admin/hooks/queries/useOrgMembershipsQuery.js +1 -1
  783. package/esm/admin/hooks/queries/useOrgProfileCapabilitiesQuery.d.ts +69 -0
  784. package/esm/admin/hooks/queries/useOrgProfileCapabilitiesQuery.js +32 -0
  785. package/esm/admin/hooks/queries/useOrgProfileCapabilityQuery.d.ts +65 -0
  786. package/esm/admin/hooks/queries/useOrgProfileCapabilityQuery.js +47 -0
  787. package/esm/admin/hooks/queries/useOrgProfileDefinitionGrantQuery.d.ts +65 -0
  788. package/esm/admin/hooks/queries/useOrgProfileDefinitionGrantQuery.js +47 -0
  789. package/esm/admin/hooks/queries/useOrgProfileDefinitionGrantsQuery.d.ts +69 -0
  790. package/esm/admin/hooks/queries/useOrgProfileDefinitionGrantsQuery.js +32 -0
  791. package/esm/admin/hooks/queries/useOrgProfileGrantQuery.d.ts +65 -0
  792. package/esm/admin/hooks/queries/useOrgProfileGrantQuery.js +47 -0
  793. package/esm/admin/hooks/queries/useOrgProfileGrantsQuery.d.ts +69 -0
  794. package/esm/admin/hooks/queries/useOrgProfileGrantsQuery.js +32 -0
  795. package/esm/admin/hooks/queries/useOrgProfileQuery.d.ts +65 -0
  796. package/esm/admin/hooks/queries/useOrgProfileQuery.js +47 -0
  797. package/esm/admin/hooks/queries/useOrgProfileTemplateQuery.d.ts +65 -0
  798. package/esm/admin/hooks/queries/useOrgProfileTemplateQuery.js +47 -0
  799. package/esm/admin/hooks/queries/useOrgProfileTemplatesQuery.d.ts +69 -0
  800. package/esm/admin/hooks/queries/useOrgProfileTemplatesQuery.js +32 -0
  801. package/esm/admin/hooks/queries/useOrgProfilesQuery.d.ts +69 -0
  802. package/esm/admin/hooks/queries/useOrgProfilesQuery.js +32 -0
  803. package/esm/admin/hooks/query-keys.d.ts +292 -124
  804. package/esm/admin/hooks/query-keys.js +170 -74
  805. package/esm/admin/orm/index.d.ts +58 -34
  806. package/esm/admin/orm/index.js +40 -16
  807. package/esm/admin/orm/input-types.d.ts +3824 -943
  808. package/esm/admin/orm/input-types.js +33 -5
  809. package/esm/admin/orm/models/appCapability.d.ts +54 -0
  810. package/esm/admin/orm/models/appCapability.js +100 -0
  811. package/esm/admin/orm/models/appCapabilityDefault.d.ts +54 -0
  812. package/esm/admin/orm/models/appCapabilityDefault.js +100 -0
  813. package/esm/admin/orm/models/appCapabilityDefaultCapability.d.ts +54 -0
  814. package/esm/admin/orm/models/appCapabilityDefaultCapability.js +100 -0
  815. package/esm/admin/orm/models/appCapabilityDefaultGrant.d.ts +54 -0
  816. package/esm/admin/orm/models/appCapabilityDefaultGrant.js +100 -0
  817. package/esm/admin/orm/models/appMembershipProfile.d.ts +54 -0
  818. package/esm/admin/orm/models/appMembershipProfile.js +100 -0
  819. package/esm/admin/orm/models/appProfile.d.ts +54 -0
  820. package/esm/admin/orm/models/appProfile.js +100 -0
  821. package/esm/admin/orm/models/appProfileCapability.d.ts +54 -0
  822. package/esm/admin/orm/models/appProfileCapability.js +100 -0
  823. package/esm/admin/orm/models/appProfileDefinitionGrant.d.ts +54 -0
  824. package/esm/admin/orm/models/appProfileDefinitionGrant.js +100 -0
  825. package/esm/admin/orm/models/appProfileGrant.d.ts +54 -0
  826. package/esm/admin/orm/models/appProfileGrant.js +100 -0
  827. package/esm/admin/orm/models/appProfileTemplate.d.ts +54 -0
  828. package/esm/admin/orm/models/appProfileTemplate.js +100 -0
  829. package/esm/admin/orm/models/index.d.ts +20 -8
  830. package/esm/admin/orm/models/index.js +20 -8
  831. package/esm/admin/orm/models/orgCapability.d.ts +54 -0
  832. package/esm/admin/orm/models/orgCapability.js +100 -0
  833. package/esm/admin/orm/models/orgCapabilityDefault.d.ts +54 -0
  834. package/esm/admin/orm/models/orgCapabilityDefault.js +100 -0
  835. package/esm/admin/orm/models/orgCapabilityDefaultCapability.d.ts +54 -0
  836. package/esm/admin/orm/models/orgCapabilityDefaultCapability.js +100 -0
  837. package/esm/admin/orm/models/orgCapabilityDefaultGrant.d.ts +54 -0
  838. package/esm/admin/orm/models/orgCapabilityDefaultGrant.js +100 -0
  839. package/esm/admin/orm/models/orgMembershipProfile.d.ts +54 -0
  840. package/esm/admin/orm/models/orgMembershipProfile.js +100 -0
  841. package/esm/admin/orm/models/orgProfile.d.ts +54 -0
  842. package/esm/admin/orm/models/orgProfile.js +100 -0
  843. package/esm/admin/orm/models/orgProfileCapability.d.ts +54 -0
  844. package/esm/admin/orm/models/orgProfileCapability.js +100 -0
  845. package/esm/admin/orm/models/orgProfileDefinitionGrant.d.ts +54 -0
  846. package/esm/admin/orm/models/orgProfileDefinitionGrant.js +100 -0
  847. package/esm/admin/orm/models/orgProfileGrant.d.ts +54 -0
  848. package/esm/admin/orm/models/orgProfileGrant.js +100 -0
  849. package/esm/admin/orm/models/orgProfileTemplate.d.ts +54 -0
  850. package/esm/admin/orm/models/orgProfileTemplate.js +100 -0
  851. package/esm/admin/orm/query/index.d.ts +33 -33
  852. package/esm/admin/orm/query/index.js +56 -56
  853. package/esm/admin/schema-types.d.ts +2025 -497
  854. package/esm/admin/types.d.ts +136 -24
  855. package/esm/api/hooks/index.d.ts +1 -1
  856. package/esm/api/hooks/index.js +1 -1
  857. package/esm/api/hooks/invalidation.d.ts +58 -22
  858. package/esm/api/hooks/invalidation.js +147 -51
  859. package/esm/api/hooks/mutation-keys.d.ts +122 -50
  860. package/esm/api/hooks/mutation-keys.js +86 -35
  861. package/esm/api/hooks/mutations/index.d.ts +33 -11
  862. package/esm/api/hooks/mutations/index.js +33 -11
  863. package/esm/api/hooks/mutations/useAppsInstallAppMutation.d.ts +20 -0
  864. package/esm/api/hooks/mutations/useAppsInstallAppMutation.js +23 -0
  865. package/esm/api/hooks/mutations/useAppsUninstallAppMutation.d.ts +20 -0
  866. package/esm/api/hooks/mutations/useAppsUninstallAppMutation.js +23 -0
  867. package/esm/api/hooks/mutations/useAppsUpgradeAppMutation.d.ts +20 -0
  868. package/esm/api/hooks/mutations/useAppsUpgradeAppMutation.js +23 -0
  869. package/esm/api/hooks/mutations/useCreateApiMutation.d.ts +34 -0
  870. package/esm/api/hooks/mutations/useCreateApiMutation.js +31 -0
  871. package/esm/api/hooks/mutations/useCreateAppComponentMutation.d.ts +34 -0
  872. package/esm/api/hooks/mutations/useCreateAppComponentMutation.js +31 -0
  873. package/esm/api/hooks/mutations/useCreateAppMutation.d.ts +34 -0
  874. package/esm/api/hooks/mutations/useCreateAppMutation.js +31 -0
  875. package/esm/api/hooks/mutations/useCreateEmailIdentityMutation.d.ts +34 -0
  876. package/esm/api/hooks/mutations/useCreateEmailIdentityMutation.js +31 -0
  877. package/esm/api/hooks/mutations/useCreateEmailProviderAccountMutation.d.ts +34 -0
  878. package/esm/api/hooks/mutations/useCreateEmailProviderAccountMutation.js +31 -0
  879. package/esm/api/hooks/mutations/useCreateEmailSiteIdentityMutation.d.ts +34 -0
  880. package/esm/api/hooks/mutations/useCreateEmailSiteIdentityMutation.js +31 -0
  881. package/esm/api/hooks/mutations/useCreatePlatformApiMutation.d.ts +34 -0
  882. package/esm/api/hooks/mutations/useCreatePlatformApiMutation.js +31 -0
  883. package/esm/api/hooks/mutations/useCreatePlatformEmailIdentityMutation.d.ts +34 -0
  884. package/esm/api/hooks/mutations/useCreatePlatformEmailIdentityMutation.js +31 -0
  885. package/esm/api/hooks/mutations/useCreatePlatformEmailProviderAccountMutation.d.ts +34 -0
  886. package/esm/api/hooks/mutations/useCreatePlatformEmailProviderAccountMutation.js +31 -0
  887. package/esm/api/hooks/mutations/useCreatePlatformEmailSiteIdentityMutation.d.ts +34 -0
  888. package/esm/api/hooks/mutations/useCreatePlatformEmailSiteIdentityMutation.js +31 -0
  889. package/esm/api/hooks/mutations/useDeleteApiMutation.d.ts +38 -0
  890. package/esm/api/hooks/mutations/useDeleteApiMutation.js +36 -0
  891. package/esm/api/hooks/mutations/useDeleteAppComponentMutation.d.ts +38 -0
  892. package/esm/api/hooks/mutations/useDeleteAppComponentMutation.js +36 -0
  893. package/esm/api/hooks/mutations/useDeleteAppMutation.d.ts +38 -0
  894. package/esm/api/hooks/mutations/useDeleteAppMutation.js +36 -0
  895. package/esm/api/hooks/mutations/useDeleteEmailIdentityMutation.d.ts +38 -0
  896. package/esm/api/hooks/mutations/useDeleteEmailIdentityMutation.js +36 -0
  897. package/esm/api/hooks/mutations/useDeleteEmailProviderAccountMutation.d.ts +38 -0
  898. package/esm/api/hooks/mutations/useDeleteEmailProviderAccountMutation.js +36 -0
  899. package/esm/api/hooks/mutations/useDeleteEmailSiteIdentityMutation.d.ts +38 -0
  900. package/esm/api/hooks/mutations/useDeleteEmailSiteIdentityMutation.js +36 -0
  901. package/esm/api/hooks/mutations/useDeletePlatformApiMutation.d.ts +38 -0
  902. package/esm/api/hooks/mutations/useDeletePlatformApiMutation.js +36 -0
  903. package/esm/api/hooks/mutations/useDeletePlatformEmailIdentityMutation.d.ts +38 -0
  904. package/esm/api/hooks/mutations/useDeletePlatformEmailIdentityMutation.js +36 -0
  905. package/esm/api/hooks/mutations/useDeletePlatformEmailProviderAccountMutation.d.ts +38 -0
  906. package/esm/api/hooks/mutations/useDeletePlatformEmailProviderAccountMutation.js +36 -0
  907. package/esm/api/hooks/mutations/useDeletePlatformEmailSiteIdentityMutation.d.ts +38 -0
  908. package/esm/api/hooks/mutations/useDeletePlatformEmailSiteIdentityMutation.js +36 -0
  909. package/esm/api/hooks/mutations/useUpdateApiMutation.d.ts +40 -0
  910. package/esm/api/hooks/mutations/useUpdateApiMutation.js +37 -0
  911. package/esm/api/hooks/mutations/useUpdateAppComponentMutation.d.ts +40 -0
  912. package/esm/api/hooks/mutations/useUpdateAppComponentMutation.js +37 -0
  913. package/esm/api/hooks/mutations/useUpdateAppMutation.d.ts +40 -0
  914. package/esm/api/hooks/mutations/useUpdateAppMutation.js +37 -0
  915. package/esm/api/hooks/mutations/useUpdateEmailIdentityMutation.d.ts +40 -0
  916. package/esm/api/hooks/mutations/useUpdateEmailIdentityMutation.js +37 -0
  917. package/esm/api/hooks/mutations/useUpdateEmailProviderAccountMutation.d.ts +40 -0
  918. package/esm/api/hooks/mutations/useUpdateEmailProviderAccountMutation.js +37 -0
  919. package/esm/api/hooks/mutations/useUpdateEmailSiteIdentityMutation.d.ts +40 -0
  920. package/esm/api/hooks/mutations/useUpdateEmailSiteIdentityMutation.js +37 -0
  921. package/esm/api/hooks/mutations/useUpdatePlatformApiMutation.d.ts +40 -0
  922. package/esm/api/hooks/mutations/useUpdatePlatformApiMutation.js +37 -0
  923. package/esm/api/hooks/mutations/useUpdatePlatformEmailIdentityMutation.d.ts +40 -0
  924. package/esm/api/hooks/mutations/useUpdatePlatformEmailIdentityMutation.js +37 -0
  925. package/esm/api/hooks/mutations/useUpdatePlatformEmailProviderAccountMutation.d.ts +40 -0
  926. package/esm/api/hooks/mutations/useUpdatePlatformEmailProviderAccountMutation.js +37 -0
  927. package/esm/api/hooks/mutations/useUpdatePlatformEmailSiteIdentityMutation.d.ts +40 -0
  928. package/esm/api/hooks/mutations/useUpdatePlatformEmailSiteIdentityMutation.js +37 -0
  929. package/esm/api/hooks/queries/index.d.ts +20 -8
  930. package/esm/api/hooks/queries/index.js +20 -8
  931. package/esm/api/hooks/queries/useApiQuery.d.ts +65 -0
  932. package/esm/api/hooks/queries/useApiQuery.js +47 -0
  933. package/esm/api/hooks/queries/useApisQuery.d.ts +25 -21
  934. package/esm/api/hooks/queries/useApisQuery.js +11 -26
  935. package/esm/api/hooks/queries/useAppComponentQuery.d.ts +65 -0
  936. package/esm/api/hooks/queries/useAppComponentQuery.js +47 -0
  937. package/esm/api/hooks/queries/useAppComponentsQuery.d.ts +69 -0
  938. package/esm/api/hooks/queries/useAppComponentsQuery.js +32 -0
  939. package/esm/api/hooks/queries/useAppQuery.d.ts +65 -0
  940. package/esm/api/hooks/queries/useAppQuery.js +47 -0
  941. package/esm/api/hooks/queries/useAppsQuery.d.ts +69 -0
  942. package/esm/api/hooks/queries/useAppsQuery.js +32 -0
  943. package/esm/api/hooks/queries/useEmailIdentitiesQuery.d.ts +69 -0
  944. package/esm/api/hooks/queries/useEmailIdentitiesQuery.js +32 -0
  945. package/esm/api/hooks/queries/useEmailIdentityQuery.d.ts +65 -0
  946. package/esm/api/hooks/queries/useEmailIdentityQuery.js +47 -0
  947. package/esm/api/hooks/queries/useEmailProviderAccountQuery.d.ts +65 -0
  948. package/esm/api/hooks/queries/useEmailProviderAccountQuery.js +47 -0
  949. package/esm/api/hooks/queries/useEmailProviderAccountsQuery.d.ts +69 -0
  950. package/esm/api/hooks/queries/useEmailProviderAccountsQuery.js +32 -0
  951. package/esm/api/hooks/queries/useEmailSiteIdentitiesQuery.d.ts +69 -0
  952. package/esm/api/hooks/queries/useEmailSiteIdentitiesQuery.js +32 -0
  953. package/esm/api/hooks/queries/useEmailSiteIdentityQuery.d.ts +65 -0
  954. package/esm/api/hooks/queries/useEmailSiteIdentityQuery.js +47 -0
  955. package/esm/api/hooks/queries/usePlatformApiQuery.d.ts +65 -0
  956. package/esm/api/hooks/queries/usePlatformApiQuery.js +47 -0
  957. package/esm/api/hooks/queries/usePlatformApisQuery.d.ts +25 -21
  958. package/esm/api/hooks/queries/usePlatformApisQuery.js +11 -26
  959. package/esm/api/hooks/queries/usePlatformEmailIdentitiesQuery.d.ts +69 -0
  960. package/esm/api/hooks/queries/usePlatformEmailIdentitiesQuery.js +32 -0
  961. package/esm/api/hooks/queries/usePlatformEmailIdentityQuery.d.ts +65 -0
  962. package/esm/api/hooks/queries/usePlatformEmailIdentityQuery.js +47 -0
  963. package/esm/api/hooks/queries/usePlatformEmailProviderAccountQuery.d.ts +65 -0
  964. package/esm/api/hooks/queries/usePlatformEmailProviderAccountQuery.js +47 -0
  965. package/esm/api/hooks/queries/usePlatformEmailProviderAccountsQuery.d.ts +69 -0
  966. package/esm/api/hooks/queries/usePlatformEmailProviderAccountsQuery.js +32 -0
  967. package/esm/api/hooks/queries/usePlatformEmailSiteIdentitiesQuery.d.ts +69 -0
  968. package/esm/api/hooks/queries/usePlatformEmailSiteIdentitiesQuery.js +32 -0
  969. package/esm/api/hooks/queries/usePlatformEmailSiteIdentityQuery.d.ts +65 -0
  970. package/esm/api/hooks/queries/usePlatformEmailSiteIdentityQuery.js +47 -0
  971. package/esm/api/hooks/query-keys.d.ts +136 -52
  972. package/esm/api/hooks/query-keys.js +78 -30
  973. package/esm/api/orm/index.d.ts +33 -21
  974. package/esm/api/orm/index.js +20 -8
  975. package/esm/api/orm/input-types.d.ts +2594 -895
  976. package/esm/api/orm/input-types.js +19 -4
  977. package/esm/api/orm/models/api.d.ts +54 -0
  978. package/esm/api/orm/models/api.js +100 -0
  979. package/esm/api/orm/models/app.d.ts +54 -0
  980. package/esm/api/orm/models/app.js +100 -0
  981. package/esm/api/orm/models/appComponent.d.ts +54 -0
  982. package/esm/api/orm/models/appComponent.js +100 -0
  983. package/esm/api/orm/models/emailIdentity.d.ts +54 -0
  984. package/esm/api/orm/models/emailIdentity.js +100 -0
  985. package/esm/api/orm/models/emailProviderAccount.d.ts +54 -0
  986. package/esm/api/orm/models/emailProviderAccount.js +100 -0
  987. package/esm/api/orm/models/emailSiteIdentity.d.ts +54 -0
  988. package/esm/api/orm/models/emailSiteIdentity.js +100 -0
  989. package/esm/api/orm/models/index.d.ts +10 -4
  990. package/esm/api/orm/models/index.js +10 -4
  991. package/esm/api/orm/models/platformApi.d.ts +54 -0
  992. package/esm/api/orm/models/platformApi.js +100 -0
  993. package/esm/api/orm/models/platformEmailIdentity.d.ts +54 -0
  994. package/esm/api/orm/models/platformEmailIdentity.js +100 -0
  995. package/esm/api/orm/models/platformEmailProviderAccount.d.ts +54 -0
  996. package/esm/api/orm/models/platformEmailProviderAccount.js +100 -0
  997. package/esm/api/orm/models/platformEmailSiteIdentity.d.ts +54 -0
  998. package/esm/api/orm/models/platformEmailSiteIdentity.js +100 -0
  999. package/esm/api/orm/mutation/index.d.ts +22 -22
  1000. package/esm/api/orm/mutation/index.js +30 -30
  1001. package/esm/api/schema-types.d.ts +1334 -347
  1002. package/esm/api/types.d.ts +117 -43
  1003. package/esm/auth/hooks/mutation-keys.d.ts +4 -0
  1004. package/esm/auth/hooks/mutation-keys.js +6 -0
  1005. package/esm/auth/hooks/mutations/index.d.ts +2 -0
  1006. package/esm/auth/hooks/mutations/index.js +2 -0
  1007. package/esm/auth/hooks/mutations/useCreatePrincipalScopeOverrideMutation.d.ts +2 -2
  1008. package/esm/auth/hooks/mutations/useCreatePrincipalScopeOverrideMutation.js +1 -1
  1009. package/esm/auth/hooks/mutations/useSignInMagicLinkMutation.d.ts +20 -0
  1010. package/esm/auth/hooks/mutations/useSignInMagicLinkMutation.js +23 -0
  1011. package/esm/auth/hooks/mutations/useSignUpMagicLinkMutation.d.ts +20 -0
  1012. package/esm/auth/hooks/mutations/useSignUpMagicLinkMutation.js +23 -0
  1013. package/esm/auth/hooks/queries/usePrincipalScopeOverrideQuery.d.ts +4 -4
  1014. package/esm/auth/hooks/queries/usePrincipalScopeOverrideQuery.js +1 -1
  1015. package/esm/auth/hooks/queries/usePrincipalScopeOverridesQuery.d.ts +4 -4
  1016. package/esm/auth/hooks/queries/usePrincipalScopeOverridesQuery.js +1 -1
  1017. package/esm/auth/orm/index.d.ts +10 -0
  1018. package/esm/auth/orm/input-types.d.ts +60 -6
  1019. package/esm/auth/orm/mutation/index.d.ts +17 -1
  1020. package/esm/auth/orm/mutation/index.js +24 -0
  1021. package/esm/auth/schema-types.d.ts +36 -4
  1022. package/esm/compute/hooks/index.d.ts +1 -1
  1023. package/esm/compute/hooks/index.js +1 -1
  1024. package/esm/compute/hooks/invalidation.d.ts +6 -0
  1025. package/esm/compute/hooks/invalidation.js +17 -1
  1026. package/esm/compute/hooks/mutation-keys.d.ts +30 -0
  1027. package/esm/compute/hooks/mutation-keys.js +34 -0
  1028. package/esm/compute/hooks/mutations/index.d.ts +12 -0
  1029. package/esm/compute/hooks/mutations/index.js +12 -0
  1030. package/esm/compute/hooks/mutations/useCreateContentPresetMutation.d.ts +34 -0
  1031. package/esm/compute/hooks/mutations/useCreateContentPresetMutation.js +31 -0
  1032. package/esm/compute/hooks/mutations/useDeleteContentPresetMutation.d.ts +38 -0
  1033. package/esm/compute/hooks/mutations/useDeleteContentPresetMutation.js +36 -0
  1034. package/esm/compute/hooks/mutations/useInfraInsertNodesAtPathsMutation.d.ts +20 -0
  1035. package/esm/compute/hooks/mutations/useInfraInsertNodesAtPathsMutation.js +23 -0
  1036. package/esm/compute/hooks/mutations/useInfraSetAndCommitMutation.d.ts +20 -0
  1037. package/esm/compute/hooks/mutations/useInfraSetAndCommitMutation.js +23 -0
  1038. package/esm/compute/hooks/mutations/useInfraSetManyAndCommitMutation.d.ts +20 -0
  1039. package/esm/compute/hooks/mutations/useInfraSetManyAndCommitMutation.js +23 -0
  1040. package/esm/compute/hooks/mutations/useInsertNodesAtPathsMutation.d.ts +20 -0
  1041. package/esm/compute/hooks/mutations/useInsertNodesAtPathsMutation.js +23 -0
  1042. package/esm/compute/hooks/mutations/usePlatformInfraInsertNodesAtPathsMutation.d.ts +20 -0
  1043. package/esm/compute/hooks/mutations/usePlatformInfraInsertNodesAtPathsMutation.js +23 -0
  1044. package/esm/compute/hooks/mutations/usePlatformInfraSetAndCommitMutation.d.ts +20 -0
  1045. package/esm/compute/hooks/mutations/usePlatformInfraSetAndCommitMutation.js +23 -0
  1046. package/esm/compute/hooks/mutations/usePlatformInfraSetManyAndCommitMutation.d.ts +20 -0
  1047. package/esm/compute/hooks/mutations/usePlatformInfraSetManyAndCommitMutation.js +23 -0
  1048. package/esm/compute/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
  1049. package/esm/compute/hooks/mutations/useSetAndCommitMutation.js +23 -0
  1050. package/esm/compute/hooks/mutations/useSetManyAndCommitMutation.d.ts +20 -0
  1051. package/esm/compute/hooks/mutations/useSetManyAndCommitMutation.js +23 -0
  1052. package/esm/compute/hooks/mutations/useUpdateContentPresetMutation.d.ts +40 -0
  1053. package/esm/compute/hooks/mutations/useUpdateContentPresetMutation.js +37 -0
  1054. package/esm/compute/hooks/queries/index.d.ts +2 -0
  1055. package/esm/compute/hooks/queries/index.js +2 -0
  1056. package/esm/compute/hooks/queries/useContentPresetQuery.d.ts +65 -0
  1057. package/esm/compute/hooks/queries/useContentPresetQuery.js +47 -0
  1058. package/esm/compute/hooks/queries/useContentPresetsQuery.d.ts +69 -0
  1059. package/esm/compute/hooks/queries/useContentPresetsQuery.js +32 -0
  1060. package/esm/compute/hooks/query-keys.d.ts +14 -0
  1061. package/esm/compute/hooks/query-keys.js +8 -0
  1062. package/esm/compute/orm/index.d.ts +47 -0
  1063. package/esm/compute/orm/index.js +2 -0
  1064. package/esm/compute/orm/input-types.d.ts +470 -48
  1065. package/esm/compute/orm/models/contentPreset.d.ts +54 -0
  1066. package/esm/compute/orm/models/contentPreset.js +100 -0
  1067. package/esm/compute/orm/models/index.d.ts +1 -0
  1068. package/esm/compute/orm/models/index.js +1 -0
  1069. package/esm/compute/orm/mutation/index.d.ts +73 -1
  1070. package/esm/compute/orm/mutation/index.js +108 -0
  1071. package/esm/compute/schema-types.d.ts +298 -17
  1072. package/esm/compute/types.d.ts +17 -0
  1073. package/esm/modules/hooks/index.d.ts +1 -1
  1074. package/esm/modules/hooks/index.js +1 -1
  1075. package/esm/modules/hooks/invalidation.d.ts +48 -6
  1076. package/esm/modules/hooks/invalidation.js +128 -16
  1077. package/esm/modules/hooks/mutation-keys.d.ts +96 -26
  1078. package/esm/modules/hooks/mutation-keys.js +62 -28
  1079. package/esm/modules/hooks/mutations/index.d.ts +24 -10
  1080. package/esm/modules/hooks/mutations/index.js +24 -10
  1081. package/esm/modules/hooks/mutations/useCreateCapabilitiesModuleMutation.d.ts +34 -0
  1082. package/esm/modules/hooks/mutations/useCreateCapabilitiesModuleMutation.js +31 -0
  1083. package/esm/modules/hooks/mutations/useCreateContentPresetModuleMutation.d.ts +34 -0
  1084. package/esm/modules/hooks/mutations/useCreateContentPresetModuleMutation.js +31 -0
  1085. package/esm/modules/hooks/mutations/useCreateDataCapabilitiesFieldMutation.d.ts +34 -0
  1086. package/esm/modules/hooks/mutations/useCreateDataCapabilitiesFieldMutation.js +31 -0
  1087. package/esm/modules/hooks/mutations/useCreateEmailSenderModuleMutation.d.ts +34 -0
  1088. package/esm/modules/hooks/mutations/useCreateEmailSenderModuleMutation.js +31 -0
  1089. package/esm/modules/hooks/mutations/useCreateEntityTypeProvisionMutation.d.ts +2 -2
  1090. package/esm/modules/hooks/mutations/useCreateEntityTypeProvisionMutation.js +1 -1
  1091. package/esm/modules/hooks/mutations/useCreateFileRefFieldMutation.d.ts +34 -0
  1092. package/esm/modules/hooks/mutations/useCreateFileRefFieldMutation.js +31 -0
  1093. package/esm/modules/hooks/mutations/useCreateOauthRequestsModuleMutation.d.ts +44 -0
  1094. package/esm/modules/hooks/mutations/useCreateOauthRequestsModuleMutation.js +36 -0
  1095. package/esm/modules/hooks/mutations/useCreateScopeTypesModuleMutation.d.ts +34 -0
  1096. package/esm/modules/hooks/mutations/useCreateScopeTypesModuleMutation.js +31 -0
  1097. package/esm/modules/hooks/mutations/useCreateUserSettingsSecurityModuleMutation.d.ts +34 -0
  1098. package/esm/modules/hooks/mutations/useCreateUserSettingsSecurityModuleMutation.js +31 -0
  1099. package/esm/modules/hooks/mutations/useDeleteCapabilitiesModuleMutation.d.ts +38 -0
  1100. package/esm/modules/hooks/mutations/useDeleteCapabilitiesModuleMutation.js +36 -0
  1101. package/esm/modules/hooks/mutations/useDeleteContentPresetModuleMutation.d.ts +38 -0
  1102. package/esm/modules/hooks/mutations/useDeleteContentPresetModuleMutation.js +36 -0
  1103. package/esm/modules/hooks/mutations/useDeleteDataCapabilitiesFieldMutation.d.ts +38 -0
  1104. package/esm/modules/hooks/mutations/useDeleteDataCapabilitiesFieldMutation.js +36 -0
  1105. package/esm/modules/hooks/mutations/useDeleteEmailSenderModuleMutation.d.ts +38 -0
  1106. package/esm/modules/hooks/mutations/useDeleteEmailSenderModuleMutation.js +36 -0
  1107. package/esm/modules/hooks/mutations/useDeleteEntityTypeProvisionMutation.d.ts +2 -2
  1108. package/esm/modules/hooks/mutations/useDeleteEntityTypeProvisionMutation.js +1 -1
  1109. package/esm/modules/hooks/mutations/useDeleteFileRefFieldMutation.d.ts +38 -0
  1110. package/esm/modules/hooks/mutations/useDeleteFileRefFieldMutation.js +36 -0
  1111. package/esm/modules/hooks/mutations/useDeleteOauthRequestsModuleMutation.d.ts +48 -0
  1112. package/esm/modules/hooks/mutations/useDeleteOauthRequestsModuleMutation.js +41 -0
  1113. package/esm/modules/hooks/mutations/useDeleteScopeTypesModuleMutation.d.ts +38 -0
  1114. package/esm/modules/hooks/mutations/useDeleteScopeTypesModuleMutation.js +36 -0
  1115. package/esm/modules/hooks/mutations/useDeleteUserSettingsSecurityModuleMutation.d.ts +38 -0
  1116. package/esm/modules/hooks/mutations/useDeleteUserSettingsSecurityModuleMutation.js +36 -0
  1117. package/esm/modules/hooks/mutations/useUpdateCapabilitiesModuleMutation.d.ts +40 -0
  1118. package/esm/modules/hooks/mutations/useUpdateCapabilitiesModuleMutation.js +37 -0
  1119. package/esm/modules/hooks/mutations/useUpdateContentPresetModuleMutation.d.ts +40 -0
  1120. package/esm/modules/hooks/mutations/useUpdateContentPresetModuleMutation.js +37 -0
  1121. package/esm/modules/hooks/mutations/useUpdateDataCapabilitiesFieldMutation.d.ts +40 -0
  1122. package/esm/modules/hooks/mutations/useUpdateDataCapabilitiesFieldMutation.js +37 -0
  1123. package/esm/modules/hooks/mutations/useUpdateEmailSenderModuleMutation.d.ts +40 -0
  1124. package/esm/modules/hooks/mutations/useUpdateEmailSenderModuleMutation.js +37 -0
  1125. package/esm/modules/hooks/mutations/useUpdateEntityTypeProvisionMutation.d.ts +2 -2
  1126. package/esm/modules/hooks/mutations/useUpdateEntityTypeProvisionMutation.js +1 -1
  1127. package/esm/modules/hooks/mutations/useUpdateFileRefFieldMutation.d.ts +40 -0
  1128. package/esm/modules/hooks/mutations/useUpdateFileRefFieldMutation.js +37 -0
  1129. package/esm/modules/hooks/mutations/useUpdateOauthRequestsModuleMutation.d.ts +50 -0
  1130. package/esm/modules/hooks/mutations/useUpdateOauthRequestsModuleMutation.js +42 -0
  1131. package/esm/modules/hooks/mutations/useUpdateScopeTypesModuleMutation.d.ts +40 -0
  1132. package/esm/modules/hooks/mutations/useUpdateScopeTypesModuleMutation.js +37 -0
  1133. package/esm/modules/hooks/mutations/useUpdateUserSettingsSecurityModuleMutation.d.ts +40 -0
  1134. package/esm/modules/hooks/mutations/useUpdateUserSettingsSecurityModuleMutation.js +37 -0
  1135. package/esm/modules/hooks/queries/index.d.ts +16 -4
  1136. package/esm/modules/hooks/queries/index.js +16 -4
  1137. package/esm/modules/hooks/queries/useCapabilitiesModuleQuery.d.ts +65 -0
  1138. package/esm/modules/hooks/queries/useCapabilitiesModuleQuery.js +47 -0
  1139. package/esm/modules/hooks/queries/useCapabilitiesModulesQuery.d.ts +69 -0
  1140. package/esm/modules/hooks/queries/useCapabilitiesModulesQuery.js +32 -0
  1141. package/esm/modules/hooks/queries/useContentPresetModuleQuery.d.ts +65 -0
  1142. package/esm/modules/hooks/queries/useContentPresetModuleQuery.js +47 -0
  1143. package/esm/modules/hooks/queries/useContentPresetModulesQuery.d.ts +69 -0
  1144. package/esm/modules/hooks/queries/useContentPresetModulesQuery.js +32 -0
  1145. package/esm/modules/hooks/queries/useDataCapabilitiesFieldQuery.d.ts +65 -0
  1146. package/esm/modules/hooks/queries/useDataCapabilitiesFieldQuery.js +47 -0
  1147. package/esm/modules/hooks/queries/useDataCapabilitiesFieldsQuery.d.ts +69 -0
  1148. package/esm/modules/hooks/queries/useDataCapabilitiesFieldsQuery.js +32 -0
  1149. package/esm/modules/hooks/queries/useEmailSenderModuleQuery.d.ts +65 -0
  1150. package/esm/modules/hooks/queries/useEmailSenderModuleQuery.js +47 -0
  1151. package/esm/modules/hooks/queries/useEmailSenderModulesQuery.d.ts +69 -0
  1152. package/esm/modules/hooks/queries/useEmailSenderModulesQuery.js +32 -0
  1153. package/esm/modules/hooks/queries/useEntityTypeProvisionQuery.d.ts +4 -4
  1154. package/esm/modules/hooks/queries/useEntityTypeProvisionQuery.js +1 -1
  1155. package/esm/modules/hooks/queries/useEntityTypeProvisionsQuery.d.ts +4 -4
  1156. package/esm/modules/hooks/queries/useEntityTypeProvisionsQuery.js +1 -1
  1157. package/esm/modules/hooks/queries/useFileRefFieldQuery.d.ts +65 -0
  1158. package/esm/modules/hooks/queries/useFileRefFieldQuery.js +47 -0
  1159. package/esm/modules/hooks/queries/useFileRefFieldsQuery.d.ts +69 -0
  1160. package/esm/modules/hooks/queries/useFileRefFieldsQuery.js +32 -0
  1161. package/esm/modules/hooks/queries/useOauthRequestsModuleQuery.d.ts +85 -0
  1162. package/esm/modules/hooks/queries/useOauthRequestsModuleQuery.js +52 -0
  1163. package/esm/modules/hooks/queries/useOauthRequestsModulesQuery.d.ts +89 -0
  1164. package/esm/modules/hooks/queries/useOauthRequestsModulesQuery.js +37 -0
  1165. package/esm/modules/hooks/queries/useScopeTypesModuleQuery.d.ts +65 -0
  1166. package/esm/modules/hooks/queries/useScopeTypesModuleQuery.js +47 -0
  1167. package/esm/modules/hooks/queries/useScopeTypesModulesQuery.d.ts +69 -0
  1168. package/esm/modules/hooks/queries/useScopeTypesModulesQuery.js +32 -0
  1169. package/esm/modules/hooks/queries/useUserSettingsSecurityModuleQuery.d.ts +65 -0
  1170. package/esm/modules/hooks/queries/useUserSettingsSecurityModuleQuery.js +47 -0
  1171. package/esm/modules/hooks/queries/useUserSettingsSecurityModulesQuery.d.ts +69 -0
  1172. package/esm/modules/hooks/queries/useUserSettingsSecurityModulesQuery.js +32 -0
  1173. package/esm/modules/hooks/query-keys.d.ts +112 -22
  1174. package/esm/modules/hooks/query-keys.js +64 -16
  1175. package/esm/modules/orm/index.d.ts +16 -50
  1176. package/esm/modules/orm/index.js +16 -5
  1177. package/esm/modules/orm/input-types.d.ts +2317 -774
  1178. package/esm/modules/orm/input-types.js +6 -0
  1179. package/esm/modules/orm/models/capabilitiesModule.d.ts +54 -0
  1180. package/esm/modules/orm/models/capabilitiesModule.js +100 -0
  1181. package/esm/modules/orm/models/contentPresetModule.d.ts +54 -0
  1182. package/esm/modules/orm/models/contentPresetModule.js +100 -0
  1183. package/esm/modules/orm/models/dataCapabilitiesField.d.ts +54 -0
  1184. package/esm/modules/orm/models/dataCapabilitiesField.js +100 -0
  1185. package/esm/modules/orm/models/emailSenderModule.d.ts +54 -0
  1186. package/esm/modules/orm/models/emailSenderModule.js +100 -0
  1187. package/esm/modules/orm/models/fileRefField.d.ts +54 -0
  1188. package/esm/modules/orm/models/fileRefField.js +100 -0
  1189. package/esm/modules/orm/models/index.d.ts +8 -1
  1190. package/esm/modules/orm/models/index.js +8 -1
  1191. package/esm/modules/orm/models/oauthRequestsModule.d.ts +54 -0
  1192. package/esm/modules/orm/models/oauthRequestsModule.js +100 -0
  1193. package/esm/modules/orm/models/scopeTypesModule.d.ts +54 -0
  1194. package/esm/modules/orm/models/scopeTypesModule.js +100 -0
  1195. package/esm/modules/orm/models/userSettingsSecurityModule.d.ts +54 -0
  1196. package/esm/modules/orm/models/userSettingsSecurityModule.js +100 -0
  1197. package/esm/modules/orm/mutation/index.d.ts +1 -85
  1198. package/esm/modules/orm/mutation/index.js +0 -84
  1199. package/esm/modules/schema-types.d.ts +1290 -486
  1200. package/esm/modules/types.d.ts +171 -56
  1201. package/esm/objects/hooks/mutation-keys.d.ts +6 -0
  1202. package/esm/objects/hooks/mutation-keys.js +9 -0
  1203. package/esm/objects/hooks/mutations/index.d.ts +3 -0
  1204. package/esm/objects/hooks/mutations/index.js +3 -0
  1205. package/esm/objects/hooks/mutations/useInsertNodesAtPathsMutation.d.ts +20 -0
  1206. package/esm/objects/hooks/mutations/useInsertNodesAtPathsMutation.js +23 -0
  1207. package/esm/objects/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
  1208. package/esm/objects/hooks/mutations/useSetAndCommitMutation.js +23 -0
  1209. package/esm/objects/hooks/mutations/useSetManyAndCommitMutation.d.ts +20 -0
  1210. package/esm/objects/hooks/mutations/useSetManyAndCommitMutation.js +23 -0
  1211. package/esm/objects/orm/index.d.ts +15 -0
  1212. package/esm/objects/orm/input-types.d.ts +64 -0
  1213. package/esm/objects/orm/mutation/index.d.ts +25 -1
  1214. package/esm/objects/orm/mutation/index.js +36 -0
  1215. package/esm/objects/schema-types.d.ts +42 -0
  1216. package/esm/usage/hooks/index.d.ts +1 -1
  1217. package/esm/usage/hooks/index.js +1 -1
  1218. package/esm/usage/hooks/invalidation.d.ts +120 -0
  1219. package/esm/usage/hooks/invalidation.js +321 -1
  1220. package/esm/usage/hooks/mutation-keys.d.ts +252 -0
  1221. package/esm/usage/hooks/mutation-keys.js +158 -0
  1222. package/esm/usage/hooks/mutations/index.d.ts +66 -0
  1223. package/esm/usage/hooks/mutations/index.js +66 -0
  1224. package/esm/usage/hooks/mutations/useCreateAppAchievementRewardMutation.d.ts +34 -0
  1225. package/esm/usage/hooks/mutations/useCreateAppAchievementRewardMutation.js +31 -0
  1226. package/esm/usage/hooks/mutations/useCreateAppEventAggregateMutation.d.ts +34 -0
  1227. package/esm/usage/hooks/mutations/useCreateAppEventAggregateMutation.js +31 -0
  1228. package/esm/usage/hooks/mutations/useCreateAppEventMutation.d.ts +34 -0
  1229. package/esm/usage/hooks/mutations/useCreateAppEventMutation.js +31 -0
  1230. package/esm/usage/hooks/mutations/useCreateAppEventTypeMutation.d.ts +34 -0
  1231. package/esm/usage/hooks/mutations/useCreateAppEventTypeMutation.js +31 -0
  1232. package/esm/usage/hooks/mutations/useCreateAppLevelGrantMutation.d.ts +34 -0
  1233. package/esm/usage/hooks/mutations/useCreateAppLevelGrantMutation.js +31 -0
  1234. package/esm/usage/hooks/mutations/useCreateAppLevelMutation.d.ts +34 -0
  1235. package/esm/usage/hooks/mutations/useCreateAppLevelMutation.js +31 -0
  1236. package/esm/usage/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +34 -0
  1237. package/esm/usage/hooks/mutations/useCreateAppLevelRequirementMutation.js +31 -0
  1238. package/esm/usage/hooks/mutations/useCreateAppLimitCreditCodeMutation.d.ts +2 -2
  1239. package/esm/usage/hooks/mutations/useCreateAppLimitCreditCodeMutation.js +1 -1
  1240. package/esm/usage/hooks/mutations/useCreateBillingUsageSummaryMutation.d.ts +34 -0
  1241. package/esm/usage/hooks/mutations/useCreateBillingUsageSummaryMutation.js +31 -0
  1242. package/esm/usage/hooks/mutations/useCreateLedgerMutation.d.ts +34 -0
  1243. package/esm/usage/hooks/mutations/useCreateLedgerMutation.js +31 -0
  1244. package/esm/usage/hooks/mutations/useCreateMeterCreditMutation.d.ts +34 -0
  1245. package/esm/usage/hooks/mutations/useCreateMeterCreditMutation.js +31 -0
  1246. package/esm/usage/hooks/mutations/useCreateMeterDefaultMutation.d.ts +34 -0
  1247. package/esm/usage/hooks/mutations/useCreateMeterDefaultMutation.js +31 -0
  1248. package/esm/usage/hooks/mutations/useCreateMeterMutation.d.ts +34 -0
  1249. package/esm/usage/hooks/mutations/useCreateMeterMutation.js +31 -0
  1250. package/esm/usage/hooks/mutations/useCreateMeterSourceMutation.d.ts +34 -0
  1251. package/esm/usage/hooks/mutations/useCreateMeterSourceMutation.js +31 -0
  1252. package/esm/usage/hooks/mutations/useCreatePlanCapMutation.d.ts +34 -0
  1253. package/esm/usage/hooks/mutations/useCreatePlanCapMutation.js +31 -0
  1254. package/esm/usage/hooks/mutations/useCreatePlanLimitMutation.d.ts +34 -0
  1255. package/esm/usage/hooks/mutations/useCreatePlanLimitMutation.js +31 -0
  1256. package/esm/usage/hooks/mutations/useCreatePlanMeterLimitMutation.d.ts +34 -0
  1257. package/esm/usage/hooks/mutations/useCreatePlanMeterLimitMutation.js +31 -0
  1258. package/esm/usage/hooks/mutations/useCreatePlanMutation.d.ts +34 -0
  1259. package/esm/usage/hooks/mutations/useCreatePlanMutation.js +31 -0
  1260. package/esm/usage/hooks/mutations/useCreatePlanOverrideMutation.d.ts +34 -0
  1261. package/esm/usage/hooks/mutations/useCreatePlanOverrideMutation.js +31 -0
  1262. package/esm/usage/hooks/mutations/useCreatePlanPricingMutation.d.ts +34 -0
  1263. package/esm/usage/hooks/mutations/useCreatePlanPricingMutation.js +31 -0
  1264. package/esm/usage/hooks/mutations/useCreatePlanSubscriptionMutation.d.ts +34 -0
  1265. package/esm/usage/hooks/mutations/useCreatePlanSubscriptionMutation.js +31 -0
  1266. package/esm/usage/hooks/mutations/useDeleteAppAchievementRewardMutation.d.ts +38 -0
  1267. package/esm/usage/hooks/mutations/useDeleteAppAchievementRewardMutation.js +36 -0
  1268. package/esm/usage/hooks/mutations/useDeleteAppEventAggregateMutation.d.ts +38 -0
  1269. package/esm/usage/hooks/mutations/useDeleteAppEventAggregateMutation.js +36 -0
  1270. package/esm/usage/hooks/mutations/useDeleteAppEventMutation.d.ts +40 -0
  1271. package/esm/usage/hooks/mutations/useDeleteAppEventMutation.js +37 -0
  1272. package/esm/usage/hooks/mutations/useDeleteAppEventTypeMutation.d.ts +38 -0
  1273. package/esm/usage/hooks/mutations/useDeleteAppEventTypeMutation.js +36 -0
  1274. package/esm/usage/hooks/mutations/useDeleteAppLevelGrantMutation.d.ts +38 -0
  1275. package/esm/usage/hooks/mutations/useDeleteAppLevelGrantMutation.js +36 -0
  1276. package/esm/usage/hooks/mutations/useDeleteAppLevelMutation.d.ts +38 -0
  1277. package/esm/usage/hooks/mutations/useDeleteAppLevelMutation.js +36 -0
  1278. package/esm/usage/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +38 -0
  1279. package/esm/usage/hooks/mutations/useDeleteAppLevelRequirementMutation.js +36 -0
  1280. package/esm/usage/hooks/mutations/useDeleteAppLimitCreditCodeMutation.d.ts +2 -2
  1281. package/esm/usage/hooks/mutations/useDeleteAppLimitCreditCodeMutation.js +1 -1
  1282. package/esm/usage/hooks/mutations/useDeleteBillingUsageSummaryMutation.d.ts +38 -0
  1283. package/esm/usage/hooks/mutations/useDeleteBillingUsageSummaryMutation.js +36 -0
  1284. package/esm/usage/hooks/mutations/useDeleteLedgerMutation.d.ts +40 -0
  1285. package/esm/usage/hooks/mutations/useDeleteLedgerMutation.js +37 -0
  1286. package/esm/usage/hooks/mutations/useDeleteMeterCreditMutation.d.ts +38 -0
  1287. package/esm/usage/hooks/mutations/useDeleteMeterCreditMutation.js +36 -0
  1288. package/esm/usage/hooks/mutations/useDeleteMeterDefaultMutation.d.ts +38 -0
  1289. package/esm/usage/hooks/mutations/useDeleteMeterDefaultMutation.js +36 -0
  1290. package/esm/usage/hooks/mutations/useDeleteMeterMutation.d.ts +38 -0
  1291. package/esm/usage/hooks/mutations/useDeleteMeterMutation.js +36 -0
  1292. package/esm/usage/hooks/mutations/useDeleteMeterSourceMutation.d.ts +38 -0
  1293. package/esm/usage/hooks/mutations/useDeleteMeterSourceMutation.js +36 -0
  1294. package/esm/usage/hooks/mutations/useDeletePlanCapMutation.d.ts +38 -0
  1295. package/esm/usage/hooks/mutations/useDeletePlanCapMutation.js +36 -0
  1296. package/esm/usage/hooks/mutations/useDeletePlanLimitMutation.d.ts +38 -0
  1297. package/esm/usage/hooks/mutations/useDeletePlanLimitMutation.js +36 -0
  1298. package/esm/usage/hooks/mutations/useDeletePlanMeterLimitMutation.d.ts +38 -0
  1299. package/esm/usage/hooks/mutations/useDeletePlanMeterLimitMutation.js +36 -0
  1300. package/esm/usage/hooks/mutations/useDeletePlanMutation.d.ts +38 -0
  1301. package/esm/usage/hooks/mutations/useDeletePlanMutation.js +36 -0
  1302. package/esm/usage/hooks/mutations/useDeletePlanOverrideMutation.d.ts +38 -0
  1303. package/esm/usage/hooks/mutations/useDeletePlanOverrideMutation.js +36 -0
  1304. package/esm/usage/hooks/mutations/useDeletePlanPricingMutation.d.ts +38 -0
  1305. package/esm/usage/hooks/mutations/useDeletePlanPricingMutation.js +36 -0
  1306. package/esm/usage/hooks/mutations/useDeletePlanSubscriptionMutation.d.ts +38 -0
  1307. package/esm/usage/hooks/mutations/useDeletePlanSubscriptionMutation.js +36 -0
  1308. package/esm/usage/hooks/mutations/useGrantAchievementMutation.d.ts +20 -0
  1309. package/esm/usage/hooks/mutations/useGrantAchievementMutation.js +23 -0
  1310. package/esm/usage/hooks/mutations/useRecomputeCapabilitiesMutation.d.ts +20 -0
  1311. package/esm/usage/hooks/mutations/useRecomputeCapabilitiesMutation.js +23 -0
  1312. package/esm/usage/hooks/mutations/useRevokeAchievementMutation.d.ts +20 -0
  1313. package/esm/usage/hooks/mutations/useRevokeAchievementMutation.js +23 -0
  1314. package/esm/usage/hooks/mutations/useSeedMeterDefaultsMutation.d.ts +20 -0
  1315. package/esm/usage/hooks/mutations/useSeedMeterDefaultsMutation.js +23 -0
  1316. package/esm/usage/hooks/mutations/useSeedPlanMutation.d.ts +20 -0
  1317. package/esm/usage/hooks/mutations/useSeedPlanMutation.js +23 -0
  1318. package/esm/usage/hooks/mutations/useSeedTrustLadderMutation.d.ts +20 -0
  1319. package/esm/usage/hooks/mutations/useSeedTrustLadderMutation.js +23 -0
  1320. package/esm/usage/hooks/mutations/useUpdateAppAchievementRewardMutation.d.ts +40 -0
  1321. package/esm/usage/hooks/mutations/useUpdateAppAchievementRewardMutation.js +37 -0
  1322. package/esm/usage/hooks/mutations/useUpdateAppEventAggregateMutation.d.ts +40 -0
  1323. package/esm/usage/hooks/mutations/useUpdateAppEventAggregateMutation.js +37 -0
  1324. package/esm/usage/hooks/mutations/useUpdateAppEventMutation.d.ts +42 -0
  1325. package/esm/usage/hooks/mutations/useUpdateAppEventMutation.js +38 -0
  1326. package/esm/usage/hooks/mutations/useUpdateAppEventTypeMutation.d.ts +40 -0
  1327. package/esm/usage/hooks/mutations/useUpdateAppEventTypeMutation.js +37 -0
  1328. package/esm/usage/hooks/mutations/useUpdateAppLevelGrantMutation.d.ts +40 -0
  1329. package/esm/usage/hooks/mutations/useUpdateAppLevelGrantMutation.js +37 -0
  1330. package/esm/usage/hooks/mutations/useUpdateAppLevelMutation.d.ts +40 -0
  1331. package/esm/usage/hooks/mutations/useUpdateAppLevelMutation.js +37 -0
  1332. package/esm/usage/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +40 -0
  1333. package/esm/usage/hooks/mutations/useUpdateAppLevelRequirementMutation.js +37 -0
  1334. package/esm/usage/hooks/mutations/useUpdateAppLimitCreditCodeMutation.d.ts +2 -2
  1335. package/esm/usage/hooks/mutations/useUpdateAppLimitCreditCodeMutation.js +1 -1
  1336. package/esm/usage/hooks/mutations/useUpdateBillingUsageSummaryMutation.d.ts +40 -0
  1337. package/esm/usage/hooks/mutations/useUpdateBillingUsageSummaryMutation.js +37 -0
  1338. package/esm/usage/hooks/mutations/useUpdateLedgerMutation.d.ts +42 -0
  1339. package/esm/usage/hooks/mutations/useUpdateLedgerMutation.js +38 -0
  1340. package/esm/usage/hooks/mutations/useUpdateMeterCreditMutation.d.ts +40 -0
  1341. package/esm/usage/hooks/mutations/useUpdateMeterCreditMutation.js +37 -0
  1342. package/esm/usage/hooks/mutations/useUpdateMeterDefaultMutation.d.ts +40 -0
  1343. package/esm/usage/hooks/mutations/useUpdateMeterDefaultMutation.js +37 -0
  1344. package/esm/usage/hooks/mutations/useUpdateMeterMutation.d.ts +40 -0
  1345. package/esm/usage/hooks/mutations/useUpdateMeterMutation.js +37 -0
  1346. package/esm/usage/hooks/mutations/useUpdateMeterSourceMutation.d.ts +40 -0
  1347. package/esm/usage/hooks/mutations/useUpdateMeterSourceMutation.js +37 -0
  1348. package/esm/usage/hooks/mutations/useUpdatePlanCapMutation.d.ts +40 -0
  1349. package/esm/usage/hooks/mutations/useUpdatePlanCapMutation.js +37 -0
  1350. package/esm/usage/hooks/mutations/useUpdatePlanLimitMutation.d.ts +40 -0
  1351. package/esm/usage/hooks/mutations/useUpdatePlanLimitMutation.js +37 -0
  1352. package/esm/usage/hooks/mutations/useUpdatePlanMeterLimitMutation.d.ts +40 -0
  1353. package/esm/usage/hooks/mutations/useUpdatePlanMeterLimitMutation.js +37 -0
  1354. package/esm/usage/hooks/mutations/useUpdatePlanMutation.d.ts +40 -0
  1355. package/esm/usage/hooks/mutations/useUpdatePlanMutation.js +37 -0
  1356. package/esm/usage/hooks/mutations/useUpdatePlanOverrideMutation.d.ts +40 -0
  1357. package/esm/usage/hooks/mutations/useUpdatePlanOverrideMutation.js +37 -0
  1358. package/esm/usage/hooks/mutations/useUpdatePlanPricingMutation.d.ts +40 -0
  1359. package/esm/usage/hooks/mutations/useUpdatePlanPricingMutation.js +37 -0
  1360. package/esm/usage/hooks/mutations/useUpdatePlanSubscriptionMutation.d.ts +40 -0
  1361. package/esm/usage/hooks/mutations/useUpdatePlanSubscriptionMutation.js +37 -0
  1362. package/esm/usage/hooks/queries/index.d.ts +45 -0
  1363. package/esm/usage/hooks/queries/index.js +45 -0
  1364. package/esm/usage/hooks/queries/useAppAchievementRewardQuery.d.ts +65 -0
  1365. package/esm/usage/hooks/queries/useAppAchievementRewardQuery.js +47 -0
  1366. package/esm/usage/hooks/queries/useAppAchievementRewardsQuery.d.ts +69 -0
  1367. package/esm/usage/hooks/queries/useAppAchievementRewardsQuery.js +32 -0
  1368. package/esm/usage/hooks/queries/useAppEventAggregateQuery.d.ts +65 -0
  1369. package/esm/usage/hooks/queries/useAppEventAggregateQuery.js +47 -0
  1370. package/esm/usage/hooks/queries/useAppEventAggregatesQuery.d.ts +69 -0
  1371. package/esm/usage/hooks/queries/useAppEventAggregatesQuery.js +32 -0
  1372. package/esm/usage/hooks/queries/useAppEventQuery.d.ts +65 -0
  1373. package/esm/usage/hooks/queries/useAppEventQuery.js +47 -0
  1374. package/esm/usage/hooks/queries/useAppEventTypeQuery.d.ts +65 -0
  1375. package/esm/usage/hooks/queries/useAppEventTypeQuery.js +47 -0
  1376. package/esm/usage/hooks/queries/useAppEventTypesQuery.d.ts +69 -0
  1377. package/esm/usage/hooks/queries/useAppEventTypesQuery.js +32 -0
  1378. package/esm/usage/hooks/queries/useAppEventsQuery.d.ts +69 -0
  1379. package/esm/usage/hooks/queries/useAppEventsQuery.js +32 -0
  1380. package/esm/usage/hooks/queries/useAppLevelGrantQuery.d.ts +65 -0
  1381. package/esm/usage/hooks/queries/useAppLevelGrantQuery.js +47 -0
  1382. package/esm/usage/hooks/queries/useAppLevelGrantsQuery.d.ts +69 -0
  1383. package/esm/usage/hooks/queries/useAppLevelGrantsQuery.js +32 -0
  1384. package/esm/usage/hooks/queries/useAppLevelQuery.d.ts +65 -0
  1385. package/esm/usage/hooks/queries/useAppLevelQuery.js +47 -0
  1386. package/esm/usage/hooks/queries/useAppLevelRequirementQuery.d.ts +65 -0
  1387. package/esm/usage/hooks/queries/useAppLevelRequirementQuery.js +47 -0
  1388. package/esm/usage/hooks/queries/useAppLevelRequirementsQuery.d.ts +69 -0
  1389. package/esm/usage/hooks/queries/useAppLevelRequirementsQuery.js +32 -0
  1390. package/esm/usage/hooks/queries/useAppLevelsQuery.d.ts +69 -0
  1391. package/esm/usage/hooks/queries/useAppLevelsQuery.js +32 -0
  1392. package/esm/usage/hooks/queries/useAppLimitCreditCodeQuery.d.ts +4 -4
  1393. package/esm/usage/hooks/queries/useAppLimitCreditCodeQuery.js +1 -1
  1394. package/esm/usage/hooks/queries/useAppLimitCreditCodesQuery.d.ts +4 -4
  1395. package/esm/usage/hooks/queries/useAppLimitCreditCodesQuery.js +1 -1
  1396. package/esm/usage/hooks/queries/useBillingUsageSummariesQuery.d.ts +69 -0
  1397. package/esm/usage/hooks/queries/useBillingUsageSummariesQuery.js +32 -0
  1398. package/esm/usage/hooks/queries/useBillingUsageSummaryQuery.d.ts +65 -0
  1399. package/esm/usage/hooks/queries/useBillingUsageSummaryQuery.js +47 -0
  1400. package/esm/usage/hooks/queries/useCaptureAppLimitDefaultsQuery.d.ts +45 -0
  1401. package/esm/usage/hooks/queries/useCaptureAppLimitDefaultsQuery.js +43 -0
  1402. package/esm/usage/hooks/queries/useCaptureOrgLimitDefaultsQuery.d.ts +45 -0
  1403. package/esm/usage/hooks/queries/useCaptureOrgLimitDefaultsQuery.js +43 -0
  1404. package/esm/usage/hooks/queries/useCaptureTrustLadderQuery.d.ts +45 -0
  1405. package/esm/usage/hooks/queries/useCaptureTrustLadderQuery.js +43 -0
  1406. package/esm/usage/hooks/queries/useEventsAchievedQuery.d.ts +53 -0
  1407. package/esm/usage/hooks/queries/useEventsAchievedQuery.js +47 -0
  1408. package/esm/usage/hooks/queries/useEventsRequiredQuery.d.ts +54 -0
  1409. package/esm/usage/hooks/queries/useEventsRequiredQuery.js +47 -0
  1410. package/esm/usage/hooks/queries/useLedgerQuery.d.ts +65 -0
  1411. package/esm/usage/hooks/queries/useLedgerQuery.js +47 -0
  1412. package/esm/usage/hooks/queries/useLedgersQuery.d.ts +69 -0
  1413. package/esm/usage/hooks/queries/useLedgersQuery.js +32 -0
  1414. package/esm/usage/hooks/queries/useMeterCreditQuery.d.ts +65 -0
  1415. package/esm/usage/hooks/queries/useMeterCreditQuery.js +47 -0
  1416. package/esm/usage/hooks/queries/useMeterCreditsQuery.d.ts +69 -0
  1417. package/esm/usage/hooks/queries/useMeterCreditsQuery.js +32 -0
  1418. package/esm/usage/hooks/queries/useMeterDefaultQuery.d.ts +65 -0
  1419. package/esm/usage/hooks/queries/useMeterDefaultQuery.js +47 -0
  1420. package/esm/usage/hooks/queries/useMeterDefaultsQuery.d.ts +69 -0
  1421. package/esm/usage/hooks/queries/useMeterDefaultsQuery.js +32 -0
  1422. package/esm/usage/hooks/queries/useMeterQuery.d.ts +65 -0
  1423. package/esm/usage/hooks/queries/useMeterQuery.js +47 -0
  1424. package/esm/usage/hooks/queries/useMeterSourceQuery.d.ts +65 -0
  1425. package/esm/usage/hooks/queries/useMeterSourceQuery.js +47 -0
  1426. package/esm/usage/hooks/queries/useMeterSourcesQuery.d.ts +69 -0
  1427. package/esm/usage/hooks/queries/useMeterSourcesQuery.js +32 -0
  1428. package/esm/usage/hooks/queries/useMetersQuery.d.ts +69 -0
  1429. package/esm/usage/hooks/queries/useMetersQuery.js +32 -0
  1430. package/esm/usage/hooks/queries/usePlanCapQuery.d.ts +65 -0
  1431. package/esm/usage/hooks/queries/usePlanCapQuery.js +47 -0
  1432. package/esm/usage/hooks/queries/usePlanCapsQuery.d.ts +69 -0
  1433. package/esm/usage/hooks/queries/usePlanCapsQuery.js +32 -0
  1434. package/esm/usage/hooks/queries/usePlanLimitQuery.d.ts +65 -0
  1435. package/esm/usage/hooks/queries/usePlanLimitQuery.js +47 -0
  1436. package/esm/usage/hooks/queries/usePlanLimitsQuery.d.ts +69 -0
  1437. package/esm/usage/hooks/queries/usePlanLimitsQuery.js +32 -0
  1438. package/esm/usage/hooks/queries/usePlanMeterLimitQuery.d.ts +65 -0
  1439. package/esm/usage/hooks/queries/usePlanMeterLimitQuery.js +47 -0
  1440. package/esm/usage/hooks/queries/usePlanMeterLimitsQuery.d.ts +69 -0
  1441. package/esm/usage/hooks/queries/usePlanMeterLimitsQuery.js +32 -0
  1442. package/esm/usage/hooks/queries/usePlanOverrideQuery.d.ts +65 -0
  1443. package/esm/usage/hooks/queries/usePlanOverrideQuery.js +47 -0
  1444. package/esm/usage/hooks/queries/usePlanOverridesQuery.d.ts +69 -0
  1445. package/esm/usage/hooks/queries/usePlanOverridesQuery.js +32 -0
  1446. package/esm/usage/hooks/queries/usePlanPricingQuery.d.ts +65 -0
  1447. package/esm/usage/hooks/queries/usePlanPricingQuery.js +47 -0
  1448. package/esm/usage/hooks/queries/usePlanPricingsQuery.d.ts +69 -0
  1449. package/esm/usage/hooks/queries/usePlanPricingsQuery.js +32 -0
  1450. package/esm/usage/hooks/queries/usePlanQuery.d.ts +65 -0
  1451. package/esm/usage/hooks/queries/usePlanQuery.js +47 -0
  1452. package/esm/usage/hooks/queries/usePlanSubscriptionQuery.d.ts +65 -0
  1453. package/esm/usage/hooks/queries/usePlanSubscriptionQuery.js +47 -0
  1454. package/esm/usage/hooks/queries/usePlanSubscriptionsQuery.d.ts +69 -0
  1455. package/esm/usage/hooks/queries/usePlanSubscriptionsQuery.js +32 -0
  1456. package/esm/usage/hooks/queries/usePlansQuery.d.ts +69 -0
  1457. package/esm/usage/hooks/queries/usePlansQuery.js +32 -0
  1458. package/esm/usage/hooks/query-keys.d.ts +294 -0
  1459. package/esm/usage/hooks/query-keys.js +171 -0
  1460. package/esm/usage/orm/index.d.ts +98 -0
  1461. package/esm/usage/orm/index.js +43 -0
  1462. package/esm/usage/orm/input-types.d.ts +3728 -98
  1463. package/esm/usage/orm/input-types.js +10 -0
  1464. package/esm/usage/orm/models/appAchievementReward.d.ts +54 -0
  1465. package/esm/usage/orm/models/appAchievementReward.js +100 -0
  1466. package/esm/usage/orm/models/appEvent.d.ts +56 -0
  1467. package/esm/usage/orm/models/appEvent.js +103 -0
  1468. package/esm/usage/orm/models/appEventAggregate.d.ts +54 -0
  1469. package/esm/usage/orm/models/appEventAggregate.js +100 -0
  1470. package/esm/usage/orm/models/appEventType.d.ts +54 -0
  1471. package/esm/usage/orm/models/appEventType.js +100 -0
  1472. package/esm/usage/orm/models/appLevel.d.ts +54 -0
  1473. package/esm/usage/orm/models/appLevel.js +100 -0
  1474. package/esm/usage/orm/models/appLevelGrant.d.ts +54 -0
  1475. package/esm/usage/orm/models/appLevelGrant.js +100 -0
  1476. package/esm/usage/orm/models/appLevelRequirement.d.ts +54 -0
  1477. package/esm/usage/orm/models/appLevelRequirement.js +100 -0
  1478. package/esm/usage/orm/models/billingUsageSummary.d.ts +54 -0
  1479. package/esm/usage/orm/models/billingUsageSummary.js +100 -0
  1480. package/esm/usage/orm/models/index.d.ts +20 -0
  1481. package/esm/usage/orm/models/index.js +20 -0
  1482. package/esm/usage/orm/models/ledger.d.ts +56 -0
  1483. package/esm/usage/orm/models/ledger.js +103 -0
  1484. package/esm/usage/orm/models/meter.d.ts +54 -0
  1485. package/esm/usage/orm/models/meter.js +100 -0
  1486. package/esm/usage/orm/models/meterCredit.d.ts +54 -0
  1487. package/esm/usage/orm/models/meterCredit.js +100 -0
  1488. package/esm/usage/orm/models/meterDefault.d.ts +54 -0
  1489. package/esm/usage/orm/models/meterDefault.js +100 -0
  1490. package/esm/usage/orm/models/meterSource.d.ts +54 -0
  1491. package/esm/usage/orm/models/meterSource.js +100 -0
  1492. package/esm/usage/orm/models/plan.d.ts +54 -0
  1493. package/esm/usage/orm/models/plan.js +100 -0
  1494. package/esm/usage/orm/models/planCap.d.ts +54 -0
  1495. package/esm/usage/orm/models/planCap.js +100 -0
  1496. package/esm/usage/orm/models/planLimit.d.ts +54 -0
  1497. package/esm/usage/orm/models/planLimit.js +100 -0
  1498. package/esm/usage/orm/models/planMeterLimit.d.ts +54 -0
  1499. package/esm/usage/orm/models/planMeterLimit.js +100 -0
  1500. package/esm/usage/orm/models/planOverride.d.ts +54 -0
  1501. package/esm/usage/orm/models/planOverride.js +100 -0
  1502. package/esm/usage/orm/models/planPricing.d.ts +54 -0
  1503. package/esm/usage/orm/models/planPricing.js +100 -0
  1504. package/esm/usage/orm/models/planSubscription.d.ts +54 -0
  1505. package/esm/usage/orm/models/planSubscription.js +100 -0
  1506. package/esm/usage/orm/mutation/index.d.ts +49 -1
  1507. package/esm/usage/orm/mutation/index.js +72 -0
  1508. package/esm/usage/orm/query/index.d.ts +52 -0
  1509. package/esm/usage/orm/query/index.js +71 -0
  1510. package/esm/usage/schema-types.d.ts +2309 -35
  1511. package/esm/usage/types.d.ts +191 -0
  1512. package/modules/hooks/index.d.ts +1 -1
  1513. package/modules/hooks/index.js +1 -1
  1514. package/modules/hooks/invalidation.d.ts +48 -6
  1515. package/modules/hooks/invalidation.js +127 -15
  1516. package/modules/hooks/mutation-keys.d.ts +96 -26
  1517. package/modules/hooks/mutation-keys.js +64 -30
  1518. package/modules/hooks/mutations/index.d.ts +24 -10
  1519. package/modules/hooks/mutations/index.js +24 -10
  1520. package/modules/hooks/mutations/useCreateCapabilitiesModuleMutation.d.ts +34 -0
  1521. package/modules/hooks/mutations/useCreateCapabilitiesModuleMutation.js +34 -0
  1522. package/modules/hooks/mutations/useCreateContentPresetModuleMutation.d.ts +34 -0
  1523. package/modules/hooks/mutations/useCreateContentPresetModuleMutation.js +34 -0
  1524. package/modules/hooks/mutations/useCreateDataCapabilitiesFieldMutation.d.ts +34 -0
  1525. package/modules/hooks/mutations/useCreateDataCapabilitiesFieldMutation.js +34 -0
  1526. package/modules/hooks/mutations/useCreateEmailSenderModuleMutation.d.ts +34 -0
  1527. package/modules/hooks/mutations/useCreateEmailSenderModuleMutation.js +34 -0
  1528. package/modules/hooks/mutations/useCreateEntityTypeProvisionMutation.d.ts +2 -2
  1529. package/modules/hooks/mutations/useCreateEntityTypeProvisionMutation.js +1 -1
  1530. package/modules/hooks/mutations/useCreateFileRefFieldMutation.d.ts +34 -0
  1531. package/modules/hooks/mutations/useCreateFileRefFieldMutation.js +34 -0
  1532. package/modules/hooks/mutations/useCreateOauthRequestsModuleMutation.d.ts +44 -0
  1533. package/modules/hooks/mutations/useCreateOauthRequestsModuleMutation.js +39 -0
  1534. package/modules/hooks/mutations/useCreateScopeTypesModuleMutation.d.ts +34 -0
  1535. package/modules/hooks/mutations/useCreateScopeTypesModuleMutation.js +34 -0
  1536. package/modules/hooks/mutations/useCreateUserSettingsSecurityModuleMutation.d.ts +34 -0
  1537. package/modules/hooks/mutations/useCreateUserSettingsSecurityModuleMutation.js +34 -0
  1538. package/modules/hooks/mutations/useDeleteCapabilitiesModuleMutation.d.ts +38 -0
  1539. package/modules/hooks/mutations/useDeleteCapabilitiesModuleMutation.js +39 -0
  1540. package/modules/hooks/mutations/useDeleteContentPresetModuleMutation.d.ts +38 -0
  1541. package/modules/hooks/mutations/useDeleteContentPresetModuleMutation.js +39 -0
  1542. package/modules/hooks/mutations/useDeleteDataCapabilitiesFieldMutation.d.ts +38 -0
  1543. package/modules/hooks/mutations/useDeleteDataCapabilitiesFieldMutation.js +39 -0
  1544. package/modules/hooks/mutations/useDeleteEmailSenderModuleMutation.d.ts +38 -0
  1545. package/modules/hooks/mutations/useDeleteEmailSenderModuleMutation.js +39 -0
  1546. package/modules/hooks/mutations/useDeleteEntityTypeProvisionMutation.d.ts +2 -2
  1547. package/modules/hooks/mutations/useDeleteEntityTypeProvisionMutation.js +1 -1
  1548. package/modules/hooks/mutations/useDeleteFileRefFieldMutation.d.ts +38 -0
  1549. package/modules/hooks/mutations/useDeleteFileRefFieldMutation.js +39 -0
  1550. package/modules/hooks/mutations/useDeleteOauthRequestsModuleMutation.d.ts +48 -0
  1551. package/modules/hooks/mutations/useDeleteOauthRequestsModuleMutation.js +44 -0
  1552. package/modules/hooks/mutations/useDeleteScopeTypesModuleMutation.d.ts +38 -0
  1553. package/modules/hooks/mutations/useDeleteScopeTypesModuleMutation.js +39 -0
  1554. package/modules/hooks/mutations/useDeleteUserSettingsSecurityModuleMutation.d.ts +38 -0
  1555. package/modules/hooks/mutations/useDeleteUserSettingsSecurityModuleMutation.js +39 -0
  1556. package/modules/hooks/mutations/useUpdateCapabilitiesModuleMutation.d.ts +40 -0
  1557. package/modules/hooks/mutations/useUpdateCapabilitiesModuleMutation.js +40 -0
  1558. package/modules/hooks/mutations/useUpdateContentPresetModuleMutation.d.ts +40 -0
  1559. package/modules/hooks/mutations/useUpdateContentPresetModuleMutation.js +40 -0
  1560. package/modules/hooks/mutations/useUpdateDataCapabilitiesFieldMutation.d.ts +40 -0
  1561. package/modules/hooks/mutations/useUpdateDataCapabilitiesFieldMutation.js +40 -0
  1562. package/modules/hooks/mutations/useUpdateEmailSenderModuleMutation.d.ts +40 -0
  1563. package/modules/hooks/mutations/useUpdateEmailSenderModuleMutation.js +40 -0
  1564. package/modules/hooks/mutations/useUpdateEntityTypeProvisionMutation.d.ts +2 -2
  1565. package/modules/hooks/mutations/useUpdateEntityTypeProvisionMutation.js +1 -1
  1566. package/modules/hooks/mutations/useUpdateFileRefFieldMutation.d.ts +40 -0
  1567. package/modules/hooks/mutations/useUpdateFileRefFieldMutation.js +40 -0
  1568. package/modules/hooks/mutations/useUpdateOauthRequestsModuleMutation.d.ts +50 -0
  1569. package/modules/hooks/mutations/useUpdateOauthRequestsModuleMutation.js +45 -0
  1570. package/modules/hooks/mutations/useUpdateScopeTypesModuleMutation.d.ts +40 -0
  1571. package/modules/hooks/mutations/useUpdateScopeTypesModuleMutation.js +40 -0
  1572. package/modules/hooks/mutations/useUpdateUserSettingsSecurityModuleMutation.d.ts +40 -0
  1573. package/modules/hooks/mutations/useUpdateUserSettingsSecurityModuleMutation.js +40 -0
  1574. package/modules/hooks/queries/index.d.ts +16 -4
  1575. package/modules/hooks/queries/index.js +16 -4
  1576. package/modules/hooks/queries/useCapabilitiesModuleQuery.d.ts +65 -0
  1577. package/modules/hooks/queries/useCapabilitiesModuleQuery.js +53 -0
  1578. package/modules/hooks/queries/useCapabilitiesModulesQuery.d.ts +69 -0
  1579. package/modules/hooks/queries/useCapabilitiesModulesQuery.js +38 -0
  1580. package/modules/hooks/queries/useContentPresetModuleQuery.d.ts +65 -0
  1581. package/modules/hooks/queries/useContentPresetModuleQuery.js +53 -0
  1582. package/modules/hooks/queries/useContentPresetModulesQuery.d.ts +69 -0
  1583. package/modules/hooks/queries/useContentPresetModulesQuery.js +38 -0
  1584. package/modules/hooks/queries/useDataCapabilitiesFieldQuery.d.ts +65 -0
  1585. package/modules/hooks/queries/useDataCapabilitiesFieldQuery.js +53 -0
  1586. package/modules/hooks/queries/useDataCapabilitiesFieldsQuery.d.ts +69 -0
  1587. package/modules/hooks/queries/useDataCapabilitiesFieldsQuery.js +38 -0
  1588. package/modules/hooks/queries/useEmailSenderModuleQuery.d.ts +65 -0
  1589. package/modules/hooks/queries/useEmailSenderModuleQuery.js +53 -0
  1590. package/modules/hooks/queries/useEmailSenderModulesQuery.d.ts +69 -0
  1591. package/modules/hooks/queries/useEmailSenderModulesQuery.js +38 -0
  1592. package/modules/hooks/queries/useEntityTypeProvisionQuery.d.ts +4 -4
  1593. package/modules/hooks/queries/useEntityTypeProvisionQuery.js +1 -1
  1594. package/modules/hooks/queries/useEntityTypeProvisionsQuery.d.ts +4 -4
  1595. package/modules/hooks/queries/useEntityTypeProvisionsQuery.js +1 -1
  1596. package/modules/hooks/queries/useFileRefFieldQuery.d.ts +65 -0
  1597. package/modules/hooks/queries/useFileRefFieldQuery.js +53 -0
  1598. package/modules/hooks/queries/useFileRefFieldsQuery.d.ts +69 -0
  1599. package/modules/hooks/queries/useFileRefFieldsQuery.js +38 -0
  1600. package/modules/hooks/queries/useOauthRequestsModuleQuery.d.ts +85 -0
  1601. package/modules/hooks/queries/useOauthRequestsModuleQuery.js +58 -0
  1602. package/modules/hooks/queries/useOauthRequestsModulesQuery.d.ts +89 -0
  1603. package/modules/hooks/queries/useOauthRequestsModulesQuery.js +43 -0
  1604. package/modules/hooks/queries/useScopeTypesModuleQuery.d.ts +65 -0
  1605. package/modules/hooks/queries/useScopeTypesModuleQuery.js +53 -0
  1606. package/modules/hooks/queries/useScopeTypesModulesQuery.d.ts +69 -0
  1607. package/modules/hooks/queries/useScopeTypesModulesQuery.js +38 -0
  1608. package/modules/hooks/queries/useUserSettingsSecurityModuleQuery.d.ts +65 -0
  1609. package/modules/hooks/queries/useUserSettingsSecurityModuleQuery.js +53 -0
  1610. package/modules/hooks/queries/useUserSettingsSecurityModulesQuery.d.ts +69 -0
  1611. package/modules/hooks/queries/useUserSettingsSecurityModulesQuery.js +38 -0
  1612. package/modules/hooks/query-keys.d.ts +112 -22
  1613. package/modules/hooks/query-keys.js +66 -18
  1614. package/modules/orm/index.d.ts +16 -50
  1615. package/modules/orm/index.js +17 -7
  1616. package/modules/orm/input-types.d.ts +2317 -774
  1617. package/modules/orm/input-types.js +6 -0
  1618. package/modules/orm/models/capabilitiesModule.d.ts +54 -0
  1619. package/modules/orm/models/capabilitiesModule.js +104 -0
  1620. package/modules/orm/models/contentPresetModule.d.ts +54 -0
  1621. package/modules/orm/models/contentPresetModule.js +104 -0
  1622. package/modules/orm/models/dataCapabilitiesField.d.ts +54 -0
  1623. package/modules/orm/models/dataCapabilitiesField.js +104 -0
  1624. package/modules/orm/models/emailSenderModule.d.ts +54 -0
  1625. package/modules/orm/models/emailSenderModule.js +104 -0
  1626. package/modules/orm/models/fileRefField.d.ts +54 -0
  1627. package/modules/orm/models/fileRefField.js +104 -0
  1628. package/modules/orm/models/index.d.ts +8 -1
  1629. package/modules/orm/models/index.js +18 -4
  1630. package/modules/orm/models/oauthRequestsModule.d.ts +54 -0
  1631. package/modules/orm/models/oauthRequestsModule.js +104 -0
  1632. package/modules/orm/models/scopeTypesModule.d.ts +54 -0
  1633. package/modules/orm/models/scopeTypesModule.js +104 -0
  1634. package/modules/orm/models/userSettingsSecurityModule.d.ts +54 -0
  1635. package/modules/orm/models/userSettingsSecurityModule.js +104 -0
  1636. package/modules/orm/mutation/index.d.ts +1 -85
  1637. package/modules/orm/mutation/index.js +0 -84
  1638. package/modules/schema-types.d.ts +1290 -486
  1639. package/modules/types.d.ts +171 -56
  1640. package/objects/hooks/mutation-keys.d.ts +6 -0
  1641. package/objects/hooks/mutation-keys.js +9 -0
  1642. package/objects/hooks/mutations/index.d.ts +3 -0
  1643. package/objects/hooks/mutations/index.js +3 -0
  1644. package/objects/hooks/mutations/useInsertNodesAtPathsMutation.d.ts +20 -0
  1645. package/objects/hooks/mutations/useInsertNodesAtPathsMutation.js +26 -0
  1646. package/objects/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
  1647. package/objects/hooks/mutations/useSetAndCommitMutation.js +26 -0
  1648. package/objects/hooks/mutations/useSetManyAndCommitMutation.d.ts +20 -0
  1649. package/objects/hooks/mutations/useSetManyAndCommitMutation.js +26 -0
  1650. package/objects/orm/index.d.ts +15 -0
  1651. package/objects/orm/input-types.d.ts +64 -0
  1652. package/objects/orm/mutation/index.d.ts +25 -1
  1653. package/objects/orm/mutation/index.js +36 -0
  1654. package/objects/schema-types.d.ts +42 -0
  1655. package/package.json +2 -2
  1656. package/usage/hooks/index.d.ts +1 -1
  1657. package/usage/hooks/index.js +1 -1
  1658. package/usage/hooks/invalidation.d.ts +120 -0
  1659. package/usage/hooks/invalidation.js +320 -0
  1660. package/usage/hooks/mutation-keys.d.ts +252 -0
  1661. package/usage/hooks/mutation-keys.js +159 -1
  1662. package/usage/hooks/mutations/index.d.ts +66 -0
  1663. package/usage/hooks/mutations/index.js +66 -0
  1664. package/usage/hooks/mutations/useCreateAppAchievementRewardMutation.d.ts +34 -0
  1665. package/usage/hooks/mutations/useCreateAppAchievementRewardMutation.js +34 -0
  1666. package/usage/hooks/mutations/useCreateAppEventAggregateMutation.d.ts +34 -0
  1667. package/usage/hooks/mutations/useCreateAppEventAggregateMutation.js +34 -0
  1668. package/usage/hooks/mutations/useCreateAppEventMutation.d.ts +34 -0
  1669. package/usage/hooks/mutations/useCreateAppEventMutation.js +34 -0
  1670. package/usage/hooks/mutations/useCreateAppEventTypeMutation.d.ts +34 -0
  1671. package/usage/hooks/mutations/useCreateAppEventTypeMutation.js +34 -0
  1672. package/usage/hooks/mutations/useCreateAppLevelGrantMutation.d.ts +34 -0
  1673. package/usage/hooks/mutations/useCreateAppLevelGrantMutation.js +34 -0
  1674. package/usage/hooks/mutations/useCreateAppLevelMutation.d.ts +34 -0
  1675. package/usage/hooks/mutations/useCreateAppLevelMutation.js +34 -0
  1676. package/usage/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +34 -0
  1677. package/usage/hooks/mutations/useCreateAppLevelRequirementMutation.js +34 -0
  1678. package/usage/hooks/mutations/useCreateAppLimitCreditCodeMutation.d.ts +2 -2
  1679. package/usage/hooks/mutations/useCreateAppLimitCreditCodeMutation.js +1 -1
  1680. package/usage/hooks/mutations/useCreateBillingUsageSummaryMutation.d.ts +34 -0
  1681. package/usage/hooks/mutations/useCreateBillingUsageSummaryMutation.js +34 -0
  1682. package/usage/hooks/mutations/useCreateLedgerMutation.d.ts +34 -0
  1683. package/usage/hooks/mutations/useCreateLedgerMutation.js +34 -0
  1684. package/usage/hooks/mutations/useCreateMeterCreditMutation.d.ts +34 -0
  1685. package/usage/hooks/mutations/useCreateMeterCreditMutation.js +34 -0
  1686. package/usage/hooks/mutations/useCreateMeterDefaultMutation.d.ts +34 -0
  1687. package/usage/hooks/mutations/useCreateMeterDefaultMutation.js +34 -0
  1688. package/usage/hooks/mutations/useCreateMeterMutation.d.ts +34 -0
  1689. package/usage/hooks/mutations/useCreateMeterMutation.js +34 -0
  1690. package/usage/hooks/mutations/useCreateMeterSourceMutation.d.ts +34 -0
  1691. package/usage/hooks/mutations/useCreateMeterSourceMutation.js +34 -0
  1692. package/usage/hooks/mutations/useCreatePlanCapMutation.d.ts +34 -0
  1693. package/usage/hooks/mutations/useCreatePlanCapMutation.js +34 -0
  1694. package/usage/hooks/mutations/useCreatePlanLimitMutation.d.ts +34 -0
  1695. package/usage/hooks/mutations/useCreatePlanLimitMutation.js +34 -0
  1696. package/usage/hooks/mutations/useCreatePlanMeterLimitMutation.d.ts +34 -0
  1697. package/usage/hooks/mutations/useCreatePlanMeterLimitMutation.js +34 -0
  1698. package/usage/hooks/mutations/useCreatePlanMutation.d.ts +34 -0
  1699. package/usage/hooks/mutations/useCreatePlanMutation.js +34 -0
  1700. package/usage/hooks/mutations/useCreatePlanOverrideMutation.d.ts +34 -0
  1701. package/usage/hooks/mutations/useCreatePlanOverrideMutation.js +34 -0
  1702. package/usage/hooks/mutations/useCreatePlanPricingMutation.d.ts +34 -0
  1703. package/usage/hooks/mutations/useCreatePlanPricingMutation.js +34 -0
  1704. package/usage/hooks/mutations/useCreatePlanSubscriptionMutation.d.ts +34 -0
  1705. package/usage/hooks/mutations/useCreatePlanSubscriptionMutation.js +34 -0
  1706. package/usage/hooks/mutations/useDeleteAppAchievementRewardMutation.d.ts +38 -0
  1707. package/usage/hooks/mutations/useDeleteAppAchievementRewardMutation.js +39 -0
  1708. package/usage/hooks/mutations/useDeleteAppEventAggregateMutation.d.ts +38 -0
  1709. package/usage/hooks/mutations/useDeleteAppEventAggregateMutation.js +39 -0
  1710. package/usage/hooks/mutations/useDeleteAppEventMutation.d.ts +40 -0
  1711. package/usage/hooks/mutations/useDeleteAppEventMutation.js +40 -0
  1712. package/usage/hooks/mutations/useDeleteAppEventTypeMutation.d.ts +38 -0
  1713. package/usage/hooks/mutations/useDeleteAppEventTypeMutation.js +39 -0
  1714. package/usage/hooks/mutations/useDeleteAppLevelGrantMutation.d.ts +38 -0
  1715. package/usage/hooks/mutations/useDeleteAppLevelGrantMutation.js +39 -0
  1716. package/usage/hooks/mutations/useDeleteAppLevelMutation.d.ts +38 -0
  1717. package/usage/hooks/mutations/useDeleteAppLevelMutation.js +39 -0
  1718. package/usage/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +38 -0
  1719. package/usage/hooks/mutations/useDeleteAppLevelRequirementMutation.js +39 -0
  1720. package/usage/hooks/mutations/useDeleteAppLimitCreditCodeMutation.d.ts +2 -2
  1721. package/usage/hooks/mutations/useDeleteAppLimitCreditCodeMutation.js +1 -1
  1722. package/usage/hooks/mutations/useDeleteBillingUsageSummaryMutation.d.ts +38 -0
  1723. package/usage/hooks/mutations/useDeleteBillingUsageSummaryMutation.js +39 -0
  1724. package/usage/hooks/mutations/useDeleteLedgerMutation.d.ts +40 -0
  1725. package/usage/hooks/mutations/useDeleteLedgerMutation.js +40 -0
  1726. package/usage/hooks/mutations/useDeleteMeterCreditMutation.d.ts +38 -0
  1727. package/usage/hooks/mutations/useDeleteMeterCreditMutation.js +39 -0
  1728. package/usage/hooks/mutations/useDeleteMeterDefaultMutation.d.ts +38 -0
  1729. package/usage/hooks/mutations/useDeleteMeterDefaultMutation.js +39 -0
  1730. package/usage/hooks/mutations/useDeleteMeterMutation.d.ts +38 -0
  1731. package/usage/hooks/mutations/useDeleteMeterMutation.js +39 -0
  1732. package/usage/hooks/mutations/useDeleteMeterSourceMutation.d.ts +38 -0
  1733. package/usage/hooks/mutations/useDeleteMeterSourceMutation.js +39 -0
  1734. package/usage/hooks/mutations/useDeletePlanCapMutation.d.ts +38 -0
  1735. package/usage/hooks/mutations/useDeletePlanCapMutation.js +39 -0
  1736. package/usage/hooks/mutations/useDeletePlanLimitMutation.d.ts +38 -0
  1737. package/usage/hooks/mutations/useDeletePlanLimitMutation.js +39 -0
  1738. package/usage/hooks/mutations/useDeletePlanMeterLimitMutation.d.ts +38 -0
  1739. package/usage/hooks/mutations/useDeletePlanMeterLimitMutation.js +39 -0
  1740. package/usage/hooks/mutations/useDeletePlanMutation.d.ts +38 -0
  1741. package/usage/hooks/mutations/useDeletePlanMutation.js +39 -0
  1742. package/usage/hooks/mutations/useDeletePlanOverrideMutation.d.ts +38 -0
  1743. package/usage/hooks/mutations/useDeletePlanOverrideMutation.js +39 -0
  1744. package/usage/hooks/mutations/useDeletePlanPricingMutation.d.ts +38 -0
  1745. package/usage/hooks/mutations/useDeletePlanPricingMutation.js +39 -0
  1746. package/usage/hooks/mutations/useDeletePlanSubscriptionMutation.d.ts +38 -0
  1747. package/usage/hooks/mutations/useDeletePlanSubscriptionMutation.js +39 -0
  1748. package/usage/hooks/mutations/useGrantAchievementMutation.d.ts +20 -0
  1749. package/usage/hooks/mutations/useGrantAchievementMutation.js +26 -0
  1750. package/usage/hooks/mutations/useRecomputeCapabilitiesMutation.d.ts +20 -0
  1751. package/usage/hooks/mutations/useRecomputeCapabilitiesMutation.js +26 -0
  1752. package/usage/hooks/mutations/useRevokeAchievementMutation.d.ts +20 -0
  1753. package/usage/hooks/mutations/useRevokeAchievementMutation.js +26 -0
  1754. package/usage/hooks/mutations/useSeedMeterDefaultsMutation.d.ts +20 -0
  1755. package/usage/hooks/mutations/useSeedMeterDefaultsMutation.js +26 -0
  1756. package/usage/hooks/mutations/useSeedPlanMutation.d.ts +20 -0
  1757. package/usage/hooks/mutations/useSeedPlanMutation.js +26 -0
  1758. package/usage/hooks/mutations/useSeedTrustLadderMutation.d.ts +20 -0
  1759. package/usage/hooks/mutations/useSeedTrustLadderMutation.js +26 -0
  1760. package/usage/hooks/mutations/useUpdateAppAchievementRewardMutation.d.ts +40 -0
  1761. package/usage/hooks/mutations/useUpdateAppAchievementRewardMutation.js +40 -0
  1762. package/usage/hooks/mutations/useUpdateAppEventAggregateMutation.d.ts +40 -0
  1763. package/usage/hooks/mutations/useUpdateAppEventAggregateMutation.js +40 -0
  1764. package/usage/hooks/mutations/useUpdateAppEventMutation.d.ts +42 -0
  1765. package/usage/hooks/mutations/useUpdateAppEventMutation.js +41 -0
  1766. package/usage/hooks/mutations/useUpdateAppEventTypeMutation.d.ts +40 -0
  1767. package/usage/hooks/mutations/useUpdateAppEventTypeMutation.js +40 -0
  1768. package/usage/hooks/mutations/useUpdateAppLevelGrantMutation.d.ts +40 -0
  1769. package/usage/hooks/mutations/useUpdateAppLevelGrantMutation.js +40 -0
  1770. package/usage/hooks/mutations/useUpdateAppLevelMutation.d.ts +40 -0
  1771. package/usage/hooks/mutations/useUpdateAppLevelMutation.js +40 -0
  1772. package/usage/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +40 -0
  1773. package/usage/hooks/mutations/useUpdateAppLevelRequirementMutation.js +40 -0
  1774. package/usage/hooks/mutations/useUpdateAppLimitCreditCodeMutation.d.ts +2 -2
  1775. package/usage/hooks/mutations/useUpdateAppLimitCreditCodeMutation.js +1 -1
  1776. package/usage/hooks/mutations/useUpdateBillingUsageSummaryMutation.d.ts +40 -0
  1777. package/usage/hooks/mutations/useUpdateBillingUsageSummaryMutation.js +40 -0
  1778. package/usage/hooks/mutations/useUpdateLedgerMutation.d.ts +42 -0
  1779. package/usage/hooks/mutations/useUpdateLedgerMutation.js +41 -0
  1780. package/usage/hooks/mutations/useUpdateMeterCreditMutation.d.ts +40 -0
  1781. package/usage/hooks/mutations/useUpdateMeterCreditMutation.js +40 -0
  1782. package/usage/hooks/mutations/useUpdateMeterDefaultMutation.d.ts +40 -0
  1783. package/usage/hooks/mutations/useUpdateMeterDefaultMutation.js +40 -0
  1784. package/usage/hooks/mutations/useUpdateMeterMutation.d.ts +40 -0
  1785. package/usage/hooks/mutations/useUpdateMeterMutation.js +40 -0
  1786. package/usage/hooks/mutations/useUpdateMeterSourceMutation.d.ts +40 -0
  1787. package/usage/hooks/mutations/useUpdateMeterSourceMutation.js +40 -0
  1788. package/usage/hooks/mutations/useUpdatePlanCapMutation.d.ts +40 -0
  1789. package/usage/hooks/mutations/useUpdatePlanCapMutation.js +40 -0
  1790. package/usage/hooks/mutations/useUpdatePlanLimitMutation.d.ts +40 -0
  1791. package/usage/hooks/mutations/useUpdatePlanLimitMutation.js +40 -0
  1792. package/usage/hooks/mutations/useUpdatePlanMeterLimitMutation.d.ts +40 -0
  1793. package/usage/hooks/mutations/useUpdatePlanMeterLimitMutation.js +40 -0
  1794. package/usage/hooks/mutations/useUpdatePlanMutation.d.ts +40 -0
  1795. package/usage/hooks/mutations/useUpdatePlanMutation.js +40 -0
  1796. package/usage/hooks/mutations/useUpdatePlanOverrideMutation.d.ts +40 -0
  1797. package/usage/hooks/mutations/useUpdatePlanOverrideMutation.js +40 -0
  1798. package/usage/hooks/mutations/useUpdatePlanPricingMutation.d.ts +40 -0
  1799. package/usage/hooks/mutations/useUpdatePlanPricingMutation.js +40 -0
  1800. package/usage/hooks/mutations/useUpdatePlanSubscriptionMutation.d.ts +40 -0
  1801. package/usage/hooks/mutations/useUpdatePlanSubscriptionMutation.js +40 -0
  1802. package/usage/hooks/queries/index.d.ts +45 -0
  1803. package/usage/hooks/queries/index.js +45 -0
  1804. package/usage/hooks/queries/useAppAchievementRewardQuery.d.ts +65 -0
  1805. package/usage/hooks/queries/useAppAchievementRewardQuery.js +53 -0
  1806. package/usage/hooks/queries/useAppAchievementRewardsQuery.d.ts +69 -0
  1807. package/usage/hooks/queries/useAppAchievementRewardsQuery.js +38 -0
  1808. package/usage/hooks/queries/useAppEventAggregateQuery.d.ts +65 -0
  1809. package/usage/hooks/queries/useAppEventAggregateQuery.js +53 -0
  1810. package/usage/hooks/queries/useAppEventAggregatesQuery.d.ts +69 -0
  1811. package/usage/hooks/queries/useAppEventAggregatesQuery.js +38 -0
  1812. package/usage/hooks/queries/useAppEventQuery.d.ts +65 -0
  1813. package/usage/hooks/queries/useAppEventQuery.js +53 -0
  1814. package/usage/hooks/queries/useAppEventTypeQuery.d.ts +65 -0
  1815. package/usage/hooks/queries/useAppEventTypeQuery.js +53 -0
  1816. package/usage/hooks/queries/useAppEventTypesQuery.d.ts +69 -0
  1817. package/usage/hooks/queries/useAppEventTypesQuery.js +38 -0
  1818. package/usage/hooks/queries/useAppEventsQuery.d.ts +69 -0
  1819. package/usage/hooks/queries/useAppEventsQuery.js +38 -0
  1820. package/usage/hooks/queries/useAppLevelGrantQuery.d.ts +65 -0
  1821. package/usage/hooks/queries/useAppLevelGrantQuery.js +53 -0
  1822. package/usage/hooks/queries/useAppLevelGrantsQuery.d.ts +69 -0
  1823. package/usage/hooks/queries/useAppLevelGrantsQuery.js +38 -0
  1824. package/usage/hooks/queries/useAppLevelQuery.d.ts +65 -0
  1825. package/usage/hooks/queries/useAppLevelQuery.js +53 -0
  1826. package/usage/hooks/queries/useAppLevelRequirementQuery.d.ts +65 -0
  1827. package/usage/hooks/queries/useAppLevelRequirementQuery.js +53 -0
  1828. package/usage/hooks/queries/useAppLevelRequirementsQuery.d.ts +69 -0
  1829. package/usage/hooks/queries/useAppLevelRequirementsQuery.js +38 -0
  1830. package/usage/hooks/queries/useAppLevelsQuery.d.ts +69 -0
  1831. package/usage/hooks/queries/useAppLevelsQuery.js +38 -0
  1832. package/usage/hooks/queries/useAppLimitCreditCodeQuery.d.ts +4 -4
  1833. package/usage/hooks/queries/useAppLimitCreditCodeQuery.js +1 -1
  1834. package/usage/hooks/queries/useAppLimitCreditCodesQuery.d.ts +4 -4
  1835. package/usage/hooks/queries/useAppLimitCreditCodesQuery.js +1 -1
  1836. package/usage/hooks/queries/useBillingUsageSummariesQuery.d.ts +69 -0
  1837. package/usage/hooks/queries/useBillingUsageSummariesQuery.js +38 -0
  1838. package/usage/hooks/queries/useBillingUsageSummaryQuery.d.ts +65 -0
  1839. package/usage/hooks/queries/useBillingUsageSummaryQuery.js +53 -0
  1840. package/usage/hooks/queries/useCaptureAppLimitDefaultsQuery.d.ts +45 -0
  1841. package/usage/hooks/queries/useCaptureAppLimitDefaultsQuery.js +49 -0
  1842. package/usage/hooks/queries/useCaptureOrgLimitDefaultsQuery.d.ts +45 -0
  1843. package/usage/hooks/queries/useCaptureOrgLimitDefaultsQuery.js +49 -0
  1844. package/usage/hooks/queries/useCaptureTrustLadderQuery.d.ts +45 -0
  1845. package/usage/hooks/queries/useCaptureTrustLadderQuery.js +49 -0
  1846. package/usage/hooks/queries/useEventsAchievedQuery.d.ts +53 -0
  1847. package/usage/hooks/queries/useEventsAchievedQuery.js +53 -0
  1848. package/usage/hooks/queries/useEventsRequiredQuery.d.ts +54 -0
  1849. package/usage/hooks/queries/useEventsRequiredQuery.js +53 -0
  1850. package/usage/hooks/queries/useLedgerQuery.d.ts +65 -0
  1851. package/usage/hooks/queries/useLedgerQuery.js +53 -0
  1852. package/usage/hooks/queries/useLedgersQuery.d.ts +69 -0
  1853. package/usage/hooks/queries/useLedgersQuery.js +38 -0
  1854. package/usage/hooks/queries/useMeterCreditQuery.d.ts +65 -0
  1855. package/usage/hooks/queries/useMeterCreditQuery.js +53 -0
  1856. package/usage/hooks/queries/useMeterCreditsQuery.d.ts +69 -0
  1857. package/usage/hooks/queries/useMeterCreditsQuery.js +38 -0
  1858. package/usage/hooks/queries/useMeterDefaultQuery.d.ts +65 -0
  1859. package/usage/hooks/queries/useMeterDefaultQuery.js +53 -0
  1860. package/usage/hooks/queries/useMeterDefaultsQuery.d.ts +69 -0
  1861. package/usage/hooks/queries/useMeterDefaultsQuery.js +38 -0
  1862. package/usage/hooks/queries/useMeterQuery.d.ts +65 -0
  1863. package/usage/hooks/queries/useMeterQuery.js +53 -0
  1864. package/usage/hooks/queries/useMeterSourceQuery.d.ts +65 -0
  1865. package/usage/hooks/queries/useMeterSourceQuery.js +53 -0
  1866. package/usage/hooks/queries/useMeterSourcesQuery.d.ts +69 -0
  1867. package/usage/hooks/queries/useMeterSourcesQuery.js +38 -0
  1868. package/usage/hooks/queries/useMetersQuery.d.ts +69 -0
  1869. package/usage/hooks/queries/useMetersQuery.js +38 -0
  1870. package/usage/hooks/queries/usePlanCapQuery.d.ts +65 -0
  1871. package/usage/hooks/queries/usePlanCapQuery.js +53 -0
  1872. package/usage/hooks/queries/usePlanCapsQuery.d.ts +69 -0
  1873. package/usage/hooks/queries/usePlanCapsQuery.js +38 -0
  1874. package/usage/hooks/queries/usePlanLimitQuery.d.ts +65 -0
  1875. package/usage/hooks/queries/usePlanLimitQuery.js +53 -0
  1876. package/usage/hooks/queries/usePlanLimitsQuery.d.ts +69 -0
  1877. package/usage/hooks/queries/usePlanLimitsQuery.js +38 -0
  1878. package/usage/hooks/queries/usePlanMeterLimitQuery.d.ts +65 -0
  1879. package/usage/hooks/queries/usePlanMeterLimitQuery.js +53 -0
  1880. package/usage/hooks/queries/usePlanMeterLimitsQuery.d.ts +69 -0
  1881. package/usage/hooks/queries/usePlanMeterLimitsQuery.js +38 -0
  1882. package/usage/hooks/queries/usePlanOverrideQuery.d.ts +65 -0
  1883. package/usage/hooks/queries/usePlanOverrideQuery.js +53 -0
  1884. package/usage/hooks/queries/usePlanOverridesQuery.d.ts +69 -0
  1885. package/usage/hooks/queries/usePlanOverridesQuery.js +38 -0
  1886. package/usage/hooks/queries/usePlanPricingQuery.d.ts +65 -0
  1887. package/usage/hooks/queries/usePlanPricingQuery.js +53 -0
  1888. package/usage/hooks/queries/usePlanPricingsQuery.d.ts +69 -0
  1889. package/usage/hooks/queries/usePlanPricingsQuery.js +38 -0
  1890. package/usage/hooks/queries/usePlanQuery.d.ts +65 -0
  1891. package/usage/hooks/queries/usePlanQuery.js +53 -0
  1892. package/usage/hooks/queries/usePlanSubscriptionQuery.d.ts +65 -0
  1893. package/usage/hooks/queries/usePlanSubscriptionQuery.js +53 -0
  1894. package/usage/hooks/queries/usePlanSubscriptionsQuery.d.ts +69 -0
  1895. package/usage/hooks/queries/usePlanSubscriptionsQuery.js +38 -0
  1896. package/usage/hooks/queries/usePlansQuery.d.ts +69 -0
  1897. package/usage/hooks/queries/usePlansQuery.js +38 -0
  1898. package/usage/hooks/query-keys.d.ts +294 -0
  1899. package/usage/hooks/query-keys.js +172 -1
  1900. package/usage/orm/index.d.ts +98 -0
  1901. package/usage/orm/index.js +45 -1
  1902. package/usage/orm/input-types.d.ts +3728 -98
  1903. package/usage/orm/input-types.js +10 -0
  1904. package/usage/orm/models/appAchievementReward.d.ts +54 -0
  1905. package/usage/orm/models/appAchievementReward.js +104 -0
  1906. package/usage/orm/models/appEvent.d.ts +56 -0
  1907. package/usage/orm/models/appEvent.js +107 -0
  1908. package/usage/orm/models/appEventAggregate.d.ts +54 -0
  1909. package/usage/orm/models/appEventAggregate.js +104 -0
  1910. package/usage/orm/models/appEventType.d.ts +54 -0
  1911. package/usage/orm/models/appEventType.js +104 -0
  1912. package/usage/orm/models/appLevel.d.ts +54 -0
  1913. package/usage/orm/models/appLevel.js +104 -0
  1914. package/usage/orm/models/appLevelGrant.d.ts +54 -0
  1915. package/usage/orm/models/appLevelGrant.js +104 -0
  1916. package/usage/orm/models/appLevelRequirement.d.ts +54 -0
  1917. package/usage/orm/models/appLevelRequirement.js +104 -0
  1918. package/usage/orm/models/billingUsageSummary.d.ts +54 -0
  1919. package/usage/orm/models/billingUsageSummary.js +104 -0
  1920. package/usage/orm/models/index.d.ts +20 -0
  1921. package/usage/orm/models/index.js +41 -1
  1922. package/usage/orm/models/ledger.d.ts +56 -0
  1923. package/usage/orm/models/ledger.js +107 -0
  1924. package/usage/orm/models/meter.d.ts +54 -0
  1925. package/usage/orm/models/meter.js +104 -0
  1926. package/usage/orm/models/meterCredit.d.ts +54 -0
  1927. package/usage/orm/models/meterCredit.js +104 -0
  1928. package/usage/orm/models/meterDefault.d.ts +54 -0
  1929. package/usage/orm/models/meterDefault.js +104 -0
  1930. package/usage/orm/models/meterSource.d.ts +54 -0
  1931. package/usage/orm/models/meterSource.js +104 -0
  1932. package/usage/orm/models/plan.d.ts +54 -0
  1933. package/usage/orm/models/plan.js +104 -0
  1934. package/usage/orm/models/planCap.d.ts +54 -0
  1935. package/usage/orm/models/planCap.js +104 -0
  1936. package/usage/orm/models/planLimit.d.ts +54 -0
  1937. package/usage/orm/models/planLimit.js +104 -0
  1938. package/usage/orm/models/planMeterLimit.d.ts +54 -0
  1939. package/usage/orm/models/planMeterLimit.js +104 -0
  1940. package/usage/orm/models/planOverride.d.ts +54 -0
  1941. package/usage/orm/models/planOverride.js +104 -0
  1942. package/usage/orm/models/planPricing.d.ts +54 -0
  1943. package/usage/orm/models/planPricing.js +104 -0
  1944. package/usage/orm/models/planSubscription.d.ts +54 -0
  1945. package/usage/orm/models/planSubscription.js +104 -0
  1946. package/usage/orm/mutation/index.d.ts +49 -1
  1947. package/usage/orm/mutation/index.js +72 -0
  1948. package/usage/orm/query/index.d.ts +52 -0
  1949. package/usage/orm/query/index.js +74 -0
  1950. package/usage/schema-types.d.ts +2309 -35
  1951. package/usage/types.d.ts +191 -0
  1952. package/admin/hooks/mutations/useCreateAppPermissionDefaultGrantMutation.d.ts +0 -34
  1953. package/admin/hooks/mutations/useCreateAppPermissionDefaultGrantMutation.js +0 -34
  1954. package/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +0 -34
  1955. package/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.js +0 -34
  1956. package/admin/hooks/mutations/useCreateAppPermissionDefaultPermissionMutation.d.ts +0 -34
  1957. package/admin/hooks/mutations/useCreateAppPermissionDefaultPermissionMutation.js +0 -34
  1958. package/admin/hooks/mutations/useCreateAppPermissionMutation.d.ts +0 -34
  1959. package/admin/hooks/mutations/useCreateAppPermissionMutation.js +0 -34
  1960. package/admin/hooks/mutations/useCreateOrgPermissionDefaultGrantMutation.d.ts +0 -34
  1961. package/admin/hooks/mutations/useCreateOrgPermissionDefaultGrantMutation.js +0 -34
  1962. package/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +0 -34
  1963. package/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +0 -34
  1964. package/admin/hooks/mutations/useCreateOrgPermissionDefaultPermissionMutation.d.ts +0 -34
  1965. package/admin/hooks/mutations/useCreateOrgPermissionDefaultPermissionMutation.js +0 -34
  1966. package/admin/hooks/mutations/useCreateOrgPermissionMutation.d.ts +0 -34
  1967. package/admin/hooks/mutations/useCreateOrgPermissionMutation.js +0 -34
  1968. package/admin/hooks/mutations/useDeleteAppPermissionDefaultGrantMutation.d.ts +0 -38
  1969. package/admin/hooks/mutations/useDeleteAppPermissionDefaultGrantMutation.js +0 -39
  1970. package/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +0 -38
  1971. package/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +0 -39
  1972. package/admin/hooks/mutations/useDeleteAppPermissionDefaultPermissionMutation.d.ts +0 -38
  1973. package/admin/hooks/mutations/useDeleteAppPermissionDefaultPermissionMutation.js +0 -39
  1974. package/admin/hooks/mutations/useDeleteAppPermissionMutation.d.ts +0 -38
  1975. package/admin/hooks/mutations/useDeleteAppPermissionMutation.js +0 -39
  1976. package/admin/hooks/mutations/useDeleteOrgPermissionDefaultGrantMutation.d.ts +0 -38
  1977. package/admin/hooks/mutations/useDeleteOrgPermissionDefaultGrantMutation.js +0 -39
  1978. package/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +0 -38
  1979. package/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +0 -39
  1980. package/admin/hooks/mutations/useDeleteOrgPermissionDefaultPermissionMutation.d.ts +0 -38
  1981. package/admin/hooks/mutations/useDeleteOrgPermissionDefaultPermissionMutation.js +0 -39
  1982. package/admin/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +0 -38
  1983. package/admin/hooks/mutations/useDeleteOrgPermissionMutation.js +0 -39
  1984. package/admin/hooks/mutations/useUpdateAppPermissionDefaultGrantMutation.d.ts +0 -40
  1985. package/admin/hooks/mutations/useUpdateAppPermissionDefaultGrantMutation.js +0 -40
  1986. package/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +0 -40
  1987. package/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +0 -40
  1988. package/admin/hooks/mutations/useUpdateAppPermissionDefaultPermissionMutation.d.ts +0 -40
  1989. package/admin/hooks/mutations/useUpdateAppPermissionDefaultPermissionMutation.js +0 -40
  1990. package/admin/hooks/mutations/useUpdateAppPermissionMutation.d.ts +0 -40
  1991. package/admin/hooks/mutations/useUpdateAppPermissionMutation.js +0 -40
  1992. package/admin/hooks/mutations/useUpdateOrgPermissionDefaultGrantMutation.d.ts +0 -40
  1993. package/admin/hooks/mutations/useUpdateOrgPermissionDefaultGrantMutation.js +0 -40
  1994. package/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +0 -40
  1995. package/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +0 -40
  1996. package/admin/hooks/mutations/useUpdateOrgPermissionDefaultPermissionMutation.d.ts +0 -40
  1997. package/admin/hooks/mutations/useUpdateOrgPermissionDefaultPermissionMutation.js +0 -40
  1998. package/admin/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +0 -40
  1999. package/admin/hooks/mutations/useUpdateOrgPermissionMutation.js +0 -40
  2000. package/admin/hooks/queries/useAppPermissionDefaultGrantQuery.d.ts +0 -65
  2001. package/admin/hooks/queries/useAppPermissionDefaultGrantQuery.js +0 -53
  2002. package/admin/hooks/queries/useAppPermissionDefaultGrantsQuery.d.ts +0 -69
  2003. package/admin/hooks/queries/useAppPermissionDefaultGrantsQuery.js +0 -38
  2004. package/admin/hooks/queries/useAppPermissionDefaultPermissionQuery.d.ts +0 -65
  2005. package/admin/hooks/queries/useAppPermissionDefaultPermissionQuery.js +0 -53
  2006. package/admin/hooks/queries/useAppPermissionDefaultPermissionsQuery.d.ts +0 -69
  2007. package/admin/hooks/queries/useAppPermissionDefaultPermissionsQuery.js +0 -38
  2008. package/admin/hooks/queries/useAppPermissionDefaultQuery.d.ts +0 -65
  2009. package/admin/hooks/queries/useAppPermissionDefaultQuery.js +0 -53
  2010. package/admin/hooks/queries/useAppPermissionDefaultsQuery.d.ts +0 -69
  2011. package/admin/hooks/queries/useAppPermissionDefaultsQuery.js +0 -38
  2012. package/admin/hooks/queries/useAppPermissionQuery.d.ts +0 -65
  2013. package/admin/hooks/queries/useAppPermissionQuery.js +0 -53
  2014. package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +0 -54
  2015. package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +0 -53
  2016. package/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.d.ts +0 -53
  2017. package/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.js +0 -53
  2018. package/admin/hooks/queries/useAppPermissionsGetMaskQuery.d.ts +0 -53
  2019. package/admin/hooks/queries/useAppPermissionsGetMaskQuery.js +0 -53
  2020. package/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.d.ts +0 -53
  2021. package/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.js +0 -53
  2022. package/admin/hooks/queries/useAppPermissionsQuery.d.ts +0 -69
  2023. package/admin/hooks/queries/useAppPermissionsQuery.js +0 -38
  2024. package/admin/hooks/queries/useOrgPermissionDefaultGrantQuery.d.ts +0 -65
  2025. package/admin/hooks/queries/useOrgPermissionDefaultGrantQuery.js +0 -53
  2026. package/admin/hooks/queries/useOrgPermissionDefaultGrantsQuery.d.ts +0 -69
  2027. package/admin/hooks/queries/useOrgPermissionDefaultGrantsQuery.js +0 -38
  2028. package/admin/hooks/queries/useOrgPermissionDefaultPermissionQuery.d.ts +0 -65
  2029. package/admin/hooks/queries/useOrgPermissionDefaultPermissionQuery.js +0 -53
  2030. package/admin/hooks/queries/useOrgPermissionDefaultPermissionsQuery.d.ts +0 -69
  2031. package/admin/hooks/queries/useOrgPermissionDefaultPermissionsQuery.js +0 -38
  2032. package/admin/hooks/queries/useOrgPermissionDefaultQuery.d.ts +0 -65
  2033. package/admin/hooks/queries/useOrgPermissionDefaultQuery.js +0 -53
  2034. package/admin/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +0 -69
  2035. package/admin/hooks/queries/useOrgPermissionDefaultsQuery.js +0 -38
  2036. package/admin/hooks/queries/useOrgPermissionQuery.d.ts +0 -65
  2037. package/admin/hooks/queries/useOrgPermissionQuery.js +0 -53
  2038. package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +0 -54
  2039. package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +0 -53
  2040. package/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.d.ts +0 -53
  2041. package/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.js +0 -53
  2042. package/admin/hooks/queries/useOrgPermissionsGetMaskQuery.d.ts +0 -53
  2043. package/admin/hooks/queries/useOrgPermissionsGetMaskQuery.js +0 -53
  2044. package/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.d.ts +0 -53
  2045. package/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.js +0 -53
  2046. package/admin/hooks/queries/useOrgPermissionsQuery.d.ts +0 -69
  2047. package/admin/hooks/queries/useOrgPermissionsQuery.js +0 -38
  2048. package/admin/orm/models/appPermission.d.ts +0 -54
  2049. package/admin/orm/models/appPermission.js +0 -104
  2050. package/admin/orm/models/appPermissionDefault.d.ts +0 -54
  2051. package/admin/orm/models/appPermissionDefault.js +0 -104
  2052. package/admin/orm/models/appPermissionDefaultGrant.d.ts +0 -54
  2053. package/admin/orm/models/appPermissionDefaultGrant.js +0 -104
  2054. package/admin/orm/models/appPermissionDefaultPermission.d.ts +0 -54
  2055. package/admin/orm/models/appPermissionDefaultPermission.js +0 -104
  2056. package/admin/orm/models/orgPermission.d.ts +0 -54
  2057. package/admin/orm/models/orgPermission.js +0 -104
  2058. package/admin/orm/models/orgPermissionDefault.d.ts +0 -54
  2059. package/admin/orm/models/orgPermissionDefault.js +0 -104
  2060. package/admin/orm/models/orgPermissionDefaultGrant.d.ts +0 -54
  2061. package/admin/orm/models/orgPermissionDefaultGrant.js +0 -104
  2062. package/admin/orm/models/orgPermissionDefaultPermission.d.ts +0 -54
  2063. package/admin/orm/models/orgPermissionDefaultPermission.js +0 -104
  2064. package/api/hooks/mutations/useAcceptDatabaseTransferMutation.d.ts +0 -20
  2065. package/api/hooks/mutations/useAcceptDatabaseTransferMutation.js +0 -26
  2066. package/api/hooks/mutations/useCancelDatabaseTransferMutation.d.ts +0 -20
  2067. package/api/hooks/mutations/useCancelDatabaseTransferMutation.js +0 -26
  2068. package/api/hooks/mutations/useCreateApisMutation.d.ts +0 -34
  2069. package/api/hooks/mutations/useCreateApisMutation.js +0 -34
  2070. package/api/hooks/mutations/useCreateAstMigrationMutation.d.ts +0 -34
  2071. package/api/hooks/mutations/useCreateAstMigrationMutation.js +0 -34
  2072. package/api/hooks/mutations/useCreatePlatformApisMutation.d.ts +0 -34
  2073. package/api/hooks/mutations/useCreatePlatformApisMutation.js +0 -34
  2074. package/api/hooks/mutations/useCreateSqlActionMutation.d.ts +0 -34
  2075. package/api/hooks/mutations/useCreateSqlActionMutation.js +0 -34
  2076. package/api/hooks/mutations/useDeleteApisMutation.d.ts +0 -38
  2077. package/api/hooks/mutations/useDeleteApisMutation.js +0 -39
  2078. package/api/hooks/mutations/useDeletePlatformApisMutation.d.ts +0 -38
  2079. package/api/hooks/mutations/useDeletePlatformApisMutation.js +0 -39
  2080. package/api/hooks/mutations/useRejectDatabaseTransferMutation.d.ts +0 -20
  2081. package/api/hooks/mutations/useRejectDatabaseTransferMutation.js +0 -26
  2082. package/api/hooks/mutations/useUpdateApisMutation.d.ts +0 -40
  2083. package/api/hooks/mutations/useUpdateApisMutation.js +0 -40
  2084. package/api/hooks/mutations/useUpdatePlatformApisMutation.d.ts +0 -40
  2085. package/api/hooks/mutations/useUpdatePlatformApisMutation.js +0 -40
  2086. package/api/hooks/queries/useApisesQuery.d.ts +0 -69
  2087. package/api/hooks/queries/useApisesQuery.js +0 -38
  2088. package/api/hooks/queries/useAstMigrationQuery.d.ts +0 -65
  2089. package/api/hooks/queries/useAstMigrationQuery.js +0 -53
  2090. package/api/hooks/queries/useAstMigrationsQuery.d.ts +0 -69
  2091. package/api/hooks/queries/useAstMigrationsQuery.js +0 -38
  2092. package/api/hooks/queries/usePlatformApisesQuery.d.ts +0 -69
  2093. package/api/hooks/queries/usePlatformApisesQuery.js +0 -38
  2094. package/api/hooks/queries/useSqlActionQuery.d.ts +0 -65
  2095. package/api/hooks/queries/useSqlActionQuery.js +0 -53
  2096. package/api/hooks/queries/useSqlActionsQuery.d.ts +0 -69
  2097. package/api/hooks/queries/useSqlActionsQuery.js +0 -38
  2098. package/api/orm/models/apis.d.ts +0 -54
  2099. package/api/orm/models/apis.js +0 -104
  2100. package/api/orm/models/astMigration.d.ts +0 -36
  2101. package/api/orm/models/astMigration.js +0 -80
  2102. package/api/orm/models/platformApis.d.ts +0 -54
  2103. package/api/orm/models/platformApis.js +0 -104
  2104. package/api/orm/models/sqlAction.d.ts +0 -36
  2105. package/api/orm/models/sqlAction.js +0 -80
  2106. package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultGrantMutation.d.ts +0 -34
  2107. package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultGrantMutation.js +0 -31
  2108. package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +0 -34
  2109. package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.js +0 -31
  2110. package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultPermissionMutation.d.ts +0 -34
  2111. package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultPermissionMutation.js +0 -31
  2112. package/esm/admin/hooks/mutations/useCreateAppPermissionMutation.d.ts +0 -34
  2113. package/esm/admin/hooks/mutations/useCreateAppPermissionMutation.js +0 -31
  2114. package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultGrantMutation.d.ts +0 -34
  2115. package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultGrantMutation.js +0 -31
  2116. package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +0 -34
  2117. package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +0 -31
  2118. package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultPermissionMutation.d.ts +0 -34
  2119. package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultPermissionMutation.js +0 -31
  2120. package/esm/admin/hooks/mutations/useCreateOrgPermissionMutation.d.ts +0 -34
  2121. package/esm/admin/hooks/mutations/useCreateOrgPermissionMutation.js +0 -31
  2122. package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultGrantMutation.d.ts +0 -38
  2123. package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultGrantMutation.js +0 -36
  2124. package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +0 -38
  2125. package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +0 -36
  2126. package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultPermissionMutation.d.ts +0 -38
  2127. package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultPermissionMutation.js +0 -36
  2128. package/esm/admin/hooks/mutations/useDeleteAppPermissionMutation.d.ts +0 -38
  2129. package/esm/admin/hooks/mutations/useDeleteAppPermissionMutation.js +0 -36
  2130. package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultGrantMutation.d.ts +0 -38
  2131. package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultGrantMutation.js +0 -36
  2132. package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +0 -38
  2133. package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +0 -36
  2134. package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultPermissionMutation.d.ts +0 -38
  2135. package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultPermissionMutation.js +0 -36
  2136. package/esm/admin/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +0 -38
  2137. package/esm/admin/hooks/mutations/useDeleteOrgPermissionMutation.js +0 -36
  2138. package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultGrantMutation.d.ts +0 -40
  2139. package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultGrantMutation.js +0 -37
  2140. package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +0 -40
  2141. package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +0 -37
  2142. package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultPermissionMutation.d.ts +0 -40
  2143. package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultPermissionMutation.js +0 -37
  2144. package/esm/admin/hooks/mutations/useUpdateAppPermissionMutation.d.ts +0 -40
  2145. package/esm/admin/hooks/mutations/useUpdateAppPermissionMutation.js +0 -37
  2146. package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultGrantMutation.d.ts +0 -40
  2147. package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultGrantMutation.js +0 -37
  2148. package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +0 -40
  2149. package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +0 -37
  2150. package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultPermissionMutation.d.ts +0 -40
  2151. package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultPermissionMutation.js +0 -37
  2152. package/esm/admin/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +0 -40
  2153. package/esm/admin/hooks/mutations/useUpdateOrgPermissionMutation.js +0 -37
  2154. package/esm/admin/hooks/queries/useAppPermissionDefaultGrantQuery.d.ts +0 -65
  2155. package/esm/admin/hooks/queries/useAppPermissionDefaultGrantQuery.js +0 -47
  2156. package/esm/admin/hooks/queries/useAppPermissionDefaultGrantsQuery.d.ts +0 -69
  2157. package/esm/admin/hooks/queries/useAppPermissionDefaultGrantsQuery.js +0 -32
  2158. package/esm/admin/hooks/queries/useAppPermissionDefaultPermissionQuery.d.ts +0 -65
  2159. package/esm/admin/hooks/queries/useAppPermissionDefaultPermissionQuery.js +0 -47
  2160. package/esm/admin/hooks/queries/useAppPermissionDefaultPermissionsQuery.d.ts +0 -69
  2161. package/esm/admin/hooks/queries/useAppPermissionDefaultPermissionsQuery.js +0 -32
  2162. package/esm/admin/hooks/queries/useAppPermissionDefaultQuery.d.ts +0 -65
  2163. package/esm/admin/hooks/queries/useAppPermissionDefaultQuery.js +0 -47
  2164. package/esm/admin/hooks/queries/useAppPermissionDefaultsQuery.d.ts +0 -69
  2165. package/esm/admin/hooks/queries/useAppPermissionDefaultsQuery.js +0 -32
  2166. package/esm/admin/hooks/queries/useAppPermissionQuery.d.ts +0 -65
  2167. package/esm/admin/hooks/queries/useAppPermissionQuery.js +0 -47
  2168. package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +0 -54
  2169. package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +0 -47
  2170. package/esm/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.d.ts +0 -53
  2171. package/esm/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.js +0 -47
  2172. package/esm/admin/hooks/queries/useAppPermissionsGetMaskQuery.d.ts +0 -53
  2173. package/esm/admin/hooks/queries/useAppPermissionsGetMaskQuery.js +0 -47
  2174. package/esm/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.d.ts +0 -53
  2175. package/esm/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.js +0 -47
  2176. package/esm/admin/hooks/queries/useAppPermissionsQuery.d.ts +0 -69
  2177. package/esm/admin/hooks/queries/useAppPermissionsQuery.js +0 -32
  2178. package/esm/admin/hooks/queries/useOrgPermissionDefaultGrantQuery.d.ts +0 -65
  2179. package/esm/admin/hooks/queries/useOrgPermissionDefaultGrantQuery.js +0 -47
  2180. package/esm/admin/hooks/queries/useOrgPermissionDefaultGrantsQuery.d.ts +0 -69
  2181. package/esm/admin/hooks/queries/useOrgPermissionDefaultGrantsQuery.js +0 -32
  2182. package/esm/admin/hooks/queries/useOrgPermissionDefaultPermissionQuery.d.ts +0 -65
  2183. package/esm/admin/hooks/queries/useOrgPermissionDefaultPermissionQuery.js +0 -47
  2184. package/esm/admin/hooks/queries/useOrgPermissionDefaultPermissionsQuery.d.ts +0 -69
  2185. package/esm/admin/hooks/queries/useOrgPermissionDefaultPermissionsQuery.js +0 -32
  2186. package/esm/admin/hooks/queries/useOrgPermissionDefaultQuery.d.ts +0 -65
  2187. package/esm/admin/hooks/queries/useOrgPermissionDefaultQuery.js +0 -47
  2188. package/esm/admin/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +0 -69
  2189. package/esm/admin/hooks/queries/useOrgPermissionDefaultsQuery.js +0 -32
  2190. package/esm/admin/hooks/queries/useOrgPermissionQuery.d.ts +0 -65
  2191. package/esm/admin/hooks/queries/useOrgPermissionQuery.js +0 -47
  2192. package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +0 -54
  2193. package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +0 -47
  2194. package/esm/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.d.ts +0 -53
  2195. package/esm/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.js +0 -47
  2196. package/esm/admin/hooks/queries/useOrgPermissionsGetMaskQuery.d.ts +0 -53
  2197. package/esm/admin/hooks/queries/useOrgPermissionsGetMaskQuery.js +0 -47
  2198. package/esm/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.d.ts +0 -53
  2199. package/esm/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.js +0 -47
  2200. package/esm/admin/hooks/queries/useOrgPermissionsQuery.d.ts +0 -69
  2201. package/esm/admin/hooks/queries/useOrgPermissionsQuery.js +0 -32
  2202. package/esm/admin/orm/models/appPermission.d.ts +0 -54
  2203. package/esm/admin/orm/models/appPermission.js +0 -100
  2204. package/esm/admin/orm/models/appPermissionDefault.d.ts +0 -54
  2205. package/esm/admin/orm/models/appPermissionDefault.js +0 -100
  2206. package/esm/admin/orm/models/appPermissionDefaultGrant.d.ts +0 -54
  2207. package/esm/admin/orm/models/appPermissionDefaultGrant.js +0 -100
  2208. package/esm/admin/orm/models/appPermissionDefaultPermission.d.ts +0 -54
  2209. package/esm/admin/orm/models/appPermissionDefaultPermission.js +0 -100
  2210. package/esm/admin/orm/models/orgPermission.d.ts +0 -54
  2211. package/esm/admin/orm/models/orgPermission.js +0 -100
  2212. package/esm/admin/orm/models/orgPermissionDefault.d.ts +0 -54
  2213. package/esm/admin/orm/models/orgPermissionDefault.js +0 -100
  2214. package/esm/admin/orm/models/orgPermissionDefaultGrant.d.ts +0 -54
  2215. package/esm/admin/orm/models/orgPermissionDefaultGrant.js +0 -100
  2216. package/esm/admin/orm/models/orgPermissionDefaultPermission.d.ts +0 -54
  2217. package/esm/admin/orm/models/orgPermissionDefaultPermission.js +0 -100
  2218. package/esm/api/hooks/mutations/useAcceptDatabaseTransferMutation.d.ts +0 -20
  2219. package/esm/api/hooks/mutations/useAcceptDatabaseTransferMutation.js +0 -23
  2220. package/esm/api/hooks/mutations/useCancelDatabaseTransferMutation.d.ts +0 -20
  2221. package/esm/api/hooks/mutations/useCancelDatabaseTransferMutation.js +0 -23
  2222. package/esm/api/hooks/mutations/useCreateApisMutation.d.ts +0 -34
  2223. package/esm/api/hooks/mutations/useCreateApisMutation.js +0 -31
  2224. package/esm/api/hooks/mutations/useCreateAstMigrationMutation.d.ts +0 -34
  2225. package/esm/api/hooks/mutations/useCreateAstMigrationMutation.js +0 -31
  2226. package/esm/api/hooks/mutations/useCreatePlatformApisMutation.d.ts +0 -34
  2227. package/esm/api/hooks/mutations/useCreatePlatformApisMutation.js +0 -31
  2228. package/esm/api/hooks/mutations/useCreateSqlActionMutation.d.ts +0 -34
  2229. package/esm/api/hooks/mutations/useCreateSqlActionMutation.js +0 -31
  2230. package/esm/api/hooks/mutations/useDeleteApisMutation.d.ts +0 -38
  2231. package/esm/api/hooks/mutations/useDeleteApisMutation.js +0 -36
  2232. package/esm/api/hooks/mutations/useDeletePlatformApisMutation.d.ts +0 -38
  2233. package/esm/api/hooks/mutations/useDeletePlatformApisMutation.js +0 -36
  2234. package/esm/api/hooks/mutations/useRejectDatabaseTransferMutation.d.ts +0 -20
  2235. package/esm/api/hooks/mutations/useRejectDatabaseTransferMutation.js +0 -23
  2236. package/esm/api/hooks/mutations/useUpdateApisMutation.d.ts +0 -40
  2237. package/esm/api/hooks/mutations/useUpdateApisMutation.js +0 -37
  2238. package/esm/api/hooks/mutations/useUpdatePlatformApisMutation.d.ts +0 -40
  2239. package/esm/api/hooks/mutations/useUpdatePlatformApisMutation.js +0 -37
  2240. package/esm/api/hooks/queries/useApisesQuery.d.ts +0 -69
  2241. package/esm/api/hooks/queries/useApisesQuery.js +0 -32
  2242. package/esm/api/hooks/queries/useAstMigrationQuery.d.ts +0 -65
  2243. package/esm/api/hooks/queries/useAstMigrationQuery.js +0 -47
  2244. package/esm/api/hooks/queries/useAstMigrationsQuery.d.ts +0 -69
  2245. package/esm/api/hooks/queries/useAstMigrationsQuery.js +0 -32
  2246. package/esm/api/hooks/queries/usePlatformApisesQuery.d.ts +0 -69
  2247. package/esm/api/hooks/queries/usePlatformApisesQuery.js +0 -32
  2248. package/esm/api/hooks/queries/useSqlActionQuery.d.ts +0 -65
  2249. package/esm/api/hooks/queries/useSqlActionQuery.js +0 -47
  2250. package/esm/api/hooks/queries/useSqlActionsQuery.d.ts +0 -69
  2251. package/esm/api/hooks/queries/useSqlActionsQuery.js +0 -32
  2252. package/esm/api/orm/models/apis.d.ts +0 -54
  2253. package/esm/api/orm/models/apis.js +0 -100
  2254. package/esm/api/orm/models/astMigration.d.ts +0 -36
  2255. package/esm/api/orm/models/astMigration.js +0 -76
  2256. package/esm/api/orm/models/platformApis.d.ts +0 -54
  2257. package/esm/api/orm/models/platformApis.js +0 -100
  2258. package/esm/api/orm/models/sqlAction.d.ts +0 -36
  2259. package/esm/api/orm/models/sqlAction.js +0 -76
  2260. package/esm/modules/hooks/mutations/useCreatePermissionsModuleMutation.d.ts +0 -34
  2261. package/esm/modules/hooks/mutations/useCreatePermissionsModuleMutation.js +0 -31
  2262. package/esm/modules/hooks/mutations/useDeletePermissionsModuleMutation.d.ts +0 -38
  2263. package/esm/modules/hooks/mutations/useDeletePermissionsModuleMutation.js +0 -36
  2264. package/esm/modules/hooks/mutations/useProvisionCheckConstraintMutation.d.ts +0 -20
  2265. package/esm/modules/hooks/mutations/useProvisionCheckConstraintMutation.js +0 -23
  2266. package/esm/modules/hooks/mutations/useProvisionFullTextSearchMutation.d.ts +0 -20
  2267. package/esm/modules/hooks/mutations/useProvisionFullTextSearchMutation.js +0 -23
  2268. package/esm/modules/hooks/mutations/useProvisionIndexMutation.d.ts +0 -20
  2269. package/esm/modules/hooks/mutations/useProvisionIndexMutation.js +0 -23
  2270. package/esm/modules/hooks/mutations/useProvisionRelationMutation.d.ts +0 -20
  2271. package/esm/modules/hooks/mutations/useProvisionRelationMutation.js +0 -23
  2272. package/esm/modules/hooks/mutations/useProvisionSpatialRelationMutation.d.ts +0 -20
  2273. package/esm/modules/hooks/mutations/useProvisionSpatialRelationMutation.js +0 -23
  2274. package/esm/modules/hooks/mutations/useProvisionTableMutation.d.ts +0 -20
  2275. package/esm/modules/hooks/mutations/useProvisionTableMutation.js +0 -23
  2276. package/esm/modules/hooks/mutations/useProvisionUniqueConstraintMutation.d.ts +0 -20
  2277. package/esm/modules/hooks/mutations/useProvisionUniqueConstraintMutation.js +0 -23
  2278. package/esm/modules/hooks/mutations/useUpdatePermissionsModuleMutation.d.ts +0 -40
  2279. package/esm/modules/hooks/mutations/useUpdatePermissionsModuleMutation.js +0 -37
  2280. package/esm/modules/hooks/queries/usePermissionsModuleQuery.d.ts +0 -65
  2281. package/esm/modules/hooks/queries/usePermissionsModuleQuery.js +0 -47
  2282. package/esm/modules/hooks/queries/usePermissionsModulesQuery.d.ts +0 -69
  2283. package/esm/modules/hooks/queries/usePermissionsModulesQuery.js +0 -32
  2284. package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +0 -53
  2285. package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.js +0 -47
  2286. package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +0 -53
  2287. package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.js +0 -47
  2288. package/esm/modules/orm/models/permissionsModule.d.ts +0 -54
  2289. package/esm/modules/orm/models/permissionsModule.js +0 -100
  2290. package/esm/modules/orm/query/index.d.ts +0 -39
  2291. package/esm/modules/orm/query/index.js +0 -54
  2292. package/modules/hooks/mutations/useCreatePermissionsModuleMutation.d.ts +0 -34
  2293. package/modules/hooks/mutations/useCreatePermissionsModuleMutation.js +0 -34
  2294. package/modules/hooks/mutations/useDeletePermissionsModuleMutation.d.ts +0 -38
  2295. package/modules/hooks/mutations/useDeletePermissionsModuleMutation.js +0 -39
  2296. package/modules/hooks/mutations/useProvisionCheckConstraintMutation.d.ts +0 -20
  2297. package/modules/hooks/mutations/useProvisionCheckConstraintMutation.js +0 -26
  2298. package/modules/hooks/mutations/useProvisionFullTextSearchMutation.d.ts +0 -20
  2299. package/modules/hooks/mutations/useProvisionFullTextSearchMutation.js +0 -26
  2300. package/modules/hooks/mutations/useProvisionIndexMutation.d.ts +0 -20
  2301. package/modules/hooks/mutations/useProvisionIndexMutation.js +0 -26
  2302. package/modules/hooks/mutations/useProvisionRelationMutation.d.ts +0 -20
  2303. package/modules/hooks/mutations/useProvisionRelationMutation.js +0 -26
  2304. package/modules/hooks/mutations/useProvisionSpatialRelationMutation.d.ts +0 -20
  2305. package/modules/hooks/mutations/useProvisionSpatialRelationMutation.js +0 -26
  2306. package/modules/hooks/mutations/useProvisionTableMutation.d.ts +0 -20
  2307. package/modules/hooks/mutations/useProvisionTableMutation.js +0 -26
  2308. package/modules/hooks/mutations/useProvisionUniqueConstraintMutation.d.ts +0 -20
  2309. package/modules/hooks/mutations/useProvisionUniqueConstraintMutation.js +0 -26
  2310. package/modules/hooks/mutations/useUpdatePermissionsModuleMutation.d.ts +0 -40
  2311. package/modules/hooks/mutations/useUpdatePermissionsModuleMutation.js +0 -40
  2312. package/modules/hooks/queries/usePermissionsModuleQuery.d.ts +0 -65
  2313. package/modules/hooks/queries/usePermissionsModuleQuery.js +0 -53
  2314. package/modules/hooks/queries/usePermissionsModulesQuery.d.ts +0 -69
  2315. package/modules/hooks/queries/usePermissionsModulesQuery.js +0 -38
  2316. package/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +0 -53
  2317. package/modules/hooks/queries/useResolveBlueprintFieldQuery.js +0 -53
  2318. package/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +0 -53
  2319. package/modules/hooks/queries/useResolveBlueprintTableQuery.js +0 -53
  2320. package/modules/orm/models/permissionsModule.d.ts +0 -54
  2321. package/modules/orm/models/permissionsModule.js +0 -104
  2322. package/modules/orm/query/index.d.ts +0 -39
  2323. package/modules/orm/query/index.js +0 -57
@@ -3,17 +3,19 @@
3
3
  * @generated by @constructive-io/graphql-codegen
4
4
  * DO NOT EDIT - changes will be overwritten
5
5
  */
6
- import type { ApiSchema, ApiSetting, Apis, AstMigration, CheckConstraint, CompositeType, CorsSetting, Database, DatabaseSetting, DatabaseTransfer, DefaultPrivilege, Derive, Domain, DomainEvent, DomainType, DomainVerification, EmbeddingChunk, Enum, ExclusionConstraint, Field, FieldBehavior, ForeignKeyConstraint, ForeignKeyConstraintBehavior, FullTextSearch, Function, HostnameBinding, HttpRoute, Index, ManagedDomain, NodeTypeRegistry, Page, Partition, PlatformApiSchema, PlatformApiSetting, PlatformApis, PlatformCorsSetting, PlatformDomain, PlatformDomainEvent, PlatformDomainVerification, PlatformManagedDomain, PlatformPage, PlatformSite, PlatformSiteAppLink, PlatformSiteDeepLink, PlatformSiteErrorPage, PlatformSiteMetadatum, PlatformSiteModule, PlatformSiteTheme, PlatformSiteWebConfig, Policy, PrimaryKeyConstraint, PubkeySetting, RlsSetting, Route, RouteBinding, Schema, SchemaGrant, Site, SiteAppLink, SiteDeepLink, SiteErrorPage, SiteMetadatum, SiteModule, SiteTheme, SiteWebConfig, SpatialRelation, SqlAction, Table, TableBehavior, TableGrant, Trigger, TriggerFunction, UniqueConstraint, UniqueConstraintBehavior, View, ViewBehavior, ViewGrant, ViewRule, ViewTable, WebauthnSetting, BigIntFilter, BooleanFilter, DatetimeFilter, FloatFilter, IntFilter, JSONFilter, StringFilter, StringListFilter, UUIDFilter, UUIDListFilter } from './types';
6
+ import type { Api, ApiSchema, ApiSetting, App, AppComponent, CheckConstraint, CompositeType, CorsSetting, Database, DatabaseSetting, DatabaseTransfer, DefaultPrivilege, Derive, Domain, DomainEvent, DomainType, DomainVerification, EmailIdentity, EmailProviderAccount, EmailSiteIdentity, EmbeddingChunk, Enum, ExclusionConstraint, Field, FieldBehavior, ForeignKeyConstraint, ForeignKeyConstraintBehavior, FullTextSearch, Function, HostnameBinding, HttpRoute, Index, ManagedDomain, NodeTypeRegistry, Page, Partition, PlatformApi, PlatformApiSchema, PlatformApiSetting, PlatformCorsSetting, PlatformDomain, PlatformDomainEvent, PlatformDomainVerification, PlatformEmailIdentity, PlatformEmailProviderAccount, PlatformEmailSiteIdentity, PlatformManagedDomain, PlatformPage, PlatformSite, PlatformSiteAppLink, PlatformSiteDeepLink, PlatformSiteErrorPage, PlatformSiteMetadatum, PlatformSiteModule, PlatformSiteTheme, PlatformSiteWebConfig, Policy, PrimaryKeyConstraint, PubkeySetting, RlsSetting, Route, RouteBinding, Schema, SchemaGrant, Site, SiteAppLink, SiteDeepLink, SiteErrorPage, SiteMetadatum, SiteModule, SiteTheme, SiteWebConfig, SpatialRelation, Table, TableBehavior, TableGrant, Trigger, TriggerFunction, UniqueConstraint, UniqueConstraintBehavior, View, ViewBehavior, ViewGrant, ViewRule, ViewTable, WebauthnSetting, BigIntFilter, BooleanFilter, DatetimeFilter, FloatFilter, IntFilter, JSONFilter, StringFilter, StringListFilter, UUIDFilter, UUIDListFilter } from './types';
7
7
  export type ConstructiveInternalTypeImage = unknown;
8
8
  export type ApiExposureLevel = 'EXPOSABLE' | 'INTERNAL_ONLY' | 'NEVER_EXPOSE';
9
+ /** Methods to use when ordering `Api`. */
10
+ export type ApiOrderBy = 'ANON_ROLE_ASC' | 'ANON_ROLE_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DBNAME_ASC' | 'DBNAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_PUBLISHED_ASC' | 'IS_PUBLISHED_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ROLE_NAME_ASC' | 'ROLE_NAME_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
9
11
  /** Methods to use when ordering `ApiSchema`. */
10
12
  export type ApiSchemaOrderBy = 'API_ID_ASC' | 'API_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
11
13
  /** Methods to use when ordering `ApiSetting`. */
12
14
  export type ApiSettingOrderBy = 'API_ID_ASC' | 'API_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENABLE_AGGREGATES_ASC' | 'ENABLE_AGGREGATES_DESC' | 'ENABLE_BULK_ASC' | 'ENABLE_BULK_DESC' | 'ENABLE_CONNECTION_FILTER_ASC' | 'ENABLE_CONNECTION_FILTER_DESC' | 'ENABLE_DIRECT_UPLOADS_ASC' | 'ENABLE_DIRECT_UPLOADS_DESC' | 'ENABLE_I18N_ASC' | 'ENABLE_I18N_DESC' | 'ENABLE_LLM_ASC' | 'ENABLE_LLM_DESC' | 'ENABLE_LTREE_ASC' | 'ENABLE_LTREE_DESC' | 'ENABLE_MANY_TO_MANY_ASC' | 'ENABLE_MANY_TO_MANY_DESC' | 'ENABLE_POSTGIS_ASC' | 'ENABLE_POSTGIS_DESC' | 'ENABLE_PRESIGNED_UPLOADS_ASC' | 'ENABLE_PRESIGNED_UPLOADS_DESC' | 'ENABLE_REALTIME_ASC' | 'ENABLE_REALTIME_DESC' | 'ENABLE_SEARCH_ASC' | 'ENABLE_SEARCH_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OPTIONS_ASC' | 'OPTIONS_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STATEMENT_TIMEOUT_MS_ASC' | 'STATEMENT_TIMEOUT_MS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
13
- /** Methods to use when ordering `Apis`. */
14
- export type ApisOrderBy = 'ANON_ROLE_ASC' | 'ANON_ROLE_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DBNAME_ASC' | 'DBNAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_PUBLISHED_ASC' | 'IS_PUBLISHED_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ROLE_NAME_ASC' | 'ROLE_NAME_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
15
- /** Methods to use when ordering `AstMigration`. */
16
- export type AstMigrationOrderBy = 'ACTION_ID_ASC' | 'ACTION_ID_DESC' | 'ACTION_NAME_ASC' | 'ACTION_NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEPLOYS_ASC' | 'DEPLOYS_DESC' | 'DEPLOY_ASC' | 'DEPLOY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PAYLOAD_ASC' | 'PAYLOAD_DESC' | 'REQUIRES_ASC' | 'REQUIRES_DESC' | 'REVERT_ASC' | 'REVERT_DESC' | 'VERIFY_ASC' | 'VERIFY_DESC';
15
+ /** Methods to use when ordering `AppComponent`. */
16
+ export type AppComponentOrderBy = 'APP_ID_ASC' | 'APP_ID_DESC' | 'COMPONENT_API_ID_ASC' | 'COMPONENT_API_ID_DESC' | 'COMPONENT_DOMAIN_ID_ASC' | 'COMPONENT_DOMAIN_ID_DESC' | 'COMPONENT_INSTALLATION_ID_ASC' | 'COMPONENT_INSTALLATION_ID_DESC' | 'COMPONENT_SITE_ID_ASC' | 'COMPONENT_SITE_ID_DESC' | 'COMPONENT_TYPE_ASC' | 'COMPONENT_TYPE_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
17
+ /** Methods to use when ordering `App`. */
18
+ export type AppOrderBy = 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_PUBLISHED_ASC' | 'IS_PUBLISHED_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'TITLE_ASC' | 'TITLE_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
17
19
  /** Methods to use when ordering `CheckConstraint`. */
18
20
  export type CheckConstraintOrderBy = 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'EXPR_ASC' | 'EXPR_DESC' | 'FIELD_IDS_ASC' | 'FIELD_IDS_DESC' | 'ID_ASC' | 'ID_DESC' | 'INITIALLY_DEFERRED_ASC' | 'INITIALLY_DEFERRED_DESC' | 'IS_DEFERRABLE_ASC' | 'IS_DEFERRABLE_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'TYPE_ASC' | 'TYPE_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
19
21
  /** Methods to use when ordering `CompositeType`. */
@@ -38,6 +40,12 @@ export type DomainOrderBy = 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'C
38
40
  export type DomainTypeOrderBy = 'BASE_TYPE_ASC' | 'BASE_TYPE_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'CHECK_EXPR_ASC' | 'CHECK_EXPR_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_EXPR_ASC' | 'DEFAULT_EXPR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'NOT_NULL_ASC' | 'NOT_NULL_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'TAGS_ASC' | 'TAGS_DESC';
39
41
  /** Methods to use when ordering `DomainVerification`. */
40
42
  export type DomainVerificationOrderBy = 'ATTEMPTS_ASC' | 'ATTEMPTS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DOMAIN_ID_ASC' | 'DOMAIN_ID_DESC' | 'ERROR_ASC' | 'ERROR_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'LAST_CHECKED_AT_ASC' | 'LAST_CHECKED_AT_DESC' | 'MANAGED_DOMAIN_ID_ASC' | 'MANAGED_DOMAIN_ID_DESC' | 'METHOD_ASC' | 'METHOD_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'RECORD_NAME_ASC' | 'RECORD_NAME_DESC' | 'RECORD_TYPE_ASC' | 'RECORD_TYPE_DESC' | 'RECORD_VALUE_ASC' | 'RECORD_VALUE_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VERIFIED_AT_ASC' | 'VERIFIED_AT_DESC';
43
+ /** Methods to use when ordering `EmailIdentity`. */
44
+ export type EmailIdentityOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'FROM_ADDRESS_ASC' | 'FROM_ADDRESS_DESC' | 'FROM_NAME_ASC' | 'FROM_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_DEFAULT_ASC' | 'IS_DEFAULT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ACCOUNT_ID_ASC' | 'PROVIDER_ACCOUNT_ID_DESC' | 'REPLY_TO_ADDRESS_ASC' | 'REPLY_TO_ADDRESS_DESC' | 'SUPPORT_ADDRESS_ASC' | 'SUPPORT_ADDRESS_DESC' | 'TRANSPORT_MODE_ASC' | 'TRANSPORT_MODE_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
45
+ /** Methods to use when ordering `EmailProviderAccount`. */
46
+ export type EmailProviderAccountOrderBy = 'API_BASE_URL_ASC' | 'API_BASE_URL_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREDENTIALS_SECRET_NAME_ASC' | 'CREDENTIALS_SECRET_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ACCOUNT_NAME_ASC' | 'PROVIDER_ACCOUNT_NAME_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'REGION_ASC' | 'REGION_DESC' | 'SMTP_HOST_ASC' | 'SMTP_HOST_DESC' | 'SMTP_PORT_ASC' | 'SMTP_PORT_DESC' | 'SMTP_SECURE_ASC' | 'SMTP_SECURE_DESC' | 'SMTP_USER_ASC' | 'SMTP_USER_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'WEBHOOK_SIGNING_SECRET_NAME_ASC' | 'WEBHOOK_SIGNING_SECRET_NAME_DESC';
47
+ /** Methods to use when ordering `EmailSiteIdentity`. */
48
+ export type EmailSiteIdentityOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'EMAIL_IDENTITY_ID_ASC' | 'EMAIL_IDENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SITE_ID_ASC' | 'SITE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
41
49
  /** Methods to use when ordering `EmbeddingChunk`. */
42
50
  export type EmbeddingChunkOrderBy = 'CHUNKING_TASK_NAME_ASC' | 'CHUNKING_TASK_NAME_DESC' | 'CHUNKS_TABLE_ID_ASC' | 'CHUNKS_TABLE_ID_DESC' | 'CHUNKS_TABLE_NAME_ASC' | 'CHUNKS_TABLE_NAME_DESC' | 'CHUNK_OVERLAP_ASC' | 'CHUNK_OVERLAP_DESC' | 'CHUNK_SIZE_ASC' | 'CHUNK_SIZE_DESC' | 'CHUNK_STRATEGY_ASC' | 'CHUNK_STRATEGY_DESC' | 'CONTENT_FIELD_NAME_ASC' | 'CONTENT_FIELD_NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DIMENSIONS_ASC' | 'DIMENSIONS_DESC' | 'EMBEDDING_FIELD_ID_ASC' | 'EMBEDDING_FIELD_ID_DESC' | 'EMBEDDING_MODEL_ASC' | 'EMBEDDING_MODEL_DESC' | 'EMBEDDING_PROVIDER_ASC' | 'EMBEDDING_PROVIDER_DESC' | 'ENQUEUE_CHUNKING_JOB_ASC' | 'ENQUEUE_CHUNKING_JOB_DESC' | 'ID_ASC' | 'ID_DESC' | 'METADATA_FIELDS_ASC' | 'METADATA_FIELDS_DESC' | 'METRIC_ASC' | 'METRIC_DESC' | 'NATURAL' | 'PARENT_FK_FIELD_ID_ASC' | 'PARENT_FK_FIELD_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SEARCH_INDEXES_ASC' | 'SEARCH_INDEXES_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
43
51
  /** Methods to use when ordering `Enum`. */
@@ -66,17 +74,17 @@ export type IndexOrderBy = 'ACCESS_METHOD_ASC' | 'ACCESS_METHOD_DESC' | 'CATEGOR
66
74
  export type ManagedDomainOrderBy = 'ALLOW_PUBLIC_USAGE_ASC' | 'ALLOW_PUBLIC_USAGE_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CERT_STATUS_ASC' | 'CERT_STATUS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DOMAIN_ASC' | 'DOMAIN_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_WILDCARD_ASC' | 'IS_WILDCARD_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TLS_READY_AT_ASC' | 'TLS_READY_AT_DESC' | 'TLS_STATUS_ASC' | 'TLS_STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VERIFICATION_STATUS_ASC' | 'VERIFICATION_STATUS_DESC' | 'VERIFIED_AT_ASC' | 'VERIFIED_AT_DESC';
67
75
  /** Methods to use when ordering `NodeTypeRegistry`. */
68
76
  export type NodeTypeRegistryOrderBy = 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'DISPLAY_NAME_ASC' | 'DISPLAY_NAME_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PARAMETER_SCHEMA_ASC' | 'PARAMETER_SCHEMA_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'TAGS_ASC' | 'TAGS_DESC';
69
- export type ObjectCategory = 'APP' | 'AUTH' | 'CORE' | 'MEMBERSHIPS' | 'MODULE' | 'PERMISSIONS';
77
+ export type ObjectCategory = 'APP' | 'AUTH' | 'CAPABILITIES' | 'CORE' | 'MEMBERSHIPS' | 'MODULE';
70
78
  /** Methods to use when ordering `Page`. */
71
79
  export type PageOrderBy = 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC' | 'CONTENT_ASC' | 'CONTENT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SITE_ID_ASC' | 'SITE_ID_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
72
80
  /** Methods to use when ordering `Partition`. */
73
81
  export type PartitionOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'INTERVAL_ASC' | 'INTERVAL_DESC' | 'IS_PARENTED_ASC' | 'IS_PARENTED_DESC' | 'NAMING_PATTERN_ASC' | 'NAMING_PATTERN_DESC' | 'NATURAL' | 'PARTITION_KEY_ID_ASC' | 'PARTITION_KEY_ID_DESC' | 'PREMAKE_ASC' | 'PREMAKE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'RETENTION_ASC' | 'RETENTION_DESC' | 'RETENTION_KEEP_TABLE_ASC' | 'RETENTION_KEEP_TABLE_DESC' | 'STRATEGY_ASC' | 'STRATEGY_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
82
+ /** Methods to use when ordering `PlatformApi`. */
83
+ export type PlatformApiOrderBy = 'ANON_ROLE_ASC' | 'ANON_ROLE_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DBNAME_ASC' | 'DBNAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_PUBLISHED_ASC' | 'IS_PUBLISHED_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ROLE_NAME_ASC' | 'ROLE_NAME_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
74
84
  /** Methods to use when ordering `PlatformApiSchema`. */
75
85
  export type PlatformApiSchemaOrderBy = 'API_ID_ASC' | 'API_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
76
86
  /** Methods to use when ordering `PlatformApiSetting`. */
77
87
  export type PlatformApiSettingOrderBy = 'API_ID_ASC' | 'API_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENABLE_AGGREGATES_ASC' | 'ENABLE_AGGREGATES_DESC' | 'ENABLE_BULK_ASC' | 'ENABLE_BULK_DESC' | 'ENABLE_CONNECTION_FILTER_ASC' | 'ENABLE_CONNECTION_FILTER_DESC' | 'ENABLE_DIRECT_UPLOADS_ASC' | 'ENABLE_DIRECT_UPLOADS_DESC' | 'ENABLE_I18N_ASC' | 'ENABLE_I18N_DESC' | 'ENABLE_LLM_ASC' | 'ENABLE_LLM_DESC' | 'ENABLE_LTREE_ASC' | 'ENABLE_LTREE_DESC' | 'ENABLE_MANY_TO_MANY_ASC' | 'ENABLE_MANY_TO_MANY_DESC' | 'ENABLE_POSTGIS_ASC' | 'ENABLE_POSTGIS_DESC' | 'ENABLE_PRESIGNED_UPLOADS_ASC' | 'ENABLE_PRESIGNED_UPLOADS_DESC' | 'ENABLE_REALTIME_ASC' | 'ENABLE_REALTIME_DESC' | 'ENABLE_SEARCH_ASC' | 'ENABLE_SEARCH_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OPTIONS_ASC' | 'OPTIONS_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STATEMENT_TIMEOUT_MS_ASC' | 'STATEMENT_TIMEOUT_MS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
78
- /** Methods to use when ordering `PlatformApis`. */
79
- export type PlatformApisOrderBy = 'ANON_ROLE_ASC' | 'ANON_ROLE_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DBNAME_ASC' | 'DBNAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_PUBLISHED_ASC' | 'IS_PUBLISHED_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ROLE_NAME_ASC' | 'ROLE_NAME_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
80
88
  /** Methods to use when ordering `PlatformCorsSetting`. */
81
89
  export type PlatformCorsSettingOrderBy = 'ALLOWED_ORIGINS_ASC' | 'ALLOWED_ORIGINS_DESC' | 'API_ID_ASC' | 'API_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
82
90
  /** Methods to use when ordering `PlatformDomainEvent`. */
@@ -85,6 +93,12 @@ export type PlatformDomainEventOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CRE
85
93
  export type PlatformDomainOrderBy = 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'HOSTNAME_ASC' | 'HOSTNAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_PUBLISHED_ASC' | 'IS_PUBLISHED_DESC' | 'IS_WILDCARD_ASC' | 'IS_WILDCARD_DESC' | 'MANAGED_ASC' | 'MANAGED_DESC' | 'NATURAL' | 'PARENT_HOSTNAME_ASC' | 'PARENT_HOSTNAME_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TLS_READY_AT_ASC' | 'TLS_READY_AT_DESC' | 'TLS_SECRET_NAME_ASC' | 'TLS_SECRET_NAME_DESC' | 'TLS_STATUS_ASC' | 'TLS_STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VERIFICATION_STATUS_ASC' | 'VERIFICATION_STATUS_DESC' | 'VERIFIED_AT_ASC' | 'VERIFIED_AT_DESC';
86
94
  /** Methods to use when ordering `PlatformDomainVerification`. */
87
95
  export type PlatformDomainVerificationOrderBy = 'ATTEMPTS_ASC' | 'ATTEMPTS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DOMAIN_ID_ASC' | 'DOMAIN_ID_DESC' | 'ERROR_ASC' | 'ERROR_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'LAST_CHECKED_AT_ASC' | 'LAST_CHECKED_AT_DESC' | 'MANAGED_DOMAIN_ID_ASC' | 'MANAGED_DOMAIN_ID_DESC' | 'METHOD_ASC' | 'METHOD_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'RECORD_NAME_ASC' | 'RECORD_NAME_DESC' | 'RECORD_TYPE_ASC' | 'RECORD_TYPE_DESC' | 'RECORD_VALUE_ASC' | 'RECORD_VALUE_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VERIFIED_AT_ASC' | 'VERIFIED_AT_DESC';
96
+ /** Methods to use when ordering `PlatformEmailIdentity`. */
97
+ export type PlatformEmailIdentityOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'FROM_ADDRESS_ASC' | 'FROM_ADDRESS_DESC' | 'FROM_NAME_ASC' | 'FROM_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_DEFAULT_ASC' | 'IS_DEFAULT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ACCOUNT_ID_ASC' | 'PROVIDER_ACCOUNT_ID_DESC' | 'REPLY_TO_ADDRESS_ASC' | 'REPLY_TO_ADDRESS_DESC' | 'SUPPORT_ADDRESS_ASC' | 'SUPPORT_ADDRESS_DESC' | 'TRANSPORT_MODE_ASC' | 'TRANSPORT_MODE_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
98
+ /** Methods to use when ordering `PlatformEmailProviderAccount`. */
99
+ export type PlatformEmailProviderAccountOrderBy = 'API_BASE_URL_ASC' | 'API_BASE_URL_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREDENTIALS_SECRET_NAME_ASC' | 'CREDENTIALS_SECRET_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ACCOUNT_NAME_ASC' | 'PROVIDER_ACCOUNT_NAME_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'REGION_ASC' | 'REGION_DESC' | 'SMTP_HOST_ASC' | 'SMTP_HOST_DESC' | 'SMTP_PORT_ASC' | 'SMTP_PORT_DESC' | 'SMTP_SECURE_ASC' | 'SMTP_SECURE_DESC' | 'SMTP_USER_ASC' | 'SMTP_USER_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'WEBHOOK_SIGNING_SECRET_NAME_ASC' | 'WEBHOOK_SIGNING_SECRET_NAME_DESC';
100
+ /** Methods to use when ordering `PlatformEmailSiteIdentity`. */
101
+ export type PlatformEmailSiteIdentityOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'EMAIL_IDENTITY_ID_ASC' | 'EMAIL_IDENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SITE_ID_ASC' | 'SITE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
88
102
  /** Methods to use when ordering `PlatformManagedDomain`. */
89
103
  export type PlatformManagedDomainOrderBy = 'ALLOW_PUBLIC_USAGE_ASC' | 'ALLOW_PUBLIC_USAGE_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CERT_STATUS_ASC' | 'CERT_STATUS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DOMAIN_ASC' | 'DOMAIN_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_WILDCARD_ASC' | 'IS_WILDCARD_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TLS_READY_AT_ASC' | 'TLS_READY_AT_DESC' | 'TLS_STATUS_ASC' | 'TLS_STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VERIFICATION_STATUS_ASC' | 'VERIFICATION_STATUS_DESC' | 'VERIFIED_AT_ASC' | 'VERIFIED_AT_DESC';
90
104
  /** Methods to use when ordering `PlatformPage`. */
@@ -139,8 +153,6 @@ export type SiteThemeOrderBy = 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC' | 'CREATED_AT_
139
153
  export type SiteWebConfigOrderBy = 'CLEAN_URLS_ASC' | 'CLEAN_URLS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'INDEX_DOCUMENT_ASC' | 'INDEX_DOCUMENT_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SITE_ID_ASC' | 'SITE_ID_DESC' | 'SPA_FALLBACK_ASC' | 'SPA_FALLBACK_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
140
154
  /** Methods to use when ordering `SpatialRelation`. */
141
155
  export type SpatialRelationOrderBy = 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'FIELD_ID_ASC' | 'FIELD_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'OPERATOR_ASC' | 'OPERATOR_DESC' | 'PARAM_NAME_ASC' | 'PARAM_NAME_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'REF_FIELD_ID_ASC' | 'REF_FIELD_ID_DESC' | 'REF_TABLE_ID_ASC' | 'REF_TABLE_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
142
- /** Methods to use when ordering `SqlAction`. */
143
- export type SqlActionOrderBy = 'ACTION_ID_ASC' | 'ACTION_ID_DESC' | 'ACTION_NAME_ASC' | 'ACTION_NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CONTENT_ASC' | 'CONTENT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEPLOY_ASC' | 'DEPLOY_DESC' | 'DEPS_ASC' | 'DEPS_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PAYLOAD_ASC' | 'PAYLOAD_DESC' | 'REVERT_ASC' | 'REVERT_DESC' | 'VERIFY_ASC' | 'VERIFY_DESC';
144
156
  /** Methods to use when ordering `TableBehavior`. */
145
157
  export type TableBehaviorOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MODIFIER_ASC' | 'MODIFIER_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'SORT_ORDER_ASC' | 'SORT_ORDER_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
146
158
  /** Methods to use when ordering `TableGrant`. */
@@ -167,10 +179,6 @@ export type ViewRuleOrderBy = 'ACTION_ASC' | 'ACTION_DESC' | 'DATABASE_ID_ASC' |
167
179
  export type ViewTableOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'JOIN_ORDER_ASC' | 'JOIN_ORDER_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'VIEW_ID_ASC' | 'VIEW_ID_DESC';
168
180
  /** Methods to use when ordering `WebauthnSetting`. */
169
181
  export type WebauthnSettingOrderBy = 'ATTESTATION_TYPE_ASC' | 'ATTESTATION_TYPE_DESC' | 'CHALLENGE_EXPIRY_SECONDS_ASC' | 'CHALLENGE_EXPIRY_SECONDS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREDENTIALS_SCHEMA_ID_ASC' | 'CREDENTIALS_SCHEMA_ID_DESC' | 'CREDENTIALS_TABLE_ID_ASC' | 'CREDENTIALS_TABLE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'ORIGIN_ALLOWLIST_ASC' | 'ORIGIN_ALLOWLIST_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'REQUIRE_USER_VERIFICATION_ASC' | 'REQUIRE_USER_VERIFICATION_DESC' | 'RESIDENT_KEY_ASC' | 'RESIDENT_KEY_DESC' | 'RP_ID_ASC' | 'RP_ID_DESC' | 'RP_NAME_ASC' | 'RP_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SESSIONS_SCHEMA_ID_ASC' | 'SESSIONS_SCHEMA_ID_DESC' | 'SESSIONS_TABLE_ID_ASC' | 'SESSIONS_TABLE_ID_DESC' | 'SESSION_CREDENTIALS_TABLE_ID_ASC' | 'SESSION_CREDENTIALS_TABLE_ID_DESC' | 'SESSION_SECRETS_SCHEMA_ID_ASC' | 'SESSION_SECRETS_SCHEMA_ID_DESC' | 'SESSION_SECRETS_TABLE_ID_ASC' | 'SESSION_SECRETS_TABLE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'USER_FIELD_ID_ASC' | 'USER_FIELD_ID_DESC';
170
- export interface AcceptDatabaseTransferInput {
171
- clientMutationId?: string;
172
- transferId?: string;
173
- }
174
182
  /** A filter to be used against ApiExposureLevel fields. All fields are combined with a logical ‘and.’ */
175
183
  export interface ApiExposureLevelFilter {
176
184
  /** Not equal to the specified value, treating null like an ordinary value. */
@@ -196,12 +204,93 @@ export interface ApiExposureLevelFilter {
196
204
  /** Not included in the specified list. */
197
205
  notIn?: ApiExposureLevel[];
198
206
  }
207
+ /** A filter to be used against `Api` object types. All fields are combined with a logical ‘and.’ */
208
+ export interface ApiFilter {
209
+ /** Checks for all expressions in this list. */
210
+ and?: ApiFilter[];
211
+ /** Filter by the object’s `anonRole` field. */
212
+ anonRole?: StringFilter;
213
+ /** Filter by the object’s `apiSchemas` relation. */
214
+ apiSchemas?: ApiToManyApiSchemaFilter;
215
+ /** `apiSchemas` exist. */
216
+ apiSchemasExist?: boolean;
217
+ /** Filter by the object’s `apiSetting` relation. */
218
+ apiSetting?: ApiSettingFilter;
219
+ /** A related `apiSetting` exists. */
220
+ apiSettingExists?: boolean;
221
+ /** Filter by the object’s `config` field. */
222
+ config?: JSONFilter;
223
+ /** Filter by the object’s `corsSettings` relation. */
224
+ corsSettings?: ApiToManyCorsSettingFilter;
225
+ /** `corsSettings` exist. */
226
+ corsSettingsExist?: boolean;
227
+ /** Filter by the object’s `createdAt` field. */
228
+ createdAt?: DatetimeFilter;
229
+ /** Filter by the object’s `databaseId` field. */
230
+ databaseId?: UUIDFilter;
231
+ /** Filter by the object’s `dbname` field. */
232
+ dbname?: StringFilter;
233
+ /** Filter by the object’s `id` field. */
234
+ id?: UUIDFilter;
235
+ /** Filter by the object’s `isPublished` field. */
236
+ isPublished?: BooleanFilter;
237
+ /** Filter by the object’s `name` field. */
238
+ name?: StringFilter;
239
+ /** Negates the expression. */
240
+ not?: ApiFilter;
241
+ /** Checks for any expressions in this list. */
242
+ or?: ApiFilter[];
243
+ /** Filter by the object’s `roleName` field. */
244
+ roleName?: StringFilter;
245
+ /** Filter by the object’s `updatedAt` field. */
246
+ updatedAt?: DatetimeFilter;
247
+ }
248
+ /** An input for mutations affecting `Api` */
249
+ export interface ApiInput {
250
+ /** Anonymous role the API executes as */
251
+ anonRole?: string;
252
+ /** Module-specific configuration for this API surface */
253
+ config?: unknown;
254
+ createdAt?: string;
255
+ /** Database that owns this resource (database-scoped isolation) */
256
+ databaseId: string;
257
+ /** Database this API surface serves */
258
+ dbname?: string;
259
+ id?: string;
260
+ /** Whether other scopes may see and route to this API surface */
261
+ isPublished?: boolean;
262
+ /** Owner-local API surface name */
263
+ name: string;
264
+ /** Authenticated role the API executes as */
265
+ roleName?: string;
266
+ updatedAt?: string;
267
+ }
268
+ /** Represents an update to a `Api`. Fields that are set will be updated. */
269
+ export interface ApiPatch {
270
+ /** Anonymous role the API executes as */
271
+ anonRole?: string;
272
+ /** Module-specific configuration for this API surface */
273
+ config?: unknown;
274
+ createdAt?: string;
275
+ /** Database that owns this resource (database-scoped isolation) */
276
+ databaseId?: string;
277
+ /** Database this API surface serves */
278
+ dbname?: string;
279
+ id?: string;
280
+ /** Whether other scopes may see and route to this API surface */
281
+ isPublished?: boolean;
282
+ /** Owner-local API surface name */
283
+ name?: string;
284
+ /** Authenticated role the API executes as */
285
+ roleName?: string;
286
+ updatedAt?: string;
287
+ }
199
288
  /** A filter to be used against `ApiSchema` object types. All fields are combined with a logical ‘and.’ */
200
289
  export interface ApiSchemaFilter {
201
290
  /** Checks for all expressions in this list. */
202
291
  and?: ApiSchemaFilter[];
203
292
  /** Filter by the object’s `api` relation. */
204
- api?: ApisFilter;
293
+ api?: ApiFilter;
205
294
  /** Filter by the object’s `apiId` field. */
206
295
  apiId?: UUIDFilter;
207
296
  /** Filter by the object’s `createdAt` field. */
@@ -250,7 +339,7 @@ export interface ApiSettingFilter {
250
339
  /** Checks for all expressions in this list. */
251
340
  and?: ApiSettingFilter[];
252
341
  /** Filter by the object’s `api` relation. */
253
- api?: ApisFilter;
342
+ api?: ApiFilter;
254
343
  /** Filter by the object’s `apiId` field. */
255
344
  apiId?: UUIDFilter;
256
345
  /** Filter by the object’s `createdAt` field. */
@@ -370,32 +459,117 @@ export interface ApiSettingPatch {
370
459
  statementTimeoutMs?: string;
371
460
  updatedAt?: string;
372
461
  }
373
- /** A filter to be used against `Apis` object types. All fields are combined with a logical ‘and.’ */
374
- export interface ApisFilter {
462
+ /** A filter to be used against many `ApiSchema` object types. All fields are combined with a logical ‘and.’ */
463
+ export interface ApiToManyApiSchemaFilter {
464
+ /** Filters to entities where every related entity matches. */
465
+ every?: ApiSchemaFilter;
466
+ /** Filters to entities where no related entity matches. */
467
+ none?: ApiSchemaFilter;
468
+ /** Filters to entities where at least one related entity matches. */
469
+ some?: ApiSchemaFilter;
470
+ }
471
+ /** A filter to be used against many `CorsSetting` object types. All fields are combined with a logical ‘and.’ */
472
+ export interface ApiToManyCorsSettingFilter {
473
+ /** Filters to entities where every related entity matches. */
474
+ every?: CorsSettingFilter;
475
+ /** Filters to entities where no related entity matches. */
476
+ none?: CorsSettingFilter;
477
+ /** Filters to entities where at least one related entity matches. */
478
+ some?: CorsSettingFilter;
479
+ }
480
+ /** A filter to be used against `AppComponent` object types. All fields are combined with a logical ‘and.’ */
481
+ export interface AppComponentFilter {
375
482
  /** Checks for all expressions in this list. */
376
- and?: ApisFilter[];
377
- /** Filter by the object’s `anonRole` field. */
378
- anonRole?: StringFilter;
379
- /** Filter by the object’s `apiSchemasByApiId` relation. */
380
- apiSchemasByApiId?: ApisToManyApiSchemaFilter;
381
- /** `apiSchemasByApiId` exist. */
382
- apiSchemasByApiIdExist?: boolean;
383
- /** Filter by the object’s `apiSettingByApiId` relation. */
384
- apiSettingByApiId?: ApiSettingFilter;
385
- /** A related `apiSettingByApiId` exists. */
386
- apiSettingByApiIdExists?: boolean;
483
+ and?: AppComponentFilter[];
484
+ /** Filter by the object’s `app` relation. */
485
+ app?: AppFilter;
486
+ /** Filter by the object’s `appId` field. */
487
+ appId?: UUIDFilter;
488
+ /** Filter by the object’s `componentApiId` field. */
489
+ componentApiId?: UUIDFilter;
490
+ /** Filter by the object’s `componentDomainId` field. */
491
+ componentDomainId?: UUIDFilter;
492
+ /** Filter by the object’s `componentInstallationId` field. */
493
+ componentInstallationId?: UUIDFilter;
494
+ /** Filter by the object’s `componentSiteId` field. */
495
+ componentSiteId?: UUIDFilter;
496
+ /** Filter by the object’s `componentType` field. */
497
+ componentType?: StringFilter;
387
498
  /** Filter by the object’s `config` field. */
388
499
  config?: JSONFilter;
389
- /** Filter by the object’s `corsSettingsByApiId` relation. */
390
- corsSettingsByApiId?: ApisToManyCorsSettingFilter;
391
- /** `corsSettingsByApiId` exist. */
392
- corsSettingsByApiIdExist?: boolean;
393
500
  /** Filter by the object’s `createdAt` field. */
394
501
  createdAt?: DatetimeFilter;
395
502
  /** Filter by the object’s `databaseId` field. */
396
503
  databaseId?: UUIDFilter;
397
- /** Filter by the object’s `dbname` field. */
398
- dbname?: StringFilter;
504
+ /** Filter by the object’s `id` field. */
505
+ id?: UUIDFilter;
506
+ /** Negates the expression. */
507
+ not?: AppComponentFilter;
508
+ /** Checks for any expressions in this list. */
509
+ or?: AppComponentFilter[];
510
+ /** Filter by the object’s `updatedAt` field. */
511
+ updatedAt?: DatetimeFilter;
512
+ }
513
+ /** An input for mutations affecting `AppComponent` */
514
+ export interface AppComponentInput {
515
+ /** App this component belongs to */
516
+ appId: string;
517
+ /** Typed catalog api row of the component surface; must be owner-matched or visible cross-scope */
518
+ componentApiId?: string;
519
+ /** Typed catalog domain row of the component surface; must be owner-matched or visible cross-scope */
520
+ componentDomainId?: string;
521
+ /** Typed catalog resource installation row of the component release; must be owner-matched or visible cross-scope */
522
+ componentInstallationId?: string;
523
+ /** Typed catalog site row of the component surface; must be owner-matched or visible cross-scope */
524
+ componentSiteId?: string;
525
+ /** Which kind of catalog row this component binds (api, site, domain, installation) */
526
+ componentType?: string;
527
+ /** Component-specific configuration inside this app */
528
+ config?: unknown;
529
+ createdAt?: string;
530
+ /** Database that owns this resource (database-scoped isolation) */
531
+ databaseId: string;
532
+ id?: string;
533
+ updatedAt?: string;
534
+ }
535
+ /** Represents an update to a `AppComponent`. Fields that are set will be updated. */
536
+ export interface AppComponentPatch {
537
+ /** App this component belongs to */
538
+ appId?: string;
539
+ /** Typed catalog api row of the component surface; must be owner-matched or visible cross-scope */
540
+ componentApiId?: string;
541
+ /** Typed catalog domain row of the component surface; must be owner-matched or visible cross-scope */
542
+ componentDomainId?: string;
543
+ /** Typed catalog resource installation row of the component release; must be owner-matched or visible cross-scope */
544
+ componentInstallationId?: string;
545
+ /** Typed catalog site row of the component surface; must be owner-matched or visible cross-scope */
546
+ componentSiteId?: string;
547
+ /** Which kind of catalog row this component binds (api, site, domain, installation) */
548
+ componentType?: string;
549
+ /** Component-specific configuration inside this app */
550
+ config?: unknown;
551
+ createdAt?: string;
552
+ /** Database that owns this resource (database-scoped isolation) */
553
+ databaseId?: string;
554
+ id?: string;
555
+ updatedAt?: string;
556
+ }
557
+ /** A filter to be used against `App` object types. All fields are combined with a logical ‘and.’ */
558
+ export interface AppFilter {
559
+ /** Checks for all expressions in this list. */
560
+ and?: AppFilter[];
561
+ /** Filter by the object’s `appComponents` relation. */
562
+ appComponents?: AppToManyAppComponentFilter;
563
+ /** `appComponents` exist. */
564
+ appComponentsExist?: boolean;
565
+ /** Filter by the object’s `config` field. */
566
+ config?: JSONFilter;
567
+ /** Filter by the object’s `createdAt` field. */
568
+ createdAt?: DatetimeFilter;
569
+ /** Filter by the object’s `databaseId` field. */
570
+ databaseId?: UUIDFilter;
571
+ /** Filter by the object’s `description` field. */
572
+ description?: StringFilter;
399
573
  /** Filter by the object’s `id` field. */
400
574
  id?: UUIDFilter;
401
575
  /** Filter by the object’s `isPublished` field. */
@@ -403,71 +577,64 @@ export interface ApisFilter {
403
577
  /** Filter by the object’s `name` field. */
404
578
  name?: StringFilter;
405
579
  /** Negates the expression. */
406
- not?: ApisFilter;
580
+ not?: AppFilter;
407
581
  /** Checks for any expressions in this list. */
408
- or?: ApisFilter[];
409
- /** Filter by the object’s `roleName` field. */
410
- roleName?: StringFilter;
582
+ or?: AppFilter[];
583
+ /** Filter by the object’s `status` field. */
584
+ status?: StringFilter;
585
+ /** Filter by the object’s `title` field. */
586
+ title?: StringFilter;
411
587
  /** Filter by the object’s `updatedAt` field. */
412
588
  updatedAt?: DatetimeFilter;
413
589
  }
414
- /** An input for mutations affecting `Apis` */
415
- export interface ApisInput {
416
- /** Anonymous role the API executes as */
417
- anonRole?: string;
418
- /** Module-specific configuration for this API surface */
590
+ /** An input for mutations affecting `App` */
591
+ export interface AppInput {
592
+ /** Module-specific configuration for this app */
419
593
  config?: unknown;
420
594
  createdAt?: string;
421
595
  /** Database that owns this resource (database-scoped isolation) */
422
596
  databaseId: string;
423
- /** Database this API surface serves */
424
- dbname?: string;
597
+ /** Human-readable app description */
598
+ description?: string;
425
599
  id?: string;
426
- /** Whether other scopes may see and route to this API surface */
600
+ /** Whether other scopes may see and reference this app */
427
601
  isPublished?: boolean;
428
- /** Owner-local API surface name */
602
+ /** Owner-local app name */
429
603
  name: string;
430
- /** Authenticated role the API executes as */
431
- roleName?: string;
604
+ /** App lifecycle status: active, suspended, archived */
605
+ status?: string;
606
+ /** Human-readable app title */
607
+ title?: string;
432
608
  updatedAt?: string;
433
609
  }
434
- /** Represents an update to a `Apis`. Fields that are set will be updated. */
435
- export interface ApisPatch {
436
- /** Anonymous role the API executes as */
437
- anonRole?: string;
438
- /** Module-specific configuration for this API surface */
610
+ /** Represents an update to a `App`. Fields that are set will be updated. */
611
+ export interface AppPatch {
612
+ /** Module-specific configuration for this app */
439
613
  config?: unknown;
440
614
  createdAt?: string;
441
615
  /** Database that owns this resource (database-scoped isolation) */
442
616
  databaseId?: string;
443
- /** Database this API surface serves */
444
- dbname?: string;
617
+ /** Human-readable app description */
618
+ description?: string;
445
619
  id?: string;
446
- /** Whether other scopes may see and route to this API surface */
620
+ /** Whether other scopes may see and reference this app */
447
621
  isPublished?: boolean;
448
- /** Owner-local API surface name */
622
+ /** Owner-local app name */
449
623
  name?: string;
450
- /** Authenticated role the API executes as */
451
- roleName?: string;
624
+ /** App lifecycle status: active, suspended, archived */
625
+ status?: string;
626
+ /** Human-readable app title */
627
+ title?: string;
452
628
  updatedAt?: string;
453
629
  }
454
- /** A filter to be used against many `ApiSchema` object types. All fields are combined with a logical ‘and.’ */
455
- export interface ApisToManyApiSchemaFilter {
630
+ /** A filter to be used against many `AppComponent` object types. All fields are combined with a logical ‘and.’ */
631
+ export interface AppToManyAppComponentFilter {
456
632
  /** Filters to entities where every related entity matches. */
457
- every?: ApiSchemaFilter;
633
+ every?: AppComponentFilter;
458
634
  /** Filters to entities where no related entity matches. */
459
- none?: ApiSchemaFilter;
635
+ none?: AppComponentFilter;
460
636
  /** Filters to entities where at least one related entity matches. */
461
- some?: ApiSchemaFilter;
462
- }
463
- /** A filter to be used against many `CorsSetting` object types. All fields are combined with a logical ‘and.’ */
464
- export interface ApisToManyCorsSettingFilter {
465
- /** Filters to entities where every related entity matches. */
466
- every?: CorsSettingFilter;
467
- /** Filters to entities where no related entity matches. */
468
- none?: CorsSettingFilter;
469
- /** Filters to entities where at least one related entity matches. */
470
- some?: CorsSettingFilter;
637
+ some?: AppComponentFilter;
471
638
  }
472
639
  export interface ApplyRlsInput {
473
640
  clientMutationId?: string;
@@ -479,44 +646,28 @@ export interface ApplyRlsInput {
479
646
  tableId?: string;
480
647
  vars?: unknown;
481
648
  }
482
- /** A filter to be used against `AstMigration` object types. All fields are combined with a logical ‘and.’ */
483
- export interface AstMigrationFilter {
484
- /** Filter by the object’s `actionId` field. */
485
- actionId?: UUIDFilter;
486
- /** Filter by the object’s `actionName` field. */
487
- actionName?: StringFilter;
488
- /** Filter by the object’s `actorId` field. */
489
- actorId?: UUIDFilter;
490
- /** Checks for all expressions in this list. */
491
- and?: AstMigrationFilter[];
492
- /** Filter by the object’s `createdAt` field. */
493
- createdAt?: DatetimeFilter;
494
- /** Filter by the object’s `databaseId` field. */
495
- databaseId?: UUIDFilter;
496
- /** Filter by the object’s `deploy` field. */
497
- deploy?: JSONFilter;
498
- /** Filter by the object’s `deploys` field. */
499
- deploys?: StringFilter;
500
- /** Filter by the object’s `id` field. */
501
- id?: IntFilter;
502
- /** Filter by the object’s `name` field. */
503
- name?: StringFilter;
504
- /** Negates the expression. */
505
- not?: AstMigrationFilter;
506
- /** Checks for any expressions in this list. */
507
- or?: AstMigrationFilter[];
508
- /** Filter by the object’s `payload` field. */
509
- payload?: JSONFilter;
510
- /** Filter by the object’s `requires` field. */
511
- requires?: StringListFilter;
512
- /** Filter by the object’s `revert` field. */
513
- revert?: JSONFilter;
514
- /** Filter by the object’s `verify` field. */
515
- verify?: JSONFilter;
649
+ export interface AppsInstallAppInput {
650
+ apex?: string;
651
+ clientMutationId?: string;
652
+ config?: unknown;
653
+ definitionIds?: string[];
654
+ hostname?: string;
655
+ label?: string;
656
+ name?: string;
657
+ namespaceId?: string;
658
+ params?: unknown;
659
+ routePath?: string;
660
+ slug?: string;
661
+ title?: string;
662
+ }
663
+ export interface AppsUninstallAppInput {
664
+ clientMutationId?: string;
665
+ targetAppId?: string;
516
666
  }
517
- export interface CancelDatabaseTransferInput {
667
+ export interface AppsUpgradeAppInput {
518
668
  clientMutationId?: string;
519
- transferId?: string;
669
+ newParams?: unknown;
670
+ targetAppId?: string;
520
671
  }
521
672
  /** A filter to be used against `CheckConstraint` object types. All fields are combined with a logical ‘and.’ */
522
673
  export interface CheckConstraintFilter {
@@ -694,7 +845,7 @@ export interface CorsSettingFilter {
694
845
  /** Checks for all expressions in this list. */
695
846
  and?: CorsSettingFilter[];
696
847
  /** Filter by the object’s `api` relation. */
697
- api?: ApisFilter;
848
+ api?: ApiFilter;
698
849
  /** A related `api` exists. */
699
850
  apiExists?: boolean;
700
851
  /** Filter by the object’s `apiId` field. */
@@ -736,6 +887,11 @@ export interface CorsSettingPatch {
736
887
  id?: string;
737
888
  updatedAt?: string;
738
889
  }
890
+ export interface CreateApiInput {
891
+ /** The `Api` to be created by this mutation. */
892
+ api: ApiInput;
893
+ clientMutationId?: string;
894
+ }
739
895
  export interface CreateApiSchemaInput {
740
896
  /** The `ApiSchema` to be created by this mutation. */
741
897
  apiSchema: ApiSchemaInput;
@@ -746,9 +902,14 @@ export interface CreateApiSettingInput {
746
902
  apiSetting: ApiSettingInput;
747
903
  clientMutationId?: string;
748
904
  }
749
- export interface CreateApisInput {
750
- /** The `Apis` to be created by this mutation. */
751
- apis: ApisInput;
905
+ export interface CreateAppComponentInput {
906
+ /** The `AppComponent` to be created by this mutation. */
907
+ appComponent: AppComponentInput;
908
+ clientMutationId?: string;
909
+ }
910
+ export interface CreateAppInput {
911
+ /** The `App` to be created by this mutation. */
912
+ app: AppInput;
752
913
  clientMutationId?: string;
753
914
  }
754
915
  export interface CreateCheckConstraintInput {
@@ -811,6 +972,21 @@ export interface CreateDomainVerificationInput {
811
972
  /** The `DomainVerification` to be created by this mutation. */
812
973
  domainVerification: DomainVerificationInput;
813
974
  }
975
+ export interface CreateEmailIdentityInput {
976
+ clientMutationId?: string;
977
+ /** The `EmailIdentity` to be created by this mutation. */
978
+ emailIdentity: EmailIdentityInput;
979
+ }
980
+ export interface CreateEmailProviderAccountInput {
981
+ clientMutationId?: string;
982
+ /** The `EmailProviderAccount` to be created by this mutation. */
983
+ emailProviderAccount: EmailProviderAccountInput;
984
+ }
985
+ export interface CreateEmailSiteIdentityInput {
986
+ clientMutationId?: string;
987
+ /** The `EmailSiteIdentity` to be created by this mutation. */
988
+ emailSiteIdentity: EmailSiteIdentityInput;
989
+ }
814
990
  export interface CreateEmbeddingChunkInput {
815
991
  clientMutationId?: string;
816
992
  /** The `EmbeddingChunk` to be created by this mutation. */
@@ -891,6 +1067,11 @@ export interface CreatePartitionInput {
891
1067
  /** The `Partition` to be created by this mutation. */
892
1068
  partition: PartitionInput;
893
1069
  }
1070
+ export interface CreatePlatformApiInput {
1071
+ clientMutationId?: string;
1072
+ /** The `PlatformApi` to be created by this mutation. */
1073
+ platformApi: PlatformApiInput;
1074
+ }
894
1075
  export interface CreatePlatformApiSchemaInput {
895
1076
  clientMutationId?: string;
896
1077
  /** The `PlatformApiSchema` to be created by this mutation. */
@@ -901,11 +1082,6 @@ export interface CreatePlatformApiSettingInput {
901
1082
  /** The `PlatformApiSetting` to be created by this mutation. */
902
1083
  platformApiSetting: PlatformApiSettingInput;
903
1084
  }
904
- export interface CreatePlatformApisInput {
905
- clientMutationId?: string;
906
- /** The `PlatformApis` to be created by this mutation. */
907
- platformApis: PlatformApisInput;
908
- }
909
1085
  export interface CreatePlatformCorsSettingInput {
910
1086
  clientMutationId?: string;
911
1087
  /** The `PlatformCorsSetting` to be created by this mutation. */
@@ -926,6 +1102,21 @@ export interface CreatePlatformDomainVerificationInput {
926
1102
  /** The `PlatformDomainVerification` to be created by this mutation. */
927
1103
  platformDomainVerification: PlatformDomainVerificationInput;
928
1104
  }
1105
+ export interface CreatePlatformEmailIdentityInput {
1106
+ clientMutationId?: string;
1107
+ /** The `PlatformEmailIdentity` to be created by this mutation. */
1108
+ platformEmailIdentity: PlatformEmailIdentityInput;
1109
+ }
1110
+ export interface CreatePlatformEmailProviderAccountInput {
1111
+ clientMutationId?: string;
1112
+ /** The `PlatformEmailProviderAccount` to be created by this mutation. */
1113
+ platformEmailProviderAccount: PlatformEmailProviderAccountInput;
1114
+ }
1115
+ export interface CreatePlatformEmailSiteIdentityInput {
1116
+ clientMutationId?: string;
1117
+ /** The `PlatformEmailSiteIdentity` to be created by this mutation. */
1118
+ platformEmailSiteIdentity: PlatformEmailSiteIdentityInput;
1119
+ }
929
1120
  export interface CreatePlatformManagedDomainInput {
930
1121
  clientMutationId?: string;
931
1122
  /** The `PlatformManagedDomain` to be created by this mutation. */
@@ -1864,6 +2055,10 @@ export interface DefaultPrivilegePatch {
1864
2055
  privilege?: string;
1865
2056
  schemaId?: string;
1866
2057
  }
2058
+ export interface DeleteApiInput {
2059
+ clientMutationId?: string;
2060
+ id: string;
2061
+ }
1867
2062
  export interface DeleteApiSchemaInput {
1868
2063
  clientMutationId?: string;
1869
2064
  id: string;
@@ -1872,7 +2067,11 @@ export interface DeleteApiSettingInput {
1872
2067
  clientMutationId?: string;
1873
2068
  id: string;
1874
2069
  }
1875
- export interface DeleteApisInput {
2070
+ export interface DeleteAppComponentInput {
2071
+ clientMutationId?: string;
2072
+ id: string;
2073
+ }
2074
+ export interface DeleteAppInput {
1876
2075
  clientMutationId?: string;
1877
2076
  id: string;
1878
2077
  }
@@ -1924,6 +2123,18 @@ export interface DeleteDomainVerificationInput {
1924
2123
  clientMutationId?: string;
1925
2124
  id: string;
1926
2125
  }
2126
+ export interface DeleteEmailIdentityInput {
2127
+ clientMutationId?: string;
2128
+ id: string;
2129
+ }
2130
+ export interface DeleteEmailProviderAccountInput {
2131
+ clientMutationId?: string;
2132
+ id: string;
2133
+ }
2134
+ export interface DeleteEmailSiteIdentityInput {
2135
+ clientMutationId?: string;
2136
+ id: string;
2137
+ }
1927
2138
  export interface DeleteEmbeddingChunkInput {
1928
2139
  clientMutationId?: string;
1929
2140
  id: string;
@@ -1989,15 +2200,15 @@ export interface DeletePartitionInput {
1989
2200
  clientMutationId?: string;
1990
2201
  id: string;
1991
2202
  }
1992
- export interface DeletePlatformApiSchemaInput {
2203
+ export interface DeletePlatformApiInput {
1993
2204
  clientMutationId?: string;
1994
2205
  id: string;
1995
2206
  }
1996
- export interface DeletePlatformApiSettingInput {
2207
+ export interface DeletePlatformApiSchemaInput {
1997
2208
  clientMutationId?: string;
1998
2209
  id: string;
1999
2210
  }
2000
- export interface DeletePlatformApisInput {
2211
+ export interface DeletePlatformApiSettingInput {
2001
2212
  clientMutationId?: string;
2002
2213
  id: string;
2003
2214
  }
@@ -2017,6 +2228,18 @@ export interface DeletePlatformDomainVerificationInput {
2017
2228
  clientMutationId?: string;
2018
2229
  id: string;
2019
2230
  }
2231
+ export interface DeletePlatformEmailIdentityInput {
2232
+ clientMutationId?: string;
2233
+ id: string;
2234
+ }
2235
+ export interface DeletePlatformEmailProviderAccountInput {
2236
+ clientMutationId?: string;
2237
+ id: string;
2238
+ }
2239
+ export interface DeletePlatformEmailSiteIdentityInput {
2240
+ clientMutationId?: string;
2241
+ id: string;
2242
+ }
2020
2243
  export interface DeletePlatformManagedDomainInput {
2021
2244
  clientMutationId?: string;
2022
2245
  id: string;
@@ -2663,6 +2886,277 @@ export interface DomainsAssignSubdomainInput {
2663
2886
  label?: string;
2664
2887
  maxAttempts?: number;
2665
2888
  }
2889
+ /** A filter to be used against `EmailIdentity` object types. All fields are combined with a logical ‘and.’ */
2890
+ export interface EmailIdentityFilter {
2891
+ /** Checks for all expressions in this list. */
2892
+ and?: EmailIdentityFilter[];
2893
+ /** Filter by the object’s `createdAt` field. */
2894
+ createdAt?: DatetimeFilter;
2895
+ /** Filter by the object’s `databaseId` field. */
2896
+ databaseId?: UUIDFilter;
2897
+ /** Filter by the object’s `emailSiteIdentities` relation. */
2898
+ emailSiteIdentities?: EmailIdentityToManyEmailSiteIdentityFilter;
2899
+ /** `emailSiteIdentities` exist. */
2900
+ emailSiteIdentitiesExist?: boolean;
2901
+ /** Filter by the object’s `fromAddress` field. */
2902
+ fromAddress?: StringFilter;
2903
+ /** Filter by the object’s `fromName` field. */
2904
+ fromName?: StringFilter;
2905
+ /** Filter by the object’s `id` field. */
2906
+ id?: UUIDFilter;
2907
+ /** Filter by the object’s `isActive` field. */
2908
+ isActive?: BooleanFilter;
2909
+ /** Filter by the object’s `isDefault` field. */
2910
+ isDefault?: BooleanFilter;
2911
+ /** Filter by the object’s `name` field. */
2912
+ name?: StringFilter;
2913
+ /** Negates the expression. */
2914
+ not?: EmailIdentityFilter;
2915
+ /** Checks for any expressions in this list. */
2916
+ or?: EmailIdentityFilter[];
2917
+ /** Filter by the object’s `providerAccount` relation. */
2918
+ providerAccount?: EmailProviderAccountFilter;
2919
+ /** A related `providerAccount` exists. */
2920
+ providerAccountExists?: boolean;
2921
+ /** Filter by the object’s `providerAccountId` field. */
2922
+ providerAccountId?: UUIDFilter;
2923
+ /** Filter by the object’s `replyToAddress` field. */
2924
+ replyToAddress?: StringFilter;
2925
+ /** Filter by the object’s `supportAddress` field. */
2926
+ supportAddress?: StringFilter;
2927
+ /** Filter by the object’s `transportMode` field. */
2928
+ transportMode?: StringFilter;
2929
+ /** Filter by the object’s `updatedAt` field. */
2930
+ updatedAt?: DatetimeFilter;
2931
+ }
2932
+ /** An input for mutations affecting `EmailIdentity` */
2933
+ export interface EmailIdentityInput {
2934
+ createdAt?: string;
2935
+ /** Database that owns this resource (database-scoped isolation) */
2936
+ databaseId: string;
2937
+ /** Envelope/header From address, lower-case. Must be accepted by the sending account at the provider. */
2938
+ fromAddress: string;
2939
+ /** Display name shown beside the from address */
2940
+ fromName?: string;
2941
+ id?: string;
2942
+ /** Whether this identity may be resolved for a send */
2943
+ isActive?: boolean;
2944
+ /** The scope default identity, used when no site binding resolves. At most one per scope key. */
2945
+ isDefault?: boolean;
2946
+ /** Operator-facing name for this identity (e.g. transactional, support) */
2947
+ name: string;
2948
+ /** Same-scope provider account this identity sends through. Required for transport_mode = own, NULL for platform_shared. */
2949
+ providerAccountId?: string;
2950
+ /** Reply-To address when replies should not go to the from address */
2951
+ replyToAddress?: string;
2952
+ /** Support address rendered in message bodies and footers */
2953
+ supportAddress?: string;
2954
+ /** own = send through provider_account_id in this scope; platform_shared = send through the platform installation's shared account, an explicit recorded choice and never an implicit fallback */
2955
+ transportMode?: string;
2956
+ updatedAt?: string;
2957
+ }
2958
+ /** Represents an update to a `EmailIdentity`. Fields that are set will be updated. */
2959
+ export interface EmailIdentityPatch {
2960
+ createdAt?: string;
2961
+ /** Database that owns this resource (database-scoped isolation) */
2962
+ databaseId?: string;
2963
+ /** Envelope/header From address, lower-case. Must be accepted by the sending account at the provider. */
2964
+ fromAddress?: string;
2965
+ /** Display name shown beside the from address */
2966
+ fromName?: string;
2967
+ id?: string;
2968
+ /** Whether this identity may be resolved for a send */
2969
+ isActive?: boolean;
2970
+ /** The scope default identity, used when no site binding resolves. At most one per scope key. */
2971
+ isDefault?: boolean;
2972
+ /** Operator-facing name for this identity (e.g. transactional, support) */
2973
+ name?: string;
2974
+ /** Same-scope provider account this identity sends through. Required for transport_mode = own, NULL for platform_shared. */
2975
+ providerAccountId?: string;
2976
+ /** Reply-To address when replies should not go to the from address */
2977
+ replyToAddress?: string;
2978
+ /** Support address rendered in message bodies and footers */
2979
+ supportAddress?: string;
2980
+ /** own = send through provider_account_id in this scope; platform_shared = send through the platform installation's shared account, an explicit recorded choice and never an implicit fallback */
2981
+ transportMode?: string;
2982
+ updatedAt?: string;
2983
+ }
2984
+ /** A filter to be used against many `EmailSiteIdentity` object types. All fields are combined with a logical ‘and.’ */
2985
+ export interface EmailIdentityToManyEmailSiteIdentityFilter {
2986
+ /** Filters to entities where every related entity matches. */
2987
+ every?: EmailSiteIdentityFilter;
2988
+ /** Filters to entities where no related entity matches. */
2989
+ none?: EmailSiteIdentityFilter;
2990
+ /** Filters to entities where at least one related entity matches. */
2991
+ some?: EmailSiteIdentityFilter;
2992
+ }
2993
+ /** A filter to be used against `EmailProviderAccount` object types. All fields are combined with a logical ‘and.’ */
2994
+ export interface EmailProviderAccountFilter {
2995
+ /** Checks for all expressions in this list. */
2996
+ and?: EmailProviderAccountFilter[];
2997
+ /** Filter by the object’s `apiBaseUrl` field. */
2998
+ apiBaseUrl?: StringFilter;
2999
+ /** Filter by the object’s `createdAt` field. */
3000
+ createdAt?: DatetimeFilter;
3001
+ /** Filter by the object’s `credentialsSecretName` field. */
3002
+ credentialsSecretName?: StringFilter;
3003
+ /** Filter by the object’s `databaseId` field. */
3004
+ databaseId?: UUIDFilter;
3005
+ /** Filter by the object’s `emailIdentitiesByProviderAccountId` relation. */
3006
+ emailIdentitiesByProviderAccountId?: EmailProviderAccountToManyEmailIdentityFilter;
3007
+ /** `emailIdentitiesByProviderAccountId` exist. */
3008
+ emailIdentitiesByProviderAccountIdExist?: boolean;
3009
+ /** Filter by the object’s `id` field. */
3010
+ id?: UUIDFilter;
3011
+ /** Filter by the object’s `isActive` field. */
3012
+ isActive?: BooleanFilter;
3013
+ /** Filter by the object’s `name` field. */
3014
+ name?: StringFilter;
3015
+ /** Negates the expression. */
3016
+ not?: EmailProviderAccountFilter;
3017
+ /** Checks for any expressions in this list. */
3018
+ or?: EmailProviderAccountFilter[];
3019
+ /** Filter by the object’s `provider` field. */
3020
+ provider?: StringFilter;
3021
+ /** Filter by the object’s `providerAccountName` field. */
3022
+ providerAccountName?: StringFilter;
3023
+ /** Filter by the object’s `region` field. */
3024
+ region?: StringFilter;
3025
+ /** Filter by the object’s `smtpHost` field. */
3026
+ smtpHost?: StringFilter;
3027
+ /** Filter by the object’s `smtpPort` field. */
3028
+ smtpPort?: IntFilter;
3029
+ /** Filter by the object’s `smtpSecure` field. */
3030
+ smtpSecure?: BooleanFilter;
3031
+ /** Filter by the object’s `smtpUser` field. */
3032
+ smtpUser?: StringFilter;
3033
+ /** Filter by the object’s `updatedAt` field. */
3034
+ updatedAt?: DatetimeFilter;
3035
+ /** Filter by the object’s `webhookSigningSecretName` field. */
3036
+ webhookSigningSecretName?: StringFilter;
3037
+ }
3038
+ /** An input for mutations affecting `EmailProviderAccount` */
3039
+ export interface EmailProviderAccountInput {
3040
+ /** Provider API base URL when it is not the provider default (e.g. Mailgun EU) */
3041
+ apiBaseUrl?: string;
3042
+ createdAt?: string;
3043
+ /** Name of the secret holding this account's API key or SMTP password. The value is resolved from the secret store at send time (realm = this row's id) and is never stored here. */
3044
+ credentialsSecretName: string;
3045
+ /** Database that owns this resource (database-scoped isolation) */
3046
+ databaseId: string;
3047
+ id?: string;
3048
+ /** Whether identities may send through this account. Disabling one row stops every identity that references it. */
3049
+ isActive?: boolean;
3050
+ /** Operator-facing name for this account (e.g. transactional, marketing) */
3051
+ name: string;
3052
+ /** integration_providers.slug of the provider this account is at (mailgun, ses, postmark, smtp), matched by string not by FK */
3053
+ provider: string;
3054
+ /** Account identifier at the provider — the Mailgun sending domain, the SES verified identity, the Postmark server name */
3055
+ providerAccountName?: string;
3056
+ /** Provider region for region-addressed providers (e.g. SES us-east-1) */
3057
+ region?: string;
3058
+ /** SMTP host (provider = smtp, or a provider addressed over SMTP) */
3059
+ smtpHost?: string;
3060
+ /** SMTP port */
3061
+ smtpPort?: number;
3062
+ /** Whether the SMTP connection uses implicit TLS */
3063
+ smtpSecure?: boolean;
3064
+ /** SMTP username; the password is a secret, addressed by credentials_secret_name */
3065
+ smtpUser?: string;
3066
+ updatedAt?: string;
3067
+ /** Name of the secret used to verify this provider's delivery/bounce webhooks. Name only; the value stays in the secret store. */
3068
+ webhookSigningSecretName?: string;
3069
+ }
3070
+ /** Represents an update to a `EmailProviderAccount`. Fields that are set will be updated. */
3071
+ export interface EmailProviderAccountPatch {
3072
+ /** Provider API base URL when it is not the provider default (e.g. Mailgun EU) */
3073
+ apiBaseUrl?: string;
3074
+ createdAt?: string;
3075
+ /** Name of the secret holding this account's API key or SMTP password. The value is resolved from the secret store at send time (realm = this row's id) and is never stored here. */
3076
+ credentialsSecretName?: string;
3077
+ /** Database that owns this resource (database-scoped isolation) */
3078
+ databaseId?: string;
3079
+ id?: string;
3080
+ /** Whether identities may send through this account. Disabling one row stops every identity that references it. */
3081
+ isActive?: boolean;
3082
+ /** Operator-facing name for this account (e.g. transactional, marketing) */
3083
+ name?: string;
3084
+ /** integration_providers.slug of the provider this account is at (mailgun, ses, postmark, smtp), matched by string not by FK */
3085
+ provider?: string;
3086
+ /** Account identifier at the provider — the Mailgun sending domain, the SES verified identity, the Postmark server name */
3087
+ providerAccountName?: string;
3088
+ /** Provider region for region-addressed providers (e.g. SES us-east-1) */
3089
+ region?: string;
3090
+ /** SMTP host (provider = smtp, or a provider addressed over SMTP) */
3091
+ smtpHost?: string;
3092
+ /** SMTP port */
3093
+ smtpPort?: number;
3094
+ /** Whether the SMTP connection uses implicit TLS */
3095
+ smtpSecure?: boolean;
3096
+ /** SMTP username; the password is a secret, addressed by credentials_secret_name */
3097
+ smtpUser?: string;
3098
+ updatedAt?: string;
3099
+ /** Name of the secret used to verify this provider's delivery/bounce webhooks. Name only; the value stays in the secret store. */
3100
+ webhookSigningSecretName?: string;
3101
+ }
3102
+ /** A filter to be used against many `EmailIdentity` object types. All fields are combined with a logical ‘and.’ */
3103
+ export interface EmailProviderAccountToManyEmailIdentityFilter {
3104
+ /** Filters to entities where every related entity matches. */
3105
+ every?: EmailIdentityFilter;
3106
+ /** Filters to entities where no related entity matches. */
3107
+ none?: EmailIdentityFilter;
3108
+ /** Filters to entities where at least one related entity matches. */
3109
+ some?: EmailIdentityFilter;
3110
+ }
3111
+ /** A filter to be used against `EmailSiteIdentity` object types. All fields are combined with a logical ‘and.’ */
3112
+ export interface EmailSiteIdentityFilter {
3113
+ /** Checks for all expressions in this list. */
3114
+ and?: EmailSiteIdentityFilter[];
3115
+ /** Filter by the object’s `createdAt` field. */
3116
+ createdAt?: DatetimeFilter;
3117
+ /** Filter by the object’s `databaseId` field. */
3118
+ databaseId?: UUIDFilter;
3119
+ /** Filter by the object’s `emailIdentity` relation. */
3120
+ emailIdentity?: EmailIdentityFilter;
3121
+ /** Filter by the object’s `emailIdentityId` field. */
3122
+ emailIdentityId?: UUIDFilter;
3123
+ /** Filter by the object’s `id` field. */
3124
+ id?: UUIDFilter;
3125
+ /** Negates the expression. */
3126
+ not?: EmailSiteIdentityFilter;
3127
+ /** Checks for any expressions in this list. */
3128
+ or?: EmailSiteIdentityFilter[];
3129
+ /** Filter by the object’s `site` relation. */
3130
+ site?: SiteFilter;
3131
+ /** Filter by the object’s `siteId` field. */
3132
+ siteId?: UUIDFilter;
3133
+ /** Filter by the object’s `updatedAt` field. */
3134
+ updatedAt?: DatetimeFilter;
3135
+ }
3136
+ /** An input for mutations affecting `EmailSiteIdentity` */
3137
+ export interface EmailSiteIdentityInput {
3138
+ createdAt?: string;
3139
+ /** Database that owns this resource (database-scoped isolation) */
3140
+ databaseId: string;
3141
+ /** Identity this site sends as */
3142
+ emailIdentityId: string;
3143
+ id?: string;
3144
+ /** Site whose mail is sent as the bound identity */
3145
+ siteId: string;
3146
+ updatedAt?: string;
3147
+ }
3148
+ /** Represents an update to a `EmailSiteIdentity`. Fields that are set will be updated. */
3149
+ export interface EmailSiteIdentityPatch {
3150
+ createdAt?: string;
3151
+ /** Database that owns this resource (database-scoped isolation) */
3152
+ databaseId?: string;
3153
+ /** Identity this site sends as */
3154
+ emailIdentityId?: string;
3155
+ id?: string;
3156
+ /** Site whose mail is sent as the bound identity */
3157
+ siteId?: string;
3158
+ updatedAt?: string;
3159
+ }
2666
3160
  /** A filter to be used against `EmbeddingChunk` object types. All fields are combined with a logical ‘and.’ */
2667
3161
  export interface EmbeddingChunkFilter {
2668
3162
  /** Checks for all expressions in this list. */
@@ -3975,12 +4469,87 @@ export interface PartitionPatch {
3975
4469
  tableId?: string;
3976
4470
  updatedAt?: string;
3977
4471
  }
4472
+ /** A filter to be used against `PlatformApi` object types. All fields are combined with a logical ‘and.’ */
4473
+ export interface PlatformApiFilter {
4474
+ /** Checks for all expressions in this list. */
4475
+ and?: PlatformApiFilter[];
4476
+ /** Filter by the object’s `anonRole` field. */
4477
+ anonRole?: StringFilter;
4478
+ /** Filter by the object’s `config` field. */
4479
+ config?: JSONFilter;
4480
+ /** Filter by the object’s `createdAt` field. */
4481
+ createdAt?: DatetimeFilter;
4482
+ /** Filter by the object’s `dbname` field. */
4483
+ dbname?: StringFilter;
4484
+ /** Filter by the object’s `id` field. */
4485
+ id?: UUIDFilter;
4486
+ /** Filter by the object’s `isPublished` field. */
4487
+ isPublished?: BooleanFilter;
4488
+ /** Filter by the object’s `name` field. */
4489
+ name?: StringFilter;
4490
+ /** Negates the expression. */
4491
+ not?: PlatformApiFilter;
4492
+ /** Checks for any expressions in this list. */
4493
+ or?: PlatformApiFilter[];
4494
+ /** Filter by the object’s `platformApiSchemasByApiId` relation. */
4495
+ platformApiSchemasByApiId?: PlatformApiToManyPlatformApiSchemaFilter;
4496
+ /** `platformApiSchemasByApiId` exist. */
4497
+ platformApiSchemasByApiIdExist?: boolean;
4498
+ /** Filter by the object’s `platformApiSettingByApiId` relation. */
4499
+ platformApiSettingByApiId?: PlatformApiSettingFilter;
4500
+ /** A related `platformApiSettingByApiId` exists. */
4501
+ platformApiSettingByApiIdExists?: boolean;
4502
+ /** Filter by the object’s `platformCorsSettingByApiId` relation. */
4503
+ platformCorsSettingByApiId?: PlatformCorsSettingFilter;
4504
+ /** A related `platformCorsSettingByApiId` exists. */
4505
+ platformCorsSettingByApiIdExists?: boolean;
4506
+ /** Filter by the object’s `roleName` field. */
4507
+ roleName?: StringFilter;
4508
+ /** Filter by the object’s `updatedAt` field. */
4509
+ updatedAt?: DatetimeFilter;
4510
+ }
4511
+ /** An input for mutations affecting `PlatformApi` */
4512
+ export interface PlatformApiInput {
4513
+ /** Anonymous role the API executes as */
4514
+ anonRole?: string;
4515
+ /** Module-specific configuration for this API surface */
4516
+ config?: unknown;
4517
+ createdAt?: string;
4518
+ /** Database this API surface serves */
4519
+ dbname?: string;
4520
+ id?: string;
4521
+ /** Whether other scopes may see and route to this API surface */
4522
+ isPublished?: boolean;
4523
+ /** Owner-local API surface name */
4524
+ name: string;
4525
+ /** Authenticated role the API executes as */
4526
+ roleName?: string;
4527
+ updatedAt?: string;
4528
+ }
4529
+ /** Represents an update to a `PlatformApi`. Fields that are set will be updated. */
4530
+ export interface PlatformApiPatch {
4531
+ /** Anonymous role the API executes as */
4532
+ anonRole?: string;
4533
+ /** Module-specific configuration for this API surface */
4534
+ config?: unknown;
4535
+ createdAt?: string;
4536
+ /** Database this API surface serves */
4537
+ dbname?: string;
4538
+ id?: string;
4539
+ /** Whether other scopes may see and route to this API surface */
4540
+ isPublished?: boolean;
4541
+ /** Owner-local API surface name */
4542
+ name?: string;
4543
+ /** Authenticated role the API executes as */
4544
+ roleName?: string;
4545
+ updatedAt?: string;
4546
+ }
3978
4547
  /** A filter to be used against `PlatformApiSchema` object types. All fields are combined with a logical ‘and.’ */
3979
4548
  export interface PlatformApiSchemaFilter {
3980
4549
  /** Checks for all expressions in this list. */
3981
4550
  and?: PlatformApiSchemaFilter[];
3982
4551
  /** Filter by the object’s `api` relation. */
3983
- api?: PlatformApisFilter;
4552
+ api?: PlatformApiFilter;
3984
4553
  /** Filter by the object’s `apiId` field. */
3985
4554
  apiId?: UUIDFilter;
3986
4555
  /** Filter by the object’s `createdAt` field. */
@@ -4023,7 +4592,7 @@ export interface PlatformApiSettingFilter {
4023
4592
  /** Checks for all expressions in this list. */
4024
4593
  and?: PlatformApiSettingFilter[];
4025
4594
  /** Filter by the object’s `api` relation. */
4026
- api?: PlatformApisFilter;
4595
+ api?: PlatformApiFilter;
4027
4596
  /** Filter by the object’s `apiId` field. */
4028
4597
  apiId?: UUIDFilter;
4029
4598
  /** Filter by the object’s `createdAt` field. */
@@ -4113,107 +4682,32 @@ export interface PlatformApiSettingPatch {
4113
4682
  /** Override: enable connection filter (NULL = inherit from database_settings) */
4114
4683
  enableConnectionFilter?: boolean;
4115
4684
  /** Override: enable direct (multipart) file uploads (NULL = inherit from database_settings) */
4116
- enableDirectUploads?: boolean;
4117
- /** Override: enable internationalization plugin (NULL = inherit from database_settings) */
4118
- enableI18N?: boolean;
4119
- /** Override: enable LLM/AI integration features (NULL = inherit from database_settings) */
4120
- enableLlm?: boolean;
4121
- /** Override: enable ltree hierarchical data type (NULL = inherit from database_settings) */
4122
- enableLtree?: boolean;
4123
- /** Override: enable many-to-many relationships (NULL = inherit from database_settings) */
4124
- enableManyToMany?: boolean;
4125
- /** Override: enable PostGIS spatial types (NULL = inherit from database_settings) */
4126
- enablePostgis?: boolean;
4127
- /** Override: enable presigned URL upload flow (NULL = inherit from database_settings) */
4128
- enablePresignedUploads?: boolean;
4129
- /** Override: enable realtime subscriptions (NULL = inherit from database_settings) */
4130
- enableRealtime?: boolean;
4131
- /** Override: enable unified search (NULL = inherit from database_settings) */
4132
- enableSearch?: boolean;
4133
- id?: string;
4134
- /** Extensible JSON for additional per-API settings that do not have dedicated columns */
4135
- options?: unknown;
4136
- /** Override: GraphQL statement timeout in milliseconds (NULL = inherit from database_settings). Clamped by the plan cap at read time. */
4137
- statementTimeoutMs?: string;
4138
- updatedAt?: string;
4139
- }
4140
- /** A filter to be used against `PlatformApis` object types. All fields are combined with a logical ‘and.’ */
4141
- export interface PlatformApisFilter {
4142
- /** Checks for all expressions in this list. */
4143
- and?: PlatformApisFilter[];
4144
- /** Filter by the object’s `anonRole` field. */
4145
- anonRole?: StringFilter;
4146
- /** Filter by the object’s `config` field. */
4147
- config?: JSONFilter;
4148
- /** Filter by the object’s `createdAt` field. */
4149
- createdAt?: DatetimeFilter;
4150
- /** Filter by the object’s `dbname` field. */
4151
- dbname?: StringFilter;
4152
- /** Filter by the object’s `id` field. */
4153
- id?: UUIDFilter;
4154
- /** Filter by the object’s `isPublished` field. */
4155
- isPublished?: BooleanFilter;
4156
- /** Filter by the object’s `name` field. */
4157
- name?: StringFilter;
4158
- /** Negates the expression. */
4159
- not?: PlatformApisFilter;
4160
- /** Checks for any expressions in this list. */
4161
- or?: PlatformApisFilter[];
4162
- /** Filter by the object’s `platformApiSchemasByApiId` relation. */
4163
- platformApiSchemasByApiId?: PlatformApisToManyPlatformApiSchemaFilter;
4164
- /** `platformApiSchemasByApiId` exist. */
4165
- platformApiSchemasByApiIdExist?: boolean;
4166
- /** Filter by the object’s `platformApiSettingByApiId` relation. */
4167
- platformApiSettingByApiId?: PlatformApiSettingFilter;
4168
- /** A related `platformApiSettingByApiId` exists. */
4169
- platformApiSettingByApiIdExists?: boolean;
4170
- /** Filter by the object’s `platformCorsSettingByApiId` relation. */
4171
- platformCorsSettingByApiId?: PlatformCorsSettingFilter;
4172
- /** A related `platformCorsSettingByApiId` exists. */
4173
- platformCorsSettingByApiIdExists?: boolean;
4174
- /** Filter by the object’s `roleName` field. */
4175
- roleName?: StringFilter;
4176
- /** Filter by the object’s `updatedAt` field. */
4177
- updatedAt?: DatetimeFilter;
4178
- }
4179
- /** An input for mutations affecting `PlatformApis` */
4180
- export interface PlatformApisInput {
4181
- /** Anonymous role the API executes as */
4182
- anonRole?: string;
4183
- /** Module-specific configuration for this API surface */
4184
- config?: unknown;
4185
- createdAt?: string;
4186
- /** Database this API surface serves */
4187
- dbname?: string;
4188
- id?: string;
4189
- /** Whether other scopes may see and route to this API surface */
4190
- isPublished?: boolean;
4191
- /** Owner-local API surface name */
4192
- name: string;
4193
- /** Authenticated role the API executes as */
4194
- roleName?: string;
4195
- updatedAt?: string;
4196
- }
4197
- /** Represents an update to a `PlatformApis`. Fields that are set will be updated. */
4198
- export interface PlatformApisPatch {
4199
- /** Anonymous role the API executes as */
4200
- anonRole?: string;
4201
- /** Module-specific configuration for this API surface */
4202
- config?: unknown;
4203
- createdAt?: string;
4204
- /** Database this API surface serves */
4205
- dbname?: string;
4685
+ enableDirectUploads?: boolean;
4686
+ /** Override: enable internationalization plugin (NULL = inherit from database_settings) */
4687
+ enableI18N?: boolean;
4688
+ /** Override: enable LLM/AI integration features (NULL = inherit from database_settings) */
4689
+ enableLlm?: boolean;
4690
+ /** Override: enable ltree hierarchical data type (NULL = inherit from database_settings) */
4691
+ enableLtree?: boolean;
4692
+ /** Override: enable many-to-many relationships (NULL = inherit from database_settings) */
4693
+ enableManyToMany?: boolean;
4694
+ /** Override: enable PostGIS spatial types (NULL = inherit from database_settings) */
4695
+ enablePostgis?: boolean;
4696
+ /** Override: enable presigned URL upload flow (NULL = inherit from database_settings) */
4697
+ enablePresignedUploads?: boolean;
4698
+ /** Override: enable realtime subscriptions (NULL = inherit from database_settings) */
4699
+ enableRealtime?: boolean;
4700
+ /** Override: enable unified search (NULL = inherit from database_settings) */
4701
+ enableSearch?: boolean;
4206
4702
  id?: string;
4207
- /** Whether other scopes may see and route to this API surface */
4208
- isPublished?: boolean;
4209
- /** Owner-local API surface name */
4210
- name?: string;
4211
- /** Authenticated role the API executes as */
4212
- roleName?: string;
4703
+ /** Extensible JSON for additional per-API settings that do not have dedicated columns */
4704
+ options?: unknown;
4705
+ /** Override: GraphQL statement timeout in milliseconds (NULL = inherit from database_settings). Clamped by the plan cap at read time. */
4706
+ statementTimeoutMs?: string;
4213
4707
  updatedAt?: string;
4214
4708
  }
4215
4709
  /** A filter to be used against many `PlatformApiSchema` object types. All fields are combined with a logical ‘and.’ */
4216
- export interface PlatformApisToManyPlatformApiSchemaFilter {
4710
+ export interface PlatformApiToManyPlatformApiSchemaFilter {
4217
4711
  /** Filters to entities where every related entity matches. */
4218
4712
  every?: PlatformApiSchemaFilter;
4219
4713
  /** Filters to entities where no related entity matches. */
@@ -4228,7 +4722,7 @@ export interface PlatformCorsSettingFilter {
4228
4722
  /** Checks for all expressions in this list. */
4229
4723
  and?: PlatformCorsSettingFilter[];
4230
4724
  /** Filter by the object’s `api` relation. */
4231
- api?: PlatformApisFilter;
4725
+ api?: PlatformApiFilter;
4232
4726
  /** A related `api` exists. */
4233
4727
  apiExists?: boolean;
4234
4728
  /** Filter by the object’s `apiId` field. */
@@ -4577,6 +5071,259 @@ export interface PlatformDomainsAssignSubdomainInput {
4577
5071
  label?: string;
4578
5072
  maxAttempts?: number;
4579
5073
  }
5074
+ /** A filter to be used against `PlatformEmailIdentity` object types. All fields are combined with a logical ‘and.’ */
5075
+ export interface PlatformEmailIdentityFilter {
5076
+ /** Checks for all expressions in this list. */
5077
+ and?: PlatformEmailIdentityFilter[];
5078
+ /** Filter by the object’s `createdAt` field. */
5079
+ createdAt?: DatetimeFilter;
5080
+ /** Filter by the object’s `fromAddress` field. */
5081
+ fromAddress?: StringFilter;
5082
+ /** Filter by the object’s `fromName` field. */
5083
+ fromName?: StringFilter;
5084
+ /** Filter by the object’s `id` field. */
5085
+ id?: UUIDFilter;
5086
+ /** Filter by the object’s `isActive` field. */
5087
+ isActive?: BooleanFilter;
5088
+ /** Filter by the object’s `isDefault` field. */
5089
+ isDefault?: BooleanFilter;
5090
+ /** Filter by the object’s `name` field. */
5091
+ name?: StringFilter;
5092
+ /** Negates the expression. */
5093
+ not?: PlatformEmailIdentityFilter;
5094
+ /** Checks for any expressions in this list. */
5095
+ or?: PlatformEmailIdentityFilter[];
5096
+ /** Filter by the object’s `platformEmailSiteIdentitiesByEmailIdentityId` relation. */
5097
+ platformEmailSiteIdentitiesByEmailIdentityId?: PlatformEmailIdentityToManyPlatformEmailSiteIdentityFilter;
5098
+ /** `platformEmailSiteIdentitiesByEmailIdentityId` exist. */
5099
+ platformEmailSiteIdentitiesByEmailIdentityIdExist?: boolean;
5100
+ /** Filter by the object’s `providerAccount` relation. */
5101
+ providerAccount?: PlatformEmailProviderAccountFilter;
5102
+ /** A related `providerAccount` exists. */
5103
+ providerAccountExists?: boolean;
5104
+ /** Filter by the object’s `providerAccountId` field. */
5105
+ providerAccountId?: UUIDFilter;
5106
+ /** Filter by the object’s `replyToAddress` field. */
5107
+ replyToAddress?: StringFilter;
5108
+ /** Filter by the object’s `supportAddress` field. */
5109
+ supportAddress?: StringFilter;
5110
+ /** Filter by the object’s `transportMode` field. */
5111
+ transportMode?: StringFilter;
5112
+ /** Filter by the object’s `updatedAt` field. */
5113
+ updatedAt?: DatetimeFilter;
5114
+ }
5115
+ /** An input for mutations affecting `PlatformEmailIdentity` */
5116
+ export interface PlatformEmailIdentityInput {
5117
+ createdAt?: string;
5118
+ /** Envelope/header From address, lower-case. Must be accepted by the sending account at the provider. */
5119
+ fromAddress: string;
5120
+ /** Display name shown beside the from address */
5121
+ fromName?: string;
5122
+ id?: string;
5123
+ /** Whether this identity may be resolved for a send */
5124
+ isActive?: boolean;
5125
+ /** The scope default identity, used when no site binding resolves. At most one per scope key. */
5126
+ isDefault?: boolean;
5127
+ /** Operator-facing name for this identity (e.g. transactional, support) */
5128
+ name: string;
5129
+ /** Same-scope provider account this identity sends through. Required for transport_mode = own, NULL for platform_shared. */
5130
+ providerAccountId?: string;
5131
+ /** Reply-To address when replies should not go to the from address */
5132
+ replyToAddress?: string;
5133
+ /** Support address rendered in message bodies and footers */
5134
+ supportAddress?: string;
5135
+ /** own = send through provider_account_id in this scope; platform_shared = send through the platform installation's shared account, an explicit recorded choice and never an implicit fallback */
5136
+ transportMode?: string;
5137
+ updatedAt?: string;
5138
+ }
5139
+ /** Represents an update to a `PlatformEmailIdentity`. Fields that are set will be updated. */
5140
+ export interface PlatformEmailIdentityPatch {
5141
+ createdAt?: string;
5142
+ /** Envelope/header From address, lower-case. Must be accepted by the sending account at the provider. */
5143
+ fromAddress?: string;
5144
+ /** Display name shown beside the from address */
5145
+ fromName?: string;
5146
+ id?: string;
5147
+ /** Whether this identity may be resolved for a send */
5148
+ isActive?: boolean;
5149
+ /** The scope default identity, used when no site binding resolves. At most one per scope key. */
5150
+ isDefault?: boolean;
5151
+ /** Operator-facing name for this identity (e.g. transactional, support) */
5152
+ name?: string;
5153
+ /** Same-scope provider account this identity sends through. Required for transport_mode = own, NULL for platform_shared. */
5154
+ providerAccountId?: string;
5155
+ /** Reply-To address when replies should not go to the from address */
5156
+ replyToAddress?: string;
5157
+ /** Support address rendered in message bodies and footers */
5158
+ supportAddress?: string;
5159
+ /** own = send through provider_account_id in this scope; platform_shared = send through the platform installation's shared account, an explicit recorded choice and never an implicit fallback */
5160
+ transportMode?: string;
5161
+ updatedAt?: string;
5162
+ }
5163
+ /** A filter to be used against many `PlatformEmailSiteIdentity` object types. All fields are combined with a logical ‘and.’ */
5164
+ export interface PlatformEmailIdentityToManyPlatformEmailSiteIdentityFilter {
5165
+ /** Filters to entities where every related entity matches. */
5166
+ every?: PlatformEmailSiteIdentityFilter;
5167
+ /** Filters to entities where no related entity matches. */
5168
+ none?: PlatformEmailSiteIdentityFilter;
5169
+ /** Filters to entities where at least one related entity matches. */
5170
+ some?: PlatformEmailSiteIdentityFilter;
5171
+ }
5172
+ /** A filter to be used against `PlatformEmailProviderAccount` object types. All fields are combined with a logical ‘and.’ */
5173
+ export interface PlatformEmailProviderAccountFilter {
5174
+ /** Checks for all expressions in this list. */
5175
+ and?: PlatformEmailProviderAccountFilter[];
5176
+ /** Filter by the object’s `apiBaseUrl` field. */
5177
+ apiBaseUrl?: StringFilter;
5178
+ /** Filter by the object’s `createdAt` field. */
5179
+ createdAt?: DatetimeFilter;
5180
+ /** Filter by the object’s `credentialsSecretName` field. */
5181
+ credentialsSecretName?: StringFilter;
5182
+ /** Filter by the object’s `id` field. */
5183
+ id?: UUIDFilter;
5184
+ /** Filter by the object’s `isActive` field. */
5185
+ isActive?: BooleanFilter;
5186
+ /** Filter by the object’s `name` field. */
5187
+ name?: StringFilter;
5188
+ /** Negates the expression. */
5189
+ not?: PlatformEmailProviderAccountFilter;
5190
+ /** Checks for any expressions in this list. */
5191
+ or?: PlatformEmailProviderAccountFilter[];
5192
+ /** Filter by the object’s `platformEmailIdentitiesByProviderAccountId` relation. */
5193
+ platformEmailIdentitiesByProviderAccountId?: PlatformEmailProviderAccountToManyPlatformEmailIdentityFilter;
5194
+ /** `platformEmailIdentitiesByProviderAccountId` exist. */
5195
+ platformEmailIdentitiesByProviderAccountIdExist?: boolean;
5196
+ /** Filter by the object’s `provider` field. */
5197
+ provider?: StringFilter;
5198
+ /** Filter by the object’s `providerAccountName` field. */
5199
+ providerAccountName?: StringFilter;
5200
+ /** Filter by the object’s `region` field. */
5201
+ region?: StringFilter;
5202
+ /** Filter by the object’s `smtpHost` field. */
5203
+ smtpHost?: StringFilter;
5204
+ /** Filter by the object’s `smtpPort` field. */
5205
+ smtpPort?: IntFilter;
5206
+ /** Filter by the object’s `smtpSecure` field. */
5207
+ smtpSecure?: BooleanFilter;
5208
+ /** Filter by the object’s `smtpUser` field. */
5209
+ smtpUser?: StringFilter;
5210
+ /** Filter by the object’s `updatedAt` field. */
5211
+ updatedAt?: DatetimeFilter;
5212
+ /** Filter by the object’s `webhookSigningSecretName` field. */
5213
+ webhookSigningSecretName?: StringFilter;
5214
+ }
5215
+ /** An input for mutations affecting `PlatformEmailProviderAccount` */
5216
+ export interface PlatformEmailProviderAccountInput {
5217
+ /** Provider API base URL when it is not the provider default (e.g. Mailgun EU) */
5218
+ apiBaseUrl?: string;
5219
+ createdAt?: string;
5220
+ /** Name of the secret holding this account's API key or SMTP password. The value is resolved from the secret store at send time (realm = this row's id) and is never stored here. */
5221
+ credentialsSecretName: string;
5222
+ id?: string;
5223
+ /** Whether identities may send through this account. Disabling one row stops every identity that references it. */
5224
+ isActive?: boolean;
5225
+ /** Operator-facing name for this account (e.g. transactional, marketing) */
5226
+ name: string;
5227
+ /** integration_providers.slug of the provider this account is at (mailgun, ses, postmark, smtp), matched by string not by FK */
5228
+ provider: string;
5229
+ /** Account identifier at the provider — the Mailgun sending domain, the SES verified identity, the Postmark server name */
5230
+ providerAccountName?: string;
5231
+ /** Provider region for region-addressed providers (e.g. SES us-east-1) */
5232
+ region?: string;
5233
+ /** SMTP host (provider = smtp, or a provider addressed over SMTP) */
5234
+ smtpHost?: string;
5235
+ /** SMTP port */
5236
+ smtpPort?: number;
5237
+ /** Whether the SMTP connection uses implicit TLS */
5238
+ smtpSecure?: boolean;
5239
+ /** SMTP username; the password is a secret, addressed by credentials_secret_name */
5240
+ smtpUser?: string;
5241
+ updatedAt?: string;
5242
+ /** Name of the secret used to verify this provider's delivery/bounce webhooks. Name only; the value stays in the secret store. */
5243
+ webhookSigningSecretName?: string;
5244
+ }
5245
+ /** Represents an update to a `PlatformEmailProviderAccount`. Fields that are set will be updated. */
5246
+ export interface PlatformEmailProviderAccountPatch {
5247
+ /** Provider API base URL when it is not the provider default (e.g. Mailgun EU) */
5248
+ apiBaseUrl?: string;
5249
+ createdAt?: string;
5250
+ /** Name of the secret holding this account's API key or SMTP password. The value is resolved from the secret store at send time (realm = this row's id) and is never stored here. */
5251
+ credentialsSecretName?: string;
5252
+ id?: string;
5253
+ /** Whether identities may send through this account. Disabling one row stops every identity that references it. */
5254
+ isActive?: boolean;
5255
+ /** Operator-facing name for this account (e.g. transactional, marketing) */
5256
+ name?: string;
5257
+ /** integration_providers.slug of the provider this account is at (mailgun, ses, postmark, smtp), matched by string not by FK */
5258
+ provider?: string;
5259
+ /** Account identifier at the provider — the Mailgun sending domain, the SES verified identity, the Postmark server name */
5260
+ providerAccountName?: string;
5261
+ /** Provider region for region-addressed providers (e.g. SES us-east-1) */
5262
+ region?: string;
5263
+ /** SMTP host (provider = smtp, or a provider addressed over SMTP) */
5264
+ smtpHost?: string;
5265
+ /** SMTP port */
5266
+ smtpPort?: number;
5267
+ /** Whether the SMTP connection uses implicit TLS */
5268
+ smtpSecure?: boolean;
5269
+ /** SMTP username; the password is a secret, addressed by credentials_secret_name */
5270
+ smtpUser?: string;
5271
+ updatedAt?: string;
5272
+ /** Name of the secret used to verify this provider's delivery/bounce webhooks. Name only; the value stays in the secret store. */
5273
+ webhookSigningSecretName?: string;
5274
+ }
5275
+ /** A filter to be used against many `PlatformEmailIdentity` object types. All fields are combined with a logical ‘and.’ */
5276
+ export interface PlatformEmailProviderAccountToManyPlatformEmailIdentityFilter {
5277
+ /** Filters to entities where every related entity matches. */
5278
+ every?: PlatformEmailIdentityFilter;
5279
+ /** Filters to entities where no related entity matches. */
5280
+ none?: PlatformEmailIdentityFilter;
5281
+ /** Filters to entities where at least one related entity matches. */
5282
+ some?: PlatformEmailIdentityFilter;
5283
+ }
5284
+ /** A filter to be used against `PlatformEmailSiteIdentity` object types. All fields are combined with a logical ‘and.’ */
5285
+ export interface PlatformEmailSiteIdentityFilter {
5286
+ /** Checks for all expressions in this list. */
5287
+ and?: PlatformEmailSiteIdentityFilter[];
5288
+ /** Filter by the object’s `createdAt` field. */
5289
+ createdAt?: DatetimeFilter;
5290
+ /** Filter by the object’s `emailIdentity` relation. */
5291
+ emailIdentity?: PlatformEmailIdentityFilter;
5292
+ /** Filter by the object’s `emailIdentityId` field. */
5293
+ emailIdentityId?: UUIDFilter;
5294
+ /** Filter by the object’s `id` field. */
5295
+ id?: UUIDFilter;
5296
+ /** Negates the expression. */
5297
+ not?: PlatformEmailSiteIdentityFilter;
5298
+ /** Checks for any expressions in this list. */
5299
+ or?: PlatformEmailSiteIdentityFilter[];
5300
+ /** Filter by the object’s `site` relation. */
5301
+ site?: PlatformSiteFilter;
5302
+ /** Filter by the object’s `siteId` field. */
5303
+ siteId?: UUIDFilter;
5304
+ /** Filter by the object’s `updatedAt` field. */
5305
+ updatedAt?: DatetimeFilter;
5306
+ }
5307
+ /** An input for mutations affecting `PlatformEmailSiteIdentity` */
5308
+ export interface PlatformEmailSiteIdentityInput {
5309
+ createdAt?: string;
5310
+ /** Identity this site sends as */
5311
+ emailIdentityId: string;
5312
+ id?: string;
5313
+ /** Site whose mail is sent as the bound identity */
5314
+ siteId: string;
5315
+ updatedAt?: string;
5316
+ }
5317
+ /** Represents an update to a `PlatformEmailSiteIdentity`. Fields that are set will be updated. */
5318
+ export interface PlatformEmailSiteIdentityPatch {
5319
+ createdAt?: string;
5320
+ /** Identity this site sends as */
5321
+ emailIdentityId?: string;
5322
+ id?: string;
5323
+ /** Site whose mail is sent as the bound identity */
5324
+ siteId?: string;
5325
+ updatedAt?: string;
5326
+ }
4580
5327
  /** A filter to be used against `PlatformManagedDomain` object types. All fields are combined with a logical ‘and.’ */
4581
5328
  export interface PlatformManagedDomainFilter {
4582
5329
  /** Filter by the object’s `allowPublicUsage` field. */
@@ -4964,6 +5711,10 @@ export interface PlatformSiteFilter {
4964
5711
  not?: PlatformSiteFilter;
4965
5712
  /** Checks for any expressions in this list. */
4966
5713
  or?: PlatformSiteFilter[];
5714
+ /** Filter by the object’s `platformEmailSiteIdentityBySiteId` relation. */
5715
+ platformEmailSiteIdentityBySiteId?: PlatformEmailSiteIdentityFilter;
5716
+ /** A related `platformEmailSiteIdentityBySiteId` exists. */
5717
+ platformEmailSiteIdentityBySiteIdExists?: boolean;
4967
5718
  /** Filter by the object’s `platformPagesBySiteId` relation. */
4968
5719
  platformPagesBySiteId?: PlatformSiteToManyPlatformPageFilter;
4969
5720
  /** `platformPagesBySiteId` exist. */
@@ -5678,10 +6429,6 @@ export interface PubkeySettingPatch {
5678
6429
  /** Field name used to identify the user in crypto auth functions */
5679
6430
  userField?: string;
5680
6431
  }
5681
- export interface RejectDatabaseTransferInput {
5682
- clientMutationId?: string;
5683
- transferId?: string;
5684
- }
5685
6432
  export interface RequestDatabaseInput {
5686
6433
  clientMutationId?: string;
5687
6434
  databaseName?: string;
@@ -6457,6 +7204,10 @@ export interface SiteFilter {
6457
7204
  databaseId?: UUIDFilter;
6458
7205
  /** Filter by the object’s `description` field. */
6459
7206
  description?: StringFilter;
7207
+ /** Filter by the object’s `emailSiteIdentity` relation. */
7208
+ emailSiteIdentity?: EmailSiteIdentityFilter;
7209
+ /** A related `emailSiteIdentity` exists. */
7210
+ emailSiteIdentityExists?: boolean;
6460
7211
  /** Filter by the object’s `id` field. */
6461
7212
  id?: UUIDFilter;
6462
7213
  /** Filter by the object’s `installationId` field. */
@@ -7010,39 +7761,6 @@ export interface SpatialRelationPatch {
7010
7761
  tags?: string[];
7011
7762
  updatedAt?: string;
7012
7763
  }
7013
- /** A filter to be used against `SqlAction` object types. All fields are combined with a logical ‘and.’ */
7014
- export interface SqlActionFilter {
7015
- /** Filter by the object’s `actionId` field. */
7016
- actionId?: UUIDFilter;
7017
- /** Filter by the object’s `actionName` field. */
7018
- actionName?: StringFilter;
7019
- /** Filter by the object’s `actorId` field. */
7020
- actorId?: UUIDFilter;
7021
- /** Checks for all expressions in this list. */
7022
- and?: SqlActionFilter[];
7023
- /** Filter by the object’s `content` field. */
7024
- content?: StringFilter;
7025
- /** Filter by the object’s `createdAt` field. */
7026
- createdAt?: DatetimeFilter;
7027
- /** Filter by the object’s `databaseId` field. */
7028
- databaseId?: UUIDFilter;
7029
- /** Filter by the object’s `deploy` field. */
7030
- deploy?: StringFilter;
7031
- /** Filter by the object’s `deps` field. */
7032
- deps?: StringListFilter;
7033
- /** Filter by the object’s `id` field. */
7034
- id?: IntFilter;
7035
- /** Filter by the object’s `name` field. */
7036
- name?: StringFilter;
7037
- /** Negates the expression. */
7038
- not?: SqlActionFilter;
7039
- /** Checks for any expressions in this list. */
7040
- or?: SqlActionFilter[];
7041
- /** Filter by the object’s `revert` field. */
7042
- revert?: StringFilter;
7043
- /** Filter by the object’s `verify` field. */
7044
- verify?: StringFilter;
7045
- }
7046
7764
  /** A filter to be used against `TableBehavior` object types. All fields are combined with a logical ‘and.’ */
7047
7765
  export interface TableBehaviorFilter {
7048
7766
  /** Checks for all expressions in this list. */
@@ -7767,6 +8485,12 @@ export interface UniqueConstraintToManyUniqueConstraintBehaviorFilter {
7767
8485
  /** Filters to entities where at least one related entity matches. */
7768
8486
  some?: UniqueConstraintBehaviorFilter;
7769
8487
  }
8488
+ export interface UpdateApiInput {
8489
+ /** An object where the defined keys will be set on the `Api` being updated. */
8490
+ apiPatch: ApiPatch;
8491
+ clientMutationId?: string;
8492
+ id: string;
8493
+ }
7770
8494
  export interface UpdateApiSchemaInput {
7771
8495
  /** An object where the defined keys will be set on the `ApiSchema` being updated. */
7772
8496
  apiSchemaPatch: ApiSchemaPatch;
@@ -7779,9 +8503,15 @@ export interface UpdateApiSettingInput {
7779
8503
  clientMutationId?: string;
7780
8504
  id: string;
7781
8505
  }
7782
- export interface UpdateApisInput {
7783
- /** An object where the defined keys will be set on the `Apis` being updated. */
7784
- apisPatch: ApisPatch;
8506
+ export interface UpdateAppComponentInput {
8507
+ /** An object where the defined keys will be set on the `AppComponent` being updated. */
8508
+ appComponentPatch: AppComponentPatch;
8509
+ clientMutationId?: string;
8510
+ id: string;
8511
+ }
8512
+ export interface UpdateAppInput {
8513
+ /** An object where the defined keys will be set on the `App` being updated. */
8514
+ appPatch: AppPatch;
7785
8515
  clientMutationId?: string;
7786
8516
  id: string;
7787
8517
  }
@@ -7857,6 +8587,24 @@ export interface UpdateDomainVerificationInput {
7857
8587
  domainVerificationPatch: DomainVerificationPatch;
7858
8588
  id: string;
7859
8589
  }
8590
+ export interface UpdateEmailIdentityInput {
8591
+ clientMutationId?: string;
8592
+ /** An object where the defined keys will be set on the `EmailIdentity` being updated. */
8593
+ emailIdentityPatch: EmailIdentityPatch;
8594
+ id: string;
8595
+ }
8596
+ export interface UpdateEmailProviderAccountInput {
8597
+ clientMutationId?: string;
8598
+ /** An object where the defined keys will be set on the `EmailProviderAccount` being updated. */
8599
+ emailProviderAccountPatch: EmailProviderAccountPatch;
8600
+ id: string;
8601
+ }
8602
+ export interface UpdateEmailSiteIdentityInput {
8603
+ clientMutationId?: string;
8604
+ /** An object where the defined keys will be set on the `EmailSiteIdentity` being updated. */
8605
+ emailSiteIdentityPatch: EmailSiteIdentityPatch;
8606
+ id: string;
8607
+ }
7860
8608
  export interface UpdateEmbeddingChunkInput {
7861
8609
  clientMutationId?: string;
7862
8610
  /** An object where the defined keys will be set on the `EmbeddingChunk` being updated. */
@@ -7954,6 +8702,12 @@ export interface UpdatePartitionInput {
7954
8702
  /** An object where the defined keys will be set on the `Partition` being updated. */
7955
8703
  partitionPatch: PartitionPatch;
7956
8704
  }
8705
+ export interface UpdatePlatformApiInput {
8706
+ clientMutationId?: string;
8707
+ id: string;
8708
+ /** An object where the defined keys will be set on the `PlatformApi` being updated. */
8709
+ platformApiPatch: PlatformApiPatch;
8710
+ }
7957
8711
  export interface UpdatePlatformApiSchemaInput {
7958
8712
  clientMutationId?: string;
7959
8713
  id: string;
@@ -7966,12 +8720,6 @@ export interface UpdatePlatformApiSettingInput {
7966
8720
  /** An object where the defined keys will be set on the `PlatformApiSetting` being updated. */
7967
8721
  platformApiSettingPatch: PlatformApiSettingPatch;
7968
8722
  }
7969
- export interface UpdatePlatformApisInput {
7970
- clientMutationId?: string;
7971
- id: string;
7972
- /** An object where the defined keys will be set on the `PlatformApis` being updated. */
7973
- platformApisPatch: PlatformApisPatch;
7974
- }
7975
8723
  export interface UpdatePlatformCorsSettingInput {
7976
8724
  clientMutationId?: string;
7977
8725
  id: string;
@@ -7996,6 +8744,24 @@ export interface UpdatePlatformDomainVerificationInput {
7996
8744
  /** An object where the defined keys will be set on the `PlatformDomainVerification` being updated. */
7997
8745
  platformDomainVerificationPatch: PlatformDomainVerificationPatch;
7998
8746
  }
8747
+ export interface UpdatePlatformEmailIdentityInput {
8748
+ clientMutationId?: string;
8749
+ id: string;
8750
+ /** An object where the defined keys will be set on the `PlatformEmailIdentity` being updated. */
8751
+ platformEmailIdentityPatch: PlatformEmailIdentityPatch;
8752
+ }
8753
+ export interface UpdatePlatformEmailProviderAccountInput {
8754
+ clientMutationId?: string;
8755
+ id: string;
8756
+ /** An object where the defined keys will be set on the `PlatformEmailProviderAccount` being updated. */
8757
+ platformEmailProviderAccountPatch: PlatformEmailProviderAccountPatch;
8758
+ }
8759
+ export interface UpdatePlatformEmailSiteIdentityInput {
8760
+ clientMutationId?: string;
8761
+ id: string;
8762
+ /** An object where the defined keys will be set on the `PlatformEmailSiteIdentity` being updated. */
8763
+ platformEmailSiteIdentityPatch: PlatformEmailSiteIdentityPatch;
8764
+ }
7999
8765
  export interface UpdatePlatformManagedDomainInput {
8000
8766
  clientMutationId?: string;
8001
8767
  id: string;
@@ -8745,17 +9511,24 @@ export interface ApiSettingConnection {
8745
9511
  pageInfo: PageInfo;
8746
9512
  totalCount: number;
8747
9513
  }
8748
- /** A connection to a list of `Apis` values. */
8749
- export interface ApisConnection {
8750
- edges: ApisEdge[];
8751
- nodes: Apis[];
9514
+ /** A connection to a list of `Api` values. */
9515
+ export interface ApiConnection {
9516
+ edges: ApiEdge[];
9517
+ nodes: Api[];
9518
+ pageInfo: PageInfo;
9519
+ totalCount: number;
9520
+ }
9521
+ /** A connection to a list of `AppComponent` values. */
9522
+ export interface AppComponentConnection {
9523
+ edges: AppComponentEdge[];
9524
+ nodes: AppComponent[];
8752
9525
  pageInfo: PageInfo;
8753
9526
  totalCount: number;
8754
9527
  }
8755
- /** A connection to a list of `AstMigration` values. */
8756
- export interface AstMigrationConnection {
8757
- edges: AstMigrationEdge[];
8758
- nodes: AstMigration[];
9528
+ /** A connection to a list of `App` values. */
9529
+ export interface AppConnection {
9530
+ edges: AppEdge[];
9531
+ nodes: App[];
8759
9532
  pageInfo: PageInfo;
8760
9533
  totalCount: number;
8761
9534
  }
@@ -8843,6 +9616,27 @@ export interface DomainConnection {
8843
9616
  pageInfo: PageInfo;
8844
9617
  totalCount: number;
8845
9618
  }
9619
+ /** A connection to a list of `EmailIdentity` values. */
9620
+ export interface EmailIdentityConnection {
9621
+ edges: EmailIdentityEdge[];
9622
+ nodes: EmailIdentity[];
9623
+ pageInfo: PageInfo;
9624
+ totalCount: number;
9625
+ }
9626
+ /** A connection to a list of `EmailProviderAccount` values. */
9627
+ export interface EmailProviderAccountConnection {
9628
+ edges: EmailProviderAccountEdge[];
9629
+ nodes: EmailProviderAccount[];
9630
+ pageInfo: PageInfo;
9631
+ totalCount: number;
9632
+ }
9633
+ /** A connection to a list of `EmailSiteIdentity` values. */
9634
+ export interface EmailSiteIdentityConnection {
9635
+ edges: EmailSiteIdentityEdge[];
9636
+ nodes: EmailSiteIdentity[];
9637
+ pageInfo: PageInfo;
9638
+ totalCount: number;
9639
+ }
8846
9640
  /** A connection to a list of `EmbeddingChunk` values. */
8847
9641
  export interface EmbeddingChunkConnection {
8848
9642
  edges: EmbeddingChunkEdge[];
@@ -8969,10 +9763,10 @@ export interface PlatformApiSettingConnection {
8969
9763
  pageInfo: PageInfo;
8970
9764
  totalCount: number;
8971
9765
  }
8972
- /** A connection to a list of `PlatformApis` values. */
8973
- export interface PlatformApisConnection {
8974
- edges: PlatformApisEdge[];
8975
- nodes: PlatformApis[];
9766
+ /** A connection to a list of `PlatformApi` values. */
9767
+ export interface PlatformApiConnection {
9768
+ edges: PlatformApiEdge[];
9769
+ nodes: PlatformApi[];
8976
9770
  pageInfo: PageInfo;
8977
9771
  totalCount: number;
8978
9772
  }
@@ -9004,6 +9798,27 @@ export interface PlatformDomainConnection {
9004
9798
  pageInfo: PageInfo;
9005
9799
  totalCount: number;
9006
9800
  }
9801
+ /** A connection to a list of `PlatformEmailIdentity` values. */
9802
+ export interface PlatformEmailIdentityConnection {
9803
+ edges: PlatformEmailIdentityEdge[];
9804
+ nodes: PlatformEmailIdentity[];
9805
+ pageInfo: PageInfo;
9806
+ totalCount: number;
9807
+ }
9808
+ /** A connection to a list of `PlatformEmailProviderAccount` values. */
9809
+ export interface PlatformEmailProviderAccountConnection {
9810
+ edges: PlatformEmailProviderAccountEdge[];
9811
+ nodes: PlatformEmailProviderAccount[];
9812
+ pageInfo: PageInfo;
9813
+ totalCount: number;
9814
+ }
9815
+ /** A connection to a list of `PlatformEmailSiteIdentity` values. */
9816
+ export interface PlatformEmailSiteIdentityConnection {
9817
+ edges: PlatformEmailSiteIdentityEdge[];
9818
+ nodes: PlatformEmailSiteIdentity[];
9819
+ pageInfo: PageInfo;
9820
+ totalCount: number;
9821
+ }
9007
9822
  /** A connection to a list of `PlatformManagedDomain` values. */
9008
9823
  export interface PlatformManagedDomainConnection {
9009
9824
  edges: PlatformManagedDomainEdge[];
@@ -9221,13 +10036,6 @@ export interface SpatialRelationConnection {
9221
10036
  pageInfo: PageInfo;
9222
10037
  totalCount: number;
9223
10038
  }
9224
- /** A connection to a list of `SqlAction` values. */
9225
- export interface SqlActionConnection {
9226
- edges: SqlActionEdge[];
9227
- nodes: SqlAction[];
9228
- pageInfo: PageInfo;
9229
- totalCount: number;
9230
- }
9231
10039
  /** A connection to a list of `TableBehavior` values. */
9232
10040
  export interface TableBehaviorConnection {
9233
10041
  edges: TableBehaviorEdge[];
@@ -9319,16 +10127,25 @@ export interface WebauthnSettingConnection {
9319
10127
  pageInfo: PageInfo;
9320
10128
  totalCount: number;
9321
10129
  }
9322
- export interface AcceptDatabaseTransferPayload {
10130
+ export interface ApplyRlsPayload {
9323
10131
  clientMutationId?: string | null;
9324
- result?: boolean | null;
9325
10132
  }
9326
- export interface ApplyRlsPayload {
10133
+ export interface AppsInstallAppPayload {
10134
+ appEdge?: AppEdge | null;
9327
10135
  clientMutationId?: string | null;
10136
+ result?: App | null;
9328
10137
  }
9329
- export interface CancelDatabaseTransferPayload {
10138
+ export interface AppsUninstallAppPayload {
10139
+ clientMutationId?: string | null;
10140
+ }
10141
+ export interface AppsUpgradeAppPayload {
10142
+ clientMutationId?: string | null;
10143
+ }
10144
+ export interface CreateApiPayload {
10145
+ /** The `Api` that was created by this mutation. */
10146
+ api?: Api | null;
10147
+ apiEdge?: ApiEdge | null;
9330
10148
  clientMutationId?: string | null;
9331
- result?: boolean | null;
9332
10149
  }
9333
10150
  export interface CreateApiSchemaPayload {
9334
10151
  /** The `ApiSchema` that was created by this mutation. */
@@ -9342,10 +10159,16 @@ export interface CreateApiSettingPayload {
9342
10159
  apiSettingEdge?: ApiSettingEdge | null;
9343
10160
  clientMutationId?: string | null;
9344
10161
  }
9345
- export interface CreateApisPayload {
9346
- /** The `Apis` that was created by this mutation. */
9347
- apis?: Apis | null;
9348
- apisEdge?: ApisEdge | null;
10162
+ export interface CreateAppPayload {
10163
+ /** The `App` that was created by this mutation. */
10164
+ app?: App | null;
10165
+ appEdge?: AppEdge | null;
10166
+ clientMutationId?: string | null;
10167
+ }
10168
+ export interface CreateAppComponentPayload {
10169
+ /** The `AppComponent` that was created by this mutation. */
10170
+ appComponent?: AppComponent | null;
10171
+ appComponentEdge?: AppComponentEdge | null;
9349
10172
  clientMutationId?: string | null;
9350
10173
  }
9351
10174
  export interface CreateCheckConstraintPayload {
@@ -9420,6 +10243,24 @@ export interface CreateDomainVerificationPayload {
9420
10243
  domainVerification?: DomainVerification | null;
9421
10244
  domainVerificationEdge?: DomainVerificationEdge | null;
9422
10245
  }
10246
+ export interface CreateEmailIdentityPayload {
10247
+ clientMutationId?: string | null;
10248
+ /** The `EmailIdentity` that was created by this mutation. */
10249
+ emailIdentity?: EmailIdentity | null;
10250
+ emailIdentityEdge?: EmailIdentityEdge | null;
10251
+ }
10252
+ export interface CreateEmailProviderAccountPayload {
10253
+ clientMutationId?: string | null;
10254
+ /** The `EmailProviderAccount` that was created by this mutation. */
10255
+ emailProviderAccount?: EmailProviderAccount | null;
10256
+ emailProviderAccountEdge?: EmailProviderAccountEdge | null;
10257
+ }
10258
+ export interface CreateEmailSiteIdentityPayload {
10259
+ clientMutationId?: string | null;
10260
+ /** The `EmailSiteIdentity` that was created by this mutation. */
10261
+ emailSiteIdentity?: EmailSiteIdentity | null;
10262
+ emailSiteIdentityEdge?: EmailSiteIdentityEdge | null;
10263
+ }
9423
10264
  export interface CreateEmbeddingChunkPayload {
9424
10265
  clientMutationId?: string | null;
9425
10266
  /** The `EmbeddingChunk` that was created by this mutation. */
@@ -9516,6 +10357,12 @@ export interface CreatePartitionPayload {
9516
10357
  partition?: Partition | null;
9517
10358
  partitionEdge?: PartitionEdge | null;
9518
10359
  }
10360
+ export interface CreatePlatformApiPayload {
10361
+ clientMutationId?: string | null;
10362
+ /** The `PlatformApi` that was created by this mutation. */
10363
+ platformApi?: PlatformApi | null;
10364
+ platformApiEdge?: PlatformApiEdge | null;
10365
+ }
9519
10366
  export interface CreatePlatformApiSchemaPayload {
9520
10367
  clientMutationId?: string | null;
9521
10368
  /** The `PlatformApiSchema` that was created by this mutation. */
@@ -9528,12 +10375,6 @@ export interface CreatePlatformApiSettingPayload {
9528
10375
  platformApiSetting?: PlatformApiSetting | null;
9529
10376
  platformApiSettingEdge?: PlatformApiSettingEdge | null;
9530
10377
  }
9531
- export interface CreatePlatformApisPayload {
9532
- clientMutationId?: string | null;
9533
- /** The `PlatformApis` that was created by this mutation. */
9534
- platformApis?: PlatformApis | null;
9535
- platformApisEdge?: PlatformApisEdge | null;
9536
- }
9537
10378
  export interface CreatePlatformCorsSettingPayload {
9538
10379
  clientMutationId?: string | null;
9539
10380
  /** The `PlatformCorsSetting` that was created by this mutation. */
@@ -9558,6 +10399,24 @@ export interface CreatePlatformDomainVerificationPayload {
9558
10399
  platformDomainVerification?: PlatformDomainVerification | null;
9559
10400
  platformDomainVerificationEdge?: PlatformDomainVerificationEdge | null;
9560
10401
  }
10402
+ export interface CreatePlatformEmailIdentityPayload {
10403
+ clientMutationId?: string | null;
10404
+ /** The `PlatformEmailIdentity` that was created by this mutation. */
10405
+ platformEmailIdentity?: PlatformEmailIdentity | null;
10406
+ platformEmailIdentityEdge?: PlatformEmailIdentityEdge | null;
10407
+ }
10408
+ export interface CreatePlatformEmailProviderAccountPayload {
10409
+ clientMutationId?: string | null;
10410
+ /** The `PlatformEmailProviderAccount` that was created by this mutation. */
10411
+ platformEmailProviderAccount?: PlatformEmailProviderAccount | null;
10412
+ platformEmailProviderAccountEdge?: PlatformEmailProviderAccountEdge | null;
10413
+ }
10414
+ export interface CreatePlatformEmailSiteIdentityPayload {
10415
+ clientMutationId?: string | null;
10416
+ /** The `PlatformEmailSiteIdentity` that was created by this mutation. */
10417
+ platformEmailSiteIdentity?: PlatformEmailSiteIdentity | null;
10418
+ platformEmailSiteIdentityEdge?: PlatformEmailSiteIdentityEdge | null;
10419
+ }
9561
10420
  export interface CreatePlatformManagedDomainPayload {
9562
10421
  clientMutationId?: string | null;
9563
10422
  /** The `PlatformManagedDomain` that was created by this mutation. */
@@ -9798,6 +10657,12 @@ export interface CreateWebauthnSettingPayload {
9798
10657
  webauthnSetting?: WebauthnSetting | null;
9799
10658
  webauthnSettingEdge?: WebauthnSettingEdge | null;
9800
10659
  }
10660
+ export interface DeleteApiPayload {
10661
+ /** The `Api` that was deleted by this mutation. */
10662
+ api?: Api | null;
10663
+ apiEdge?: ApiEdge | null;
10664
+ clientMutationId?: string | null;
10665
+ }
9801
10666
  export interface DeleteApiSchemaPayload {
9802
10667
  /** The `ApiSchema` that was deleted by this mutation. */
9803
10668
  apiSchema?: ApiSchema | null;
@@ -9810,10 +10675,16 @@ export interface DeleteApiSettingPayload {
9810
10675
  apiSettingEdge?: ApiSettingEdge | null;
9811
10676
  clientMutationId?: string | null;
9812
10677
  }
9813
- export interface DeleteApisPayload {
9814
- /** The `Apis` that was deleted by this mutation. */
9815
- apis?: Apis | null;
9816
- apisEdge?: ApisEdge | null;
10678
+ export interface DeleteAppPayload {
10679
+ /** The `App` that was deleted by this mutation. */
10680
+ app?: App | null;
10681
+ appEdge?: AppEdge | null;
10682
+ clientMutationId?: string | null;
10683
+ }
10684
+ export interface DeleteAppComponentPayload {
10685
+ /** The `AppComponent` that was deleted by this mutation. */
10686
+ appComponent?: AppComponent | null;
10687
+ appComponentEdge?: AppComponentEdge | null;
9817
10688
  clientMutationId?: string | null;
9818
10689
  }
9819
10690
  export interface DeleteCheckConstraintPayload {
@@ -9888,6 +10759,24 @@ export interface DeleteDomainVerificationPayload {
9888
10759
  domainVerification?: DomainVerification | null;
9889
10760
  domainVerificationEdge?: DomainVerificationEdge | null;
9890
10761
  }
10762
+ export interface DeleteEmailIdentityPayload {
10763
+ clientMutationId?: string | null;
10764
+ /** The `EmailIdentity` that was deleted by this mutation. */
10765
+ emailIdentity?: EmailIdentity | null;
10766
+ emailIdentityEdge?: EmailIdentityEdge | null;
10767
+ }
10768
+ export interface DeleteEmailProviderAccountPayload {
10769
+ clientMutationId?: string | null;
10770
+ /** The `EmailProviderAccount` that was deleted by this mutation. */
10771
+ emailProviderAccount?: EmailProviderAccount | null;
10772
+ emailProviderAccountEdge?: EmailProviderAccountEdge | null;
10773
+ }
10774
+ export interface DeleteEmailSiteIdentityPayload {
10775
+ clientMutationId?: string | null;
10776
+ /** The `EmailSiteIdentity` that was deleted by this mutation. */
10777
+ emailSiteIdentity?: EmailSiteIdentity | null;
10778
+ emailSiteIdentityEdge?: EmailSiteIdentityEdge | null;
10779
+ }
9891
10780
  export interface DeleteEmbeddingChunkPayload {
9892
10781
  clientMutationId?: string | null;
9893
10782
  /** The `EmbeddingChunk` that was deleted by this mutation. */
@@ -9984,6 +10873,12 @@ export interface DeletePartitionPayload {
9984
10873
  partition?: Partition | null;
9985
10874
  partitionEdge?: PartitionEdge | null;
9986
10875
  }
10876
+ export interface DeletePlatformApiPayload {
10877
+ clientMutationId?: string | null;
10878
+ /** The `PlatformApi` that was deleted by this mutation. */
10879
+ platformApi?: PlatformApi | null;
10880
+ platformApiEdge?: PlatformApiEdge | null;
10881
+ }
9987
10882
  export interface DeletePlatformApiSchemaPayload {
9988
10883
  clientMutationId?: string | null;
9989
10884
  /** The `PlatformApiSchema` that was deleted by this mutation. */
@@ -9996,12 +10891,6 @@ export interface DeletePlatformApiSettingPayload {
9996
10891
  platformApiSetting?: PlatformApiSetting | null;
9997
10892
  platformApiSettingEdge?: PlatformApiSettingEdge | null;
9998
10893
  }
9999
- export interface DeletePlatformApisPayload {
10000
- clientMutationId?: string | null;
10001
- /** The `PlatformApis` that was deleted by this mutation. */
10002
- platformApis?: PlatformApis | null;
10003
- platformApisEdge?: PlatformApisEdge | null;
10004
- }
10005
10894
  export interface DeletePlatformCorsSettingPayload {
10006
10895
  clientMutationId?: string | null;
10007
10896
  /** The `PlatformCorsSetting` that was deleted by this mutation. */
@@ -10026,6 +10915,24 @@ export interface DeletePlatformDomainVerificationPayload {
10026
10915
  platformDomainVerification?: PlatformDomainVerification | null;
10027
10916
  platformDomainVerificationEdge?: PlatformDomainVerificationEdge | null;
10028
10917
  }
10918
+ export interface DeletePlatformEmailIdentityPayload {
10919
+ clientMutationId?: string | null;
10920
+ /** The `PlatformEmailIdentity` that was deleted by this mutation. */
10921
+ platformEmailIdentity?: PlatformEmailIdentity | null;
10922
+ platformEmailIdentityEdge?: PlatformEmailIdentityEdge | null;
10923
+ }
10924
+ export interface DeletePlatformEmailProviderAccountPayload {
10925
+ clientMutationId?: string | null;
10926
+ /** The `PlatformEmailProviderAccount` that was deleted by this mutation. */
10927
+ platformEmailProviderAccount?: PlatformEmailProviderAccount | null;
10928
+ platformEmailProviderAccountEdge?: PlatformEmailProviderAccountEdge | null;
10929
+ }
10930
+ export interface DeletePlatformEmailSiteIdentityPayload {
10931
+ clientMutationId?: string | null;
10932
+ /** The `PlatformEmailSiteIdentity` that was deleted by this mutation. */
10933
+ platformEmailSiteIdentity?: PlatformEmailSiteIdentity | null;
10934
+ platformEmailSiteIdentityEdge?: PlatformEmailSiteIdentityEdge | null;
10935
+ }
10029
10936
  export interface DeletePlatformManagedDomainPayload {
10030
10937
  clientMutationId?: string | null;
10031
10938
  /** The `PlatformManagedDomain` that was deleted by this mutation. */
@@ -10294,10 +11201,6 @@ export interface ProvisionBucketPayload {
10294
11201
  /** Whether provisioning succeeded */
10295
11202
  success: boolean;
10296
11203
  }
10297
- export interface RejectDatabaseTransferPayload {
10298
- clientMutationId?: string | null;
10299
- result?: boolean | null;
10300
- }
10301
11204
  export interface RequestDatabasePayload {
10302
11205
  clientMutationId?: string | null;
10303
11206
  result?: DatabaseProvisionModule | null;
@@ -10309,6 +11212,12 @@ export interface SitesProvisionStaticSitePayload {
10309
11212
  clientMutationId?: string | null;
10310
11213
  result?: PlatformRoute | null;
10311
11214
  }
11215
+ export interface UpdateApiPayload {
11216
+ /** The `Api` that was updated by this mutation. */
11217
+ api?: Api | null;
11218
+ apiEdge?: ApiEdge | null;
11219
+ clientMutationId?: string | null;
11220
+ }
10312
11221
  export interface UpdateApiSchemaPayload {
10313
11222
  /** The `ApiSchema` that was updated by this mutation. */
10314
11223
  apiSchema?: ApiSchema | null;
@@ -10321,10 +11230,16 @@ export interface UpdateApiSettingPayload {
10321
11230
  apiSettingEdge?: ApiSettingEdge | null;
10322
11231
  clientMutationId?: string | null;
10323
11232
  }
10324
- export interface UpdateApisPayload {
10325
- /** The `Apis` that was updated by this mutation. */
10326
- apis?: Apis | null;
10327
- apisEdge?: ApisEdge | null;
11233
+ export interface UpdateAppPayload {
11234
+ /** The `App` that was updated by this mutation. */
11235
+ app?: App | null;
11236
+ appEdge?: AppEdge | null;
11237
+ clientMutationId?: string | null;
11238
+ }
11239
+ export interface UpdateAppComponentPayload {
11240
+ /** The `AppComponent` that was updated by this mutation. */
11241
+ appComponent?: AppComponent | null;
11242
+ appComponentEdge?: AppComponentEdge | null;
10328
11243
  clientMutationId?: string | null;
10329
11244
  }
10330
11245
  export interface UpdateCheckConstraintPayload {
@@ -10399,6 +11314,24 @@ export interface UpdateDomainVerificationPayload {
10399
11314
  domainVerification?: DomainVerification | null;
10400
11315
  domainVerificationEdge?: DomainVerificationEdge | null;
10401
11316
  }
11317
+ export interface UpdateEmailIdentityPayload {
11318
+ clientMutationId?: string | null;
11319
+ /** The `EmailIdentity` that was updated by this mutation. */
11320
+ emailIdentity?: EmailIdentity | null;
11321
+ emailIdentityEdge?: EmailIdentityEdge | null;
11322
+ }
11323
+ export interface UpdateEmailProviderAccountPayload {
11324
+ clientMutationId?: string | null;
11325
+ /** The `EmailProviderAccount` that was updated by this mutation. */
11326
+ emailProviderAccount?: EmailProviderAccount | null;
11327
+ emailProviderAccountEdge?: EmailProviderAccountEdge | null;
11328
+ }
11329
+ export interface UpdateEmailSiteIdentityPayload {
11330
+ clientMutationId?: string | null;
11331
+ /** The `EmailSiteIdentity` that was updated by this mutation. */
11332
+ emailSiteIdentity?: EmailSiteIdentity | null;
11333
+ emailSiteIdentityEdge?: EmailSiteIdentityEdge | null;
11334
+ }
10402
11335
  export interface UpdateEmbeddingChunkPayload {
10403
11336
  clientMutationId?: string | null;
10404
11337
  /** The `EmbeddingChunk` that was updated by this mutation. */
@@ -10495,6 +11428,12 @@ export interface UpdatePartitionPayload {
10495
11428
  partition?: Partition | null;
10496
11429
  partitionEdge?: PartitionEdge | null;
10497
11430
  }
11431
+ export interface UpdatePlatformApiPayload {
11432
+ clientMutationId?: string | null;
11433
+ /** The `PlatformApi` that was updated by this mutation. */
11434
+ platformApi?: PlatformApi | null;
11435
+ platformApiEdge?: PlatformApiEdge | null;
11436
+ }
10498
11437
  export interface UpdatePlatformApiSchemaPayload {
10499
11438
  clientMutationId?: string | null;
10500
11439
  /** The `PlatformApiSchema` that was updated by this mutation. */
@@ -10507,12 +11446,6 @@ export interface UpdatePlatformApiSettingPayload {
10507
11446
  platformApiSetting?: PlatformApiSetting | null;
10508
11447
  platformApiSettingEdge?: PlatformApiSettingEdge | null;
10509
11448
  }
10510
- export interface UpdatePlatformApisPayload {
10511
- clientMutationId?: string | null;
10512
- /** The `PlatformApis` that was updated by this mutation. */
10513
- platformApis?: PlatformApis | null;
10514
- platformApisEdge?: PlatformApisEdge | null;
10515
- }
10516
11449
  export interface UpdatePlatformCorsSettingPayload {
10517
11450
  clientMutationId?: string | null;
10518
11451
  /** The `PlatformCorsSetting` that was updated by this mutation. */
@@ -10537,6 +11470,24 @@ export interface UpdatePlatformDomainVerificationPayload {
10537
11470
  platformDomainVerification?: PlatformDomainVerification | null;
10538
11471
  platformDomainVerificationEdge?: PlatformDomainVerificationEdge | null;
10539
11472
  }
11473
+ export interface UpdatePlatformEmailIdentityPayload {
11474
+ clientMutationId?: string | null;
11475
+ /** The `PlatformEmailIdentity` that was updated by this mutation. */
11476
+ platformEmailIdentity?: PlatformEmailIdentity | null;
11477
+ platformEmailIdentityEdge?: PlatformEmailIdentityEdge | null;
11478
+ }
11479
+ export interface UpdatePlatformEmailProviderAccountPayload {
11480
+ clientMutationId?: string | null;
11481
+ /** The `PlatformEmailProviderAccount` that was updated by this mutation. */
11482
+ platformEmailProviderAccount?: PlatformEmailProviderAccount | null;
11483
+ platformEmailProviderAccountEdge?: PlatformEmailProviderAccountEdge | null;
11484
+ }
11485
+ export interface UpdatePlatformEmailSiteIdentityPayload {
11486
+ clientMutationId?: string | null;
11487
+ /** The `PlatformEmailSiteIdentity` that was updated by this mutation. */
11488
+ platformEmailSiteIdentity?: PlatformEmailSiteIdentity | null;
11489
+ platformEmailSiteIdentityEdge?: PlatformEmailSiteIdentityEdge | null;
11490
+ }
10540
11491
  export interface UpdatePlatformManagedDomainPayload {
10541
11492
  clientMutationId?: string | null;
10542
11493
  /** The `PlatformManagedDomain` that was updated by this mutation. */
@@ -10827,17 +11778,23 @@ export interface ApiSettingEdge {
10827
11778
  /** The `ApiSetting` at the end of the edge. */
10828
11779
  node?: ApiSetting | null;
10829
11780
  }
10830
- /** A `Apis` edge in the connection. */
10831
- export interface ApisEdge {
11781
+ /** A `Api` edge in the connection. */
11782
+ export interface ApiEdge {
10832
11783
  cursor?: string | null;
10833
- /** The `Apis` at the end of the edge. */
10834
- node?: Apis | null;
11784
+ /** The `Api` at the end of the edge. */
11785
+ node?: Api | null;
10835
11786
  }
10836
- /** A `AstMigration` edge in the connection. */
10837
- export interface AstMigrationEdge {
11787
+ /** A `AppComponent` edge in the connection. */
11788
+ export interface AppComponentEdge {
10838
11789
  cursor?: string | null;
10839
- /** The `AstMigration` at the end of the edge. */
10840
- node?: AstMigration | null;
11790
+ /** The `AppComponent` at the end of the edge. */
11791
+ node?: AppComponent | null;
11792
+ }
11793
+ /** A `App` edge in the connection. */
11794
+ export interface AppEdge {
11795
+ cursor?: string | null;
11796
+ /** The `App` at the end of the edge. */
11797
+ node?: App | null;
10841
11798
  }
10842
11799
  /** A `CheckConstraint` edge in the connection. */
10843
11800
  export interface CheckConstraintEdge {
@@ -10911,6 +11868,24 @@ export interface DomainEdge {
10911
11868
  /** The `Domain` at the end of the edge. */
10912
11869
  node?: Domain | null;
10913
11870
  }
11871
+ /** A `EmailIdentity` edge in the connection. */
11872
+ export interface EmailIdentityEdge {
11873
+ cursor?: string | null;
11874
+ /** The `EmailIdentity` at the end of the edge. */
11875
+ node?: EmailIdentity | null;
11876
+ }
11877
+ /** A `EmailProviderAccount` edge in the connection. */
11878
+ export interface EmailProviderAccountEdge {
11879
+ cursor?: string | null;
11880
+ /** The `EmailProviderAccount` at the end of the edge. */
11881
+ node?: EmailProviderAccount | null;
11882
+ }
11883
+ /** A `EmailSiteIdentity` edge in the connection. */
11884
+ export interface EmailSiteIdentityEdge {
11885
+ cursor?: string | null;
11886
+ /** The `EmailSiteIdentity` at the end of the edge. */
11887
+ node?: EmailSiteIdentity | null;
11888
+ }
10914
11889
  /** A `EmbeddingChunk` edge in the connection. */
10915
11890
  export interface EmbeddingChunkEdge {
10916
11891
  cursor?: string | null;
@@ -11019,11 +11994,11 @@ export interface PlatformApiSettingEdge {
11019
11994
  /** The `PlatformApiSetting` at the end of the edge. */
11020
11995
  node?: PlatformApiSetting | null;
11021
11996
  }
11022
- /** A `PlatformApis` edge in the connection. */
11023
- export interface PlatformApisEdge {
11997
+ /** A `PlatformApi` edge in the connection. */
11998
+ export interface PlatformApiEdge {
11024
11999
  cursor?: string | null;
11025
- /** The `PlatformApis` at the end of the edge. */
11026
- node?: PlatformApis | null;
12000
+ /** The `PlatformApi` at the end of the edge. */
12001
+ node?: PlatformApi | null;
11027
12002
  }
11028
12003
  /** A `PlatformCorsSetting` edge in the connection. */
11029
12004
  export interface PlatformCorsSettingEdge {
@@ -11049,6 +12024,24 @@ export interface PlatformDomainEdge {
11049
12024
  /** The `PlatformDomain` at the end of the edge. */
11050
12025
  node?: PlatformDomain | null;
11051
12026
  }
12027
+ /** A `PlatformEmailIdentity` edge in the connection. */
12028
+ export interface PlatformEmailIdentityEdge {
12029
+ cursor?: string | null;
12030
+ /** The `PlatformEmailIdentity` at the end of the edge. */
12031
+ node?: PlatformEmailIdentity | null;
12032
+ }
12033
+ /** A `PlatformEmailProviderAccount` edge in the connection. */
12034
+ export interface PlatformEmailProviderAccountEdge {
12035
+ cursor?: string | null;
12036
+ /** The `PlatformEmailProviderAccount` at the end of the edge. */
12037
+ node?: PlatformEmailProviderAccount | null;
12038
+ }
12039
+ /** A `PlatformEmailSiteIdentity` edge in the connection. */
12040
+ export interface PlatformEmailSiteIdentityEdge {
12041
+ cursor?: string | null;
12042
+ /** The `PlatformEmailSiteIdentity` at the end of the edge. */
12043
+ node?: PlatformEmailSiteIdentity | null;
12044
+ }
11052
12045
  /** A `PlatformManagedDomain` edge in the connection. */
11053
12046
  export interface PlatformManagedDomainEdge {
11054
12047
  cursor?: string | null;
@@ -11211,12 +12204,6 @@ export interface SpatialRelationEdge {
11211
12204
  /** The `SpatialRelation` at the end of the edge. */
11212
12205
  node?: SpatialRelation | null;
11213
12206
  }
11214
- /** A `SqlAction` edge in the connection. */
11215
- export interface SqlActionEdge {
11216
- cursor?: string | null;
11217
- /** The `SqlAction` at the end of the edge. */
11218
- node?: SqlAction | null;
11219
- }
11220
12207
  /** A `TableBehavior` edge in the connection. */
11221
12208
  export interface TableBehaviorEdge {
11222
12209
  cursor?: string | null;
@@ -11345,7 +12332,7 @@ export interface DatabaseProvisionModule {
11345
12332
  /** Uniform billing anchor: when the request was fulfilled with a usable database (cold provision completion or warm pool claim). Platform absorbs all provisioning compute before this point */
11346
12333
  fulfilledAt?: string | null;
11347
12334
  id: string;
11348
- /** JSONB array of modules to install. Each element is either a string ("users_module") or a [name, options] tuple (["permissions_module", {"scope": "app"}]) */
12335
+ /** JSONB array of modules to install. Each element is either a string ("users_module") or a [name, options] tuple (["capabilities_module", {"scope": "app"}]) */
11349
12336
  modules: unknown;
11350
12337
  /** Additional configuration options for provisioning */
11351
12338
  options: unknown;