@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.
- package/README.md +56 -0
- package/dist/advanced-analytics.d.ts +3 -2
- package/dist/advanced-analytics.d.ts.map +1 -1
- package/dist/advanced-analytics.js +9 -42
- package/dist/advanced-analytics.js.map +1 -1
- package/dist/agent-bootstrap.d.ts +117 -0
- package/dist/agent-bootstrap.d.ts.map +1 -0
- package/dist/agent-bootstrap.js +211 -0
- package/dist/agent-bootstrap.js.map +1 -0
- package/dist/agent-errors.d.ts +20 -4
- package/dist/agent-errors.d.ts.map +1 -1
- package/dist/agent-errors.js +947 -377
- package/dist/agent-errors.js.map +1 -1
- package/dist/audit-log.d.ts +101 -0
- package/dist/audit-log.d.ts.map +1 -0
- package/dist/audit-log.js +145 -0
- package/dist/audit-log.js.map +1 -0
- package/dist/build-unsigned.d.ts +152 -0
- package/dist/build-unsigned.d.ts.map +1 -0
- package/dist/build-unsigned.js +152 -0
- package/dist/build-unsigned.js.map +1 -0
- package/dist/caip2-network.d.ts +171 -0
- package/dist/caip2-network.d.ts.map +1 -0
- package/dist/caip2-network.js +202 -0
- package/dist/caip2-network.js.map +1 -0
- package/dist/canonical-encode.d.ts +59 -0
- package/dist/canonical-encode.d.ts.map +1 -0
- package/dist/canonical-encode.js +141 -0
- package/dist/canonical-encode.js.map +1 -0
- package/dist/cosign-helper.d.ts +264 -0
- package/dist/cosign-helper.d.ts.map +1 -0
- package/dist/cosign-helper.js +147 -0
- package/dist/cosign-helper.js.map +1 -0
- package/dist/create-vault.d.ts +102 -1
- package/dist/create-vault.d.ts.map +1 -1
- package/dist/create-vault.js +108 -9
- package/dist/create-vault.js.map +1 -1
- package/dist/dashboard/close-vault.d.ts +110 -0
- package/dist/dashboard/close-vault.d.ts.map +1 -0
- package/dist/dashboard/close-vault.js +165 -0
- package/dist/dashboard/close-vault.js.map +1 -0
- package/dist/dashboard/errors.d.ts +37 -0
- package/dist/dashboard/errors.d.ts.map +1 -1
- package/dist/dashboard/errors.js +81 -1
- package/dist/dashboard/errors.js.map +1 -1
- package/dist/dashboard/from-json.d.ts.map +1 -1
- package/dist/dashboard/from-json.js +1 -2
- package/dist/dashboard/from-json.js.map +1 -1
- package/dist/dashboard/index.d.ts +204 -31
- package/dist/dashboard/index.d.ts.map +1 -1
- package/dist/dashboard/index.js +290 -49
- package/dist/dashboard/index.js.map +1 -1
- package/dist/dashboard/mutations.d.ts +160 -10
- package/dist/dashboard/mutations.d.ts.map +1 -1
- package/dist/dashboard/mutations.js +584 -66
- package/dist/dashboard/mutations.js.map +1 -1
- package/dist/dashboard/post-assertion-validation.d.ts +88 -0
- package/dist/dashboard/post-assertion-validation.d.ts.map +1 -0
- package/dist/dashboard/post-assertion-validation.js +312 -0
- package/dist/dashboard/post-assertion-validation.js.map +1 -0
- package/dist/dashboard/reads.d.ts +92 -1
- package/dist/dashboard/reads.d.ts.map +1 -1
- package/dist/dashboard/reads.js +244 -26
- package/dist/dashboard/reads.js.map +1 -1
- package/dist/dashboard/types.d.ts +172 -21
- package/dist/dashboard/types.d.ts.map +1 -1
- package/dist/errors/agent-errors.generated.d.ts +21 -0
- package/dist/errors/agent-errors.generated.d.ts.map +1 -0
- package/dist/errors/agent-errors.generated.js +133 -0
- package/dist/errors/agent-errors.generated.js.map +1 -0
- package/dist/errors/codes.d.ts +21 -2
- package/dist/errors/codes.d.ts.map +1 -1
- package/dist/errors/codes.js +20 -1
- package/dist/errors/codes.js.map +1 -1
- package/dist/errors/context.d.ts +9 -1
- package/dist/errors/context.d.ts.map +1 -1
- package/dist/event-analytics.d.ts +1 -3
- package/dist/event-analytics.d.ts.map +1 -1
- package/dist/event-analytics.js +28 -81
- package/dist/event-analytics.js.map +1 -1
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +23 -13
- package/dist/events.js.map +1 -1
- package/dist/generated/accounts/agentSpendOverlay.d.ts +60 -0
- package/dist/generated/accounts/agentSpendOverlay.d.ts.map +1 -1
- package/dist/generated/accounts/agentSpendOverlay.js +6 -2
- package/dist/generated/accounts/agentSpendOverlay.js.map +1 -1
- package/dist/generated/accounts/agentVault.d.ts +168 -4
- package/dist/generated/accounts/agentVault.d.ts.map +1 -1
- package/dist/generated/accounts/agentVault.js +11 -3
- package/dist/generated/accounts/agentVault.js.map +1 -1
- package/dist/generated/accounts/auditLogRejected.d.ts +66 -0
- package/dist/generated/accounts/auditLogRejected.d.ts.map +1 -0
- package/dist/generated/accounts/auditLogRejected.js +68 -0
- package/dist/generated/accounts/auditLogRejected.js.map +1 -0
- package/dist/generated/accounts/auditLogSuccess.d.ts +78 -0
- package/dist/generated/accounts/auditLogSuccess.d.ts.map +1 -0
- package/dist/generated/accounts/auditLogSuccess.js +68 -0
- package/dist/generated/accounts/auditLogSuccess.js.map +1 -0
- package/dist/generated/accounts/index.d.ts +4 -4
- package/dist/generated/accounts/index.d.ts.map +1 -1
- package/dist/generated/accounts/index.js +4 -4
- package/dist/generated/accounts/index.js.map +1 -1
- package/dist/generated/accounts/pendingAgentGrant.d.ts +199 -0
- package/dist/generated/accounts/pendingAgentGrant.d.ts.map +1 -0
- package/dist/generated/accounts/pendingAgentGrant.js +75 -0
- package/dist/generated/accounts/pendingAgentGrant.js.map +1 -0
- package/dist/generated/accounts/pendingAgentPermissionsUpdate.d.ts +76 -0
- package/dist/generated/accounts/pendingAgentPermissionsUpdate.d.ts.map +1 -1
- package/dist/generated/accounts/pendingAgentPermissionsUpdate.js +9 -1
- package/dist/generated/accounts/pendingAgentPermissionsUpdate.js.map +1 -1
- package/dist/generated/accounts/pendingOwnershipTransfer.d.ts +131 -0
- package/dist/generated/accounts/pendingOwnershipTransfer.d.ts.map +1 -0
- package/dist/generated/accounts/pendingOwnershipTransfer.js +76 -0
- package/dist/generated/accounts/pendingOwnershipTransfer.js.map +1 -0
- package/dist/generated/accounts/pendingPolicyUpdate.d.ts +220 -4
- package/dist/generated/accounts/pendingPolicyUpdate.d.ts.map +1 -1
- package/dist/generated/accounts/pendingPolicyUpdate.js +25 -5
- package/dist/generated/accounts/pendingPolicyUpdate.js.map +1 -1
- package/dist/generated/accounts/policyConfig.d.ts +495 -34
- package/dist/generated/accounts/policyConfig.d.ts.map +1 -1
- package/dist/generated/accounts/policyConfig.js +34 -7
- package/dist/generated/accounts/policyConfig.js.map +1 -1
- package/dist/generated/accounts/postExecutionAssertions.d.ts +2 -2
- package/dist/generated/accounts/postExecutionAssertions.d.ts.map +1 -1
- package/dist/generated/accounts/postExecutionAssertions.js +3 -3
- package/dist/generated/accounts/sessionAuthority.d.ts +154 -12
- package/dist/generated/accounts/sessionAuthority.d.ts.map +1 -1
- package/dist/generated/accounts/sessionAuthority.js +12 -10
- package/dist/generated/accounts/sessionAuthority.js.map +1 -1
- package/dist/generated/accounts/spendTracker.d.ts +83 -3
- package/dist/generated/accounts/spendTracker.d.ts.map +1 -1
- package/dist/generated/accounts/spendTracker.js +14 -2
- package/dist/generated/accounts/spendTracker.js.map +1 -1
- package/dist/generated/errors/sigil.d.ts +160 -100
- package/dist/generated/errors/sigil.d.ts.map +1 -1
- package/dist/generated/errors/sigil.js +214 -124
- package/dist/generated/errors/sigil.js.map +1 -1
- package/dist/generated/event-discriminators.d.ts.map +1 -1
- package/dist/generated/event-discriminators.js +11 -13
- package/dist/generated/event-discriminators.js.map +1 -1
- package/dist/generated/instructions/acceptOwnershipTransfer.d.ts +142 -0
- package/dist/generated/instructions/acceptOwnershipTransfer.d.ts.map +1 -0
- package/dist/generated/instructions/acceptOwnershipTransfer.js +171 -0
- package/dist/generated/instructions/acceptOwnershipTransfer.js.map +1 -0
- package/dist/generated/instructions/acceptOwnershipTransferMultisig.d.ts +142 -0
- package/dist/generated/instructions/acceptOwnershipTransferMultisig.d.ts.map +1 -0
- package/dist/generated/instructions/acceptOwnershipTransferMultisig.js +171 -0
- package/dist/generated/instructions/acceptOwnershipTransferMultisig.js.map +1 -0
- package/dist/generated/instructions/applyAgentGrant.d.ts +100 -0
- package/dist/generated/instructions/applyAgentGrant.d.ts.map +1 -0
- package/dist/generated/instructions/{applyConstraintsUpdate.js → applyAgentGrant.js} +66 -42
- package/dist/generated/instructions/applyAgentGrant.js.map +1 -0
- package/dist/generated/instructions/applyAgentPermissionsUpdate.d.ts +31 -8
- package/dist/generated/instructions/applyAgentPermissionsUpdate.d.ts.map +1 -1
- package/dist/generated/instructions/applyAgentPermissionsUpdate.js +38 -2
- package/dist/generated/instructions/applyAgentPermissionsUpdate.js.map +1 -1
- package/dist/generated/instructions/applyPendingPolicy.d.ts +18 -7
- package/dist/generated/instructions/applyPendingPolicy.d.ts.map +1 -1
- package/dist/generated/instructions/applyPendingPolicy.js +38 -2
- package/dist/generated/instructions/applyPendingPolicy.js.map +1 -1
- package/dist/generated/instructions/cancelAgentGrant.d.ts +106 -0
- package/dist/generated/instructions/cancelAgentGrant.d.ts.map +1 -0
- package/dist/generated/instructions/{allocatePendingConstraintsPda.js → cancelAgentGrant.js} +54 -42
- package/dist/generated/instructions/cancelAgentGrant.js.map +1 -0
- package/dist/generated/instructions/cancelOwnershipTransfer.d.ts +121 -0
- package/dist/generated/instructions/cancelOwnershipTransfer.d.ts.map +1 -0
- package/dist/generated/instructions/{queueCloseConstraints.js → cancelOwnershipTransfer.js} +58 -44
- package/dist/generated/instructions/cancelOwnershipTransfer.js.map +1 -0
- package/dist/generated/instructions/closePostAssertions.d.ts +6 -1
- package/dist/generated/instructions/closePostAssertions.d.ts.map +1 -1
- package/dist/generated/instructions/closePostAssertions.js +11 -3
- package/dist/generated/instructions/closePostAssertions.js.map +1 -1
- package/dist/generated/instructions/closeVault.d.ts +40 -8
- package/dist/generated/instructions/closeVault.d.ts.map +1 -1
- package/dist/generated/instructions/closeVault.js +40 -2
- package/dist/generated/instructions/closeVault.js.map +1 -1
- package/dist/generated/instructions/createPostAssertions.d.ts +4 -0
- package/dist/generated/instructions/createPostAssertions.d.ts.map +1 -1
- package/dist/generated/instructions/createPostAssertions.js +2 -0
- package/dist/generated/instructions/createPostAssertions.js.map +1 -1
- package/dist/generated/instructions/depositFunds.d.ts +21 -10
- package/dist/generated/instructions/depositFunds.d.ts.map +1 -1
- package/dist/generated/instructions/depositFunds.js +37 -2
- package/dist/generated/instructions/depositFunds.js.map +1 -1
- package/dist/generated/instructions/finalizeSession.d.ts +49 -7
- package/dist/generated/instructions/finalizeSession.d.ts.map +1 -1
- package/dist/generated/instructions/finalizeSession.js +59 -2
- package/dist/generated/instructions/finalizeSession.js.map +1 -1
- package/dist/generated/instructions/freezeVault.d.ts +39 -5
- package/dist/generated/instructions/freezeVault.d.ts.map +1 -1
- package/dist/generated/instructions/freezeVault.js +77 -5
- package/dist/generated/instructions/freezeVault.js.map +1 -1
- package/dist/generated/instructions/index.d.ts +10 -14
- package/dist/generated/instructions/index.d.ts.map +1 -1
- package/dist/generated/instructions/index.js +10 -14
- package/dist/generated/instructions/index.js.map +1 -1
- package/dist/generated/instructions/initializeVault.d.ts +79 -13
- package/dist/generated/instructions/initializeVault.d.ts.map +1 -1
- package/dist/generated/instructions/initializeVault.js +57 -5
- package/dist/generated/instructions/initializeVault.js.map +1 -1
- package/dist/generated/instructions/initiateOwnershipTransfer.d.ts +106 -0
- package/dist/generated/instructions/initiateOwnershipTransfer.d.ts.map +1 -0
- package/dist/generated/instructions/initiateOwnershipTransfer.js +181 -0
- package/dist/generated/instructions/initiateOwnershipTransfer.js.map +1 -0
- package/dist/generated/instructions/pauseAgent.d.ts +49 -5
- package/dist/generated/instructions/pauseAgent.d.ts.map +1 -1
- package/dist/generated/instructions/pauseAgent.js +80 -5
- package/dist/generated/instructions/pauseAgent.js.map +1 -1
- package/dist/generated/instructions/promoteGraylistDestination.d.ts +56 -0
- package/dist/generated/instructions/promoteGraylistDestination.d.ts.map +1 -0
- package/dist/generated/instructions/{createInstructionConstraints.js → promoteGraylistDestination.js} +23 -40
- package/dist/generated/instructions/promoteGraylistDestination.js.map +1 -0
- package/dist/generated/instructions/queueAgentGrant.d.ts +113 -0
- package/dist/generated/instructions/queueAgentGrant.d.ts.map +1 -0
- package/dist/generated/instructions/queueAgentGrant.js +181 -0
- package/dist/generated/instructions/queueAgentGrant.js.map +1 -0
- package/dist/generated/instructions/queueAgentPermissionsUpdate.d.ts +8 -0
- package/dist/generated/instructions/queueAgentPermissionsUpdate.d.ts.map +1 -1
- package/dist/generated/instructions/queueAgentPermissionsUpdate.js +4 -0
- package/dist/generated/instructions/queueAgentPermissionsUpdate.js.map +1 -1
- package/dist/generated/instructions/queuePolicyUpdate.d.ts +40 -8
- package/dist/generated/instructions/queuePolicyUpdate.d.ts.map +1 -1
- package/dist/generated/instructions/queuePolicyUpdate.js +21 -5
- package/dist/generated/instructions/queuePolicyUpdate.js.map +1 -1
- package/dist/generated/instructions/reactivateVault.d.ts +71 -5
- package/dist/generated/instructions/reactivateVault.d.ts.map +1 -1
- package/dist/generated/instructions/reactivateVault.js +80 -5
- package/dist/generated/instructions/reactivateVault.js.map +1 -1
- package/dist/generated/instructions/recordAgentViolation.d.ts +89 -0
- package/dist/generated/instructions/recordAgentViolation.d.ts.map +1 -0
- package/dist/generated/instructions/recordAgentViolation.js +152 -0
- package/dist/generated/instructions/recordAgentViolation.js.map +1 -0
- package/dist/generated/instructions/registerAgent.d.ts +84 -6
- package/dist/generated/instructions/registerAgent.d.ts.map +1 -1
- package/dist/generated/instructions/registerAgent.js +81 -4
- package/dist/generated/instructions/registerAgent.js.map +1 -1
- package/dist/generated/instructions/revokeAgent.d.ts +49 -6
- package/dist/generated/instructions/revokeAgent.d.ts.map +1 -1
- package/dist/generated/instructions/revokeAgent.js +81 -4
- package/dist/generated/instructions/revokeAgent.js.map +1 -1
- package/dist/generated/instructions/setObserveOnly.d.ts +56 -0
- package/dist/generated/instructions/setObserveOnly.d.ts.map +1 -0
- package/dist/generated/instructions/setObserveOnly.js +111 -0
- package/dist/generated/instructions/setObserveOnly.js.map +1 -0
- package/dist/generated/instructions/unpauseAgent.d.ts +46 -5
- package/dist/generated/instructions/unpauseAgent.d.ts.map +1 -1
- package/dist/generated/instructions/unpauseAgent.js +80 -5
- package/dist/generated/instructions/unpauseAgent.js.map +1 -1
- package/dist/generated/instructions/validateAndAuthorize.d.ts +29 -0
- package/dist/generated/instructions/validateAndAuthorize.d.ts.map +1 -1
- package/dist/generated/instructions/validateAndAuthorize.js +4 -0
- package/dist/generated/instructions/validateAndAuthorize.js.map +1 -1
- package/dist/generated/instructions/withdrawFunds.d.ts +53 -11
- package/dist/generated/instructions/withdrawFunds.d.ts.map +1 -1
- package/dist/generated/instructions/withdrawFunds.js +51 -2
- package/dist/generated/instructions/withdrawFunds.js.map +1 -1
- package/dist/generated/programs/sigil.d.ts +79 -95
- package/dist/generated/programs/sigil.d.ts.map +1 -1
- package/dist/generated/programs/sigil.js +139 -187
- package/dist/generated/programs/sigil.js.map +1 -1
- package/dist/generated/types/actionAuthorized.d.ts +0 -2
- package/dist/generated/types/actionAuthorized.d.ts.map +1 -1
- package/dist/generated/types/actionAuthorized.js +0 -2
- package/dist/generated/types/actionAuthorized.js.map +1 -1
- package/dist/generated/types/agentAutoRevoked.d.ts +31 -0
- package/dist/generated/types/agentAutoRevoked.d.ts.map +1 -0
- package/dist/generated/types/{pdaAllocated.js → agentAutoRevoked.js} +12 -10
- package/dist/generated/types/agentAutoRevoked.js.map +1 -0
- package/dist/generated/types/agentEntry.d.ts +48 -0
- package/dist/generated/types/agentEntry.d.ts.map +1 -1
- package/dist/generated/types/agentEntry.js +4 -2
- package/dist/generated/types/agentEntry.js.map +1 -1
- package/dist/generated/types/agentGrantApplied.d.ts +38 -0
- package/dist/generated/types/agentGrantApplied.d.ts.map +1 -0
- package/dist/generated/types/agentGrantApplied.js +34 -0
- package/dist/generated/types/agentGrantApplied.js.map +1 -0
- package/dist/generated/types/agentGrantCancelled.d.ts +33 -0
- package/dist/generated/types/agentGrantCancelled.d.ts.map +1 -0
- package/dist/generated/types/agentGrantCancelled.js +28 -0
- package/dist/generated/types/agentGrantCancelled.js.map +1 -0
- package/dist/generated/types/agentGrantQueued.d.ts +38 -0
- package/dist/generated/types/agentGrantQueued.d.ts.map +1 -0
- package/dist/generated/types/agentGrantQueued.js +32 -0
- package/dist/generated/types/agentGrantQueued.js.map +1 -0
- package/dist/generated/types/auditEntry.d.ts +120 -0
- package/dist/generated/types/auditEntry.d.ts.map +1 -0
- package/dist/generated/types/auditEntry.js +34 -0
- package/dist/generated/types/auditEntry.js.map +1 -0
- package/dist/generated/types/destinationGraylistEntry.d.ts +32 -0
- package/dist/generated/types/destinationGraylistEntry.d.ts.map +1 -0
- package/dist/generated/types/destinationGraylistEntry.js +24 -0
- package/dist/generated/types/destinationGraylistEntry.js.map +1 -0
- package/dist/generated/types/graylistEntered.d.ts +31 -0
- package/dist/generated/types/graylistEntered.d.ts.map +1 -0
- package/dist/generated/types/graylistEntered.js +30 -0
- package/dist/generated/types/graylistEntered.js.map +1 -0
- package/dist/generated/types/graylistPromoted.d.ts +29 -0
- package/dist/generated/types/graylistPromoted.d.ts.map +1 -0
- package/dist/generated/types/graylistPromoted.js +28 -0
- package/dist/generated/types/graylistPromoted.js.map +1 -0
- package/dist/generated/types/index.d.ts +13 -21
- package/dist/generated/types/index.d.ts.map +1 -1
- package/dist/generated/types/index.js +13 -21
- package/dist/generated/types/index.js.map +1 -1
- package/dist/generated/types/observeOnlyChanged.d.ts +33 -0
- package/dist/generated/types/observeOnlyChanged.d.ts.map +1 -0
- package/dist/generated/types/observeOnlyChanged.js +32 -0
- package/dist/generated/types/observeOnlyChanged.js.map +1 -0
- package/dist/generated/types/ownershipTransferAccepted.d.ts +32 -0
- package/dist/generated/types/ownershipTransferAccepted.d.ts.map +1 -0
- package/dist/generated/types/ownershipTransferAccepted.js +30 -0
- package/dist/generated/types/ownershipTransferAccepted.js.map +1 -0
- package/dist/generated/types/ownershipTransferCancelled.d.ts +29 -0
- package/dist/generated/types/ownershipTransferCancelled.d.ts.map +1 -0
- package/dist/generated/types/ownershipTransferCancelled.js +28 -0
- package/dist/generated/types/ownershipTransferCancelled.js.map +1 -0
- package/dist/generated/types/ownershipTransferInitiated.d.ts +33 -0
- package/dist/generated/types/ownershipTransferInitiated.d.ts.map +1 -0
- package/dist/generated/types/ownershipTransferInitiated.js +30 -0
- package/dist/generated/types/ownershipTransferInitiated.js.map +1 -0
- package/dist/generated/types/perRecipientCounter.d.ts +61 -0
- package/dist/generated/types/perRecipientCounter.d.ts.map +1 -0
- package/dist/generated/types/perRecipientCounter.js +26 -0
- package/dist/generated/types/perRecipientCounter.js.map +1 -0
- package/dist/generated/types/postAssertionEntry.d.ts +14 -7
- package/dist/generated/types/postAssertionEntry.d.ts.map +1 -1
- package/dist/generated/types/postAssertionEntry.js +5 -7
- package/dist/generated/types/postAssertionEntry.js.map +1 -1
- package/dist/generated/types/postAssertionEntryZC.d.ts +53 -22
- package/dist/generated/types/postAssertionEntryZC.d.ts.map +1 -1
- package/dist/generated/types/postAssertionEntryZC.js +4 -6
- package/dist/generated/types/postAssertionEntryZC.js.map +1 -1
- package/dist/generated/types/sessionFinalized.d.ts +0 -4
- package/dist/generated/types/sessionFinalized.d.ts.map +1 -1
- package/dist/generated/types/sessionFinalized.js +0 -2
- package/dist/generated/types/sessionFinalized.js.map +1 -1
- package/dist/generated/types/vaultFrozen.d.ts +26 -0
- package/dist/generated/types/vaultFrozen.d.ts.map +1 -1
- package/dist/generated/types/vaultFrozen.js +5 -1
- package/dist/generated/types/vaultFrozen.js.map +1 -1
- package/dist/index.d.ts +35 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +81 -7
- package/dist/index.js.map +1 -1
- package/dist/inscribe.d.ts +0 -4
- package/dist/inscribe.d.ts.map +1 -1
- package/dist/inscribe.js +0 -1
- package/dist/inscribe.js.map +1 -1
- package/dist/inspector.d.ts +0 -23
- package/dist/inspector.d.ts.map +1 -1
- package/dist/inspector.js +0 -52
- package/dist/inspector.js.map +1 -1
- package/dist/kit-adapter.d.ts +1 -1
- package/dist/kit-adapter.d.ts.map +1 -1
- package/dist/kit-adapter.js +1 -1
- package/dist/kit-adapter.js.map +1 -1
- package/dist/logger.d.ts +48 -0
- package/dist/logger.d.ts.map +1 -1
- package/dist/logger.js +36 -0
- package/dist/logger.js.map +1 -1
- package/dist/multisig-detection.d.ts +83 -0
- package/dist/multisig-detection.d.ts.map +1 -0
- package/dist/multisig-detection.js +128 -0
- package/dist/multisig-detection.js.map +1 -0
- package/dist/owner-transaction.d.ts +8 -0
- package/dist/owner-transaction.d.ts.map +1 -1
- package/dist/owner-transaction.js +1 -0
- package/dist/owner-transaction.js.map +1 -1
- package/dist/ownership-transfer.d.ts +79 -0
- package/dist/ownership-transfer.d.ts.map +1 -0
- package/dist/ownership-transfer.js +66 -0
- package/dist/ownership-transfer.js.map +1 -0
- package/dist/policy/compute-cosign-digest.d.ts +193 -0
- package/dist/policy/compute-cosign-digest.d.ts.map +1 -0
- package/dist/policy/compute-cosign-digest.js +318 -0
- package/dist/policy/compute-cosign-digest.js.map +1 -0
- package/dist/policy/compute-policy-preview-digest.d.ts +258 -0
- package/dist/policy/compute-policy-preview-digest.d.ts.map +1 -0
- package/dist/policy/compute-policy-preview-digest.js +351 -0
- package/dist/policy/compute-policy-preview-digest.js.map +1 -0
- package/dist/policy-attestation.d.ts +51 -0
- package/dist/policy-attestation.d.ts.map +1 -0
- package/dist/policy-attestation.js +43 -0
- package/dist/policy-attestation.js.map +1 -0
- package/dist/presets.d.ts +1 -7
- package/dist/presets.d.ts.map +1 -1
- package/dist/presets.js +0 -5
- package/dist/presets.js.map +1 -1
- package/dist/preview-create-vault.d.ts +280 -0
- package/dist/preview-create-vault.d.ts.map +1 -0
- package/dist/preview-create-vault.js +498 -0
- package/dist/preview-create-vault.js.map +1 -0
- package/dist/resolve-accounts.d.ts +75 -10
- package/dist/resolve-accounts.d.ts.map +1 -1
- package/dist/resolve-accounts.js +68 -32
- package/dist/resolve-accounts.js.map +1 -1
- package/dist/rpc-helpers.d.ts +29 -3
- package/dist/rpc-helpers.d.ts.map +1 -1
- package/dist/rpc-helpers.js +51 -12
- package/dist/rpc-helpers.js.map +1 -1
- package/dist/seal/intent-digest.d.ts +195 -0
- package/dist/seal/intent-digest.d.ts.map +1 -0
- package/dist/seal/intent-digest.js +372 -0
- package/dist/seal/intent-digest.js.map +1 -0
- package/dist/seal.d.ts +166 -3
- package/dist/seal.d.ts.map +1 -1
- package/dist/seal.js +428 -8
- package/dist/seal.js.map +1 -1
- package/dist/security-analytics.d.ts +3 -3
- package/dist/security-analytics.d.ts.map +1 -1
- package/dist/security-analytics.js +13 -128
- package/dist/security-analytics.js.map +1 -1
- package/dist/session-mint.d.ts +72 -0
- package/dist/session-mint.d.ts.map +1 -0
- package/dist/session-mint.js +59 -0
- package/dist/session-mint.js.map +1 -0
- package/dist/sigil.d.ts +0 -4
- package/dist/sigil.d.ts.map +1 -1
- package/dist/simulation.d.ts +19 -0
- package/dist/simulation.d.ts.map +1 -1
- package/dist/simulation.js +211 -138
- package/dist/simulation.js.map +1 -1
- package/dist/squads-detection.d.ts +135 -0
- package/dist/squads-detection.d.ts.map +1 -0
- package/dist/squads-detection.js +124 -0
- package/dist/squads-detection.js.map +1 -0
- package/dist/state-resolver.d.ts +0 -16
- package/dist/state-resolver.d.ts.map +1 -1
- package/dist/state-resolver.js +162 -97
- package/dist/state-resolver.js.map +1 -1
- package/dist/testing/devnet.d.ts +40 -1
- package/dist/testing/devnet.d.ts.map +1 -1
- package/dist/testing/devnet.js +333 -45
- package/dist/testing/devnet.js.map +1 -1
- package/dist/testing/errors/expect.d.ts +137 -0
- package/dist/testing/errors/expect.d.ts.map +1 -0
- package/dist/testing/errors/expect.js +372 -0
- package/dist/testing/errors/expect.js.map +1 -0
- package/dist/testing/errors/index.d.ts +3 -0
- package/dist/testing/errors/index.d.ts.map +1 -0
- package/dist/testing/errors/index.js +8 -0
- package/dist/testing/errors/index.js.map +1 -0
- package/dist/testing/errors/names.generated.d.ts +211 -0
- package/dist/testing/errors/names.generated.d.ts.map +1 -0
- package/dist/testing/errors/names.generated.js +206 -0
- package/dist/testing/errors/names.generated.js.map +1 -0
- package/dist/testing/index.d.ts +1 -0
- package/dist/testing/index.d.ts.map +1 -1
- package/dist/testing/index.js +8 -0
- package/dist/testing/index.js.map +1 -1
- package/dist/testing/mock-rpc.d.ts +16 -0
- package/dist/testing/mock-rpc.d.ts.map +1 -1
- package/dist/testing/mock-rpc.js +27 -0
- package/dist/testing/mock-rpc.js.map +1 -1
- package/dist/testing/mock-state.d.ts +2 -0
- package/dist/testing/mock-state.d.ts.map +1 -1
- package/dist/testing/mock-state.js +45 -6
- package/dist/testing/mock-state.js.map +1 -1
- package/dist/types.d.ts +5 -15
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +11 -69
- package/dist/types.js.map +1 -1
- package/dist/vault-analytics.d.ts +0 -2
- package/dist/vault-analytics.d.ts.map +1 -1
- package/dist/vault-analytics.js +1 -9
- package/dist/vault-analytics.js.map +1 -1
- package/package.json +12 -5
- package/dist/dashboard/constraint-reads.d.ts +0 -50
- package/dist/dashboard/constraint-reads.d.ts.map +0 -1
- package/dist/dashboard/constraint-reads.js +0 -119
- package/dist/dashboard/constraint-reads.js.map +0 -1
- package/dist/generated/accounts/escrowDeposit.d.ts +0 -50
- package/dist/generated/accounts/escrowDeposit.d.ts.map +0 -1
- package/dist/generated/accounts/escrowDeposit.js +0 -76
- package/dist/generated/accounts/escrowDeposit.js.map +0 -1
- package/dist/generated/accounts/instructionConstraints.d.ts +0 -46
- package/dist/generated/accounts/instructionConstraints.d.ts.map +0 -1
- package/dist/generated/accounts/instructionConstraints.js +0 -73
- package/dist/generated/accounts/instructionConstraints.js.map +0 -1
- package/dist/generated/accounts/pendingCloseConstraints.d.ts +0 -37
- package/dist/generated/accounts/pendingCloseConstraints.d.ts.map +0 -1
- package/dist/generated/accounts/pendingCloseConstraints.js +0 -66
- package/dist/generated/accounts/pendingCloseConstraints.js.map +0 -1
- package/dist/generated/accounts/pendingConstraintsUpdate.d.ts +0 -62
- package/dist/generated/accounts/pendingConstraintsUpdate.d.ts.map +0 -1
- package/dist/generated/accounts/pendingConstraintsUpdate.js +0 -75
- package/dist/generated/accounts/pendingConstraintsUpdate.js.map +0 -1
- package/dist/generated/instructions/allocateConstraintsPda.d.ts +0 -62
- package/dist/generated/instructions/allocateConstraintsPda.d.ts.map +0 -1
- package/dist/generated/instructions/allocateConstraintsPda.js +0 -134
- package/dist/generated/instructions/allocateConstraintsPda.js.map +0 -1
- package/dist/generated/instructions/allocatePendingConstraintsPda.d.ts +0 -66
- package/dist/generated/instructions/allocatePendingConstraintsPda.d.ts.map +0 -1
- package/dist/generated/instructions/allocatePendingConstraintsPda.js.map +0 -1
- package/dist/generated/instructions/applyCloseConstraints.d.ts +0 -59
- package/dist/generated/instructions/applyCloseConstraints.d.ts.map +0 -1
- package/dist/generated/instructions/applyCloseConstraints.js +0 -143
- package/dist/generated/instructions/applyCloseConstraints.js.map +0 -1
- package/dist/generated/instructions/applyConstraintsUpdate.d.ts +0 -62
- package/dist/generated/instructions/applyConstraintsUpdate.d.ts.map +0 -1
- package/dist/generated/instructions/applyConstraintsUpdate.js.map +0 -1
- package/dist/generated/instructions/cancelCloseConstraints.d.ts +0 -51
- package/dist/generated/instructions/cancelCloseConstraints.d.ts.map +0 -1
- package/dist/generated/instructions/cancelCloseConstraints.js +0 -115
- package/dist/generated/instructions/cancelCloseConstraints.js.map +0 -1
- package/dist/generated/instructions/cancelConstraintsUpdate.d.ts +0 -51
- package/dist/generated/instructions/cancelConstraintsUpdate.d.ts.map +0 -1
- package/dist/generated/instructions/cancelConstraintsUpdate.js +0 -115
- package/dist/generated/instructions/cancelConstraintsUpdate.js.map +0 -1
- package/dist/generated/instructions/closeSettledEscrow.d.ts +0 -72
- package/dist/generated/instructions/closeSettledEscrow.d.ts.map +0 -1
- package/dist/generated/instructions/closeSettledEscrow.js +0 -127
- package/dist/generated/instructions/closeSettledEscrow.js.map +0 -1
- package/dist/generated/instructions/createEscrow.d.ts +0 -131
- package/dist/generated/instructions/createEscrow.d.ts.map +0 -1
- package/dist/generated/instructions/createEscrow.js +0 -272
- package/dist/generated/instructions/createEscrow.js.map +0 -1
- package/dist/generated/instructions/createInstructionConstraints.d.ts +0 -68
- package/dist/generated/instructions/createInstructionConstraints.d.ts.map +0 -1
- package/dist/generated/instructions/createInstructionConstraints.js.map +0 -1
- package/dist/generated/instructions/extendPda.d.ts +0 -52
- package/dist/generated/instructions/extendPda.d.ts.map +0 -1
- package/dist/generated/instructions/extendPda.js +0 -86
- package/dist/generated/instructions/extendPda.js.map +0 -1
- package/dist/generated/instructions/queueCloseConstraints.d.ts +0 -66
- package/dist/generated/instructions/queueCloseConstraints.d.ts.map +0 -1
- package/dist/generated/instructions/queueCloseConstraints.js.map +0 -1
- package/dist/generated/instructions/queueConstraintsUpdate.d.ts +0 -75
- package/dist/generated/instructions/queueConstraintsUpdate.d.ts.map +0 -1
- package/dist/generated/instructions/queueConstraintsUpdate.js +0 -154
- package/dist/generated/instructions/queueConstraintsUpdate.js.map +0 -1
- package/dist/generated/instructions/refundEscrow.d.ts +0 -74
- package/dist/generated/instructions/refundEscrow.d.ts.map +0 -1
- package/dist/generated/instructions/refundEscrow.js +0 -142
- package/dist/generated/instructions/refundEscrow.js.map +0 -1
- package/dist/generated/instructions/settleEscrow.d.ts +0 -80
- package/dist/generated/instructions/settleEscrow.d.ts.map +0 -1
- package/dist/generated/instructions/settleEscrow.js +0 -173
- package/dist/generated/instructions/settleEscrow.js.map +0 -1
- package/dist/generated/types/accountConstraint.d.ts +0 -18
- package/dist/generated/types/accountConstraint.d.ts.map +0 -1
- package/dist/generated/types/accountConstraint.js +0 -24
- package/dist/generated/types/accountConstraint.js.map +0 -1
- package/dist/generated/types/accountConstraintZC.d.ts +0 -18
- package/dist/generated/types/accountConstraintZC.d.ts.map +0 -1
- package/dist/generated/types/accountConstraintZC.js +0 -26
- package/dist/generated/types/accountConstraintZC.js.map +0 -1
- package/dist/generated/types/closeConstraintsApplied.d.ts +0 -20
- package/dist/generated/types/closeConstraintsApplied.d.ts.map +0 -1
- package/dist/generated/types/closeConstraintsApplied.js +0 -24
- package/dist/generated/types/closeConstraintsApplied.js.map +0 -1
- package/dist/generated/types/closeConstraintsCancelled.d.ts +0 -16
- package/dist/generated/types/closeConstraintsCancelled.d.ts.map +0 -1
- package/dist/generated/types/closeConstraintsCancelled.js +0 -18
- package/dist/generated/types/closeConstraintsCancelled.js.map +0 -1
- package/dist/generated/types/closeConstraintsQueued.d.ts +0 -20
- package/dist/generated/types/closeConstraintsQueued.d.ts.map +0 -1
- package/dist/generated/types/closeConstraintsQueued.js +0 -24
- package/dist/generated/types/closeConstraintsQueued.js.map +0 -1
- package/dist/generated/types/constraintEntry.d.ts +0 -39
- package/dist/generated/types/constraintEntry.d.ts.map +0 -1
- package/dist/generated/types/constraintEntry.js +0 -31
- package/dist/generated/types/constraintEntry.js.map +0 -1
- package/dist/generated/types/constraintEntryZC.d.ts +0 -68
- package/dist/generated/types/constraintEntryZC.d.ts.map +0 -1
- package/dist/generated/types/constraintEntryZC.js +0 -49
- package/dist/generated/types/constraintEntryZC.js.map +0 -1
- package/dist/generated/types/constraintOperator.d.ts +0 -22
- package/dist/generated/types/constraintOperator.d.ts.map +0 -1
- package/dist/generated/types/constraintOperator.js +0 -28
- package/dist/generated/types/constraintOperator.js.map +0 -1
- package/dist/generated/types/constraintsChangeApplied.d.ts +0 -30
- package/dist/generated/types/constraintsChangeApplied.d.ts.map +0 -1
- package/dist/generated/types/constraintsChangeApplied.js +0 -32
- package/dist/generated/types/constraintsChangeApplied.js.map +0 -1
- package/dist/generated/types/constraintsChangeCancelled.d.ts +0 -16
- package/dist/generated/types/constraintsChangeCancelled.d.ts.map +0 -1
- package/dist/generated/types/constraintsChangeCancelled.js +0 -18
- package/dist/generated/types/constraintsChangeCancelled.js.map +0 -1
- package/dist/generated/types/constraintsChangeQueued.d.ts +0 -30
- package/dist/generated/types/constraintsChangeQueued.d.ts.map +0 -1
- package/dist/generated/types/constraintsChangeQueued.js +0 -32
- package/dist/generated/types/constraintsChangeQueued.js.map +0 -1
- package/dist/generated/types/dataConstraint.d.ts +0 -23
- package/dist/generated/types/dataConstraint.d.ts.map +0 -1
- package/dist/generated/types/dataConstraint.js +0 -27
- package/dist/generated/types/dataConstraint.js.map +0 -1
- package/dist/generated/types/dataConstraintZC.d.ts +0 -20
- package/dist/generated/types/dataConstraintZC.d.ts.map +0 -1
- package/dist/generated/types/dataConstraintZC.js +0 -30
- package/dist/generated/types/dataConstraintZC.js.map +0 -1
- package/dist/generated/types/discriminatorFormat.d.ts +0 -25
- package/dist/generated/types/discriminatorFormat.d.ts.map +0 -1
- package/dist/generated/types/discriminatorFormat.js +0 -31
- package/dist/generated/types/discriminatorFormat.js.map +0 -1
- package/dist/generated/types/escrowCreated.d.ts +0 -30
- package/dist/generated/types/escrowCreated.d.ts.map +0 -1
- package/dist/generated/types/escrowCreated.js +0 -34
- package/dist/generated/types/escrowCreated.js.map +0 -1
- package/dist/generated/types/escrowRefunded.d.ts +0 -26
- package/dist/generated/types/escrowRefunded.d.ts.map +0 -1
- package/dist/generated/types/escrowRefunded.js +0 -30
- package/dist/generated/types/escrowRefunded.js.map +0 -1
- package/dist/generated/types/escrowSettled.d.ts +0 -26
- package/dist/generated/types/escrowSettled.d.ts.map +0 -1
- package/dist/generated/types/escrowSettled.js +0 -30
- package/dist/generated/types/escrowSettled.js.map +0 -1
- package/dist/generated/types/escrowStatus.d.ts +0 -18
- package/dist/generated/types/escrowStatus.d.ts.map +0 -1
- package/dist/generated/types/escrowStatus.js +0 -24
- package/dist/generated/types/escrowStatus.js.map +0 -1
- package/dist/generated/types/instructionConstraintsCreated.d.ts +0 -34
- package/dist/generated/types/instructionConstraintsCreated.d.ts.map +0 -1
- package/dist/generated/types/instructionConstraintsCreated.js +0 -36
- package/dist/generated/types/instructionConstraintsCreated.js.map +0 -1
- package/dist/generated/types/pdaAllocated.d.ts +0 -24
- package/dist/generated/types/pdaAllocated.d.ts.map +0 -1
- package/dist/generated/types/pdaAllocated.js.map +0 -1
- package/dist/generated/types/pdaExtended.d.ts +0 -24
- package/dist/generated/types/pdaExtended.d.ts.map +0 -1
- package/dist/generated/types/pdaExtended.js +0 -28
- package/dist/generated/types/pdaExtended.js.map +0 -1
- package/dist/integrations/protocol-handler.d.ts +0 -59
- package/dist/integrations/protocol-handler.d.ts.map +0 -1
- package/dist/integrations/protocol-handler.js +0 -9
- 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,
|
|
11
|
-
import {
|
|
12
|
-
export declare const SIGIL_PROGRAM_ADDRESS: Address<"
|
|
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
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
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
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
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 = "
|
|
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.
|
|
74
|
-
} &
|
|
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.
|
|
88
|
-
} &
|
|
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.
|
|
128
|
-
} &
|
|
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.
|
|
134
|
-
} &
|
|
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
|
-
|
|
150
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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:
|
|
164
|
+
freezeVault: (input: FreezeVaultAsyncInput) => ReturnType<typeof getFreezeVaultInstructionAsync> & SelfPlanAndSendFunctions;
|
|
182
165
|
initializeVault: (input: InitializeVaultAsyncInput) => ReturnType<typeof getInitializeVaultInstructionAsync> & SelfPlanAndSendFunctions;
|
|
183
|
-
|
|
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:
|
|
189
|
-
|
|
190
|
-
registerAgent: (input:
|
|
191
|
-
revokeAgent: (input:
|
|
192
|
-
|
|
193
|
-
unpauseAgent: (input:
|
|
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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"}
|