@usesigil/kit 0.15.0 → 0.17.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 (627) hide show
  1. package/README.md +56 -0
  2. package/dist/advanced-analytics.d.ts +3 -2
  3. package/dist/advanced-analytics.d.ts.map +1 -1
  4. package/dist/advanced-analytics.js +9 -42
  5. package/dist/advanced-analytics.js.map +1 -1
  6. package/dist/agent-bootstrap.d.ts +117 -0
  7. package/dist/agent-bootstrap.d.ts.map +1 -0
  8. package/dist/agent-bootstrap.js +211 -0
  9. package/dist/agent-bootstrap.js.map +1 -0
  10. package/dist/agent-errors.d.ts +20 -4
  11. package/dist/agent-errors.d.ts.map +1 -1
  12. package/dist/agent-errors.js +947 -377
  13. package/dist/agent-errors.js.map +1 -1
  14. package/dist/audit-log.d.ts +101 -0
  15. package/dist/audit-log.d.ts.map +1 -0
  16. package/dist/audit-log.js +145 -0
  17. package/dist/audit-log.js.map +1 -0
  18. package/dist/build-unsigned.d.ts +152 -0
  19. package/dist/build-unsigned.d.ts.map +1 -0
  20. package/dist/build-unsigned.js +152 -0
  21. package/dist/build-unsigned.js.map +1 -0
  22. package/dist/caip2-network.d.ts +171 -0
  23. package/dist/caip2-network.d.ts.map +1 -0
  24. package/dist/caip2-network.js +202 -0
  25. package/dist/caip2-network.js.map +1 -0
  26. package/dist/canonical-encode.d.ts +59 -0
  27. package/dist/canonical-encode.d.ts.map +1 -0
  28. package/dist/canonical-encode.js +141 -0
  29. package/dist/canonical-encode.js.map +1 -0
  30. package/dist/cosign-helper.d.ts +264 -0
  31. package/dist/cosign-helper.d.ts.map +1 -0
  32. package/dist/cosign-helper.js +147 -0
  33. package/dist/cosign-helper.js.map +1 -0
  34. package/dist/create-vault.d.ts +102 -1
  35. package/dist/create-vault.d.ts.map +1 -1
  36. package/dist/create-vault.js +108 -9
  37. package/dist/create-vault.js.map +1 -1
  38. package/dist/dashboard/close-vault.d.ts +110 -0
  39. package/dist/dashboard/close-vault.d.ts.map +1 -0
  40. package/dist/dashboard/close-vault.js +165 -0
  41. package/dist/dashboard/close-vault.js.map +1 -0
  42. package/dist/dashboard/errors.d.ts +37 -0
  43. package/dist/dashboard/errors.d.ts.map +1 -1
  44. package/dist/dashboard/errors.js +81 -1
  45. package/dist/dashboard/errors.js.map +1 -1
  46. package/dist/dashboard/from-json.d.ts.map +1 -1
  47. package/dist/dashboard/from-json.js +1 -2
  48. package/dist/dashboard/from-json.js.map +1 -1
  49. package/dist/dashboard/index.d.ts +204 -31
  50. package/dist/dashboard/index.d.ts.map +1 -1
  51. package/dist/dashboard/index.js +290 -49
  52. package/dist/dashboard/index.js.map +1 -1
  53. package/dist/dashboard/mutations.d.ts +160 -10
  54. package/dist/dashboard/mutations.d.ts.map +1 -1
  55. package/dist/dashboard/mutations.js +584 -66
  56. package/dist/dashboard/mutations.js.map +1 -1
  57. package/dist/dashboard/post-assertion-validation.d.ts +88 -0
  58. package/dist/dashboard/post-assertion-validation.d.ts.map +1 -0
  59. package/dist/dashboard/post-assertion-validation.js +312 -0
  60. package/dist/dashboard/post-assertion-validation.js.map +1 -0
  61. package/dist/dashboard/reads.d.ts +92 -1
  62. package/dist/dashboard/reads.d.ts.map +1 -1
  63. package/dist/dashboard/reads.js +244 -26
  64. package/dist/dashboard/reads.js.map +1 -1
  65. package/dist/dashboard/types.d.ts +172 -21
  66. package/dist/dashboard/types.d.ts.map +1 -1
  67. package/dist/errors/agent-errors.generated.d.ts +21 -0
  68. package/dist/errors/agent-errors.generated.d.ts.map +1 -0
  69. package/dist/errors/agent-errors.generated.js +133 -0
  70. package/dist/errors/agent-errors.generated.js.map +1 -0
  71. package/dist/errors/codes.d.ts +21 -2
  72. package/dist/errors/codes.d.ts.map +1 -1
  73. package/dist/errors/codes.js +20 -1
  74. package/dist/errors/codes.js.map +1 -1
  75. package/dist/errors/context.d.ts +9 -1
  76. package/dist/errors/context.d.ts.map +1 -1
  77. package/dist/event-analytics.d.ts +1 -3
  78. package/dist/event-analytics.d.ts.map +1 -1
  79. package/dist/event-analytics.js +28 -81
  80. package/dist/event-analytics.js.map +1 -1
  81. package/dist/events.d.ts.map +1 -1
  82. package/dist/events.js +23 -13
  83. package/dist/events.js.map +1 -1
  84. package/dist/generated/accounts/agentSpendOverlay.d.ts +60 -0
  85. package/dist/generated/accounts/agentSpendOverlay.d.ts.map +1 -1
  86. package/dist/generated/accounts/agentSpendOverlay.js +6 -2
  87. package/dist/generated/accounts/agentSpendOverlay.js.map +1 -1
  88. package/dist/generated/accounts/agentVault.d.ts +168 -4
  89. package/dist/generated/accounts/agentVault.d.ts.map +1 -1
  90. package/dist/generated/accounts/agentVault.js +11 -3
  91. package/dist/generated/accounts/agentVault.js.map +1 -1
  92. package/dist/generated/accounts/auditLogRejected.d.ts +66 -0
  93. package/dist/generated/accounts/auditLogRejected.d.ts.map +1 -0
  94. package/dist/generated/accounts/auditLogRejected.js +68 -0
  95. package/dist/generated/accounts/auditLogRejected.js.map +1 -0
  96. package/dist/generated/accounts/auditLogSuccess.d.ts +78 -0
  97. package/dist/generated/accounts/auditLogSuccess.d.ts.map +1 -0
  98. package/dist/generated/accounts/auditLogSuccess.js +68 -0
  99. package/dist/generated/accounts/auditLogSuccess.js.map +1 -0
  100. package/dist/generated/accounts/index.d.ts +4 -4
  101. package/dist/generated/accounts/index.d.ts.map +1 -1
  102. package/dist/generated/accounts/index.js +4 -4
  103. package/dist/generated/accounts/index.js.map +1 -1
  104. package/dist/generated/accounts/pendingAgentGrant.d.ts +199 -0
  105. package/dist/generated/accounts/pendingAgentGrant.d.ts.map +1 -0
  106. package/dist/generated/accounts/pendingAgentGrant.js +75 -0
  107. package/dist/generated/accounts/pendingAgentGrant.js.map +1 -0
  108. package/dist/generated/accounts/pendingAgentPermissionsUpdate.d.ts +76 -0
  109. package/dist/generated/accounts/pendingAgentPermissionsUpdate.d.ts.map +1 -1
  110. package/dist/generated/accounts/pendingAgentPermissionsUpdate.js +9 -1
  111. package/dist/generated/accounts/pendingAgentPermissionsUpdate.js.map +1 -1
  112. package/dist/generated/accounts/pendingOwnershipTransfer.d.ts +131 -0
  113. package/dist/generated/accounts/pendingOwnershipTransfer.d.ts.map +1 -0
  114. package/dist/generated/accounts/pendingOwnershipTransfer.js +76 -0
  115. package/dist/generated/accounts/pendingOwnershipTransfer.js.map +1 -0
  116. package/dist/generated/accounts/pendingPolicyUpdate.d.ts +220 -4
  117. package/dist/generated/accounts/pendingPolicyUpdate.d.ts.map +1 -1
  118. package/dist/generated/accounts/pendingPolicyUpdate.js +25 -5
  119. package/dist/generated/accounts/pendingPolicyUpdate.js.map +1 -1
  120. package/dist/generated/accounts/policyConfig.d.ts +495 -34
  121. package/dist/generated/accounts/policyConfig.d.ts.map +1 -1
  122. package/dist/generated/accounts/policyConfig.js +34 -7
  123. package/dist/generated/accounts/policyConfig.js.map +1 -1
  124. package/dist/generated/accounts/postExecutionAssertions.d.ts +2 -2
  125. package/dist/generated/accounts/postExecutionAssertions.d.ts.map +1 -1
  126. package/dist/generated/accounts/postExecutionAssertions.js +3 -3
  127. package/dist/generated/accounts/sessionAuthority.d.ts +154 -12
  128. package/dist/generated/accounts/sessionAuthority.d.ts.map +1 -1
  129. package/dist/generated/accounts/sessionAuthority.js +12 -10
  130. package/dist/generated/accounts/sessionAuthority.js.map +1 -1
  131. package/dist/generated/accounts/spendTracker.d.ts +83 -3
  132. package/dist/generated/accounts/spendTracker.d.ts.map +1 -1
  133. package/dist/generated/accounts/spendTracker.js +14 -2
  134. package/dist/generated/accounts/spendTracker.js.map +1 -1
  135. package/dist/generated/errors/sigil.d.ts +160 -100
  136. package/dist/generated/errors/sigil.d.ts.map +1 -1
  137. package/dist/generated/errors/sigil.js +214 -124
  138. package/dist/generated/errors/sigil.js.map +1 -1
  139. package/dist/generated/event-discriminators.d.ts.map +1 -1
  140. package/dist/generated/event-discriminators.js +11 -13
  141. package/dist/generated/event-discriminators.js.map +1 -1
  142. package/dist/generated/instructions/acceptOwnershipTransfer.d.ts +142 -0
  143. package/dist/generated/instructions/acceptOwnershipTransfer.d.ts.map +1 -0
  144. package/dist/generated/instructions/acceptOwnershipTransfer.js +171 -0
  145. package/dist/generated/instructions/acceptOwnershipTransfer.js.map +1 -0
  146. package/dist/generated/instructions/acceptOwnershipTransferMultisig.d.ts +142 -0
  147. package/dist/generated/instructions/acceptOwnershipTransferMultisig.d.ts.map +1 -0
  148. package/dist/generated/instructions/acceptOwnershipTransferMultisig.js +171 -0
  149. package/dist/generated/instructions/acceptOwnershipTransferMultisig.js.map +1 -0
  150. package/dist/generated/instructions/applyAgentGrant.d.ts +100 -0
  151. package/dist/generated/instructions/applyAgentGrant.d.ts.map +1 -0
  152. package/dist/generated/instructions/{applyConstraintsUpdate.js → applyAgentGrant.js} +66 -42
  153. package/dist/generated/instructions/applyAgentGrant.js.map +1 -0
  154. package/dist/generated/instructions/applyAgentPermissionsUpdate.d.ts +31 -8
  155. package/dist/generated/instructions/applyAgentPermissionsUpdate.d.ts.map +1 -1
  156. package/dist/generated/instructions/applyAgentPermissionsUpdate.js +38 -2
  157. package/dist/generated/instructions/applyAgentPermissionsUpdate.js.map +1 -1
  158. package/dist/generated/instructions/applyPendingPolicy.d.ts +18 -7
  159. package/dist/generated/instructions/applyPendingPolicy.d.ts.map +1 -1
  160. package/dist/generated/instructions/applyPendingPolicy.js +38 -2
  161. package/dist/generated/instructions/applyPendingPolicy.js.map +1 -1
  162. package/dist/generated/instructions/cancelAgentGrant.d.ts +106 -0
  163. package/dist/generated/instructions/cancelAgentGrant.d.ts.map +1 -0
  164. package/dist/generated/instructions/{allocatePendingConstraintsPda.js → cancelAgentGrant.js} +54 -42
  165. package/dist/generated/instructions/cancelAgentGrant.js.map +1 -0
  166. package/dist/generated/instructions/cancelOwnershipTransfer.d.ts +121 -0
  167. package/dist/generated/instructions/cancelOwnershipTransfer.d.ts.map +1 -0
  168. package/dist/generated/instructions/{queueCloseConstraints.js → cancelOwnershipTransfer.js} +58 -44
  169. package/dist/generated/instructions/cancelOwnershipTransfer.js.map +1 -0
  170. package/dist/generated/instructions/closePostAssertions.d.ts +6 -1
  171. package/dist/generated/instructions/closePostAssertions.d.ts.map +1 -1
  172. package/dist/generated/instructions/closePostAssertions.js +11 -3
  173. package/dist/generated/instructions/closePostAssertions.js.map +1 -1
  174. package/dist/generated/instructions/closeVault.d.ts +40 -8
  175. package/dist/generated/instructions/closeVault.d.ts.map +1 -1
  176. package/dist/generated/instructions/closeVault.js +40 -2
  177. package/dist/generated/instructions/closeVault.js.map +1 -1
  178. package/dist/generated/instructions/createPostAssertions.d.ts +4 -0
  179. package/dist/generated/instructions/createPostAssertions.d.ts.map +1 -1
  180. package/dist/generated/instructions/createPostAssertions.js +2 -0
  181. package/dist/generated/instructions/createPostAssertions.js.map +1 -1
  182. package/dist/generated/instructions/depositFunds.d.ts +21 -10
  183. package/dist/generated/instructions/depositFunds.d.ts.map +1 -1
  184. package/dist/generated/instructions/depositFunds.js +37 -2
  185. package/dist/generated/instructions/depositFunds.js.map +1 -1
  186. package/dist/generated/instructions/finalizeSession.d.ts +49 -7
  187. package/dist/generated/instructions/finalizeSession.d.ts.map +1 -1
  188. package/dist/generated/instructions/finalizeSession.js +59 -2
  189. package/dist/generated/instructions/finalizeSession.js.map +1 -1
  190. package/dist/generated/instructions/freezeVault.d.ts +39 -5
  191. package/dist/generated/instructions/freezeVault.d.ts.map +1 -1
  192. package/dist/generated/instructions/freezeVault.js +77 -5
  193. package/dist/generated/instructions/freezeVault.js.map +1 -1
  194. package/dist/generated/instructions/index.d.ts +10 -14
  195. package/dist/generated/instructions/index.d.ts.map +1 -1
  196. package/dist/generated/instructions/index.js +10 -14
  197. package/dist/generated/instructions/index.js.map +1 -1
  198. package/dist/generated/instructions/initializeVault.d.ts +79 -13
  199. package/dist/generated/instructions/initializeVault.d.ts.map +1 -1
  200. package/dist/generated/instructions/initializeVault.js +57 -5
  201. package/dist/generated/instructions/initializeVault.js.map +1 -1
  202. package/dist/generated/instructions/initiateOwnershipTransfer.d.ts +106 -0
  203. package/dist/generated/instructions/initiateOwnershipTransfer.d.ts.map +1 -0
  204. package/dist/generated/instructions/initiateOwnershipTransfer.js +181 -0
  205. package/dist/generated/instructions/initiateOwnershipTransfer.js.map +1 -0
  206. package/dist/generated/instructions/pauseAgent.d.ts +49 -5
  207. package/dist/generated/instructions/pauseAgent.d.ts.map +1 -1
  208. package/dist/generated/instructions/pauseAgent.js +80 -5
  209. package/dist/generated/instructions/pauseAgent.js.map +1 -1
  210. package/dist/generated/instructions/promoteGraylistDestination.d.ts +56 -0
  211. package/dist/generated/instructions/promoteGraylistDestination.d.ts.map +1 -0
  212. package/dist/generated/instructions/{createInstructionConstraints.js → promoteGraylistDestination.js} +23 -40
  213. package/dist/generated/instructions/promoteGraylistDestination.js.map +1 -0
  214. package/dist/generated/instructions/queueAgentGrant.d.ts +113 -0
  215. package/dist/generated/instructions/queueAgentGrant.d.ts.map +1 -0
  216. package/dist/generated/instructions/queueAgentGrant.js +181 -0
  217. package/dist/generated/instructions/queueAgentGrant.js.map +1 -0
  218. package/dist/generated/instructions/queueAgentPermissionsUpdate.d.ts +8 -0
  219. package/dist/generated/instructions/queueAgentPermissionsUpdate.d.ts.map +1 -1
  220. package/dist/generated/instructions/queueAgentPermissionsUpdate.js +4 -0
  221. package/dist/generated/instructions/queueAgentPermissionsUpdate.js.map +1 -1
  222. package/dist/generated/instructions/queuePolicyUpdate.d.ts +40 -8
  223. package/dist/generated/instructions/queuePolicyUpdate.d.ts.map +1 -1
  224. package/dist/generated/instructions/queuePolicyUpdate.js +21 -5
  225. package/dist/generated/instructions/queuePolicyUpdate.js.map +1 -1
  226. package/dist/generated/instructions/reactivateVault.d.ts +71 -5
  227. package/dist/generated/instructions/reactivateVault.d.ts.map +1 -1
  228. package/dist/generated/instructions/reactivateVault.js +80 -5
  229. package/dist/generated/instructions/reactivateVault.js.map +1 -1
  230. package/dist/generated/instructions/recordAgentViolation.d.ts +89 -0
  231. package/dist/generated/instructions/recordAgentViolation.d.ts.map +1 -0
  232. package/dist/generated/instructions/recordAgentViolation.js +152 -0
  233. package/dist/generated/instructions/recordAgentViolation.js.map +1 -0
  234. package/dist/generated/instructions/registerAgent.d.ts +84 -6
  235. package/dist/generated/instructions/registerAgent.d.ts.map +1 -1
  236. package/dist/generated/instructions/registerAgent.js +81 -4
  237. package/dist/generated/instructions/registerAgent.js.map +1 -1
  238. package/dist/generated/instructions/revokeAgent.d.ts +49 -6
  239. package/dist/generated/instructions/revokeAgent.d.ts.map +1 -1
  240. package/dist/generated/instructions/revokeAgent.js +81 -4
  241. package/dist/generated/instructions/revokeAgent.js.map +1 -1
  242. package/dist/generated/instructions/setObserveOnly.d.ts +56 -0
  243. package/dist/generated/instructions/setObserveOnly.d.ts.map +1 -0
  244. package/dist/generated/instructions/setObserveOnly.js +111 -0
  245. package/dist/generated/instructions/setObserveOnly.js.map +1 -0
  246. package/dist/generated/instructions/unpauseAgent.d.ts +46 -5
  247. package/dist/generated/instructions/unpauseAgent.d.ts.map +1 -1
  248. package/dist/generated/instructions/unpauseAgent.js +80 -5
  249. package/dist/generated/instructions/unpauseAgent.js.map +1 -1
  250. package/dist/generated/instructions/validateAndAuthorize.d.ts +29 -0
  251. package/dist/generated/instructions/validateAndAuthorize.d.ts.map +1 -1
  252. package/dist/generated/instructions/validateAndAuthorize.js +4 -0
  253. package/dist/generated/instructions/validateAndAuthorize.js.map +1 -1
  254. package/dist/generated/instructions/withdrawFunds.d.ts +53 -11
  255. package/dist/generated/instructions/withdrawFunds.d.ts.map +1 -1
  256. package/dist/generated/instructions/withdrawFunds.js +51 -2
  257. package/dist/generated/instructions/withdrawFunds.js.map +1 -1
  258. package/dist/generated/programs/sigil.d.ts +79 -95
  259. package/dist/generated/programs/sigil.d.ts.map +1 -1
  260. package/dist/generated/programs/sigil.js +139 -187
  261. package/dist/generated/programs/sigil.js.map +1 -1
  262. package/dist/generated/types/actionAuthorized.d.ts +0 -2
  263. package/dist/generated/types/actionAuthorized.d.ts.map +1 -1
  264. package/dist/generated/types/actionAuthorized.js +0 -2
  265. package/dist/generated/types/actionAuthorized.js.map +1 -1
  266. package/dist/generated/types/agentAutoRevoked.d.ts +31 -0
  267. package/dist/generated/types/agentAutoRevoked.d.ts.map +1 -0
  268. package/dist/generated/types/{pdaAllocated.js → agentAutoRevoked.js} +12 -10
  269. package/dist/generated/types/agentAutoRevoked.js.map +1 -0
  270. package/dist/generated/types/agentEntry.d.ts +48 -0
  271. package/dist/generated/types/agentEntry.d.ts.map +1 -1
  272. package/dist/generated/types/agentEntry.js +4 -2
  273. package/dist/generated/types/agentEntry.js.map +1 -1
  274. package/dist/generated/types/agentGrantApplied.d.ts +38 -0
  275. package/dist/generated/types/agentGrantApplied.d.ts.map +1 -0
  276. package/dist/generated/types/agentGrantApplied.js +34 -0
  277. package/dist/generated/types/agentGrantApplied.js.map +1 -0
  278. package/dist/generated/types/agentGrantCancelled.d.ts +33 -0
  279. package/dist/generated/types/agentGrantCancelled.d.ts.map +1 -0
  280. package/dist/generated/types/agentGrantCancelled.js +28 -0
  281. package/dist/generated/types/agentGrantCancelled.js.map +1 -0
  282. package/dist/generated/types/agentGrantQueued.d.ts +38 -0
  283. package/dist/generated/types/agentGrantQueued.d.ts.map +1 -0
  284. package/dist/generated/types/agentGrantQueued.js +32 -0
  285. package/dist/generated/types/agentGrantQueued.js.map +1 -0
  286. package/dist/generated/types/auditEntry.d.ts +120 -0
  287. package/dist/generated/types/auditEntry.d.ts.map +1 -0
  288. package/dist/generated/types/auditEntry.js +34 -0
  289. package/dist/generated/types/auditEntry.js.map +1 -0
  290. package/dist/generated/types/destinationGraylistEntry.d.ts +32 -0
  291. package/dist/generated/types/destinationGraylistEntry.d.ts.map +1 -0
  292. package/dist/generated/types/destinationGraylistEntry.js +24 -0
  293. package/dist/generated/types/destinationGraylistEntry.js.map +1 -0
  294. package/dist/generated/types/graylistEntered.d.ts +31 -0
  295. package/dist/generated/types/graylistEntered.d.ts.map +1 -0
  296. package/dist/generated/types/graylistEntered.js +30 -0
  297. package/dist/generated/types/graylistEntered.js.map +1 -0
  298. package/dist/generated/types/graylistPromoted.d.ts +29 -0
  299. package/dist/generated/types/graylistPromoted.d.ts.map +1 -0
  300. package/dist/generated/types/graylistPromoted.js +28 -0
  301. package/dist/generated/types/graylistPromoted.js.map +1 -0
  302. package/dist/generated/types/index.d.ts +13 -21
  303. package/dist/generated/types/index.d.ts.map +1 -1
  304. package/dist/generated/types/index.js +13 -21
  305. package/dist/generated/types/index.js.map +1 -1
  306. package/dist/generated/types/observeOnlyChanged.d.ts +33 -0
  307. package/dist/generated/types/observeOnlyChanged.d.ts.map +1 -0
  308. package/dist/generated/types/observeOnlyChanged.js +32 -0
  309. package/dist/generated/types/observeOnlyChanged.js.map +1 -0
  310. package/dist/generated/types/ownershipTransferAccepted.d.ts +32 -0
  311. package/dist/generated/types/ownershipTransferAccepted.d.ts.map +1 -0
  312. package/dist/generated/types/ownershipTransferAccepted.js +30 -0
  313. package/dist/generated/types/ownershipTransferAccepted.js.map +1 -0
  314. package/dist/generated/types/ownershipTransferCancelled.d.ts +29 -0
  315. package/dist/generated/types/ownershipTransferCancelled.d.ts.map +1 -0
  316. package/dist/generated/types/ownershipTransferCancelled.js +28 -0
  317. package/dist/generated/types/ownershipTransferCancelled.js.map +1 -0
  318. package/dist/generated/types/ownershipTransferInitiated.d.ts +33 -0
  319. package/dist/generated/types/ownershipTransferInitiated.d.ts.map +1 -0
  320. package/dist/generated/types/ownershipTransferInitiated.js +30 -0
  321. package/dist/generated/types/ownershipTransferInitiated.js.map +1 -0
  322. package/dist/generated/types/perRecipientCounter.d.ts +61 -0
  323. package/dist/generated/types/perRecipientCounter.d.ts.map +1 -0
  324. package/dist/generated/types/perRecipientCounter.js +26 -0
  325. package/dist/generated/types/perRecipientCounter.js.map +1 -0
  326. package/dist/generated/types/postAssertionEntry.d.ts +14 -7
  327. package/dist/generated/types/postAssertionEntry.d.ts.map +1 -1
  328. package/dist/generated/types/postAssertionEntry.js +5 -7
  329. package/dist/generated/types/postAssertionEntry.js.map +1 -1
  330. package/dist/generated/types/postAssertionEntryZC.d.ts +53 -22
  331. package/dist/generated/types/postAssertionEntryZC.d.ts.map +1 -1
  332. package/dist/generated/types/postAssertionEntryZC.js +4 -6
  333. package/dist/generated/types/postAssertionEntryZC.js.map +1 -1
  334. package/dist/generated/types/sessionFinalized.d.ts +0 -4
  335. package/dist/generated/types/sessionFinalized.d.ts.map +1 -1
  336. package/dist/generated/types/sessionFinalized.js +0 -2
  337. package/dist/generated/types/sessionFinalized.js.map +1 -1
  338. package/dist/generated/types/vaultFrozen.d.ts +26 -0
  339. package/dist/generated/types/vaultFrozen.d.ts.map +1 -1
  340. package/dist/generated/types/vaultFrozen.js +5 -1
  341. package/dist/generated/types/vaultFrozen.js.map +1 -1
  342. package/dist/index.d.ts +35 -6
  343. package/dist/index.d.ts.map +1 -1
  344. package/dist/index.js +81 -7
  345. package/dist/index.js.map +1 -1
  346. package/dist/inscribe.d.ts +0 -4
  347. package/dist/inscribe.d.ts.map +1 -1
  348. package/dist/inscribe.js +0 -1
  349. package/dist/inscribe.js.map +1 -1
  350. package/dist/inspector.d.ts +0 -23
  351. package/dist/inspector.d.ts.map +1 -1
  352. package/dist/inspector.js +0 -52
  353. package/dist/inspector.js.map +1 -1
  354. package/dist/kit-adapter.d.ts +1 -1
  355. package/dist/kit-adapter.d.ts.map +1 -1
  356. package/dist/kit-adapter.js +1 -1
  357. package/dist/kit-adapter.js.map +1 -1
  358. package/dist/logger.d.ts +48 -0
  359. package/dist/logger.d.ts.map +1 -1
  360. package/dist/logger.js +36 -0
  361. package/dist/logger.js.map +1 -1
  362. package/dist/multisig-detection.d.ts +83 -0
  363. package/dist/multisig-detection.d.ts.map +1 -0
  364. package/dist/multisig-detection.js +128 -0
  365. package/dist/multisig-detection.js.map +1 -0
  366. package/dist/owner-transaction.d.ts +8 -0
  367. package/dist/owner-transaction.d.ts.map +1 -1
  368. package/dist/owner-transaction.js +1 -0
  369. package/dist/owner-transaction.js.map +1 -1
  370. package/dist/ownership-transfer.d.ts +79 -0
  371. package/dist/ownership-transfer.d.ts.map +1 -0
  372. package/dist/ownership-transfer.js +66 -0
  373. package/dist/ownership-transfer.js.map +1 -0
  374. package/dist/policy/compute-cosign-digest.d.ts +193 -0
  375. package/dist/policy/compute-cosign-digest.d.ts.map +1 -0
  376. package/dist/policy/compute-cosign-digest.js +318 -0
  377. package/dist/policy/compute-cosign-digest.js.map +1 -0
  378. package/dist/policy/compute-policy-preview-digest.d.ts +258 -0
  379. package/dist/policy/compute-policy-preview-digest.d.ts.map +1 -0
  380. package/dist/policy/compute-policy-preview-digest.js +351 -0
  381. package/dist/policy/compute-policy-preview-digest.js.map +1 -0
  382. package/dist/policy-attestation.d.ts +51 -0
  383. package/dist/policy-attestation.d.ts.map +1 -0
  384. package/dist/policy-attestation.js +43 -0
  385. package/dist/policy-attestation.js.map +1 -0
  386. package/dist/presets.d.ts +1 -7
  387. package/dist/presets.d.ts.map +1 -1
  388. package/dist/presets.js +0 -5
  389. package/dist/presets.js.map +1 -1
  390. package/dist/preview-create-vault.d.ts +280 -0
  391. package/dist/preview-create-vault.d.ts.map +1 -0
  392. package/dist/preview-create-vault.js +498 -0
  393. package/dist/preview-create-vault.js.map +1 -0
  394. package/dist/resolve-accounts.d.ts +75 -10
  395. package/dist/resolve-accounts.d.ts.map +1 -1
  396. package/dist/resolve-accounts.js +68 -32
  397. package/dist/resolve-accounts.js.map +1 -1
  398. package/dist/rpc-helpers.d.ts +29 -3
  399. package/dist/rpc-helpers.d.ts.map +1 -1
  400. package/dist/rpc-helpers.js +51 -12
  401. package/dist/rpc-helpers.js.map +1 -1
  402. package/dist/seal/intent-digest.d.ts +195 -0
  403. package/dist/seal/intent-digest.d.ts.map +1 -0
  404. package/dist/seal/intent-digest.js +372 -0
  405. package/dist/seal/intent-digest.js.map +1 -0
  406. package/dist/seal.d.ts +166 -3
  407. package/dist/seal.d.ts.map +1 -1
  408. package/dist/seal.js +428 -8
  409. package/dist/seal.js.map +1 -1
  410. package/dist/security-analytics.d.ts +3 -3
  411. package/dist/security-analytics.d.ts.map +1 -1
  412. package/dist/security-analytics.js +13 -128
  413. package/dist/security-analytics.js.map +1 -1
  414. package/dist/session-mint.d.ts +72 -0
  415. package/dist/session-mint.d.ts.map +1 -0
  416. package/dist/session-mint.js +59 -0
  417. package/dist/session-mint.js.map +1 -0
  418. package/dist/sigil.d.ts +0 -4
  419. package/dist/sigil.d.ts.map +1 -1
  420. package/dist/simulation.d.ts +19 -0
  421. package/dist/simulation.d.ts.map +1 -1
  422. package/dist/simulation.js +211 -138
  423. package/dist/simulation.js.map +1 -1
  424. package/dist/squads-detection.d.ts +135 -0
  425. package/dist/squads-detection.d.ts.map +1 -0
  426. package/dist/squads-detection.js +124 -0
  427. package/dist/squads-detection.js.map +1 -0
  428. package/dist/state-resolver.d.ts +0 -16
  429. package/dist/state-resolver.d.ts.map +1 -1
  430. package/dist/state-resolver.js +162 -97
  431. package/dist/state-resolver.js.map +1 -1
  432. package/dist/testing/devnet.d.ts +40 -1
  433. package/dist/testing/devnet.d.ts.map +1 -1
  434. package/dist/testing/devnet.js +333 -45
  435. package/dist/testing/devnet.js.map +1 -1
  436. package/dist/testing/errors/expect.d.ts +137 -0
  437. package/dist/testing/errors/expect.d.ts.map +1 -0
  438. package/dist/testing/errors/expect.js +372 -0
  439. package/dist/testing/errors/expect.js.map +1 -0
  440. package/dist/testing/errors/index.d.ts +3 -0
  441. package/dist/testing/errors/index.d.ts.map +1 -0
  442. package/dist/testing/errors/index.js +8 -0
  443. package/dist/testing/errors/index.js.map +1 -0
  444. package/dist/testing/errors/names.generated.d.ts +211 -0
  445. package/dist/testing/errors/names.generated.d.ts.map +1 -0
  446. package/dist/testing/errors/names.generated.js +206 -0
  447. package/dist/testing/errors/names.generated.js.map +1 -0
  448. package/dist/testing/index.d.ts +1 -0
  449. package/dist/testing/index.d.ts.map +1 -1
  450. package/dist/testing/index.js +8 -0
  451. package/dist/testing/index.js.map +1 -1
  452. package/dist/testing/mock-rpc.d.ts +16 -0
  453. package/dist/testing/mock-rpc.d.ts.map +1 -1
  454. package/dist/testing/mock-rpc.js +27 -0
  455. package/dist/testing/mock-rpc.js.map +1 -1
  456. package/dist/testing/mock-state.d.ts +2 -0
  457. package/dist/testing/mock-state.d.ts.map +1 -1
  458. package/dist/testing/mock-state.js +45 -6
  459. package/dist/testing/mock-state.js.map +1 -1
  460. package/dist/types.d.ts +5 -15
  461. package/dist/types.d.ts.map +1 -1
  462. package/dist/types.js +11 -69
  463. package/dist/types.js.map +1 -1
  464. package/dist/vault-analytics.d.ts +0 -2
  465. package/dist/vault-analytics.d.ts.map +1 -1
  466. package/dist/vault-analytics.js +1 -9
  467. package/dist/vault-analytics.js.map +1 -1
  468. package/package.json +12 -5
  469. package/dist/dashboard/constraint-reads.d.ts +0 -50
  470. package/dist/dashboard/constraint-reads.d.ts.map +0 -1
  471. package/dist/dashboard/constraint-reads.js +0 -119
  472. package/dist/dashboard/constraint-reads.js.map +0 -1
  473. package/dist/generated/accounts/escrowDeposit.d.ts +0 -50
  474. package/dist/generated/accounts/escrowDeposit.d.ts.map +0 -1
  475. package/dist/generated/accounts/escrowDeposit.js +0 -76
  476. package/dist/generated/accounts/escrowDeposit.js.map +0 -1
  477. package/dist/generated/accounts/instructionConstraints.d.ts +0 -46
  478. package/dist/generated/accounts/instructionConstraints.d.ts.map +0 -1
  479. package/dist/generated/accounts/instructionConstraints.js +0 -73
  480. package/dist/generated/accounts/instructionConstraints.js.map +0 -1
  481. package/dist/generated/accounts/pendingCloseConstraints.d.ts +0 -37
  482. package/dist/generated/accounts/pendingCloseConstraints.d.ts.map +0 -1
  483. package/dist/generated/accounts/pendingCloseConstraints.js +0 -66
  484. package/dist/generated/accounts/pendingCloseConstraints.js.map +0 -1
  485. package/dist/generated/accounts/pendingConstraintsUpdate.d.ts +0 -62
  486. package/dist/generated/accounts/pendingConstraintsUpdate.d.ts.map +0 -1
  487. package/dist/generated/accounts/pendingConstraintsUpdate.js +0 -75
  488. package/dist/generated/accounts/pendingConstraintsUpdate.js.map +0 -1
  489. package/dist/generated/instructions/allocateConstraintsPda.d.ts +0 -62
  490. package/dist/generated/instructions/allocateConstraintsPda.d.ts.map +0 -1
  491. package/dist/generated/instructions/allocateConstraintsPda.js +0 -134
  492. package/dist/generated/instructions/allocateConstraintsPda.js.map +0 -1
  493. package/dist/generated/instructions/allocatePendingConstraintsPda.d.ts +0 -66
  494. package/dist/generated/instructions/allocatePendingConstraintsPda.d.ts.map +0 -1
  495. package/dist/generated/instructions/allocatePendingConstraintsPda.js.map +0 -1
  496. package/dist/generated/instructions/applyCloseConstraints.d.ts +0 -59
  497. package/dist/generated/instructions/applyCloseConstraints.d.ts.map +0 -1
  498. package/dist/generated/instructions/applyCloseConstraints.js +0 -143
  499. package/dist/generated/instructions/applyCloseConstraints.js.map +0 -1
  500. package/dist/generated/instructions/applyConstraintsUpdate.d.ts +0 -62
  501. package/dist/generated/instructions/applyConstraintsUpdate.d.ts.map +0 -1
  502. package/dist/generated/instructions/applyConstraintsUpdate.js.map +0 -1
  503. package/dist/generated/instructions/cancelCloseConstraints.d.ts +0 -51
  504. package/dist/generated/instructions/cancelCloseConstraints.d.ts.map +0 -1
  505. package/dist/generated/instructions/cancelCloseConstraints.js +0 -115
  506. package/dist/generated/instructions/cancelCloseConstraints.js.map +0 -1
  507. package/dist/generated/instructions/cancelConstraintsUpdate.d.ts +0 -51
  508. package/dist/generated/instructions/cancelConstraintsUpdate.d.ts.map +0 -1
  509. package/dist/generated/instructions/cancelConstraintsUpdate.js +0 -115
  510. package/dist/generated/instructions/cancelConstraintsUpdate.js.map +0 -1
  511. package/dist/generated/instructions/closeSettledEscrow.d.ts +0 -72
  512. package/dist/generated/instructions/closeSettledEscrow.d.ts.map +0 -1
  513. package/dist/generated/instructions/closeSettledEscrow.js +0 -127
  514. package/dist/generated/instructions/closeSettledEscrow.js.map +0 -1
  515. package/dist/generated/instructions/createEscrow.d.ts +0 -131
  516. package/dist/generated/instructions/createEscrow.d.ts.map +0 -1
  517. package/dist/generated/instructions/createEscrow.js +0 -272
  518. package/dist/generated/instructions/createEscrow.js.map +0 -1
  519. package/dist/generated/instructions/createInstructionConstraints.d.ts +0 -68
  520. package/dist/generated/instructions/createInstructionConstraints.d.ts.map +0 -1
  521. package/dist/generated/instructions/createInstructionConstraints.js.map +0 -1
  522. package/dist/generated/instructions/extendPda.d.ts +0 -52
  523. package/dist/generated/instructions/extendPda.d.ts.map +0 -1
  524. package/dist/generated/instructions/extendPda.js +0 -86
  525. package/dist/generated/instructions/extendPda.js.map +0 -1
  526. package/dist/generated/instructions/queueCloseConstraints.d.ts +0 -66
  527. package/dist/generated/instructions/queueCloseConstraints.d.ts.map +0 -1
  528. package/dist/generated/instructions/queueCloseConstraints.js.map +0 -1
  529. package/dist/generated/instructions/queueConstraintsUpdate.d.ts +0 -75
  530. package/dist/generated/instructions/queueConstraintsUpdate.d.ts.map +0 -1
  531. package/dist/generated/instructions/queueConstraintsUpdate.js +0 -154
  532. package/dist/generated/instructions/queueConstraintsUpdate.js.map +0 -1
  533. package/dist/generated/instructions/refundEscrow.d.ts +0 -74
  534. package/dist/generated/instructions/refundEscrow.d.ts.map +0 -1
  535. package/dist/generated/instructions/refundEscrow.js +0 -142
  536. package/dist/generated/instructions/refundEscrow.js.map +0 -1
  537. package/dist/generated/instructions/settleEscrow.d.ts +0 -80
  538. package/dist/generated/instructions/settleEscrow.d.ts.map +0 -1
  539. package/dist/generated/instructions/settleEscrow.js +0 -173
  540. package/dist/generated/instructions/settleEscrow.js.map +0 -1
  541. package/dist/generated/types/accountConstraint.d.ts +0 -18
  542. package/dist/generated/types/accountConstraint.d.ts.map +0 -1
  543. package/dist/generated/types/accountConstraint.js +0 -24
  544. package/dist/generated/types/accountConstraint.js.map +0 -1
  545. package/dist/generated/types/accountConstraintZC.d.ts +0 -18
  546. package/dist/generated/types/accountConstraintZC.d.ts.map +0 -1
  547. package/dist/generated/types/accountConstraintZC.js +0 -26
  548. package/dist/generated/types/accountConstraintZC.js.map +0 -1
  549. package/dist/generated/types/closeConstraintsApplied.d.ts +0 -20
  550. package/dist/generated/types/closeConstraintsApplied.d.ts.map +0 -1
  551. package/dist/generated/types/closeConstraintsApplied.js +0 -24
  552. package/dist/generated/types/closeConstraintsApplied.js.map +0 -1
  553. package/dist/generated/types/closeConstraintsCancelled.d.ts +0 -16
  554. package/dist/generated/types/closeConstraintsCancelled.d.ts.map +0 -1
  555. package/dist/generated/types/closeConstraintsCancelled.js +0 -18
  556. package/dist/generated/types/closeConstraintsCancelled.js.map +0 -1
  557. package/dist/generated/types/closeConstraintsQueued.d.ts +0 -20
  558. package/dist/generated/types/closeConstraintsQueued.d.ts.map +0 -1
  559. package/dist/generated/types/closeConstraintsQueued.js +0 -24
  560. package/dist/generated/types/closeConstraintsQueued.js.map +0 -1
  561. package/dist/generated/types/constraintEntry.d.ts +0 -39
  562. package/dist/generated/types/constraintEntry.d.ts.map +0 -1
  563. package/dist/generated/types/constraintEntry.js +0 -31
  564. package/dist/generated/types/constraintEntry.js.map +0 -1
  565. package/dist/generated/types/constraintEntryZC.d.ts +0 -68
  566. package/dist/generated/types/constraintEntryZC.d.ts.map +0 -1
  567. package/dist/generated/types/constraintEntryZC.js +0 -49
  568. package/dist/generated/types/constraintEntryZC.js.map +0 -1
  569. package/dist/generated/types/constraintOperator.d.ts +0 -22
  570. package/dist/generated/types/constraintOperator.d.ts.map +0 -1
  571. package/dist/generated/types/constraintOperator.js +0 -28
  572. package/dist/generated/types/constraintOperator.js.map +0 -1
  573. package/dist/generated/types/constraintsChangeApplied.d.ts +0 -30
  574. package/dist/generated/types/constraintsChangeApplied.d.ts.map +0 -1
  575. package/dist/generated/types/constraintsChangeApplied.js +0 -32
  576. package/dist/generated/types/constraintsChangeApplied.js.map +0 -1
  577. package/dist/generated/types/constraintsChangeCancelled.d.ts +0 -16
  578. package/dist/generated/types/constraintsChangeCancelled.d.ts.map +0 -1
  579. package/dist/generated/types/constraintsChangeCancelled.js +0 -18
  580. package/dist/generated/types/constraintsChangeCancelled.js.map +0 -1
  581. package/dist/generated/types/constraintsChangeQueued.d.ts +0 -30
  582. package/dist/generated/types/constraintsChangeQueued.d.ts.map +0 -1
  583. package/dist/generated/types/constraintsChangeQueued.js +0 -32
  584. package/dist/generated/types/constraintsChangeQueued.js.map +0 -1
  585. package/dist/generated/types/dataConstraint.d.ts +0 -23
  586. package/dist/generated/types/dataConstraint.d.ts.map +0 -1
  587. package/dist/generated/types/dataConstraint.js +0 -27
  588. package/dist/generated/types/dataConstraint.js.map +0 -1
  589. package/dist/generated/types/dataConstraintZC.d.ts +0 -20
  590. package/dist/generated/types/dataConstraintZC.d.ts.map +0 -1
  591. package/dist/generated/types/dataConstraintZC.js +0 -30
  592. package/dist/generated/types/dataConstraintZC.js.map +0 -1
  593. package/dist/generated/types/discriminatorFormat.d.ts +0 -25
  594. package/dist/generated/types/discriminatorFormat.d.ts.map +0 -1
  595. package/dist/generated/types/discriminatorFormat.js +0 -31
  596. package/dist/generated/types/discriminatorFormat.js.map +0 -1
  597. package/dist/generated/types/escrowCreated.d.ts +0 -30
  598. package/dist/generated/types/escrowCreated.d.ts.map +0 -1
  599. package/dist/generated/types/escrowCreated.js +0 -34
  600. package/dist/generated/types/escrowCreated.js.map +0 -1
  601. package/dist/generated/types/escrowRefunded.d.ts +0 -26
  602. package/dist/generated/types/escrowRefunded.d.ts.map +0 -1
  603. package/dist/generated/types/escrowRefunded.js +0 -30
  604. package/dist/generated/types/escrowRefunded.js.map +0 -1
  605. package/dist/generated/types/escrowSettled.d.ts +0 -26
  606. package/dist/generated/types/escrowSettled.d.ts.map +0 -1
  607. package/dist/generated/types/escrowSettled.js +0 -30
  608. package/dist/generated/types/escrowSettled.js.map +0 -1
  609. package/dist/generated/types/escrowStatus.d.ts +0 -18
  610. package/dist/generated/types/escrowStatus.d.ts.map +0 -1
  611. package/dist/generated/types/escrowStatus.js +0 -24
  612. package/dist/generated/types/escrowStatus.js.map +0 -1
  613. package/dist/generated/types/instructionConstraintsCreated.d.ts +0 -34
  614. package/dist/generated/types/instructionConstraintsCreated.d.ts.map +0 -1
  615. package/dist/generated/types/instructionConstraintsCreated.js +0 -36
  616. package/dist/generated/types/instructionConstraintsCreated.js.map +0 -1
  617. package/dist/generated/types/pdaAllocated.d.ts +0 -24
  618. package/dist/generated/types/pdaAllocated.d.ts.map +0 -1
  619. package/dist/generated/types/pdaAllocated.js.map +0 -1
  620. package/dist/generated/types/pdaExtended.d.ts +0 -24
  621. package/dist/generated/types/pdaExtended.d.ts.map +0 -1
  622. package/dist/generated/types/pdaExtended.js +0 -28
  623. package/dist/generated/types/pdaExtended.js.map +0 -1
  624. package/dist/integrations/protocol-handler.d.ts +0 -59
  625. package/dist/integrations/protocol-handler.d.ts.map +0 -1
  626. package/dist/integrations/protocol-handler.js +0 -9
  627. package/dist/integrations/protocol-handler.js.map +0 -1
@@ -7,17 +7,17 @@
7
7
  */
8
8
  import { type Address, type ClientWithPayer, type ClientWithRpc, type ClientWithTransactionPlanning, type ClientWithTransactionSending, type GetAccountInfoApi, type GetMultipleAccountsApi, type Instruction, type InstructionWithData, type ReadonlyUint8Array } from "@solana/kit";
9
9
  import { type SelfFetchFunctions, type SelfPlanAndSendFunctions } from "@solana/program-client-core";
10
- import { getAgentSpendOverlayCodec, getAgentVaultCodec, getEscrowDepositCodec, getInstructionConstraintsCodec, getPendingAgentPermissionsUpdateCodec, getPendingCloseConstraintsCodec, getPendingConstraintsUpdateCodec, getPendingPolicyUpdateCodec, getPolicyConfigCodec, getPostExecutionAssertionsCodec, getSessionAuthorityCodec, getSpendTrackerCodec, type AgentSpendOverlay, type AgentSpendOverlayArgs, type AgentVault, type AgentVaultArgs, type EscrowDeposit, type EscrowDepositArgs, type InstructionConstraints, type InstructionConstraintsArgs, type PendingAgentPermissionsUpdate, type PendingAgentPermissionsUpdateArgs, type PendingCloseConstraints, type PendingCloseConstraintsArgs, type PendingConstraintsUpdate, type PendingConstraintsUpdateArgs, type PendingPolicyUpdate, type PendingPolicyUpdateArgs, type PolicyConfig, type PolicyConfigArgs, type PostExecutionAssertions, type PostExecutionAssertionsArgs, type SessionAuthority, type SessionAuthorityArgs, type SpendTracker, type SpendTrackerArgs } from "../accounts/index.js";
11
- import { getAgentTransferInstructionAsync, getAllocateConstraintsPdaInstructionAsync, getAllocatePendingConstraintsPdaInstructionAsync, getApplyAgentPermissionsUpdateInstructionAsync, getApplyCloseConstraintsInstructionAsync, getApplyConstraintsUpdateInstructionAsync, getApplyPendingPolicyInstructionAsync, getCancelAgentPermissionsUpdateInstruction, getCancelCloseConstraintsInstructionAsync, getCancelConstraintsUpdateInstructionAsync, getCancelPendingPolicyInstructionAsync, getClosePostAssertionsInstructionAsync, getCloseSettledEscrowInstructionAsync, getCloseVaultInstructionAsync, getCreateEscrowInstructionAsync, getCreateInstructionConstraintsInstructionAsync, getCreatePostAssertionsInstructionAsync, getDepositFundsInstructionAsync, getExtendPdaInstruction, getFinalizeSessionInstructionAsync, getFreezeVaultInstruction, getInitializeVaultInstructionAsync, getPauseAgentInstruction, getQueueAgentPermissionsUpdateInstructionAsync, getQueueCloseConstraintsInstructionAsync, getQueueConstraintsUpdateInstructionAsync, getQueuePolicyUpdateInstructionAsync, getReactivateVaultInstruction, getRefundEscrowInstructionAsync, getRegisterAgentInstruction, getRevokeAgentInstruction, getSettleEscrowInstructionAsync, getUnpauseAgentInstruction, getValidateAndAuthorizeInstructionAsync, getWithdrawFundsInstructionAsync, type AgentTransferAsyncInput, type AllocateConstraintsPdaAsyncInput, type AllocatePendingConstraintsPdaAsyncInput, type ApplyAgentPermissionsUpdateAsyncInput, type ApplyCloseConstraintsAsyncInput, type ApplyConstraintsUpdateAsyncInput, type ApplyPendingPolicyAsyncInput, type CancelAgentPermissionsUpdateInput, type CancelCloseConstraintsAsyncInput, type CancelConstraintsUpdateAsyncInput, type CancelPendingPolicyAsyncInput, type ClosePostAssertionsAsyncInput, type CloseSettledEscrowAsyncInput, type CloseVaultAsyncInput, type CreateEscrowAsyncInput, type CreateInstructionConstraintsAsyncInput, type CreatePostAssertionsAsyncInput, type DepositFundsAsyncInput, type ExtendPdaInput, type FinalizeSessionAsyncInput, type FreezeVaultInput, type InitializeVaultAsyncInput, type ParsedAgentTransferInstruction, type ParsedAllocateConstraintsPdaInstruction, type ParsedAllocatePendingConstraintsPdaInstruction, type ParsedApplyAgentPermissionsUpdateInstruction, type ParsedApplyCloseConstraintsInstruction, type ParsedApplyConstraintsUpdateInstruction, type ParsedApplyPendingPolicyInstruction, type ParsedCancelAgentPermissionsUpdateInstruction, type ParsedCancelCloseConstraintsInstruction, type ParsedCancelConstraintsUpdateInstruction, type ParsedCancelPendingPolicyInstruction, type ParsedClosePostAssertionsInstruction, type ParsedCloseSettledEscrowInstruction, type ParsedCloseVaultInstruction, type ParsedCreateEscrowInstruction, type ParsedCreateInstructionConstraintsInstruction, type ParsedCreatePostAssertionsInstruction, type ParsedDepositFundsInstruction, type ParsedExtendPdaInstruction, type ParsedFinalizeSessionInstruction, type ParsedFreezeVaultInstruction, type ParsedInitializeVaultInstruction, type ParsedPauseAgentInstruction, type ParsedQueueAgentPermissionsUpdateInstruction, type ParsedQueueCloseConstraintsInstruction, type ParsedQueueConstraintsUpdateInstruction, type ParsedQueuePolicyUpdateInstruction, type ParsedReactivateVaultInstruction, type ParsedRefundEscrowInstruction, type ParsedRegisterAgentInstruction, type ParsedRevokeAgentInstruction, type ParsedSettleEscrowInstruction, type ParsedUnpauseAgentInstruction, type ParsedValidateAndAuthorizeInstruction, type ParsedWithdrawFundsInstruction, type PauseAgentInput, type QueueAgentPermissionsUpdateAsyncInput, type QueueCloseConstraintsAsyncInput, type QueueConstraintsUpdateAsyncInput, type QueuePolicyUpdateAsyncInput, type ReactivateVaultInput, type RefundEscrowAsyncInput, type RegisterAgentInput, type RevokeAgentInput, type SettleEscrowAsyncInput, type UnpauseAgentInput, type ValidateAndAuthorizeAsyncInput, type WithdrawFundsAsyncInput } from "../instructions/index.js";
12
- export declare const SIGIL_PROGRAM_ADDRESS: Address<"4ZeVCqnjUgUtFrHHPG7jELUxvJeoVGHhGNgPrhBPwrHL">;
10
+ import { getAgentSpendOverlayCodec, getAgentVaultCodec, getAuditLogRejectedCodec, getAuditLogSuccessCodec, getPendingAgentGrantCodec, getPendingAgentPermissionsUpdateCodec, getPendingOwnershipTransferCodec, getPendingPolicyUpdateCodec, getPolicyConfigCodec, getPostExecutionAssertionsCodec, getSessionAuthorityCodec, getSpendTrackerCodec, type AgentSpendOverlay, type AgentSpendOverlayArgs, type AgentVault, type AgentVaultArgs, type AuditLogRejected, type AuditLogRejectedArgs, type AuditLogSuccess, type AuditLogSuccessArgs, type PendingAgentGrant, type PendingAgentGrantArgs, type PendingAgentPermissionsUpdate, type PendingAgentPermissionsUpdateArgs, type PendingOwnershipTransfer, type PendingOwnershipTransferArgs, type PendingPolicyUpdate, type PendingPolicyUpdateArgs, type PolicyConfig, type PolicyConfigArgs, type PostExecutionAssertions, type PostExecutionAssertionsArgs, type SessionAuthority, type SessionAuthorityArgs, type SpendTracker, type SpendTrackerArgs } from "../accounts/index.js";
11
+ import { getAcceptOwnershipTransferInstructionAsync, getAcceptOwnershipTransferMultisigInstructionAsync, getAgentTransferInstructionAsync, getApplyAgentGrantInstructionAsync, getApplyAgentPermissionsUpdateInstructionAsync, getApplyPendingPolicyInstructionAsync, getCancelAgentGrantInstructionAsync, getCancelAgentPermissionsUpdateInstruction, getCancelOwnershipTransferInstructionAsync, getCancelPendingPolicyInstructionAsync, getClosePostAssertionsInstructionAsync, getCloseVaultInstructionAsync, getCreatePostAssertionsInstructionAsync, getDepositFundsInstructionAsync, getFinalizeSessionInstructionAsync, getFreezeVaultInstructionAsync, getInitializeVaultInstructionAsync, getInitiateOwnershipTransferInstructionAsync, getPauseAgentInstructionAsync, getPromoteGraylistDestinationInstructionAsync, getQueueAgentGrantInstructionAsync, getQueueAgentPermissionsUpdateInstructionAsync, getQueuePolicyUpdateInstructionAsync, getReactivateVaultInstructionAsync, getRecordAgentViolationInstructionAsync, getRegisterAgentInstructionAsync, getRevokeAgentInstructionAsync, getSetObserveOnlyInstructionAsync, getUnpauseAgentInstructionAsync, getValidateAndAuthorizeInstructionAsync, getWithdrawFundsInstructionAsync, type AcceptOwnershipTransferAsyncInput, type AcceptOwnershipTransferMultisigAsyncInput, type AgentTransferAsyncInput, type ApplyAgentGrantAsyncInput, type ApplyAgentPermissionsUpdateAsyncInput, type ApplyPendingPolicyAsyncInput, type CancelAgentGrantAsyncInput, type CancelAgentPermissionsUpdateInput, type CancelOwnershipTransferAsyncInput, type CancelPendingPolicyAsyncInput, type ClosePostAssertionsAsyncInput, type CloseVaultAsyncInput, type CreatePostAssertionsAsyncInput, type DepositFundsAsyncInput, type FinalizeSessionAsyncInput, type FreezeVaultAsyncInput, type InitializeVaultAsyncInput, type InitiateOwnershipTransferAsyncInput, type ParsedAcceptOwnershipTransferInstruction, type ParsedAcceptOwnershipTransferMultisigInstruction, type ParsedAgentTransferInstruction, type ParsedApplyAgentGrantInstruction, type ParsedApplyAgentPermissionsUpdateInstruction, type ParsedApplyPendingPolicyInstruction, type ParsedCancelAgentGrantInstruction, type ParsedCancelAgentPermissionsUpdateInstruction, type ParsedCancelOwnershipTransferInstruction, type ParsedCancelPendingPolicyInstruction, type ParsedClosePostAssertionsInstruction, type ParsedCloseVaultInstruction, type ParsedCreatePostAssertionsInstruction, type ParsedDepositFundsInstruction, type ParsedFinalizeSessionInstruction, type ParsedFreezeVaultInstruction, type ParsedInitializeVaultInstruction, type ParsedInitiateOwnershipTransferInstruction, type ParsedPauseAgentInstruction, type ParsedPromoteGraylistDestinationInstruction, type ParsedQueueAgentGrantInstruction, type ParsedQueueAgentPermissionsUpdateInstruction, type ParsedQueuePolicyUpdateInstruction, type ParsedReactivateVaultInstruction, type ParsedRecordAgentViolationInstruction, type ParsedRegisterAgentInstruction, type ParsedRevokeAgentInstruction, type ParsedSetObserveOnlyInstruction, type ParsedUnpauseAgentInstruction, type ParsedValidateAndAuthorizeInstruction, type ParsedWithdrawFundsInstruction, type PauseAgentAsyncInput, type PromoteGraylistDestinationAsyncInput, type QueueAgentGrantAsyncInput, type QueueAgentPermissionsUpdateAsyncInput, type QueuePolicyUpdateAsyncInput, type ReactivateVaultAsyncInput, type RecordAgentViolationAsyncInput, type RegisterAgentAsyncInput, type RevokeAgentAsyncInput, type SetObserveOnlyAsyncInput, type UnpauseAgentAsyncInput, type ValidateAndAuthorizeAsyncInput, type WithdrawFundsAsyncInput } from "../instructions/index.js";
12
+ export declare const SIGIL_PROGRAM_ADDRESS: Address<"7FtAXUcrann7P5HoLG7vnWcVpozwj9nqcNm6bPwA1wuK">;
13
13
  export declare enum SigilAccount {
14
14
  AgentSpendOverlay = 0,
15
15
  AgentVault = 1,
16
- EscrowDeposit = 2,
17
- InstructionConstraints = 3,
18
- PendingAgentPermissionsUpdate = 4,
19
- PendingCloseConstraints = 5,
20
- PendingConstraintsUpdate = 6,
16
+ AuditLogRejected = 2,
17
+ AuditLogSuccess = 3,
18
+ PendingAgentGrant = 4,
19
+ PendingAgentPermissionsUpdate = 5,
20
+ PendingOwnershipTransfer = 6,
21
21
  PendingPolicyUpdate = 7,
22
22
  PolicyConfig = 8,
23
23
  PostExecutionAssertions = 9,
@@ -28,110 +28,98 @@ export declare function identifySigilAccount(account: {
28
28
  data: ReadonlyUint8Array;
29
29
  } | ReadonlyUint8Array): SigilAccount;
30
30
  export declare enum SigilInstruction {
31
- AgentTransfer = 0,
32
- AllocateConstraintsPda = 1,
33
- AllocatePendingConstraintsPda = 2,
34
- ApplyAgentPermissionsUpdate = 3,
35
- ApplyCloseConstraints = 4,
36
- ApplyConstraintsUpdate = 5,
37
- ApplyPendingPolicy = 6,
31
+ AcceptOwnershipTransfer = 0,
32
+ AcceptOwnershipTransferMultisig = 1,
33
+ AgentTransfer = 2,
34
+ ApplyAgentGrant = 3,
35
+ ApplyAgentPermissionsUpdate = 4,
36
+ ApplyPendingPolicy = 5,
37
+ CancelAgentGrant = 6,
38
38
  CancelAgentPermissionsUpdate = 7,
39
- CancelCloseConstraints = 8,
40
- CancelConstraintsUpdate = 9,
41
- CancelPendingPolicy = 10,
42
- ClosePostAssertions = 11,
43
- CloseSettledEscrow = 12,
44
- CloseVault = 13,
45
- CreateEscrow = 14,
46
- CreateInstructionConstraints = 15,
47
- CreatePostAssertions = 16,
48
- DepositFunds = 17,
49
- ExtendPda = 18,
50
- FinalizeSession = 19,
51
- FreezeVault = 20,
52
- InitializeVault = 21,
53
- PauseAgent = 22,
54
- QueueAgentPermissionsUpdate = 23,
55
- QueueCloseConstraints = 24,
56
- QueueConstraintsUpdate = 25,
57
- QueuePolicyUpdate = 26,
58
- ReactivateVault = 27,
59
- RefundEscrow = 28,
60
- RegisterAgent = 29,
61
- RevokeAgent = 30,
62
- SettleEscrow = 31,
63
- UnpauseAgent = 32,
64
- ValidateAndAuthorize = 33,
65
- WithdrawFunds = 34
39
+ CancelOwnershipTransfer = 8,
40
+ CancelPendingPolicy = 9,
41
+ ClosePostAssertions = 10,
42
+ CloseVault = 11,
43
+ CreatePostAssertions = 12,
44
+ DepositFunds = 13,
45
+ FinalizeSession = 14,
46
+ FreezeVault = 15,
47
+ InitializeVault = 16,
48
+ InitiateOwnershipTransfer = 17,
49
+ PauseAgent = 18,
50
+ PromoteGraylistDestination = 19,
51
+ QueueAgentGrant = 20,
52
+ QueueAgentPermissionsUpdate = 21,
53
+ QueuePolicyUpdate = 22,
54
+ ReactivateVault = 23,
55
+ RecordAgentViolation = 24,
56
+ RegisterAgent = 25,
57
+ RevokeAgent = 26,
58
+ SetObserveOnly = 27,
59
+ UnpauseAgent = 28,
60
+ ValidateAndAuthorize = 29,
61
+ WithdrawFunds = 30
66
62
  }
67
63
  export declare function identifySigilInstruction(instruction: {
68
64
  data: ReadonlyUint8Array;
69
65
  } | ReadonlyUint8Array): SigilInstruction;
70
- export type ParsedSigilInstruction<TProgram extends string = "4ZeVCqnjUgUtFrHHPG7jELUxvJeoVGHhGNgPrhBPwrHL"> = ({
66
+ export type ParsedSigilInstruction<TProgram extends string = "7FtAXUcrann7P5HoLG7vnWcVpozwj9nqcNm6bPwA1wuK"> = ({
67
+ instructionType: SigilInstruction.AcceptOwnershipTransfer;
68
+ } & ParsedAcceptOwnershipTransferInstruction<TProgram>) | ({
69
+ instructionType: SigilInstruction.AcceptOwnershipTransferMultisig;
70
+ } & ParsedAcceptOwnershipTransferMultisigInstruction<TProgram>) | ({
71
71
  instructionType: SigilInstruction.AgentTransfer;
72
72
  } & ParsedAgentTransferInstruction<TProgram>) | ({
73
- instructionType: SigilInstruction.AllocateConstraintsPda;
74
- } & ParsedAllocateConstraintsPdaInstruction<TProgram>) | ({
75
- instructionType: SigilInstruction.AllocatePendingConstraintsPda;
76
- } & ParsedAllocatePendingConstraintsPdaInstruction<TProgram>) | ({
73
+ instructionType: SigilInstruction.ApplyAgentGrant;
74
+ } & ParsedApplyAgentGrantInstruction<TProgram>) | ({
77
75
  instructionType: SigilInstruction.ApplyAgentPermissionsUpdate;
78
76
  } & ParsedApplyAgentPermissionsUpdateInstruction<TProgram>) | ({
79
- instructionType: SigilInstruction.ApplyCloseConstraints;
80
- } & ParsedApplyCloseConstraintsInstruction<TProgram>) | ({
81
- instructionType: SigilInstruction.ApplyConstraintsUpdate;
82
- } & ParsedApplyConstraintsUpdateInstruction<TProgram>) | ({
83
77
  instructionType: SigilInstruction.ApplyPendingPolicy;
84
78
  } & ParsedApplyPendingPolicyInstruction<TProgram>) | ({
79
+ instructionType: SigilInstruction.CancelAgentGrant;
80
+ } & ParsedCancelAgentGrantInstruction<TProgram>) | ({
85
81
  instructionType: SigilInstruction.CancelAgentPermissionsUpdate;
86
82
  } & ParsedCancelAgentPermissionsUpdateInstruction<TProgram>) | ({
87
- instructionType: SigilInstruction.CancelCloseConstraints;
88
- } & ParsedCancelCloseConstraintsInstruction<TProgram>) | ({
89
- instructionType: SigilInstruction.CancelConstraintsUpdate;
90
- } & ParsedCancelConstraintsUpdateInstruction<TProgram>) | ({
83
+ instructionType: SigilInstruction.CancelOwnershipTransfer;
84
+ } & ParsedCancelOwnershipTransferInstruction<TProgram>) | ({
91
85
  instructionType: SigilInstruction.CancelPendingPolicy;
92
86
  } & ParsedCancelPendingPolicyInstruction<TProgram>) | ({
93
87
  instructionType: SigilInstruction.ClosePostAssertions;
94
88
  } & ParsedClosePostAssertionsInstruction<TProgram>) | ({
95
- instructionType: SigilInstruction.CloseSettledEscrow;
96
- } & ParsedCloseSettledEscrowInstruction<TProgram>) | ({
97
89
  instructionType: SigilInstruction.CloseVault;
98
90
  } & ParsedCloseVaultInstruction<TProgram>) | ({
99
- instructionType: SigilInstruction.CreateEscrow;
100
- } & ParsedCreateEscrowInstruction<TProgram>) | ({
101
- instructionType: SigilInstruction.CreateInstructionConstraints;
102
- } & ParsedCreateInstructionConstraintsInstruction<TProgram>) | ({
103
91
  instructionType: SigilInstruction.CreatePostAssertions;
104
92
  } & ParsedCreatePostAssertionsInstruction<TProgram>) | ({
105
93
  instructionType: SigilInstruction.DepositFunds;
106
94
  } & ParsedDepositFundsInstruction<TProgram>) | ({
107
- instructionType: SigilInstruction.ExtendPda;
108
- } & ParsedExtendPdaInstruction<TProgram>) | ({
109
95
  instructionType: SigilInstruction.FinalizeSession;
110
96
  } & ParsedFinalizeSessionInstruction<TProgram>) | ({
111
97
  instructionType: SigilInstruction.FreezeVault;
112
98
  } & ParsedFreezeVaultInstruction<TProgram>) | ({
113
99
  instructionType: SigilInstruction.InitializeVault;
114
100
  } & ParsedInitializeVaultInstruction<TProgram>) | ({
101
+ instructionType: SigilInstruction.InitiateOwnershipTransfer;
102
+ } & ParsedInitiateOwnershipTransferInstruction<TProgram>) | ({
115
103
  instructionType: SigilInstruction.PauseAgent;
116
104
  } & ParsedPauseAgentInstruction<TProgram>) | ({
105
+ instructionType: SigilInstruction.PromoteGraylistDestination;
106
+ } & ParsedPromoteGraylistDestinationInstruction<TProgram>) | ({
107
+ instructionType: SigilInstruction.QueueAgentGrant;
108
+ } & ParsedQueueAgentGrantInstruction<TProgram>) | ({
117
109
  instructionType: SigilInstruction.QueueAgentPermissionsUpdate;
118
110
  } & ParsedQueueAgentPermissionsUpdateInstruction<TProgram>) | ({
119
- instructionType: SigilInstruction.QueueCloseConstraints;
120
- } & ParsedQueueCloseConstraintsInstruction<TProgram>) | ({
121
- instructionType: SigilInstruction.QueueConstraintsUpdate;
122
- } & ParsedQueueConstraintsUpdateInstruction<TProgram>) | ({
123
111
  instructionType: SigilInstruction.QueuePolicyUpdate;
124
112
  } & ParsedQueuePolicyUpdateInstruction<TProgram>) | ({
125
113
  instructionType: SigilInstruction.ReactivateVault;
126
114
  } & ParsedReactivateVaultInstruction<TProgram>) | ({
127
- instructionType: SigilInstruction.RefundEscrow;
128
- } & ParsedRefundEscrowInstruction<TProgram>) | ({
115
+ instructionType: SigilInstruction.RecordAgentViolation;
116
+ } & ParsedRecordAgentViolationInstruction<TProgram>) | ({
129
117
  instructionType: SigilInstruction.RegisterAgent;
130
118
  } & ParsedRegisterAgentInstruction<TProgram>) | ({
131
119
  instructionType: SigilInstruction.RevokeAgent;
132
120
  } & ParsedRevokeAgentInstruction<TProgram>) | ({
133
- instructionType: SigilInstruction.SettleEscrow;
134
- } & ParsedSettleEscrowInstruction<TProgram>) | ({
121
+ instructionType: SigilInstruction.SetObserveOnly;
122
+ } & ParsedSetObserveOnlyInstruction<TProgram>) | ({
135
123
  instructionType: SigilInstruction.UnpauseAgent;
136
124
  } & ParsedUnpauseAgentInstruction<TProgram>) | ({
137
125
  instructionType: SigilInstruction.ValidateAndAuthorize;
@@ -146,11 +134,11 @@ export type SigilPlugin = {
146
134
  export type SigilPluginAccounts = {
147
135
  agentSpendOverlay: ReturnType<typeof getAgentSpendOverlayCodec> & SelfFetchFunctions<AgentSpendOverlayArgs, AgentSpendOverlay>;
148
136
  agentVault: ReturnType<typeof getAgentVaultCodec> & SelfFetchFunctions<AgentVaultArgs, AgentVault>;
149
- escrowDeposit: ReturnType<typeof getEscrowDepositCodec> & SelfFetchFunctions<EscrowDepositArgs, EscrowDeposit>;
150
- instructionConstraints: ReturnType<typeof getInstructionConstraintsCodec> & SelfFetchFunctions<InstructionConstraintsArgs, InstructionConstraints>;
137
+ auditLogRejected: ReturnType<typeof getAuditLogRejectedCodec> & SelfFetchFunctions<AuditLogRejectedArgs, AuditLogRejected>;
138
+ auditLogSuccess: ReturnType<typeof getAuditLogSuccessCodec> & SelfFetchFunctions<AuditLogSuccessArgs, AuditLogSuccess>;
139
+ pendingAgentGrant: ReturnType<typeof getPendingAgentGrantCodec> & SelfFetchFunctions<PendingAgentGrantArgs, PendingAgentGrant>;
151
140
  pendingAgentPermissionsUpdate: ReturnType<typeof getPendingAgentPermissionsUpdateCodec> & SelfFetchFunctions<PendingAgentPermissionsUpdateArgs, PendingAgentPermissionsUpdate>;
152
- pendingCloseConstraints: ReturnType<typeof getPendingCloseConstraintsCodec> & SelfFetchFunctions<PendingCloseConstraintsArgs, PendingCloseConstraints>;
153
- pendingConstraintsUpdate: ReturnType<typeof getPendingConstraintsUpdateCodec> & SelfFetchFunctions<PendingConstraintsUpdateArgs, PendingConstraintsUpdate>;
141
+ pendingOwnershipTransfer: ReturnType<typeof getPendingOwnershipTransferCodec> & SelfFetchFunctions<PendingOwnershipTransferArgs, PendingOwnershipTransfer>;
154
142
  pendingPolicyUpdate: ReturnType<typeof getPendingPolicyUpdateCodec> & SelfFetchFunctions<PendingPolicyUpdateArgs, PendingPolicyUpdate>;
155
143
  policyConfig: ReturnType<typeof getPolicyConfigCodec> & SelfFetchFunctions<PolicyConfigArgs, PolicyConfig>;
156
144
  postExecutionAssertions: ReturnType<typeof getPostExecutionAssertionsCodec> & SelfFetchFunctions<PostExecutionAssertionsArgs, PostExecutionAssertions>;
@@ -158,39 +146,35 @@ export type SigilPluginAccounts = {
158
146
  spendTracker: ReturnType<typeof getSpendTrackerCodec> & SelfFetchFunctions<SpendTrackerArgs, SpendTracker>;
159
147
  };
160
148
  export type SigilPluginInstructions = {
149
+ acceptOwnershipTransfer: (input: AcceptOwnershipTransferAsyncInput) => ReturnType<typeof getAcceptOwnershipTransferInstructionAsync> & SelfPlanAndSendFunctions;
150
+ acceptOwnershipTransferMultisig: (input: AcceptOwnershipTransferMultisigAsyncInput) => ReturnType<typeof getAcceptOwnershipTransferMultisigInstructionAsync> & SelfPlanAndSendFunctions;
161
151
  agentTransfer: (input: AgentTransferAsyncInput) => ReturnType<typeof getAgentTransferInstructionAsync> & SelfPlanAndSendFunctions;
162
- allocateConstraintsPda: (input: AllocateConstraintsPdaAsyncInput) => ReturnType<typeof getAllocateConstraintsPdaInstructionAsync> & SelfPlanAndSendFunctions;
163
- allocatePendingConstraintsPda: (input: AllocatePendingConstraintsPdaAsyncInput) => ReturnType<typeof getAllocatePendingConstraintsPdaInstructionAsync> & SelfPlanAndSendFunctions;
152
+ applyAgentGrant: (input: ApplyAgentGrantAsyncInput) => ReturnType<typeof getApplyAgentGrantInstructionAsync> & SelfPlanAndSendFunctions;
164
153
  applyAgentPermissionsUpdate: (input: ApplyAgentPermissionsUpdateAsyncInput) => ReturnType<typeof getApplyAgentPermissionsUpdateInstructionAsync> & SelfPlanAndSendFunctions;
165
- applyCloseConstraints: (input: ApplyCloseConstraintsAsyncInput) => ReturnType<typeof getApplyCloseConstraintsInstructionAsync> & SelfPlanAndSendFunctions;
166
- applyConstraintsUpdate: (input: ApplyConstraintsUpdateAsyncInput) => ReturnType<typeof getApplyConstraintsUpdateInstructionAsync> & SelfPlanAndSendFunctions;
167
154
  applyPendingPolicy: (input: ApplyPendingPolicyAsyncInput) => ReturnType<typeof getApplyPendingPolicyInstructionAsync> & SelfPlanAndSendFunctions;
155
+ cancelAgentGrant: (input: CancelAgentGrantAsyncInput) => ReturnType<typeof getCancelAgentGrantInstructionAsync> & SelfPlanAndSendFunctions;
168
156
  cancelAgentPermissionsUpdate: (input: CancelAgentPermissionsUpdateInput) => ReturnType<typeof getCancelAgentPermissionsUpdateInstruction> & SelfPlanAndSendFunctions;
169
- cancelCloseConstraints: (input: CancelCloseConstraintsAsyncInput) => ReturnType<typeof getCancelCloseConstraintsInstructionAsync> & SelfPlanAndSendFunctions;
170
- cancelConstraintsUpdate: (input: CancelConstraintsUpdateAsyncInput) => ReturnType<typeof getCancelConstraintsUpdateInstructionAsync> & SelfPlanAndSendFunctions;
157
+ cancelOwnershipTransfer: (input: CancelOwnershipTransferAsyncInput) => ReturnType<typeof getCancelOwnershipTransferInstructionAsync> & SelfPlanAndSendFunctions;
171
158
  cancelPendingPolicy: (input: CancelPendingPolicyAsyncInput) => ReturnType<typeof getCancelPendingPolicyInstructionAsync> & SelfPlanAndSendFunctions;
172
159
  closePostAssertions: (input: ClosePostAssertionsAsyncInput) => ReturnType<typeof getClosePostAssertionsInstructionAsync> & SelfPlanAndSendFunctions;
173
- closeSettledEscrow: (input: CloseSettledEscrowAsyncInput) => ReturnType<typeof getCloseSettledEscrowInstructionAsync> & SelfPlanAndSendFunctions;
174
160
  closeVault: (input: CloseVaultAsyncInput) => ReturnType<typeof getCloseVaultInstructionAsync> & SelfPlanAndSendFunctions;
175
- createEscrow: (input: CreateEscrowAsyncInput) => ReturnType<typeof getCreateEscrowInstructionAsync> & SelfPlanAndSendFunctions;
176
- createInstructionConstraints: (input: CreateInstructionConstraintsAsyncInput) => ReturnType<typeof getCreateInstructionConstraintsInstructionAsync> & SelfPlanAndSendFunctions;
177
161
  createPostAssertions: (input: CreatePostAssertionsAsyncInput) => ReturnType<typeof getCreatePostAssertionsInstructionAsync> & SelfPlanAndSendFunctions;
178
162
  depositFunds: (input: DepositFundsAsyncInput) => ReturnType<typeof getDepositFundsInstructionAsync> & SelfPlanAndSendFunctions;
179
- extendPda: (input: ExtendPdaInput) => ReturnType<typeof getExtendPdaInstruction> & SelfPlanAndSendFunctions;
180
163
  finalizeSession: (input: MakeOptional<FinalizeSessionAsyncInput, "payer">) => ReturnType<typeof getFinalizeSessionInstructionAsync> & SelfPlanAndSendFunctions;
181
- freezeVault: (input: FreezeVaultInput) => ReturnType<typeof getFreezeVaultInstruction> & SelfPlanAndSendFunctions;
164
+ freezeVault: (input: FreezeVaultAsyncInput) => ReturnType<typeof getFreezeVaultInstructionAsync> & SelfPlanAndSendFunctions;
182
165
  initializeVault: (input: InitializeVaultAsyncInput) => ReturnType<typeof getInitializeVaultInstructionAsync> & SelfPlanAndSendFunctions;
183
- pauseAgent: (input: PauseAgentInput) => ReturnType<typeof getPauseAgentInstruction> & SelfPlanAndSendFunctions;
166
+ initiateOwnershipTransfer: (input: InitiateOwnershipTransferAsyncInput) => ReturnType<typeof getInitiateOwnershipTransferInstructionAsync> & SelfPlanAndSendFunctions;
167
+ pauseAgent: (input: PauseAgentAsyncInput) => ReturnType<typeof getPauseAgentInstructionAsync> & SelfPlanAndSendFunctions;
168
+ promoteGraylistDestination: (input: PromoteGraylistDestinationAsyncInput) => ReturnType<typeof getPromoteGraylistDestinationInstructionAsync> & SelfPlanAndSendFunctions;
169
+ queueAgentGrant: (input: QueueAgentGrantAsyncInput) => ReturnType<typeof getQueueAgentGrantInstructionAsync> & SelfPlanAndSendFunctions;
184
170
  queueAgentPermissionsUpdate: (input: QueueAgentPermissionsUpdateAsyncInput) => ReturnType<typeof getQueueAgentPermissionsUpdateInstructionAsync> & SelfPlanAndSendFunctions;
185
- queueCloseConstraints: (input: QueueCloseConstraintsAsyncInput) => ReturnType<typeof getQueueCloseConstraintsInstructionAsync> & SelfPlanAndSendFunctions;
186
- queueConstraintsUpdate: (input: QueueConstraintsUpdateAsyncInput) => ReturnType<typeof getQueueConstraintsUpdateInstructionAsync> & SelfPlanAndSendFunctions;
187
171
  queuePolicyUpdate: (input: QueuePolicyUpdateAsyncInput) => ReturnType<typeof getQueuePolicyUpdateInstructionAsync> & SelfPlanAndSendFunctions;
188
- reactivateVault: (input: ReactivateVaultInput) => ReturnType<typeof getReactivateVaultInstruction> & SelfPlanAndSendFunctions;
189
- refundEscrow: (input: RefundEscrowAsyncInput) => ReturnType<typeof getRefundEscrowInstructionAsync> & SelfPlanAndSendFunctions;
190
- registerAgent: (input: RegisterAgentInput) => ReturnType<typeof getRegisterAgentInstruction> & SelfPlanAndSendFunctions;
191
- revokeAgent: (input: RevokeAgentInput) => ReturnType<typeof getRevokeAgentInstruction> & SelfPlanAndSendFunctions;
192
- settleEscrow: (input: SettleEscrowAsyncInput) => ReturnType<typeof getSettleEscrowInstructionAsync> & SelfPlanAndSendFunctions;
193
- unpauseAgent: (input: UnpauseAgentInput) => ReturnType<typeof getUnpauseAgentInstruction> & SelfPlanAndSendFunctions;
172
+ reactivateVault: (input: ReactivateVaultAsyncInput) => ReturnType<typeof getReactivateVaultInstructionAsync> & SelfPlanAndSendFunctions;
173
+ recordAgentViolation: (input: RecordAgentViolationAsyncInput) => ReturnType<typeof getRecordAgentViolationInstructionAsync> & SelfPlanAndSendFunctions;
174
+ registerAgent: (input: RegisterAgentAsyncInput) => ReturnType<typeof getRegisterAgentInstructionAsync> & SelfPlanAndSendFunctions;
175
+ revokeAgent: (input: RevokeAgentAsyncInput) => ReturnType<typeof getRevokeAgentInstructionAsync> & SelfPlanAndSendFunctions;
176
+ setObserveOnly: (input: SetObserveOnlyAsyncInput) => ReturnType<typeof getSetObserveOnlyInstructionAsync> & SelfPlanAndSendFunctions;
177
+ unpauseAgent: (input: UnpauseAgentAsyncInput) => ReturnType<typeof getUnpauseAgentInstructionAsync> & SelfPlanAndSendFunctions;
194
178
  validateAndAuthorize: (input: ValidateAndAuthorizeAsyncInput) => ReturnType<typeof getValidateAndAuthorizeInstructionAsync> & SelfPlanAndSendFunctions;
195
179
  withdrawFunds: (input: WithdrawFundsAsyncInput) => ReturnType<typeof getWithdrawFundsInstructionAsync> & SelfPlanAndSendFunctions;
196
180
  };
@@ -1 +1 @@
1
- {"version":3,"file":"sigil.d.ts","sourceRoot":"","sources":["../../../src/generated/programs/sigil.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sigil.d.ts","sourceRoot":"","sources":["../../../src/generated/programs/sigil.ts"],"names":[],"mappings":"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"}