@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
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cobo Agentic Wallet Service
|
|
3
|
+
*
|
|
4
|
+
* The version of the OpenAPI document: 0.1.0
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
11
|
+
import { Configuration } from '../configuration';
|
|
12
|
+
import type { PendingOperationStatus } from '../models';
|
|
13
|
+
import type { RejectPendingOperationRequest } from '../models';
|
|
14
|
+
import type { StandardResponsePendingOperationActionResult } from '../models';
|
|
15
|
+
import type { StandardResponsePendingOperationListResponse } from '../models';
|
|
16
|
+
import type { StandardResponsePendingOperationRead } from '../models';
|
|
17
|
+
export declare class PendingOperationsApi {
|
|
18
|
+
private basePath;
|
|
19
|
+
private axios;
|
|
20
|
+
private configuration?;
|
|
21
|
+
constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
|
|
22
|
+
/**
|
|
23
|
+
* Get default request headers including auth
|
|
24
|
+
*/
|
|
25
|
+
private getHeaders;
|
|
26
|
+
/**
|
|
27
|
+
* Approve pending operation
|
|
28
|
+
* This operation approves a pending operation and triggers its execution. The pending operation ID can be retrieved by calling the List pending operations operation. Only the wallet owner principal can approve pending operations. For unpaired agent-owned wallets, the same agent principal is also the wallet owner.
|
|
29
|
+
* @param pending_operation_id The unique identifier of the pending operation to approve. Obtain this ID from the List pending operations operation.
|
|
30
|
+
* @param X_API_Key
|
|
31
|
+
* @param options Override http request option.
|
|
32
|
+
*/
|
|
33
|
+
approvePendingOperation(pending_operation_id: string, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponsePendingOperationActionResult>>;
|
|
34
|
+
/**
|
|
35
|
+
* Get pending operation
|
|
36
|
+
* This operation retrieves a specific pending approval operation by its ID. The pending operation ID is returned in the `pending_operation_id` field when a transfer, contract call, or message sign returns `status=pending_approval`. Both human owners and the agent that initiated the operation can read it.
|
|
37
|
+
* @param pending_operation_id The unique identifier of the pending operation to retrieve. Obtain this ID from the List pending operations operation or from the `pending_operation_id` field returned when a transaction enters `pending_approval` status.
|
|
38
|
+
* @param X_API_Key
|
|
39
|
+
* @param options Override http request option.
|
|
40
|
+
*/
|
|
41
|
+
getPendingOperation(pending_operation_id: string, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponsePendingOperationRead>>;
|
|
42
|
+
/**
|
|
43
|
+
* List pending operations
|
|
44
|
+
* This operation retrieves pending approval operations for the authenticated principal. Human owners see all operations on their wallets. Agents see operations they initiated. Use cursor-based pagination with `after`/`before`.
|
|
45
|
+
* @param status Filter by operation status. Possible values: `pending`, `approved`, `rejected`, `expired`. If omitted, all statuses are returned.
|
|
46
|
+
* @param after A cursor for forward pagination. Pass the `after` value from a previous response to retrieve the next page.
|
|
47
|
+
* @param before A cursor for backward pagination. Pass the `before` value from a previous response to retrieve the preceding page.
|
|
48
|
+
* @param offset Deprecated. Use `after`/`before` cursors instead.
|
|
49
|
+
* @param limit The maximum number of items to return. Range: [1, 200].
|
|
50
|
+
* @param X_API_Key
|
|
51
|
+
* @param options Override http request option.
|
|
52
|
+
*/
|
|
53
|
+
listPendingOperations(status?: PendingOperationStatus, after?: string, before?: string, offset?: number, limit?: number, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponsePendingOperationListResponse>>;
|
|
54
|
+
/**
|
|
55
|
+
* Reject pending operation
|
|
56
|
+
* This operation rejects a pending operation, preventing it from being executed. The pending operation ID can be retrieved by calling the List pending operations operation. Only the wallet owner principal can reject pending operations. For unpaired agent-owned wallets, the same agent principal is also the wallet owner. Optionally supply `reason` (max 500 characters) to record why the operation was rejected.
|
|
57
|
+
* @param pending_operation_id The unique identifier of the pending operation to reject. Obtain this ID from the List pending operations operation.
|
|
58
|
+
* @param RejectPendingOperationRequest
|
|
59
|
+
* @param X_API_Key
|
|
60
|
+
* @param options Override http request option.
|
|
61
|
+
*/
|
|
62
|
+
rejectPendingOperation(pending_operation_id: string, RejectPendingOperationRequest: RejectPendingOperationRequest, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponsePendingOperationActionResult>>;
|
|
63
|
+
}
|
|
64
|
+
//# sourceMappingURL=pending-operations-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pending-operations-api.d.ts","sourceRoot":"","sources":["../../api/pending-operations-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,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAExD,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAC;AAE/D,OAAO,KAAK,EAAE,4CAA4C,EAAE,MAAM,WAAW,CAAC;AAE9E,OAAO,KAAK,EAAE,4CAA4C,EAAE,MAAM,WAAW,CAAC;AAE9E,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,WAAW,CAAC;AAItE,qBAAa,oBAAoB;IAC7B,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,KAAK,CAAgB;IAC7B,OAAO,CAAC,aAAa,CAAC,CAAgB;gBAE1B,aAAa,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,aAAa;IAMnF;;OAEG;IACH,OAAO,CAAC,UAAU;IAQlB;;;;;;OAMG;IACU,uBAAuB,CAAC,oBAAoB,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,4CAA4C,CAAC,CAAC;IAmC1L;;;;;;OAMG;IACU,mBAAmB,CAAC,oBAAoB,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,oCAAoC,CAAC,CAAC;IAmC9K;;;;;;;;;;OAUG;IACU,qBAAqB,CAAC,MAAM,CAAC,EAAE,sBAAsB,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,4CAA4C,CAAC,CAAC;IAsD7P;;;;;;;OAOG;IACU,sBAAsB,CAAC,oBAAoB,EAAE,MAAM,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,4CAA4C,CAAC,CAAC;CAsC1P"}
|
|
@@ -12,11 +12,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
12
12
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.
|
|
15
|
+
exports.PendingOperationsApi = void 0;
|
|
16
16
|
const axios_1 = __importDefault(require("axios"));
|
|
17
17
|
const configuration_1 = require("../configuration");
|
|
18
18
|
const common_1 = require("../common");
|
|
19
|
-
class
|
|
19
|
+
class PendingOperationsApi {
|
|
20
20
|
constructor(configuration, basePath, axios) {
|
|
21
21
|
this.configuration = configuration;
|
|
22
22
|
this.basePath = basePath ?? configuration?.basePath ?? (0, configuration_1.getServerUrl)(configuration?.serverIndex ?? 0, configuration?.serverVariables);
|
|
@@ -33,20 +33,19 @@ class ApprovalsApi {
|
|
|
33
33
|
return headers;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
37
|
-
* This operation
|
|
38
|
-
* @param
|
|
36
|
+
* Approve pending operation
|
|
37
|
+
* This operation approves a pending operation and triggers its execution. The pending operation ID can be retrieved by calling the List pending operations operation. Only the wallet owner principal can approve pending operations. For unpaired agent-owned wallets, the same agent principal is also the wallet owner.
|
|
38
|
+
* @param pending_operation_id The unique identifier of the pending operation to approve. Obtain this ID from the List pending operations operation.
|
|
39
39
|
* @param X_API_Key
|
|
40
40
|
* @param options Override http request option.
|
|
41
41
|
*/
|
|
42
|
-
async
|
|
43
|
-
let localVarPath = '/api/v1/
|
|
42
|
+
async approvePendingOperation(pending_operation_id, X_API_Key, options) {
|
|
43
|
+
let localVarPath = '/api/v1/pending-operations/{pending_operation_id}/approve'
|
|
44
|
+
.replace(`{${"pending_operation_id"}}`, encodeURIComponent(String(pending_operation_id)));
|
|
44
45
|
const localVarUrlObj = new URL(localVarPath, this.basePath);
|
|
45
46
|
const localVarRequestOptions = { method: 'POST', ...options };
|
|
46
47
|
const localVarHeaderParameter = { ...this.getHeaders() };
|
|
47
48
|
const localVarQueryParameter = {};
|
|
48
|
-
// verify required parameter 'CreateApprovalRequest' is not null or undefined
|
|
49
|
-
(0, common_1.assertParamExists)('createApproval', 'CreateApprovalRequest', CreateApprovalRequest);
|
|
50
49
|
if (X_API_Key !== undefined && X_API_Key !== null) {
|
|
51
50
|
localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
|
|
52
51
|
}
|
|
@@ -65,20 +64,19 @@ class ApprovalsApi {
|
|
|
65
64
|
localVarUrlObj.search = queryString;
|
|
66
65
|
}
|
|
67
66
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
|
|
68
|
-
localVarRequestOptions.data = CreateApprovalRequest;
|
|
69
67
|
localVarRequestOptions.url = localVarUrlObj.toString();
|
|
70
68
|
return this.axios.request(localVarRequestOptions);
|
|
71
69
|
}
|
|
72
70
|
/**
|
|
73
|
-
* Get
|
|
74
|
-
* This operation retrieves
|
|
75
|
-
* @param
|
|
71
|
+
* Get pending operation
|
|
72
|
+
* This operation retrieves a specific pending approval operation by its ID. The pending operation ID is returned in the `pending_operation_id` field when a transfer, contract call, or message sign returns `status=pending_approval`. Both human owners and the agent that initiated the operation can read it.
|
|
73
|
+
* @param pending_operation_id The unique identifier of the pending operation to retrieve. Obtain this ID from the List pending operations operation or from the `pending_operation_id` field returned when a transaction enters `pending_approval` status.
|
|
76
74
|
* @param X_API_Key
|
|
77
75
|
* @param options Override http request option.
|
|
78
76
|
*/
|
|
79
|
-
async
|
|
80
|
-
let localVarPath = '/api/v1/
|
|
81
|
-
.replace(`{${"
|
|
77
|
+
async getPendingOperation(pending_operation_id, X_API_Key, options) {
|
|
78
|
+
let localVarPath = '/api/v1/pending-operations/{pending_operation_id}'
|
|
79
|
+
.replace(`{${"pending_operation_id"}}`, encodeURIComponent(String(pending_operation_id)));
|
|
82
80
|
const localVarUrlObj = new URL(localVarPath, this.basePath);
|
|
83
81
|
const localVarRequestOptions = { method: 'GET', ...options };
|
|
84
82
|
const localVarHeaderParameter = { ...this.getHeaders() };
|
|
@@ -105,14 +103,18 @@ class ApprovalsApi {
|
|
|
105
103
|
return this.axios.request(localVarRequestOptions);
|
|
106
104
|
}
|
|
107
105
|
/**
|
|
108
|
-
* List
|
|
109
|
-
* This operation retrieves
|
|
110
|
-
* @param status Filter by
|
|
106
|
+
* List pending operations
|
|
107
|
+
* This operation retrieves pending approval operations for the authenticated principal. Human owners see all operations on their wallets. Agents see operations they initiated. Use cursor-based pagination with `after`/`before`.
|
|
108
|
+
* @param status Filter by operation status. Possible values: `pending`, `approved`, `rejected`, `expired`. If omitted, all statuses are returned.
|
|
109
|
+
* @param after A cursor for forward pagination. Pass the `after` value from a previous response to retrieve the next page.
|
|
110
|
+
* @param before A cursor for backward pagination. Pass the `before` value from a previous response to retrieve the preceding page.
|
|
111
|
+
* @param offset Deprecated. Use `after`/`before` cursors instead.
|
|
112
|
+
* @param limit The maximum number of items to return. Range: [1, 200].
|
|
111
113
|
* @param X_API_Key
|
|
112
114
|
* @param options Override http request option.
|
|
113
115
|
*/
|
|
114
|
-
async
|
|
115
|
-
let localVarPath = '/api/v1/
|
|
116
|
+
async listPendingOperations(status, after, before, offset, limit, X_API_Key, options) {
|
|
117
|
+
let localVarPath = '/api/v1/pending-operations';
|
|
116
118
|
const localVarUrlObj = new URL(localVarPath, this.basePath);
|
|
117
119
|
const localVarRequestOptions = { method: 'GET', ...options };
|
|
118
120
|
const localVarHeaderParameter = { ...this.getHeaders() };
|
|
@@ -120,6 +122,18 @@ class ApprovalsApi {
|
|
|
120
122
|
if (status !== undefined) {
|
|
121
123
|
localVarQueryParameter['status'] = status;
|
|
122
124
|
}
|
|
125
|
+
if (after !== undefined) {
|
|
126
|
+
localVarQueryParameter['after'] = after;
|
|
127
|
+
}
|
|
128
|
+
if (before !== undefined) {
|
|
129
|
+
localVarQueryParameter['before'] = before;
|
|
130
|
+
}
|
|
131
|
+
if (offset !== undefined) {
|
|
132
|
+
localVarQueryParameter['offset'] = offset;
|
|
133
|
+
}
|
|
134
|
+
if (limit !== undefined) {
|
|
135
|
+
localVarQueryParameter['limit'] = limit;
|
|
136
|
+
}
|
|
123
137
|
if (X_API_Key !== undefined && X_API_Key !== null) {
|
|
124
138
|
localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
|
|
125
139
|
}
|
|
@@ -142,22 +156,22 @@ class ApprovalsApi {
|
|
|
142
156
|
return this.axios.request(localVarRequestOptions);
|
|
143
157
|
}
|
|
144
158
|
/**
|
|
145
|
-
*
|
|
146
|
-
* This operation
|
|
147
|
-
* @param
|
|
148
|
-
* @param
|
|
159
|
+
* Reject pending operation
|
|
160
|
+
* This operation rejects a pending operation, preventing it from being executed. The pending operation ID can be retrieved by calling the List pending operations operation. Only the wallet owner principal can reject pending operations. For unpaired agent-owned wallets, the same agent principal is also the wallet owner. Optionally supply `reason` (max 500 characters) to record why the operation was rejected.
|
|
161
|
+
* @param pending_operation_id The unique identifier of the pending operation to reject. Obtain this ID from the List pending operations operation.
|
|
162
|
+
* @param RejectPendingOperationRequest
|
|
149
163
|
* @param X_API_Key
|
|
150
164
|
* @param options Override http request option.
|
|
151
165
|
*/
|
|
152
|
-
async
|
|
153
|
-
let localVarPath = '/api/v1/
|
|
154
|
-
.replace(`{${"
|
|
166
|
+
async rejectPendingOperation(pending_operation_id, RejectPendingOperationRequest, X_API_Key, options) {
|
|
167
|
+
let localVarPath = '/api/v1/pending-operations/{pending_operation_id}/reject'
|
|
168
|
+
.replace(`{${"pending_operation_id"}}`, encodeURIComponent(String(pending_operation_id)));
|
|
155
169
|
const localVarUrlObj = new URL(localVarPath, this.basePath);
|
|
156
170
|
const localVarRequestOptions = { method: 'POST', ...options };
|
|
157
171
|
const localVarHeaderParameter = { ...this.getHeaders() };
|
|
158
172
|
const localVarQueryParameter = {};
|
|
159
|
-
// verify required parameter '
|
|
160
|
-
(0, common_1.assertParamExists)('
|
|
173
|
+
// verify required parameter 'RejectPendingOperationRequest' is not null or undefined
|
|
174
|
+
(0, common_1.assertParamExists)('rejectPendingOperation', 'RejectPendingOperationRequest', RejectPendingOperationRequest);
|
|
161
175
|
if (X_API_Key !== undefined && X_API_Key !== null) {
|
|
162
176
|
localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
|
|
163
177
|
}
|
|
@@ -176,10 +190,10 @@ class ApprovalsApi {
|
|
|
176
190
|
localVarUrlObj.search = queryString;
|
|
177
191
|
}
|
|
178
192
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
|
|
179
|
-
localVarRequestOptions.data =
|
|
193
|
+
localVarRequestOptions.data = RejectPendingOperationRequest;
|
|
180
194
|
localVarRequestOptions.url = localVarUrlObj.toString();
|
|
181
195
|
return this.axios.request(localVarRequestOptions);
|
|
182
196
|
}
|
|
183
197
|
}
|
|
184
|
-
exports.
|
|
185
|
-
//# sourceMappingURL=
|
|
198
|
+
exports.PendingOperationsApi = PendingOperationsApi;
|
|
199
|
+
//# sourceMappingURL=pending-operations-api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pending-operations-api.js","sourceRoot":"","sources":["../../api/pending-operations-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cobo Agentic Wallet Service
|
|
3
|
+
*
|
|
4
|
+
* The version of the OpenAPI document: 0.1.0
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
11
|
+
import { Configuration } from '../configuration';
|
|
12
|
+
import type { RecipeCreate } from '../models';
|
|
13
|
+
import type { RecipeLibrarySortBy } from '../models';
|
|
14
|
+
import type { RecipeReviewRequest } from '../models';
|
|
15
|
+
import type { RecipeSearchSource } from '../models';
|
|
16
|
+
import type { RecipeSubmissionCreate } from '../models';
|
|
17
|
+
import type { RecipeUpdate } from '../models';
|
|
18
|
+
import type { SearchRecipesRequest } from '../models';
|
|
19
|
+
import type { StandardResponseListRecipeCategoryRead } from '../models';
|
|
20
|
+
import type { StandardResponseListRecipeRead } from '../models';
|
|
21
|
+
import type { StandardResponseRecipeCounterResult } from '../models';
|
|
22
|
+
import type { StandardResponseRecipeCreateResult } from '../models';
|
|
23
|
+
import type { StandardResponseRecipeDetailRead } from '../models';
|
|
24
|
+
import type { StandardResponseRecipeDocument } from '../models';
|
|
25
|
+
import type { StandardResponseRecipeSearchResponse } from '../models';
|
|
26
|
+
export declare class RecipesApi {
|
|
27
|
+
private basePath;
|
|
28
|
+
private axios;
|
|
29
|
+
private configuration?;
|
|
30
|
+
constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
|
|
31
|
+
/**
|
|
32
|
+
* Get default request headers including auth
|
|
33
|
+
*/
|
|
34
|
+
private getHeaders;
|
|
35
|
+
/**
|
|
36
|
+
* Archive recipe
|
|
37
|
+
* @param recipe_id
|
|
38
|
+
* @param X_Assistant_Service_Key
|
|
39
|
+
* @param options Override http request option.
|
|
40
|
+
*/
|
|
41
|
+
archiveRecipe(recipe_id: string, X_Assistant_Service_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseRecipeDetailRead>>;
|
|
42
|
+
/**
|
|
43
|
+
* Create recipe
|
|
44
|
+
* @param RecipeCreate
|
|
45
|
+
* @param X_Assistant_Service_Key
|
|
46
|
+
* @param options Override http request option.
|
|
47
|
+
*/
|
|
48
|
+
createRecipe(RecipeCreate: RecipeCreate, X_Assistant_Service_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseRecipeCreateResult>>;
|
|
49
|
+
/**
|
|
50
|
+
* Get recipe detail by slug
|
|
51
|
+
* @param slug
|
|
52
|
+
* @param track_view
|
|
53
|
+
* @param options Override http request option.
|
|
54
|
+
*/
|
|
55
|
+
getRecipeBySlug(slug: string, track_view?: boolean, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseRecipeDetailRead>>;
|
|
56
|
+
/**
|
|
57
|
+
* Get full recipe document by ID
|
|
58
|
+
* @param document_id
|
|
59
|
+
* @param source Document source: \'graph\' or \'knowledge\'
|
|
60
|
+
* @param X_API_Key
|
|
61
|
+
* @param options Override http request option.
|
|
62
|
+
*/
|
|
63
|
+
getRecipeDocument(document_id: string, source?: RecipeSearchSource, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseRecipeDocument>>;
|
|
64
|
+
/**
|
|
65
|
+
* Get recipe search count
|
|
66
|
+
* @param recipe_id
|
|
67
|
+
* @param options Override http request option.
|
|
68
|
+
*/
|
|
69
|
+
getRecipeSearchCount(recipe_id: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseRecipeCounterResult>>;
|
|
70
|
+
/**
|
|
71
|
+
* List featured recipes
|
|
72
|
+
* @param limit
|
|
73
|
+
* @param options Override http request option.
|
|
74
|
+
*/
|
|
75
|
+
listFeaturedRecipes(limit?: number, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseListRecipeRead>>;
|
|
76
|
+
/**
|
|
77
|
+
* List recipe categories
|
|
78
|
+
* @param options Override http request option.
|
|
79
|
+
*/
|
|
80
|
+
listRecipeCategories(options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseListRecipeCategoryRead>>;
|
|
81
|
+
/**
|
|
82
|
+
* List recipes in the public library
|
|
83
|
+
* @param offset
|
|
84
|
+
* @param limit
|
|
85
|
+
* @param category
|
|
86
|
+
* @param tag
|
|
87
|
+
* @param chain
|
|
88
|
+
* @param featured
|
|
89
|
+
* @param query
|
|
90
|
+
* @param sort_by
|
|
91
|
+
* @param options Override http request option.
|
|
92
|
+
*/
|
|
93
|
+
listRecipeLibrary(offset?: number, limit?: number, category?: string, tag?: string, chain?: string, featured?: boolean, query?: string, sort_by?: RecipeLibrarySortBy, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseListRecipeRead>>;
|
|
94
|
+
/**
|
|
95
|
+
* Review submitted recipe
|
|
96
|
+
* @param recipe_id
|
|
97
|
+
* @param RecipeReviewRequest
|
|
98
|
+
* @param X_Assistant_Service_Key
|
|
99
|
+
* @param options Override http request option.
|
|
100
|
+
*/
|
|
101
|
+
reviewRecipeSubmission(recipe_id: string, RecipeReviewRequest: RecipeReviewRequest, X_Assistant_Service_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseRecipeDetailRead>>;
|
|
102
|
+
/**
|
|
103
|
+
* Search recipes
|
|
104
|
+
* @param SearchRecipesRequest
|
|
105
|
+
* @param X_API_Key
|
|
106
|
+
* @param options Override http request option.
|
|
107
|
+
*/
|
|
108
|
+
searchRecipes(SearchRecipesRequest: SearchRecipesRequest, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseRecipeSearchResponse>>;
|
|
109
|
+
/**
|
|
110
|
+
* Submit community recipe
|
|
111
|
+
* @param RecipeSubmissionCreate
|
|
112
|
+
* @param X_API_Key
|
|
113
|
+
* @param options Override http request option.
|
|
114
|
+
*/
|
|
115
|
+
submitRecipe(RecipeSubmissionCreate: RecipeSubmissionCreate, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseRecipeCreateResult>>;
|
|
116
|
+
/**
|
|
117
|
+
* Increment recipe share count
|
|
118
|
+
* @param recipe_id
|
|
119
|
+
* @param options Override http request option.
|
|
120
|
+
*/
|
|
121
|
+
trackRecipeShare(recipe_id: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseRecipeCounterResult>>;
|
|
122
|
+
/**
|
|
123
|
+
* Increment recipe use count
|
|
124
|
+
* @param recipe_id
|
|
125
|
+
* @param X_API_Key
|
|
126
|
+
* @param options Override http request option.
|
|
127
|
+
*/
|
|
128
|
+
trackRecipeUse(recipe_id: string, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseRecipeCounterResult>>;
|
|
129
|
+
/**
|
|
130
|
+
* Update recipe
|
|
131
|
+
* @param recipe_id
|
|
132
|
+
* @param RecipeUpdate
|
|
133
|
+
* @param X_Assistant_Service_Key
|
|
134
|
+
* @param options Override http request option.
|
|
135
|
+
*/
|
|
136
|
+
updateRecipe(recipe_id: string, RecipeUpdate: RecipeUpdate, X_Assistant_Service_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseRecipeDetailRead>>;
|
|
137
|
+
}
|
|
138
|
+
//# sourceMappingURL=recipes-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recipes-api.d.ts","sourceRoot":"","sources":["../../api/recipes-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,YAAY,EAAE,MAAM,WAAW,CAAC;AAE9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAErD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAErD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAEpD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAExD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE9C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEtD,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,WAAW,CAAC;AAExE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,WAAW,CAAC;AAEhE,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,WAAW,CAAC;AAErE,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,WAAW,CAAC;AAEpE,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,WAAW,CAAC;AAElE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,WAAW,CAAC;AAEhE,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,WAAW,CAAC;AAItE,qBAAa,UAAU;IACnB,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,KAAK,CAAgB;IAC7B,OAAO,CAAC,aAAa,CAAC,CAAgB;gBAE1B,aAAa,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,aAAa;IAMnF;;OAEG;IACH,OAAO,CAAC,UAAU;IAQlB;;;;;OAKG;IACU,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,uBAAuB,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,gCAAgC,CAAC,CAAC;IAmCvK;;;;;OAKG;IACU,YAAY,CAAC,YAAY,EAAE,YAAY,EAAE,uBAAuB,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,kCAAkC,CAAC,CAAC;IAsCjL;;;;;OAKG;IACU,eAAe,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,gCAAgC,CAAC,CAAC;IAmCxJ;;;;;;OAMG;IACU,iBAAiB,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,kBAAkB,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,8BAA8B,CAAC,CAAC;IAuC1L;;;;OAIG;IACU,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,mCAAmC,CAAC,CAAC;IA+B/I;;;;OAIG;IACU,mBAAmB,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,8BAA8B,CAAC,CAAC;IAkCtI;;;OAGG;IACU,oBAAoB,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,sCAAsC,CAAC,CAAC;IA8B/H;;;;;;;;;;;OAWG;IACU,iBAAiB,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,8BAA8B,CAAC,CAAC;IA8DzQ;;;;;;OAMG;IACU,sBAAsB,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,uBAAuB,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,gCAAgC,CAAC,CAAC;IAuC1N;;;;;OAKG;IACU,aAAa,CAAC,oBAAoB,EAAE,oBAAoB,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,oCAAoC,CAAC,CAAC;IAsCtL;;;;;OAKG;IACU,YAAY,CAAC,sBAAsB,EAAE,sBAAsB,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,kCAAkC,CAAC,CAAC;IAsCvL;;;;OAIG;IACU,gBAAgB,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,mCAAmC,CAAC,CAAC;IA+B3I;;;;;OAKG;IACU,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,mCAAmC,CAAC,CAAC;IAmC7J;;;;;;OAMG;IACU,YAAY,CAAC,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,gCAAgC,CAAC,CAAC;CAsCrM"}
|