@constructive-io/react 0.28.2 → 0.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (511) 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 +120 -120
  4. package/admin/hooks/invalidation.js +232 -232
  5. package/admin/hooks/mutation-keys.d.ts +244 -244
  6. package/admin/hooks/mutation-keys.js +157 -157
  7. package/admin/hooks/mutations/index.d.ts +63 -63
  8. package/admin/hooks/mutations/index.js +63 -63
  9. package/admin/hooks/queries/index.d.ts +47 -47
  10. package/admin/hooks/queries/index.js +47 -47
  11. package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +3 -3
  12. package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +2 -2
  13. package/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +3 -3
  14. package/admin/hooks/queries/useOrgIsManagerOfQuery.js +2 -2
  15. package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +3 -3
  16. package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +2 -2
  17. package/admin/hooks/query-keys.d.ts +296 -296
  18. package/admin/hooks/query-keys.js +173 -173
  19. package/admin/orm/index.d.ts +67 -67
  20. package/admin/orm/index.js +44 -44
  21. package/admin/orm/input-types.d.ts +3168 -3168
  22. package/admin/orm/input-types.js +1 -1
  23. package/admin/orm/models/index.d.ts +22 -22
  24. package/admin/orm/models/index.js +45 -45
  25. package/admin/orm/mutation/index.d.ts +12 -12
  26. package/admin/orm/mutation/index.js +12 -12
  27. package/admin/orm/query/index.d.ts +47 -47
  28. package/admin/orm/query/index.js +68 -68
  29. package/admin/schema-types.d.ts +2497 -2497
  30. package/admin/types.d.ts +193 -193
  31. package/agent/hooks/index.d.ts +1 -1
  32. package/agent/hooks/index.js +1 -1
  33. package/agent/hooks/invalidation.d.ts +23 -23
  34. package/agent/hooks/invalidation.js +55 -55
  35. package/agent/hooks/mutation-keys.d.ts +46 -46
  36. package/agent/hooks/mutation-keys.js +28 -28
  37. package/agent/hooks/mutations/index.d.ts +12 -12
  38. package/agent/hooks/mutations/index.js +12 -12
  39. package/agent/hooks/queries/index.d.ts +8 -8
  40. package/agent/hooks/queries/index.js +8 -8
  41. package/agent/hooks/query-keys.d.ts +54 -54
  42. package/agent/hooks/query-keys.js +32 -32
  43. package/agent/orm/index.d.ts +8 -8
  44. package/agent/orm/index.js +8 -8
  45. package/agent/orm/input-types.d.ts +1788 -1788
  46. package/agent/orm/input-types.js +9 -9
  47. package/agent/orm/models/index.d.ts +4 -4
  48. package/agent/orm/models/index.js +9 -9
  49. package/agent/schema-types.d.ts +1226 -1226
  50. package/agent/types.d.ts +95 -95
  51. package/api/hooks/index.d.ts +1 -1
  52. package/api/hooks/index.js +1 -1
  53. package/api/hooks/invalidation.d.ts +184 -184
  54. package/api/hooks/invalidation.js +392 -392
  55. package/api/hooks/mutation-keys.d.ts +411 -411
  56. package/api/hooks/mutation-keys.js +227 -227
  57. package/api/hooks/mutations/index.d.ts +93 -93
  58. package/api/hooks/mutations/index.js +93 -93
  59. package/api/hooks/queries/index.d.ts +64 -64
  60. package/api/hooks/queries/index.js +64 -64
  61. package/api/hooks/queries/useApplyRegistryDefaultsQuery.d.ts +3 -3
  62. package/api/hooks/queries/useApplyRegistryDefaultsQuery.js +2 -2
  63. package/api/hooks/query-keys.d.ts +466 -466
  64. package/api/hooks/query-keys.js +251 -251
  65. package/api/orm/index.d.ts +77 -77
  66. package/api/orm/index.js +64 -64
  67. package/api/orm/input-types.d.ts +8781 -8781
  68. package/api/orm/input-types.js +48 -48
  69. package/api/orm/models/index.d.ts +32 -32
  70. package/api/orm/models/index.js +65 -65
  71. package/api/orm/mutation/index.d.ts +29 -29
  72. package/api/orm/mutation/index.js +30 -30
  73. package/api/orm/query/index.d.ts +1 -1
  74. package/api/orm/query/index.js +4 -4
  75. package/api/schema-types.d.ts +5628 -5628
  76. package/api/types.d.ts +435 -435
  77. package/auth/hooks/index.d.ts +1 -1
  78. package/auth/hooks/index.js +1 -1
  79. package/auth/hooks/invalidation.d.ts +42 -42
  80. package/auth/hooks/invalidation.js +90 -90
  81. package/auth/hooks/mutation-keys.d.ts +124 -124
  82. package/auth/hooks/mutation-keys.js +106 -106
  83. package/auth/hooks/mutations/index.d.ts +36 -36
  84. package/auth/hooks/mutations/index.js +36 -36
  85. package/auth/hooks/queries/index.d.ts +15 -15
  86. package/auth/hooks/queries/index.js +15 -15
  87. package/auth/hooks/query-keys.d.ts +102 -102
  88. package/auth/hooks/query-keys.js +59 -59
  89. package/auth/orm/index.d.ts +103 -103
  90. package/auth/orm/index.js +14 -14
  91. package/auth/orm/input-types.d.ts +2102 -2109
  92. package/auth/orm/input-types.js +5 -5
  93. package/auth/orm/models/index.d.ts +7 -7
  94. package/auth/orm/models/index.js +15 -15
  95. package/auth/orm/mutation/index.d.ts +138 -138
  96. package/auth/orm/mutation/index.js +168 -168
  97. package/auth/orm/query/index.d.ts +10 -10
  98. package/auth/orm/query/index.js +14 -14
  99. package/auth/schema-types.d.ts +1602 -1605
  100. package/auth/types.d.ts +86 -87
  101. package/compute/hooks/index.d.ts +1 -1
  102. package/compute/hooks/index.js +1 -1
  103. package/compute/hooks/invalidation.d.ts +183 -183
  104. package/compute/hooks/invalidation.js +391 -391
  105. package/compute/hooks/mutation-keys.d.ts +388 -388
  106. package/compute/hooks/mutation-keys.js +300 -300
  107. package/compute/hooks/mutations/index.d.ts +97 -97
  108. package/compute/hooks/mutations/index.js +97 -97
  109. package/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +2 -2
  110. package/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +1 -1
  111. package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +2 -2
  112. package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +1 -1
  113. package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +2 -2
  114. package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +1 -1
  115. package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +2 -2
  116. package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +1 -1
  117. package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +2 -2
  118. package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +1 -1
  119. package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +2 -2
  120. package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +1 -1
  121. package/compute/hooks/queries/index.d.ts +59 -59
  122. package/compute/hooks/queries/index.js +59 -59
  123. package/compute/hooks/queries/useFunctionInvocationQuery.d.ts +4 -4
  124. package/compute/hooks/queries/useFunctionInvocationQuery.js +1 -1
  125. package/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +4 -4
  126. package/compute/hooks/queries/useFunctionInvocationsQuery.js +1 -1
  127. package/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +4 -4
  128. package/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +1 -1
  129. package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +4 -4
  130. package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +1 -1
  131. package/compute/hooks/query-keys.d.ts +438 -438
  132. package/compute/hooks/query-keys.js +256 -256
  133. package/compute/orm/index.d.ts +110 -110
  134. package/compute/orm/index.js +64 -64
  135. package/compute/orm/input-types.d.ts +7256 -7037
  136. package/compute/orm/input-types.js +15 -13
  137. package/compute/orm/models/index.d.ts +32 -32
  138. package/compute/orm/models/index.js +65 -65
  139. package/compute/orm/mutation/index.d.ts +77 -77
  140. package/compute/orm/mutation/index.js +96 -96
  141. package/compute/schema-types.d.ts +4950 -4896
  142. package/compute/types.d.ts +470 -468
  143. package/config/hooks/index.d.ts +1 -1
  144. package/config/hooks/index.js +1 -1
  145. package/config/hooks/invalidation.d.ts +6 -6
  146. package/config/hooks/invalidation.js +15 -15
  147. package/config/hooks/mutation-keys.d.ts +24 -24
  148. package/config/hooks/mutation-keys.js +26 -26
  149. package/config/hooks/mutations/index.d.ts +9 -9
  150. package/config/hooks/mutations/index.js +9 -9
  151. package/config/hooks/queries/index.d.ts +2 -2
  152. package/config/hooks/queries/index.js +2 -2
  153. package/config/hooks/query-keys.d.ts +14 -14
  154. package/config/hooks/query-keys.js +9 -9
  155. package/config/orm/index.d.ts +30 -30
  156. package/config/orm/index.js +2 -2
  157. package/config/orm/input-types.d.ts +416 -416
  158. package/config/orm/models/index.d.ts +1 -1
  159. package/config/orm/models/index.js +3 -3
  160. package/config/orm/mutation/index.d.ts +47 -47
  161. package/config/orm/mutation/index.js +60 -60
  162. package/config/schema-types.d.ts +519 -519
  163. package/config/types.d.ts +35 -35
  164. package/esm/admin/hooks/index.d.ts +1 -1
  165. package/esm/admin/hooks/index.js +1 -1
  166. package/esm/admin/hooks/invalidation.d.ts +120 -120
  167. package/esm/admin/hooks/invalidation.js +233 -233
  168. package/esm/admin/hooks/mutation-keys.d.ts +244 -244
  169. package/esm/admin/hooks/mutation-keys.js +156 -156
  170. package/esm/admin/hooks/mutations/index.d.ts +63 -63
  171. package/esm/admin/hooks/mutations/index.js +63 -63
  172. package/esm/admin/hooks/queries/index.d.ts +47 -47
  173. package/esm/admin/hooks/queries/index.js +47 -47
  174. package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +3 -3
  175. package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +2 -2
  176. package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +3 -3
  177. package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.js +2 -2
  178. package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +3 -3
  179. package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +2 -2
  180. package/esm/admin/hooks/query-keys.d.ts +296 -296
  181. package/esm/admin/hooks/query-keys.js +172 -172
  182. package/esm/admin/orm/index.d.ts +67 -67
  183. package/esm/admin/orm/index.js +44 -44
  184. package/esm/admin/orm/input-types.d.ts +3168 -3168
  185. package/esm/admin/orm/input-types.js +1 -1
  186. package/esm/admin/orm/models/index.d.ts +22 -22
  187. package/esm/admin/orm/models/index.js +22 -22
  188. package/esm/admin/orm/mutation/index.d.ts +12 -12
  189. package/esm/admin/orm/mutation/index.js +12 -12
  190. package/esm/admin/orm/query/index.d.ts +47 -47
  191. package/esm/admin/orm/query/index.js +68 -68
  192. package/esm/admin/schema-types.d.ts +2497 -2497
  193. package/esm/admin/types.d.ts +193 -193
  194. package/esm/agent/hooks/index.d.ts +1 -1
  195. package/esm/agent/hooks/index.js +1 -1
  196. package/esm/agent/hooks/invalidation.d.ts +23 -23
  197. package/esm/agent/hooks/invalidation.js +56 -56
  198. package/esm/agent/hooks/mutation-keys.d.ts +46 -46
  199. package/esm/agent/hooks/mutation-keys.js +27 -27
  200. package/esm/agent/hooks/mutations/index.d.ts +12 -12
  201. package/esm/agent/hooks/mutations/index.js +12 -12
  202. package/esm/agent/hooks/queries/index.d.ts +8 -8
  203. package/esm/agent/hooks/queries/index.js +8 -8
  204. package/esm/agent/hooks/query-keys.d.ts +54 -54
  205. package/esm/agent/hooks/query-keys.js +31 -31
  206. package/esm/agent/orm/index.d.ts +8 -8
  207. package/esm/agent/orm/index.js +8 -8
  208. package/esm/agent/orm/input-types.d.ts +1788 -1788
  209. package/esm/agent/orm/input-types.js +9 -9
  210. package/esm/agent/orm/models/index.d.ts +4 -4
  211. package/esm/agent/orm/models/index.js +4 -4
  212. package/esm/agent/schema-types.d.ts +1226 -1226
  213. package/esm/agent/types.d.ts +95 -95
  214. package/esm/api/hooks/index.d.ts +1 -1
  215. package/esm/api/hooks/index.js +1 -1
  216. package/esm/api/hooks/invalidation.d.ts +184 -184
  217. package/esm/api/hooks/invalidation.js +393 -393
  218. package/esm/api/hooks/mutation-keys.d.ts +411 -411
  219. package/esm/api/hooks/mutation-keys.js +226 -226
  220. package/esm/api/hooks/mutations/index.d.ts +93 -93
  221. package/esm/api/hooks/mutations/index.js +93 -93
  222. package/esm/api/hooks/queries/index.d.ts +64 -64
  223. package/esm/api/hooks/queries/index.js +64 -64
  224. package/esm/api/hooks/queries/useApplyRegistryDefaultsQuery.d.ts +3 -3
  225. package/esm/api/hooks/queries/useApplyRegistryDefaultsQuery.js +2 -2
  226. package/esm/api/hooks/query-keys.d.ts +466 -466
  227. package/esm/api/hooks/query-keys.js +250 -250
  228. package/esm/api/orm/index.d.ts +77 -77
  229. package/esm/api/orm/index.js +64 -64
  230. package/esm/api/orm/input-types.d.ts +8781 -8781
  231. package/esm/api/orm/input-types.js +48 -48
  232. package/esm/api/orm/models/index.d.ts +32 -32
  233. package/esm/api/orm/models/index.js +32 -32
  234. package/esm/api/orm/mutation/index.d.ts +29 -29
  235. package/esm/api/orm/mutation/index.js +30 -30
  236. package/esm/api/orm/query/index.d.ts +1 -1
  237. package/esm/api/orm/query/index.js +4 -4
  238. package/esm/api/schema-types.d.ts +5628 -5628
  239. package/esm/api/types.d.ts +435 -435
  240. package/esm/auth/hooks/index.d.ts +1 -1
  241. package/esm/auth/hooks/index.js +1 -1
  242. package/esm/auth/hooks/invalidation.d.ts +42 -42
  243. package/esm/auth/hooks/invalidation.js +91 -91
  244. package/esm/auth/hooks/mutation-keys.d.ts +124 -124
  245. package/esm/auth/hooks/mutation-keys.js +105 -105
  246. package/esm/auth/hooks/mutations/index.d.ts +36 -36
  247. package/esm/auth/hooks/mutations/index.js +36 -36
  248. package/esm/auth/hooks/queries/index.d.ts +15 -15
  249. package/esm/auth/hooks/queries/index.js +15 -15
  250. package/esm/auth/hooks/query-keys.d.ts +102 -102
  251. package/esm/auth/hooks/query-keys.js +58 -58
  252. package/esm/auth/orm/index.d.ts +103 -103
  253. package/esm/auth/orm/index.js +14 -14
  254. package/esm/auth/orm/input-types.d.ts +2102 -2109
  255. package/esm/auth/orm/input-types.js +5 -5
  256. package/esm/auth/orm/models/index.d.ts +7 -7
  257. package/esm/auth/orm/models/index.js +7 -7
  258. package/esm/auth/orm/mutation/index.d.ts +138 -138
  259. package/esm/auth/orm/mutation/index.js +168 -168
  260. package/esm/auth/orm/query/index.d.ts +10 -10
  261. package/esm/auth/orm/query/index.js +14 -14
  262. package/esm/auth/schema-types.d.ts +1602 -1605
  263. package/esm/auth/types.d.ts +86 -87
  264. package/esm/compute/hooks/index.d.ts +1 -1
  265. package/esm/compute/hooks/index.js +1 -1
  266. package/esm/compute/hooks/invalidation.d.ts +183 -183
  267. package/esm/compute/hooks/invalidation.js +392 -392
  268. package/esm/compute/hooks/mutation-keys.d.ts +388 -388
  269. package/esm/compute/hooks/mutation-keys.js +299 -299
  270. package/esm/compute/hooks/mutations/index.d.ts +97 -97
  271. package/esm/compute/hooks/mutations/index.js +97 -97
  272. package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +2 -2
  273. package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +1 -1
  274. package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +2 -2
  275. package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +1 -1
  276. package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +2 -2
  277. package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +1 -1
  278. package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +2 -2
  279. package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +1 -1
  280. package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +2 -2
  281. package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +1 -1
  282. package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +2 -2
  283. package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +1 -1
  284. package/esm/compute/hooks/queries/index.d.ts +59 -59
  285. package/esm/compute/hooks/queries/index.js +59 -59
  286. package/esm/compute/hooks/queries/useFunctionInvocationQuery.d.ts +4 -4
  287. package/esm/compute/hooks/queries/useFunctionInvocationQuery.js +1 -1
  288. package/esm/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +4 -4
  289. package/esm/compute/hooks/queries/useFunctionInvocationsQuery.js +1 -1
  290. package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +4 -4
  291. package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +1 -1
  292. package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +4 -4
  293. package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +1 -1
  294. package/esm/compute/hooks/query-keys.d.ts +438 -438
  295. package/esm/compute/hooks/query-keys.js +255 -255
  296. package/esm/compute/orm/index.d.ts +110 -110
  297. package/esm/compute/orm/index.js +64 -64
  298. package/esm/compute/orm/input-types.d.ts +7256 -7037
  299. package/esm/compute/orm/input-types.js +15 -13
  300. package/esm/compute/orm/models/index.d.ts +32 -32
  301. package/esm/compute/orm/models/index.js +32 -32
  302. package/esm/compute/orm/mutation/index.d.ts +77 -77
  303. package/esm/compute/orm/mutation/index.js +96 -96
  304. package/esm/compute/schema-types.d.ts +4950 -4896
  305. package/esm/compute/types.d.ts +470 -468
  306. package/esm/config/hooks/index.d.ts +1 -1
  307. package/esm/config/hooks/index.js +1 -1
  308. package/esm/config/hooks/invalidation.d.ts +6 -6
  309. package/esm/config/hooks/invalidation.js +16 -16
  310. package/esm/config/hooks/mutation-keys.d.ts +24 -24
  311. package/esm/config/hooks/mutation-keys.js +25 -25
  312. package/esm/config/hooks/mutations/index.d.ts +9 -9
  313. package/esm/config/hooks/mutations/index.js +9 -9
  314. package/esm/config/hooks/queries/index.d.ts +2 -2
  315. package/esm/config/hooks/queries/index.js +2 -2
  316. package/esm/config/hooks/query-keys.d.ts +14 -14
  317. package/esm/config/hooks/query-keys.js +8 -8
  318. package/esm/config/orm/index.d.ts +30 -30
  319. package/esm/config/orm/index.js +2 -2
  320. package/esm/config/orm/input-types.d.ts +416 -416
  321. package/esm/config/orm/models/index.d.ts +1 -1
  322. package/esm/config/orm/models/index.js +1 -1
  323. package/esm/config/orm/mutation/index.d.ts +47 -47
  324. package/esm/config/orm/mutation/index.js +60 -60
  325. package/esm/config/schema-types.d.ts +519 -519
  326. package/esm/config/types.d.ts +35 -35
  327. package/esm/infra/hooks/index.d.ts +1 -1
  328. package/esm/infra/hooks/index.js +1 -1
  329. package/esm/infra/hooks/invalidation.d.ts +28 -28
  330. package/esm/infra/hooks/invalidation.js +66 -66
  331. package/esm/infra/hooks/mutation-keys.d.ts +58 -58
  332. package/esm/infra/hooks/mutation-keys.js +36 -36
  333. package/esm/infra/hooks/mutations/index.d.ts +16 -16
  334. package/esm/infra/hooks/mutations/index.js +16 -16
  335. package/esm/infra/hooks/queries/index.d.ts +10 -10
  336. package/esm/infra/hooks/queries/index.js +10 -10
  337. package/esm/infra/hooks/query-keys.d.ts +66 -66
  338. package/esm/infra/hooks/query-keys.js +38 -38
  339. package/esm/infra/orm/index.d.ts +15 -15
  340. package/esm/infra/orm/index.js +10 -10
  341. package/esm/infra/orm/input-types.d.ts +971 -971
  342. package/esm/infra/orm/models/index.d.ts +5 -5
  343. package/esm/infra/orm/models/index.js +5 -5
  344. package/esm/infra/orm/mutation/index.d.ts +9 -9
  345. package/esm/infra/orm/mutation/index.js +12 -12
  346. package/esm/infra/schema-types.d.ts +979 -979
  347. package/esm/infra/types.d.ts +72 -72
  348. package/esm/modules/hooks/index.d.ts +1 -1
  349. package/esm/modules/hooks/index.js +1 -1
  350. package/esm/modules/hooks/invalidation.d.ts +291 -291
  351. package/esm/modules/hooks/invalidation.js +563 -563
  352. package/esm/modules/hooks/mutation-keys.d.ts +602 -602
  353. package/esm/modules/hooks/mutation-keys.js +384 -384
  354. package/esm/modules/hooks/mutations/index.d.ts +164 -164
  355. package/esm/modules/hooks/mutations/index.js +164 -164
  356. package/esm/modules/hooks/queries/index.d.ts +106 -106
  357. package/esm/modules/hooks/queries/index.js +106 -106
  358. package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +3 -3
  359. package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.js +2 -2
  360. package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +3 -3
  361. package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.js +2 -2
  362. package/esm/modules/hooks/query-keys.d.ts +696 -696
  363. package/esm/modules/hooks/query-keys.js +399 -399
  364. package/esm/modules/orm/index.d.ts +126 -126
  365. package/esm/modules/orm/index.js +106 -106
  366. package/esm/modules/orm/input-types.d.ts +11482 -11468
  367. package/esm/modules/orm/input-types.js +1 -1
  368. package/esm/modules/orm/models/index.d.ts +53 -53
  369. package/esm/modules/orm/models/index.js +53 -53
  370. package/esm/modules/orm/mutation/index.d.ts +51 -51
  371. package/esm/modules/orm/mutation/index.js +42 -42
  372. package/esm/modules/orm/query/index.d.ts +3 -3
  373. package/esm/modules/orm/query/index.js +8 -8
  374. package/esm/modules/schema-types.d.ts +8363 -8355
  375. package/esm/modules/types.d.ts +1013 -1011
  376. package/esm/objects/hooks/index.d.ts +1 -1
  377. package/esm/objects/hooks/index.js +1 -1
  378. package/esm/objects/hooks/invalidation.d.ts +12 -12
  379. package/esm/objects/hooks/invalidation.js +33 -33
  380. package/esm/objects/hooks/mutation-keys.d.ts +26 -26
  381. package/esm/objects/hooks/mutation-keys.js +17 -17
  382. package/esm/objects/hooks/mutations/index.d.ts +7 -7
  383. package/esm/objects/hooks/mutations/index.js +7 -7
  384. package/esm/objects/hooks/queries/index.d.ts +4 -4
  385. package/esm/objects/hooks/queries/index.js +4 -4
  386. package/esm/objects/hooks/query-keys.d.ts +28 -28
  387. package/esm/objects/hooks/query-keys.js +16 -16
  388. package/esm/objects/orm/index.d.ts +9 -9
  389. package/esm/objects/orm/index.js +4 -4
  390. package/esm/objects/orm/input-types.d.ts +384 -384
  391. package/esm/objects/orm/models/index.d.ts +2 -2
  392. package/esm/objects/orm/models/index.js +2 -2
  393. package/esm/objects/orm/mutation/index.d.ts +9 -9
  394. package/esm/objects/orm/mutation/index.js +12 -12
  395. package/esm/objects/schema-types.d.ts +438 -438
  396. package/esm/objects/types.d.ts +23 -23
  397. package/esm/usage/hooks/index.d.ts +1 -1
  398. package/esm/usage/hooks/index.js +1 -1
  399. package/esm/usage/hooks/invalidation.d.ts +67 -67
  400. package/esm/usage/hooks/invalidation.js +140 -140
  401. package/esm/usage/hooks/mutation-keys.d.ts +136 -136
  402. package/esm/usage/hooks/mutation-keys.js +82 -82
  403. package/esm/usage/hooks/mutations/index.d.ts +37 -37
  404. package/esm/usage/hooks/mutations/index.js +37 -37
  405. package/esm/usage/hooks/queries/index.d.ts +24 -24
  406. package/esm/usage/hooks/queries/index.js +24 -24
  407. package/esm/usage/hooks/query-keys.d.ts +158 -158
  408. package/esm/usage/hooks/query-keys.js +91 -91
  409. package/esm/usage/orm/index.d.ts +29 -29
  410. package/esm/usage/orm/index.js +24 -24
  411. package/esm/usage/orm/input-types.d.ts +2049 -2049
  412. package/esm/usage/orm/input-types.js +5 -5
  413. package/esm/usage/orm/models/index.d.ts +12 -12
  414. package/esm/usage/orm/models/index.js +12 -12
  415. package/esm/usage/orm/mutation/index.d.ts +16 -16
  416. package/esm/usage/orm/mutation/index.js +12 -12
  417. package/esm/usage/schema-types.d.ts +1591 -1591
  418. package/esm/usage/types.d.ts +99 -99
  419. package/infra/hooks/index.d.ts +1 -1
  420. package/infra/hooks/index.js +1 -1
  421. package/infra/hooks/invalidation.d.ts +28 -28
  422. package/infra/hooks/invalidation.js +65 -65
  423. package/infra/hooks/mutation-keys.d.ts +58 -58
  424. package/infra/hooks/mutation-keys.js +37 -37
  425. package/infra/hooks/mutations/index.d.ts +16 -16
  426. package/infra/hooks/mutations/index.js +16 -16
  427. package/infra/hooks/queries/index.d.ts +10 -10
  428. package/infra/hooks/queries/index.js +10 -10
  429. package/infra/hooks/query-keys.d.ts +66 -66
  430. package/infra/hooks/query-keys.js +39 -39
  431. package/infra/orm/index.d.ts +15 -15
  432. package/infra/orm/index.js +10 -10
  433. package/infra/orm/input-types.d.ts +971 -971
  434. package/infra/orm/models/index.d.ts +5 -5
  435. package/infra/orm/models/index.js +11 -11
  436. package/infra/orm/mutation/index.d.ts +9 -9
  437. package/infra/orm/mutation/index.js +12 -12
  438. package/infra/schema-types.d.ts +979 -979
  439. package/infra/types.d.ts +72 -72
  440. package/modules/hooks/index.d.ts +1 -1
  441. package/modules/hooks/index.js +1 -1
  442. package/modules/hooks/invalidation.d.ts +291 -291
  443. package/modules/hooks/invalidation.js +562 -562
  444. package/modules/hooks/mutation-keys.d.ts +602 -602
  445. package/modules/hooks/mutation-keys.js +386 -386
  446. package/modules/hooks/mutations/index.d.ts +164 -164
  447. package/modules/hooks/mutations/index.js +164 -164
  448. package/modules/hooks/queries/index.d.ts +106 -106
  449. package/modules/hooks/queries/index.js +106 -106
  450. package/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +3 -3
  451. package/modules/hooks/queries/useResolveBlueprintFieldQuery.js +2 -2
  452. package/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +3 -3
  453. package/modules/hooks/queries/useResolveBlueprintTableQuery.js +2 -2
  454. package/modules/hooks/query-keys.d.ts +696 -696
  455. package/modules/hooks/query-keys.js +401 -401
  456. package/modules/orm/index.d.ts +126 -126
  457. package/modules/orm/index.js +106 -106
  458. package/modules/orm/input-types.d.ts +11482 -11468
  459. package/modules/orm/input-types.js +1 -1
  460. package/modules/orm/models/index.d.ts +53 -53
  461. package/modules/orm/models/index.js +108 -108
  462. package/modules/orm/mutation/index.d.ts +51 -51
  463. package/modules/orm/mutation/index.js +42 -42
  464. package/modules/orm/query/index.d.ts +3 -3
  465. package/modules/orm/query/index.js +8 -8
  466. package/modules/schema-types.d.ts +8363 -8355
  467. package/modules/types.d.ts +1013 -1011
  468. package/objects/hooks/index.d.ts +1 -1
  469. package/objects/hooks/index.js +1 -1
  470. package/objects/hooks/invalidation.d.ts +12 -12
  471. package/objects/hooks/invalidation.js +32 -32
  472. package/objects/hooks/mutation-keys.d.ts +26 -26
  473. package/objects/hooks/mutation-keys.js +18 -18
  474. package/objects/hooks/mutations/index.d.ts +7 -7
  475. package/objects/hooks/mutations/index.js +7 -7
  476. package/objects/hooks/queries/index.d.ts +4 -4
  477. package/objects/hooks/queries/index.js +4 -4
  478. package/objects/hooks/query-keys.d.ts +28 -28
  479. package/objects/hooks/query-keys.js +17 -17
  480. package/objects/orm/index.d.ts +9 -9
  481. package/objects/orm/index.js +4 -4
  482. package/objects/orm/input-types.d.ts +384 -384
  483. package/objects/orm/models/index.d.ts +2 -2
  484. package/objects/orm/models/index.js +5 -5
  485. package/objects/orm/mutation/index.d.ts +9 -9
  486. package/objects/orm/mutation/index.js +12 -12
  487. package/objects/schema-types.d.ts +438 -438
  488. package/objects/types.d.ts +23 -23
  489. package/package.json +4 -4
  490. package/usage/hooks/index.d.ts +1 -1
  491. package/usage/hooks/index.js +1 -1
  492. package/usage/hooks/invalidation.d.ts +67 -67
  493. package/usage/hooks/invalidation.js +139 -139
  494. package/usage/hooks/mutation-keys.d.ts +136 -136
  495. package/usage/hooks/mutation-keys.js +83 -83
  496. package/usage/hooks/mutations/index.d.ts +37 -37
  497. package/usage/hooks/mutations/index.js +37 -37
  498. package/usage/hooks/queries/index.d.ts +24 -24
  499. package/usage/hooks/queries/index.js +24 -24
  500. package/usage/hooks/query-keys.d.ts +158 -158
  501. package/usage/hooks/query-keys.js +92 -92
  502. package/usage/orm/index.d.ts +29 -29
  503. package/usage/orm/index.js +24 -24
  504. package/usage/orm/input-types.d.ts +2049 -2049
  505. package/usage/orm/input-types.js +5 -5
  506. package/usage/orm/models/index.d.ts +12 -12
  507. package/usage/orm/models/index.js +25 -25
  508. package/usage/orm/mutation/index.d.ts +16 -16
  509. package/usage/orm/mutation/index.js +12 -12
  510. package/usage/schema-types.d.ts +1591 -1591
  511. package/usage/types.d.ts +99 -99
@@ -3,11 +3,95 @@
3
3
  * @generated by @constructive-io/graphql-codegen
4
4
  * DO NOT EDIT - changes will be overwritten
5
5
  */
6
- export declare const infraGetAllRecordMutationKeys: {
7
- /** All infraGetAllRecord mutation keys */ readonly all: readonly ["mutation", "infragetallrecord"];
8
- /** Create infraGetAllRecord mutation key */ readonly create: () => readonly ["mutation", "infragetallrecord", "create"];
9
- /** Update infraGetAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infragetallrecord", "update", string | number];
10
- /** Delete infraGetAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infragetallrecord", "delete", string | number];
6
+ export declare const dbPresetMutationKeys: {
7
+ /** All dbPreset mutation keys */ readonly all: readonly ["mutation", "dbpreset"];
8
+ /** Create dbPreset mutation key */ readonly create: () => readonly ["mutation", "dbpreset", "create"];
9
+ /** Update dbPreset mutation key */ readonly update: (id: string | number) => readonly ["mutation", "dbpreset", "update", string | number];
10
+ /** Delete dbPreset mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "dbpreset", "delete", string | number];
11
+ };
12
+ export declare const functionApiBindingMutationKeys: {
13
+ /** All functionApiBinding mutation keys */ readonly all: readonly ["mutation", "functionapibinding"];
14
+ /** Create functionApiBinding mutation key */ readonly create: () => readonly ["mutation", "functionapibinding", "create"];
15
+ /** Update functionApiBinding mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionapibinding", "update", string | number];
16
+ /** Delete functionApiBinding mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionapibinding", "delete", string | number];
17
+ };
18
+ export declare const functionDefinitionMutationKeys: {
19
+ /** All functionDefinition mutation keys */ readonly all: readonly ["mutation", "functiondefinition"];
20
+ /** Create functionDefinition mutation key */ readonly create: () => readonly ["mutation", "functiondefinition", "create"];
21
+ /** Update functionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondefinition", "update", string | number];
22
+ /** Delete functionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondefinition", "delete", string | number];
23
+ };
24
+ export declare const functionDeploymentMutationKeys: {
25
+ /** All functionDeployment mutation keys */ readonly all: readonly ["mutation", "functiondeployment"];
26
+ /** Create functionDeployment mutation key */ readonly create: () => readonly ["mutation", "functiondeployment", "create"];
27
+ /** Update functionDeployment mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeployment", "update", string | number];
28
+ /** Delete functionDeployment mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeployment", "delete", string | number];
29
+ };
30
+ export declare const functionDeploymentEventMutationKeys: {
31
+ /** All functionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "functiondeploymentevent"];
32
+ /** Create functionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "functiondeploymentevent", "create"];
33
+ /** Update functionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "update", string | number];
34
+ /** Delete functionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "delete", string | number];
35
+ };
36
+ export declare const functionExecutionLogMutationKeys: {
37
+ /** All functionExecutionLog mutation keys */ readonly all: readonly ["mutation", "functionexecutionlog"];
38
+ /** Create functionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "functionexecutionlog", "create"];
39
+ /** Update functionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionexecutionlog", "update", string | number];
40
+ /** Delete functionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionexecutionlog", "delete", string | number];
41
+ };
42
+ export declare const functionGraphCommitMutationKeys: {
43
+ /** All functionGraphCommit mutation keys */ readonly all: readonly ["mutation", "functiongraphcommit"];
44
+ /** Create functionGraphCommit mutation key */ readonly create: () => readonly ["mutation", "functiongraphcommit", "create"];
45
+ /** Update functionGraphCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphcommit", "update", string | number];
46
+ /** Delete functionGraphCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphcommit", "delete", string | number];
47
+ };
48
+ export declare const functionGraphMutationKeys: {
49
+ /** All functionGraph mutation keys */ readonly all: readonly ["mutation", "functiongraph"];
50
+ /** Create functionGraph mutation key */ readonly create: () => readonly ["mutation", "functiongraph", "create"];
51
+ /** Update functionGraph mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraph", "update", string | number];
52
+ /** Delete functionGraph mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraph", "delete", string | number];
53
+ };
54
+ export declare const functionGraphExecutionMutationKeys: {
55
+ /** All functionGraphExecution mutation keys */ readonly all: readonly ["mutation", "functiongraphexecution"];
56
+ /** Create functionGraphExecution mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecution", "create"];
57
+ /** Update functionGraphExecution mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecution", "update", string | number];
58
+ /** Delete functionGraphExecution mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecution", "delete", string | number];
59
+ };
60
+ export declare const functionGraphExecutionNodeStateMutationKeys: {
61
+ /** All functionGraphExecutionNodeState mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionnodestate"];
62
+ /** Create functionGraphExecutionNodeState mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionnodestate", "create"];
63
+ /** Update functionGraphExecutionNodeState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "update", string | number];
64
+ /** Delete functionGraphExecutionNodeState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "delete", string | number];
65
+ };
66
+ export declare const functionGraphExecutionOutputMutationKeys: {
67
+ /** All functionGraphExecutionOutput mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionoutput"];
68
+ /** Create functionGraphExecutionOutput mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionoutput", "create"];
69
+ /** Update functionGraphExecutionOutput mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionoutput", "update", string | number];
70
+ /** Delete functionGraphExecutionOutput mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionoutput", "delete", string | number];
71
+ };
72
+ export declare const functionGraphObjectMutationKeys: {
73
+ /** All functionGraphObject mutation keys */ readonly all: readonly ["mutation", "functiongraphobject"];
74
+ /** Create functionGraphObject mutation key */ readonly create: () => readonly ["mutation", "functiongraphobject", "create"];
75
+ /** Update functionGraphObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphobject", "update", string | number];
76
+ /** Delete functionGraphObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphobject", "delete", string | number];
77
+ };
78
+ export declare const functionGraphRefMutationKeys: {
79
+ /** All functionGraphRef mutation keys */ readonly all: readonly ["mutation", "functiongraphref"];
80
+ /** Create functionGraphRef mutation key */ readonly create: () => readonly ["mutation", "functiongraphref", "create"];
81
+ /** Update functionGraphRef mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphref", "update", string | number];
82
+ /** Delete functionGraphRef mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphref", "delete", string | number];
83
+ };
84
+ export declare const functionGraphStoreMutationKeys: {
85
+ /** All functionGraphStore mutation keys */ readonly all: readonly ["mutation", "functiongraphstore"];
86
+ /** Create functionGraphStore mutation key */ readonly create: () => readonly ["mutation", "functiongraphstore", "create"];
87
+ /** Update functionGraphStore mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphstore", "update", string | number];
88
+ /** Delete functionGraphStore mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphstore", "delete", string | number];
89
+ };
90
+ export declare const functionInvocationMutationKeys: {
91
+ /** All functionInvocation mutation keys */ readonly all: readonly ["mutation", "functioninvocation"];
92
+ /** Create functionInvocation mutation key */ readonly create: () => readonly ["mutation", "functioninvocation", "create"];
93
+ /** Update functionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functioninvocation", "update", string | number];
94
+ /** Delete functionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functioninvocation", "delete", string | number];
11
95
  };
12
96
  export declare const getAllRecordMutationKeys: {
13
97
  /** All getAllRecord mutation keys */ readonly all: readonly ["mutation", "getallrecord"];
@@ -15,6 +99,24 @@ export declare const getAllRecordMutationKeys: {
15
99
  /** Update getAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "getallrecord", "update", string | number];
16
100
  /** Delete getAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "getallrecord", "delete", string | number];
17
101
  };
102
+ export declare const infraCommitMutationKeys: {
103
+ /** All infraCommit mutation keys */ readonly all: readonly ["mutation", "infracommit"];
104
+ /** Create infraCommit mutation key */ readonly create: () => readonly ["mutation", "infracommit", "create"];
105
+ /** Update infraCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infracommit", "update", string | number];
106
+ /** Delete infraCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infracommit", "delete", string | number];
107
+ };
108
+ export declare const infraGetAllRecordMutationKeys: {
109
+ /** All infraGetAllRecord mutation keys */ readonly all: readonly ["mutation", "infragetallrecord"];
110
+ /** Create infraGetAllRecord mutation key */ readonly create: () => readonly ["mutation", "infragetallrecord", "create"];
111
+ /** Update infraGetAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infragetallrecord", "update", string | number];
112
+ /** Delete infraGetAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infragetallrecord", "delete", string | number];
113
+ };
114
+ export declare const infraObjectMutationKeys: {
115
+ /** All infraObject mutation keys */ readonly all: readonly ["mutation", "infraobject"];
116
+ /** Create infraObject mutation key */ readonly create: () => readonly ["mutation", "infraobject", "create"];
117
+ /** Update infraObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infraobject", "update", string | number];
118
+ /** Delete infraObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infraobject", "delete", string | number];
119
+ };
18
120
  export declare const infraRefMutationKeys: {
19
121
  /** All infraRef mutation keys */ readonly all: readonly ["mutation", "infraref"];
20
122
  /** Create infraRef mutation key */ readonly create: () => readonly ["mutation", "infraref", "create"];
@@ -27,23 +129,23 @@ export declare const infraStoreMutationKeys: {
27
129
  /** Update infraStore mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infrastore", "update", string | number];
28
130
  /** Delete infraStore mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infrastore", "delete", string | number];
29
131
  };
30
- export declare const functionApiBindingMutationKeys: {
31
- /** All functionApiBinding mutation keys */ readonly all: readonly ["mutation", "functionapibinding"];
32
- /** Create functionApiBinding mutation key */ readonly create: () => readonly ["mutation", "functionapibinding", "create"];
33
- /** Update functionApiBinding mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionapibinding", "update", string | number];
34
- /** Delete functionApiBinding mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionapibinding", "delete", string | number];
132
+ export declare const integrationProviderMutationKeys: {
133
+ /** All integrationProvider mutation keys */ readonly all: readonly ["mutation", "integrationprovider"];
134
+ /** Create integrationProvider mutation key */ readonly create: () => readonly ["mutation", "integrationprovider", "create"];
135
+ /** Update integrationProvider mutation key */ readonly update: (id: string | number) => readonly ["mutation", "integrationprovider", "update", string | number];
136
+ /** Delete integrationProvider mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "integrationprovider", "delete", string | number];
35
137
  };
36
- export declare const functionGraphRefMutationKeys: {
37
- /** All functionGraphRef mutation keys */ readonly all: readonly ["mutation", "functiongraphref"];
38
- /** Create functionGraphRef mutation key */ readonly create: () => readonly ["mutation", "functiongraphref", "create"];
39
- /** Update functionGraphRef mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphref", "update", string | number];
40
- /** Delete functionGraphRef mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphref", "delete", string | number];
138
+ export declare const namespaceMutationKeys: {
139
+ /** All namespace mutation keys */ readonly all: readonly ["mutation", "namespace"];
140
+ /** Create namespace mutation key */ readonly create: () => readonly ["mutation", "namespace", "create"];
141
+ /** Update namespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespace", "update", string | number];
142
+ /** Delete namespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespace", "delete", string | number];
41
143
  };
42
- export declare const functionGraphStoreMutationKeys: {
43
- /** All functionGraphStore mutation keys */ readonly all: readonly ["mutation", "functiongraphstore"];
44
- /** Create functionGraphStore mutation key */ readonly create: () => readonly ["mutation", "functiongraphstore", "create"];
45
- /** Update functionGraphStore mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphstore", "update", string | number];
46
- /** Delete functionGraphStore mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphstore", "delete", string | number];
144
+ export declare const namespaceEventMutationKeys: {
145
+ /** All namespaceEvent mutation keys */ readonly all: readonly ["mutation", "namespaceevent"];
146
+ /** Create namespaceEvent mutation key */ readonly create: () => readonly ["mutation", "namespaceevent", "create"];
147
+ /** Update namespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespaceevent", "update", string | number];
148
+ /** Delete namespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespaceevent", "delete", string | number];
47
149
  };
48
150
  export declare const platformFunctionApiBindingMutationKeys: {
49
151
  /** All platformFunctionApiBinding mutation keys */ readonly all: readonly ["mutation", "platformfunctionapibinding"];
@@ -51,23 +153,11 @@ export declare const platformFunctionApiBindingMutationKeys: {
51
153
  /** Update platformFunctionApiBinding mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctionapibinding", "update", string | number];
52
154
  /** Delete platformFunctionApiBinding mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctionapibinding", "delete", string | number];
53
155
  };
54
- export declare const platformResourcesRequirementsStateMutationKeys: {
55
- /** All platformResourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "platformresourcesrequirementsstate"];
56
- /** Create platformResourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "platformresourcesrequirementsstate", "create"];
57
- /** Update platformResourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcesrequirementsstate", "update", string | number];
58
- /** Delete platformResourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcesrequirementsstate", "delete", string | number];
59
- };
60
- export declare const resourcesRequirementsStateMutationKeys: {
61
- /** All resourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "resourcesrequirementsstate"];
62
- /** Create resourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "resourcesrequirementsstate", "create"];
63
- /** Update resourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "update", string | number];
64
- /** Delete resourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "delete", string | number];
65
- };
66
- export declare const platformResourceStatusCheckMutationKeys: {
67
- /** All platformResourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "platformresourcestatuscheck"];
68
- /** Create platformResourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "platformresourcestatuscheck", "create"];
69
- /** Update platformResourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "update", string | number];
70
- /** Delete platformResourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "delete", string | number];
156
+ export declare const platformFunctionDefinitionMutationKeys: {
157
+ /** All platformFunctionDefinition mutation keys */ readonly all: readonly ["mutation", "platformfunctiondefinition"];
158
+ /** Create platformFunctionDefinition mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondefinition", "create"];
159
+ /** Update platformFunctionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "update", string | number];
160
+ /** Delete platformFunctionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "delete", string | number];
71
161
  };
72
162
  export declare const platformFunctionDeploymentMutationKeys: {
73
163
  /** All platformFunctionDeployment mutation keys */ readonly all: readonly ["mutation", "platformfunctiondeployment"];
@@ -75,6 +165,36 @@ export declare const platformFunctionDeploymentMutationKeys: {
75
165
  /** Update platformFunctionDeployment mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondeployment", "update", string | number];
76
166
  /** Delete platformFunctionDeployment mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondeployment", "delete", string | number];
77
167
  };
168
+ export declare const platformFunctionDeploymentEventMutationKeys: {
169
+ /** All platformFunctionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "platformfunctiondeploymentevent"];
170
+ /** Create platformFunctionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondeploymentevent", "create"];
171
+ /** Update platformFunctionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "update", string | number];
172
+ /** Delete platformFunctionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "delete", string | number];
173
+ };
174
+ export declare const platformFunctionExecutionLogMutationKeys: {
175
+ /** All platformFunctionExecutionLog mutation keys */ readonly all: readonly ["mutation", "platformfunctionexecutionlog"];
176
+ /** Create platformFunctionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "platformfunctionexecutionlog", "create"];
177
+ /** Update platformFunctionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "update", string | number];
178
+ /** Delete platformFunctionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "delete", string | number];
179
+ };
180
+ export declare const platformFunctionInvocationMutationKeys: {
181
+ /** All platformFunctionInvocation mutation keys */ readonly all: readonly ["mutation", "platformfunctioninvocation"];
182
+ /** Create platformFunctionInvocation mutation key */ readonly create: () => readonly ["mutation", "platformfunctioninvocation", "create"];
183
+ /** Update platformFunctionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "update", string | number];
184
+ /** Delete platformFunctionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "delete", string | number];
185
+ };
186
+ export declare const platformNamespaceMutationKeys: {
187
+ /** All platformNamespace mutation keys */ readonly all: readonly ["mutation", "platformnamespace"];
188
+ /** Create platformNamespace mutation key */ readonly create: () => readonly ["mutation", "platformnamespace", "create"];
189
+ /** Update platformNamespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespace", "update", string | number];
190
+ /** Delete platformNamespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespace", "delete", string | number];
191
+ };
192
+ export declare const platformNamespaceEventMutationKeys: {
193
+ /** All platformNamespaceEvent mutation keys */ readonly all: readonly ["mutation", "platformnamespaceevent"];
194
+ /** Create platformNamespaceEvent mutation key */ readonly create: () => readonly ["mutation", "platformnamespaceevent", "create"];
195
+ /** Update platformNamespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "update", string | number];
196
+ /** Delete platformNamespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "delete", string | number];
197
+ };
78
198
  export declare const platformResourceMutationKeys: {
79
199
  /** All platformResource mutation keys */ readonly all: readonly ["mutation", "platformresource"];
80
200
  /** Create platformResource mutation key */ readonly create: () => readonly ["mutation", "platformresource", "create"];
@@ -87,41 +207,29 @@ export declare const platformResourceDefinitionMutationKeys: {
87
207
  /** Update platformResourceDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcedefinition", "update", string | number];
88
208
  /** Delete platformResourceDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcedefinition", "delete", string | number];
89
209
  };
90
- export declare const infraObjectMutationKeys: {
91
- /** All infraObject mutation keys */ readonly all: readonly ["mutation", "infraobject"];
92
- /** Create infraObject mutation key */ readonly create: () => readonly ["mutation", "infraobject", "create"];
93
- /** Update infraObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infraobject", "update", string | number];
94
- /** Delete infraObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infraobject", "delete", string | number];
95
- };
96
- export declare const functionGraphObjectMutationKeys: {
97
- /** All functionGraphObject mutation keys */ readonly all: readonly ["mutation", "functiongraphobject"];
98
- /** Create functionGraphObject mutation key */ readonly create: () => readonly ["mutation", "functiongraphobject", "create"];
99
- /** Update functionGraphObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphobject", "update", string | number];
100
- /** Delete functionGraphObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphobject", "delete", string | number];
101
- };
102
- export declare const platformFunctionDeploymentEventMutationKeys: {
103
- /** All platformFunctionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "platformfunctiondeploymentevent"];
104
- /** Create platformFunctionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondeploymentevent", "create"];
105
- /** Update platformFunctionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "update", string | number];
106
- /** Delete platformFunctionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "delete", string | number];
107
- };
108
210
  export declare const platformResourceEventMutationKeys: {
109
211
  /** All platformResourceEvent mutation keys */ readonly all: readonly ["mutation", "platformresourceevent"];
110
212
  /** Create platformResourceEvent mutation key */ readonly create: () => readonly ["mutation", "platformresourceevent", "create"];
111
213
  /** Update platformResourceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourceevent", "update", string | number];
112
214
  /** Delete platformResourceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourceevent", "delete", string | number];
113
215
  };
114
- export declare const resourceStatusCheckMutationKeys: {
115
- /** All resourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "resourcestatuscheck"];
116
- /** Create resourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "resourcestatuscheck", "create"];
117
- /** Update resourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcestatuscheck", "update", string | number];
118
- /** Delete resourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcestatuscheck", "delete", string | number];
216
+ export declare const platformResourceStatusCheckMutationKeys: {
217
+ /** All platformResourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "platformresourcestatuscheck"];
218
+ /** Create platformResourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "platformresourcestatuscheck", "create"];
219
+ /** Update platformResourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "update", string | number];
220
+ /** Delete platformResourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "delete", string | number];
119
221
  };
120
- export declare const functionDeploymentMutationKeys: {
121
- /** All functionDeployment mutation keys */ readonly all: readonly ["mutation", "functiondeployment"];
122
- /** Create functionDeployment mutation key */ readonly create: () => readonly ["mutation", "functiondeployment", "create"];
123
- /** Update functionDeployment mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeployment", "update", string | number];
124
- /** Delete functionDeployment mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeployment", "delete", string | number];
222
+ export declare const platformResourcesRequirementsStateMutationKeys: {
223
+ /** All platformResourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "platformresourcesrequirementsstate"];
224
+ /** Create platformResourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "platformresourcesrequirementsstate", "create"];
225
+ /** Update platformResourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcesrequirementsstate", "update", string | number];
226
+ /** Delete platformResourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcesrequirementsstate", "delete", string | number];
227
+ };
228
+ export declare const platformResourcesResolvedRequirementMutationKeys: {
229
+ /** All platformResourcesResolvedRequirement mutation keys */ readonly all: readonly ["mutation", "platformresourcesresolvedrequirement"];
230
+ /** Create platformResourcesResolvedRequirement mutation key */ readonly create: () => readonly ["mutation", "platformresourcesresolvedrequirement", "create"];
231
+ /** Update platformResourcesResolvedRequirement mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcesresolvedrequirement", "update", string | number];
232
+ /** Delete platformResourcesResolvedRequirement mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcesresolvedrequirement", "delete", string | number];
125
233
  };
126
234
  export declare const resourceMutationKeys: {
127
235
  /** All resource mutation keys */ readonly all: readonly ["mutation", "resource"];
@@ -135,53 +243,23 @@ export declare const resourceDefinitionMutationKeys: {
135
243
  /** Update resourceDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcedefinition", "update", string | number];
136
244
  /** Delete resourceDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcedefinition", "delete", string | number];
137
245
  };
138
- export declare const functionDeploymentEventMutationKeys: {
139
- /** All functionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "functiondeploymentevent"];
140
- /** Create functionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "functiondeploymentevent", "create"];
141
- /** Update functionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "update", string | number];
142
- /** Delete functionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "delete", string | number];
143
- };
144
- export declare const platformFunctionExecutionLogMutationKeys: {
145
- /** All platformFunctionExecutionLog mutation keys */ readonly all: readonly ["mutation", "platformfunctionexecutionlog"];
146
- /** Create platformFunctionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "platformfunctionexecutionlog", "create"];
147
- /** Update platformFunctionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "update", string | number];
148
- /** Delete platformFunctionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "delete", string | number];
149
- };
150
246
  export declare const resourceEventMutationKeys: {
151
247
  /** All resourceEvent mutation keys */ readonly all: readonly ["mutation", "resourceevent"];
152
248
  /** Create resourceEvent mutation key */ readonly create: () => readonly ["mutation", "resourceevent", "create"];
153
249
  /** Update resourceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourceevent", "update", string | number];
154
250
  /** Delete resourceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourceevent", "delete", string | number];
155
251
  };
156
- export declare const functionGraphExecutionOutputMutationKeys: {
157
- /** All functionGraphExecutionOutput mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionoutput"];
158
- /** Create functionGraphExecutionOutput mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionoutput", "create"];
159
- /** Update functionGraphExecutionOutput mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionoutput", "update", string | number];
160
- /** Delete functionGraphExecutionOutput mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionoutput", "delete", string | number];
161
- };
162
- export declare const infraCommitMutationKeys: {
163
- /** All infraCommit mutation keys */ readonly all: readonly ["mutation", "infracommit"];
164
- /** Create infraCommit mutation key */ readonly create: () => readonly ["mutation", "infracommit", "create"];
165
- /** Update infraCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infracommit", "update", string | number];
166
- /** Delete infraCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infracommit", "delete", string | number];
167
- };
168
- export declare const functionGraphCommitMutationKeys: {
169
- /** All functionGraphCommit mutation keys */ readonly all: readonly ["mutation", "functiongraphcommit"];
170
- /** Create functionGraphCommit mutation key */ readonly create: () => readonly ["mutation", "functiongraphcommit", "create"];
171
- /** Update functionGraphCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphcommit", "update", string | number];
172
- /** Delete functionGraphCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphcommit", "delete", string | number];
173
- };
174
- export declare const functionExecutionLogMutationKeys: {
175
- /** All functionExecutionLog mutation keys */ readonly all: readonly ["mutation", "functionexecutionlog"];
176
- /** Create functionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "functionexecutionlog", "create"];
177
- /** Update functionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionexecutionlog", "update", string | number];
178
- /** Delete functionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionexecutionlog", "delete", string | number];
252
+ export declare const resourceStatusCheckMutationKeys: {
253
+ /** All resourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "resourcestatuscheck"];
254
+ /** Create resourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "resourcestatuscheck", "create"];
255
+ /** Update resourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcestatuscheck", "update", string | number];
256
+ /** Delete resourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcestatuscheck", "delete", string | number];
179
257
  };
180
- export declare const platformResourcesResolvedRequirementMutationKeys: {
181
- /** All platformResourcesResolvedRequirement mutation keys */ readonly all: readonly ["mutation", "platformresourcesresolvedrequirement"];
182
- /** Create platformResourcesResolvedRequirement mutation key */ readonly create: () => readonly ["mutation", "platformresourcesresolvedrequirement", "create"];
183
- /** Update platformResourcesResolvedRequirement mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcesresolvedrequirement", "update", string | number];
184
- /** Delete platformResourcesResolvedRequirement mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcesresolvedrequirement", "delete", string | number];
258
+ export declare const resourcesRequirementsStateMutationKeys: {
259
+ /** All resourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "resourcesrequirementsstate"];
260
+ /** Create resourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "resourcesrequirementsstate", "create"];
261
+ /** Update resourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "update", string | number];
262
+ /** Delete resourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "delete", string | number];
185
263
  };
186
264
  export declare const resourcesResolvedRequirementMutationKeys: {
187
265
  /** All resourcesResolvedRequirement mutation keys */ readonly all: readonly ["mutation", "resourcesresolvedrequirement"];
@@ -189,102 +267,24 @@ export declare const resourcesResolvedRequirementMutationKeys: {
189
267
  /** Update resourcesResolvedRequirement mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcesresolvedrequirement", "update", string | number];
190
268
  /** Delete resourcesResolvedRequirement mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcesresolvedrequirement", "delete", string | number];
191
269
  };
192
- export declare const dbPresetMutationKeys: {
193
- /** All dbPreset mutation keys */ readonly all: readonly ["mutation", "dbpreset"];
194
- /** Create dbPreset mutation key */ readonly create: () => readonly ["mutation", "dbpreset", "create"];
195
- /** Update dbPreset mutation key */ readonly update: (id: string | number) => readonly ["mutation", "dbpreset", "update", string | number];
196
- /** Delete dbPreset mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "dbpreset", "delete", string | number];
197
- };
198
- export declare const platformNamespaceMutationKeys: {
199
- /** All platformNamespace mutation keys */ readonly all: readonly ["mutation", "platformnamespace"];
200
- /** Create platformNamespace mutation key */ readonly create: () => readonly ["mutation", "platformnamespace", "create"];
201
- /** Update platformNamespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespace", "update", string | number];
202
- /** Delete platformNamespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespace", "delete", string | number];
203
- };
204
- export declare const functionGraphMutationKeys: {
205
- /** All functionGraph mutation keys */ readonly all: readonly ["mutation", "functiongraph"];
206
- /** Create functionGraph mutation key */ readonly create: () => readonly ["mutation", "functiongraph", "create"];
207
- /** Update functionGraph mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraph", "update", string | number];
208
- /** Delete functionGraph mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraph", "delete", string | number];
209
- };
210
- export declare const functionGraphExecutionNodeStateMutationKeys: {
211
- /** All functionGraphExecutionNodeState mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionnodestate"];
212
- /** Create functionGraphExecutionNodeState mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionnodestate", "create"];
213
- /** Update functionGraphExecutionNodeState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "update", string | number];
214
- /** Delete functionGraphExecutionNodeState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "delete", string | number];
215
- };
216
- export declare const namespaceMutationKeys: {
217
- /** All namespace mutation keys */ readonly all: readonly ["mutation", "namespace"];
218
- /** Create namespace mutation key */ readonly create: () => readonly ["mutation", "namespace", "create"];
219
- /** Update namespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespace", "update", string | number];
220
- /** Delete namespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespace", "delete", string | number];
221
- };
222
- export declare const platformFunctionInvocationMutationKeys: {
223
- /** All platformFunctionInvocation mutation keys */ readonly all: readonly ["mutation", "platformfunctioninvocation"];
224
- /** Create platformFunctionInvocation mutation key */ readonly create: () => readonly ["mutation", "platformfunctioninvocation", "create"];
225
- /** Update platformFunctionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "update", string | number];
226
- /** Delete platformFunctionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "delete", string | number];
227
- };
228
- export declare const functionInvocationMutationKeys: {
229
- /** All functionInvocation mutation keys */ readonly all: readonly ["mutation", "functioninvocation"];
230
- /** Create functionInvocation mutation key */ readonly create: () => readonly ["mutation", "functioninvocation", "create"];
231
- /** Update functionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functioninvocation", "update", string | number];
232
- /** Delete functionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functioninvocation", "delete", string | number];
233
- };
234
- export declare const platformNamespaceEventMutationKeys: {
235
- /** All platformNamespaceEvent mutation keys */ readonly all: readonly ["mutation", "platformnamespaceevent"];
236
- /** Create platformNamespaceEvent mutation key */ readonly create: () => readonly ["mutation", "platformnamespaceevent", "create"];
237
- /** Update platformNamespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "update", string | number];
238
- /** Delete platformNamespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "delete", string | number];
239
- };
240
- export declare const integrationProviderMutationKeys: {
241
- /** All integrationProvider mutation keys */ readonly all: readonly ["mutation", "integrationprovider"];
242
- /** Create integrationProvider mutation key */ readonly create: () => readonly ["mutation", "integrationprovider", "create"];
243
- /** Update integrationProvider mutation key */ readonly update: (id: string | number) => readonly ["mutation", "integrationprovider", "update", string | number];
244
- /** Delete integrationProvider mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "integrationprovider", "delete", string | number];
245
- };
246
- export declare const namespaceEventMutationKeys: {
247
- /** All namespaceEvent mutation keys */ readonly all: readonly ["mutation", "namespaceevent"];
248
- /** Create namespaceEvent mutation key */ readonly create: () => readonly ["mutation", "namespaceevent", "create"];
249
- /** Update namespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespaceevent", "update", string | number];
250
- /** Delete namespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespaceevent", "delete", string | number];
251
- };
252
- export declare const functionGraphExecutionMutationKeys: {
253
- /** All functionGraphExecution mutation keys */ readonly all: readonly ["mutation", "functiongraphexecution"];
254
- /** Create functionGraphExecution mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecution", "create"];
255
- /** Update functionGraphExecution mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecution", "update", string | number];
256
- /** Delete functionGraphExecution mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecution", "delete", string | number];
257
- };
258
- export declare const platformFunctionDefinitionMutationKeys: {
259
- /** All platformFunctionDefinition mutation keys */ readonly all: readonly ["mutation", "platformfunctiondefinition"];
260
- /** Create platformFunctionDefinition mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondefinition", "create"];
261
- /** Update platformFunctionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "update", string | number];
262
- /** Delete platformFunctionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "delete", string | number];
263
- };
264
- export declare const functionDefinitionMutationKeys: {
265
- /** All functionDefinition mutation keys */ readonly all: readonly ["mutation", "functiondefinition"];
266
- /** Create functionDefinition mutation key */ readonly create: () => readonly ["mutation", "functiondefinition", "create"];
267
- /** Update functionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondefinition", "update", string | number];
268
- /** Delete functionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondefinition", "delete", string | number];
269
- };
270
270
  export declare const customMutationKeys: {
271
- /** Mutation key for validateFunctionGraph */ readonly validateFunctionGraph: (identifier?: string) => readonly ["mutation", "validateFunctionGraph", string] | readonly ["mutation", "validateFunctionGraph"];
272
- /** Mutation key for infraInitEmptyRepo */ readonly infraInitEmptyRepo: (identifier?: string) => readonly ["mutation", "infraInitEmptyRepo", string] | readonly ["mutation", "infraInitEmptyRepo"];
273
- /** Mutation key for initEmptyRepo */ readonly initEmptyRepo: (identifier?: string) => readonly ["mutation", "initEmptyRepo", string] | readonly ["mutation", "initEmptyRepo"];
274
- /** Mutation key for importDefinitions */ readonly importDefinitions: (identifier?: string) => readonly ["mutation", "importDefinitions", string] | readonly ["mutation", "importDefinitions"];
275
- /** Mutation key for infraSetDataAtPath */ readonly infraSetDataAtPath: (identifier?: string) => readonly ["mutation", "infraSetDataAtPath", string] | readonly ["mutation", "infraSetDataAtPath"];
276
- /** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
277
- /** Mutation key for copyGraph */ readonly copyGraph: (identifier?: string) => readonly ["mutation", "copyGraph", string] | readonly ["mutation", "copyGraph"];
278
- /** Mutation key for saveGraph */ readonly saveGraph: (identifier?: string) => readonly ["mutation", "saveGraph", string] | readonly ["mutation", "saveGraph"];
271
+ /** Mutation key for addEdge */ readonly addEdge: (identifier?: string) => readonly ["mutation", "addEdge", string] | readonly ["mutation", "addEdge"];
279
272
  /** Mutation key for addEdgeAndSave */ readonly addEdgeAndSave: (identifier?: string) => readonly ["mutation", "addEdgeAndSave", string] | readonly ["mutation", "addEdgeAndSave"];
273
+ /** Mutation key for addNode */ readonly addNode: (identifier?: string) => readonly ["mutation", "addNode", string] | readonly ["mutation", "addNode"];
280
274
  /** Mutation key for addNodeAndSave */ readonly addNodeAndSave: (identifier?: string) => readonly ["mutation", "addNodeAndSave", string] | readonly ["mutation", "addNodeAndSave"];
275
+ /** Mutation key for copyGraph */ readonly copyGraph: (identifier?: string) => readonly ["mutation", "copyGraph", string] | readonly ["mutation", "copyGraph"];
276
+ /** Mutation key for importDefinitions */ readonly importDefinitions: (identifier?: string) => readonly ["mutation", "importDefinitions", string] | readonly ["mutation", "importDefinitions"];
281
277
  /** Mutation key for importGraphJson */ readonly importGraphJson: (identifier?: string) => readonly ["mutation", "importGraphJson", string] | readonly ["mutation", "importGraphJson"];
282
- /** Mutation key for addEdge */ readonly addEdge: (identifier?: string) => readonly ["mutation", "addEdge", string] | readonly ["mutation", "addEdge"];
283
- /** Mutation key for addNode */ readonly addNode: (identifier?: string) => readonly ["mutation", "addNode", string] | readonly ["mutation", "addNode"];
278
+ /** Mutation key for infraInitEmptyRepo */ readonly infraInitEmptyRepo: (identifier?: string) => readonly ["mutation", "infraInitEmptyRepo", string] | readonly ["mutation", "infraInitEmptyRepo"];
284
279
  /** Mutation key for infraInsertNodeAtPath */ readonly infraInsertNodeAtPath: (identifier?: string) => readonly ["mutation", "infraInsertNodeAtPath", string] | readonly ["mutation", "infraInsertNodeAtPath"];
280
+ /** Mutation key for infraSetDataAtPath */ readonly infraSetDataAtPath: (identifier?: string) => readonly ["mutation", "infraSetDataAtPath", string] | readonly ["mutation", "infraSetDataAtPath"];
281
+ /** Mutation key for initEmptyRepo */ readonly initEmptyRepo: (identifier?: string) => readonly ["mutation", "initEmptyRepo", string] | readonly ["mutation", "initEmptyRepo"];
285
282
  /** Mutation key for insertNodeAtPath */ readonly insertNodeAtPath: (identifier?: string) => readonly ["mutation", "insertNodeAtPath", string] | readonly ["mutation", "insertNodeAtPath"];
286
- /** Mutation key for startExecution */ readonly startExecution: (identifier?: string) => readonly ["mutation", "startExecution", string] | readonly ["mutation", "startExecution"];
287
283
  /** Mutation key for provisionBucket */ readonly provisionBucket: (identifier?: string) => readonly ["mutation", "provisionBucket", string] | readonly ["mutation", "provisionBucket"];
284
+ /** Mutation key for saveGraph */ readonly saveGraph: (identifier?: string) => readonly ["mutation", "saveGraph", string] | readonly ["mutation", "saveGraph"];
285
+ /** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
286
+ /** Mutation key for startExecution */ readonly startExecution: (identifier?: string) => readonly ["mutation", "startExecution", string] | readonly ["mutation", "startExecution"];
287
+ /** Mutation key for validateFunctionGraph */ readonly validateFunctionGraph: (identifier?: string) => readonly ["mutation", "validateFunctionGraph", string] | readonly ["mutation", "validateFunctionGraph"];
288
288
  };
289
289
  /**
290
290
 
@@ -309,11 +309,95 @@ export declare const customMutationKeys: {
309
309
  * ```
310
310
  */
311
311
  export declare const mutationKeys: {
312
- readonly infraGetAllRecord: {
313
- /** All infraGetAllRecord mutation keys */ readonly all: readonly ["mutation", "infragetallrecord"];
314
- /** Create infraGetAllRecord mutation key */ readonly create: () => readonly ["mutation", "infragetallrecord", "create"];
315
- /** Update infraGetAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infragetallrecord", "update", string | number];
316
- /** Delete infraGetAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infragetallrecord", "delete", string | number];
312
+ readonly dbPreset: {
313
+ /** All dbPreset mutation keys */ readonly all: readonly ["mutation", "dbpreset"];
314
+ /** Create dbPreset mutation key */ readonly create: () => readonly ["mutation", "dbpreset", "create"];
315
+ /** Update dbPreset mutation key */ readonly update: (id: string | number) => readonly ["mutation", "dbpreset", "update", string | number];
316
+ /** Delete dbPreset mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "dbpreset", "delete", string | number];
317
+ };
318
+ readonly functionApiBinding: {
319
+ /** All functionApiBinding mutation keys */ readonly all: readonly ["mutation", "functionapibinding"];
320
+ /** Create functionApiBinding mutation key */ readonly create: () => readonly ["mutation", "functionapibinding", "create"];
321
+ /** Update functionApiBinding mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionapibinding", "update", string | number];
322
+ /** Delete functionApiBinding mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionapibinding", "delete", string | number];
323
+ };
324
+ readonly functionDefinition: {
325
+ /** All functionDefinition mutation keys */ readonly all: readonly ["mutation", "functiondefinition"];
326
+ /** Create functionDefinition mutation key */ readonly create: () => readonly ["mutation", "functiondefinition", "create"];
327
+ /** Update functionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondefinition", "update", string | number];
328
+ /** Delete functionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondefinition", "delete", string | number];
329
+ };
330
+ readonly functionDeployment: {
331
+ /** All functionDeployment mutation keys */ readonly all: readonly ["mutation", "functiondeployment"];
332
+ /** Create functionDeployment mutation key */ readonly create: () => readonly ["mutation", "functiondeployment", "create"];
333
+ /** Update functionDeployment mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeployment", "update", string | number];
334
+ /** Delete functionDeployment mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeployment", "delete", string | number];
335
+ };
336
+ readonly functionDeploymentEvent: {
337
+ /** All functionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "functiondeploymentevent"];
338
+ /** Create functionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "functiondeploymentevent", "create"];
339
+ /** Update functionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "update", string | number];
340
+ /** Delete functionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "delete", string | number];
341
+ };
342
+ readonly functionExecutionLog: {
343
+ /** All functionExecutionLog mutation keys */ readonly all: readonly ["mutation", "functionexecutionlog"];
344
+ /** Create functionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "functionexecutionlog", "create"];
345
+ /** Update functionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionexecutionlog", "update", string | number];
346
+ /** Delete functionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionexecutionlog", "delete", string | number];
347
+ };
348
+ readonly functionGraphCommit: {
349
+ /** All functionGraphCommit mutation keys */ readonly all: readonly ["mutation", "functiongraphcommit"];
350
+ /** Create functionGraphCommit mutation key */ readonly create: () => readonly ["mutation", "functiongraphcommit", "create"];
351
+ /** Update functionGraphCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphcommit", "update", string | number];
352
+ /** Delete functionGraphCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphcommit", "delete", string | number];
353
+ };
354
+ readonly functionGraph: {
355
+ /** All functionGraph mutation keys */ readonly all: readonly ["mutation", "functiongraph"];
356
+ /** Create functionGraph mutation key */ readonly create: () => readonly ["mutation", "functiongraph", "create"];
357
+ /** Update functionGraph mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraph", "update", string | number];
358
+ /** Delete functionGraph mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraph", "delete", string | number];
359
+ };
360
+ readonly functionGraphExecution: {
361
+ /** All functionGraphExecution mutation keys */ readonly all: readonly ["mutation", "functiongraphexecution"];
362
+ /** Create functionGraphExecution mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecution", "create"];
363
+ /** Update functionGraphExecution mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecution", "update", string | number];
364
+ /** Delete functionGraphExecution mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecution", "delete", string | number];
365
+ };
366
+ readonly functionGraphExecutionNodeState: {
367
+ /** All functionGraphExecutionNodeState mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionnodestate"];
368
+ /** Create functionGraphExecutionNodeState mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionnodestate", "create"];
369
+ /** Update functionGraphExecutionNodeState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "update", string | number];
370
+ /** Delete functionGraphExecutionNodeState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "delete", string | number];
371
+ };
372
+ readonly functionGraphExecutionOutput: {
373
+ /** All functionGraphExecutionOutput mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionoutput"];
374
+ /** Create functionGraphExecutionOutput mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionoutput", "create"];
375
+ /** Update functionGraphExecutionOutput mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionoutput", "update", string | number];
376
+ /** Delete functionGraphExecutionOutput mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionoutput", "delete", string | number];
377
+ };
378
+ readonly functionGraphObject: {
379
+ /** All functionGraphObject mutation keys */ readonly all: readonly ["mutation", "functiongraphobject"];
380
+ /** Create functionGraphObject mutation key */ readonly create: () => readonly ["mutation", "functiongraphobject", "create"];
381
+ /** Update functionGraphObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphobject", "update", string | number];
382
+ /** Delete functionGraphObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphobject", "delete", string | number];
383
+ };
384
+ readonly functionGraphRef: {
385
+ /** All functionGraphRef mutation keys */ readonly all: readonly ["mutation", "functiongraphref"];
386
+ /** Create functionGraphRef mutation key */ readonly create: () => readonly ["mutation", "functiongraphref", "create"];
387
+ /** Update functionGraphRef mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphref", "update", string | number];
388
+ /** Delete functionGraphRef mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphref", "delete", string | number];
389
+ };
390
+ readonly functionGraphStore: {
391
+ /** All functionGraphStore mutation keys */ readonly all: readonly ["mutation", "functiongraphstore"];
392
+ /** Create functionGraphStore mutation key */ readonly create: () => readonly ["mutation", "functiongraphstore", "create"];
393
+ /** Update functionGraphStore mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphstore", "update", string | number];
394
+ /** Delete functionGraphStore mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphstore", "delete", string | number];
395
+ };
396
+ readonly functionInvocation: {
397
+ /** All functionInvocation mutation keys */ readonly all: readonly ["mutation", "functioninvocation"];
398
+ /** Create functionInvocation mutation key */ readonly create: () => readonly ["mutation", "functioninvocation", "create"];
399
+ /** Update functionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functioninvocation", "update", string | number];
400
+ /** Delete functionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functioninvocation", "delete", string | number];
317
401
  };
318
402
  readonly getAllRecord: {
319
403
  /** All getAllRecord mutation keys */ readonly all: readonly ["mutation", "getallrecord"];
@@ -321,6 +405,24 @@ export declare const mutationKeys: {
321
405
  /** Update getAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "getallrecord", "update", string | number];
322
406
  /** Delete getAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "getallrecord", "delete", string | number];
323
407
  };
408
+ readonly infraCommit: {
409
+ /** All infraCommit mutation keys */ readonly all: readonly ["mutation", "infracommit"];
410
+ /** Create infraCommit mutation key */ readonly create: () => readonly ["mutation", "infracommit", "create"];
411
+ /** Update infraCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infracommit", "update", string | number];
412
+ /** Delete infraCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infracommit", "delete", string | number];
413
+ };
414
+ readonly infraGetAllRecord: {
415
+ /** All infraGetAllRecord mutation keys */ readonly all: readonly ["mutation", "infragetallrecord"];
416
+ /** Create infraGetAllRecord mutation key */ readonly create: () => readonly ["mutation", "infragetallrecord", "create"];
417
+ /** Update infraGetAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infragetallrecord", "update", string | number];
418
+ /** Delete infraGetAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infragetallrecord", "delete", string | number];
419
+ };
420
+ readonly infraObject: {
421
+ /** All infraObject mutation keys */ readonly all: readonly ["mutation", "infraobject"];
422
+ /** Create infraObject mutation key */ readonly create: () => readonly ["mutation", "infraobject", "create"];
423
+ /** Update infraObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infraobject", "update", string | number];
424
+ /** Delete infraObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infraobject", "delete", string | number];
425
+ };
324
426
  readonly infraRef: {
325
427
  /** All infraRef mutation keys */ readonly all: readonly ["mutation", "infraref"];
326
428
  /** Create infraRef mutation key */ readonly create: () => readonly ["mutation", "infraref", "create"];
@@ -333,23 +435,23 @@ export declare const mutationKeys: {
333
435
  /** Update infraStore mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infrastore", "update", string | number];
334
436
  /** Delete infraStore mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infrastore", "delete", string | number];
335
437
  };
336
- readonly functionApiBinding: {
337
- /** All functionApiBinding mutation keys */ readonly all: readonly ["mutation", "functionapibinding"];
338
- /** Create functionApiBinding mutation key */ readonly create: () => readonly ["mutation", "functionapibinding", "create"];
339
- /** Update functionApiBinding mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionapibinding", "update", string | number];
340
- /** Delete functionApiBinding mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionapibinding", "delete", string | number];
438
+ readonly integrationProvider: {
439
+ /** All integrationProvider mutation keys */ readonly all: readonly ["mutation", "integrationprovider"];
440
+ /** Create integrationProvider mutation key */ readonly create: () => readonly ["mutation", "integrationprovider", "create"];
441
+ /** Update integrationProvider mutation key */ readonly update: (id: string | number) => readonly ["mutation", "integrationprovider", "update", string | number];
442
+ /** Delete integrationProvider mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "integrationprovider", "delete", string | number];
341
443
  };
342
- readonly functionGraphRef: {
343
- /** All functionGraphRef mutation keys */ readonly all: readonly ["mutation", "functiongraphref"];
344
- /** Create functionGraphRef mutation key */ readonly create: () => readonly ["mutation", "functiongraphref", "create"];
345
- /** Update functionGraphRef mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphref", "update", string | number];
346
- /** Delete functionGraphRef mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphref", "delete", string | number];
444
+ readonly namespace: {
445
+ /** All namespace mutation keys */ readonly all: readonly ["mutation", "namespace"];
446
+ /** Create namespace mutation key */ readonly create: () => readonly ["mutation", "namespace", "create"];
447
+ /** Update namespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespace", "update", string | number];
448
+ /** Delete namespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespace", "delete", string | number];
347
449
  };
348
- readonly functionGraphStore: {
349
- /** All functionGraphStore mutation keys */ readonly all: readonly ["mutation", "functiongraphstore"];
350
- /** Create functionGraphStore mutation key */ readonly create: () => readonly ["mutation", "functiongraphstore", "create"];
351
- /** Update functionGraphStore mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphstore", "update", string | number];
352
- /** Delete functionGraphStore mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphstore", "delete", string | number];
450
+ readonly namespaceEvent: {
451
+ /** All namespaceEvent mutation keys */ readonly all: readonly ["mutation", "namespaceevent"];
452
+ /** Create namespaceEvent mutation key */ readonly create: () => readonly ["mutation", "namespaceevent", "create"];
453
+ /** Update namespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespaceevent", "update", string | number];
454
+ /** Delete namespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespaceevent", "delete", string | number];
353
455
  };
354
456
  readonly platformFunctionApiBinding: {
355
457
  /** All platformFunctionApiBinding mutation keys */ readonly all: readonly ["mutation", "platformfunctionapibinding"];
@@ -357,23 +459,11 @@ export declare const mutationKeys: {
357
459
  /** Update platformFunctionApiBinding mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctionapibinding", "update", string | number];
358
460
  /** Delete platformFunctionApiBinding mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctionapibinding", "delete", string | number];
359
461
  };
360
- readonly platformResourcesRequirementsState: {
361
- /** All platformResourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "platformresourcesrequirementsstate"];
362
- /** Create platformResourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "platformresourcesrequirementsstate", "create"];
363
- /** Update platformResourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcesrequirementsstate", "update", string | number];
364
- /** Delete platformResourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcesrequirementsstate", "delete", string | number];
365
- };
366
- readonly resourcesRequirementsState: {
367
- /** All resourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "resourcesrequirementsstate"];
368
- /** Create resourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "resourcesrequirementsstate", "create"];
369
- /** Update resourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "update", string | number];
370
- /** Delete resourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "delete", string | number];
371
- };
372
- readonly platformResourceStatusCheck: {
373
- /** All platformResourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "platformresourcestatuscheck"];
374
- /** Create platformResourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "platformresourcestatuscheck", "create"];
375
- /** Update platformResourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "update", string | number];
376
- /** Delete platformResourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "delete", string | number];
462
+ readonly platformFunctionDefinition: {
463
+ /** All platformFunctionDefinition mutation keys */ readonly all: readonly ["mutation", "platformfunctiondefinition"];
464
+ /** Create platformFunctionDefinition mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondefinition", "create"];
465
+ /** Update platformFunctionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "update", string | number];
466
+ /** Delete platformFunctionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "delete", string | number];
377
467
  };
378
468
  readonly platformFunctionDeployment: {
379
469
  /** All platformFunctionDeployment mutation keys */ readonly all: readonly ["mutation", "platformfunctiondeployment"];
@@ -381,6 +471,36 @@ export declare const mutationKeys: {
381
471
  /** Update platformFunctionDeployment mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondeployment", "update", string | number];
382
472
  /** Delete platformFunctionDeployment mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondeployment", "delete", string | number];
383
473
  };
474
+ readonly platformFunctionDeploymentEvent: {
475
+ /** All platformFunctionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "platformfunctiondeploymentevent"];
476
+ /** Create platformFunctionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondeploymentevent", "create"];
477
+ /** Update platformFunctionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "update", string | number];
478
+ /** Delete platformFunctionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "delete", string | number];
479
+ };
480
+ readonly platformFunctionExecutionLog: {
481
+ /** All platformFunctionExecutionLog mutation keys */ readonly all: readonly ["mutation", "platformfunctionexecutionlog"];
482
+ /** Create platformFunctionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "platformfunctionexecutionlog", "create"];
483
+ /** Update platformFunctionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "update", string | number];
484
+ /** Delete platformFunctionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "delete", string | number];
485
+ };
486
+ readonly platformFunctionInvocation: {
487
+ /** All platformFunctionInvocation mutation keys */ readonly all: readonly ["mutation", "platformfunctioninvocation"];
488
+ /** Create platformFunctionInvocation mutation key */ readonly create: () => readonly ["mutation", "platformfunctioninvocation", "create"];
489
+ /** Update platformFunctionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "update", string | number];
490
+ /** Delete platformFunctionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "delete", string | number];
491
+ };
492
+ readonly platformNamespace: {
493
+ /** All platformNamespace mutation keys */ readonly all: readonly ["mutation", "platformnamespace"];
494
+ /** Create platformNamespace mutation key */ readonly create: () => readonly ["mutation", "platformnamespace", "create"];
495
+ /** Update platformNamespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespace", "update", string | number];
496
+ /** Delete platformNamespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespace", "delete", string | number];
497
+ };
498
+ readonly platformNamespaceEvent: {
499
+ /** All platformNamespaceEvent mutation keys */ readonly all: readonly ["mutation", "platformnamespaceevent"];
500
+ /** Create platformNamespaceEvent mutation key */ readonly create: () => readonly ["mutation", "platformnamespaceevent", "create"];
501
+ /** Update platformNamespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "update", string | number];
502
+ /** Delete platformNamespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "delete", string | number];
503
+ };
384
504
  readonly platformResource: {
385
505
  /** All platformResource mutation keys */ readonly all: readonly ["mutation", "platformresource"];
386
506
  /** Create platformResource mutation key */ readonly create: () => readonly ["mutation", "platformresource", "create"];
@@ -393,41 +513,29 @@ export declare const mutationKeys: {
393
513
  /** Update platformResourceDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcedefinition", "update", string | number];
394
514
  /** Delete platformResourceDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcedefinition", "delete", string | number];
395
515
  };
396
- readonly infraObject: {
397
- /** All infraObject mutation keys */ readonly all: readonly ["mutation", "infraobject"];
398
- /** Create infraObject mutation key */ readonly create: () => readonly ["mutation", "infraobject", "create"];
399
- /** Update infraObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infraobject", "update", string | number];
400
- /** Delete infraObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infraobject", "delete", string | number];
401
- };
402
- readonly functionGraphObject: {
403
- /** All functionGraphObject mutation keys */ readonly all: readonly ["mutation", "functiongraphobject"];
404
- /** Create functionGraphObject mutation key */ readonly create: () => readonly ["mutation", "functiongraphobject", "create"];
405
- /** Update functionGraphObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphobject", "update", string | number];
406
- /** Delete functionGraphObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphobject", "delete", string | number];
407
- };
408
- readonly platformFunctionDeploymentEvent: {
409
- /** All platformFunctionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "platformfunctiondeploymentevent"];
410
- /** Create platformFunctionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondeploymentevent", "create"];
411
- /** Update platformFunctionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "update", string | number];
412
- /** Delete platformFunctionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "delete", string | number];
413
- };
414
516
  readonly platformResourceEvent: {
415
517
  /** All platformResourceEvent mutation keys */ readonly all: readonly ["mutation", "platformresourceevent"];
416
518
  /** Create platformResourceEvent mutation key */ readonly create: () => readonly ["mutation", "platformresourceevent", "create"];
417
519
  /** Update platformResourceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourceevent", "update", string | number];
418
520
  /** Delete platformResourceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourceevent", "delete", string | number];
419
521
  };
420
- readonly resourceStatusCheck: {
421
- /** All resourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "resourcestatuscheck"];
422
- /** Create resourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "resourcestatuscheck", "create"];
423
- /** Update resourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcestatuscheck", "update", string | number];
424
- /** Delete resourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcestatuscheck", "delete", string | number];
522
+ readonly platformResourceStatusCheck: {
523
+ /** All platformResourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "platformresourcestatuscheck"];
524
+ /** Create platformResourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "platformresourcestatuscheck", "create"];
525
+ /** Update platformResourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "update", string | number];
526
+ /** Delete platformResourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "delete", string | number];
425
527
  };
426
- readonly functionDeployment: {
427
- /** All functionDeployment mutation keys */ readonly all: readonly ["mutation", "functiondeployment"];
428
- /** Create functionDeployment mutation key */ readonly create: () => readonly ["mutation", "functiondeployment", "create"];
429
- /** Update functionDeployment mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeployment", "update", string | number];
430
- /** Delete functionDeployment mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeployment", "delete", string | number];
528
+ readonly platformResourcesRequirementsState: {
529
+ /** All platformResourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "platformresourcesrequirementsstate"];
530
+ /** Create platformResourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "platformresourcesrequirementsstate", "create"];
531
+ /** Update platformResourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcesrequirementsstate", "update", string | number];
532
+ /** Delete platformResourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcesrequirementsstate", "delete", string | number];
533
+ };
534
+ readonly platformResourcesResolvedRequirement: {
535
+ /** All platformResourcesResolvedRequirement mutation keys */ readonly all: readonly ["mutation", "platformresourcesresolvedrequirement"];
536
+ /** Create platformResourcesResolvedRequirement mutation key */ readonly create: () => readonly ["mutation", "platformresourcesresolvedrequirement", "create"];
537
+ /** Update platformResourcesResolvedRequirement mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcesresolvedrequirement", "update", string | number];
538
+ /** Delete platformResourcesResolvedRequirement mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcesresolvedrequirement", "delete", string | number];
431
539
  };
432
540
  readonly resource: {
433
541
  /** All resource mutation keys */ readonly all: readonly ["mutation", "resource"];
@@ -441,53 +549,23 @@ export declare const mutationKeys: {
441
549
  /** Update resourceDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcedefinition", "update", string | number];
442
550
  /** Delete resourceDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcedefinition", "delete", string | number];
443
551
  };
444
- readonly functionDeploymentEvent: {
445
- /** All functionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "functiondeploymentevent"];
446
- /** Create functionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "functiondeploymentevent", "create"];
447
- /** Update functionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "update", string | number];
448
- /** Delete functionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "delete", string | number];
449
- };
450
- readonly platformFunctionExecutionLog: {
451
- /** All platformFunctionExecutionLog mutation keys */ readonly all: readonly ["mutation", "platformfunctionexecutionlog"];
452
- /** Create platformFunctionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "platformfunctionexecutionlog", "create"];
453
- /** Update platformFunctionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "update", string | number];
454
- /** Delete platformFunctionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "delete", string | number];
455
- };
456
552
  readonly resourceEvent: {
457
553
  /** All resourceEvent mutation keys */ readonly all: readonly ["mutation", "resourceevent"];
458
554
  /** Create resourceEvent mutation key */ readonly create: () => readonly ["mutation", "resourceevent", "create"];
459
555
  /** Update resourceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourceevent", "update", string | number];
460
556
  /** Delete resourceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourceevent", "delete", string | number];
461
557
  };
462
- readonly functionGraphExecutionOutput: {
463
- /** All functionGraphExecutionOutput mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionoutput"];
464
- /** Create functionGraphExecutionOutput mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionoutput", "create"];
465
- /** Update functionGraphExecutionOutput mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionoutput", "update", string | number];
466
- /** Delete functionGraphExecutionOutput mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionoutput", "delete", string | number];
467
- };
468
- readonly infraCommit: {
469
- /** All infraCommit mutation keys */ readonly all: readonly ["mutation", "infracommit"];
470
- /** Create infraCommit mutation key */ readonly create: () => readonly ["mutation", "infracommit", "create"];
471
- /** Update infraCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infracommit", "update", string | number];
472
- /** Delete infraCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infracommit", "delete", string | number];
473
- };
474
- readonly functionGraphCommit: {
475
- /** All functionGraphCommit mutation keys */ readonly all: readonly ["mutation", "functiongraphcommit"];
476
- /** Create functionGraphCommit mutation key */ readonly create: () => readonly ["mutation", "functiongraphcommit", "create"];
477
- /** Update functionGraphCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphcommit", "update", string | number];
478
- /** Delete functionGraphCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphcommit", "delete", string | number];
479
- };
480
- readonly functionExecutionLog: {
481
- /** All functionExecutionLog mutation keys */ readonly all: readonly ["mutation", "functionexecutionlog"];
482
- /** Create functionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "functionexecutionlog", "create"];
483
- /** Update functionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionexecutionlog", "update", string | number];
484
- /** Delete functionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionexecutionlog", "delete", string | number];
558
+ readonly resourceStatusCheck: {
559
+ /** All resourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "resourcestatuscheck"];
560
+ /** Create resourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "resourcestatuscheck", "create"];
561
+ /** Update resourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcestatuscheck", "update", string | number];
562
+ /** Delete resourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcestatuscheck", "delete", string | number];
485
563
  };
486
- readonly platformResourcesResolvedRequirement: {
487
- /** All platformResourcesResolvedRequirement mutation keys */ readonly all: readonly ["mutation", "platformresourcesresolvedrequirement"];
488
- /** Create platformResourcesResolvedRequirement mutation key */ readonly create: () => readonly ["mutation", "platformresourcesresolvedrequirement", "create"];
489
- /** Update platformResourcesResolvedRequirement mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcesresolvedrequirement", "update", string | number];
490
- /** Delete platformResourcesResolvedRequirement mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcesresolvedrequirement", "delete", string | number];
564
+ readonly resourcesRequirementsState: {
565
+ /** All resourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "resourcesrequirementsstate"];
566
+ /** Create resourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "resourcesrequirementsstate", "create"];
567
+ /** Update resourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "update", string | number];
568
+ /** Delete resourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "delete", string | number];
491
569
  };
492
570
  readonly resourcesResolvedRequirement: {
493
571
  /** All resourcesResolvedRequirement mutation keys */ readonly all: readonly ["mutation", "resourcesresolvedrequirement"];
@@ -495,101 +573,23 @@ export declare const mutationKeys: {
495
573
  /** Update resourcesResolvedRequirement mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcesresolvedrequirement", "update", string | number];
496
574
  /** Delete resourcesResolvedRequirement mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcesresolvedrequirement", "delete", string | number];
497
575
  };
498
- readonly dbPreset: {
499
- /** All dbPreset mutation keys */ readonly all: readonly ["mutation", "dbpreset"];
500
- /** Create dbPreset mutation key */ readonly create: () => readonly ["mutation", "dbpreset", "create"];
501
- /** Update dbPreset mutation key */ readonly update: (id: string | number) => readonly ["mutation", "dbpreset", "update", string | number];
502
- /** Delete dbPreset mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "dbpreset", "delete", string | number];
503
- };
504
- readonly platformNamespace: {
505
- /** All platformNamespace mutation keys */ readonly all: readonly ["mutation", "platformnamespace"];
506
- /** Create platformNamespace mutation key */ readonly create: () => readonly ["mutation", "platformnamespace", "create"];
507
- /** Update platformNamespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespace", "update", string | number];
508
- /** Delete platformNamespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespace", "delete", string | number];
509
- };
510
- readonly functionGraph: {
511
- /** All functionGraph mutation keys */ readonly all: readonly ["mutation", "functiongraph"];
512
- /** Create functionGraph mutation key */ readonly create: () => readonly ["mutation", "functiongraph", "create"];
513
- /** Update functionGraph mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraph", "update", string | number];
514
- /** Delete functionGraph mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraph", "delete", string | number];
515
- };
516
- readonly functionGraphExecutionNodeState: {
517
- /** All functionGraphExecutionNodeState mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionnodestate"];
518
- /** Create functionGraphExecutionNodeState mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionnodestate", "create"];
519
- /** Update functionGraphExecutionNodeState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "update", string | number];
520
- /** Delete functionGraphExecutionNodeState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "delete", string | number];
521
- };
522
- readonly namespace: {
523
- /** All namespace mutation keys */ readonly all: readonly ["mutation", "namespace"];
524
- /** Create namespace mutation key */ readonly create: () => readonly ["mutation", "namespace", "create"];
525
- /** Update namespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespace", "update", string | number];
526
- /** Delete namespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespace", "delete", string | number];
527
- };
528
- readonly platformFunctionInvocation: {
529
- /** All platformFunctionInvocation mutation keys */ readonly all: readonly ["mutation", "platformfunctioninvocation"];
530
- /** Create platformFunctionInvocation mutation key */ readonly create: () => readonly ["mutation", "platformfunctioninvocation", "create"];
531
- /** Update platformFunctionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "update", string | number];
532
- /** Delete platformFunctionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "delete", string | number];
533
- };
534
- readonly functionInvocation: {
535
- /** All functionInvocation mutation keys */ readonly all: readonly ["mutation", "functioninvocation"];
536
- /** Create functionInvocation mutation key */ readonly create: () => readonly ["mutation", "functioninvocation", "create"];
537
- /** Update functionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functioninvocation", "update", string | number];
538
- /** Delete functionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functioninvocation", "delete", string | number];
539
- };
540
- readonly platformNamespaceEvent: {
541
- /** All platformNamespaceEvent mutation keys */ readonly all: readonly ["mutation", "platformnamespaceevent"];
542
- /** Create platformNamespaceEvent mutation key */ readonly create: () => readonly ["mutation", "platformnamespaceevent", "create"];
543
- /** Update platformNamespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "update", string | number];
544
- /** Delete platformNamespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "delete", string | number];
545
- };
546
- readonly integrationProvider: {
547
- /** All integrationProvider mutation keys */ readonly all: readonly ["mutation", "integrationprovider"];
548
- /** Create integrationProvider mutation key */ readonly create: () => readonly ["mutation", "integrationprovider", "create"];
549
- /** Update integrationProvider mutation key */ readonly update: (id: string | number) => readonly ["mutation", "integrationprovider", "update", string | number];
550
- /** Delete integrationProvider mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "integrationprovider", "delete", string | number];
551
- };
552
- readonly namespaceEvent: {
553
- /** All namespaceEvent mutation keys */ readonly all: readonly ["mutation", "namespaceevent"];
554
- /** Create namespaceEvent mutation key */ readonly create: () => readonly ["mutation", "namespaceevent", "create"];
555
- /** Update namespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespaceevent", "update", string | number];
556
- /** Delete namespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespaceevent", "delete", string | number];
557
- };
558
- readonly functionGraphExecution: {
559
- /** All functionGraphExecution mutation keys */ readonly all: readonly ["mutation", "functiongraphexecution"];
560
- /** Create functionGraphExecution mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecution", "create"];
561
- /** Update functionGraphExecution mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecution", "update", string | number];
562
- /** Delete functionGraphExecution mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecution", "delete", string | number];
563
- };
564
- readonly platformFunctionDefinition: {
565
- /** All platformFunctionDefinition mutation keys */ readonly all: readonly ["mutation", "platformfunctiondefinition"];
566
- /** Create platformFunctionDefinition mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondefinition", "create"];
567
- /** Update platformFunctionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "update", string | number];
568
- /** Delete platformFunctionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "delete", string | number];
569
- };
570
- readonly functionDefinition: {
571
- /** All functionDefinition mutation keys */ readonly all: readonly ["mutation", "functiondefinition"];
572
- /** Create functionDefinition mutation key */ readonly create: () => readonly ["mutation", "functiondefinition", "create"];
573
- /** Update functionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondefinition", "update", string | number];
574
- /** Delete functionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondefinition", "delete", string | number];
575
- };
576
576
  readonly custom: {
577
- /** Mutation key for validateFunctionGraph */ readonly validateFunctionGraph: (identifier?: string) => readonly ["mutation", "validateFunctionGraph", string] | readonly ["mutation", "validateFunctionGraph"];
578
- /** Mutation key for infraInitEmptyRepo */ readonly infraInitEmptyRepo: (identifier?: string) => readonly ["mutation", "infraInitEmptyRepo", string] | readonly ["mutation", "infraInitEmptyRepo"];
579
- /** Mutation key for initEmptyRepo */ readonly initEmptyRepo: (identifier?: string) => readonly ["mutation", "initEmptyRepo", string] | readonly ["mutation", "initEmptyRepo"];
580
- /** Mutation key for importDefinitions */ readonly importDefinitions: (identifier?: string) => readonly ["mutation", "importDefinitions", string] | readonly ["mutation", "importDefinitions"];
581
- /** Mutation key for infraSetDataAtPath */ readonly infraSetDataAtPath: (identifier?: string) => readonly ["mutation", "infraSetDataAtPath", string] | readonly ["mutation", "infraSetDataAtPath"];
582
- /** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
583
- /** Mutation key for copyGraph */ readonly copyGraph: (identifier?: string) => readonly ["mutation", "copyGraph", string] | readonly ["mutation", "copyGraph"];
584
- /** Mutation key for saveGraph */ readonly saveGraph: (identifier?: string) => readonly ["mutation", "saveGraph", string] | readonly ["mutation", "saveGraph"];
577
+ /** Mutation key for addEdge */ readonly addEdge: (identifier?: string) => readonly ["mutation", "addEdge", string] | readonly ["mutation", "addEdge"];
585
578
  /** Mutation key for addEdgeAndSave */ readonly addEdgeAndSave: (identifier?: string) => readonly ["mutation", "addEdgeAndSave", string] | readonly ["mutation", "addEdgeAndSave"];
579
+ /** Mutation key for addNode */ readonly addNode: (identifier?: string) => readonly ["mutation", "addNode", string] | readonly ["mutation", "addNode"];
586
580
  /** Mutation key for addNodeAndSave */ readonly addNodeAndSave: (identifier?: string) => readonly ["mutation", "addNodeAndSave", string] | readonly ["mutation", "addNodeAndSave"];
581
+ /** Mutation key for copyGraph */ readonly copyGraph: (identifier?: string) => readonly ["mutation", "copyGraph", string] | readonly ["mutation", "copyGraph"];
582
+ /** Mutation key for importDefinitions */ readonly importDefinitions: (identifier?: string) => readonly ["mutation", "importDefinitions", string] | readonly ["mutation", "importDefinitions"];
587
583
  /** Mutation key for importGraphJson */ readonly importGraphJson: (identifier?: string) => readonly ["mutation", "importGraphJson", string] | readonly ["mutation", "importGraphJson"];
588
- /** Mutation key for addEdge */ readonly addEdge: (identifier?: string) => readonly ["mutation", "addEdge", string] | readonly ["mutation", "addEdge"];
589
- /** Mutation key for addNode */ readonly addNode: (identifier?: string) => readonly ["mutation", "addNode", string] | readonly ["mutation", "addNode"];
584
+ /** Mutation key for infraInitEmptyRepo */ readonly infraInitEmptyRepo: (identifier?: string) => readonly ["mutation", "infraInitEmptyRepo", string] | readonly ["mutation", "infraInitEmptyRepo"];
590
585
  /** Mutation key for infraInsertNodeAtPath */ readonly infraInsertNodeAtPath: (identifier?: string) => readonly ["mutation", "infraInsertNodeAtPath", string] | readonly ["mutation", "infraInsertNodeAtPath"];
586
+ /** Mutation key for infraSetDataAtPath */ readonly infraSetDataAtPath: (identifier?: string) => readonly ["mutation", "infraSetDataAtPath", string] | readonly ["mutation", "infraSetDataAtPath"];
587
+ /** Mutation key for initEmptyRepo */ readonly initEmptyRepo: (identifier?: string) => readonly ["mutation", "initEmptyRepo", string] | readonly ["mutation", "initEmptyRepo"];
591
588
  /** Mutation key for insertNodeAtPath */ readonly insertNodeAtPath: (identifier?: string) => readonly ["mutation", "insertNodeAtPath", string] | readonly ["mutation", "insertNodeAtPath"];
592
- /** Mutation key for startExecution */ readonly startExecution: (identifier?: string) => readonly ["mutation", "startExecution", string] | readonly ["mutation", "startExecution"];
593
589
  /** Mutation key for provisionBucket */ readonly provisionBucket: (identifier?: string) => readonly ["mutation", "provisionBucket", string] | readonly ["mutation", "provisionBucket"];
590
+ /** Mutation key for saveGraph */ readonly saveGraph: (identifier?: string) => readonly ["mutation", "saveGraph", string] | readonly ["mutation", "saveGraph"];
591
+ /** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
592
+ /** Mutation key for startExecution */ readonly startExecution: (identifier?: string) => readonly ["mutation", "startExecution", string] | readonly ["mutation", "startExecution"];
593
+ /** Mutation key for validateFunctionGraph */ readonly validateFunctionGraph: (identifier?: string) => readonly ["mutation", "validateFunctionGraph", string] | readonly ["mutation", "validateFunctionGraph"];
594
594
  };
595
595
  };