@cobo/agentic-wallet 0.1.1 → 0.1.2
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 +204 -63
- package/dist/api/audit-api.d.ts +5 -3
- package/dist/api/audit-api.d.ts.map +1 -1
- package/dist/api/audit-api.js +11 -3
- package/dist/api/audit-api.js.map +1 -1
- package/dist/api/balance-api.d.ts +5 -3
- package/dist/api/balance-api.d.ts.map +1 -1
- package/dist/api/balance-api.js +11 -3
- package/dist/api/balance-api.js.map +1 -1
- package/dist/api/coin-price-api.d.ts +3 -3
- package/dist/api/coin-price-api.d.ts.map +1 -1
- package/dist/api/coin-price-api.js +2 -2
- package/dist/api/coin-price-api.js.map +1 -1
- package/dist/api/identity-api.d.ts +29 -24
- package/dist/api/identity-api.d.ts.map +1 -1
- package/dist/api/identity-api.js +75 -55
- package/dist/api/identity-api.js.map +1 -1
- package/dist/api/metadata-api.d.ts +17 -8
- package/dist/api/metadata-api.d.ts.map +1 -1
- package/dist/api/metadata-api.js +45 -10
- package/dist/api/metadata-api.js.map +1 -1
- package/dist/api/pacts-api.d.ts +69 -10
- package/dist/api/pacts-api.d.ts.map +1 -1
- package/dist/api/pacts-api.js +239 -10
- package/dist/api/pacts-api.js.map +1 -1
- package/dist/api/pending-operations-api.d.ts +64 -0
- package/dist/api/pending-operations-api.d.ts.map +1 -0
- package/dist/api/{approvals-api.js → pending-operations-api.js} +47 -33
- package/dist/api/pending-operations-api.js.map +1 -0
- package/dist/api/recipes-api.d.ts +138 -0
- package/dist/api/recipes-api.d.ts.map +1 -0
- package/dist/api/{policies-api.js → recipes-api.js} +234 -128
- package/dist/api/recipes-api.js.map +1 -0
- package/dist/api/suggestions-api.d.ts +32 -0
- package/dist/api/suggestions-api.d.ts.map +1 -0
- package/dist/api/{ap2-api.js → suggestions-api.js} +14 -7
- package/dist/api/suggestions-api.js.map +1 -0
- package/dist/api/telemetry-api.d.ts +24 -6
- package/dist/api/telemetry-api.d.ts.map +1 -1
- package/dist/api/telemetry-api.js +83 -9
- package/dist/api/telemetry-api.js.map +1 -1
- package/dist/api/transaction-records-api.d.ts +34 -11
- package/dist/api/transaction-records-api.d.ts.map +1 -1
- package/dist/api/transaction-records-api.js +107 -11
- package/dist/api/transaction-records-api.js.map +1 -1
- package/dist/api/transactions-api.d.ts +28 -28
- package/dist/api/transactions-api.d.ts.map +1 -1
- package/dist/api/transactions-api.js +44 -44
- package/dist/api/transactions-api.js.map +1 -1
- package/dist/api/wallets-api.d.ts +49 -33
- package/dist/api/wallets-api.d.ts.map +1 -1
- package/dist/api/wallets-api.js +119 -64
- package/dist/api/wallets-api.js.map +1 -1
- package/dist/api.d.ts +3 -5
- package/dist/api.d.ts.map +1 -1
- package/dist/api.js +3 -5
- package/dist/api.js.map +1 -1
- package/dist/models/agent-status-response.d.ts +1 -1
- package/dist/models/api-key-create-result.d.ts +1 -1
- package/dist/models/api-key-read.d.ts +1 -1
- package/dist/models/applicable-limit-read.d.ts +1 -1
- package/dist/models/approval-action.d.ts +20 -0
- package/dist/models/approval-action.d.ts.map +1 -0
- package/dist/models/approval-action.js +22 -0
- package/dist/models/approval-action.js.map +1 -0
- package/dist/models/approval-list-response.d.ts +3 -3
- package/dist/models/approval-list-response.d.ts.map +1 -1
- package/dist/models/approval-read.d.ts +25 -28
- package/dist/models/approval-read.d.ts.map +1 -1
- package/dist/models/approval-status.d.ts +3 -2
- package/dist/models/approval-status.d.ts.map +1 -1
- package/dist/models/approval-status.js +3 -2
- package/dist/models/approval-status.js.map +1 -1
- package/dist/models/approval-subject-type.d.ts +20 -0
- package/dist/models/approval-subject-type.d.ts.map +1 -0
- package/dist/models/approval-subject-type.js +22 -0
- package/dist/models/approval-subject-type.js.map +1 -0
- package/dist/models/artifact.d.ts +43 -0
- package/dist/models/artifact.d.ts.map +1 -0
- package/dist/models/{pact-spec.js → artifact.js} +1 -1
- package/dist/models/artifact.js.map +1 -0
- package/dist/models/audit-action.d.ts +8 -0
- package/dist/models/audit-action.d.ts.map +1 -1
- package/dist/models/audit-action.js +8 -0
- package/dist/models/audit-action.js.map +1 -1
- package/dist/models/audit-log-page.d.ts +2 -2
- package/dist/models/automated-check.d.ts +35 -0
- package/dist/models/automated-check.d.ts.map +1 -0
- package/dist/models/{activate-request.js → automated-check.js} +1 -1
- package/dist/models/automated-check.js.map +1 -0
- package/dist/models/balance-read.d.ts +8 -2
- package/dist/models/balance-read.d.ts.map +1 -1
- package/dist/models/chain-info.d.ts +2 -2
- package/dist/models/chain-info.d.ts.map +1 -1
- package/dist/models/chain-metadata.d.ts +3 -3
- package/dist/models/chain-metadata.d.ts.map +1 -1
- package/dist/models/complete-export-response.d.ts +24 -0
- package/dist/models/complete-export-response.d.ts.map +1 -0
- package/dist/models/complete-export-response.js +12 -0
- package/dist/models/complete-export-response.js.map +1 -0
- package/dist/models/completion-condition-type.d.ts +2 -1
- package/dist/models/completion-condition-type.d.ts.map +1 -1
- package/dist/models/completion-condition-type.js +2 -1
- package/dist/models/completion-condition-type.js.map +1 -1
- package/dist/models/completion-condition.d.ts +2 -2
- package/dist/models/contract-call-create.d.ts +15 -3
- package/dist/models/contract-call-create.d.ts.map +1 -1
- package/dist/models/contract-call-submit-result.d.ts +13 -7
- package/dist/models/contract-call-submit-result.d.ts.map +1 -1
- package/dist/models/create-export-response.d.ts +42 -0
- package/dist/models/create-export-response.d.ts.map +1 -0
- package/dist/models/create-export-response.js +12 -0
- package/dist/models/create-export-response.js.map +1 -0
- package/dist/models/custody-terms.d.ts +54 -0
- package/dist/models/custody-terms.d.ts.map +1 -0
- package/dist/models/{activate-response.js → custody-terms.js} +1 -1
- package/dist/models/custody-terms.js.map +1 -0
- package/dist/models/delegation-create.d.ts +1 -1
- package/dist/models/delegation-freeze-request.d.ts +1 -1
- package/dist/models/delegation-freeze-result.d.ts +1 -1
- package/dist/models/delegation-permission.d.ts +3 -3
- package/dist/models/delegation-permission.js +3 -3
- package/dist/models/delegation-permission.js.map +1 -1
- package/dist/models/delegation-spend-summary.d.ts +7 -0
- package/dist/models/delegation-spend-summary.d.ts.map +1 -1
- package/dist/models/delegation-unfreeze-result.d.ts +7 -1
- package/dist/models/delegation-unfreeze-result.d.ts.map +1 -1
- package/dist/models/delegation-usage-limit-summary.d.ts +53 -0
- package/dist/models/delegation-usage-limit-summary.d.ts.map +1 -0
- package/dist/models/delegation-usage-limit-summary.js +12 -0
- package/dist/models/delegation-usage-limit-summary.js.map +1 -0
- package/dist/models/deliverable-spec.d.ts +47 -0
- package/dist/models/deliverable-spec.d.ts.map +1 -0
- package/dist/models/{wallet-claim-read.js → deliverable-spec.js} +1 -1
- package/dist/models/deliverable-spec.js.map +1 -0
- package/dist/models/dispute-resolution-spec.d.ts +47 -0
- package/dist/models/dispute-resolution-spec.d.ts.map +1 -0
- package/dist/models/{create-approval-request.js → dispute-resolution-spec.js} +1 -1
- package/dist/models/dispute-resolution-spec.js.map +1 -0
- package/dist/models/estimate-contract-call-fee-request.d.ts +2 -2
- package/dist/models/estimate-transfer-fee-request.d.ts +1 -1
- package/dist/models/execution-plan.d.ts +59 -0
- package/dist/models/execution-plan.d.ts.map +1 -0
- package/dist/models/execution-plan.js +12 -0
- package/dist/models/execution-plan.js.map +1 -0
- package/dist/models/external-transaction-read.d.ts +91 -0
- package/dist/models/external-transaction-read.d.ts.map +1 -0
- package/dist/models/external-transaction-read.js +12 -0
- package/dist/models/external-transaction-read.js.map +1 -0
- package/dist/models/faucet-token-info.d.ts +1 -1
- package/dist/models/faucet-token-item.d.ts +1 -1
- package/dist/models/hire-acknowledge-request.d.ts +40 -0
- package/dist/models/hire-acknowledge-request.d.ts.map +1 -0
- package/dist/models/hire-acknowledge-request.js +17 -0
- package/dist/models/hire-acknowledge-request.js.map +1 -0
- package/dist/models/hire-arbitration-ruling-create-request.d.ts +43 -0
- package/dist/models/hire-arbitration-ruling-create-request.d.ts.map +1 -0
- package/dist/models/hire-arbitration-ruling-create-request.js +12 -0
- package/dist/models/hire-arbitration-ruling-create-request.js.map +1 -0
- package/dist/models/hire-arbitration-ruling-record.d.ts +61 -0
- package/dist/models/hire-arbitration-ruling-record.d.ts.map +1 -0
- package/dist/models/hire-arbitration-ruling-record.js +12 -0
- package/dist/models/hire-arbitration-ruling-record.js.map +1 -0
- package/dist/models/hire-cancellation-request.d.ts +23 -0
- package/dist/models/hire-cancellation-request.d.ts.map +1 -0
- package/dist/models/hire-cancellation-request.js +12 -0
- package/dist/models/hire-cancellation-request.js.map +1 -0
- package/dist/models/hire-delivery-create-request.d.ts +48 -0
- package/dist/models/hire-delivery-create-request.d.ts.map +1 -0
- package/dist/models/hire-delivery-create-request.js +12 -0
- package/dist/models/hire-delivery-create-request.js.map +1 -0
- package/dist/models/hire-delivery-read.d.ts +84 -0
- package/dist/models/hire-delivery-read.d.ts.map +1 -0
- package/dist/models/hire-delivery-read.js +12 -0
- package/dist/models/hire-delivery-read.js.map +1 -0
- package/dist/models/hire-delivery-review-action.d.ts +21 -0
- package/dist/models/hire-delivery-review-action.d.ts.map +1 -0
- package/dist/models/hire-delivery-review-action.js +23 -0
- package/dist/models/hire-delivery-review-action.js.map +1 -0
- package/dist/models/hire-delivery-review-create-request.d.ts +48 -0
- package/dist/models/hire-delivery-review-create-request.d.ts.map +1 -0
- package/dist/models/hire-delivery-review-create-request.js +12 -0
- package/dist/models/hire-delivery-review-create-request.js.map +1 -0
- package/dist/models/hire-dispute-create-request.d.ts +50 -0
- package/dist/models/hire-dispute-create-request.d.ts.map +1 -0
- package/dist/models/hire-dispute-create-request.js +12 -0
- package/dist/models/hire-dispute-create-request.js.map +1 -0
- package/dist/models/hire-dispute-read.d.ts +104 -0
- package/dist/models/hire-dispute-read.d.ts.map +1 -0
- package/dist/models/hire-dispute-read.js +12 -0
- package/dist/models/hire-dispute-read.js.map +1 -0
- package/dist/models/hire-dispute-response-create-request.d.ts +50 -0
- package/dist/models/hire-dispute-response-create-request.d.ts.map +1 -0
- package/dist/models/hire-dispute-response-create-request.js +12 -0
- package/dist/models/hire-dispute-response-create-request.js.map +1 -0
- package/dist/models/hire-dispute-response-record.d.ts +56 -0
- package/dist/models/hire-dispute-response-record.d.ts.map +1 -0
- package/dist/models/hire-dispute-response-record.js +12 -0
- package/dist/models/hire-dispute-response-record.js.map +1 -0
- package/dist/models/hire-dispute-type.d.ts +23 -0
- package/dist/models/hire-dispute-type.d.ts.map +1 -0
- package/dist/models/hire-dispute-type.js +25 -0
- package/dist/models/hire-dispute-type.js.map +1 -0
- package/dist/models/hire-event-list-response.d.ts +24 -0
- package/dist/models/hire-event-list-response.d.ts.map +1 -0
- package/dist/models/hire-event-list-response.js +12 -0
- package/dist/models/hire-event-list-response.js.map +1 -0
- package/dist/models/hire-event-read.d.ts +47 -0
- package/dist/models/hire-event-read.d.ts.map +1 -0
- package/dist/models/hire-event-read.js +12 -0
- package/dist/models/hire-event-read.js.map +1 -0
- package/dist/models/hire-fund-request.d.ts +41 -0
- package/dist/models/hire-fund-request.d.ts.map +1 -0
- package/dist/models/hire-fund-request.js +12 -0
- package/dist/models/hire-fund-request.js.map +1 -0
- package/dist/models/hire-list-response.d.ts +24 -0
- package/dist/models/hire-list-response.d.ts.map +1 -0
- package/dist/models/hire-list-response.js +12 -0
- package/dist/models/hire-list-response.js.map +1 -0
- package/dist/models/hire-milestone-read.d.ts +120 -0
- package/dist/models/hire-milestone-read.d.ts.map +1 -0
- package/dist/models/hire-milestone-read.js +12 -0
- package/dist/models/hire-milestone-read.js.map +1 -0
- package/dist/models/hire-notification-preference.d.ts +21 -0
- package/dist/models/hire-notification-preference.d.ts.map +1 -0
- package/dist/models/hire-notification-preference.js +23 -0
- package/dist/models/hire-notification-preference.js.map +1 -0
- package/dist/models/hire-pact-spec-input.d.ts +83 -0
- package/dist/models/hire-pact-spec-input.d.ts.map +1 -0
- package/dist/models/{approval-summary-dto.js → hire-pact-spec-input.js} +1 -1
- package/dist/models/hire-pact-spec-input.js.map +1 -0
- package/dist/models/hire-pact-spec-output.d.ts +83 -0
- package/dist/models/hire-pact-spec-output.d.ts.map +1 -0
- package/dist/models/hire-pact-spec-output.js +12 -0
- package/dist/models/hire-pact-spec-output.js.map +1 -0
- package/dist/models/hire-pact-spec-patch-input.d.ts +83 -0
- package/dist/models/hire-pact-spec-patch-input.d.ts.map +1 -0
- package/dist/models/hire-pact-spec-patch-input.js +12 -0
- package/dist/models/hire-pact-spec-patch-input.js.map +1 -0
- package/dist/models/hire-pact-spec-patch-output.d.ts +83 -0
- package/dist/models/hire-pact-spec-patch-output.d.ts.map +1 -0
- package/dist/models/hire-pact-spec-patch-output.js +12 -0
- package/dist/models/hire-pact-spec-patch-output.js.map +1 -0
- package/dist/models/hire-participant-role.d.ts +22 -0
- package/dist/models/hire-participant-role.d.ts.map +1 -0
- package/dist/models/hire-participant-role.js +24 -0
- package/dist/models/hire-participant-role.js.map +1 -0
- package/dist/models/hire-read.d.ts +313 -0
- package/dist/models/hire-read.d.ts.map +1 -0
- package/dist/models/hire-read.js +12 -0
- package/dist/models/hire-read.js.map +1 -0
- package/dist/models/hire-resolution.d.ts +23 -0
- package/dist/models/hire-resolution.d.ts.map +1 -0
- package/dist/models/hire-resolution.js +25 -0
- package/dist/models/hire-resolution.js.map +1 -0
- package/dist/models/hire-review-request.d.ts +23 -0
- package/dist/models/hire-review-request.d.ts.map +1 -0
- package/dist/models/hire-review-request.js +12 -0
- package/dist/models/hire-review-request.js.map +1 -0
- package/dist/models/hire-settlement-proposal-create-request.d.ts +35 -0
- package/dist/models/hire-settlement-proposal-create-request.d.ts.map +1 -0
- package/dist/models/hire-settlement-proposal-create-request.js +12 -0
- package/dist/models/hire-settlement-proposal-create-request.js.map +1 -0
- package/dist/models/hire-settlement-proposal-read.d.ts +84 -0
- package/dist/models/hire-settlement-proposal-read.d.ts.map +1 -0
- package/dist/models/hire-settlement-proposal-read.js +12 -0
- package/dist/models/hire-settlement-proposal-read.js.map +1 -0
- package/dist/models/hire-settlement-record.d.ts +79 -0
- package/dist/models/hire-settlement-record.d.ts.map +1 -0
- package/dist/models/hire-settlement-record.js +12 -0
- package/dist/models/hire-settlement-record.js.map +1 -0
- package/dist/models/hire-settlement-split.d.ts +29 -0
- package/dist/models/hire-settlement-split.d.ts.map +1 -0
- package/dist/models/hire-settlement-split.js +12 -0
- package/dist/models/hire-settlement-split.js.map +1 -0
- package/dist/models/hire-settlement-type.d.ts +22 -0
- package/dist/models/hire-settlement-type.d.ts.map +1 -0
- package/dist/models/hire-settlement-type.js +24 -0
- package/dist/models/hire-settlement-type.js.map +1 -0
- package/dist/models/hire-submission-record.d.ts +48 -0
- package/dist/models/hire-submission-record.d.ts.map +1 -0
- package/dist/models/hire-submission-record.js +12 -0
- package/dist/models/hire-submission-record.js.map +1 -0
- package/dist/models/hire-submit-request.d.ts +56 -0
- package/dist/models/hire-submit-request.d.ts.map +1 -0
- package/dist/models/hire-submit-request.js +12 -0
- package/dist/models/hire-submit-request.js.map +1 -0
- package/dist/models/hire-summary.d.ts +83 -0
- package/dist/models/hire-summary.d.ts.map +1 -0
- package/dist/models/hire-summary.js +12 -0
- package/dist/models/hire-summary.js.map +1 -0
- package/dist/models/index.d.ts +162 -25
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +162 -25
- package/dist/models/index.js.map +1 -1
- package/dist/models/inline-policy-create.d.ts +6 -6
- package/dist/models/key-export-read.d.ts +121 -0
- package/dist/models/key-export-read.d.ts.map +1 -0
- package/dist/models/key-export-read.js +12 -0
- package/dist/models/key-export-read.js.map +1 -0
- package/dist/models/key-export-status.d.ts +26 -0
- package/dist/models/key-export-status.d.ts.map +1 -0
- package/dist/models/key-export-status.js +28 -0
- package/dist/models/key-export-status.js.map +1 -0
- package/dist/models/key-share-holder-group-status.d.ts +21 -0
- package/dist/models/key-share-holder-group-status.d.ts.map +1 -0
- package/dist/models/key-share-holder-group-status.js +23 -0
- package/dist/models/key-share-holder-group-status.js.map +1 -0
- package/dist/models/key-share-holder-group-type.d.ts +21 -0
- package/dist/models/key-share-holder-group-type.d.ts.map +1 -0
- package/dist/models/key-share-holder-group-type.js +23 -0
- package/dist/models/key-share-holder-group-type.js.map +1 -0
- package/dist/models/key-share-holder-type.d.ts +21 -0
- package/dist/models/key-share-holder-type.d.ts.map +1 -0
- package/dist/models/key-share-holder-type.js +23 -0
- package/dist/models/key-share-holder-type.js.map +1 -0
- package/dist/models/knowledge-search-type.d.ts +21 -0
- package/dist/models/knowledge-search-type.d.ts.map +1 -0
- package/dist/models/knowledge-search-type.js +23 -0
- package/dist/models/knowledge-search-type.js.map +1 -0
- package/dist/models/langfuse-record.d.ts +110 -0
- package/dist/models/langfuse-record.d.ts.map +1 -0
- package/dist/models/langfuse-record.js +19 -0
- package/dist/models/langfuse-record.js.map +1 -0
- package/dist/models/message-sign-create.d.ts +2 -2
- package/dist/models/message-sign-result.d.ts +13 -1
- package/dist/models/message-sign-result.d.ts.map +1 -1
- package/dist/models/milestone-spec.d.ts +78 -0
- package/dist/models/milestone-spec.d.ts.map +1 -0
- package/dist/models/milestone-spec.js +12 -0
- package/dist/models/milestone-spec.js.map +1 -0
- package/dist/models/mpp-challenge.d.ts +67 -0
- package/dist/models/mpp-challenge.d.ts.map +1 -0
- package/dist/models/mpp-challenge.js +12 -0
- package/dist/models/mpp-challenge.js.map +1 -0
- package/dist/models/mpp-session-action.d.ts +23 -0
- package/dist/models/mpp-session-action.d.ts.map +1 -0
- package/dist/models/mpp-session-action.js +25 -0
- package/dist/models/mpp-session-action.js.map +1 -0
- package/dist/models/mpp-session-info.d.ts +35 -0
- package/dist/models/mpp-session-info.d.ts.map +1 -0
- package/dist/models/mpp-session-info.js +12 -0
- package/dist/models/mpp-session-info.js.map +1 -0
- package/dist/models/mpp-session-params.d.ts +61 -0
- package/dist/models/mpp-session-params.d.ts.map +1 -0
- package/dist/models/mpp-session-params.js +12 -0
- package/dist/models/mpp-session-params.js.map +1 -0
- package/dist/models/negotiated-spec-patch-entry-input.d.ts +43 -0
- package/dist/models/negotiated-spec-patch-entry-input.d.ts.map +1 -0
- package/dist/models/negotiated-spec-patch-entry-input.js +12 -0
- package/dist/models/negotiated-spec-patch-entry-input.js.map +1 -0
- package/dist/models/negotiated-spec-patch-entry-output.d.ts +43 -0
- package/dist/models/negotiated-spec-patch-entry-output.d.ts.map +1 -0
- package/dist/models/negotiated-spec-patch-entry-output.js +12 -0
- package/dist/models/negotiated-spec-patch-entry-output.js.map +1 -0
- package/dist/models/pact-approval-response-input.d.ts +30 -0
- package/dist/models/pact-approval-response-input.d.ts.map +1 -0
- package/dist/models/pact-approval-response-input.js +12 -0
- package/dist/models/pact-approval-response-input.js.map +1 -0
- package/dist/models/pact-approval-response-output.d.ts +30 -0
- package/dist/models/pact-approval-response-output.d.ts.map +1 -0
- package/dist/models/pact-approval-response-output.js +12 -0
- package/dist/models/pact-approval-response-output.js.map +1 -0
- package/dist/models/pact-event-read.d.ts +1 -1
- package/dist/models/pact-event-type.d.ts +3 -0
- package/dist/models/pact-event-type.d.ts.map +1 -1
- package/dist/models/pact-event-type.js +3 -0
- package/dist/models/pact-event-type.js.map +1 -1
- package/dist/models/pact-read.d.ts +43 -11
- package/dist/models/pact-read.d.ts.map +1 -1
- package/dist/models/pact-spec-input.d.ts +37 -0
- package/dist/models/pact-spec-input.d.ts.map +1 -0
- package/dist/models/pact-spec-input.js +12 -0
- package/dist/models/pact-spec-input.js.map +1 -0
- package/dist/models/pact-spec-output.d.ts +37 -0
- package/dist/models/pact-spec-output.d.ts.map +1 -0
- package/dist/models/pact-spec-output.js +12 -0
- package/dist/models/pact-spec-output.js.map +1 -0
- package/dist/models/pact-stats-language.d.ts +20 -0
- package/dist/models/pact-stats-language.d.ts.map +1 -0
- package/dist/models/pact-stats-language.js +22 -0
- package/dist/models/pact-stats-language.js.map +1 -0
- package/dist/models/pact-status.d.ts +2 -1
- package/dist/models/pact-status.d.ts.map +1 -1
- package/dist/models/pact-status.js +2 -1
- package/dist/models/pact-status.js.map +1 -1
- package/dist/models/pact-submit-request.d.ts +9 -3
- package/dist/models/pact-submit-request.d.ts.map +1 -1
- package/dist/models/pact-submit-response.d.ts +1 -1
- package/dist/models/pact-summary.d.ts +19 -0
- package/dist/models/pact-summary.d.ts.map +1 -1
- package/dist/models/pact-update-completion-conditions-request.d.ts +24 -0
- package/dist/models/pact-update-completion-conditions-request.d.ts.map +1 -0
- package/dist/models/pact-update-completion-conditions-request.js +12 -0
- package/dist/models/pact-update-completion-conditions-request.js.map +1 -0
- package/dist/models/pact-update-policies-request.d.ts +24 -0
- package/dist/models/pact-update-policies-request.d.ts.map +1 -0
- package/dist/models/pact-update-policies-request.js +12 -0
- package/dist/models/pact-update-policies-request.js.map +1 -0
- package/dist/models/pagination-meta.d.ts +22 -4
- package/dist/models/pagination-meta.d.ts.map +1 -1
- package/dist/models/{claim-token-status.d.ts → pair-token-status.d.ts} +5 -5
- package/dist/models/pair-token-status.d.ts.map +1 -0
- package/dist/models/{claim-token-status.js → pair-token-status.js} +5 -5
- package/dist/models/pair-token-status.js.map +1 -0
- package/dist/models/payment-create.d.ts +49 -0
- package/dist/models/payment-create.d.ts.map +1 -0
- package/dist/models/payment-create.js +12 -0
- package/dist/models/payment-create.js.map +1 -0
- package/dist/models/payment-protocol.d.ts +20 -0
- package/dist/models/payment-protocol.d.ts.map +1 -0
- package/dist/models/payment-protocol.js +22 -0
- package/dist/models/payment-protocol.js.map +1 -0
- package/dist/models/payment-result.d.ts +69 -0
- package/dist/models/payment-result.d.ts.map +1 -0
- package/dist/models/payment-result.js +12 -0
- package/dist/models/payment-result.js.map +1 -0
- package/dist/models/payment-terms.d.ts +59 -0
- package/dist/models/payment-terms.d.ts.map +1 -0
- package/dist/models/payment-terms.js +12 -0
- package/dist/models/payment-terms.js.map +1 -0
- package/dist/models/pending-operation-list-response.d.ts +2 -2
- package/dist/models/pending-operation-list-response.d.ts.map +1 -1
- package/dist/models/pending-operation-read.d.ts +2 -2
- package/dist/models/pending-operation-read.d.ts.map +1 -1
- package/dist/models/pending-operation-status.d.ts +0 -1
- package/dist/models/pending-operation-status.d.ts.map +1 -1
- package/dist/models/pending-operation-status.js +0 -1
- package/dist/models/pending-operation-status.js.map +1 -1
- package/dist/models/pending-operation-type.d.ts +1 -0
- package/dist/models/pending-operation-type.d.ts.map +1 -1
- package/dist/models/pending-operation-type.js +1 -0
- package/dist/models/pending-operation-type.js.map +1 -1
- package/dist/models/policy-create.d.ts +11 -13
- package/dist/models/policy-create.d.ts.map +1 -1
- package/dist/models/policy-dry-run-request.d.ts +14 -16
- package/dist/models/policy-dry-run-request.d.ts.map +1 -1
- package/dist/models/policy-read.d.ts +1 -1
- package/dist/models/policy-type.d.ts +1 -0
- package/dist/models/policy-type.d.ts.map +1 -1
- package/dist/models/policy-type.js +1 -0
- package/dist/models/policy-type.js.map +1 -1
- package/dist/models/policy-update.d.ts +6 -8
- package/dist/models/policy-update.d.ts.map +1 -1
- package/dist/models/principal-type.d.ts +1 -1
- package/dist/models/principal-type.js +1 -1
- package/dist/models/principal-update.d.ts +23 -0
- package/dist/models/principal-update.d.ts.map +1 -0
- package/dist/models/principal-update.js +12 -0
- package/dist/models/principal-update.js.map +1 -0
- package/dist/models/provision-request.d.ts +7 -1
- package/dist/models/provision-request.d.ts.map +1 -1
- package/dist/models/provision-response.d.ts +4 -10
- package/dist/models/provision-response.d.ts.map +1 -1
- package/dist/models/provision-response.js.map +1 -1
- package/dist/models/recent-address-read.d.ts +3 -3
- package/dist/models/recipe-category-read.d.ts +29 -0
- package/dist/models/recipe-category-read.d.ts.map +1 -0
- package/dist/models/recipe-category-read.js +12 -0
- package/dist/models/recipe-category-read.js.map +1 -0
- package/dist/models/recipe-counter-result.d.ts +29 -0
- package/dist/models/recipe-counter-result.d.ts.map +1 -0
- package/dist/models/recipe-counter-result.js +12 -0
- package/dist/models/recipe-counter-result.js.map +1 -0
- package/dist/models/recipe-create-result.d.ts +42 -0
- package/dist/models/recipe-create-result.d.ts.map +1 -0
- package/dist/models/recipe-create-result.js +12 -0
- package/dist/models/recipe-create-result.js.map +1 -0
- package/dist/models/recipe-create.d.ts +117 -0
- package/dist/models/recipe-create.d.ts.map +1 -0
- package/dist/models/recipe-create.js +12 -0
- package/dist/models/recipe-create.js.map +1 -0
- package/dist/models/recipe-detail-read.d.ts +166 -0
- package/dist/models/recipe-detail-read.d.ts.map +1 -0
- package/dist/models/recipe-detail-read.js +12 -0
- package/dist/models/recipe-detail-read.js.map +1 -0
- package/dist/models/recipe-document.d.ts +50 -0
- package/dist/models/recipe-document.d.ts.map +1 -0
- package/dist/models/recipe-document.js +12 -0
- package/dist/models/recipe-document.js.map +1 -0
- package/dist/models/recipe-library-sort-by.d.ts +21 -0
- package/dist/models/recipe-library-sort-by.d.ts.map +1 -0
- package/dist/models/recipe-library-sort-by.js +23 -0
- package/dist/models/recipe-library-sort-by.js.map +1 -0
- package/dist/models/recipe-read.d.ts +138 -0
- package/dist/models/recipe-read.d.ts.map +1 -0
- package/dist/models/recipe-read.js +12 -0
- package/dist/models/recipe-read.js.map +1 -0
- package/dist/models/recipe-review-action.d.ts +20 -0
- package/dist/models/recipe-review-action.d.ts.map +1 -0
- package/dist/models/recipe-review-action.js +22 -0
- package/dist/models/recipe-review-action.js.map +1 -0
- package/dist/models/recipe-review-request.d.ts +24 -0
- package/dist/models/recipe-review-request.d.ts.map +1 -0
- package/dist/models/recipe-review-request.js +12 -0
- package/dist/models/recipe-review-request.js.map +1 -0
- package/dist/models/recipe-search-response.d.ts +32 -0
- package/dist/models/recipe-search-response.d.ts.map +1 -0
- package/dist/models/recipe-search-response.js +12 -0
- package/dist/models/recipe-search-response.js.map +1 -0
- package/dist/models/recipe-search-source.d.ts +20 -0
- package/dist/models/recipe-search-source.d.ts.map +1 -0
- package/dist/models/recipe-search-source.js +22 -0
- package/dist/models/recipe-search-source.js.map +1 -0
- package/dist/models/recipe-status.d.ts +23 -0
- package/dist/models/recipe-status.d.ts.map +1 -0
- package/dist/models/recipe-status.js +25 -0
- package/dist/models/recipe-status.js.map +1 -0
- package/dist/models/recipe-submission-create.d.ts +99 -0
- package/dist/models/recipe-submission-create.d.ts.map +1 -0
- package/dist/models/recipe-submission-create.js +12 -0
- package/dist/models/recipe-submission-create.js.map +1 -0
- package/dist/models/recipe-update.d.ts +112 -0
- package/dist/models/recipe-update.d.ts.map +1 -0
- package/dist/models/recipe-update.js +12 -0
- package/dist/models/recipe-update.js.map +1 -0
- package/dist/models/request.d.ts +18 -0
- package/dist/models/request.d.ts.map +1 -0
- package/dist/models/request.js +12 -0
- package/dist/models/request.js.map +1 -0
- package/dist/models/resolve-approval-request.d.ts +7 -16
- package/dist/models/resolve-approval-request.d.ts.map +1 -1
- package/dist/models/resolve-approval-request.js +0 -5
- package/dist/models/resolve-approval-request.js.map +1 -1
- package/dist/models/resolve-approval-response.d.ts +1 -1
- package/dist/models/resolve-export-request.d.ts +34 -0
- package/dist/models/resolve-export-request.d.ts.map +1 -0
- package/dist/models/resolve-export-request.js +17 -0
- package/dist/models/resolve-export-request.js.map +1 -0
- package/dist/models/resolve-export-response.d.ts +24 -0
- package/dist/models/resolve-export-response.d.ts.map +1 -0
- package/dist/models/resolve-export-response.js +12 -0
- package/dist/models/resolve-export-response.js.map +1 -0
- package/dist/models/response.d.ts +18 -0
- package/dist/models/response.d.ts.map +1 -0
- package/dist/models/response.js +12 -0
- package/dist/models/response.js.map +1 -0
- package/dist/models/response1.d.ts +18 -0
- package/dist/models/response1.d.ts.map +1 -0
- package/dist/models/response1.js +12 -0
- package/dist/models/response1.js.map +1 -0
- package/dist/models/search-recipes-request.d.ts +97 -0
- package/dist/models/search-recipes-request.d.ts.map +1 -0
- package/dist/models/search-recipes-request.js +12 -0
- package/dist/models/search-recipes-request.js.map +1 -0
- package/dist/models/session-record.d.ts +82 -0
- package/dist/models/session-record.d.ts.map +1 -0
- package/dist/models/session-record.js +12 -0
- package/dist/models/session-record.js.map +1 -0
- package/dist/models/session-span.d.ts +73 -0
- package/dist/models/session-span.d.ts.map +1 -0
- package/dist/models/session-span.js +12 -0
- package/dist/models/session-span.js.map +1 -0
- package/dist/models/speedup-transaction-request.d.ts +3 -3
- package/dist/models/standard-response-agent-status-response.d.ts +12 -0
- package/dist/models/standard-response-agent-status-response.d.ts.map +1 -1
- package/dist/models/standard-response-api-key-create-result.d.ts +12 -0
- package/dist/models/standard-response-api-key-create-result.d.ts.map +1 -1
- package/dist/models/standard-response-approval-list-response.d.ts +12 -0
- package/dist/models/standard-response-approval-list-response.d.ts.map +1 -1
- package/dist/models/standard-response-approval-read.d.ts +12 -0
- package/dist/models/standard-response-approval-read.d.ts.map +1 -1
- package/dist/models/standard-response-audit-log-page.d.ts +12 -0
- package/dist/models/standard-response-audit-log-page.d.ts.map +1 -1
- package/dist/models/standard-response-chain-info.d.ts +12 -0
- package/dist/models/standard-response-chain-info.d.ts.map +1 -1
- package/dist/models/standard-response-complete-export-response.d.ts +49 -0
- package/dist/models/standard-response-complete-export-response.d.ts.map +1 -0
- package/dist/models/standard-response-complete-export-response.js +12 -0
- package/dist/models/standard-response-complete-export-response.js.map +1 -0
- package/dist/models/standard-response-contract-call-submit-result.d.ts +12 -0
- package/dist/models/standard-response-contract-call-submit-result.d.ts.map +1 -1
- package/dist/models/standard-response-create-export-response.d.ts +49 -0
- package/dist/models/standard-response-create-export-response.d.ts.map +1 -0
- package/dist/models/standard-response-create-export-response.js +12 -0
- package/dist/models/standard-response-create-export-response.js.map +1 -0
- package/dist/models/standard-response-delegation-freeze-result.d.ts +12 -0
- package/dist/models/standard-response-delegation-freeze-result.d.ts.map +1 -1
- package/dist/models/standard-response-delegation-read.d.ts +12 -0
- package/dist/models/standard-response-delegation-read.d.ts.map +1 -1
- package/dist/models/standard-response-delegation-unfreeze-result.d.ts +12 -0
- package/dist/models/standard-response-delegation-unfreeze-result.d.ts.map +1 -1
- package/dist/models/standard-response-dict-str-bool.d.ts +12 -0
- package/dist/models/standard-response-dict-str-bool.d.ts.map +1 -1
- package/dist/models/standard-response-dict-str-str.d.ts +12 -0
- package/dist/models/standard-response-dict-str-str.d.ts.map +1 -1
- package/dist/models/standard-response-estimate-transfer-fee-read.d.ts +12 -0
- package/dist/models/standard-response-estimate-transfer-fee-read.d.ts.map +1 -1
- package/dist/models/standard-response-faucet-deposit-result.d.ts +12 -0
- package/dist/models/standard-response-faucet-deposit-result.d.ts.map +1 -1
- package/dist/models/standard-response-hire-event-list-response.d.ts +49 -0
- package/dist/models/standard-response-hire-event-list-response.d.ts.map +1 -0
- package/dist/models/standard-response-hire-event-list-response.js +12 -0
- package/dist/models/standard-response-hire-event-list-response.js.map +1 -0
- package/dist/models/standard-response-hire-list-response.d.ts +49 -0
- package/dist/models/standard-response-hire-list-response.d.ts.map +1 -0
- package/dist/models/standard-response-hire-list-response.js +12 -0
- package/dist/models/standard-response-hire-list-response.js.map +1 -0
- package/dist/models/standard-response-hire-read.d.ts +49 -0
- package/dist/models/standard-response-hire-read.d.ts.map +1 -0
- package/dist/models/standard-response-hire-read.js +12 -0
- package/dist/models/standard-response-hire-read.js.map +1 -0
- package/dist/models/standard-response-key-export-read.d.ts +49 -0
- package/dist/models/standard-response-key-export-read.d.ts.map +1 -0
- package/dist/models/standard-response-key-export-read.js +12 -0
- package/dist/models/standard-response-key-export-read.js.map +1 -0
- package/dist/models/standard-response-list-api-key-read.d.ts +12 -0
- package/dist/models/standard-response-list-api-key-read.d.ts.map +1 -1
- package/dist/models/standard-response-list-balance-read.d.ts +12 -0
- package/dist/models/standard-response-list-balance-read.d.ts.map +1 -1
- package/dist/models/standard-response-list-delegation-read.d.ts +12 -0
- package/dist/models/standard-response-list-delegation-read.d.ts.map +1 -1
- package/dist/models/standard-response-list-faucet-token-item.d.ts +12 -0
- package/dist/models/standard-response-list-faucet-token-item.d.ts.map +1 -1
- package/dist/models/standard-response-list-merchant-info.d.ts +12 -0
- package/dist/models/standard-response-list-merchant-info.d.ts.map +1 -1
- package/dist/models/standard-response-list-policy-read.d.ts +12 -0
- package/dist/models/standard-response-list-policy-read.d.ts.map +1 -1
- package/dist/models/standard-response-list-principal-read.d.ts +12 -0
- package/dist/models/standard-response-list-principal-read.d.ts.map +1 -1
- package/dist/models/standard-response-list-recent-address-read.d.ts +12 -0
- package/dist/models/standard-response-list-recent-address-read.d.ts.map +1 -1
- package/dist/models/standard-response-list-recipe-category-read.d.ts +49 -0
- package/dist/models/standard-response-list-recipe-category-read.d.ts.map +1 -0
- package/dist/models/standard-response-list-recipe-category-read.js +12 -0
- package/dist/models/standard-response-list-recipe-category-read.js.map +1 -0
- package/dist/models/standard-response-list-recipe-read.d.ts +49 -0
- package/dist/models/standard-response-list-recipe-read.d.ts.map +1 -0
- package/dist/models/standard-response-list-recipe-read.js +12 -0
- package/dist/models/standard-response-list-recipe-read.js.map +1 -0
- package/dist/models/standard-response-list-system-config-read.d.ts +49 -0
- package/dist/models/standard-response-list-system-config-read.d.ts.map +1 -0
- package/dist/models/standard-response-list-system-config-read.js +12 -0
- package/dist/models/standard-response-list-system-config-read.js.map +1 -0
- package/dist/models/standard-response-list-token-candidate.d.ts +49 -0
- package/dist/models/standard-response-list-token-candidate.d.ts.map +1 -0
- package/dist/models/standard-response-list-token-candidate.js +12 -0
- package/dist/models/standard-response-list-token-candidate.js.map +1 -0
- package/dist/models/standard-response-list-transaction-record-read.d.ts +12 -0
- package/dist/models/standard-response-list-transaction-record-read.d.ts.map +1 -1
- package/dist/models/standard-response-list-wallet-address-info.d.ts +49 -0
- package/dist/models/standard-response-list-wallet-address-info.d.ts.map +1 -0
- package/dist/models/standard-response-list-wallet-address-info.js +12 -0
- package/dist/models/standard-response-list-wallet-address-info.js.map +1 -0
- package/dist/models/standard-response-list-wallet-address-read.d.ts +12 -0
- package/dist/models/standard-response-list-wallet-address-read.d.ts.map +1 -1
- package/dist/models/standard-response-list-wallet-read.d.ts +12 -0
- package/dist/models/standard-response-list-wallet-read.d.ts.map +1 -1
- package/dist/models/standard-response-list-webhook-dlqread.d.ts +12 -0
- package/dist/models/standard-response-list-webhook-dlqread.d.ts.map +1 -1
- package/dist/models/standard-response-message-sign-result.d.ts +12 -0
- package/dist/models/standard-response-message-sign-result.d.ts.map +1 -1
- package/dist/models/standard-response-node-status-read.d.ts +12 -0
- package/dist/models/standard-response-node-status-read.d.ts.map +1 -1
- package/dist/models/standard-response-pact-event-list-response.d.ts +12 -0
- package/dist/models/standard-response-pact-event-list-response.d.ts.map +1 -1
- package/dist/models/standard-response-pact-list-response.d.ts +12 -0
- package/dist/models/standard-response-pact-list-response.d.ts.map +1 -1
- package/dist/models/standard-response-pact-read.d.ts +12 -0
- package/dist/models/standard-response-pact-read.d.ts.map +1 -1
- package/dist/models/standard-response-pact-submit-response.d.ts +12 -0
- package/dist/models/standard-response-pact-submit-response.d.ts.map +1 -1
- package/dist/models/standard-response-payment-result.d.ts +49 -0
- package/dist/models/standard-response-payment-result.d.ts.map +1 -0
- package/dist/models/standard-response-payment-result.js +12 -0
- package/dist/models/standard-response-payment-result.js.map +1 -0
- package/dist/models/standard-response-pending-operation-action-result.d.ts +12 -0
- package/dist/models/standard-response-pending-operation-action-result.d.ts.map +1 -1
- package/dist/models/standard-response-pending-operation-list-response.d.ts +12 -0
- package/dist/models/standard-response-pending-operation-list-response.d.ts.map +1 -1
- package/dist/models/standard-response-pending-operation-read.d.ts +12 -0
- package/dist/models/standard-response-pending-operation-read.d.ts.map +1 -1
- package/dist/models/standard-response-policy-dry-run-result.d.ts +12 -0
- package/dist/models/standard-response-policy-dry-run-result.d.ts.map +1 -1
- package/dist/models/standard-response-policy-read.d.ts +12 -0
- package/dist/models/standard-response-policy-read.d.ts.map +1 -1
- package/dist/models/standard-response-principal-create-result.d.ts +12 -0
- package/dist/models/standard-response-principal-create-result.d.ts.map +1 -1
- package/dist/models/standard-response-principal-read.d.ts +49 -0
- package/dist/models/standard-response-principal-read.d.ts.map +1 -0
- package/dist/models/standard-response-principal-read.js +12 -0
- package/dist/models/standard-response-principal-read.js.map +1 -0
- package/dist/models/standard-response-provision-response.d.ts +12 -0
- package/dist/models/standard-response-provision-response.d.ts.map +1 -1
- package/dist/models/standard-response-recipe-counter-result.d.ts +49 -0
- package/dist/models/standard-response-recipe-counter-result.d.ts.map +1 -0
- package/dist/models/standard-response-recipe-counter-result.js +12 -0
- package/dist/models/standard-response-recipe-counter-result.js.map +1 -0
- package/dist/models/standard-response-recipe-create-result.d.ts +49 -0
- package/dist/models/standard-response-recipe-create-result.d.ts.map +1 -0
- package/dist/models/standard-response-recipe-create-result.js +12 -0
- package/dist/models/standard-response-recipe-create-result.js.map +1 -0
- package/dist/models/standard-response-recipe-detail-read.d.ts +49 -0
- package/dist/models/standard-response-recipe-detail-read.d.ts.map +1 -0
- package/dist/models/standard-response-recipe-detail-read.js +12 -0
- package/dist/models/standard-response-recipe-detail-read.js.map +1 -0
- package/dist/models/standard-response-recipe-document.d.ts +49 -0
- package/dist/models/standard-response-recipe-document.d.ts.map +1 -0
- package/dist/models/standard-response-recipe-document.js +12 -0
- package/dist/models/standard-response-recipe-document.js.map +1 -0
- package/dist/models/standard-response-recipe-search-response.d.ts +49 -0
- package/dist/models/standard-response-recipe-search-response.d.ts.map +1 -0
- package/dist/models/standard-response-recipe-search-response.js +12 -0
- package/dist/models/standard-response-recipe-search-response.js.map +1 -0
- package/dist/models/standard-response-resolve-approval-response.d.ts +12 -0
- package/dist/models/standard-response-resolve-approval-response.d.ts.map +1 -1
- package/dist/models/standard-response-resolve-export-response.d.ts +49 -0
- package/dist/models/standard-response-resolve-export-response.d.ts.map +1 -0
- package/dist/models/standard-response-resolve-export-response.js +12 -0
- package/dist/models/standard-response-resolve-export-response.js.map +1 -0
- package/dist/models/standard-response-submit-reshare-nodes-response.d.ts +49 -0
- package/dist/models/standard-response-submit-reshare-nodes-response.d.ts.map +1 -0
- package/dist/models/standard-response-submit-reshare-nodes-response.js +12 -0
- package/dist/models/standard-response-submit-reshare-nodes-response.js.map +1 -0
- package/dist/models/standard-response-suggestion-response.d.ts +49 -0
- package/dist/models/standard-response-suggestion-response.d.ts.map +1 -0
- package/dist/models/standard-response-suggestion-response.js +12 -0
- package/dist/models/standard-response-suggestion-response.js.map +1 -0
- package/dist/models/standard-response-system-config-read.d.ts +49 -0
- package/dist/models/standard-response-system-config-read.d.ts.map +1 -0
- package/dist/models/standard-response-system-config-read.js +12 -0
- package/dist/models/standard-response-system-config-read.js.map +1 -0
- package/dist/models/standard-response-telemetry-config-response.d.ts +12 -0
- package/dist/models/standard-response-telemetry-config-response.d.ts.map +1 -1
- package/dist/models/standard-response-transaction-rbf-result.d.ts +12 -0
- package/dist/models/standard-response-transaction-rbf-result.d.ts.map +1 -1
- package/dist/models/standard-response-transaction-record-read.d.ts +12 -0
- package/dist/models/standard-response-transaction-record-read.d.ts.map +1 -1
- package/dist/models/standard-response-transfer-submit-result.d.ts +12 -0
- package/dist/models/standard-response-transfer-submit-result.d.ts.map +1 -1
- package/dist/models/standard-response-waas-paginated-response-chain-metadata.d.ts +12 -0
- package/dist/models/standard-response-waas-paginated-response-chain-metadata.d.ts.map +1 -1
- package/dist/models/standard-response-waas-paginated-response-token-metadata.d.ts +12 -0
- package/dist/models/standard-response-waas-paginated-response-token-metadata.d.ts.map +1 -1
- package/dist/models/standard-response-wallet-address-read.d.ts +12 -0
- package/dist/models/standard-response-wallet-address-read.d.ts.map +1 -1
- package/dist/models/standard-response-wallet-detail-read.d.ts +12 -0
- package/dist/models/standard-response-wallet-detail-read.d.ts.map +1 -1
- package/dist/models/standard-response-wallet-pact-history-read.d.ts +49 -0
- package/dist/models/standard-response-wallet-pact-history-read.d.ts.map +1 -0
- package/dist/models/standard-response-wallet-pact-history-read.js +12 -0
- package/dist/models/standard-response-wallet-pact-history-read.js.map +1 -0
- package/dist/models/standard-response-wallet-pact-stats-read.d.ts +49 -0
- package/dist/models/standard-response-wallet-pact-stats-read.d.ts.map +1 -0
- package/dist/models/standard-response-wallet-pact-stats-read.js +12 -0
- package/dist/models/standard-response-wallet-pact-stats-read.js.map +1 -0
- package/dist/models/standard-response-wallet-pair-info-read.d.ts +49 -0
- package/dist/models/standard-response-wallet-pair-info-read.d.ts.map +1 -0
- package/dist/models/standard-response-wallet-pair-info-read.js +12 -0
- package/dist/models/standard-response-wallet-pair-info-read.js.map +1 -0
- package/dist/models/standard-response-wallet-pair-initiate-read.d.ts +49 -0
- package/dist/models/standard-response-wallet-pair-initiate-read.d.ts.map +1 -0
- package/dist/models/standard-response-wallet-pair-initiate-read.js +12 -0
- package/dist/models/standard-response-wallet-pair-initiate-read.js.map +1 -0
- package/dist/models/standard-response-wallet-pair-read.d.ts +49 -0
- package/dist/models/standard-response-wallet-pair-read.d.ts.map +1 -0
- package/dist/models/standard-response-wallet-pair-read.js +12 -0
- package/dist/models/standard-response-wallet-pair-read.js.map +1 -0
- package/dist/models/standard-response-wallet-read.d.ts +12 -0
- package/dist/models/standard-response-wallet-read.d.ts.map +1 -1
- package/dist/models/standard-response-wallet-reshare-response.d.ts +49 -0
- package/dist/models/standard-response-wallet-reshare-response.d.ts.map +1 -0
- package/dist/models/standard-response-wallet-reshare-response.js +12 -0
- package/dist/models/standard-response-wallet-reshare-response.js.map +1 -0
- package/dist/models/standard-response-wallet-tss-callback-response.d.ts +49 -0
- package/dist/models/standard-response-wallet-tss-callback-response.d.ts.map +1 -0
- package/dist/models/standard-response-wallet-tss-callback-response.js +12 -0
- package/dist/models/standard-response-wallet-tss-callback-response.js.map +1 -0
- package/dist/models/standard-response-webhook-delete-result.d.ts +12 -0
- package/dist/models/standard-response-webhook-delete-result.d.ts.map +1 -1
- package/dist/models/standard-response-webhook-process-result.d.ts +12 -0
- package/dist/models/standard-response-webhook-process-result.d.ts.map +1 -1
- package/dist/models/standard-response-webhook-registration-read.d.ts +12 -0
- package/dist/models/standard-response-webhook-registration-read.d.ts.map +1 -1
- package/dist/models/submit-reshare-nodes-request.d.ts +23 -0
- package/dist/models/submit-reshare-nodes-request.d.ts.map +1 -0
- package/dist/models/submit-reshare-nodes-request.js +12 -0
- package/dist/models/submit-reshare-nodes-request.js.map +1 -0
- package/dist/models/submit-reshare-nodes-response.d.ts +24 -0
- package/dist/models/submit-reshare-nodes-response.d.ts.map +1 -0
- package/dist/models/submit-reshare-nodes-response.js +12 -0
- package/dist/models/submit-reshare-nodes-response.js.map +1 -0
- package/dist/models/suggestion-key.d.ts +39 -0
- package/dist/models/suggestion-key.d.ts.map +1 -0
- package/dist/models/suggestion-key.js +41 -0
- package/dist/models/suggestion-key.js.map +1 -0
- package/dist/models/suggestion-response.d.ts +29 -0
- package/dist/models/suggestion-response.d.ts.map +1 -0
- package/dist/models/suggestion-response.js +12 -0
- package/dist/models/suggestion-response.js.map +1 -0
- package/dist/models/system-config-read.d.ts +47 -0
- package/dist/models/system-config-read.d.ts.map +1 -0
- package/dist/models/system-config-read.js +12 -0
- package/dist/models/system-config-read.js.map +1 -0
- package/dist/models/system-config-upsert.d.ts +29 -0
- package/dist/models/system-config-upsert.d.ts.map +1 -0
- package/dist/models/system-config-upsert.js +12 -0
- package/dist/models/system-config-upsert.js.map +1 -0
- package/dist/models/tier-evaluation-read.d.ts +1 -1
- package/dist/models/token-candidate.d.ts +47 -0
- package/dist/models/token-candidate.d.ts.map +1 -0
- package/dist/models/token-candidate.js +12 -0
- package/dist/models/token-candidate.js.map +1 -0
- package/dist/models/token-metadata.d.ts +1 -1
- package/dist/models/transaction-approval-response.d.ts +23 -0
- package/dist/models/transaction-approval-response.d.ts.map +1 -0
- package/dist/models/transaction-approval-response.js +12 -0
- package/dist/models/transaction-approval-response.js.map +1 -0
- package/dist/models/transaction-rbf-result.d.ts +2 -2
- package/dist/models/transaction-record-extra.d.ts +32 -0
- package/dist/models/transaction-record-extra.d.ts.map +1 -1
- package/dist/models/transaction-record-read.d.ts +25 -0
- package/dist/models/transaction-record-read.d.ts.map +1 -1
- package/dist/models/transfer-create.d.ts +14 -2
- package/dist/models/transfer-create.d.ts.map +1 -1
- package/dist/models/transfer-submit-result.d.ts +15 -3
- package/dist/models/transfer-submit-result.d.ts.map +1 -1
- package/dist/models/tss-key-share-group-snapshot.d.ts +35 -0
- package/dist/models/tss-key-share-group-snapshot.d.ts.map +1 -0
- package/dist/models/tss-key-share-group-snapshot.js +12 -0
- package/dist/models/tss-key-share-group-snapshot.js.map +1 -0
- package/dist/models/ucw-share-public-data-callback.d.ts +35 -0
- package/dist/models/ucw-share-public-data-callback.d.ts.map +1 -0
- package/dist/models/ucw-share-public-data-callback.js +12 -0
- package/dist/models/ucw-share-public-data-callback.js.map +1 -0
- package/dist/models/ucw-tss-key-share-group-callback.d.ts +66 -0
- package/dist/models/ucw-tss-key-share-group-callback.d.ts.map +1 -0
- package/dist/models/ucw-tss-key-share-group-callback.js +12 -0
- package/dist/models/ucw-tss-key-share-group-callback.js.map +1 -0
- package/dist/models/vault-group-type.d.ts +1 -1
- package/dist/models/vault-group-type.js +1 -1
- package/dist/models/verification-spec.d.ts +36 -0
- package/dist/models/verification-spec.d.ts.map +1 -0
- package/dist/models/verification-spec.js +12 -0
- package/dist/models/verification-spec.js.map +1 -0
- package/dist/models/waas-pagination.d.ts +1 -1
- package/dist/models/wallet-address-create.d.ts +8 -2
- package/dist/models/wallet-address-create.d.ts.map +1 -1
- package/dist/models/wallet-address-info.d.ts +53 -0
- package/dist/models/wallet-address-info.d.ts.map +1 -0
- package/dist/models/wallet-address-info.js +12 -0
- package/dist/models/wallet-address-info.js.map +1 -0
- package/dist/models/wallet-address-read.d.ts +8 -2
- package/dist/models/wallet-address-read.d.ts.map +1 -1
- package/dist/models/wallet-create.d.ts +3 -9
- package/dist/models/wallet-create.d.ts.map +1 -1
- package/dist/models/wallet-detail-read.d.ts +9 -2
- package/dist/models/wallet-detail-read.d.ts.map +1 -1
- package/dist/models/wallet-group-node-read.d.ts +36 -0
- package/dist/models/wallet-group-node-read.d.ts.map +1 -0
- package/dist/models/wallet-group-node-read.js +12 -0
- package/dist/models/wallet-group-node-read.js.map +1 -0
- package/dist/models/wallet-group-read.d.ts +51 -0
- package/dist/models/wallet-group-read.d.ts.map +1 -0
- package/dist/models/wallet-group-read.js +12 -0
- package/dist/models/wallet-group-read.js.map +1 -0
- package/dist/models/wallet-pact-currency.d.ts +19 -0
- package/dist/models/wallet-pact-currency.d.ts.map +1 -0
- package/dist/models/wallet-pact-currency.js +21 -0
- package/dist/models/wallet-pact-currency.js.map +1 -0
- package/dist/models/wallet-pact-history-bucket-pact-read.d.ts +41 -0
- package/dist/models/wallet-pact-history-bucket-pact-read.d.ts.map +1 -0
- package/dist/models/wallet-pact-history-bucket-pact-read.js +12 -0
- package/dist/models/wallet-pact-history-bucket-pact-read.js.map +1 -0
- package/dist/models/wallet-pact-history-bucket-read.d.ts +48 -0
- package/dist/models/wallet-pact-history-bucket-read.d.ts.map +1 -0
- package/dist/models/wallet-pact-history-bucket-read.js +12 -0
- package/dist/models/wallet-pact-history-bucket-read.js.map +1 -0
- package/dist/models/wallet-pact-history-metric.d.ts +20 -0
- package/dist/models/wallet-pact-history-metric.d.ts.map +1 -0
- package/dist/models/wallet-pact-history-metric.js +22 -0
- package/dist/models/wallet-pact-history-metric.js.map +1 -0
- package/dist/models/wallet-pact-history-range.d.ts +21 -0
- package/dist/models/wallet-pact-history-range.d.ts.map +1 -0
- package/dist/models/wallet-pact-history-range.js +23 -0
- package/dist/models/wallet-pact-history-range.js.map +1 -0
- package/dist/models/wallet-pact-history-read.d.ts +57 -0
- package/dist/models/wallet-pact-history-read.d.ts.map +1 -0
- package/dist/models/wallet-pact-history-read.js +12 -0
- package/dist/models/wallet-pact-history-read.js.map +1 -0
- package/dist/models/wallet-pact-history-summary-read.d.ts +29 -0
- package/dist/models/wallet-pact-history-summary-read.d.ts.map +1 -0
- package/dist/models/wallet-pact-history-summary-read.js +12 -0
- package/dist/models/wallet-pact-history-summary-read.js.map +1 -0
- package/dist/models/wallet-pact-stats-read.d.ts +66 -0
- package/dist/models/wallet-pact-stats-read.d.ts.map +1 -0
- package/dist/models/wallet-pact-stats-read.js +12 -0
- package/dist/models/wallet-pact-stats-read.js.map +1 -0
- package/dist/models/{wallet-claim-agent-info.d.ts → wallet-pair-agent-info.d.ts} +7 -7
- package/dist/models/wallet-pair-agent-info.d.ts.map +1 -0
- package/dist/models/wallet-pair-agent-info.js +12 -0
- package/dist/models/wallet-pair-agent-info.js.map +1 -0
- package/dist/models/{wallet-claim-confirm.d.ts → wallet-pair-confirm.d.ts} +6 -6
- package/dist/models/wallet-pair-confirm.d.ts.map +1 -0
- package/dist/models/wallet-pair-confirm.js +12 -0
- package/dist/models/wallet-pair-confirm.js.map +1 -0
- package/dist/models/wallet-pair-info-read.d.ts +44 -0
- package/dist/models/wallet-pair-info-read.d.ts.map +1 -0
- package/dist/models/wallet-pair-info-read.js +12 -0
- package/dist/models/wallet-pair-info-read.js.map +1 -0
- package/dist/models/wallet-pair-initiate-read.d.ts +78 -0
- package/dist/models/wallet-pair-initiate-read.d.ts.map +1 -0
- package/dist/models/wallet-pair-initiate-read.js +12 -0
- package/dist/models/wallet-pair-initiate-read.js.map +1 -0
- package/dist/models/{wallet-claim-initiate.d.ts → wallet-pair-initiate.d.ts} +6 -6
- package/dist/models/wallet-pair-initiate.d.ts.map +1 -0
- package/dist/models/wallet-pair-initiate.js +12 -0
- package/dist/models/wallet-pair-initiate.js.map +1 -0
- package/dist/models/wallet-pair-read.d.ts +72 -0
- package/dist/models/wallet-pair-read.d.ts.map +1 -0
- package/dist/models/wallet-pair-read.js +12 -0
- package/dist/models/wallet-pair-read.js.map +1 -0
- package/dist/models/{wallet-claim-status.d.ts → wallet-pair-status.d.ts} +4 -4
- package/dist/models/wallet-pair-status.d.ts.map +1 -0
- package/dist/models/{wallet-claim-status.js → wallet-pair-status.js} +4 -4
- package/dist/models/wallet-pair-status.js.map +1 -0
- package/dist/models/{wallet-claim-wallet-info.d.ts → wallet-pair-wallet-info.d.ts} +8 -8
- package/dist/models/wallet-pair-wallet-info.d.ts.map +1 -0
- package/dist/models/wallet-pair-wallet-info.js +12 -0
- package/dist/models/wallet-pair-wallet-info.js.map +1 -0
- package/dist/models/wallet-read.d.ts +2 -2
- package/dist/models/wallet-reshare-request.d.ts +23 -0
- package/dist/models/wallet-reshare-request.d.ts.map +1 -0
- package/dist/models/wallet-reshare-request.js +12 -0
- package/dist/models/wallet-reshare-request.js.map +1 -0
- package/dist/models/wallet-reshare-response.d.ts +23 -0
- package/dist/models/wallet-reshare-response.d.ts.map +1 -0
- package/dist/models/wallet-reshare-response.js +12 -0
- package/dist/models/wallet-reshare-response.js.map +1 -0
- package/dist/models/wallet-tss-callback-request.d.ts +42 -0
- package/dist/models/wallet-tss-callback-request.d.ts.map +1 -0
- package/dist/models/wallet-tss-callback-request.js +12 -0
- package/dist/models/wallet-tss-callback-request.js.map +1 -0
- package/dist/models/wallet-tss-callback-response.d.ts +35 -0
- package/dist/models/wallet-tss-callback-response.d.ts.map +1 -0
- package/dist/models/wallet-tss-callback-response.js +12 -0
- package/dist/models/wallet-tss-callback-response.js.map +1 -0
- package/dist/models/wallet-type.d.ts +2 -2
- package/dist/models/wallet-type.js +2 -2
- package/dist/models/wallet-type.js.map +1 -1
- package/dist/models/webhook-delete-result.d.ts +1 -1
- package/dist/models/webhook-dlqread.d.ts +10 -12
- package/dist/models/webhook-dlqread.d.ts.map +1 -1
- package/dist/models/webhook-process-result.d.ts +1 -1
- package/dist/models/webhook-registration-create.d.ts +3 -3
- package/dist/models/webhook-registration-read.d.ts +6 -6
- package/dist/models/work-scope.d.ts +65 -0
- package/dist/models/work-scope.d.ts.map +1 -0
- package/dist/models/work-scope.js +12 -0
- package/dist/models/work-scope.js.map +1 -0
- package/package.json +1 -1
- package/dist/api/ap2-api.d.ts +0 -28
- package/dist/api/ap2-api.d.ts.map +0 -1
- package/dist/api/ap2-api.js.map +0 -1
- package/dist/api/approvals-api.d.ts +0 -62
- package/dist/api/approvals-api.d.ts.map +0 -1
- package/dist/api/approvals-api.js.map +0 -1
- package/dist/api/delegations-api.d.ts +0 -104
- package/dist/api/delegations-api.d.ts.map +0 -1
- package/dist/api/delegations-api.js +0 -363
- package/dist/api/delegations-api.js.map +0 -1
- package/dist/api/policies-api.d.ts +0 -126
- package/dist/api/policies-api.d.ts.map +0 -1
- package/dist/api/policies-api.js.map +0 -1
- package/dist/api/webhooks-api.d.ts +0 -50
- package/dist/api/webhooks-api.d.ts.map +0 -1
- package/dist/api/webhooks-api.js +0 -146
- package/dist/api/webhooks-api.js.map +0 -1
- package/dist/models/activate-request.d.ts +0 -35
- package/dist/models/activate-request.d.ts.map +0 -1
- package/dist/models/activate-request.js.map +0 -1
- package/dist/models/activate-response.d.ts +0 -41
- package/dist/models/activate-response.d.ts.map +0 -1
- package/dist/models/activate-response.js.map +0 -1
- package/dist/models/approval-summary-dto.d.ts +0 -54
- package/dist/models/approval-summary-dto.d.ts.map +0 -1
- package/dist/models/approval-summary-dto.js.map +0 -1
- package/dist/models/claim-token-status.d.ts.map +0 -1
- package/dist/models/claim-token-status.js.map +0 -1
- package/dist/models/create-approval-request.d.ts +0 -35
- package/dist/models/create-approval-request.d.ts.map +0 -1
- package/dist/models/create-approval-request.js.map +0 -1
- package/dist/models/create-approval-response.d.ts +0 -23
- package/dist/models/create-approval-response.d.ts.map +0 -1
- package/dist/models/create-approval-response.js +0 -12
- package/dist/models/create-approval-response.js.map +0 -1
- package/dist/models/pact-spec.d.ts +0 -58
- package/dist/models/pact-spec.d.ts.map +0 -1
- package/dist/models/pact-spec.js.map +0 -1
- package/dist/models/standard-response-activate-response.d.ts +0 -37
- package/dist/models/standard-response-activate-response.d.ts.map +0 -1
- package/dist/models/standard-response-activate-response.js +0 -12
- package/dist/models/standard-response-activate-response.js.map +0 -1
- package/dist/models/standard-response-create-approval-response.d.ts +0 -37
- package/dist/models/standard-response-create-approval-response.d.ts.map +0 -1
- package/dist/models/standard-response-create-approval-response.js +0 -12
- package/dist/models/standard-response-create-approval-response.js.map +0 -1
- package/dist/models/standard-response-wallet-claim-info-read.d.ts +0 -37
- package/dist/models/standard-response-wallet-claim-info-read.d.ts.map +0 -1
- package/dist/models/standard-response-wallet-claim-info-read.js +0 -12
- package/dist/models/standard-response-wallet-claim-info-read.js.map +0 -1
- package/dist/models/standard-response-wallet-claim-initiate-read.d.ts +0 -37
- package/dist/models/standard-response-wallet-claim-initiate-read.d.ts.map +0 -1
- package/dist/models/standard-response-wallet-claim-initiate-read.js +0 -12
- package/dist/models/standard-response-wallet-claim-initiate-read.js.map +0 -1
- package/dist/models/standard-response-wallet-claim-read.d.ts +0 -37
- package/dist/models/standard-response-wallet-claim-read.d.ts.map +0 -1
- package/dist/models/standard-response-wallet-claim-read.js +0 -12
- package/dist/models/standard-response-wallet-claim-read.js.map +0 -1
- package/dist/models/standard-response-x402-payment-result.d.ts +0 -37
- package/dist/models/standard-response-x402-payment-result.d.ts.map +0 -1
- package/dist/models/standard-response-x402-payment-result.js +0 -12
- package/dist/models/standard-response-x402-payment-result.js.map +0 -1
- package/dist/models/wallet-claim-agent-info.d.ts.map +0 -1
- package/dist/models/wallet-claim-agent-info.js +0 -12
- package/dist/models/wallet-claim-agent-info.js.map +0 -1
- package/dist/models/wallet-claim-confirm.d.ts.map +0 -1
- package/dist/models/wallet-claim-confirm.js +0 -12
- package/dist/models/wallet-claim-confirm.js.map +0 -1
- package/dist/models/wallet-claim-info-read.d.ts +0 -38
- package/dist/models/wallet-claim-info-read.d.ts.map +0 -1
- package/dist/models/wallet-claim-info-read.js +0 -12
- package/dist/models/wallet-claim-info-read.js.map +0 -1
- package/dist/models/wallet-claim-initiate-read.d.ts +0 -78
- package/dist/models/wallet-claim-initiate-read.d.ts.map +0 -1
- package/dist/models/wallet-claim-initiate-read.js +0 -12
- package/dist/models/wallet-claim-initiate-read.js.map +0 -1
- package/dist/models/wallet-claim-initiate.d.ts.map +0 -1
- package/dist/models/wallet-claim-initiate.js +0 -12
- package/dist/models/wallet-claim-initiate.js.map +0 -1
- package/dist/models/wallet-claim-read.d.ts +0 -72
- package/dist/models/wallet-claim-read.d.ts.map +0 -1
- package/dist/models/wallet-claim-read.js.map +0 -1
- package/dist/models/wallet-claim-status.d.ts.map +0 -1
- package/dist/models/wallet-claim-status.js.map +0 -1
- package/dist/models/wallet-claim-wallet-info.d.ts.map +0 -1
- package/dist/models/wallet-claim-wallet-info.js +0 -12
- package/dist/models/wallet-claim-wallet-info.js.map +0 -1
- package/dist/models/x402-error-detail.d.ts +0 -43
- package/dist/models/x402-error-detail.d.ts.map +0 -1
- package/dist/models/x402-error-detail.js +0 -12
- package/dist/models/x402-error-detail.js.map +0 -1
- package/dist/models/x402-error-response.d.ts +0 -30
- package/dist/models/x402-error-response.d.ts.map +0 -1
- package/dist/models/x402-error-response.js +0 -12
- package/dist/models/x402-error-response.js.map +0 -1
- package/dist/models/x402-payment-create.d.ts +0 -35
- package/dist/models/x402-payment-create.d.ts.map +0 -1
- package/dist/models/x402-payment-create.js +0 -12
- package/dist/models/x402-payment-create.js.map +0 -1
- package/dist/models/x402-payment-result.d.ts +0 -47
- package/dist/models/x402-payment-result.d.ts.map +0 -1
- package/dist/models/x402-payment-result.js +0 -12
- package/dist/models/x402-payment-result.js.map +0 -1
|
@@ -14,17 +14,17 @@ import type { DropTransactionRequest } from '../models';
|
|
|
14
14
|
import type { EstimateContractCallFeeRequest } from '../models';
|
|
15
15
|
import type { EstimateTransferFeeRequest } from '../models';
|
|
16
16
|
import type { MessageSignCreate } from '../models';
|
|
17
|
+
import type { PaymentCreate } from '../models';
|
|
17
18
|
import type { SpeedupTransactionRequest } from '../models';
|
|
18
19
|
import type { StandardResponseContractCallSubmitResult } from '../models';
|
|
19
20
|
import type { StandardResponseEstimateTransferFeeRead } from '../models';
|
|
20
21
|
import type { StandardResponseListRecentAddressRead } from '../models';
|
|
21
22
|
import type { StandardResponseMessageSignResult } from '../models';
|
|
23
|
+
import type { StandardResponsePaymentResult } from '../models';
|
|
22
24
|
import type { StandardResponseTransactionRbfResult } from '../models';
|
|
23
25
|
import type { StandardResponseTransferSubmitResult } from '../models';
|
|
24
26
|
import type { StandardResponseWebhookProcessResult } from '../models';
|
|
25
|
-
import type { StandardResponseX402PaymentResult } from '../models';
|
|
26
27
|
import type { TransferCreate } from '../models';
|
|
27
|
-
import type { X402PaymentCreate } from '../models';
|
|
28
28
|
export declare class TransactionsApi {
|
|
29
29
|
private basePath;
|
|
30
30
|
private axios;
|
|
@@ -36,8 +36,8 @@ export declare class TransactionsApi {
|
|
|
36
36
|
private getHeaders;
|
|
37
37
|
/**
|
|
38
38
|
* Call contract
|
|
39
|
-
* This operation submits a smart contract call from the specified wallet. For EVM chains, provide `contract_addr`, `value`, and `calldata`. For Solana, provide `instructions` and optionally `address_lookup_table_accounts`. Supply `request_id` to enable idempotency. If a contract call with the same `request_id` already exists for
|
|
40
|
-
* @param wallet_uuid
|
|
39
|
+
* This operation submits a smart contract call from the specified wallet. For EVM chains, provide `contract_addr`, `value`, and `calldata`. For Solana, provide `instructions` and optionally `address_lookup_table_accounts`. Supply `request_id` to enable idempotency. If a contract call with the same `request_id` already exists for the same principal, the existing record is returned with `idempotent=true`. The operation returns `status=200` (`PENDING_APPROVAL`) when an approval policy requires review. Use the `pending_operation_id` to track and resolve the approval. <Note>Policy evaluation runs before submission. The operation returns an error if a policy denies the contract call.</Note>
|
|
40
|
+
* @param wallet_uuid The UUID of the wallet from which to execute the contract call. Retrieve this value from the `id` field returned when the wallet was created.
|
|
41
41
|
* @param ContractCallCreate
|
|
42
42
|
* @param X_API_Key
|
|
43
43
|
* @param options Override http request option.
|
|
@@ -46,8 +46,8 @@ export declare class TransactionsApi {
|
|
|
46
46
|
/**
|
|
47
47
|
* Drop transaction
|
|
48
48
|
* This operation cancels or drops a pending transaction. The behavior depends on the current transaction status: - `submitted`, `pending_screening`, `pending_authorization`, `pending_signature`: the transaction is cancelled directly (no fee required). - `broadcasting`: the transaction is replaced via RBF (Replace-By-Fee). You must supply the `fee` field in the request body. Provide `cobo_transaction_id` in the request body to identify the transaction by its provider-assigned ID instead of the local UUID in the path. <Note>A transaction can only be dropped before it reaches `success` or `failed` status. RBF drop is not supported on VET, TRON, TVET, SOL, TON chains or gasless (paymaster) transactions.</Note>
|
|
49
|
-
* @param wallet_uuid
|
|
50
|
-
* @param transaction_uuid
|
|
49
|
+
* @param wallet_uuid The UUID of the wallet that owns the transaction. Retrieve this value from the `id` field returned when the wallet was created.
|
|
50
|
+
* @param transaction_uuid The UUID of the user transaction to drop, returned as `id` by the transfer or contract-call endpoints.
|
|
51
51
|
* @param DropTransactionRequest
|
|
52
52
|
* @param X_API_Key
|
|
53
53
|
* @param options Override http request option.
|
|
@@ -55,8 +55,8 @@ export declare class TransactionsApi {
|
|
|
55
55
|
dropTransaction(wallet_uuid: string, transaction_uuid: string, DropTransactionRequest: DropTransactionRequest, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseTransactionRbfResult>>;
|
|
56
56
|
/**
|
|
57
57
|
* Estimate contract call fee
|
|
58
|
-
* This operation estimates the network fee for a contract call without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the contract call request.
|
|
59
|
-
* @param wallet_uuid
|
|
58
|
+
* This operation estimates the network fee for a contract call without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the contract call request.
|
|
59
|
+
* @param wallet_uuid The UUID of the wallet for which to estimate the contract call fee. Retrieve this value from the `id` field returned when the wallet was created.
|
|
60
60
|
* @param EstimateContractCallFeeRequest
|
|
61
61
|
* @param X_API_Key
|
|
62
62
|
* @param options Override http request option.
|
|
@@ -64,8 +64,8 @@ export declare class TransactionsApi {
|
|
|
64
64
|
estimateContractCallFee(wallet_uuid: string, EstimateContractCallFeeRequest: EstimateContractCallFeeRequest, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseEstimateTransferFeeRead>>;
|
|
65
65
|
/**
|
|
66
66
|
* Estimate transfer fee
|
|
67
|
-
* This operation estimates the network fee for a token transfer without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the transfer request.
|
|
68
|
-
* @param wallet_uuid
|
|
67
|
+
* This operation estimates the network fee for a token transfer without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the transfer request.
|
|
68
|
+
* @param wallet_uuid The UUID of the wallet for which to estimate the transfer fee. Retrieve this value from the `id` field returned when the wallet was created.
|
|
69
69
|
* @param EstimateTransferFeeRequest
|
|
70
70
|
* @param X_API_Key
|
|
71
71
|
* @param options Override http request option.
|
|
@@ -75,15 +75,15 @@ export declare class TransactionsApi {
|
|
|
75
75
|
* Handle WaaS webhook
|
|
76
76
|
* This endpoint receives webhook events from the Cobo WaaS platform and processes transaction status updates and balance changes. Requests must include valid `biz-timestamp` and `biz-resp-signature` headers for signature verification.
|
|
77
77
|
* @param body
|
|
78
|
-
* @param biz_timestamp
|
|
79
|
-
* @param biz_resp_signature
|
|
78
|
+
* @param biz_timestamp Unix timestamp (milliseconds) from the Cobo WaaS webhook request, used for signature verification and replay-attack prevention.
|
|
79
|
+
* @param biz_resp_signature ECDSA signature from the Cobo WaaS webhook request, used to verify that the payload originated from Cobo. Compute verification using the `biz-timestamp` and raw request body.
|
|
80
80
|
* @param options Override http request option.
|
|
81
81
|
*/
|
|
82
82
|
handleWaasWebhook(body: object, biz_timestamp?: string, biz_resp_signature?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseWebhookProcessResult>>;
|
|
83
83
|
/**
|
|
84
84
|
* List recent addresses
|
|
85
85
|
* This operation retrieves the most recently used recipient addresses for a specific wallet, derived from transfer history. Results are ordered from most to least recent.
|
|
86
|
-
* @param wallet_uuid
|
|
86
|
+
* @param wallet_uuid The UUID of the wallet whose recent recipient addresses to retrieve. Retrieve this value from the `id` field returned when the wallet was created.
|
|
87
87
|
* @param limit The maximum number of addresses to return. Range: [1, 50].
|
|
88
88
|
* @param X_API_Key
|
|
89
89
|
* @param options Override http request option.
|
|
@@ -91,18 +91,27 @@ export declare class TransactionsApi {
|
|
|
91
91
|
listRecentAddresses(wallet_uuid: string, limit?: number, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseListRecentAddressRead>>;
|
|
92
92
|
/**
|
|
93
93
|
* Sign a message
|
|
94
|
-
*
|
|
95
|
-
* @param wallet_uuid
|
|
94
|
+
* This operation signs a message using the specified wallet via the Cobo WaaS platform. Currently supports EIP-712 structured data signing, with future support planned for raw hash signing, BTC signatures, and other schemes. Set `destination_type` to select the signing method: - `eip712` (default): EIP-712 typed structured data signing. Requires an EVM-compatible chain and the `eip712_typed_data` payload field. Set `sync=true` (default) to wait synchronously for the signing result before responding. Set `sync=false` to return immediately after submission; poll the transaction record to retrieve the signature later. Supply `request_id` to enable idempotency. If a message-sign transaction with the same `request_id` already exists for the same principal, the existing record is returned with `idempotent=true`. The operation returns an error if a policy denies the signing request.
|
|
95
|
+
* @param wallet_uuid The UUID of the wallet that will sign the message. Retrieve this value from the `id` field returned when the wallet was created.
|
|
96
96
|
* @param MessageSignCreate
|
|
97
97
|
* @param X_API_Key
|
|
98
98
|
* @param options Override http request option.
|
|
99
99
|
*/
|
|
100
100
|
messageSign(wallet_uuid: string, MessageSignCreate: MessageSignCreate, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseMessageSignResult>>;
|
|
101
|
+
/**
|
|
102
|
+
* Create payment
|
|
103
|
+
* Signs and submits a payment on behalf of the specified wallet using either the x402 or MPP protocol. **Protocol selection** (required `protocol` field in the request body): - `x402`: provide the `x402_payment_required` challenge object received from the payee server. - `mpp`: provide the `mpp_www_authenticate` challenge string and, optionally, an `mpp_session` token. **Idempotency**: if you supply a `request_id`, the endpoint checks for a previously completed transaction with the same `request_id` for this wallet. When a match is found the original result is returned immediately (`idempotent: true`) together with the original response headers (`retry_headers`) so you can replay the HTTP payment call without re-signing. The wallet must be active (non-archived) and your principal must hold the `WALLET_TRANSFER` permission for the target wallet.
|
|
104
|
+
* @param wallet_uuid UUID of the wallet to sign and submit the payment from. Obtain this value from the wallet creation or list-wallets response. The wallet must be active (not archived).
|
|
105
|
+
* @param PaymentCreate
|
|
106
|
+
* @param X_API_Key
|
|
107
|
+
* @param options Override http request option.
|
|
108
|
+
*/
|
|
109
|
+
payment(wallet_uuid: string, PaymentCreate: PaymentCreate, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponsePaymentResult>>;
|
|
101
110
|
/**
|
|
102
111
|
* Speed up transaction
|
|
103
112
|
* This operation accelerates a broadcasting transaction by submitting a Replace-By-Fee (RBF) transaction with higher fees. The transaction must be in `broadcasting` status. You must supply the `fee` field with higher fee parameters than the original transaction. Provide `cobo_transaction_id` in the request body to identify the transaction by its provider-assigned ID instead of the local UUID in the path. <Note>RBF speedup is not supported on VET, TRON, TVET, SOL, TON chains or gasless (paymaster) transactions.</Note>
|
|
104
|
-
* @param wallet_uuid
|
|
105
|
-
* @param transaction_uuid
|
|
113
|
+
* @param wallet_uuid The UUID of the wallet that owns the transaction. Retrieve this value from the `id` field returned when the wallet was created.
|
|
114
|
+
* @param transaction_uuid The UUID of the user transaction to speed up, returned as `id` by the transfer or contract-call endpoints.
|
|
106
115
|
* @param SpeedupTransactionRequest
|
|
107
116
|
* @param X_API_Key
|
|
108
117
|
* @param options Override http request option.
|
|
@@ -110,21 +119,12 @@ export declare class TransactionsApi {
|
|
|
110
119
|
speedupTransaction(wallet_uuid: string, transaction_uuid: string, SpeedupTransactionRequest: SpeedupTransactionRequest, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseTransactionRbfResult>>;
|
|
111
120
|
/**
|
|
112
121
|
* Transfer tokens
|
|
113
|
-
* This operation initiates a token transfer from the specified wallet. You need to provide `dst_addr`, `amount`, and `token_id`. The `chain_id` is automatically resolved from `token_id`. Gas fees are covered automatically — you do not need to prepare gas tokens. Supply `request_id` to enable idempotency. If a transfer with the same `request_id` already exists for
|
|
114
|
-
* @param wallet_uuid
|
|
122
|
+
* This operation initiates a token transfer from the specified wallet. You need to provide `dst_addr`, `amount`, and `token_id`. The `chain_id` is automatically resolved from `token_id`. Gas fees are covered automatically — you do not need to prepare gas tokens. Supply `request_id` to enable idempotency. If a transfer with the same `request_id` already exists for the same principal, the existing record is returned with `idempotent=true`. The operation returns `status=200` (`PENDING_APPROVAL`) when an approval policy requires review before execution. Use the `pending_operation_id` in the response to track and resolve the approval. <Note>Policy evaluation runs before submission. The operation returns an error if a policy denies the transfer.</Note>
|
|
123
|
+
* @param wallet_uuid The UUID of the wallet to transfer tokens from. Retrieve this value from the `id` field returned when the wallet was created.
|
|
115
124
|
* @param TransferCreate
|
|
116
125
|
* @param X_API_Key
|
|
117
126
|
* @param options Override http request option.
|
|
118
127
|
*/
|
|
119
128
|
transferTokens(wallet_uuid: string, TransferCreate: TransferCreate, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseTransferSubmitResult>>;
|
|
120
|
-
/**
|
|
121
|
-
* x402 payment
|
|
122
|
-
* This operation processes an x402 payment request by parsing the PAYMENT-REQUIRED header, resolving a matching payment method, and submitting a signing request via WaaS. The first matching accept item with sufficient balance is automatically selected and submitted. Use `sync=true` (default) to wait for the signing result before responding. Use `sync=false` to return immediately after submission and poll later via `GET /transactions/{id}`. Supply `request_id` to enable idempotency. If a payment with the same `request_id` already exists, the existing record is returned with `idempotent=true`.
|
|
123
|
-
* @param wallet_uuid
|
|
124
|
-
* @param X402PaymentCreate
|
|
125
|
-
* @param X_API_Key
|
|
126
|
-
* @param options Override http request option.
|
|
127
|
-
*/
|
|
128
|
-
x402Payment(wallet_uuid: string, X402PaymentCreate: X402PaymentCreate, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseX402PaymentResult>>;
|
|
129
129
|
}
|
|
130
130
|
//# sourceMappingURL=transactions-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transactions-api.d.ts","sourceRoot":"","sources":["../../api/transactions-api.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,aAAa,EAAgB,MAAM,kBAAkB,CAAC;AAG/D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAEpD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAExD,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,WAAW,CAAC;AAEhE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AAE5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnD,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"transactions-api.d.ts","sourceRoot":"","sources":["../../api/transactions-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -34,8 +34,8 @@ class TransactionsApi {
|
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
36
|
* Call contract
|
|
37
|
-
* This operation submits a smart contract call from the specified wallet. For EVM chains, provide `contract_addr`, `value`, and `calldata`. For Solana, provide `instructions` and optionally `address_lookup_table_accounts`. Supply `request_id` to enable idempotency. If a contract call with the same `request_id` already exists for
|
|
38
|
-
* @param wallet_uuid
|
|
37
|
+
* This operation submits a smart contract call from the specified wallet. For EVM chains, provide `contract_addr`, `value`, and `calldata`. For Solana, provide `instructions` and optionally `address_lookup_table_accounts`. Supply `request_id` to enable idempotency. If a contract call with the same `request_id` already exists for the same principal, the existing record is returned with `idempotent=true`. The operation returns `status=200` (`PENDING_APPROVAL`) when an approval policy requires review. Use the `pending_operation_id` to track and resolve the approval. <Note>Policy evaluation runs before submission. The operation returns an error if a policy denies the contract call.</Note>
|
|
38
|
+
* @param wallet_uuid The UUID of the wallet from which to execute the contract call. Retrieve this value from the `id` field returned when the wallet was created.
|
|
39
39
|
* @param ContractCallCreate
|
|
40
40
|
* @param X_API_Key
|
|
41
41
|
* @param options Override http request option.
|
|
@@ -74,8 +74,8 @@ class TransactionsApi {
|
|
|
74
74
|
/**
|
|
75
75
|
* Drop transaction
|
|
76
76
|
* This operation cancels or drops a pending transaction. The behavior depends on the current transaction status: - `submitted`, `pending_screening`, `pending_authorization`, `pending_signature`: the transaction is cancelled directly (no fee required). - `broadcasting`: the transaction is replaced via RBF (Replace-By-Fee). You must supply the `fee` field in the request body. Provide `cobo_transaction_id` in the request body to identify the transaction by its provider-assigned ID instead of the local UUID in the path. <Note>A transaction can only be dropped before it reaches `success` or `failed` status. RBF drop is not supported on VET, TRON, TVET, SOL, TON chains or gasless (paymaster) transactions.</Note>
|
|
77
|
-
* @param wallet_uuid
|
|
78
|
-
* @param transaction_uuid
|
|
77
|
+
* @param wallet_uuid The UUID of the wallet that owns the transaction. Retrieve this value from the `id` field returned when the wallet was created.
|
|
78
|
+
* @param transaction_uuid The UUID of the user transaction to drop, returned as `id` by the transfer or contract-call endpoints.
|
|
79
79
|
* @param DropTransactionRequest
|
|
80
80
|
* @param X_API_Key
|
|
81
81
|
* @param options Override http request option.
|
|
@@ -114,8 +114,8 @@ class TransactionsApi {
|
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
116
|
* Estimate contract call fee
|
|
117
|
-
* This operation estimates the network fee for a contract call without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the contract call request.
|
|
118
|
-
* @param wallet_uuid
|
|
117
|
+
* This operation estimates the network fee for a contract call without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the contract call request.
|
|
118
|
+
* @param wallet_uuid The UUID of the wallet for which to estimate the contract call fee. Retrieve this value from the `id` field returned when the wallet was created.
|
|
119
119
|
* @param EstimateContractCallFeeRequest
|
|
120
120
|
* @param X_API_Key
|
|
121
121
|
* @param options Override http request option.
|
|
@@ -153,8 +153,8 @@ class TransactionsApi {
|
|
|
153
153
|
}
|
|
154
154
|
/**
|
|
155
155
|
* Estimate transfer fee
|
|
156
|
-
* This operation estimates the network fee for a token transfer without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the transfer request.
|
|
157
|
-
* @param wallet_uuid
|
|
156
|
+
* This operation estimates the network fee for a token transfer without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the transfer request.
|
|
157
|
+
* @param wallet_uuid The UUID of the wallet for which to estimate the transfer fee. Retrieve this value from the `id` field returned when the wallet was created.
|
|
158
158
|
* @param EstimateTransferFeeRequest
|
|
159
159
|
* @param X_API_Key
|
|
160
160
|
* @param options Override http request option.
|
|
@@ -194,8 +194,8 @@ class TransactionsApi {
|
|
|
194
194
|
* Handle WaaS webhook
|
|
195
195
|
* This endpoint receives webhook events from the Cobo WaaS platform and processes transaction status updates and balance changes. Requests must include valid `biz-timestamp` and `biz-resp-signature` headers for signature verification.
|
|
196
196
|
* @param body
|
|
197
|
-
* @param biz_timestamp
|
|
198
|
-
* @param biz_resp_signature
|
|
197
|
+
* @param biz_timestamp Unix timestamp (milliseconds) from the Cobo WaaS webhook request, used for signature verification and replay-attack prevention.
|
|
198
|
+
* @param biz_resp_signature ECDSA signature from the Cobo WaaS webhook request, used to verify that the payload originated from Cobo. Compute verification using the `biz-timestamp` and raw request body.
|
|
199
199
|
* @param options Override http request option.
|
|
200
200
|
*/
|
|
201
201
|
async handleWaasWebhook(body, biz_timestamp, biz_resp_signature, options) {
|
|
@@ -234,7 +234,7 @@ class TransactionsApi {
|
|
|
234
234
|
/**
|
|
235
235
|
* List recent addresses
|
|
236
236
|
* This operation retrieves the most recently used recipient addresses for a specific wallet, derived from transfer history. Results are ordered from most to least recent.
|
|
237
|
-
* @param wallet_uuid
|
|
237
|
+
* @param wallet_uuid The UUID of the wallet whose recent recipient addresses to retrieve. Retrieve this value from the `id` field returned when the wallet was created.
|
|
238
238
|
* @param limit The maximum number of addresses to return. Range: [1, 50].
|
|
239
239
|
* @param X_API_Key
|
|
240
240
|
* @param options Override http request option.
|
|
@@ -272,8 +272,8 @@ class TransactionsApi {
|
|
|
272
272
|
}
|
|
273
273
|
/**
|
|
274
274
|
* Sign a message
|
|
275
|
-
*
|
|
276
|
-
* @param wallet_uuid
|
|
275
|
+
* This operation signs a message using the specified wallet via the Cobo WaaS platform. Currently supports EIP-712 structured data signing, with future support planned for raw hash signing, BTC signatures, and other schemes. Set `destination_type` to select the signing method: - `eip712` (default): EIP-712 typed structured data signing. Requires an EVM-compatible chain and the `eip712_typed_data` payload field. Set `sync=true` (default) to wait synchronously for the signing result before responding. Set `sync=false` to return immediately after submission; poll the transaction record to retrieve the signature later. Supply `request_id` to enable idempotency. If a message-sign transaction with the same `request_id` already exists for the same principal, the existing record is returned with `idempotent=true`. The operation returns an error if a policy denies the signing request.
|
|
276
|
+
* @param wallet_uuid The UUID of the wallet that will sign the message. Retrieve this value from the `id` field returned when the wallet was created.
|
|
277
277
|
* @param MessageSignCreate
|
|
278
278
|
* @param X_API_Key
|
|
279
279
|
* @param options Override http request option.
|
|
@@ -310,24 +310,22 @@ class TransactionsApi {
|
|
|
310
310
|
return this.axios.request(localVarRequestOptions);
|
|
311
311
|
}
|
|
312
312
|
/**
|
|
313
|
-
*
|
|
314
|
-
*
|
|
315
|
-
* @param wallet_uuid
|
|
316
|
-
* @param
|
|
317
|
-
* @param SpeedupTransactionRequest
|
|
313
|
+
* Create payment
|
|
314
|
+
* Signs and submits a payment on behalf of the specified wallet using either the x402 or MPP protocol. **Protocol selection** (required `protocol` field in the request body): - `x402`: provide the `x402_payment_required` challenge object received from the payee server. - `mpp`: provide the `mpp_www_authenticate` challenge string and, optionally, an `mpp_session` token. **Idempotency**: if you supply a `request_id`, the endpoint checks for a previously completed transaction with the same `request_id` for this wallet. When a match is found the original result is returned immediately (`idempotent: true`) together with the original response headers (`retry_headers`) so you can replay the HTTP payment call without re-signing. The wallet must be active (non-archived) and your principal must hold the `WALLET_TRANSFER` permission for the target wallet.
|
|
315
|
+
* @param wallet_uuid UUID of the wallet to sign and submit the payment from. Obtain this value from the wallet creation or list-wallets response. The wallet must be active (not archived).
|
|
316
|
+
* @param PaymentCreate
|
|
318
317
|
* @param X_API_Key
|
|
319
318
|
* @param options Override http request option.
|
|
320
319
|
*/
|
|
321
|
-
async
|
|
322
|
-
let localVarPath = '/api/v1/wallets/{wallet_uuid}/
|
|
323
|
-
.replace(`{${"wallet_uuid"}}`, encodeURIComponent(String(wallet_uuid)))
|
|
324
|
-
.replace(`{${"transaction_uuid"}}`, encodeURIComponent(String(transaction_uuid)));
|
|
320
|
+
async payment(wallet_uuid, PaymentCreate, X_API_Key, options) {
|
|
321
|
+
let localVarPath = '/api/v1/wallets/{wallet_uuid}/payment'
|
|
322
|
+
.replace(`{${"wallet_uuid"}}`, encodeURIComponent(String(wallet_uuid)));
|
|
325
323
|
const localVarUrlObj = new URL(localVarPath, this.basePath);
|
|
326
324
|
const localVarRequestOptions = { method: 'POST', ...options };
|
|
327
325
|
const localVarHeaderParameter = { ...this.getHeaders() };
|
|
328
326
|
const localVarQueryParameter = {};
|
|
329
|
-
// verify required parameter '
|
|
330
|
-
(0, common_1.assertParamExists)('
|
|
327
|
+
// verify required parameter 'PaymentCreate' is not null or undefined
|
|
328
|
+
(0, common_1.assertParamExists)('payment', 'PaymentCreate', PaymentCreate);
|
|
331
329
|
if (X_API_Key !== undefined && X_API_Key !== null) {
|
|
332
330
|
localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
|
|
333
331
|
}
|
|
@@ -346,27 +344,29 @@ class TransactionsApi {
|
|
|
346
344
|
localVarUrlObj.search = queryString;
|
|
347
345
|
}
|
|
348
346
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
|
|
349
|
-
localVarRequestOptions.data =
|
|
347
|
+
localVarRequestOptions.data = PaymentCreate;
|
|
350
348
|
localVarRequestOptions.url = localVarUrlObj.toString();
|
|
351
349
|
return this.axios.request(localVarRequestOptions);
|
|
352
350
|
}
|
|
353
351
|
/**
|
|
354
|
-
*
|
|
355
|
-
* This operation
|
|
356
|
-
* @param wallet_uuid
|
|
357
|
-
* @param
|
|
352
|
+
* Speed up transaction
|
|
353
|
+
* This operation accelerates a broadcasting transaction by submitting a Replace-By-Fee (RBF) transaction with higher fees. The transaction must be in `broadcasting` status. You must supply the `fee` field with higher fee parameters than the original transaction. Provide `cobo_transaction_id` in the request body to identify the transaction by its provider-assigned ID instead of the local UUID in the path. <Note>RBF speedup is not supported on VET, TRON, TVET, SOL, TON chains or gasless (paymaster) transactions.</Note>
|
|
354
|
+
* @param wallet_uuid The UUID of the wallet that owns the transaction. Retrieve this value from the `id` field returned when the wallet was created.
|
|
355
|
+
* @param transaction_uuid The UUID of the user transaction to speed up, returned as `id` by the transfer or contract-call endpoints.
|
|
356
|
+
* @param SpeedupTransactionRequest
|
|
358
357
|
* @param X_API_Key
|
|
359
358
|
* @param options Override http request option.
|
|
360
359
|
*/
|
|
361
|
-
async
|
|
362
|
-
let localVarPath = '/api/v1/wallets/{wallet_uuid}/
|
|
363
|
-
.replace(`{${"wallet_uuid"}}`, encodeURIComponent(String(wallet_uuid)))
|
|
360
|
+
async speedupTransaction(wallet_uuid, transaction_uuid, SpeedupTransactionRequest, X_API_Key, options) {
|
|
361
|
+
let localVarPath = '/api/v1/wallets/{wallet_uuid}/transactions/{transaction_uuid}/speedup'
|
|
362
|
+
.replace(`{${"wallet_uuid"}}`, encodeURIComponent(String(wallet_uuid)))
|
|
363
|
+
.replace(`{${"transaction_uuid"}}`, encodeURIComponent(String(transaction_uuid)));
|
|
364
364
|
const localVarUrlObj = new URL(localVarPath, this.basePath);
|
|
365
365
|
const localVarRequestOptions = { method: 'POST', ...options };
|
|
366
366
|
const localVarHeaderParameter = { ...this.getHeaders() };
|
|
367
367
|
const localVarQueryParameter = {};
|
|
368
|
-
// verify required parameter '
|
|
369
|
-
(0, common_1.assertParamExists)('
|
|
368
|
+
// verify required parameter 'SpeedupTransactionRequest' is not null or undefined
|
|
369
|
+
(0, common_1.assertParamExists)('speedupTransaction', 'SpeedupTransactionRequest', SpeedupTransactionRequest);
|
|
370
370
|
if (X_API_Key !== undefined && X_API_Key !== null) {
|
|
371
371
|
localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
|
|
372
372
|
}
|
|
@@ -385,27 +385,27 @@ class TransactionsApi {
|
|
|
385
385
|
localVarUrlObj.search = queryString;
|
|
386
386
|
}
|
|
387
387
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
|
|
388
|
-
localVarRequestOptions.data =
|
|
388
|
+
localVarRequestOptions.data = SpeedupTransactionRequest;
|
|
389
389
|
localVarRequestOptions.url = localVarUrlObj.toString();
|
|
390
390
|
return this.axios.request(localVarRequestOptions);
|
|
391
391
|
}
|
|
392
392
|
/**
|
|
393
|
-
*
|
|
394
|
-
* This operation
|
|
395
|
-
* @param wallet_uuid
|
|
396
|
-
* @param
|
|
393
|
+
* Transfer tokens
|
|
394
|
+
* This operation initiates a token transfer from the specified wallet. You need to provide `dst_addr`, `amount`, and `token_id`. The `chain_id` is automatically resolved from `token_id`. Gas fees are covered automatically — you do not need to prepare gas tokens. Supply `request_id` to enable idempotency. If a transfer with the same `request_id` already exists for the same principal, the existing record is returned with `idempotent=true`. The operation returns `status=200` (`PENDING_APPROVAL`) when an approval policy requires review before execution. Use the `pending_operation_id` in the response to track and resolve the approval. <Note>Policy evaluation runs before submission. The operation returns an error if a policy denies the transfer.</Note>
|
|
395
|
+
* @param wallet_uuid The UUID of the wallet to transfer tokens from. Retrieve this value from the `id` field returned when the wallet was created.
|
|
396
|
+
* @param TransferCreate
|
|
397
397
|
* @param X_API_Key
|
|
398
398
|
* @param options Override http request option.
|
|
399
399
|
*/
|
|
400
|
-
async
|
|
401
|
-
let localVarPath = '/api/v1/wallets/{wallet_uuid}/
|
|
400
|
+
async transferTokens(wallet_uuid, TransferCreate, X_API_Key, options) {
|
|
401
|
+
let localVarPath = '/api/v1/wallets/{wallet_uuid}/transfer'
|
|
402
402
|
.replace(`{${"wallet_uuid"}}`, encodeURIComponent(String(wallet_uuid)));
|
|
403
403
|
const localVarUrlObj = new URL(localVarPath, this.basePath);
|
|
404
404
|
const localVarRequestOptions = { method: 'POST', ...options };
|
|
405
405
|
const localVarHeaderParameter = { ...this.getHeaders() };
|
|
406
406
|
const localVarQueryParameter = {};
|
|
407
|
-
// verify required parameter '
|
|
408
|
-
(0, common_1.assertParamExists)('
|
|
407
|
+
// verify required parameter 'TransferCreate' is not null or undefined
|
|
408
|
+
(0, common_1.assertParamExists)('transferTokens', 'TransferCreate', TransferCreate);
|
|
409
409
|
if (X_API_Key !== undefined && X_API_Key !== null) {
|
|
410
410
|
localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
|
|
411
411
|
}
|
|
@@ -424,7 +424,7 @@ class TransactionsApi {
|
|
|
424
424
|
localVarUrlObj.search = queryString;
|
|
425
425
|
}
|
|
426
426
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
|
|
427
|
-
localVarRequestOptions.data =
|
|
427
|
+
localVarRequestOptions.data = TransferCreate;
|
|
428
428
|
localVarRequestOptions.url = localVarUrlObj.toString();
|
|
429
429
|
return this.axios.request(localVarRequestOptions);
|
|
430
430
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transactions-api.js","sourceRoot":"","sources":["../../api/transactions-api.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"transactions-api.js","sourceRoot":"","sources":["../../api/transactions-api.ts"],"names":[],"mappings":"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"}
|