@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
@@ -229,6 +229,116 @@ export interface UUIDListFilter {
229
229
  anyGreaterThan?: string;
230
230
  anyGreaterThanOrEqualTo?: string;
231
231
  }
232
+ export type ConstructiveInternalTypeImage = unknown;
233
+ /** Defines rewards granted when a level is achieved; supports limit_credits and meter_credits */
234
+ export interface AppAchievementReward {
235
+ /** Number of credits to grant; unused by capability rewards */
236
+ amount?: number | null;
237
+ createdAt?: string | null;
238
+ /** Credit type: permanent, expiring, etc. */
239
+ creditType?: string | null;
240
+ /** Optional duration after which the granted credit expires; NULL means never expires */
241
+ expiresInterval?: string | null;
242
+ id: string;
243
+ /** Name of the level this reward is granted for */
244
+ levelName?: string | null;
245
+ /** Type of reward: limit_credit, meter_credit, or capability */
246
+ rewardType?: string | null;
247
+ /** Target limit name, meter slug, or capability catalog name */
248
+ targetName?: string | null;
249
+ updatedAt?: string | null;
250
+ }
251
+ /** Aggregated user progress for level requirements, tallying the total count; updated via triggers and should not be modified manually */
252
+ export interface AppEventAggregate {
253
+ actorId?: string | null;
254
+ /** Cumulative count of completed steps toward this requirement */
255
+ count?: number | null;
256
+ createdAt?: string | null;
257
+ id: string;
258
+ /** Name identifier of the level requirement being tracked */
259
+ name?: string | null;
260
+ /** Start of current counting period; NULL means lifetime counting */
261
+ periodStart?: string | null;
262
+ updatedAt?: string | null;
263
+ }
264
+ /** Partitioned append-only log of individual user actions; every single event ever recorded */
265
+ export interface AppEvent {
266
+ actorId?: string | null;
267
+ /** Number of units completed in this step action */
268
+ count?: number | null;
269
+ createdAt?: string | null;
270
+ /** Unique identifier for each event (uuidv7 provides temporal ordering) */
271
+ id: string;
272
+ /** Name identifier of the level requirement this step fulfills */
273
+ name?: string | null;
274
+ }
275
+ /** Catalog of known event types with per-type configuration for aggregation, retention, and level participation */
276
+ export interface AppEventType {
277
+ /** Aggregation mode: count, sum, last_value, or none */
278
+ aggregation?: string | null;
279
+ /** Grouping category: onboarding, engagement, analytics, commerce, etc. */
280
+ category?: string | null;
281
+ createdAt?: string | null;
282
+ /** Human-readable description of this event type */
283
+ description?: string | null;
284
+ /** Whether this event type participates in the levels/badge system by updating aggregates */
285
+ feedsLevels?: boolean | null;
286
+ id: string;
287
+ /** Whether recording of this event type is enabled */
288
+ isActive?: boolean | null;
289
+ /** Unique name identifier for this event type */
290
+ name?: string | null;
291
+ /** Optional period for aggregate count reset; NULL means lifetime counting */
292
+ periodInterval?: string | null;
293
+ updatedAt?: string | null;
294
+ }
295
+ /** Defines available levels that users can achieve by completing requirements */
296
+ export interface AppLevel {
297
+ createdAt?: string | null;
298
+ /** Human-readable description of what this level represents */
299
+ description?: string | null;
300
+ id: string;
301
+ /** Badge or icon image associated with this level */
302
+ image?: ConstructiveInternalTypeImage | null;
303
+ /** Unique name of the level */
304
+ name?: string | null;
305
+ /** Optional owner (actor) who created or manages this level */
306
+ ownerId?: string | null;
307
+ updatedAt?: string | null;
308
+ }
309
+ /** Records when a user achieves a level; prevents duplicate reward grants */
310
+ export interface AppLevelGrant {
311
+ actorId?: string | null;
312
+ createdAt?: string | null;
313
+ /** When this grant lapses; NULL means it holds until revoked */
314
+ expiresAt?: string | null;
315
+ id: string;
316
+ /** Name of the level that was achieved */
317
+ levelName?: string | null;
318
+ /** Period start for periodic achievements; -infinity for non-periodic (earn-once) */
319
+ periodStart?: string | null;
320
+ updatedAt?: string | null;
321
+ }
322
+ /** Defines the specific requirements that must be met to achieve a level */
323
+ export interface AppLevelRequirement {
324
+ createdAt?: string | null;
325
+ /** Human-readable description of what this requirement entails */
326
+ description?: string | null;
327
+ /** Requirements of a level sharing this key satisfy it as alternatives; NULL requires this one on its own */
328
+ groupKey?: string | null;
329
+ id: string;
330
+ /** Name of the level this requirement belongs to */
331
+ level?: string | null;
332
+ /** Computed signal to compare against required_count instead of an event count; currently only account_age_days */
333
+ metric?: string | null;
334
+ /** Name identifier of the requirement (matches step names) */
335
+ name?: string | null;
336
+ /** Display ordering priority; lower values appear first */
337
+ priority?: number | null;
338
+ /** Number of steps needed to satisfy this requirement */
339
+ requiredCount?: number | null;
340
+ updatedAt?: string | null;
341
+ }
232
342
  /** Per-entity cap overrides. Allows specific orgs/entities to have different cap values than the scope default. */
233
343
  export interface AppLimitCap {
234
344
  /** Entity this cap override applies to */
@@ -264,7 +374,7 @@ export interface AppLimit {
264
374
  organizationId?: string | null;
265
375
  /** Temporary credits for the current billing window. Resets to 0 on window expiry. */
266
376
  periodCredits?: string | null;
267
- /** Ceiling set by the active plan via apply_plan(). Window reset does not change this value. */
377
+ /** Ceiling pinned for this actor by the active plan via apply_plan(). NULL means the ceiling follows the tenant default in the default-limits table, so raising a default reaches rows that already exist. Window reset does not change this value. */
268
378
  planMax?: string | null;
269
379
  /** Permanent credits from purchases, admin grants, or lifetime rewards. Survives window reset. */
270
380
  purchasedCredits?: string | null;
@@ -275,7 +385,7 @@ export interface AppLimit {
275
385
  /** Start of the current metering window; NULL means no time window */
276
386
  windowStart?: string | null;
277
387
  }
278
- /** Redeemable credit codes managed by admins with the add_credits permission */
388
+ /** Redeemable credit codes managed by admins with the add_credits capability */
279
389
  export interface AppLimitCreditCode {
280
390
  /** Human-readable credit code (case-insensitive, unique) */
281
391
  code?: string | null;
@@ -375,6 +485,134 @@ export interface AppLimitWarning {
375
485
  /** Threshold type: absolute (fixed count) or percentage (of max) */
376
486
  warningType?: string | null;
377
487
  }
488
+ /** Permanent monthly usage summary per entity per meter (user-facing billing dashboard) */
489
+ export interface BillingUsageSummary {
490
+ /** Universal credits consumed during this period */
491
+ creditsConsumed?: string | null;
492
+ /** The entity (org, team, user) this summary belongs to */
493
+ entityId?: string | null;
494
+ /** Entity type prefix (org, team, app, etc.) for interpreting entity_id */
495
+ entityType?: string | null;
496
+ id: string;
497
+ /** Which meter this summary tracks */
498
+ meterSlug?: string | null;
499
+ /** Resolved billable organization via get_organization_id */
500
+ organizationId?: string | null;
501
+ /** Units consumed beyond the plan limit (quantity_used - plan_limit when positive) */
502
+ overageUnits?: string | null;
503
+ /** End of the billing period this summary covers */
504
+ periodEnd?: string | null;
505
+ /** Start of the billing period this summary covers */
506
+ periodStart?: string | null;
507
+ /** Plan limit that was in effect during this period */
508
+ planLimit?: string | null;
509
+ /** Total units consumed during this period */
510
+ quantityUsed?: string | null;
511
+ }
512
+ /** Append-only event log for all billing events (usage, grants, adjustments) */
513
+ export interface Ledger {
514
+ createdAt?: string | null;
515
+ /** Change amount (positive = grant/credit, negative = consumption/debit) */
516
+ delta?: string | null;
517
+ /** The entity this ledger entry belongs to */
518
+ entityId?: string | null;
519
+ /** Entity type prefix (org, team, app, etc.) for interpreting entity_id */
520
+ entityType?: string | null;
521
+ /** Specific type: increment, decrement, credit_purchase, plan_grant, reset, adjustment */
522
+ entryType?: string | null;
523
+ /** Unique identifier for each ledger entry */
524
+ id: string;
525
+ /** Classification: usage, grant, adjustment, refund */
526
+ ledgerClass?: string | null;
527
+ /** Additional context (reason, source, Stripe receipt, etc.) */
528
+ metadata?: Record<string, unknown> | null;
529
+ /** Which meter this entry is for */
530
+ meterSlug?: string | null;
531
+ /** Resolved billable organization via get_organization_id */
532
+ organizationId?: string | null;
533
+ /** Running total of usage after this entry */
534
+ usageAfter?: string | null;
535
+ }
536
+ /** Defines billable meters (what to track: quotas, feature flags, credit pools) */
537
+ export interface Meter {
538
+ /** How usage is aggregated: cumulative (sum over period) or peak (max watermark) */
539
+ aggregation?: string | null;
540
+ /** Slug of the category pool meter this meter belongs to. When set, usage overflow charges the category pool before falling through to universal credits. NULL means skip category pool and fall through directly to universal. */
541
+ categoryMeter?: string | null;
542
+ /** Universal credits consumed per unit of this meter. NULL disables universal credit fallback. */
543
+ creditCost?: number | null;
544
+ /** Human-readable name for the meter */
545
+ displayName?: string | null;
546
+ id: string;
547
+ /** Whether this meter is currently active */
548
+ isActive?: boolean | null;
549
+ /** Type of meter: quota (consumable), boolean (feature flag), or usage_pool (category aggregator) */
550
+ meterType?: string | null;
551
+ /** Reset cadence for this meter (e.g. 1 month, 1 year). NULL means no periodic reset. */
552
+ periodInterval?: string | null;
553
+ /** Maximum unused units that carry forward on rollover reset. NULL means unlimited rollover. */
554
+ rolloverCap?: string | null;
555
+ /** Unique identifier for the meter (e.g. api_requests, storage_gb, seats) */
556
+ slug?: string | null;
557
+ /** Unit of measurement for this meter (e.g. tokens, characters, audio_seconds, pages, images, megapixels, bytes, requests, compute_ms, credits) */
558
+ unit?: string | null;
559
+ }
560
+ /** Append-only ledger of credit grants for billing meters that automatically update balances */
561
+ export interface MeterCredit {
562
+ /** Number of credits to grant (positive to add, negative to revoke) */
563
+ amount?: string | null;
564
+ /** When this credit was granted */
565
+ createdAt?: string | null;
566
+ /** Credit behavior: permanent (survives reset), period (zeroed on reset), or rollover (unused portion carries forward) */
567
+ creditType?: string | null;
568
+ /** Entity this credit applies to */
569
+ entityId?: string | null;
570
+ /** Membership prefix identifying the entity kind (org, team, app) */
571
+ entityType?: string | null;
572
+ /** When this credit expires. NULL means the credit never expires. */
573
+ expiresAt?: string | null;
574
+ id: string;
575
+ /** FK to meters — which meter definition this credit applies to */
576
+ meterId?: string | null;
577
+ /** Resolved billable organization via get_organization_id */
578
+ organizationId?: string | null;
579
+ /** Optional reason for the credit grant (promo code, admin grant, etc.) */
580
+ reason?: string | null;
581
+ }
582
+ /** Default meter catalog: defines which meters are available and their default plan_limit values for new entities */
583
+ export interface MeterDefault {
584
+ /** Slug of the category pool meter (usage_pool) this meter belongs to, enabling the per-task -> category -> universal waterfall for default-provisioned meters. NULL skips the category pool. */
585
+ categoryMeter?: string | null;
586
+ /** Universal credits consumed per unit of this meter. NULL disables universal credit fallback. */
587
+ creditCost?: string | null;
588
+ /** Default plan_limit value for new entity balances. 0 means no quota; -1 (negative) means unlimited. */
589
+ defaultPlanLimit?: string | null;
590
+ /** Human-readable name for the default meter */
591
+ displayName?: string | null;
592
+ id: string;
593
+ /** Whether this default meter is actively provisioned for new entities */
594
+ isActive?: boolean | null;
595
+ /** Type of meter: quota, boolean, or usage_pool */
596
+ meterType?: string | null;
597
+ /** Meter slug that matches the slug in the meters table */
598
+ slug?: string | null;
599
+ /** Unit of measurement for this meter (e.g. tokens, requests, images, compute_ms, credits) */
600
+ unit?: string | null;
601
+ }
602
+ /** Maps billing meters to typed usage summary table columns for automated usage reconciliation. Each row tells reconcile_typed_usage() which column to aggregate and how. */
603
+ export interface MeterSource {
604
+ /** How to aggregate the column. Built-in types: sum, sum_bytes_to_gb, peak. Custom types supported. */
605
+ aggregationType?: string | null;
606
+ /** Column name in the typed usage summary table (e.g. total_reads, avg_read_time_ms, size_bytes) */
607
+ dimensionPath?: string | null;
608
+ id: string;
609
+ /** Soft-delete flag. Inactive sources are skipped during reconciliation. */
610
+ isActive?: boolean | null;
611
+ /** Slug of the billing meter this source feeds (matches meters.slug in the billing module) */
612
+ meterSlug?: string | null;
613
+ /** Source table type: table_usage (db_table_stats_usage_summary), query_time (db_query_stats_usage_summary), or row_count (trigger-based, skipped by reconcile) */
614
+ sourceMetric?: string | null;
615
+ }
378
616
  /** Tracks aggregate entity-level usage counts (org-wide caps, no per-user breakdown) */
379
617
  export interface OrgLimitAggregate {
380
618
  /** Entity (org) whose aggregate usage is being tracked */
@@ -392,7 +630,7 @@ export interface OrgLimitAggregate {
392
630
  organizationId?: string | null;
393
631
  /** Temporary credits for the current billing window. Resets to 0 on window expiry. */
394
632
  periodCredits?: string | null;
395
- /** Ceiling set by the active plan via apply_plan(). Window reset does not change this value. */
633
+ /** Ceiling pinned for this entity by the active plan via apply_plan(). NULL means the ceiling follows the tenant default in the default-limits table, so raising a default reaches rows that already exist. Window reset does not change this value. */
396
634
  planMax?: string | null;
397
635
  /** Permanent credits from purchases, admin grants, or lifetime rewards. Survives window reset. */
398
636
  purchasedCredits?: string | null;
@@ -441,7 +679,7 @@ export interface OrgLimit {
441
679
  organizationId?: string | null;
442
680
  /** Temporary credits for the current billing window. Resets to 0 on window expiry. */
443
681
  periodCredits?: string | null;
444
- /** Ceiling set by the active plan via apply_plan(). Window reset does not change this value. */
682
+ /** Ceiling pinned for this actor by the active plan via apply_plan(). NULL means the ceiling follows the tenant default in the default-limits table, so raising a default reaches rows that already exist. Window reset does not change this value. */
445
683
  planMax?: string | null;
446
684
  /** Permanent credits from purchases, admin grants, or lifetime rewards. Survives window reset. */
447
685
  purchasedCredits?: string | null;
@@ -524,6 +762,94 @@ export interface OrgLimitWarning {
524
762
  /** Threshold type: absolute (fixed count) or percentage (of max) */
525
763
  warningType?: string | null;
526
764
  }
765
+ /** Maps each plan to feature flag cap values (written to limit_caps when plan is applied) */
766
+ export interface PlanCap {
767
+ /** Name of the cap/feature flag this plan sets (must match a name in caps_defaults or limit_caps) */
768
+ capName?: string | null;
769
+ /** Cap value to set when this plan is applied. Convention: 0=disabled, 1=enabled, N=numeric cap, negative=unlimited */
770
+ capValue?: string | null;
771
+ id: string;
772
+ /** Reference to the plan this cap setting belongs to */
773
+ planId?: string | null;
774
+ }
775
+ /** Defines plan tiers with named limit configurations */
776
+ export interface Plan {
777
+ /** Human-readable description of the plan tier */
778
+ description?: string | null;
779
+ id: string;
780
+ /** Whether this plan can currently be applied to entities */
781
+ isActive?: boolean | null;
782
+ /** Unique name identifier of the plan (e.g. free, pro, enterprise) */
783
+ name?: string | null;
784
+ }
785
+ /** Maps each plan to specific limit names and their maximum allowed values */
786
+ export interface PlanLimit {
787
+ id: string;
788
+ /** Name of the limit this plan sets (must match the name field in a limits table) */
789
+ limitName?: string | null;
790
+ /** Maximum value to set on the limit when this plan is applied; negative means unlimited */
791
+ maxValue?: string | null;
792
+ /** Reference to the plan this limit configuration belongs to */
793
+ planId?: string | null;
794
+ }
795
+ /** Maps each plan to billing meter quotas (plan_limit values written to balances when plan is applied) */
796
+ export interface PlanMeterLimit {
797
+ id: string;
798
+ /** Slug of the billing meter this plan sets a quota for (must match a slug in the meters table) */
799
+ meterSlug?: string | null;
800
+ /** Reference to the plan this meter limit belongs to */
801
+ planId?: string | null;
802
+ /** Billing quota to set on the balance when this plan is applied; negative means unlimited */
803
+ planLimit?: string | null;
804
+ }
805
+ /** Per-entity limit overrides that take precedence over plan defaults */
806
+ export interface PlanOverride {
807
+ /** Entity receiving the custom override (personal org or actual org) */
808
+ entityId?: string | null;
809
+ /** When this override expires; NULL means permanent */
810
+ expiresAt?: string | null;
811
+ id: string;
812
+ /** Name of the limit being overridden */
813
+ limitName?: string | null;
814
+ /** Override maximum value; negative means unlimited */
815
+ maxValue?: string | null;
816
+ /** Admin note explaining why this override was granted */
817
+ reason?: string | null;
818
+ }
819
+ /** Billing intervals and pricing for each plan tier */
820
+ export interface PlanPricing {
821
+ /** Billing cycle identifier (e.g. monthly, yearly, lifetime) */
822
+ billingInterval?: string | null;
823
+ /** ISO 4217 currency code (lowercase) */
824
+ currency?: string | null;
825
+ /** Discount percentage off the base price (0-100); NULL means no discount */
826
+ discountPercent?: string | null;
827
+ id: string;
828
+ /** Whether this pricing option is currently available */
829
+ isActive?: boolean | null;
830
+ /** Reference to the plan this pricing belongs to */
831
+ planId?: string | null;
832
+ /** Price in smallest currency unit (e.g. cents); negative means contact-sales */
833
+ price?: string | null;
834
+ }
835
+ /** Assigns a plan to an entity with subscription lifecycle (start, end, active state) */
836
+ export interface PlanSubscription {
837
+ /** When the subscription expires (NULL = no expiration) */
838
+ endsAt?: string | null;
839
+ /** The entity (org, team, user) this subscription belongs to */
840
+ entityId?: string | null;
841
+ /** Membership prefix identifying the entity kind (org, team, app) */
842
+ entityType?: string | null;
843
+ id: string;
844
+ /** Whether the subscription is currently active */
845
+ isActive?: boolean | null;
846
+ /** Resolved billable organization via get_organization_id */
847
+ organizationId?: string | null;
848
+ /** Reference to the plan this subscription is for */
849
+ planId?: string | null;
850
+ /** When the subscription becomes active */
851
+ startsAt?: string | null;
852
+ }
527
853
  export interface ConnectionResult<T> {
528
854
  nodes: T[];
529
855
  totalCount: number;
@@ -535,6 +861,20 @@ export interface PageInfo {
535
861
  startCursor?: string | null;
536
862
  endCursor?: string | null;
537
863
  }
864
+ export interface AppAchievementRewardRelations {
865
+ }
866
+ export interface AppEventAggregateRelations {
867
+ }
868
+ export interface AppEventRelations {
869
+ }
870
+ export interface AppEventTypeRelations {
871
+ }
872
+ export interface AppLevelRelations {
873
+ }
874
+ export interface AppLevelGrantRelations {
875
+ }
876
+ export interface AppLevelRequirementRelations {
877
+ }
538
878
  export interface AppLimitCapRelations {
539
879
  }
540
880
  export interface AppLimitCapsDefaultRelations {
@@ -563,6 +903,20 @@ export interface AppLimitEventRelations {
563
903
  }
564
904
  export interface AppLimitWarningRelations {
565
905
  }
906
+ export interface BillingUsageSummaryRelations {
907
+ }
908
+ export interface LedgerRelations {
909
+ }
910
+ export interface MeterRelations {
911
+ meterCredits?: ConnectionResult<MeterCredit>;
912
+ }
913
+ export interface MeterCreditRelations {
914
+ meter?: Meter | null;
915
+ }
916
+ export interface MeterDefaultRelations {
917
+ }
918
+ export interface MeterSourceRelations {
919
+ }
566
920
  export interface OrgLimitAggregateRelations {
567
921
  }
568
922
  export interface OrgLimitCapRelations {
@@ -581,6 +935,37 @@ export interface OrgLimitEventRelations {
581
935
  }
582
936
  export interface OrgLimitWarningRelations {
583
937
  }
938
+ export interface PlanCapRelations {
939
+ plan?: Plan | null;
940
+ }
941
+ export interface PlanRelations {
942
+ planCaps?: ConnectionResult<PlanCap>;
943
+ planLimits?: ConnectionResult<PlanLimit>;
944
+ planMeterLimits?: ConnectionResult<PlanMeterLimit>;
945
+ planPricings?: ConnectionResult<PlanPricing>;
946
+ planSubscriptions?: ConnectionResult<PlanSubscription>;
947
+ }
948
+ export interface PlanLimitRelations {
949
+ plan?: Plan | null;
950
+ }
951
+ export interface PlanMeterLimitRelations {
952
+ plan?: Plan | null;
953
+ }
954
+ export interface PlanOverrideRelations {
955
+ }
956
+ export interface PlanPricingRelations {
957
+ plan?: Plan | null;
958
+ }
959
+ export interface PlanSubscriptionRelations {
960
+ plan?: Plan | null;
961
+ }
962
+ export type AppAchievementRewardWithRelations = AppAchievementReward & AppAchievementRewardRelations;
963
+ export type AppEventAggregateWithRelations = AppEventAggregate & AppEventAggregateRelations;
964
+ export type AppEventWithRelations = AppEvent & AppEventRelations;
965
+ export type AppEventTypeWithRelations = AppEventType & AppEventTypeRelations;
966
+ export type AppLevelWithRelations = AppLevel & AppLevelRelations;
967
+ export type AppLevelGrantWithRelations = AppLevelGrant & AppLevelGrantRelations;
968
+ export type AppLevelRequirementWithRelations = AppLevelRequirement & AppLevelRequirementRelations;
584
969
  export type AppLimitCapWithRelations = AppLimitCap & AppLimitCapRelations;
585
970
  export type AppLimitCapsDefaultWithRelations = AppLimitCapsDefault & AppLimitCapsDefaultRelations;
586
971
  export type AppLimitWithRelations = AppLimit & AppLimitRelations;
@@ -591,6 +976,12 @@ export type AppLimitCreditRedemptionWithRelations = AppLimitCreditRedemption & A
591
976
  export type AppLimitDefaultWithRelations = AppLimitDefault & AppLimitDefaultRelations;
592
977
  export type AppLimitEventWithRelations = AppLimitEvent & AppLimitEventRelations;
593
978
  export type AppLimitWarningWithRelations = AppLimitWarning & AppLimitWarningRelations;
979
+ export type BillingUsageSummaryWithRelations = BillingUsageSummary & BillingUsageSummaryRelations;
980
+ export type LedgerWithRelations = Ledger & LedgerRelations;
981
+ export type MeterWithRelations = Meter & MeterRelations;
982
+ export type MeterCreditWithRelations = MeterCredit & MeterCreditRelations;
983
+ export type MeterDefaultWithRelations = MeterDefault & MeterDefaultRelations;
984
+ export type MeterSourceWithRelations = MeterSource & MeterSourceRelations;
594
985
  export type OrgLimitAggregateWithRelations = OrgLimitAggregate & OrgLimitAggregateRelations;
595
986
  export type OrgLimitCapWithRelations = OrgLimitCap & OrgLimitCapRelations;
596
987
  export type OrgLimitCapsDefaultWithRelations = OrgLimitCapsDefault & OrgLimitCapsDefaultRelations;
@@ -599,6 +990,82 @@ export type OrgLimitCreditWithRelations = OrgLimitCredit & OrgLimitCreditRelatio
599
990
  export type OrgLimitDefaultWithRelations = OrgLimitDefault & OrgLimitDefaultRelations;
600
991
  export type OrgLimitEventWithRelations = OrgLimitEvent & OrgLimitEventRelations;
601
992
  export type OrgLimitWarningWithRelations = OrgLimitWarning & OrgLimitWarningRelations;
993
+ export type PlanCapWithRelations = PlanCap & PlanCapRelations;
994
+ export type PlanWithRelations = Plan & PlanRelations;
995
+ export type PlanLimitWithRelations = PlanLimit & PlanLimitRelations;
996
+ export type PlanMeterLimitWithRelations = PlanMeterLimit & PlanMeterLimitRelations;
997
+ export type PlanOverrideWithRelations = PlanOverride & PlanOverrideRelations;
998
+ export type PlanPricingWithRelations = PlanPricing & PlanPricingRelations;
999
+ export type PlanSubscriptionWithRelations = PlanSubscription & PlanSubscriptionRelations;
1000
+ export type AppAchievementRewardSelect = {
1001
+ amount?: boolean;
1002
+ createdAt?: boolean;
1003
+ creditType?: boolean;
1004
+ expiresInterval?: boolean;
1005
+ id?: boolean;
1006
+ levelName?: boolean;
1007
+ rewardType?: boolean;
1008
+ targetName?: boolean;
1009
+ updatedAt?: boolean;
1010
+ };
1011
+ export type AppEventAggregateSelect = {
1012
+ actorId?: boolean;
1013
+ count?: boolean;
1014
+ createdAt?: boolean;
1015
+ id?: boolean;
1016
+ name?: boolean;
1017
+ periodStart?: boolean;
1018
+ updatedAt?: boolean;
1019
+ };
1020
+ export type AppEventSelect = {
1021
+ actorId?: boolean;
1022
+ count?: boolean;
1023
+ createdAt?: boolean;
1024
+ id?: boolean;
1025
+ name?: boolean;
1026
+ };
1027
+ export type AppEventTypeSelect = {
1028
+ aggregation?: boolean;
1029
+ category?: boolean;
1030
+ createdAt?: boolean;
1031
+ description?: boolean;
1032
+ feedsLevels?: boolean;
1033
+ id?: boolean;
1034
+ isActive?: boolean;
1035
+ name?: boolean;
1036
+ periodInterval?: boolean;
1037
+ updatedAt?: boolean;
1038
+ };
1039
+ export type AppLevelSelect = {
1040
+ createdAt?: boolean;
1041
+ description?: boolean;
1042
+ id?: boolean;
1043
+ image?: boolean;
1044
+ name?: boolean;
1045
+ ownerId?: boolean;
1046
+ updatedAt?: boolean;
1047
+ };
1048
+ export type AppLevelGrantSelect = {
1049
+ actorId?: boolean;
1050
+ createdAt?: boolean;
1051
+ expiresAt?: boolean;
1052
+ id?: boolean;
1053
+ levelName?: boolean;
1054
+ periodStart?: boolean;
1055
+ updatedAt?: boolean;
1056
+ };
1057
+ export type AppLevelRequirementSelect = {
1058
+ createdAt?: boolean;
1059
+ description?: boolean;
1060
+ groupKey?: boolean;
1061
+ id?: boolean;
1062
+ level?: boolean;
1063
+ metric?: boolean;
1064
+ name?: boolean;
1065
+ priority?: boolean;
1066
+ requiredCount?: boolean;
1067
+ updatedAt?: boolean;
1068
+ };
602
1069
  export type AppLimitCapSelect = {
603
1070
  entityId?: boolean;
604
1071
  id?: boolean;
@@ -718,6 +1185,85 @@ export type AppLimitWarningSelect = {
718
1185
  thresholdValue?: boolean;
719
1186
  warningType?: boolean;
720
1187
  };
1188
+ export type BillingUsageSummarySelect = {
1189
+ creditsConsumed?: boolean;
1190
+ entityId?: boolean;
1191
+ entityType?: boolean;
1192
+ id?: boolean;
1193
+ meterSlug?: boolean;
1194
+ organizationId?: boolean;
1195
+ overageUnits?: boolean;
1196
+ periodEnd?: boolean;
1197
+ periodStart?: boolean;
1198
+ planLimit?: boolean;
1199
+ quantityUsed?: boolean;
1200
+ };
1201
+ export type LedgerSelect = {
1202
+ createdAt?: boolean;
1203
+ delta?: boolean;
1204
+ entityId?: boolean;
1205
+ entityType?: boolean;
1206
+ entryType?: boolean;
1207
+ id?: boolean;
1208
+ ledgerClass?: boolean;
1209
+ metadata?: boolean;
1210
+ meterSlug?: boolean;
1211
+ organizationId?: boolean;
1212
+ usageAfter?: boolean;
1213
+ };
1214
+ export type MeterSelect = {
1215
+ aggregation?: boolean;
1216
+ categoryMeter?: boolean;
1217
+ creditCost?: boolean;
1218
+ displayName?: boolean;
1219
+ id?: boolean;
1220
+ isActive?: boolean;
1221
+ meterType?: boolean;
1222
+ periodInterval?: boolean;
1223
+ rolloverCap?: boolean;
1224
+ slug?: boolean;
1225
+ unit?: boolean;
1226
+ meterCredits?: {
1227
+ select: MeterCreditSelect;
1228
+ first?: number;
1229
+ filter?: MeterCreditFilter;
1230
+ orderBy?: MeterCreditOrderBy[];
1231
+ };
1232
+ };
1233
+ export type MeterCreditSelect = {
1234
+ amount?: boolean;
1235
+ createdAt?: boolean;
1236
+ creditType?: boolean;
1237
+ entityId?: boolean;
1238
+ entityType?: boolean;
1239
+ expiresAt?: boolean;
1240
+ id?: boolean;
1241
+ meterId?: boolean;
1242
+ organizationId?: boolean;
1243
+ reason?: boolean;
1244
+ meter?: {
1245
+ select: MeterSelect;
1246
+ };
1247
+ };
1248
+ export type MeterDefaultSelect = {
1249
+ categoryMeter?: boolean;
1250
+ creditCost?: boolean;
1251
+ defaultPlanLimit?: boolean;
1252
+ displayName?: boolean;
1253
+ id?: boolean;
1254
+ isActive?: boolean;
1255
+ meterType?: boolean;
1256
+ slug?: boolean;
1257
+ unit?: boolean;
1258
+ };
1259
+ export type MeterSourceSelect = {
1260
+ aggregationType?: boolean;
1261
+ dimensionPath?: boolean;
1262
+ id?: boolean;
1263
+ isActive?: boolean;
1264
+ meterSlug?: boolean;
1265
+ sourceMetric?: boolean;
1266
+ };
721
1267
  export type OrgLimitAggregateSelect = {
722
1268
  entityId?: boolean;
723
1269
  entityType?: boolean;
@@ -810,75 +1356,337 @@ export type OrgLimitWarningSelect = {
810
1356
  thresholdValue?: boolean;
811
1357
  warningType?: boolean;
812
1358
  };
813
- export interface AppLimitCapFilter {
1359
+ export type PlanCapSelect = {
1360
+ capName?: boolean;
1361
+ capValue?: boolean;
1362
+ id?: boolean;
1363
+ planId?: boolean;
1364
+ plan?: {
1365
+ select: PlanSelect;
1366
+ };
1367
+ };
1368
+ export type PlanSelect = {
1369
+ description?: boolean;
1370
+ id?: boolean;
1371
+ isActive?: boolean;
1372
+ name?: boolean;
1373
+ planCaps?: {
1374
+ select: PlanCapSelect;
1375
+ first?: number;
1376
+ filter?: PlanCapFilter;
1377
+ orderBy?: PlanCapOrderBy[];
1378
+ };
1379
+ planLimits?: {
1380
+ select: PlanLimitSelect;
1381
+ first?: number;
1382
+ filter?: PlanLimitFilter;
1383
+ orderBy?: PlanLimitOrderBy[];
1384
+ };
1385
+ planMeterLimits?: {
1386
+ select: PlanMeterLimitSelect;
1387
+ first?: number;
1388
+ filter?: PlanMeterLimitFilter;
1389
+ orderBy?: PlanMeterLimitOrderBy[];
1390
+ };
1391
+ planPricings?: {
1392
+ select: PlanPricingSelect;
1393
+ first?: number;
1394
+ filter?: PlanPricingFilter;
1395
+ orderBy?: PlanPricingOrderBy[];
1396
+ };
1397
+ planSubscriptions?: {
1398
+ select: PlanSubscriptionSelect;
1399
+ first?: number;
1400
+ filter?: PlanSubscriptionFilter;
1401
+ orderBy?: PlanSubscriptionOrderBy[];
1402
+ };
1403
+ };
1404
+ export type PlanLimitSelect = {
1405
+ id?: boolean;
1406
+ limitName?: boolean;
1407
+ maxValue?: boolean;
1408
+ planId?: boolean;
1409
+ plan?: {
1410
+ select: PlanSelect;
1411
+ };
1412
+ };
1413
+ export type PlanMeterLimitSelect = {
1414
+ id?: boolean;
1415
+ meterSlug?: boolean;
1416
+ planId?: boolean;
1417
+ planLimit?: boolean;
1418
+ plan?: {
1419
+ select: PlanSelect;
1420
+ };
1421
+ };
1422
+ export type PlanOverrideSelect = {
1423
+ entityId?: boolean;
1424
+ expiresAt?: boolean;
1425
+ id?: boolean;
1426
+ limitName?: boolean;
1427
+ maxValue?: boolean;
1428
+ reason?: boolean;
1429
+ };
1430
+ export type PlanPricingSelect = {
1431
+ billingInterval?: boolean;
1432
+ currency?: boolean;
1433
+ discountPercent?: boolean;
1434
+ id?: boolean;
1435
+ isActive?: boolean;
1436
+ planId?: boolean;
1437
+ price?: boolean;
1438
+ plan?: {
1439
+ select: PlanSelect;
1440
+ };
1441
+ };
1442
+ export type PlanSubscriptionSelect = {
1443
+ endsAt?: boolean;
1444
+ entityId?: boolean;
1445
+ entityType?: boolean;
1446
+ id?: boolean;
1447
+ isActive?: boolean;
1448
+ organizationId?: boolean;
1449
+ planId?: boolean;
1450
+ startsAt?: boolean;
1451
+ plan?: {
1452
+ select: PlanSelect;
1453
+ };
1454
+ };
1455
+ export interface AppAchievementRewardFilter {
1456
+ /** Filter by the object’s `amount` field. */
1457
+ amount?: IntFilter;
814
1458
  /** Checks for all expressions in this list. */
815
- and?: AppLimitCapFilter[];
816
- /** Filter by the object’s `entityId` field. */
817
- entityId?: UUIDFilter;
1459
+ and?: AppAchievementRewardFilter[];
1460
+ /** Filter by the object’s `createdAt` field. */
1461
+ createdAt?: DatetimeFilter;
1462
+ /** Filter by the object’s `creditType` field. */
1463
+ creditType?: StringFilter;
1464
+ /** Filter by the object’s `expiresInterval` field. */
1465
+ expiresInterval?: IntervalFilter;
818
1466
  /** Filter by the object’s `id` field. */
819
1467
  id?: UUIDFilter;
820
- /** Filter by the object’s `max` field. */
821
- max?: BigIntFilter;
822
- /** Filter by the object’s `name` field. */
823
- name?: StringFilter;
1468
+ /** Filter by the object’s `levelName` field. */
1469
+ levelName?: StringFilter;
824
1470
  /** Negates the expression. */
825
- not?: AppLimitCapFilter;
1471
+ not?: AppAchievementRewardFilter;
826
1472
  /** Checks for any expressions in this list. */
827
- or?: AppLimitCapFilter[];
828
- }
829
- export interface AppLimitCapsDefaultFilter {
1473
+ or?: AppAchievementRewardFilter[];
1474
+ /** Filter by the object’s `rewardType` field. */
1475
+ rewardType?: StringFilter;
1476
+ /** Filter by the object’s `targetName` field. */
1477
+ targetName?: StringFilter;
1478
+ /** Filter by the object’s `updatedAt` field. */
1479
+ updatedAt?: DatetimeFilter;
1480
+ }
1481
+ export interface AppEventAggregateFilter {
1482
+ /** Filter by the object’s `actorId` field. */
1483
+ actorId?: UUIDFilter;
830
1484
  /** Checks for all expressions in this list. */
831
- and?: AppLimitCapsDefaultFilter[];
1485
+ and?: AppEventAggregateFilter[];
1486
+ /** Filter by the object’s `count` field. */
1487
+ count?: IntFilter;
1488
+ /** Filter by the object’s `createdAt` field. */
1489
+ createdAt?: DatetimeFilter;
832
1490
  /** Filter by the object’s `id` field. */
833
1491
  id?: UUIDFilter;
834
- /** Filter by the object’s `max` field. */
835
- max?: BigIntFilter;
836
1492
  /** Filter by the object’s `name` field. */
837
1493
  name?: StringFilter;
838
1494
  /** Negates the expression. */
839
- not?: AppLimitCapsDefaultFilter;
1495
+ not?: AppEventAggregateFilter;
840
1496
  /** Checks for any expressions in this list. */
841
- or?: AppLimitCapsDefaultFilter[];
1497
+ or?: AppEventAggregateFilter[];
1498
+ /** Filter by the object’s `periodStart` field. */
1499
+ periodStart?: DatetimeFilter;
1500
+ /** Filter by the object’s `updatedAt` field. */
1501
+ updatedAt?: DatetimeFilter;
842
1502
  }
843
- export interface AppLimitFilter {
1503
+ export interface AppEventFilter {
844
1504
  /** Filter by the object’s `actorId` field. */
845
1505
  actorId?: UUIDFilter;
846
1506
  /** Checks for all expressions in this list. */
847
- and?: AppLimitFilter[];
848
- /** Filter by the object’s `entityType` field. */
849
- entityType?: StringFilter;
1507
+ and?: AppEventFilter[];
1508
+ /** Filter by the object’s `count` field. */
1509
+ count?: IntFilter;
1510
+ /** Filter by the object’s `createdAt` field. */
1511
+ createdAt?: DatetimeFilter;
850
1512
  /** Filter by the object’s `id` field. */
851
1513
  id?: UUIDFilter;
852
- /** Filter by the object’s `max` field. */
853
- max?: BigIntFilter;
854
1514
  /** Filter by the object’s `name` field. */
855
1515
  name?: StringFilter;
856
1516
  /** Negates the expression. */
857
- not?: AppLimitFilter;
858
- /** Filter by the object’s `num` field. */
859
- num?: BigIntFilter;
1517
+ not?: AppEventFilter;
860
1518
  /** Checks for any expressions in this list. */
861
- or?: AppLimitFilter[];
862
- /** Filter by the object’s `organizationId` field. */
863
- organizationId?: UUIDFilter;
864
- /** Filter by the object’s `periodCredits` field. */
865
- periodCredits?: BigIntFilter;
866
- /** Filter by the object’s `planMax` field. */
867
- planMax?: BigIntFilter;
868
- /** Filter by the object’s `purchasedCredits` field. */
869
- purchasedCredits?: BigIntFilter;
870
- /** Filter by the object’s `softMax` field. */
871
- softMax?: BigIntFilter;
872
- /** Filter by the object’s `windowDuration` field. */
873
- windowDuration?: IntervalFilter;
874
- /** Filter by the object’s `windowStart` field. */
875
- windowStart?: DatetimeFilter;
1519
+ or?: AppEventFilter[];
876
1520
  }
877
- export interface AppLimitCreditCodeFilter {
1521
+ export interface AppEventTypeFilter {
1522
+ /** Filter by the object’s `aggregation` field. */
1523
+ aggregation?: StringFilter;
878
1524
  /** Checks for all expressions in this list. */
879
- and?: AppLimitCreditCodeFilter[];
880
- /** Filter by the object’s `appLimitCreditCodeItemsByCreditCodeId` relation. */
881
- appLimitCreditCodeItemsByCreditCodeId?: AppLimitCreditCodeToManyAppLimitCreditCodeItemFilter;
1525
+ and?: AppEventTypeFilter[];
1526
+ /** Filter by the object’s `category` field. */
1527
+ category?: StringFilter;
1528
+ /** Filter by the object’s `createdAt` field. */
1529
+ createdAt?: DatetimeFilter;
1530
+ /** Filter by the object’s `description` field. */
1531
+ description?: StringFilter;
1532
+ /** Filter by the object’s `feedsLevels` field. */
1533
+ feedsLevels?: BooleanFilter;
1534
+ /** Filter by the object’s `id` field. */
1535
+ id?: UUIDFilter;
1536
+ /** Filter by the object’s `isActive` field. */
1537
+ isActive?: BooleanFilter;
1538
+ /** Filter by the object’s `name` field. */
1539
+ name?: StringFilter;
1540
+ /** Negates the expression. */
1541
+ not?: AppEventTypeFilter;
1542
+ /** Checks for any expressions in this list. */
1543
+ or?: AppEventTypeFilter[];
1544
+ /** Filter by the object’s `periodInterval` field. */
1545
+ periodInterval?: IntervalFilter;
1546
+ /** Filter by the object’s `updatedAt` field. */
1547
+ updatedAt?: DatetimeFilter;
1548
+ }
1549
+ export interface AppLevelFilter {
1550
+ /** Checks for all expressions in this list. */
1551
+ and?: AppLevelFilter[];
1552
+ /** Filter by the object’s `createdAt` field. */
1553
+ createdAt?: DatetimeFilter;
1554
+ /** Filter by the object’s `description` field. */
1555
+ description?: StringFilter;
1556
+ /** Filter by the object’s `id` field. */
1557
+ id?: UUIDFilter;
1558
+ /** Filter by the object’s `image` field. */
1559
+ image?: ConstructiveInternalTypeImageFilter;
1560
+ /** Filter by the object’s `name` field. */
1561
+ name?: StringFilter;
1562
+ /** Negates the expression. */
1563
+ not?: AppLevelFilter;
1564
+ /** Checks for any expressions in this list. */
1565
+ or?: AppLevelFilter[];
1566
+ /** Filter by the object’s `ownerId` field. */
1567
+ ownerId?: UUIDFilter;
1568
+ /** Filter by the object’s `updatedAt` field. */
1569
+ updatedAt?: DatetimeFilter;
1570
+ }
1571
+ export interface AppLevelGrantFilter {
1572
+ /** Filter by the object’s `actorId` field. */
1573
+ actorId?: UUIDFilter;
1574
+ /** Checks for all expressions in this list. */
1575
+ and?: AppLevelGrantFilter[];
1576
+ /** Filter by the object’s `createdAt` field. */
1577
+ createdAt?: DatetimeFilter;
1578
+ /** Filter by the object’s `expiresAt` field. */
1579
+ expiresAt?: DatetimeFilter;
1580
+ /** Filter by the object’s `id` field. */
1581
+ id?: UUIDFilter;
1582
+ /** Filter by the object’s `levelName` field. */
1583
+ levelName?: StringFilter;
1584
+ /** Negates the expression. */
1585
+ not?: AppLevelGrantFilter;
1586
+ /** Checks for any expressions in this list. */
1587
+ or?: AppLevelGrantFilter[];
1588
+ /** Filter by the object’s `periodStart` field. */
1589
+ periodStart?: DatetimeFilter;
1590
+ /** Filter by the object’s `updatedAt` field. */
1591
+ updatedAt?: DatetimeFilter;
1592
+ }
1593
+ export interface AppLevelRequirementFilter {
1594
+ /** Checks for all expressions in this list. */
1595
+ and?: AppLevelRequirementFilter[];
1596
+ /** Filter by the object’s `createdAt` field. */
1597
+ createdAt?: DatetimeFilter;
1598
+ /** Filter by the object’s `description` field. */
1599
+ description?: StringFilter;
1600
+ /** Filter by the object’s `groupKey` field. */
1601
+ groupKey?: StringFilter;
1602
+ /** Filter by the object’s `id` field. */
1603
+ id?: UUIDFilter;
1604
+ /** Filter by the object’s `level` field. */
1605
+ level?: StringFilter;
1606
+ /** Filter by the object’s `metric` field. */
1607
+ metric?: StringFilter;
1608
+ /** Filter by the object’s `name` field. */
1609
+ name?: StringFilter;
1610
+ /** Negates the expression. */
1611
+ not?: AppLevelRequirementFilter;
1612
+ /** Checks for any expressions in this list. */
1613
+ or?: AppLevelRequirementFilter[];
1614
+ /** Filter by the object’s `priority` field. */
1615
+ priority?: IntFilter;
1616
+ /** Filter by the object’s `requiredCount` field. */
1617
+ requiredCount?: IntFilter;
1618
+ /** Filter by the object’s `updatedAt` field. */
1619
+ updatedAt?: DatetimeFilter;
1620
+ }
1621
+ export interface AppLimitCapFilter {
1622
+ /** Checks for all expressions in this list. */
1623
+ and?: AppLimitCapFilter[];
1624
+ /** Filter by the object’s `entityId` field. */
1625
+ entityId?: UUIDFilter;
1626
+ /** Filter by the object’s `id` field. */
1627
+ id?: UUIDFilter;
1628
+ /** Filter by the object’s `max` field. */
1629
+ max?: BigIntFilter;
1630
+ /** Filter by the object’s `name` field. */
1631
+ name?: StringFilter;
1632
+ /** Negates the expression. */
1633
+ not?: AppLimitCapFilter;
1634
+ /** Checks for any expressions in this list. */
1635
+ or?: AppLimitCapFilter[];
1636
+ }
1637
+ export interface AppLimitCapsDefaultFilter {
1638
+ /** Checks for all expressions in this list. */
1639
+ and?: AppLimitCapsDefaultFilter[];
1640
+ /** Filter by the object’s `id` field. */
1641
+ id?: UUIDFilter;
1642
+ /** Filter by the object’s `max` field. */
1643
+ max?: BigIntFilter;
1644
+ /** Filter by the object’s `name` field. */
1645
+ name?: StringFilter;
1646
+ /** Negates the expression. */
1647
+ not?: AppLimitCapsDefaultFilter;
1648
+ /** Checks for any expressions in this list. */
1649
+ or?: AppLimitCapsDefaultFilter[];
1650
+ }
1651
+ export interface AppLimitFilter {
1652
+ /** Filter by the object’s `actorId` field. */
1653
+ actorId?: UUIDFilter;
1654
+ /** Checks for all expressions in this list. */
1655
+ and?: AppLimitFilter[];
1656
+ /** Filter by the object’s `entityType` field. */
1657
+ entityType?: StringFilter;
1658
+ /** Filter by the object’s `id` field. */
1659
+ id?: UUIDFilter;
1660
+ /** Filter by the object’s `max` field. */
1661
+ max?: BigIntFilter;
1662
+ /** Filter by the object’s `name` field. */
1663
+ name?: StringFilter;
1664
+ /** Negates the expression. */
1665
+ not?: AppLimitFilter;
1666
+ /** Filter by the object’s `num` field. */
1667
+ num?: BigIntFilter;
1668
+ /** Checks for any expressions in this list. */
1669
+ or?: AppLimitFilter[];
1670
+ /** Filter by the object’s `organizationId` field. */
1671
+ organizationId?: UUIDFilter;
1672
+ /** Filter by the object’s `periodCredits` field. */
1673
+ periodCredits?: BigIntFilter;
1674
+ /** Filter by the object’s `planMax` field. */
1675
+ planMax?: BigIntFilter;
1676
+ /** Filter by the object’s `purchasedCredits` field. */
1677
+ purchasedCredits?: BigIntFilter;
1678
+ /** Filter by the object’s `softMax` field. */
1679
+ softMax?: BigIntFilter;
1680
+ /** Filter by the object’s `windowDuration` field. */
1681
+ windowDuration?: IntervalFilter;
1682
+ /** Filter by the object’s `windowStart` field. */
1683
+ windowStart?: DatetimeFilter;
1684
+ }
1685
+ export interface AppLimitCreditCodeFilter {
1686
+ /** Checks for all expressions in this list. */
1687
+ and?: AppLimitCreditCodeFilter[];
1688
+ /** Filter by the object’s `appLimitCreditCodeItemsByCreditCodeId` relation. */
1689
+ appLimitCreditCodeItemsByCreditCodeId?: AppLimitCreditCodeToManyAppLimitCreditCodeItemFilter;
882
1690
  /** `appLimitCreditCodeItemsByCreditCodeId` exist. */
883
1691
  appLimitCreditCodeItemsByCreditCodeIdExist?: boolean;
884
1692
  /** Filter by the object’s `appLimitCreditRedemptionsByCreditCodeId` relation. */
@@ -1040,6 +1848,176 @@ export interface AppLimitWarningFilter {
1040
1848
  /** Filter by the object’s `warningType` field. */
1041
1849
  warningType?: StringFilter;
1042
1850
  }
1851
+ export interface BillingUsageSummaryFilter {
1852
+ /** Checks for all expressions in this list. */
1853
+ and?: BillingUsageSummaryFilter[];
1854
+ /** Filter by the object’s `creditsConsumed` field. */
1855
+ creditsConsumed?: BigIntFilter;
1856
+ /** Filter by the object’s `entityId` field. */
1857
+ entityId?: UUIDFilter;
1858
+ /** Filter by the object’s `entityType` field. */
1859
+ entityType?: StringFilter;
1860
+ /** Filter by the object’s `id` field. */
1861
+ id?: UUIDFilter;
1862
+ /** Filter by the object’s `meterSlug` field. */
1863
+ meterSlug?: StringFilter;
1864
+ /** Negates the expression. */
1865
+ not?: BillingUsageSummaryFilter;
1866
+ /** Checks for any expressions in this list. */
1867
+ or?: BillingUsageSummaryFilter[];
1868
+ /** Filter by the object’s `organizationId` field. */
1869
+ organizationId?: UUIDFilter;
1870
+ /** Filter by the object’s `overageUnits` field. */
1871
+ overageUnits?: BigIntFilter;
1872
+ /** Filter by the object’s `periodEnd` field. */
1873
+ periodEnd?: DatetimeFilter;
1874
+ /** Filter by the object’s `periodStart` field. */
1875
+ periodStart?: DatetimeFilter;
1876
+ /** Filter by the object’s `planLimit` field. */
1877
+ planLimit?: BigIntFilter;
1878
+ /** Filter by the object’s `quantityUsed` field. */
1879
+ quantityUsed?: BigIntFilter;
1880
+ }
1881
+ export interface LedgerFilter {
1882
+ /** Checks for all expressions in this list. */
1883
+ and?: LedgerFilter[];
1884
+ /** Filter by the object’s `createdAt` field. */
1885
+ createdAt?: DatetimeFilter;
1886
+ /** Filter by the object’s `delta` field. */
1887
+ delta?: BigIntFilter;
1888
+ /** Filter by the object’s `entityId` field. */
1889
+ entityId?: UUIDFilter;
1890
+ /** Filter by the object’s `entityType` field. */
1891
+ entityType?: StringFilter;
1892
+ /** Filter by the object’s `entryType` field. */
1893
+ entryType?: StringFilter;
1894
+ /** Filter by the object’s `id` field. */
1895
+ id?: UUIDFilter;
1896
+ /** Filter by the object’s `ledgerClass` field. */
1897
+ ledgerClass?: StringFilter;
1898
+ /** Filter by the object’s `metadata` field. */
1899
+ metadata?: JSONFilter;
1900
+ /** Filter by the object’s `meterSlug` field. */
1901
+ meterSlug?: StringFilter;
1902
+ /** Negates the expression. */
1903
+ not?: LedgerFilter;
1904
+ /** Checks for any expressions in this list. */
1905
+ or?: LedgerFilter[];
1906
+ /** Filter by the object’s `organizationId` field. */
1907
+ organizationId?: UUIDFilter;
1908
+ /** Filter by the object’s `usageAfter` field. */
1909
+ usageAfter?: BigIntFilter;
1910
+ }
1911
+ export interface MeterFilter {
1912
+ /** Filter by the object’s `aggregation` field. */
1913
+ aggregation?: StringFilter;
1914
+ /** Checks for all expressions in this list. */
1915
+ and?: MeterFilter[];
1916
+ /** Filter by the object’s `categoryMeter` field. */
1917
+ categoryMeter?: StringFilter;
1918
+ /** Filter by the object’s `creditCost` field. */
1919
+ creditCost?: IntFilter;
1920
+ /** Filter by the object’s `displayName` field. */
1921
+ displayName?: StringFilter;
1922
+ /** Filter by the object’s `id` field. */
1923
+ id?: UUIDFilter;
1924
+ /** Filter by the object’s `isActive` field. */
1925
+ isActive?: BooleanFilter;
1926
+ /** Filter by the object’s `meterCredits` relation. */
1927
+ meterCredits?: MeterToManyMeterCreditFilter;
1928
+ /** `meterCredits` exist. */
1929
+ meterCreditsExist?: boolean;
1930
+ /** Filter by the object’s `meterType` field. */
1931
+ meterType?: StringFilter;
1932
+ /** Negates the expression. */
1933
+ not?: MeterFilter;
1934
+ /** Checks for any expressions in this list. */
1935
+ or?: MeterFilter[];
1936
+ /** Filter by the object’s `periodInterval` field. */
1937
+ periodInterval?: IntervalFilter;
1938
+ /** Filter by the object’s `rolloverCap` field. */
1939
+ rolloverCap?: BigIntFilter;
1940
+ /** Filter by the object’s `slug` field. */
1941
+ slug?: StringFilter;
1942
+ /** Filter by the object’s `unit` field. */
1943
+ unit?: StringFilter;
1944
+ }
1945
+ export interface MeterCreditFilter {
1946
+ /** Filter by the object’s `amount` field. */
1947
+ amount?: BigIntFilter;
1948
+ /** Checks for all expressions in this list. */
1949
+ and?: MeterCreditFilter[];
1950
+ /** Filter by the object’s `createdAt` field. */
1951
+ createdAt?: DatetimeFilter;
1952
+ /** Filter by the object’s `creditType` field. */
1953
+ creditType?: StringFilter;
1954
+ /** Filter by the object’s `entityId` field. */
1955
+ entityId?: UUIDFilter;
1956
+ /** Filter by the object’s `entityType` field. */
1957
+ entityType?: StringFilter;
1958
+ /** Filter by the object’s `expiresAt` field. */
1959
+ expiresAt?: DatetimeFilter;
1960
+ /** Filter by the object’s `id` field. */
1961
+ id?: UUIDFilter;
1962
+ /** Filter by the object’s `meter` relation. */
1963
+ meter?: MeterFilter;
1964
+ /** Filter by the object’s `meterId` field. */
1965
+ meterId?: UUIDFilter;
1966
+ /** Negates the expression. */
1967
+ not?: MeterCreditFilter;
1968
+ /** Checks for any expressions in this list. */
1969
+ or?: MeterCreditFilter[];
1970
+ /** Filter by the object’s `organizationId` field. */
1971
+ organizationId?: UUIDFilter;
1972
+ /** Filter by the object’s `reason` field. */
1973
+ reason?: StringFilter;
1974
+ }
1975
+ export interface MeterDefaultFilter {
1976
+ /** Checks for all expressions in this list. */
1977
+ and?: MeterDefaultFilter[];
1978
+ /** Filter by the object’s `categoryMeter` field. */
1979
+ categoryMeter?: StringFilter;
1980
+ /** Filter by the object’s `creditCost` field. */
1981
+ creditCost?: BigFloatFilter;
1982
+ /** Filter by the object’s `defaultPlanLimit` field. */
1983
+ defaultPlanLimit?: BigIntFilter;
1984
+ /** Filter by the object’s `displayName` field. */
1985
+ displayName?: StringFilter;
1986
+ /** Filter by the object’s `id` field. */
1987
+ id?: UUIDFilter;
1988
+ /** Filter by the object’s `isActive` field. */
1989
+ isActive?: BooleanFilter;
1990
+ /** Filter by the object’s `meterType` field. */
1991
+ meterType?: StringFilter;
1992
+ /** Negates the expression. */
1993
+ not?: MeterDefaultFilter;
1994
+ /** Checks for any expressions in this list. */
1995
+ or?: MeterDefaultFilter[];
1996
+ /** Filter by the object’s `slug` field. */
1997
+ slug?: StringFilter;
1998
+ /** Filter by the object’s `unit` field. */
1999
+ unit?: StringFilter;
2000
+ }
2001
+ export interface MeterSourceFilter {
2002
+ /** Filter by the object’s `aggregationType` field. */
2003
+ aggregationType?: StringFilter;
2004
+ /** Checks for all expressions in this list. */
2005
+ and?: MeterSourceFilter[];
2006
+ /** Filter by the object’s `dimensionPath` field. */
2007
+ dimensionPath?: StringFilter;
2008
+ /** Filter by the object’s `id` field. */
2009
+ id?: UUIDFilter;
2010
+ /** Filter by the object’s `isActive` field. */
2011
+ isActive?: BooleanFilter;
2012
+ /** Filter by the object’s `meterSlug` field. */
2013
+ meterSlug?: StringFilter;
2014
+ /** Negates the expression. */
2015
+ not?: MeterSourceFilter;
2016
+ /** Checks for any expressions in this list. */
2017
+ or?: MeterSourceFilter[];
2018
+ /** Filter by the object’s `sourceMetric` field. */
2019
+ sourceMetric?: StringFilter;
2020
+ }
1043
2021
  export interface OrgLimitAggregateFilter {
1044
2022
  /** Checks for all expressions in this list. */
1045
2023
  and?: OrgLimitAggregateFilter[];
@@ -1244,6 +2222,173 @@ export interface OrgLimitWarningFilter {
1244
2222
  /** Filter by the object’s `warningType` field. */
1245
2223
  warningType?: StringFilter;
1246
2224
  }
2225
+ export interface PlanCapFilter {
2226
+ /** Checks for all expressions in this list. */
2227
+ and?: PlanCapFilter[];
2228
+ /** Filter by the object’s `capName` field. */
2229
+ capName?: StringFilter;
2230
+ /** Filter by the object’s `capValue` field. */
2231
+ capValue?: BigIntFilter;
2232
+ /** Filter by the object’s `id` field. */
2233
+ id?: UUIDFilter;
2234
+ /** Negates the expression. */
2235
+ not?: PlanCapFilter;
2236
+ /** Checks for any expressions in this list. */
2237
+ or?: PlanCapFilter[];
2238
+ /** Filter by the object’s `plan` relation. */
2239
+ plan?: PlanFilter;
2240
+ /** Filter by the object’s `planId` field. */
2241
+ planId?: UUIDFilter;
2242
+ }
2243
+ export interface PlanFilter {
2244
+ /** Checks for all expressions in this list. */
2245
+ and?: PlanFilter[];
2246
+ /** Filter by the object’s `description` field. */
2247
+ description?: StringFilter;
2248
+ /** Filter by the object’s `id` field. */
2249
+ id?: UUIDFilter;
2250
+ /** Filter by the object’s `isActive` field. */
2251
+ isActive?: BooleanFilter;
2252
+ /** Filter by the object’s `name` field. */
2253
+ name?: StringFilter;
2254
+ /** Negates the expression. */
2255
+ not?: PlanFilter;
2256
+ /** Checks for any expressions in this list. */
2257
+ or?: PlanFilter[];
2258
+ /** Filter by the object’s `planCaps` relation. */
2259
+ planCaps?: PlanToManyPlanCapFilter;
2260
+ /** `planCaps` exist. */
2261
+ planCapsExist?: boolean;
2262
+ /** Filter by the object’s `planLimits` relation. */
2263
+ planLimits?: PlanToManyPlanLimitFilter;
2264
+ /** `planLimits` exist. */
2265
+ planLimitsExist?: boolean;
2266
+ /** Filter by the object’s `planMeterLimits` relation. */
2267
+ planMeterLimits?: PlanToManyPlanMeterLimitFilter;
2268
+ /** `planMeterLimits` exist. */
2269
+ planMeterLimitsExist?: boolean;
2270
+ /** Filter by the object’s `planPricings` relation. */
2271
+ planPricings?: PlanToManyPlanPricingFilter;
2272
+ /** `planPricings` exist. */
2273
+ planPricingsExist?: boolean;
2274
+ /** Filter by the object’s `planSubscriptions` relation. */
2275
+ planSubscriptions?: PlanToManyPlanSubscriptionFilter;
2276
+ /** `planSubscriptions` exist. */
2277
+ planSubscriptionsExist?: boolean;
2278
+ }
2279
+ export interface PlanLimitFilter {
2280
+ /** Checks for all expressions in this list. */
2281
+ and?: PlanLimitFilter[];
2282
+ /** Filter by the object’s `id` field. */
2283
+ id?: UUIDFilter;
2284
+ /** Filter by the object’s `limitName` field. */
2285
+ limitName?: StringFilter;
2286
+ /** Filter by the object’s `maxValue` field. */
2287
+ maxValue?: BigIntFilter;
2288
+ /** Negates the expression. */
2289
+ not?: PlanLimitFilter;
2290
+ /** Checks for any expressions in this list. */
2291
+ or?: PlanLimitFilter[];
2292
+ /** Filter by the object’s `plan` relation. */
2293
+ plan?: PlanFilter;
2294
+ /** Filter by the object’s `planId` field. */
2295
+ planId?: UUIDFilter;
2296
+ }
2297
+ export interface PlanMeterLimitFilter {
2298
+ /** Checks for all expressions in this list. */
2299
+ and?: PlanMeterLimitFilter[];
2300
+ /** Filter by the object’s `id` field. */
2301
+ id?: UUIDFilter;
2302
+ /** Filter by the object’s `meterSlug` field. */
2303
+ meterSlug?: StringFilter;
2304
+ /** Negates the expression. */
2305
+ not?: PlanMeterLimitFilter;
2306
+ /** Checks for any expressions in this list. */
2307
+ or?: PlanMeterLimitFilter[];
2308
+ /** Filter by the object’s `plan` relation. */
2309
+ plan?: PlanFilter;
2310
+ /** Filter by the object’s `planId` field. */
2311
+ planId?: UUIDFilter;
2312
+ /** Filter by the object’s `planLimit` field. */
2313
+ planLimit?: BigIntFilter;
2314
+ }
2315
+ export interface PlanOverrideFilter {
2316
+ /** Checks for all expressions in this list. */
2317
+ and?: PlanOverrideFilter[];
2318
+ /** Filter by the object’s `entityId` field. */
2319
+ entityId?: UUIDFilter;
2320
+ /** Filter by the object’s `expiresAt` field. */
2321
+ expiresAt?: DatetimeFilter;
2322
+ /** Filter by the object’s `id` field. */
2323
+ id?: UUIDFilter;
2324
+ /** Filter by the object’s `limitName` field. */
2325
+ limitName?: StringFilter;
2326
+ /** Filter by the object’s `maxValue` field. */
2327
+ maxValue?: BigIntFilter;
2328
+ /** Negates the expression. */
2329
+ not?: PlanOverrideFilter;
2330
+ /** Checks for any expressions in this list. */
2331
+ or?: PlanOverrideFilter[];
2332
+ /** Filter by the object’s `reason` field. */
2333
+ reason?: StringFilter;
2334
+ }
2335
+ export interface PlanPricingFilter {
2336
+ /** Checks for all expressions in this list. */
2337
+ and?: PlanPricingFilter[];
2338
+ /** Filter by the object’s `billingInterval` field. */
2339
+ billingInterval?: StringFilter;
2340
+ /** Filter by the object’s `currency` field. */
2341
+ currency?: StringFilter;
2342
+ /** Filter by the object’s `discountPercent` field. */
2343
+ discountPercent?: BigFloatFilter;
2344
+ /** Filter by the object’s `id` field. */
2345
+ id?: UUIDFilter;
2346
+ /** Filter by the object’s `isActive` field. */
2347
+ isActive?: BooleanFilter;
2348
+ /** Negates the expression. */
2349
+ not?: PlanPricingFilter;
2350
+ /** Checks for any expressions in this list. */
2351
+ or?: PlanPricingFilter[];
2352
+ /** Filter by the object’s `plan` relation. */
2353
+ plan?: PlanFilter;
2354
+ /** Filter by the object’s `planId` field. */
2355
+ planId?: UUIDFilter;
2356
+ /** Filter by the object’s `price` field. */
2357
+ price?: BigIntFilter;
2358
+ }
2359
+ export interface PlanSubscriptionFilter {
2360
+ /** Checks for all expressions in this list. */
2361
+ and?: PlanSubscriptionFilter[];
2362
+ /** Filter by the object’s `endsAt` field. */
2363
+ endsAt?: DatetimeFilter;
2364
+ /** Filter by the object’s `entityId` field. */
2365
+ entityId?: UUIDFilter;
2366
+ /** Filter by the object’s `entityType` field. */
2367
+ entityType?: StringFilter;
2368
+ /** Filter by the object’s `id` field. */
2369
+ id?: UUIDFilter;
2370
+ /** Filter by the object’s `isActive` field. */
2371
+ isActive?: BooleanFilter;
2372
+ /** Negates the expression. */
2373
+ not?: PlanSubscriptionFilter;
2374
+ /** Checks for any expressions in this list. */
2375
+ or?: PlanSubscriptionFilter[];
2376
+ /** Filter by the object’s `organizationId` field. */
2377
+ organizationId?: UUIDFilter;
2378
+ /** Filter by the object’s `plan` relation. */
2379
+ plan?: PlanFilter;
2380
+ /** Filter by the object’s `planId` field. */
2381
+ planId?: UUIDFilter;
2382
+ /** Filter by the object’s `startsAt` field. */
2383
+ startsAt?: DatetimeFilter;
2384
+ }
2385
+ export type AppAchievementRewardOrderBy = 'AMOUNT_ASC' | 'AMOUNT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREDIT_TYPE_ASC' | 'CREDIT_TYPE_DESC' | 'EXPIRES_INTERVAL_ASC' | 'EXPIRES_INTERVAL_DESC' | 'ID_ASC' | 'ID_DESC' | 'LEVEL_NAME_ASC' | 'LEVEL_NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'REWARD_TYPE_ASC' | 'REWARD_TYPE_DESC' | 'TARGET_NAME_ASC' | 'TARGET_NAME_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
2386
+ export type AppEventAggregateOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'COUNT_ASC' | 'COUNT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PERIOD_START_ASC' | 'PERIOD_START_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
2387
+ export type AppEventOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'COUNT_ASC' | 'COUNT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
2388
+ export type AppEventTypeOrderBy = 'AGGREGATION_ASC' | 'AGGREGATION_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'FEEDS_LEVELS_ASC' | 'FEEDS_LEVELS_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PERIOD_INTERVAL_ASC' | 'PERIOD_INTERVAL_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
2389
+ export type AppLevelOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'IMAGE_ASC' | 'IMAGE_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
2390
+ export type AppLevelGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'LEVEL_NAME_ASC' | 'LEVEL_NAME_DESC' | 'NATURAL' | 'PERIOD_START_ASC' | 'PERIOD_START_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
2391
+ export type AppLevelRequirementOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'GROUP_KEY_ASC' | 'GROUP_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'LEVEL_ASC' | 'LEVEL_DESC' | 'METRIC_ASC' | 'METRIC_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIORITY_ASC' | 'PRIORITY_DESC' | 'REQUIRED_COUNT_ASC' | 'REQUIRED_COUNT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1247
2392
  export type AppLimitCapOrderBy = 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
1248
2393
  export type AppLimitCapsDefaultOrderBy = 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
1249
2394
  export type AppLimitOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'NUM_ASC' | 'NUM_DESC' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PERIOD_CREDITS_ASC' | 'PERIOD_CREDITS_DESC' | 'PLAN_MAX_ASC' | 'PLAN_MAX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PURCHASED_CREDITS_ASC' | 'PURCHASED_CREDITS_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC' | 'WINDOW_DURATION_ASC' | 'WINDOW_DURATION_DESC' | 'WINDOW_START_ASC' | 'WINDOW_START_DESC';
@@ -1254,6 +2399,12 @@ export type AppLimitCreditRedemptionOrderBy = 'CREDIT_CODE_ID_ASC' | 'CREDIT_COD
1254
2399
  export type AppLimitDefaultOrderBy = 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC';
1255
2400
  export type AppLimitEventOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DELTA_ASC' | 'DELTA_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_AT_EVENT_ASC' | 'MAX_AT_EVENT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'NUM_AFTER_ASC' | 'NUM_AFTER_DESC' | 'NUM_BEFORE_ASC' | 'NUM_BEFORE_DESC' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'REASON_ASC' | 'REASON_DESC';
1256
2401
  export type AppLimitWarningOrderBy = 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TASK_IDENTIFIER_ASC' | 'TASK_IDENTIFIER_DESC' | 'THRESHOLD_VALUE_ASC' | 'THRESHOLD_VALUE_DESC' | 'WARNING_TYPE_ASC' | 'WARNING_TYPE_DESC';
2402
+ export type BillingUsageSummaryOrderBy = 'CREDITS_CONSUMED_ASC' | 'CREDITS_CONSUMED_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'METER_SLUG_ASC' | 'METER_SLUG_DESC' | 'NATURAL' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'OVERAGE_UNITS_ASC' | 'OVERAGE_UNITS_DESC' | 'PERIOD_END_ASC' | 'PERIOD_END_DESC' | 'PERIOD_START_ASC' | 'PERIOD_START_DESC' | 'PLAN_LIMIT_ASC' | 'PLAN_LIMIT_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'QUANTITY_USED_ASC' | 'QUANTITY_USED_DESC';
2403
+ export type LedgerOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DELTA_ASC' | 'DELTA_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'ENTRY_TYPE_ASC' | 'ENTRY_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'LEDGER_CLASS_ASC' | 'LEDGER_CLASS_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'METER_SLUG_ASC' | 'METER_SLUG_DESC' | 'NATURAL' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'USAGE_AFTER_ASC' | 'USAGE_AFTER_DESC';
2404
+ export type MeterOrderBy = 'AGGREGATION_ASC' | 'AGGREGATION_DESC' | 'CATEGORY_METER_ASC' | 'CATEGORY_METER_DESC' | 'CREDIT_COST_ASC' | 'CREDIT_COST_DESC' | 'DISPLAY_NAME_ASC' | 'DISPLAY_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'METER_TYPE_ASC' | 'METER_TYPE_DESC' | 'NATURAL' | 'PERIOD_INTERVAL_ASC' | 'PERIOD_INTERVAL_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ROLLOVER_CAP_ASC' | 'ROLLOVER_CAP_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'UNIT_ASC' | 'UNIT_DESC';
2405
+ export type MeterCreditOrderBy = 'AMOUNT_ASC' | 'AMOUNT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREDIT_TYPE_ASC' | 'CREDIT_TYPE_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'METER_ID_ASC' | 'METER_ID_DESC' | 'NATURAL' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'REASON_ASC' | 'REASON_DESC';
2406
+ export type MeterDefaultOrderBy = 'CATEGORY_METER_ASC' | 'CATEGORY_METER_DESC' | 'CREDIT_COST_ASC' | 'CREDIT_COST_DESC' | 'DEFAULT_PLAN_LIMIT_ASC' | 'DEFAULT_PLAN_LIMIT_DESC' | 'DISPLAY_NAME_ASC' | 'DISPLAY_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'METER_TYPE_ASC' | 'METER_TYPE_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'UNIT_ASC' | 'UNIT_DESC';
2407
+ export type MeterSourceOrderBy = 'AGGREGATION_TYPE_ASC' | 'AGGREGATION_TYPE_DESC' | 'DIMENSION_PATH_ASC' | 'DIMENSION_PATH_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'METER_SLUG_ASC' | 'METER_SLUG_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SOURCE_METRIC_ASC' | 'SOURCE_METRIC_DESC';
1257
2408
  export type OrgLimitAggregateOrderBy = 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'NUM_ASC' | 'NUM_DESC' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PERIOD_CREDITS_ASC' | 'PERIOD_CREDITS_DESC' | 'PLAN_MAX_ASC' | 'PLAN_MAX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PURCHASED_CREDITS_ASC' | 'PURCHASED_CREDITS_DESC' | 'RESERVED_ASC' | 'RESERVED_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC' | 'WINDOW_DURATION_ASC' | 'WINDOW_DURATION_DESC' | 'WINDOW_START_ASC' | 'WINDOW_START_DESC';
1258
2409
  export type OrgLimitCapOrderBy = 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
1259
2410
  export type OrgLimitCapsDefaultOrderBy = 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
@@ -1262,6 +2413,196 @@ export type OrgLimitCreditOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'AMOUNT_A
1262
2413
  export type OrgLimitDefaultOrderBy = 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC';
1263
2414
  export type OrgLimitEventOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DELTA_ASC' | 'DELTA_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_AT_EVENT_ASC' | 'MAX_AT_EVENT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'NUM_AFTER_ASC' | 'NUM_AFTER_DESC' | 'NUM_BEFORE_ASC' | 'NUM_BEFORE_DESC' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'REASON_ASC' | 'REASON_DESC';
1264
2415
  export type OrgLimitWarningOrderBy = 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TASK_IDENTIFIER_ASC' | 'TASK_IDENTIFIER_DESC' | 'THRESHOLD_VALUE_ASC' | 'THRESHOLD_VALUE_DESC' | 'WARNING_TYPE_ASC' | 'WARNING_TYPE_DESC';
2416
+ export type PlanCapOrderBy = 'CAP_NAME_ASC' | 'CAP_NAME_DESC' | 'CAP_VALUE_ASC' | 'CAP_VALUE_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PLAN_ID_ASC' | 'PLAN_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
2417
+ export type PlanOrderBy = 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
2418
+ export type PlanLimitOrderBy = 'ID_ASC' | 'ID_DESC' | 'LIMIT_NAME_ASC' | 'LIMIT_NAME_DESC' | 'MAX_VALUE_ASC' | 'MAX_VALUE_DESC' | 'NATURAL' | 'PLAN_ID_ASC' | 'PLAN_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
2419
+ export type PlanMeterLimitOrderBy = 'ID_ASC' | 'ID_DESC' | 'METER_SLUG_ASC' | 'METER_SLUG_DESC' | 'NATURAL' | 'PLAN_ID_ASC' | 'PLAN_ID_DESC' | 'PLAN_LIMIT_ASC' | 'PLAN_LIMIT_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
2420
+ export type PlanOverrideOrderBy = 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'LIMIT_NAME_ASC' | 'LIMIT_NAME_DESC' | 'MAX_VALUE_ASC' | 'MAX_VALUE_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'REASON_ASC' | 'REASON_DESC';
2421
+ export type PlanPricingOrderBy = 'BILLING_INTERVAL_ASC' | 'BILLING_INTERVAL_DESC' | 'CURRENCY_ASC' | 'CURRENCY_DESC' | 'DISCOUNT_PERCENT_ASC' | 'DISCOUNT_PERCENT_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'NATURAL' | 'PLAN_ID_ASC' | 'PLAN_ID_DESC' | 'PRICE_ASC' | 'PRICE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
2422
+ export type PlanSubscriptionOrderBy = 'ENDS_AT_ASC' | 'ENDS_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'NATURAL' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PLAN_ID_ASC' | 'PLAN_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STARTS_AT_ASC' | 'STARTS_AT_DESC';
2423
+ export interface CreateAppAchievementRewardInput {
2424
+ clientMutationId?: string;
2425
+ appAchievementReward: {
2426
+ amount?: number;
2427
+ creditType?: string;
2428
+ expiresInterval?: IntervalInput;
2429
+ levelName: string;
2430
+ rewardType: string;
2431
+ targetName: string;
2432
+ };
2433
+ }
2434
+ export interface AppAchievementRewardPatch {
2435
+ amount?: number | null;
2436
+ creditType?: string | null;
2437
+ expiresInterval?: IntervalInput | null;
2438
+ levelName?: string | null;
2439
+ rewardType?: string | null;
2440
+ targetName?: string | null;
2441
+ }
2442
+ export interface UpdateAppAchievementRewardInput {
2443
+ clientMutationId?: string;
2444
+ id: string;
2445
+ appAchievementRewardPatch: AppAchievementRewardPatch;
2446
+ }
2447
+ export interface DeleteAppAchievementRewardInput {
2448
+ clientMutationId?: string;
2449
+ id: string;
2450
+ }
2451
+ export interface CreateAppEventAggregateInput {
2452
+ clientMutationId?: string;
2453
+ appEventAggregate: {
2454
+ actorId?: string;
2455
+ count?: number;
2456
+ name: string;
2457
+ periodStart?: string;
2458
+ };
2459
+ }
2460
+ export interface AppEventAggregatePatch {
2461
+ actorId?: string | null;
2462
+ count?: number | null;
2463
+ name?: string | null;
2464
+ periodStart?: string | null;
2465
+ }
2466
+ export interface UpdateAppEventAggregateInput {
2467
+ clientMutationId?: string;
2468
+ id: string;
2469
+ appEventAggregatePatch: AppEventAggregatePatch;
2470
+ }
2471
+ export interface DeleteAppEventAggregateInput {
2472
+ clientMutationId?: string;
2473
+ id: string;
2474
+ }
2475
+ export interface CreateAppEventInput {
2476
+ clientMutationId?: string;
2477
+ appEvent: {
2478
+ actorId?: string;
2479
+ count?: number;
2480
+ name: string;
2481
+ };
2482
+ }
2483
+ export interface AppEventPatch {
2484
+ actorId?: string | null;
2485
+ count?: number | null;
2486
+ name?: string | null;
2487
+ }
2488
+ export interface UpdateAppEventInput {
2489
+ clientMutationId?: string;
2490
+ id: string;
2491
+ appEventPatch: AppEventPatch;
2492
+ }
2493
+ export interface DeleteAppEventInput {
2494
+ clientMutationId?: string;
2495
+ id: string;
2496
+ }
2497
+ export interface CreateAppEventTypeInput {
2498
+ clientMutationId?: string;
2499
+ appEventType: {
2500
+ aggregation?: string;
2501
+ category?: string;
2502
+ description?: string;
2503
+ feedsLevels?: boolean;
2504
+ isActive?: boolean;
2505
+ name: string;
2506
+ periodInterval?: IntervalInput;
2507
+ };
2508
+ }
2509
+ export interface AppEventTypePatch {
2510
+ aggregation?: string | null;
2511
+ category?: string | null;
2512
+ description?: string | null;
2513
+ feedsLevels?: boolean | null;
2514
+ isActive?: boolean | null;
2515
+ name?: string | null;
2516
+ periodInterval?: IntervalInput | null;
2517
+ }
2518
+ export interface UpdateAppEventTypeInput {
2519
+ clientMutationId?: string;
2520
+ id: string;
2521
+ appEventTypePatch: AppEventTypePatch;
2522
+ }
2523
+ export interface DeleteAppEventTypeInput {
2524
+ clientMutationId?: string;
2525
+ id: string;
2526
+ }
2527
+ export interface CreateAppLevelInput {
2528
+ clientMutationId?: string;
2529
+ appLevel: {
2530
+ description?: string;
2531
+ image?: ConstructiveInternalTypeImage;
2532
+ name: string;
2533
+ ownerId?: string;
2534
+ };
2535
+ }
2536
+ export interface AppLevelPatch {
2537
+ description?: string | null;
2538
+ image?: ConstructiveInternalTypeImage | null;
2539
+ imageUpload?: File | null;
2540
+ name?: string | null;
2541
+ ownerId?: string | null;
2542
+ }
2543
+ export interface UpdateAppLevelInput {
2544
+ clientMutationId?: string;
2545
+ id: string;
2546
+ appLevelPatch: AppLevelPatch;
2547
+ }
2548
+ export interface DeleteAppLevelInput {
2549
+ clientMutationId?: string;
2550
+ id: string;
2551
+ }
2552
+ export interface CreateAppLevelGrantInput {
2553
+ clientMutationId?: string;
2554
+ appLevelGrant: {
2555
+ actorId?: string;
2556
+ expiresAt?: string;
2557
+ levelName: string;
2558
+ periodStart?: string;
2559
+ };
2560
+ }
2561
+ export interface AppLevelGrantPatch {
2562
+ actorId?: string | null;
2563
+ expiresAt?: string | null;
2564
+ levelName?: string | null;
2565
+ periodStart?: string | null;
2566
+ }
2567
+ export interface UpdateAppLevelGrantInput {
2568
+ clientMutationId?: string;
2569
+ id: string;
2570
+ appLevelGrantPatch: AppLevelGrantPatch;
2571
+ }
2572
+ export interface DeleteAppLevelGrantInput {
2573
+ clientMutationId?: string;
2574
+ id: string;
2575
+ }
2576
+ export interface CreateAppLevelRequirementInput {
2577
+ clientMutationId?: string;
2578
+ appLevelRequirement: {
2579
+ description?: string;
2580
+ groupKey?: string;
2581
+ level: string;
2582
+ metric?: string;
2583
+ name: string;
2584
+ priority?: number;
2585
+ requiredCount?: number;
2586
+ };
2587
+ }
2588
+ export interface AppLevelRequirementPatch {
2589
+ description?: string | null;
2590
+ groupKey?: string | null;
2591
+ level?: string | null;
2592
+ metric?: string | null;
2593
+ name?: string | null;
2594
+ priority?: number | null;
2595
+ requiredCount?: number | null;
2596
+ }
2597
+ export interface UpdateAppLevelRequirementInput {
2598
+ clientMutationId?: string;
2599
+ id: string;
2600
+ appLevelRequirementPatch: AppLevelRequirementPatch;
2601
+ }
2602
+ export interface DeleteAppLevelRequirementInput {
2603
+ clientMutationId?: string;
2604
+ id: string;
2605
+ }
1265
2606
  export interface CreateAppLimitCapInput {
1266
2607
  clientMutationId?: string;
1267
2608
  appLimitCap: {
@@ -1526,6 +2867,202 @@ export interface DeleteAppLimitWarningInput {
1526
2867
  clientMutationId?: string;
1527
2868
  id: string;
1528
2869
  }
2870
+ export interface CreateBillingUsageSummaryInput {
2871
+ clientMutationId?: string;
2872
+ billingUsageSummary: {
2873
+ creditsConsumed?: string;
2874
+ entityId: string;
2875
+ entityType?: string;
2876
+ meterSlug: string;
2877
+ organizationId?: string;
2878
+ overageUnits?: string;
2879
+ periodEnd: string;
2880
+ periodStart: string;
2881
+ planLimit?: string;
2882
+ quantityUsed?: string;
2883
+ };
2884
+ }
2885
+ export interface BillingUsageSummaryPatch {
2886
+ creditsConsumed?: string | null;
2887
+ entityId?: string | null;
2888
+ entityType?: string | null;
2889
+ meterSlug?: string | null;
2890
+ organizationId?: string | null;
2891
+ overageUnits?: string | null;
2892
+ periodEnd?: string | null;
2893
+ periodStart?: string | null;
2894
+ planLimit?: string | null;
2895
+ quantityUsed?: string | null;
2896
+ }
2897
+ export interface UpdateBillingUsageSummaryInput {
2898
+ clientMutationId?: string;
2899
+ id: string;
2900
+ billingUsageSummaryPatch: BillingUsageSummaryPatch;
2901
+ }
2902
+ export interface DeleteBillingUsageSummaryInput {
2903
+ clientMutationId?: string;
2904
+ id: string;
2905
+ }
2906
+ export interface CreateLedgerInput {
2907
+ clientMutationId?: string;
2908
+ ledger: {
2909
+ delta: string;
2910
+ entityId: string;
2911
+ entityType?: string;
2912
+ entryType?: string;
2913
+ ledgerClass?: string;
2914
+ metadata?: Record<string, unknown>;
2915
+ meterSlug: string;
2916
+ organizationId?: string;
2917
+ usageAfter: string;
2918
+ };
2919
+ }
2920
+ export interface LedgerPatch {
2921
+ delta?: string | null;
2922
+ entityId?: string | null;
2923
+ entityType?: string | null;
2924
+ entryType?: string | null;
2925
+ ledgerClass?: string | null;
2926
+ metadata?: Record<string, unknown> | null;
2927
+ meterSlug?: string | null;
2928
+ organizationId?: string | null;
2929
+ usageAfter?: string | null;
2930
+ }
2931
+ export interface UpdateLedgerInput {
2932
+ clientMutationId?: string;
2933
+ id: string;
2934
+ ledgerPatch: LedgerPatch;
2935
+ }
2936
+ export interface DeleteLedgerInput {
2937
+ clientMutationId?: string;
2938
+ id: string;
2939
+ }
2940
+ export interface CreateMeterInput {
2941
+ clientMutationId?: string;
2942
+ meter: {
2943
+ aggregation?: string;
2944
+ categoryMeter?: string;
2945
+ creditCost?: number;
2946
+ displayName?: string;
2947
+ isActive?: boolean;
2948
+ meterType?: string;
2949
+ periodInterval?: IntervalInput;
2950
+ rolloverCap?: string;
2951
+ slug: string;
2952
+ unit?: string;
2953
+ };
2954
+ }
2955
+ export interface MeterPatch {
2956
+ aggregation?: string | null;
2957
+ categoryMeter?: string | null;
2958
+ creditCost?: number | null;
2959
+ displayName?: string | null;
2960
+ isActive?: boolean | null;
2961
+ meterType?: string | null;
2962
+ periodInterval?: IntervalInput | null;
2963
+ rolloverCap?: string | null;
2964
+ slug?: string | null;
2965
+ unit?: string | null;
2966
+ }
2967
+ export interface UpdateMeterInput {
2968
+ clientMutationId?: string;
2969
+ id: string;
2970
+ meterPatch: MeterPatch;
2971
+ }
2972
+ export interface DeleteMeterInput {
2973
+ clientMutationId?: string;
2974
+ id: string;
2975
+ }
2976
+ export interface CreateMeterCreditInput {
2977
+ clientMutationId?: string;
2978
+ meterCredit: {
2979
+ amount: string;
2980
+ creditType?: string;
2981
+ entityId: string;
2982
+ entityType?: string;
2983
+ expiresAt?: string;
2984
+ meterId: string;
2985
+ organizationId?: string;
2986
+ reason?: string;
2987
+ };
2988
+ }
2989
+ export interface MeterCreditPatch {
2990
+ amount?: string | null;
2991
+ creditType?: string | null;
2992
+ entityId?: string | null;
2993
+ entityType?: string | null;
2994
+ expiresAt?: string | null;
2995
+ meterId?: string | null;
2996
+ organizationId?: string | null;
2997
+ reason?: string | null;
2998
+ }
2999
+ export interface UpdateMeterCreditInput {
3000
+ clientMutationId?: string;
3001
+ id: string;
3002
+ meterCreditPatch: MeterCreditPatch;
3003
+ }
3004
+ export interface DeleteMeterCreditInput {
3005
+ clientMutationId?: string;
3006
+ id: string;
3007
+ }
3008
+ export interface CreateMeterDefaultInput {
3009
+ clientMutationId?: string;
3010
+ meterDefault: {
3011
+ categoryMeter?: string;
3012
+ creditCost?: string;
3013
+ defaultPlanLimit?: string;
3014
+ displayName?: string;
3015
+ isActive?: boolean;
3016
+ meterType?: string;
3017
+ slug: string;
3018
+ unit?: string;
3019
+ };
3020
+ }
3021
+ export interface MeterDefaultPatch {
3022
+ categoryMeter?: string | null;
3023
+ creditCost?: string | null;
3024
+ defaultPlanLimit?: string | null;
3025
+ displayName?: string | null;
3026
+ isActive?: boolean | null;
3027
+ meterType?: string | null;
3028
+ slug?: string | null;
3029
+ unit?: string | null;
3030
+ }
3031
+ export interface UpdateMeterDefaultInput {
3032
+ clientMutationId?: string;
3033
+ id: string;
3034
+ meterDefaultPatch: MeterDefaultPatch;
3035
+ }
3036
+ export interface DeleteMeterDefaultInput {
3037
+ clientMutationId?: string;
3038
+ id: string;
3039
+ }
3040
+ export interface CreateMeterSourceInput {
3041
+ clientMutationId?: string;
3042
+ meterSource: {
3043
+ aggregationType?: string;
3044
+ dimensionPath: string;
3045
+ isActive?: boolean;
3046
+ meterSlug: string;
3047
+ sourceMetric: string;
3048
+ };
3049
+ }
3050
+ export interface MeterSourcePatch {
3051
+ aggregationType?: string | null;
3052
+ dimensionPath?: string | null;
3053
+ isActive?: boolean | null;
3054
+ meterSlug?: string | null;
3055
+ sourceMetric?: string | null;
3056
+ }
3057
+ export interface UpdateMeterSourceInput {
3058
+ clientMutationId?: string;
3059
+ id: string;
3060
+ meterSourcePatch: MeterSourcePatch;
3061
+ }
3062
+ export interface DeleteMeterSourceInput {
3063
+ clientMutationId?: string;
3064
+ id: string;
3065
+ }
1529
3066
  export interface CreateOrgLimitAggregateInput {
1530
3067
  clientMutationId?: string;
1531
3068
  orgLimitAggregate: {
@@ -1770,7 +3307,184 @@ export interface DeleteOrgLimitWarningInput {
1770
3307
  clientMutationId?: string;
1771
3308
  id: string;
1772
3309
  }
3310
+ export interface CreatePlanCapInput {
3311
+ clientMutationId?: string;
3312
+ planCap: {
3313
+ capName: string;
3314
+ capValue?: string;
3315
+ planId: string;
3316
+ };
3317
+ }
3318
+ export interface PlanCapPatch {
3319
+ capName?: string | null;
3320
+ capValue?: string | null;
3321
+ planId?: string | null;
3322
+ }
3323
+ export interface UpdatePlanCapInput {
3324
+ clientMutationId?: string;
3325
+ id: string;
3326
+ planCapPatch: PlanCapPatch;
3327
+ }
3328
+ export interface DeletePlanCapInput {
3329
+ clientMutationId?: string;
3330
+ id: string;
3331
+ }
3332
+ export interface CreatePlanInput {
3333
+ clientMutationId?: string;
3334
+ plan: {
3335
+ description?: string;
3336
+ isActive?: boolean;
3337
+ name: string;
3338
+ };
3339
+ }
3340
+ export interface PlanPatch {
3341
+ description?: string | null;
3342
+ isActive?: boolean | null;
3343
+ name?: string | null;
3344
+ }
3345
+ export interface UpdatePlanInput {
3346
+ clientMutationId?: string;
3347
+ id: string;
3348
+ planPatch: PlanPatch;
3349
+ }
3350
+ export interface DeletePlanInput {
3351
+ clientMutationId?: string;
3352
+ id: string;
3353
+ }
3354
+ export interface CreatePlanLimitInput {
3355
+ clientMutationId?: string;
3356
+ planLimit: {
3357
+ limitName: string;
3358
+ maxValue: string;
3359
+ planId: string;
3360
+ };
3361
+ }
3362
+ export interface PlanLimitPatch {
3363
+ limitName?: string | null;
3364
+ maxValue?: string | null;
3365
+ planId?: string | null;
3366
+ }
3367
+ export interface UpdatePlanLimitInput {
3368
+ clientMutationId?: string;
3369
+ id: string;
3370
+ planLimitPatch: PlanLimitPatch;
3371
+ }
3372
+ export interface DeletePlanLimitInput {
3373
+ clientMutationId?: string;
3374
+ id: string;
3375
+ }
3376
+ export interface CreatePlanMeterLimitInput {
3377
+ clientMutationId?: string;
3378
+ planMeterLimit: {
3379
+ meterSlug: string;
3380
+ planId: string;
3381
+ planLimit: string;
3382
+ };
3383
+ }
3384
+ export interface PlanMeterLimitPatch {
3385
+ meterSlug?: string | null;
3386
+ planId?: string | null;
3387
+ planLimit?: string | null;
3388
+ }
3389
+ export interface UpdatePlanMeterLimitInput {
3390
+ clientMutationId?: string;
3391
+ id: string;
3392
+ planMeterLimitPatch: PlanMeterLimitPatch;
3393
+ }
3394
+ export interface DeletePlanMeterLimitInput {
3395
+ clientMutationId?: string;
3396
+ id: string;
3397
+ }
3398
+ export interface CreatePlanOverrideInput {
3399
+ clientMutationId?: string;
3400
+ planOverride: {
3401
+ entityId: string;
3402
+ expiresAt?: string;
3403
+ limitName: string;
3404
+ maxValue: string;
3405
+ reason?: string;
3406
+ };
3407
+ }
3408
+ export interface PlanOverridePatch {
3409
+ entityId?: string | null;
3410
+ expiresAt?: string | null;
3411
+ limitName?: string | null;
3412
+ maxValue?: string | null;
3413
+ reason?: string | null;
3414
+ }
3415
+ export interface UpdatePlanOverrideInput {
3416
+ clientMutationId?: string;
3417
+ id: string;
3418
+ planOverridePatch: PlanOverridePatch;
3419
+ }
3420
+ export interface DeletePlanOverrideInput {
3421
+ clientMutationId?: string;
3422
+ id: string;
3423
+ }
3424
+ export interface CreatePlanPricingInput {
3425
+ clientMutationId?: string;
3426
+ planPricing: {
3427
+ billingInterval: string;
3428
+ currency?: string;
3429
+ discountPercent?: string;
3430
+ isActive?: boolean;
3431
+ planId: string;
3432
+ price: string;
3433
+ };
3434
+ }
3435
+ export interface PlanPricingPatch {
3436
+ billingInterval?: string | null;
3437
+ currency?: string | null;
3438
+ discountPercent?: string | null;
3439
+ isActive?: boolean | null;
3440
+ planId?: string | null;
3441
+ price?: string | null;
3442
+ }
3443
+ export interface UpdatePlanPricingInput {
3444
+ clientMutationId?: string;
3445
+ id: string;
3446
+ planPricingPatch: PlanPricingPatch;
3447
+ }
3448
+ export interface DeletePlanPricingInput {
3449
+ clientMutationId?: string;
3450
+ id: string;
3451
+ }
3452
+ export interface CreatePlanSubscriptionInput {
3453
+ clientMutationId?: string;
3454
+ planSubscription: {
3455
+ endsAt?: string;
3456
+ entityId: string;
3457
+ entityType?: string;
3458
+ isActive?: boolean;
3459
+ organizationId?: string;
3460
+ planId: string;
3461
+ startsAt?: string;
3462
+ };
3463
+ }
3464
+ export interface PlanSubscriptionPatch {
3465
+ endsAt?: string | null;
3466
+ entityId?: string | null;
3467
+ entityType?: string | null;
3468
+ isActive?: boolean | null;
3469
+ organizationId?: string | null;
3470
+ planId?: string | null;
3471
+ startsAt?: string | null;
3472
+ }
3473
+ export interface UpdatePlanSubscriptionInput {
3474
+ clientMutationId?: string;
3475
+ id: string;
3476
+ planSubscriptionPatch: PlanSubscriptionPatch;
3477
+ }
3478
+ export interface DeletePlanSubscriptionInput {
3479
+ clientMutationId?: string;
3480
+ id: string;
3481
+ }
1773
3482
  export declare const connectionFieldsMap: Record<string, Record<string, string>>;
3483
+ export interface GrantAchievementInput {
3484
+ actorId?: string;
3485
+ clientMutationId?: string;
3486
+ levelName?: string;
3487
+ }
1774
3488
  export interface ProvisionBucketInput {
1775
3489
  /** The logical bucket key (e.g., "public", "private") */
1776
3490
  bucketKey: string;
@@ -1780,6 +3494,15 @@ export interface ProvisionBucketInput {
1780
3494
  */
1781
3495
  ownerId?: string;
1782
3496
  }
3497
+ export interface RecomputeCapabilitiesInput {
3498
+ actorId?: string;
3499
+ clientMutationId?: string;
3500
+ }
3501
+ export interface RevokeAchievementInput {
3502
+ actorId?: string;
3503
+ clientMutationId?: string;
3504
+ levelName?: string;
3505
+ }
1783
3506
  export interface SeedAppLimitCapsDefaultsInput {
1784
3507
  clientMutationId?: string;
1785
3508
  defaults?: Record<string, unknown>;
@@ -1788,6 +3511,10 @@ export interface SeedAppLimitDefaultsInput {
1788
3511
  clientMutationId?: string;
1789
3512
  defaults?: Record<string, unknown>;
1790
3513
  }
3514
+ export interface SeedMeterDefaultsInput {
3515
+ clientMutationId?: string;
3516
+ defaults?: Record<string, unknown>;
3517
+ }
1791
3518
  export interface SeedOrgLimitCapsDefaultsInput {
1792
3519
  clientMutationId?: string;
1793
3520
  defaults?: Record<string, unknown>;
@@ -1796,6 +3523,15 @@ export interface SeedOrgLimitDefaultsInput {
1796
3523
  clientMutationId?: string;
1797
3524
  defaults?: Record<string, unknown>;
1798
3525
  }
3526
+ export interface SeedPlanInput {
3527
+ clientMutationId?: string;
3528
+ planConfig?: Record<string, unknown>;
3529
+ planName?: string;
3530
+ }
3531
+ export interface SeedTrustLadderInput {
3532
+ clientMutationId?: string;
3533
+ ladder?: Record<string, unknown>;
3534
+ }
1799
3535
  /** A filter to be used against Interval fields. All fields are combined with a logical ‘and.’ */
1800
3536
  export interface IntervalFilter {
1801
3537
  /** Not equal to the specified value, treating null like an ordinary value. */
@@ -1821,6 +3557,41 @@ export interface IntervalFilter {
1821
3557
  /** Not included in the specified list. */
1822
3558
  notIn?: IntervalInput[];
1823
3559
  }
3560
+ /** A filter to be used against ConstructiveInternalTypeImage fields. All fields are combined with a logical ‘and.’ */
3561
+ export interface ConstructiveInternalTypeImageFilter {
3562
+ /** Contained by the specified JSON. */
3563
+ containedBy?: ConstructiveInternalTypeImage;
3564
+ /** Contains the specified JSON. */
3565
+ contains?: ConstructiveInternalTypeImage;
3566
+ /** Contains all of the specified keys. */
3567
+ containsAllKeys?: string[];
3568
+ /** Contains any of the specified keys. */
3569
+ containsAnyKeys?: string[];
3570
+ /** Contains the specified key. */
3571
+ containsKey?: string;
3572
+ /** Not equal to the specified value, treating null like an ordinary value. */
3573
+ distinctFrom?: ConstructiveInternalTypeImage;
3574
+ /** Equal to the specified value. */
3575
+ equalTo?: ConstructiveInternalTypeImage;
3576
+ /** Greater than the specified value. */
3577
+ greaterThan?: ConstructiveInternalTypeImage;
3578
+ /** Greater than or equal to the specified value. */
3579
+ greaterThanOrEqualTo?: ConstructiveInternalTypeImage;
3580
+ /** Included in the specified list. */
3581
+ in?: ConstructiveInternalTypeImage[];
3582
+ /** Is null (if `true` is specified) or is not null (if `false` is specified). */
3583
+ isNull?: boolean;
3584
+ /** Less than the specified value. */
3585
+ lessThan?: ConstructiveInternalTypeImage;
3586
+ /** Less than or equal to the specified value. */
3587
+ lessThanOrEqualTo?: ConstructiveInternalTypeImage;
3588
+ /** Equal to the specified value, treating null like an ordinary value. */
3589
+ notDistinctFrom?: ConstructiveInternalTypeImage;
3590
+ /** Not equal to the specified value. */
3591
+ notEqualTo?: ConstructiveInternalTypeImage;
3592
+ /** Not included in the specified list. */
3593
+ notIn?: ConstructiveInternalTypeImage[];
3594
+ }
1824
3595
  /** A filter to be used against many `AppLimitCreditCodeItem` object types. All fields are combined with a logical ‘and.’ */
1825
3596
  export interface AppLimitCreditCodeToManyAppLimitCreditCodeItemFilter {
1826
3597
  /** Filters to entities where every related entity matches. */
@@ -1857,6 +3628,15 @@ export interface AppLimitDefaultToManyAppLimitCreditFilter {
1857
3628
  /** Filters to entities where at least one related entity matches. */
1858
3629
  some?: AppLimitCreditFilter;
1859
3630
  }
3631
+ /** A filter to be used against many `MeterCredit` object types. All fields are combined with a logical ‘and.’ */
3632
+ export interface MeterToManyMeterCreditFilter {
3633
+ /** Filters to entities where every related entity matches. */
3634
+ every?: MeterCreditFilter;
3635
+ /** Filters to entities where no related entity matches. */
3636
+ none?: MeterCreditFilter;
3637
+ /** Filters to entities where at least one related entity matches. */
3638
+ some?: MeterCreditFilter;
3639
+ }
1860
3640
  /** A filter to be used against many `OrgLimitCredit` object types. All fields are combined with a logical ‘and.’ */
1861
3641
  export interface OrgLimitDefaultToManyOrgLimitCreditFilter {
1862
3642
  /** Filters to entities where every related entity matches. */
@@ -1866,6 +3646,179 @@ export interface OrgLimitDefaultToManyOrgLimitCreditFilter {
1866
3646
  /** Filters to entities where at least one related entity matches. */
1867
3647
  some?: OrgLimitCreditFilter;
1868
3648
  }
3649
+ /** A filter to be used against many `PlanCap` object types. All fields are combined with a logical ‘and.’ */
3650
+ export interface PlanToManyPlanCapFilter {
3651
+ /** Filters to entities where every related entity matches. */
3652
+ every?: PlanCapFilter;
3653
+ /** Filters to entities where no related entity matches. */
3654
+ none?: PlanCapFilter;
3655
+ /** Filters to entities where at least one related entity matches. */
3656
+ some?: PlanCapFilter;
3657
+ }
3658
+ /** A filter to be used against many `PlanLimit` object types. All fields are combined with a logical ‘and.’ */
3659
+ export interface PlanToManyPlanLimitFilter {
3660
+ /** Filters to entities where every related entity matches. */
3661
+ every?: PlanLimitFilter;
3662
+ /** Filters to entities where no related entity matches. */
3663
+ none?: PlanLimitFilter;
3664
+ /** Filters to entities where at least one related entity matches. */
3665
+ some?: PlanLimitFilter;
3666
+ }
3667
+ /** A filter to be used against many `PlanMeterLimit` object types. All fields are combined with a logical ‘and.’ */
3668
+ export interface PlanToManyPlanMeterLimitFilter {
3669
+ /** Filters to entities where every related entity matches. */
3670
+ every?: PlanMeterLimitFilter;
3671
+ /** Filters to entities where no related entity matches. */
3672
+ none?: PlanMeterLimitFilter;
3673
+ /** Filters to entities where at least one related entity matches. */
3674
+ some?: PlanMeterLimitFilter;
3675
+ }
3676
+ /** A filter to be used against many `PlanPricing` object types. All fields are combined with a logical ‘and.’ */
3677
+ export interface PlanToManyPlanPricingFilter {
3678
+ /** Filters to entities where every related entity matches. */
3679
+ every?: PlanPricingFilter;
3680
+ /** Filters to entities where no related entity matches. */
3681
+ none?: PlanPricingFilter;
3682
+ /** Filters to entities where at least one related entity matches. */
3683
+ some?: PlanPricingFilter;
3684
+ }
3685
+ /** A filter to be used against many `PlanSubscription` object types. All fields are combined with a logical ‘and.’ */
3686
+ export interface PlanToManyPlanSubscriptionFilter {
3687
+ /** Filters to entities where every related entity matches. */
3688
+ every?: PlanSubscriptionFilter;
3689
+ /** Filters to entities where no related entity matches. */
3690
+ none?: PlanSubscriptionFilter;
3691
+ /** Filters to entities where at least one related entity matches. */
3692
+ some?: PlanSubscriptionFilter;
3693
+ }
3694
+ /** An input for mutations affecting `AppAchievementReward` */
3695
+ export interface AppAchievementRewardInput {
3696
+ /** Number of credits to grant; unused by capability rewards */
3697
+ amount?: number;
3698
+ createdAt?: string;
3699
+ /** Credit type: permanent, expiring, etc. */
3700
+ creditType?: string;
3701
+ /** Optional duration after which the granted credit expires; NULL means never expires */
3702
+ expiresInterval?: IntervalInput;
3703
+ id?: string;
3704
+ /** Name of the level this reward is granted for */
3705
+ levelName: string;
3706
+ /** Type of reward: limit_credit, meter_credit, or capability */
3707
+ rewardType: string;
3708
+ /** Target limit name, meter slug, or capability catalog name */
3709
+ targetName: string;
3710
+ updatedAt?: string;
3711
+ }
3712
+ /** An interval of time that has passed where the smallest distinct unit is a second. */
3713
+ export interface IntervalInput {
3714
+ /** A quantity of days. */
3715
+ days?: number;
3716
+ /** A quantity of hours. */
3717
+ hours?: number;
3718
+ /** A quantity of minutes. */
3719
+ minutes?: number;
3720
+ /** A quantity of months. */
3721
+ months?: number;
3722
+ /**
3723
+ * A quantity of seconds. This is the only non-integer field, as all the other
3724
+ * fields will dump their overflow into a smaller unit of time. Intervals don’t
3725
+ * have a smaller unit than seconds.
3726
+ */
3727
+ seconds?: number;
3728
+ /** A quantity of years. */
3729
+ years?: number;
3730
+ }
3731
+ /** An input for mutations affecting `AppEventAggregate` */
3732
+ export interface AppEventAggregateInput {
3733
+ actorId?: string;
3734
+ /** Cumulative count of completed steps toward this requirement */
3735
+ count?: number;
3736
+ createdAt?: string;
3737
+ id?: string;
3738
+ /** Name identifier of the level requirement being tracked */
3739
+ name: string;
3740
+ /** Start of current counting period; NULL means lifetime counting */
3741
+ periodStart?: string;
3742
+ updatedAt?: string;
3743
+ }
3744
+ /** An input for mutations affecting `AppEvent` */
3745
+ export interface AppEventInput {
3746
+ actorId?: string;
3747
+ /** Number of units completed in this step action */
3748
+ count?: number;
3749
+ createdAt?: string;
3750
+ /** Unique identifier for each event (uuidv7 provides temporal ordering) */
3751
+ id?: string;
3752
+ /** Name identifier of the level requirement this step fulfills */
3753
+ name: string;
3754
+ }
3755
+ /** An input for mutations affecting `AppEventType` */
3756
+ export interface AppEventTypeInput {
3757
+ /** Aggregation mode: count, sum, last_value, or none */
3758
+ aggregation?: string;
3759
+ /** Grouping category: onboarding, engagement, analytics, commerce, etc. */
3760
+ category?: string;
3761
+ createdAt?: string;
3762
+ /** Human-readable description of this event type */
3763
+ description?: string;
3764
+ /** Whether this event type participates in the levels/badge system by updating aggregates */
3765
+ feedsLevels?: boolean;
3766
+ id?: string;
3767
+ /** Whether recording of this event type is enabled */
3768
+ isActive?: boolean;
3769
+ /** Unique name identifier for this event type */
3770
+ name: string;
3771
+ /** Optional period for aggregate count reset; NULL means lifetime counting */
3772
+ periodInterval?: IntervalInput;
3773
+ updatedAt?: string;
3774
+ }
3775
+ /** An input for mutations affecting `AppLevel` */
3776
+ export interface AppLevelInput {
3777
+ createdAt?: string;
3778
+ /** Human-readable description of what this level represents */
3779
+ description?: string;
3780
+ id?: string;
3781
+ /** Badge or icon image associated with this level */
3782
+ image?: ConstructiveInternalTypeImage;
3783
+ /** Unique name of the level */
3784
+ name: string;
3785
+ /** Optional owner (actor) who created or manages this level */
3786
+ ownerId?: string;
3787
+ updatedAt?: string;
3788
+ }
3789
+ /** An input for mutations affecting `AppLevelGrant` */
3790
+ export interface AppLevelGrantInput {
3791
+ actorId?: string;
3792
+ createdAt?: string;
3793
+ /** When this grant lapses; NULL means it holds until revoked */
3794
+ expiresAt?: string;
3795
+ id?: string;
3796
+ /** Name of the level that was achieved */
3797
+ levelName: string;
3798
+ /** Period start for periodic achievements; -infinity for non-periodic (earn-once) */
3799
+ periodStart?: string;
3800
+ updatedAt?: string;
3801
+ }
3802
+ /** An input for mutations affecting `AppLevelRequirement` */
3803
+ export interface AppLevelRequirementInput {
3804
+ createdAt?: string;
3805
+ /** Human-readable description of what this requirement entails */
3806
+ description?: string;
3807
+ /** Requirements of a level sharing this key satisfy it as alternatives; NULL requires this one on its own */
3808
+ groupKey?: string;
3809
+ id?: string;
3810
+ /** Name of the level this requirement belongs to */
3811
+ level: string;
3812
+ /** Computed signal to compare against required_count instead of an event count; currently only account_age_days */
3813
+ metric?: string;
3814
+ /** Name identifier of the requirement (matches step names) */
3815
+ name: string;
3816
+ /** Display ordering priority; lower values appear first */
3817
+ priority?: number;
3818
+ /** Number of steps needed to satisfy this requirement */
3819
+ requiredCount?: number;
3820
+ updatedAt?: string;
3821
+ }
1869
3822
  /** An input for mutations affecting `AppLimitCap` */
1870
3823
  export interface AppLimitCapInput {
1871
3824
  /** Entity this cap override applies to */
@@ -1901,7 +3854,7 @@ export interface AppLimitInput {
1901
3854
  organizationId?: string;
1902
3855
  /** Temporary credits for the current billing window. Resets to 0 on window expiry. */
1903
3856
  periodCredits?: string;
1904
- /** Ceiling set by the active plan via apply_plan(). Window reset does not change this value. */
3857
+ /** Ceiling pinned for this actor by the active plan via apply_plan(). NULL means the ceiling follows the tenant default in the default-limits table, so raising a default reaches rows that already exist. Window reset does not change this value. */
1905
3858
  planMax?: string;
1906
3859
  /** Permanent credits from purchases, admin grants, or lifetime rewards. Survives window reset. */
1907
3860
  purchasedCredits?: string;
@@ -1912,25 +3865,6 @@ export interface AppLimitInput {
1912
3865
  /** Start of the current metering window; NULL means no time window */
1913
3866
  windowStart?: string;
1914
3867
  }
1915
- /** An interval of time that has passed where the smallest distinct unit is a second. */
1916
- export interface IntervalInput {
1917
- /** A quantity of days. */
1918
- days?: number;
1919
- /** A quantity of hours. */
1920
- hours?: number;
1921
- /** A quantity of minutes. */
1922
- minutes?: number;
1923
- /** A quantity of months. */
1924
- months?: number;
1925
- /**
1926
- * A quantity of seconds. This is the only non-integer field, as all the other
1927
- * fields will dump their overflow into a smaller unit of time. Intervals don’t
1928
- * have a smaller unit than seconds.
1929
- */
1930
- seconds?: number;
1931
- /** A quantity of years. */
1932
- years?: number;
1933
- }
1934
3868
  /** An input for mutations affecting `AppLimitCreditCode` */
1935
3869
  export interface AppLimitCreditCodeInput {
1936
3870
  /** Human-readable credit code (case-insensitive, unique) */
@@ -2031,6 +3965,134 @@ export interface AppLimitWarningInput {
2031
3965
  /** Threshold type: absolute (fixed count) or percentage (of max) */
2032
3966
  warningType: string;
2033
3967
  }
3968
+ /** An input for mutations affecting `BillingUsageSummary` */
3969
+ export interface BillingUsageSummaryInput {
3970
+ /** Universal credits consumed during this period */
3971
+ creditsConsumed?: string;
3972
+ /** The entity (org, team, user) this summary belongs to */
3973
+ entityId: string;
3974
+ /** Entity type prefix (org, team, app, etc.) for interpreting entity_id */
3975
+ entityType?: string;
3976
+ id?: string;
3977
+ /** Which meter this summary tracks */
3978
+ meterSlug: string;
3979
+ /** Resolved billable organization via get_organization_id */
3980
+ organizationId?: string;
3981
+ /** Units consumed beyond the plan limit (quantity_used - plan_limit when positive) */
3982
+ overageUnits?: string;
3983
+ /** End of the billing period this summary covers */
3984
+ periodEnd: string;
3985
+ /** Start of the billing period this summary covers */
3986
+ periodStart: string;
3987
+ /** Plan limit that was in effect during this period */
3988
+ planLimit?: string;
3989
+ /** Total units consumed during this period */
3990
+ quantityUsed?: string;
3991
+ }
3992
+ /** An input for mutations affecting `Ledger` */
3993
+ export interface LedgerInput {
3994
+ createdAt?: string;
3995
+ /** Change amount (positive = grant/credit, negative = consumption/debit) */
3996
+ delta: string;
3997
+ /** The entity this ledger entry belongs to */
3998
+ entityId: string;
3999
+ /** Entity type prefix (org, team, app, etc.) for interpreting entity_id */
4000
+ entityType?: string;
4001
+ /** Specific type: increment, decrement, credit_purchase, plan_grant, reset, adjustment */
4002
+ entryType?: string;
4003
+ /** Unique identifier for each ledger entry */
4004
+ id?: string;
4005
+ /** Classification: usage, grant, adjustment, refund */
4006
+ ledgerClass?: string;
4007
+ /** Additional context (reason, source, Stripe receipt, etc.) */
4008
+ metadata?: Record<string, unknown>;
4009
+ /** Which meter this entry is for */
4010
+ meterSlug: string;
4011
+ /** Resolved billable organization via get_organization_id */
4012
+ organizationId?: string;
4013
+ /** Running total of usage after this entry */
4014
+ usageAfter: string;
4015
+ }
4016
+ /** An input for mutations affecting `Meter` */
4017
+ export interface MeterInput {
4018
+ /** How usage is aggregated: cumulative (sum over period) or peak (max watermark) */
4019
+ aggregation?: string;
4020
+ /** Slug of the category pool meter this meter belongs to. When set, usage overflow charges the category pool before falling through to universal credits. NULL means skip category pool and fall through directly to universal. */
4021
+ categoryMeter?: string;
4022
+ /** Universal credits consumed per unit of this meter. NULL disables universal credit fallback. */
4023
+ creditCost?: number;
4024
+ /** Human-readable name for the meter */
4025
+ displayName?: string;
4026
+ id?: string;
4027
+ /** Whether this meter is currently active */
4028
+ isActive?: boolean;
4029
+ /** Type of meter: quota (consumable), boolean (feature flag), or usage_pool (category aggregator) */
4030
+ meterType?: string;
4031
+ /** Reset cadence for this meter (e.g. 1 month, 1 year). NULL means no periodic reset. */
4032
+ periodInterval?: IntervalInput;
4033
+ /** Maximum unused units that carry forward on rollover reset. NULL means unlimited rollover. */
4034
+ rolloverCap?: string;
4035
+ /** Unique identifier for the meter (e.g. api_requests, storage_gb, seats) */
4036
+ slug: string;
4037
+ /** Unit of measurement for this meter (e.g. tokens, characters, audio_seconds, pages, images, megapixels, bytes, requests, compute_ms, credits) */
4038
+ unit?: string;
4039
+ }
4040
+ /** An input for mutations affecting `MeterCredit` */
4041
+ export interface MeterCreditInput {
4042
+ /** Number of credits to grant (positive to add, negative to revoke) */
4043
+ amount: string;
4044
+ /** When this credit was granted */
4045
+ createdAt?: string;
4046
+ /** Credit behavior: permanent (survives reset), period (zeroed on reset), or rollover (unused portion carries forward) */
4047
+ creditType?: string;
4048
+ /** Entity this credit applies to */
4049
+ entityId: string;
4050
+ /** Membership prefix identifying the entity kind (org, team, app) */
4051
+ entityType?: string;
4052
+ /** When this credit expires. NULL means the credit never expires. */
4053
+ expiresAt?: string;
4054
+ id?: string;
4055
+ /** FK to meters — which meter definition this credit applies to */
4056
+ meterId: string;
4057
+ /** Resolved billable organization via get_organization_id */
4058
+ organizationId?: string;
4059
+ /** Optional reason for the credit grant (promo code, admin grant, etc.) */
4060
+ reason?: string;
4061
+ }
4062
+ /** An input for mutations affecting `MeterDefault` */
4063
+ export interface MeterDefaultInput {
4064
+ /** Slug of the category pool meter (usage_pool) this meter belongs to, enabling the per-task -> category -> universal waterfall for default-provisioned meters. NULL skips the category pool. */
4065
+ categoryMeter?: string;
4066
+ /** Universal credits consumed per unit of this meter. NULL disables universal credit fallback. */
4067
+ creditCost?: string;
4068
+ /** Default plan_limit value for new entity balances. 0 means no quota; -1 (negative) means unlimited. */
4069
+ defaultPlanLimit?: string;
4070
+ /** Human-readable name for the default meter */
4071
+ displayName?: string;
4072
+ id?: string;
4073
+ /** Whether this default meter is actively provisioned for new entities */
4074
+ isActive?: boolean;
4075
+ /** Type of meter: quota, boolean, or usage_pool */
4076
+ meterType?: string;
4077
+ /** Meter slug that matches the slug in the meters table */
4078
+ slug: string;
4079
+ /** Unit of measurement for this meter (e.g. tokens, requests, images, compute_ms, credits) */
4080
+ unit?: string;
4081
+ }
4082
+ /** An input for mutations affecting `MeterSource` */
4083
+ export interface MeterSourceInput {
4084
+ /** How to aggregate the column. Built-in types: sum, sum_bytes_to_gb, peak. Custom types supported. */
4085
+ aggregationType?: string;
4086
+ /** Column name in the typed usage summary table (e.g. total_reads, avg_read_time_ms, size_bytes) */
4087
+ dimensionPath: string;
4088
+ id?: string;
4089
+ /** Soft-delete flag. Inactive sources are skipped during reconciliation. */
4090
+ isActive?: boolean;
4091
+ /** Slug of the billing meter this source feeds (matches meters.slug in the billing module) */
4092
+ meterSlug: string;
4093
+ /** Source table type: table_usage (db_table_stats_usage_summary), query_time (db_query_stats_usage_summary), or row_count (trigger-based, skipped by reconcile) */
4094
+ sourceMetric: string;
4095
+ }
2034
4096
  /** An input for mutations affecting `OrgLimitAggregate` */
2035
4097
  export interface OrgLimitAggregateInput {
2036
4098
  /** Entity (org) whose aggregate usage is being tracked */
@@ -2048,7 +4110,7 @@ export interface OrgLimitAggregateInput {
2048
4110
  organizationId?: string;
2049
4111
  /** Temporary credits for the current billing window. Resets to 0 on window expiry. */
2050
4112
  periodCredits?: string;
2051
- /** Ceiling set by the active plan via apply_plan(). Window reset does not change this value. */
4113
+ /** Ceiling pinned for this entity by the active plan via apply_plan(). NULL means the ceiling follows the tenant default in the default-limits table, so raising a default reaches rows that already exist. Window reset does not change this value. */
2052
4114
  planMax?: string;
2053
4115
  /** Permanent credits from purchases, admin grants, or lifetime rewards. Survives window reset. */
2054
4116
  purchasedCredits?: string;
@@ -2097,7 +4159,7 @@ export interface OrgLimitInput {
2097
4159
  organizationId?: string;
2098
4160
  /** Temporary credits for the current billing window. Resets to 0 on window expiry. */
2099
4161
  periodCredits?: string;
2100
- /** Ceiling set by the active plan via apply_plan(). Window reset does not change this value. */
4162
+ /** Ceiling pinned for this actor by the active plan via apply_plan(). NULL means the ceiling follows the tenant default in the default-limits table, so raising a default reaches rows that already exist. Window reset does not change this value. */
2101
4163
  planMax?: string;
2102
4164
  /** Permanent credits from purchases, admin grants, or lifetime rewards. Survives window reset. */
2103
4165
  purchasedCredits?: string;
@@ -2180,6 +4242,94 @@ export interface OrgLimitWarningInput {
2180
4242
  /** Threshold type: absolute (fixed count) or percentage (of max) */
2181
4243
  warningType: string;
2182
4244
  }
4245
+ /** An input for mutations affecting `PlanCap` */
4246
+ export interface PlanCapInput {
4247
+ /** Name of the cap/feature flag this plan sets (must match a name in caps_defaults or limit_caps) */
4248
+ capName: string;
4249
+ /** Cap value to set when this plan is applied. Convention: 0=disabled, 1=enabled, N=numeric cap, negative=unlimited */
4250
+ capValue?: string;
4251
+ id?: string;
4252
+ /** Reference to the plan this cap setting belongs to */
4253
+ planId: string;
4254
+ }
4255
+ /** An input for mutations affecting `Plan` */
4256
+ export interface PlanInput {
4257
+ /** Human-readable description of the plan tier */
4258
+ description?: string;
4259
+ id?: string;
4260
+ /** Whether this plan can currently be applied to entities */
4261
+ isActive?: boolean;
4262
+ /** Unique name identifier of the plan (e.g. free, pro, enterprise) */
4263
+ name: string;
4264
+ }
4265
+ /** An input for mutations affecting `PlanLimit` */
4266
+ export interface PlanLimitInput {
4267
+ id?: string;
4268
+ /** Name of the limit this plan sets (must match the name field in a limits table) */
4269
+ limitName: string;
4270
+ /** Maximum value to set on the limit when this plan is applied; negative means unlimited */
4271
+ maxValue: string;
4272
+ /** Reference to the plan this limit configuration belongs to */
4273
+ planId: string;
4274
+ }
4275
+ /** An input for mutations affecting `PlanMeterLimit` */
4276
+ export interface PlanMeterLimitInput {
4277
+ id?: string;
4278
+ /** Slug of the billing meter this plan sets a quota for (must match a slug in the meters table) */
4279
+ meterSlug: string;
4280
+ /** Reference to the plan this meter limit belongs to */
4281
+ planId: string;
4282
+ /** Billing quota to set on the balance when this plan is applied; negative means unlimited */
4283
+ planLimit: string;
4284
+ }
4285
+ /** An input for mutations affecting `PlanOverride` */
4286
+ export interface PlanOverrideInput {
4287
+ /** Entity receiving the custom override (personal org or actual org) */
4288
+ entityId: string;
4289
+ /** When this override expires; NULL means permanent */
4290
+ expiresAt?: string;
4291
+ id?: string;
4292
+ /** Name of the limit being overridden */
4293
+ limitName: string;
4294
+ /** Override maximum value; negative means unlimited */
4295
+ maxValue: string;
4296
+ /** Admin note explaining why this override was granted */
4297
+ reason?: string;
4298
+ }
4299
+ /** An input for mutations affecting `PlanPricing` */
4300
+ export interface PlanPricingInput {
4301
+ /** Billing cycle identifier (e.g. monthly, yearly, lifetime) */
4302
+ billingInterval: string;
4303
+ /** ISO 4217 currency code (lowercase) */
4304
+ currency?: string;
4305
+ /** Discount percentage off the base price (0-100); NULL means no discount */
4306
+ discountPercent?: string;
4307
+ id?: string;
4308
+ /** Whether this pricing option is currently available */
4309
+ isActive?: boolean;
4310
+ /** Reference to the plan this pricing belongs to */
4311
+ planId: string;
4312
+ /** Price in smallest currency unit (e.g. cents); negative means contact-sales */
4313
+ price: string;
4314
+ }
4315
+ /** An input for mutations affecting `PlanSubscription` */
4316
+ export interface PlanSubscriptionInput {
4317
+ /** When the subscription expires (NULL = no expiration) */
4318
+ endsAt?: string;
4319
+ /** The entity (org, team, user) this subscription belongs to */
4320
+ entityId: string;
4321
+ /** Membership prefix identifying the entity kind (org, team, app) */
4322
+ entityType?: string;
4323
+ id?: string;
4324
+ /** Whether the subscription is currently active */
4325
+ isActive?: boolean;
4326
+ /** Resolved billable organization via get_organization_id */
4327
+ organizationId?: string;
4328
+ /** Reference to the plan this subscription is for */
4329
+ planId: string;
4330
+ /** When the subscription becomes active */
4331
+ startsAt?: string;
4332
+ }
2183
4333
  /** A filter to be used against `AppLimitCreditCodeItem` object types. All fields are combined with a logical ‘and.’ */
2184
4334
  export interface AppLimitCreditCodeItemFilter {
2185
4335
  /** Filter by the object’s `amount` field. */
@@ -2247,6 +4397,37 @@ export interface AppLimitCreditFilter {
2247
4397
  /** Filter by the object’s `reason` field. */
2248
4398
  reason?: StringFilter;
2249
4399
  }
4400
+ /** A filter to be used against `MeterCredit` object types. All fields are combined with a logical ‘and.’ */
4401
+ export interface MeterCreditFilter {
4402
+ /** Filter by the object’s `amount` field. */
4403
+ amount?: BigIntFilter;
4404
+ /** Checks for all expressions in this list. */
4405
+ and?: MeterCreditFilter[];
4406
+ /** Filter by the object’s `createdAt` field. */
4407
+ createdAt?: DatetimeFilter;
4408
+ /** Filter by the object’s `creditType` field. */
4409
+ creditType?: StringFilter;
4410
+ /** Filter by the object’s `entityId` field. */
4411
+ entityId?: UUIDFilter;
4412
+ /** Filter by the object’s `entityType` field. */
4413
+ entityType?: StringFilter;
4414
+ /** Filter by the object’s `expiresAt` field. */
4415
+ expiresAt?: DatetimeFilter;
4416
+ /** Filter by the object’s `id` field. */
4417
+ id?: UUIDFilter;
4418
+ /** Filter by the object’s `meter` relation. */
4419
+ meter?: MeterFilter;
4420
+ /** Filter by the object’s `meterId` field. */
4421
+ meterId?: UUIDFilter;
4422
+ /** Negates the expression. */
4423
+ not?: MeterCreditFilter;
4424
+ /** Checks for any expressions in this list. */
4425
+ or?: MeterCreditFilter[];
4426
+ /** Filter by the object’s `organizationId` field. */
4427
+ organizationId?: UUIDFilter;
4428
+ /** Filter by the object’s `reason` field. */
4429
+ reason?: StringFilter;
4430
+ }
2250
4431
  /** A filter to be used against `OrgLimitCredit` object types. All fields are combined with a logical ‘and.’ */
2251
4432
  export interface OrgLimitCreditFilter {
2252
4433
  /** Filter by the object’s `actorId` field. */
@@ -2276,6 +4457,115 @@ export interface OrgLimitCreditFilter {
2276
4457
  /** Filter by the object’s `reason` field. */
2277
4458
  reason?: StringFilter;
2278
4459
  }
4460
+ /** A filter to be used against `PlanCap` object types. All fields are combined with a logical ‘and.’ */
4461
+ export interface PlanCapFilter {
4462
+ /** Checks for all expressions in this list. */
4463
+ and?: PlanCapFilter[];
4464
+ /** Filter by the object’s `capName` field. */
4465
+ capName?: StringFilter;
4466
+ /** Filter by the object’s `capValue` field. */
4467
+ capValue?: BigIntFilter;
4468
+ /** Filter by the object’s `id` field. */
4469
+ id?: UUIDFilter;
4470
+ /** Negates the expression. */
4471
+ not?: PlanCapFilter;
4472
+ /** Checks for any expressions in this list. */
4473
+ or?: PlanCapFilter[];
4474
+ /** Filter by the object’s `plan` relation. */
4475
+ plan?: PlanFilter;
4476
+ /** Filter by the object’s `planId` field. */
4477
+ planId?: UUIDFilter;
4478
+ }
4479
+ /** A filter to be used against `PlanLimit` object types. All fields are combined with a logical ‘and.’ */
4480
+ export interface PlanLimitFilter {
4481
+ /** Checks for all expressions in this list. */
4482
+ and?: PlanLimitFilter[];
4483
+ /** Filter by the object’s `id` field. */
4484
+ id?: UUIDFilter;
4485
+ /** Filter by the object’s `limitName` field. */
4486
+ limitName?: StringFilter;
4487
+ /** Filter by the object’s `maxValue` field. */
4488
+ maxValue?: BigIntFilter;
4489
+ /** Negates the expression. */
4490
+ not?: PlanLimitFilter;
4491
+ /** Checks for any expressions in this list. */
4492
+ or?: PlanLimitFilter[];
4493
+ /** Filter by the object’s `plan` relation. */
4494
+ plan?: PlanFilter;
4495
+ /** Filter by the object’s `planId` field. */
4496
+ planId?: UUIDFilter;
4497
+ }
4498
+ /** A filter to be used against `PlanMeterLimit` object types. All fields are combined with a logical ‘and.’ */
4499
+ export interface PlanMeterLimitFilter {
4500
+ /** Checks for all expressions in this list. */
4501
+ and?: PlanMeterLimitFilter[];
4502
+ /** Filter by the object’s `id` field. */
4503
+ id?: UUIDFilter;
4504
+ /** Filter by the object’s `meterSlug` field. */
4505
+ meterSlug?: StringFilter;
4506
+ /** Negates the expression. */
4507
+ not?: PlanMeterLimitFilter;
4508
+ /** Checks for any expressions in this list. */
4509
+ or?: PlanMeterLimitFilter[];
4510
+ /** Filter by the object’s `plan` relation. */
4511
+ plan?: PlanFilter;
4512
+ /** Filter by the object’s `planId` field. */
4513
+ planId?: UUIDFilter;
4514
+ /** Filter by the object’s `planLimit` field. */
4515
+ planLimit?: BigIntFilter;
4516
+ }
4517
+ /** A filter to be used against `PlanPricing` object types. All fields are combined with a logical ‘and.’ */
4518
+ export interface PlanPricingFilter {
4519
+ /** Checks for all expressions in this list. */
4520
+ and?: PlanPricingFilter[];
4521
+ /** Filter by the object’s `billingInterval` field. */
4522
+ billingInterval?: StringFilter;
4523
+ /** Filter by the object’s `currency` field. */
4524
+ currency?: StringFilter;
4525
+ /** Filter by the object’s `discountPercent` field. */
4526
+ discountPercent?: BigFloatFilter;
4527
+ /** Filter by the object’s `id` field. */
4528
+ id?: UUIDFilter;
4529
+ /** Filter by the object’s `isActive` field. */
4530
+ isActive?: BooleanFilter;
4531
+ /** Negates the expression. */
4532
+ not?: PlanPricingFilter;
4533
+ /** Checks for any expressions in this list. */
4534
+ or?: PlanPricingFilter[];
4535
+ /** Filter by the object’s `plan` relation. */
4536
+ plan?: PlanFilter;
4537
+ /** Filter by the object’s `planId` field. */
4538
+ planId?: UUIDFilter;
4539
+ /** Filter by the object’s `price` field. */
4540
+ price?: BigIntFilter;
4541
+ }
4542
+ /** A filter to be used against `PlanSubscription` object types. All fields are combined with a logical ‘and.’ */
4543
+ export interface PlanSubscriptionFilter {
4544
+ /** Checks for all expressions in this list. */
4545
+ and?: PlanSubscriptionFilter[];
4546
+ /** Filter by the object’s `endsAt` field. */
4547
+ endsAt?: DatetimeFilter;
4548
+ /** Filter by the object’s `entityId` field. */
4549
+ entityId?: UUIDFilter;
4550
+ /** Filter by the object’s `entityType` field. */
4551
+ entityType?: StringFilter;
4552
+ /** Filter by the object’s `id` field. */
4553
+ id?: UUIDFilter;
4554
+ /** Filter by the object’s `isActive` field. */
4555
+ isActive?: BooleanFilter;
4556
+ /** Negates the expression. */
4557
+ not?: PlanSubscriptionFilter;
4558
+ /** Checks for any expressions in this list. */
4559
+ or?: PlanSubscriptionFilter[];
4560
+ /** Filter by the object’s `organizationId` field. */
4561
+ organizationId?: UUIDFilter;
4562
+ /** Filter by the object’s `plan` relation. */
4563
+ plan?: PlanFilter;
4564
+ /** Filter by the object’s `planId` field. */
4565
+ planId?: UUIDFilter;
4566
+ /** Filter by the object’s `startsAt` field. */
4567
+ startsAt?: DatetimeFilter;
4568
+ }
2279
4569
  /** A filter to be used against BigInt fields. All fields are combined with a logical ‘and.’ */
2280
4570
  export interface BigIntFilter {
2281
4571
  /** Not equal to the specified value, treating null like an ordinary value. */
@@ -2455,6 +4745,66 @@ export interface AppLimitDefaultFilter {
2455
4745
  /** Filter by the object’s `softMax` field. */
2456
4746
  softMax?: BigIntFilter;
2457
4747
  }
4748
+ /** A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’ */
4749
+ export interface DatetimeFilter {
4750
+ /** Not equal to the specified value, treating null like an ordinary value. */
4751
+ distinctFrom?: string;
4752
+ /** Equal to the specified value. */
4753
+ equalTo?: string;
4754
+ /** Greater than the specified value. */
4755
+ greaterThan?: string;
4756
+ /** Greater than or equal to the specified value. */
4757
+ greaterThanOrEqualTo?: string;
4758
+ /** Included in the specified list. */
4759
+ in?: string[];
4760
+ /** Is null (if `true` is specified) or is not null (if `false` is specified). */
4761
+ isNull?: boolean;
4762
+ /** Less than the specified value. */
4763
+ lessThan?: string;
4764
+ /** Less than or equal to the specified value. */
4765
+ lessThanOrEqualTo?: string;
4766
+ /** Equal to the specified value, treating null like an ordinary value. */
4767
+ notDistinctFrom?: string;
4768
+ /** Not equal to the specified value. */
4769
+ notEqualTo?: string;
4770
+ /** Not included in the specified list. */
4771
+ notIn?: string[];
4772
+ }
4773
+ /** A filter to be used against `Meter` object types. All fields are combined with a logical ‘and.’ */
4774
+ export interface MeterFilter {
4775
+ /** Filter by the object’s `aggregation` field. */
4776
+ aggregation?: StringFilter;
4777
+ /** Checks for all expressions in this list. */
4778
+ and?: MeterFilter[];
4779
+ /** Filter by the object’s `categoryMeter` field. */
4780
+ categoryMeter?: StringFilter;
4781
+ /** Filter by the object’s `creditCost` field. */
4782
+ creditCost?: IntFilter;
4783
+ /** Filter by the object’s `displayName` field. */
4784
+ displayName?: StringFilter;
4785
+ /** Filter by the object’s `id` field. */
4786
+ id?: UUIDFilter;
4787
+ /** Filter by the object’s `isActive` field. */
4788
+ isActive?: BooleanFilter;
4789
+ /** Filter by the object’s `meterCredits` relation. */
4790
+ meterCredits?: MeterToManyMeterCreditFilter;
4791
+ /** `meterCredits` exist. */
4792
+ meterCreditsExist?: boolean;
4793
+ /** Filter by the object’s `meterType` field. */
4794
+ meterType?: StringFilter;
4795
+ /** Negates the expression. */
4796
+ not?: MeterFilter;
4797
+ /** Checks for any expressions in this list. */
4798
+ or?: MeterFilter[];
4799
+ /** Filter by the object’s `periodInterval` field. */
4800
+ periodInterval?: IntervalFilter;
4801
+ /** Filter by the object’s `rolloverCap` field. */
4802
+ rolloverCap?: BigIntFilter;
4803
+ /** Filter by the object’s `slug` field. */
4804
+ slug?: StringFilter;
4805
+ /** Filter by the object’s `unit` field. */
4806
+ unit?: StringFilter;
4807
+ }
2458
4808
  /** A filter to be used against `OrgLimitDefault` object types. All fields are combined with a logical ‘and.’ */
2459
4809
  export interface OrgLimitDefaultFilter {
2460
4810
  /** Checks for all expressions in this list. */
@@ -2476,56 +4826,143 @@ export interface OrgLimitDefaultFilter {
2476
4826
  /** Filter by the object’s `softMax` field. */
2477
4827
  softMax?: BigIntFilter;
2478
4828
  }
2479
- /** A filter to be used against Int fields. All fields are combined with a logical ‘and.’ */
2480
- export interface IntFilter {
4829
+ /** A filter to be used against `Plan` object types. All fields are combined with a logical ‘and.’ */
4830
+ export interface PlanFilter {
4831
+ /** Checks for all expressions in this list. */
4832
+ and?: PlanFilter[];
4833
+ /** Filter by the object’s `description` field. */
4834
+ description?: StringFilter;
4835
+ /** Filter by the object’s `id` field. */
4836
+ id?: UUIDFilter;
4837
+ /** Filter by the object’s `isActive` field. */
4838
+ isActive?: BooleanFilter;
4839
+ /** Filter by the object’s `name` field. */
4840
+ name?: StringFilter;
4841
+ /** Negates the expression. */
4842
+ not?: PlanFilter;
4843
+ /** Checks for any expressions in this list. */
4844
+ or?: PlanFilter[];
4845
+ /** Filter by the object’s `planCaps` relation. */
4846
+ planCaps?: PlanToManyPlanCapFilter;
4847
+ /** `planCaps` exist. */
4848
+ planCapsExist?: boolean;
4849
+ /** Filter by the object’s `planLimits` relation. */
4850
+ planLimits?: PlanToManyPlanLimitFilter;
4851
+ /** `planLimits` exist. */
4852
+ planLimitsExist?: boolean;
4853
+ /** Filter by the object’s `planMeterLimits` relation. */
4854
+ planMeterLimits?: PlanToManyPlanMeterLimitFilter;
4855
+ /** `planMeterLimits` exist. */
4856
+ planMeterLimitsExist?: boolean;
4857
+ /** Filter by the object’s `planPricings` relation. */
4858
+ planPricings?: PlanToManyPlanPricingFilter;
4859
+ /** `planPricings` exist. */
4860
+ planPricingsExist?: boolean;
4861
+ /** Filter by the object’s `planSubscriptions` relation. */
4862
+ planSubscriptions?: PlanToManyPlanSubscriptionFilter;
4863
+ /** `planSubscriptions` exist. */
4864
+ planSubscriptionsExist?: boolean;
4865
+ }
4866
+ /** A filter to be used against BigFloat fields. All fields are combined with a logical ‘and.’ */
4867
+ export interface BigFloatFilter {
2481
4868
  /** Not equal to the specified value, treating null like an ordinary value. */
2482
- distinctFrom?: number;
4869
+ distinctFrom?: string;
2483
4870
  /** Equal to the specified value. */
2484
- equalTo?: number;
4871
+ equalTo?: string;
2485
4872
  /** Greater than the specified value. */
2486
- greaterThan?: number;
4873
+ greaterThan?: string;
2487
4874
  /** Greater than or equal to the specified value. */
2488
- greaterThanOrEqualTo?: number;
4875
+ greaterThanOrEqualTo?: string;
2489
4876
  /** Included in the specified list. */
2490
- in?: number[];
4877
+ in?: string[];
2491
4878
  /** Is null (if `true` is specified) or is not null (if `false` is specified). */
2492
4879
  isNull?: boolean;
2493
4880
  /** Less than the specified value. */
2494
- lessThan?: number;
4881
+ lessThan?: string;
2495
4882
  /** Less than or equal to the specified value. */
2496
- lessThanOrEqualTo?: number;
4883
+ lessThanOrEqualTo?: string;
2497
4884
  /** Equal to the specified value, treating null like an ordinary value. */
2498
- notDistinctFrom?: number;
4885
+ notDistinctFrom?: string;
2499
4886
  /** Not equal to the specified value. */
2500
- notEqualTo?: number;
4887
+ notEqualTo?: string;
2501
4888
  /** Not included in the specified list. */
2502
- notIn?: number[];
4889
+ notIn?: string[];
2503
4890
  }
2504
- /** A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’ */
2505
- export interface DatetimeFilter {
4891
+ /** A filter to be used against Boolean fields. All fields are combined with a logical ‘and.’ */
4892
+ export interface BooleanFilter {
2506
4893
  /** Not equal to the specified value, treating null like an ordinary value. */
2507
- distinctFrom?: string;
4894
+ distinctFrom?: boolean;
2508
4895
  /** Equal to the specified value. */
2509
- equalTo?: string;
4896
+ equalTo?: boolean;
2510
4897
  /** Greater than the specified value. */
2511
- greaterThan?: string;
4898
+ greaterThan?: boolean;
2512
4899
  /** Greater than or equal to the specified value. */
2513
- greaterThanOrEqualTo?: string;
4900
+ greaterThanOrEqualTo?: boolean;
2514
4901
  /** Included in the specified list. */
2515
- in?: string[];
4902
+ in?: boolean[];
2516
4903
  /** Is null (if `true` is specified) or is not null (if `false` is specified). */
2517
4904
  isNull?: boolean;
2518
4905
  /** Less than the specified value. */
2519
- lessThan?: string;
4906
+ lessThan?: boolean;
2520
4907
  /** Less than or equal to the specified value. */
2521
- lessThanOrEqualTo?: string;
4908
+ lessThanOrEqualTo?: boolean;
2522
4909
  /** Equal to the specified value, treating null like an ordinary value. */
2523
- notDistinctFrom?: string;
4910
+ notDistinctFrom?: boolean;
2524
4911
  /** Not equal to the specified value. */
2525
- notEqualTo?: string;
4912
+ notEqualTo?: boolean;
2526
4913
  /** Not included in the specified list. */
2527
- notIn?: string[];
4914
+ notIn?: boolean[];
4915
+ }
4916
+ /** A filter to be used against Int fields. All fields are combined with a logical ‘and.’ */
4917
+ export interface IntFilter {
4918
+ /** Not equal to the specified value, treating null like an ordinary value. */
4919
+ distinctFrom?: number;
4920
+ /** Equal to the specified value. */
4921
+ equalTo?: number;
4922
+ /** Greater than the specified value. */
4923
+ greaterThan?: number;
4924
+ /** Greater than or equal to the specified value. */
4925
+ greaterThanOrEqualTo?: number;
4926
+ /** Included in the specified list. */
4927
+ in?: number[];
4928
+ /** Is null (if `true` is specified) or is not null (if `false` is specified). */
4929
+ isNull?: boolean;
4930
+ /** Less than the specified value. */
4931
+ lessThan?: number;
4932
+ /** Less than or equal to the specified value. */
4933
+ lessThanOrEqualTo?: number;
4934
+ /** Equal to the specified value, treating null like an ordinary value. */
4935
+ notDistinctFrom?: number;
4936
+ /** Not equal to the specified value. */
4937
+ notEqualTo?: number;
4938
+ /** Not included in the specified list. */
4939
+ notIn?: number[];
4940
+ }
4941
+ /** A connection to a list of `AppLevelRequirement` values. */
4942
+ export interface AppLevelRequirementConnection {
4943
+ edges: AppLevelRequirementEdge[];
4944
+ nodes: AppLevelRequirement[];
4945
+ pageInfo: PageInfo;
4946
+ totalCount: number;
4947
+ }
4948
+ export type AppLevelRequirementConnectionSelect = {
4949
+ edges?: {
4950
+ select: AppLevelRequirementEdgeSelect;
4951
+ };
4952
+ nodes?: {
4953
+ select: AppLevelRequirementSelect;
4954
+ };
4955
+ pageInfo?: {
4956
+ select: PageInfoSelect;
4957
+ };
4958
+ totalCount?: boolean;
4959
+ };
4960
+ export interface GrantAchievementPayload {
4961
+ clientMutationId?: string | null;
2528
4962
  }
4963
+ export type GrantAchievementPayloadSelect = {
4964
+ clientMutationId?: boolean;
4965
+ };
2529
4966
  export interface ProvisionBucketPayload {
2530
4967
  /** The access type applied */
2531
4968
  accessType: string;
@@ -2548,6 +4985,18 @@ export type ProvisionBucketPayloadSelect = {
2548
4985
  provider?: boolean;
2549
4986
  success?: boolean;
2550
4987
  };
4988
+ export interface RecomputeCapabilitiesPayload {
4989
+ clientMutationId?: string | null;
4990
+ }
4991
+ export type RecomputeCapabilitiesPayloadSelect = {
4992
+ clientMutationId?: boolean;
4993
+ };
4994
+ export interface RevokeAchievementPayload {
4995
+ clientMutationId?: string | null;
4996
+ }
4997
+ export type RevokeAchievementPayloadSelect = {
4998
+ clientMutationId?: boolean;
4999
+ };
2551
5000
  export interface SeedAppLimitCapsDefaultsPayload {
2552
5001
  clientMutationId?: string | null;
2553
5002
  result?: boolean | null;
@@ -2564,6 +5013,14 @@ export type SeedAppLimitDefaultsPayloadSelect = {
2564
5013
  clientMutationId?: boolean;
2565
5014
  result?: boolean;
2566
5015
  };
5016
+ export interface SeedMeterDefaultsPayload {
5017
+ clientMutationId?: string | null;
5018
+ result?: boolean | null;
5019
+ }
5020
+ export type SeedMeterDefaultsPayloadSelect = {
5021
+ clientMutationId?: boolean;
5022
+ result?: boolean;
5023
+ };
2567
5024
  export interface SeedOrgLimitCapsDefaultsPayload {
2568
5025
  clientMutationId?: string | null;
2569
5026
  result?: boolean | null;
@@ -2580,6 +5037,337 @@ export type SeedOrgLimitDefaultsPayloadSelect = {
2580
5037
  clientMutationId?: boolean;
2581
5038
  result?: boolean;
2582
5039
  };
5040
+ export interface SeedPlanPayload {
5041
+ clientMutationId?: string | null;
5042
+ result?: string | null;
5043
+ }
5044
+ export type SeedPlanPayloadSelect = {
5045
+ clientMutationId?: boolean;
5046
+ result?: boolean;
5047
+ };
5048
+ export interface SeedTrustLadderPayload {
5049
+ clientMutationId?: string | null;
5050
+ result?: boolean | null;
5051
+ }
5052
+ export type SeedTrustLadderPayloadSelect = {
5053
+ clientMutationId?: boolean;
5054
+ result?: boolean;
5055
+ };
5056
+ export interface CreateAppAchievementRewardPayload {
5057
+ /** The `AppAchievementReward` that was created by this mutation. */
5058
+ appAchievementReward?: AppAchievementReward | null;
5059
+ appAchievementRewardEdge?: AppAchievementRewardEdge | null;
5060
+ clientMutationId?: string | null;
5061
+ }
5062
+ export type CreateAppAchievementRewardPayloadSelect = {
5063
+ appAchievementReward?: {
5064
+ select: AppAchievementRewardSelect;
5065
+ };
5066
+ appAchievementRewardEdge?: {
5067
+ select: AppAchievementRewardEdgeSelect;
5068
+ };
5069
+ clientMutationId?: boolean;
5070
+ };
5071
+ export interface UpdateAppAchievementRewardPayload {
5072
+ /** The `AppAchievementReward` that was updated by this mutation. */
5073
+ appAchievementReward?: AppAchievementReward | null;
5074
+ appAchievementRewardEdge?: AppAchievementRewardEdge | null;
5075
+ clientMutationId?: string | null;
5076
+ }
5077
+ export type UpdateAppAchievementRewardPayloadSelect = {
5078
+ appAchievementReward?: {
5079
+ select: AppAchievementRewardSelect;
5080
+ };
5081
+ appAchievementRewardEdge?: {
5082
+ select: AppAchievementRewardEdgeSelect;
5083
+ };
5084
+ clientMutationId?: boolean;
5085
+ };
5086
+ export interface DeleteAppAchievementRewardPayload {
5087
+ /** The `AppAchievementReward` that was deleted by this mutation. */
5088
+ appAchievementReward?: AppAchievementReward | null;
5089
+ appAchievementRewardEdge?: AppAchievementRewardEdge | null;
5090
+ clientMutationId?: string | null;
5091
+ }
5092
+ export type DeleteAppAchievementRewardPayloadSelect = {
5093
+ appAchievementReward?: {
5094
+ select: AppAchievementRewardSelect;
5095
+ };
5096
+ appAchievementRewardEdge?: {
5097
+ select: AppAchievementRewardEdgeSelect;
5098
+ };
5099
+ clientMutationId?: boolean;
5100
+ };
5101
+ export interface CreateAppEventAggregatePayload {
5102
+ /** The `AppEventAggregate` that was created by this mutation. */
5103
+ appEventAggregate?: AppEventAggregate | null;
5104
+ appEventAggregateEdge?: AppEventAggregateEdge | null;
5105
+ clientMutationId?: string | null;
5106
+ }
5107
+ export type CreateAppEventAggregatePayloadSelect = {
5108
+ appEventAggregate?: {
5109
+ select: AppEventAggregateSelect;
5110
+ };
5111
+ appEventAggregateEdge?: {
5112
+ select: AppEventAggregateEdgeSelect;
5113
+ };
5114
+ clientMutationId?: boolean;
5115
+ };
5116
+ export interface UpdateAppEventAggregatePayload {
5117
+ /** The `AppEventAggregate` that was updated by this mutation. */
5118
+ appEventAggregate?: AppEventAggregate | null;
5119
+ appEventAggregateEdge?: AppEventAggregateEdge | null;
5120
+ clientMutationId?: string | null;
5121
+ }
5122
+ export type UpdateAppEventAggregatePayloadSelect = {
5123
+ appEventAggregate?: {
5124
+ select: AppEventAggregateSelect;
5125
+ };
5126
+ appEventAggregateEdge?: {
5127
+ select: AppEventAggregateEdgeSelect;
5128
+ };
5129
+ clientMutationId?: boolean;
5130
+ };
5131
+ export interface DeleteAppEventAggregatePayload {
5132
+ /** The `AppEventAggregate` that was deleted by this mutation. */
5133
+ appEventAggregate?: AppEventAggregate | null;
5134
+ appEventAggregateEdge?: AppEventAggregateEdge | null;
5135
+ clientMutationId?: string | null;
5136
+ }
5137
+ export type DeleteAppEventAggregatePayloadSelect = {
5138
+ appEventAggregate?: {
5139
+ select: AppEventAggregateSelect;
5140
+ };
5141
+ appEventAggregateEdge?: {
5142
+ select: AppEventAggregateEdgeSelect;
5143
+ };
5144
+ clientMutationId?: boolean;
5145
+ };
5146
+ export interface CreateAppEventPayload {
5147
+ /** The `AppEvent` that was created by this mutation. */
5148
+ appEvent?: AppEvent | null;
5149
+ appEventEdge?: AppEventEdge | null;
5150
+ clientMutationId?: string | null;
5151
+ }
5152
+ export type CreateAppEventPayloadSelect = {
5153
+ appEvent?: {
5154
+ select: AppEventSelect;
5155
+ };
5156
+ appEventEdge?: {
5157
+ select: AppEventEdgeSelect;
5158
+ };
5159
+ clientMutationId?: boolean;
5160
+ };
5161
+ export interface UpdateAppEventPayload {
5162
+ /** The `AppEvent` that was updated by this mutation. */
5163
+ appEvent?: AppEvent | null;
5164
+ appEventEdge?: AppEventEdge | null;
5165
+ clientMutationId?: string | null;
5166
+ }
5167
+ export type UpdateAppEventPayloadSelect = {
5168
+ appEvent?: {
5169
+ select: AppEventSelect;
5170
+ };
5171
+ appEventEdge?: {
5172
+ select: AppEventEdgeSelect;
5173
+ };
5174
+ clientMutationId?: boolean;
5175
+ };
5176
+ export interface DeleteAppEventPayload {
5177
+ /** The `AppEvent` that was deleted by this mutation. */
5178
+ appEvent?: AppEvent | null;
5179
+ appEventEdge?: AppEventEdge | null;
5180
+ clientMutationId?: string | null;
5181
+ }
5182
+ export type DeleteAppEventPayloadSelect = {
5183
+ appEvent?: {
5184
+ select: AppEventSelect;
5185
+ };
5186
+ appEventEdge?: {
5187
+ select: AppEventEdgeSelect;
5188
+ };
5189
+ clientMutationId?: boolean;
5190
+ };
5191
+ export interface CreateAppEventTypePayload {
5192
+ /** The `AppEventType` that was created by this mutation. */
5193
+ appEventType?: AppEventType | null;
5194
+ appEventTypeEdge?: AppEventTypeEdge | null;
5195
+ clientMutationId?: string | null;
5196
+ }
5197
+ export type CreateAppEventTypePayloadSelect = {
5198
+ appEventType?: {
5199
+ select: AppEventTypeSelect;
5200
+ };
5201
+ appEventTypeEdge?: {
5202
+ select: AppEventTypeEdgeSelect;
5203
+ };
5204
+ clientMutationId?: boolean;
5205
+ };
5206
+ export interface UpdateAppEventTypePayload {
5207
+ /** The `AppEventType` that was updated by this mutation. */
5208
+ appEventType?: AppEventType | null;
5209
+ appEventTypeEdge?: AppEventTypeEdge | null;
5210
+ clientMutationId?: string | null;
5211
+ }
5212
+ export type UpdateAppEventTypePayloadSelect = {
5213
+ appEventType?: {
5214
+ select: AppEventTypeSelect;
5215
+ };
5216
+ appEventTypeEdge?: {
5217
+ select: AppEventTypeEdgeSelect;
5218
+ };
5219
+ clientMutationId?: boolean;
5220
+ };
5221
+ export interface DeleteAppEventTypePayload {
5222
+ /** The `AppEventType` that was deleted by this mutation. */
5223
+ appEventType?: AppEventType | null;
5224
+ appEventTypeEdge?: AppEventTypeEdge | null;
5225
+ clientMutationId?: string | null;
5226
+ }
5227
+ export type DeleteAppEventTypePayloadSelect = {
5228
+ appEventType?: {
5229
+ select: AppEventTypeSelect;
5230
+ };
5231
+ appEventTypeEdge?: {
5232
+ select: AppEventTypeEdgeSelect;
5233
+ };
5234
+ clientMutationId?: boolean;
5235
+ };
5236
+ export interface CreateAppLevelPayload {
5237
+ /** The `AppLevel` that was created by this mutation. */
5238
+ appLevel?: AppLevel | null;
5239
+ appLevelEdge?: AppLevelEdge | null;
5240
+ clientMutationId?: string | null;
5241
+ }
5242
+ export type CreateAppLevelPayloadSelect = {
5243
+ appLevel?: {
5244
+ select: AppLevelSelect;
5245
+ };
5246
+ appLevelEdge?: {
5247
+ select: AppLevelEdgeSelect;
5248
+ };
5249
+ clientMutationId?: boolean;
5250
+ };
5251
+ export interface UpdateAppLevelPayload {
5252
+ /** The `AppLevel` that was updated by this mutation. */
5253
+ appLevel?: AppLevel | null;
5254
+ appLevelEdge?: AppLevelEdge | null;
5255
+ clientMutationId?: string | null;
5256
+ }
5257
+ export type UpdateAppLevelPayloadSelect = {
5258
+ appLevel?: {
5259
+ select: AppLevelSelect;
5260
+ };
5261
+ appLevelEdge?: {
5262
+ select: AppLevelEdgeSelect;
5263
+ };
5264
+ clientMutationId?: boolean;
5265
+ };
5266
+ export interface DeleteAppLevelPayload {
5267
+ /** The `AppLevel` that was deleted by this mutation. */
5268
+ appLevel?: AppLevel | null;
5269
+ appLevelEdge?: AppLevelEdge | null;
5270
+ clientMutationId?: string | null;
5271
+ }
5272
+ export type DeleteAppLevelPayloadSelect = {
5273
+ appLevel?: {
5274
+ select: AppLevelSelect;
5275
+ };
5276
+ appLevelEdge?: {
5277
+ select: AppLevelEdgeSelect;
5278
+ };
5279
+ clientMutationId?: boolean;
5280
+ };
5281
+ export interface CreateAppLevelGrantPayload {
5282
+ /** The `AppLevelGrant` that was created by this mutation. */
5283
+ appLevelGrant?: AppLevelGrant | null;
5284
+ appLevelGrantEdge?: AppLevelGrantEdge | null;
5285
+ clientMutationId?: string | null;
5286
+ }
5287
+ export type CreateAppLevelGrantPayloadSelect = {
5288
+ appLevelGrant?: {
5289
+ select: AppLevelGrantSelect;
5290
+ };
5291
+ appLevelGrantEdge?: {
5292
+ select: AppLevelGrantEdgeSelect;
5293
+ };
5294
+ clientMutationId?: boolean;
5295
+ };
5296
+ export interface UpdateAppLevelGrantPayload {
5297
+ /** The `AppLevelGrant` that was updated by this mutation. */
5298
+ appLevelGrant?: AppLevelGrant | null;
5299
+ appLevelGrantEdge?: AppLevelGrantEdge | null;
5300
+ clientMutationId?: string | null;
5301
+ }
5302
+ export type UpdateAppLevelGrantPayloadSelect = {
5303
+ appLevelGrant?: {
5304
+ select: AppLevelGrantSelect;
5305
+ };
5306
+ appLevelGrantEdge?: {
5307
+ select: AppLevelGrantEdgeSelect;
5308
+ };
5309
+ clientMutationId?: boolean;
5310
+ };
5311
+ export interface DeleteAppLevelGrantPayload {
5312
+ /** The `AppLevelGrant` that was deleted by this mutation. */
5313
+ appLevelGrant?: AppLevelGrant | null;
5314
+ appLevelGrantEdge?: AppLevelGrantEdge | null;
5315
+ clientMutationId?: string | null;
5316
+ }
5317
+ export type DeleteAppLevelGrantPayloadSelect = {
5318
+ appLevelGrant?: {
5319
+ select: AppLevelGrantSelect;
5320
+ };
5321
+ appLevelGrantEdge?: {
5322
+ select: AppLevelGrantEdgeSelect;
5323
+ };
5324
+ clientMutationId?: boolean;
5325
+ };
5326
+ export interface CreateAppLevelRequirementPayload {
5327
+ /** The `AppLevelRequirement` that was created by this mutation. */
5328
+ appLevelRequirement?: AppLevelRequirement | null;
5329
+ appLevelRequirementEdge?: AppLevelRequirementEdge | null;
5330
+ clientMutationId?: string | null;
5331
+ }
5332
+ export type CreateAppLevelRequirementPayloadSelect = {
5333
+ appLevelRequirement?: {
5334
+ select: AppLevelRequirementSelect;
5335
+ };
5336
+ appLevelRequirementEdge?: {
5337
+ select: AppLevelRequirementEdgeSelect;
5338
+ };
5339
+ clientMutationId?: boolean;
5340
+ };
5341
+ export interface UpdateAppLevelRequirementPayload {
5342
+ /** The `AppLevelRequirement` that was updated by this mutation. */
5343
+ appLevelRequirement?: AppLevelRequirement | null;
5344
+ appLevelRequirementEdge?: AppLevelRequirementEdge | null;
5345
+ clientMutationId?: string | null;
5346
+ }
5347
+ export type UpdateAppLevelRequirementPayloadSelect = {
5348
+ appLevelRequirement?: {
5349
+ select: AppLevelRequirementSelect;
5350
+ };
5351
+ appLevelRequirementEdge?: {
5352
+ select: AppLevelRequirementEdgeSelect;
5353
+ };
5354
+ clientMutationId?: boolean;
5355
+ };
5356
+ export interface DeleteAppLevelRequirementPayload {
5357
+ /** The `AppLevelRequirement` that was deleted by this mutation. */
5358
+ appLevelRequirement?: AppLevelRequirement | null;
5359
+ appLevelRequirementEdge?: AppLevelRequirementEdge | null;
5360
+ clientMutationId?: string | null;
5361
+ }
5362
+ export type DeleteAppLevelRequirementPayloadSelect = {
5363
+ appLevelRequirement?: {
5364
+ select: AppLevelRequirementSelect;
5365
+ };
5366
+ appLevelRequirementEdge?: {
5367
+ select: AppLevelRequirementEdgeSelect;
5368
+ };
5369
+ clientMutationId?: boolean;
5370
+ };
2583
5371
  export interface CreateAppLimitCapPayload {
2584
5372
  /** The `AppLimitCap` that was created by this mutation. */
2585
5373
  appLimitCap?: AppLimitCap | null;
@@ -3025,10 +5813,280 @@ export type DeleteAppLimitWarningPayloadSelect = {
3025
5813
  appLimitWarning?: {
3026
5814
  select: AppLimitWarningSelect;
3027
5815
  };
3028
- appLimitWarningEdge?: {
3029
- select: AppLimitWarningEdgeSelect;
5816
+ appLimitWarningEdge?: {
5817
+ select: AppLimitWarningEdgeSelect;
5818
+ };
5819
+ clientMutationId?: boolean;
5820
+ };
5821
+ export interface CreateBillingUsageSummaryPayload {
5822
+ /** The `BillingUsageSummary` that was created by this mutation. */
5823
+ billingUsageSummary?: BillingUsageSummary | null;
5824
+ billingUsageSummaryEdge?: BillingUsageSummaryEdge | null;
5825
+ clientMutationId?: string | null;
5826
+ }
5827
+ export type CreateBillingUsageSummaryPayloadSelect = {
5828
+ billingUsageSummary?: {
5829
+ select: BillingUsageSummarySelect;
5830
+ };
5831
+ billingUsageSummaryEdge?: {
5832
+ select: BillingUsageSummaryEdgeSelect;
5833
+ };
5834
+ clientMutationId?: boolean;
5835
+ };
5836
+ export interface UpdateBillingUsageSummaryPayload {
5837
+ /** The `BillingUsageSummary` that was updated by this mutation. */
5838
+ billingUsageSummary?: BillingUsageSummary | null;
5839
+ billingUsageSummaryEdge?: BillingUsageSummaryEdge | null;
5840
+ clientMutationId?: string | null;
5841
+ }
5842
+ export type UpdateBillingUsageSummaryPayloadSelect = {
5843
+ billingUsageSummary?: {
5844
+ select: BillingUsageSummarySelect;
5845
+ };
5846
+ billingUsageSummaryEdge?: {
5847
+ select: BillingUsageSummaryEdgeSelect;
5848
+ };
5849
+ clientMutationId?: boolean;
5850
+ };
5851
+ export interface DeleteBillingUsageSummaryPayload {
5852
+ /** The `BillingUsageSummary` that was deleted by this mutation. */
5853
+ billingUsageSummary?: BillingUsageSummary | null;
5854
+ billingUsageSummaryEdge?: BillingUsageSummaryEdge | null;
5855
+ clientMutationId?: string | null;
5856
+ }
5857
+ export type DeleteBillingUsageSummaryPayloadSelect = {
5858
+ billingUsageSummary?: {
5859
+ select: BillingUsageSummarySelect;
5860
+ };
5861
+ billingUsageSummaryEdge?: {
5862
+ select: BillingUsageSummaryEdgeSelect;
5863
+ };
5864
+ clientMutationId?: boolean;
5865
+ };
5866
+ export interface CreateLedgerPayload {
5867
+ clientMutationId?: string | null;
5868
+ /** The `Ledger` that was created by this mutation. */
5869
+ ledger?: Ledger | null;
5870
+ ledgerEdge?: LedgerEdge | null;
5871
+ }
5872
+ export type CreateLedgerPayloadSelect = {
5873
+ clientMutationId?: boolean;
5874
+ ledger?: {
5875
+ select: LedgerSelect;
5876
+ };
5877
+ ledgerEdge?: {
5878
+ select: LedgerEdgeSelect;
5879
+ };
5880
+ };
5881
+ export interface UpdateLedgerPayload {
5882
+ clientMutationId?: string | null;
5883
+ /** The `Ledger` that was updated by this mutation. */
5884
+ ledger?: Ledger | null;
5885
+ ledgerEdge?: LedgerEdge | null;
5886
+ }
5887
+ export type UpdateLedgerPayloadSelect = {
5888
+ clientMutationId?: boolean;
5889
+ ledger?: {
5890
+ select: LedgerSelect;
5891
+ };
5892
+ ledgerEdge?: {
5893
+ select: LedgerEdgeSelect;
5894
+ };
5895
+ };
5896
+ export interface DeleteLedgerPayload {
5897
+ clientMutationId?: string | null;
5898
+ /** The `Ledger` that was deleted by this mutation. */
5899
+ ledger?: Ledger | null;
5900
+ ledgerEdge?: LedgerEdge | null;
5901
+ }
5902
+ export type DeleteLedgerPayloadSelect = {
5903
+ clientMutationId?: boolean;
5904
+ ledger?: {
5905
+ select: LedgerSelect;
5906
+ };
5907
+ ledgerEdge?: {
5908
+ select: LedgerEdgeSelect;
5909
+ };
5910
+ };
5911
+ export interface CreateMeterPayload {
5912
+ clientMutationId?: string | null;
5913
+ /** The `Meter` that was created by this mutation. */
5914
+ meter?: Meter | null;
5915
+ meterEdge?: MeterEdge | null;
5916
+ }
5917
+ export type CreateMeterPayloadSelect = {
5918
+ clientMutationId?: boolean;
5919
+ meter?: {
5920
+ select: MeterSelect;
5921
+ };
5922
+ meterEdge?: {
5923
+ select: MeterEdgeSelect;
5924
+ };
5925
+ };
5926
+ export interface UpdateMeterPayload {
5927
+ clientMutationId?: string | null;
5928
+ /** The `Meter` that was updated by this mutation. */
5929
+ meter?: Meter | null;
5930
+ meterEdge?: MeterEdge | null;
5931
+ }
5932
+ export type UpdateMeterPayloadSelect = {
5933
+ clientMutationId?: boolean;
5934
+ meter?: {
5935
+ select: MeterSelect;
5936
+ };
5937
+ meterEdge?: {
5938
+ select: MeterEdgeSelect;
5939
+ };
5940
+ };
5941
+ export interface DeleteMeterPayload {
5942
+ clientMutationId?: string | null;
5943
+ /** The `Meter` that was deleted by this mutation. */
5944
+ meter?: Meter | null;
5945
+ meterEdge?: MeterEdge | null;
5946
+ }
5947
+ export type DeleteMeterPayloadSelect = {
5948
+ clientMutationId?: boolean;
5949
+ meter?: {
5950
+ select: MeterSelect;
5951
+ };
5952
+ meterEdge?: {
5953
+ select: MeterEdgeSelect;
5954
+ };
5955
+ };
5956
+ export interface CreateMeterCreditPayload {
5957
+ clientMutationId?: string | null;
5958
+ /** The `MeterCredit` that was created by this mutation. */
5959
+ meterCredit?: MeterCredit | null;
5960
+ meterCreditEdge?: MeterCreditEdge | null;
5961
+ }
5962
+ export type CreateMeterCreditPayloadSelect = {
5963
+ clientMutationId?: boolean;
5964
+ meterCredit?: {
5965
+ select: MeterCreditSelect;
5966
+ };
5967
+ meterCreditEdge?: {
5968
+ select: MeterCreditEdgeSelect;
5969
+ };
5970
+ };
5971
+ export interface UpdateMeterCreditPayload {
5972
+ clientMutationId?: string | null;
5973
+ /** The `MeterCredit` that was updated by this mutation. */
5974
+ meterCredit?: MeterCredit | null;
5975
+ meterCreditEdge?: MeterCreditEdge | null;
5976
+ }
5977
+ export type UpdateMeterCreditPayloadSelect = {
5978
+ clientMutationId?: boolean;
5979
+ meterCredit?: {
5980
+ select: MeterCreditSelect;
5981
+ };
5982
+ meterCreditEdge?: {
5983
+ select: MeterCreditEdgeSelect;
5984
+ };
5985
+ };
5986
+ export interface DeleteMeterCreditPayload {
5987
+ clientMutationId?: string | null;
5988
+ /** The `MeterCredit` that was deleted by this mutation. */
5989
+ meterCredit?: MeterCredit | null;
5990
+ meterCreditEdge?: MeterCreditEdge | null;
5991
+ }
5992
+ export type DeleteMeterCreditPayloadSelect = {
5993
+ clientMutationId?: boolean;
5994
+ meterCredit?: {
5995
+ select: MeterCreditSelect;
5996
+ };
5997
+ meterCreditEdge?: {
5998
+ select: MeterCreditEdgeSelect;
5999
+ };
6000
+ };
6001
+ export interface CreateMeterDefaultPayload {
6002
+ clientMutationId?: string | null;
6003
+ /** The `MeterDefault` that was created by this mutation. */
6004
+ meterDefault?: MeterDefault | null;
6005
+ meterDefaultEdge?: MeterDefaultEdge | null;
6006
+ }
6007
+ export type CreateMeterDefaultPayloadSelect = {
6008
+ clientMutationId?: boolean;
6009
+ meterDefault?: {
6010
+ select: MeterDefaultSelect;
6011
+ };
6012
+ meterDefaultEdge?: {
6013
+ select: MeterDefaultEdgeSelect;
6014
+ };
6015
+ };
6016
+ export interface UpdateMeterDefaultPayload {
6017
+ clientMutationId?: string | null;
6018
+ /** The `MeterDefault` that was updated by this mutation. */
6019
+ meterDefault?: MeterDefault | null;
6020
+ meterDefaultEdge?: MeterDefaultEdge | null;
6021
+ }
6022
+ export type UpdateMeterDefaultPayloadSelect = {
6023
+ clientMutationId?: boolean;
6024
+ meterDefault?: {
6025
+ select: MeterDefaultSelect;
6026
+ };
6027
+ meterDefaultEdge?: {
6028
+ select: MeterDefaultEdgeSelect;
6029
+ };
6030
+ };
6031
+ export interface DeleteMeterDefaultPayload {
6032
+ clientMutationId?: string | null;
6033
+ /** The `MeterDefault` that was deleted by this mutation. */
6034
+ meterDefault?: MeterDefault | null;
6035
+ meterDefaultEdge?: MeterDefaultEdge | null;
6036
+ }
6037
+ export type DeleteMeterDefaultPayloadSelect = {
6038
+ clientMutationId?: boolean;
6039
+ meterDefault?: {
6040
+ select: MeterDefaultSelect;
6041
+ };
6042
+ meterDefaultEdge?: {
6043
+ select: MeterDefaultEdgeSelect;
6044
+ };
6045
+ };
6046
+ export interface CreateMeterSourcePayload {
6047
+ clientMutationId?: string | null;
6048
+ /** The `MeterSource` that was created by this mutation. */
6049
+ meterSource?: MeterSource | null;
6050
+ meterSourceEdge?: MeterSourceEdge | null;
6051
+ }
6052
+ export type CreateMeterSourcePayloadSelect = {
6053
+ clientMutationId?: boolean;
6054
+ meterSource?: {
6055
+ select: MeterSourceSelect;
6056
+ };
6057
+ meterSourceEdge?: {
6058
+ select: MeterSourceEdgeSelect;
6059
+ };
6060
+ };
6061
+ export interface UpdateMeterSourcePayload {
6062
+ clientMutationId?: string | null;
6063
+ /** The `MeterSource` that was updated by this mutation. */
6064
+ meterSource?: MeterSource | null;
6065
+ meterSourceEdge?: MeterSourceEdge | null;
6066
+ }
6067
+ export type UpdateMeterSourcePayloadSelect = {
6068
+ clientMutationId?: boolean;
6069
+ meterSource?: {
6070
+ select: MeterSourceSelect;
6071
+ };
6072
+ meterSourceEdge?: {
6073
+ select: MeterSourceEdgeSelect;
6074
+ };
6075
+ };
6076
+ export interface DeleteMeterSourcePayload {
6077
+ clientMutationId?: string | null;
6078
+ /** The `MeterSource` that was deleted by this mutation. */
6079
+ meterSource?: MeterSource | null;
6080
+ meterSourceEdge?: MeterSourceEdge | null;
6081
+ }
6082
+ export type DeleteMeterSourcePayloadSelect = {
6083
+ clientMutationId?: boolean;
6084
+ meterSource?: {
6085
+ select: MeterSourceSelect;
6086
+ };
6087
+ meterSourceEdge?: {
6088
+ select: MeterSourceEdgeSelect;
3030
6089
  };
3031
- clientMutationId?: boolean;
3032
6090
  };
3033
6091
  export interface CreateOrgLimitAggregatePayload {
3034
6092
  clientMutationId?: string | null;
@@ -3390,6 +6448,422 @@ export type DeleteOrgLimitWarningPayloadSelect = {
3390
6448
  select: OrgLimitWarningEdgeSelect;
3391
6449
  };
3392
6450
  };
6451
+ export interface CreatePlanCapPayload {
6452
+ clientMutationId?: string | null;
6453
+ /** The `PlanCap` that was created by this mutation. */
6454
+ planCap?: PlanCap | null;
6455
+ planCapEdge?: PlanCapEdge | null;
6456
+ }
6457
+ export type CreatePlanCapPayloadSelect = {
6458
+ clientMutationId?: boolean;
6459
+ planCap?: {
6460
+ select: PlanCapSelect;
6461
+ };
6462
+ planCapEdge?: {
6463
+ select: PlanCapEdgeSelect;
6464
+ };
6465
+ };
6466
+ export interface UpdatePlanCapPayload {
6467
+ clientMutationId?: string | null;
6468
+ /** The `PlanCap` that was updated by this mutation. */
6469
+ planCap?: PlanCap | null;
6470
+ planCapEdge?: PlanCapEdge | null;
6471
+ }
6472
+ export type UpdatePlanCapPayloadSelect = {
6473
+ clientMutationId?: boolean;
6474
+ planCap?: {
6475
+ select: PlanCapSelect;
6476
+ };
6477
+ planCapEdge?: {
6478
+ select: PlanCapEdgeSelect;
6479
+ };
6480
+ };
6481
+ export interface DeletePlanCapPayload {
6482
+ clientMutationId?: string | null;
6483
+ /** The `PlanCap` that was deleted by this mutation. */
6484
+ planCap?: PlanCap | null;
6485
+ planCapEdge?: PlanCapEdge | null;
6486
+ }
6487
+ export type DeletePlanCapPayloadSelect = {
6488
+ clientMutationId?: boolean;
6489
+ planCap?: {
6490
+ select: PlanCapSelect;
6491
+ };
6492
+ planCapEdge?: {
6493
+ select: PlanCapEdgeSelect;
6494
+ };
6495
+ };
6496
+ export interface CreatePlanPayload {
6497
+ clientMutationId?: string | null;
6498
+ /** The `Plan` that was created by this mutation. */
6499
+ plan?: Plan | null;
6500
+ planEdge?: PlanEdge | null;
6501
+ }
6502
+ export type CreatePlanPayloadSelect = {
6503
+ clientMutationId?: boolean;
6504
+ plan?: {
6505
+ select: PlanSelect;
6506
+ };
6507
+ planEdge?: {
6508
+ select: PlanEdgeSelect;
6509
+ };
6510
+ };
6511
+ export interface UpdatePlanPayload {
6512
+ clientMutationId?: string | null;
6513
+ /** The `Plan` that was updated by this mutation. */
6514
+ plan?: Plan | null;
6515
+ planEdge?: PlanEdge | null;
6516
+ }
6517
+ export type UpdatePlanPayloadSelect = {
6518
+ clientMutationId?: boolean;
6519
+ plan?: {
6520
+ select: PlanSelect;
6521
+ };
6522
+ planEdge?: {
6523
+ select: PlanEdgeSelect;
6524
+ };
6525
+ };
6526
+ export interface DeletePlanPayload {
6527
+ clientMutationId?: string | null;
6528
+ /** The `Plan` that was deleted by this mutation. */
6529
+ plan?: Plan | null;
6530
+ planEdge?: PlanEdge | null;
6531
+ }
6532
+ export type DeletePlanPayloadSelect = {
6533
+ clientMutationId?: boolean;
6534
+ plan?: {
6535
+ select: PlanSelect;
6536
+ };
6537
+ planEdge?: {
6538
+ select: PlanEdgeSelect;
6539
+ };
6540
+ };
6541
+ export interface CreatePlanLimitPayload {
6542
+ clientMutationId?: string | null;
6543
+ /** The `PlanLimit` that was created by this mutation. */
6544
+ planLimit?: PlanLimit | null;
6545
+ planLimitEdge?: PlanLimitEdge | null;
6546
+ }
6547
+ export type CreatePlanLimitPayloadSelect = {
6548
+ clientMutationId?: boolean;
6549
+ planLimit?: {
6550
+ select: PlanLimitSelect;
6551
+ };
6552
+ planLimitEdge?: {
6553
+ select: PlanLimitEdgeSelect;
6554
+ };
6555
+ };
6556
+ export interface UpdatePlanLimitPayload {
6557
+ clientMutationId?: string | null;
6558
+ /** The `PlanLimit` that was updated by this mutation. */
6559
+ planLimit?: PlanLimit | null;
6560
+ planLimitEdge?: PlanLimitEdge | null;
6561
+ }
6562
+ export type UpdatePlanLimitPayloadSelect = {
6563
+ clientMutationId?: boolean;
6564
+ planLimit?: {
6565
+ select: PlanLimitSelect;
6566
+ };
6567
+ planLimitEdge?: {
6568
+ select: PlanLimitEdgeSelect;
6569
+ };
6570
+ };
6571
+ export interface DeletePlanLimitPayload {
6572
+ clientMutationId?: string | null;
6573
+ /** The `PlanLimit` that was deleted by this mutation. */
6574
+ planLimit?: PlanLimit | null;
6575
+ planLimitEdge?: PlanLimitEdge | null;
6576
+ }
6577
+ export type DeletePlanLimitPayloadSelect = {
6578
+ clientMutationId?: boolean;
6579
+ planLimit?: {
6580
+ select: PlanLimitSelect;
6581
+ };
6582
+ planLimitEdge?: {
6583
+ select: PlanLimitEdgeSelect;
6584
+ };
6585
+ };
6586
+ export interface CreatePlanMeterLimitPayload {
6587
+ clientMutationId?: string | null;
6588
+ /** The `PlanMeterLimit` that was created by this mutation. */
6589
+ planMeterLimit?: PlanMeterLimit | null;
6590
+ planMeterLimitEdge?: PlanMeterLimitEdge | null;
6591
+ }
6592
+ export type CreatePlanMeterLimitPayloadSelect = {
6593
+ clientMutationId?: boolean;
6594
+ planMeterLimit?: {
6595
+ select: PlanMeterLimitSelect;
6596
+ };
6597
+ planMeterLimitEdge?: {
6598
+ select: PlanMeterLimitEdgeSelect;
6599
+ };
6600
+ };
6601
+ export interface UpdatePlanMeterLimitPayload {
6602
+ clientMutationId?: string | null;
6603
+ /** The `PlanMeterLimit` that was updated by this mutation. */
6604
+ planMeterLimit?: PlanMeterLimit | null;
6605
+ planMeterLimitEdge?: PlanMeterLimitEdge | null;
6606
+ }
6607
+ export type UpdatePlanMeterLimitPayloadSelect = {
6608
+ clientMutationId?: boolean;
6609
+ planMeterLimit?: {
6610
+ select: PlanMeterLimitSelect;
6611
+ };
6612
+ planMeterLimitEdge?: {
6613
+ select: PlanMeterLimitEdgeSelect;
6614
+ };
6615
+ };
6616
+ export interface DeletePlanMeterLimitPayload {
6617
+ clientMutationId?: string | null;
6618
+ /** The `PlanMeterLimit` that was deleted by this mutation. */
6619
+ planMeterLimit?: PlanMeterLimit | null;
6620
+ planMeterLimitEdge?: PlanMeterLimitEdge | null;
6621
+ }
6622
+ export type DeletePlanMeterLimitPayloadSelect = {
6623
+ clientMutationId?: boolean;
6624
+ planMeterLimit?: {
6625
+ select: PlanMeterLimitSelect;
6626
+ };
6627
+ planMeterLimitEdge?: {
6628
+ select: PlanMeterLimitEdgeSelect;
6629
+ };
6630
+ };
6631
+ export interface CreatePlanOverridePayload {
6632
+ clientMutationId?: string | null;
6633
+ /** The `PlanOverride` that was created by this mutation. */
6634
+ planOverride?: PlanOverride | null;
6635
+ planOverrideEdge?: PlanOverrideEdge | null;
6636
+ }
6637
+ export type CreatePlanOverridePayloadSelect = {
6638
+ clientMutationId?: boolean;
6639
+ planOverride?: {
6640
+ select: PlanOverrideSelect;
6641
+ };
6642
+ planOverrideEdge?: {
6643
+ select: PlanOverrideEdgeSelect;
6644
+ };
6645
+ };
6646
+ export interface UpdatePlanOverridePayload {
6647
+ clientMutationId?: string | null;
6648
+ /** The `PlanOverride` that was updated by this mutation. */
6649
+ planOverride?: PlanOverride | null;
6650
+ planOverrideEdge?: PlanOverrideEdge | null;
6651
+ }
6652
+ export type UpdatePlanOverridePayloadSelect = {
6653
+ clientMutationId?: boolean;
6654
+ planOverride?: {
6655
+ select: PlanOverrideSelect;
6656
+ };
6657
+ planOverrideEdge?: {
6658
+ select: PlanOverrideEdgeSelect;
6659
+ };
6660
+ };
6661
+ export interface DeletePlanOverridePayload {
6662
+ clientMutationId?: string | null;
6663
+ /** The `PlanOverride` that was deleted by this mutation. */
6664
+ planOverride?: PlanOverride | null;
6665
+ planOverrideEdge?: PlanOverrideEdge | null;
6666
+ }
6667
+ export type DeletePlanOverridePayloadSelect = {
6668
+ clientMutationId?: boolean;
6669
+ planOverride?: {
6670
+ select: PlanOverrideSelect;
6671
+ };
6672
+ planOverrideEdge?: {
6673
+ select: PlanOverrideEdgeSelect;
6674
+ };
6675
+ };
6676
+ export interface CreatePlanPricingPayload {
6677
+ clientMutationId?: string | null;
6678
+ /** The `PlanPricing` that was created by this mutation. */
6679
+ planPricing?: PlanPricing | null;
6680
+ planPricingEdge?: PlanPricingEdge | null;
6681
+ }
6682
+ export type CreatePlanPricingPayloadSelect = {
6683
+ clientMutationId?: boolean;
6684
+ planPricing?: {
6685
+ select: PlanPricingSelect;
6686
+ };
6687
+ planPricingEdge?: {
6688
+ select: PlanPricingEdgeSelect;
6689
+ };
6690
+ };
6691
+ export interface UpdatePlanPricingPayload {
6692
+ clientMutationId?: string | null;
6693
+ /** The `PlanPricing` that was updated by this mutation. */
6694
+ planPricing?: PlanPricing | null;
6695
+ planPricingEdge?: PlanPricingEdge | null;
6696
+ }
6697
+ export type UpdatePlanPricingPayloadSelect = {
6698
+ clientMutationId?: boolean;
6699
+ planPricing?: {
6700
+ select: PlanPricingSelect;
6701
+ };
6702
+ planPricingEdge?: {
6703
+ select: PlanPricingEdgeSelect;
6704
+ };
6705
+ };
6706
+ export interface DeletePlanPricingPayload {
6707
+ clientMutationId?: string | null;
6708
+ /** The `PlanPricing` that was deleted by this mutation. */
6709
+ planPricing?: PlanPricing | null;
6710
+ planPricingEdge?: PlanPricingEdge | null;
6711
+ }
6712
+ export type DeletePlanPricingPayloadSelect = {
6713
+ clientMutationId?: boolean;
6714
+ planPricing?: {
6715
+ select: PlanPricingSelect;
6716
+ };
6717
+ planPricingEdge?: {
6718
+ select: PlanPricingEdgeSelect;
6719
+ };
6720
+ };
6721
+ export interface CreatePlanSubscriptionPayload {
6722
+ clientMutationId?: string | null;
6723
+ /** The `PlanSubscription` that was created by this mutation. */
6724
+ planSubscription?: PlanSubscription | null;
6725
+ planSubscriptionEdge?: PlanSubscriptionEdge | null;
6726
+ }
6727
+ export type CreatePlanSubscriptionPayloadSelect = {
6728
+ clientMutationId?: boolean;
6729
+ planSubscription?: {
6730
+ select: PlanSubscriptionSelect;
6731
+ };
6732
+ planSubscriptionEdge?: {
6733
+ select: PlanSubscriptionEdgeSelect;
6734
+ };
6735
+ };
6736
+ export interface UpdatePlanSubscriptionPayload {
6737
+ clientMutationId?: string | null;
6738
+ /** The `PlanSubscription` that was updated by this mutation. */
6739
+ planSubscription?: PlanSubscription | null;
6740
+ planSubscriptionEdge?: PlanSubscriptionEdge | null;
6741
+ }
6742
+ export type UpdatePlanSubscriptionPayloadSelect = {
6743
+ clientMutationId?: boolean;
6744
+ planSubscription?: {
6745
+ select: PlanSubscriptionSelect;
6746
+ };
6747
+ planSubscriptionEdge?: {
6748
+ select: PlanSubscriptionEdgeSelect;
6749
+ };
6750
+ };
6751
+ export interface DeletePlanSubscriptionPayload {
6752
+ clientMutationId?: string | null;
6753
+ /** The `PlanSubscription` that was deleted by this mutation. */
6754
+ planSubscription?: PlanSubscription | null;
6755
+ planSubscriptionEdge?: PlanSubscriptionEdge | null;
6756
+ }
6757
+ export type DeletePlanSubscriptionPayloadSelect = {
6758
+ clientMutationId?: boolean;
6759
+ planSubscription?: {
6760
+ select: PlanSubscriptionSelect;
6761
+ };
6762
+ planSubscriptionEdge?: {
6763
+ select: PlanSubscriptionEdgeSelect;
6764
+ };
6765
+ };
6766
+ /** A `AppLevelRequirement` edge in the connection. */
6767
+ export interface AppLevelRequirementEdge {
6768
+ cursor?: string | null;
6769
+ /** The `AppLevelRequirement` at the end of the edge. */
6770
+ node?: AppLevelRequirement | null;
6771
+ }
6772
+ export type AppLevelRequirementEdgeSelect = {
6773
+ cursor?: boolean;
6774
+ node?: {
6775
+ select: AppLevelRequirementSelect;
6776
+ };
6777
+ };
6778
+ /** Information about pagination in a connection. */
6779
+ export interface PageInfo {
6780
+ /** When paginating forwards, the cursor to continue. */
6781
+ endCursor?: string | null;
6782
+ /** When paginating forwards, are there more items? */
6783
+ hasNextPage: boolean;
6784
+ /** When paginating backwards, are there more items? */
6785
+ hasPreviousPage: boolean;
6786
+ /** When paginating backwards, the cursor to continue. */
6787
+ startCursor?: string | null;
6788
+ }
6789
+ export type PageInfoSelect = {
6790
+ endCursor?: boolean;
6791
+ hasNextPage?: boolean;
6792
+ hasPreviousPage?: boolean;
6793
+ startCursor?: boolean;
6794
+ };
6795
+ /** A `AppAchievementReward` edge in the connection. */
6796
+ export interface AppAchievementRewardEdge {
6797
+ cursor?: string | null;
6798
+ /** The `AppAchievementReward` at the end of the edge. */
6799
+ node?: AppAchievementReward | null;
6800
+ }
6801
+ export type AppAchievementRewardEdgeSelect = {
6802
+ cursor?: boolean;
6803
+ node?: {
6804
+ select: AppAchievementRewardSelect;
6805
+ };
6806
+ };
6807
+ /** A `AppEventAggregate` edge in the connection. */
6808
+ export interface AppEventAggregateEdge {
6809
+ cursor?: string | null;
6810
+ /** The `AppEventAggregate` at the end of the edge. */
6811
+ node?: AppEventAggregate | null;
6812
+ }
6813
+ export type AppEventAggregateEdgeSelect = {
6814
+ cursor?: boolean;
6815
+ node?: {
6816
+ select: AppEventAggregateSelect;
6817
+ };
6818
+ };
6819
+ /** A `AppEvent` edge in the connection. */
6820
+ export interface AppEventEdge {
6821
+ cursor?: string | null;
6822
+ /** The `AppEvent` at the end of the edge. */
6823
+ node?: AppEvent | null;
6824
+ }
6825
+ export type AppEventEdgeSelect = {
6826
+ cursor?: boolean;
6827
+ node?: {
6828
+ select: AppEventSelect;
6829
+ };
6830
+ };
6831
+ /** A `AppEventType` edge in the connection. */
6832
+ export interface AppEventTypeEdge {
6833
+ cursor?: string | null;
6834
+ /** The `AppEventType` at the end of the edge. */
6835
+ node?: AppEventType | null;
6836
+ }
6837
+ export type AppEventTypeEdgeSelect = {
6838
+ cursor?: boolean;
6839
+ node?: {
6840
+ select: AppEventTypeSelect;
6841
+ };
6842
+ };
6843
+ /** A `AppLevel` edge in the connection. */
6844
+ export interface AppLevelEdge {
6845
+ cursor?: string | null;
6846
+ /** The `AppLevel` at the end of the edge. */
6847
+ node?: AppLevel | null;
6848
+ }
6849
+ export type AppLevelEdgeSelect = {
6850
+ cursor?: boolean;
6851
+ node?: {
6852
+ select: AppLevelSelect;
6853
+ };
6854
+ };
6855
+ /** A `AppLevelGrant` edge in the connection. */
6856
+ export interface AppLevelGrantEdge {
6857
+ cursor?: string | null;
6858
+ /** The `AppLevelGrant` at the end of the edge. */
6859
+ node?: AppLevelGrant | null;
6860
+ }
6861
+ export type AppLevelGrantEdgeSelect = {
6862
+ cursor?: boolean;
6863
+ node?: {
6864
+ select: AppLevelGrantSelect;
6865
+ };
6866
+ };
3393
6867
  /** A `AppLimitCap` edge in the connection. */
3394
6868
  export interface AppLimitCapEdge {
3395
6869
  cursor?: string | null;
@@ -3510,6 +6984,78 @@ export type AppLimitWarningEdgeSelect = {
3510
6984
  select: AppLimitWarningSelect;
3511
6985
  };
3512
6986
  };
6987
+ /** A `BillingUsageSummary` edge in the connection. */
6988
+ export interface BillingUsageSummaryEdge {
6989
+ cursor?: string | null;
6990
+ /** The `BillingUsageSummary` at the end of the edge. */
6991
+ node?: BillingUsageSummary | null;
6992
+ }
6993
+ export type BillingUsageSummaryEdgeSelect = {
6994
+ cursor?: boolean;
6995
+ node?: {
6996
+ select: BillingUsageSummarySelect;
6997
+ };
6998
+ };
6999
+ /** A `Ledger` edge in the connection. */
7000
+ export interface LedgerEdge {
7001
+ cursor?: string | null;
7002
+ /** The `Ledger` at the end of the edge. */
7003
+ node?: Ledger | null;
7004
+ }
7005
+ export type LedgerEdgeSelect = {
7006
+ cursor?: boolean;
7007
+ node?: {
7008
+ select: LedgerSelect;
7009
+ };
7010
+ };
7011
+ /** A `Meter` edge in the connection. */
7012
+ export interface MeterEdge {
7013
+ cursor?: string | null;
7014
+ /** The `Meter` at the end of the edge. */
7015
+ node?: Meter | null;
7016
+ }
7017
+ export type MeterEdgeSelect = {
7018
+ cursor?: boolean;
7019
+ node?: {
7020
+ select: MeterSelect;
7021
+ };
7022
+ };
7023
+ /** A `MeterCredit` edge in the connection. */
7024
+ export interface MeterCreditEdge {
7025
+ cursor?: string | null;
7026
+ /** The `MeterCredit` at the end of the edge. */
7027
+ node?: MeterCredit | null;
7028
+ }
7029
+ export type MeterCreditEdgeSelect = {
7030
+ cursor?: boolean;
7031
+ node?: {
7032
+ select: MeterCreditSelect;
7033
+ };
7034
+ };
7035
+ /** A `MeterDefault` edge in the connection. */
7036
+ export interface MeterDefaultEdge {
7037
+ cursor?: string | null;
7038
+ /** The `MeterDefault` at the end of the edge. */
7039
+ node?: MeterDefault | null;
7040
+ }
7041
+ export type MeterDefaultEdgeSelect = {
7042
+ cursor?: boolean;
7043
+ node?: {
7044
+ select: MeterDefaultSelect;
7045
+ };
7046
+ };
7047
+ /** A `MeterSource` edge in the connection. */
7048
+ export interface MeterSourceEdge {
7049
+ cursor?: string | null;
7050
+ /** The `MeterSource` at the end of the edge. */
7051
+ node?: MeterSource | null;
7052
+ }
7053
+ export type MeterSourceEdgeSelect = {
7054
+ cursor?: boolean;
7055
+ node?: {
7056
+ select: MeterSourceSelect;
7057
+ };
7058
+ };
3513
7059
  /** A `OrgLimitAggregate` edge in the connection. */
3514
7060
  export interface OrgLimitAggregateEdge {
3515
7061
  cursor?: string | null;
@@ -3606,3 +7152,87 @@ export type OrgLimitWarningEdgeSelect = {
3606
7152
  select: OrgLimitWarningSelect;
3607
7153
  };
3608
7154
  };
7155
+ /** A `PlanCap` edge in the connection. */
7156
+ export interface PlanCapEdge {
7157
+ cursor?: string | null;
7158
+ /** The `PlanCap` at the end of the edge. */
7159
+ node?: PlanCap | null;
7160
+ }
7161
+ export type PlanCapEdgeSelect = {
7162
+ cursor?: boolean;
7163
+ node?: {
7164
+ select: PlanCapSelect;
7165
+ };
7166
+ };
7167
+ /** A `Plan` edge in the connection. */
7168
+ export interface PlanEdge {
7169
+ cursor?: string | null;
7170
+ /** The `Plan` at the end of the edge. */
7171
+ node?: Plan | null;
7172
+ }
7173
+ export type PlanEdgeSelect = {
7174
+ cursor?: boolean;
7175
+ node?: {
7176
+ select: PlanSelect;
7177
+ };
7178
+ };
7179
+ /** A `PlanLimit` edge in the connection. */
7180
+ export interface PlanLimitEdge {
7181
+ cursor?: string | null;
7182
+ /** The `PlanLimit` at the end of the edge. */
7183
+ node?: PlanLimit | null;
7184
+ }
7185
+ export type PlanLimitEdgeSelect = {
7186
+ cursor?: boolean;
7187
+ node?: {
7188
+ select: PlanLimitSelect;
7189
+ };
7190
+ };
7191
+ /** A `PlanMeterLimit` edge in the connection. */
7192
+ export interface PlanMeterLimitEdge {
7193
+ cursor?: string | null;
7194
+ /** The `PlanMeterLimit` at the end of the edge. */
7195
+ node?: PlanMeterLimit | null;
7196
+ }
7197
+ export type PlanMeterLimitEdgeSelect = {
7198
+ cursor?: boolean;
7199
+ node?: {
7200
+ select: PlanMeterLimitSelect;
7201
+ };
7202
+ };
7203
+ /** A `PlanOverride` edge in the connection. */
7204
+ export interface PlanOverrideEdge {
7205
+ cursor?: string | null;
7206
+ /** The `PlanOverride` at the end of the edge. */
7207
+ node?: PlanOverride | null;
7208
+ }
7209
+ export type PlanOverrideEdgeSelect = {
7210
+ cursor?: boolean;
7211
+ node?: {
7212
+ select: PlanOverrideSelect;
7213
+ };
7214
+ };
7215
+ /** A `PlanPricing` edge in the connection. */
7216
+ export interface PlanPricingEdge {
7217
+ cursor?: string | null;
7218
+ /** The `PlanPricing` at the end of the edge. */
7219
+ node?: PlanPricing | null;
7220
+ }
7221
+ export type PlanPricingEdgeSelect = {
7222
+ cursor?: boolean;
7223
+ node?: {
7224
+ select: PlanPricingSelect;
7225
+ };
7226
+ };
7227
+ /** A `PlanSubscription` edge in the connection. */
7228
+ export interface PlanSubscriptionEdge {
7229
+ cursor?: string | null;
7230
+ /** The `PlanSubscription` at the end of the edge. */
7231
+ node?: PlanSubscription | null;
7232
+ }
7233
+ export type PlanSubscriptionEdgeSelect = {
7234
+ cursor?: boolean;
7235
+ node?: {
7236
+ select: PlanSubscriptionSelect;
7237
+ };
7238
+ };