@cobo/agentic-wallet 0.1.3 → 0.1.5
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 +173 -333
- package/dist/api/audit-api.d.ts +1 -1
- package/dist/api/audit-api.js +1 -1
- package/dist/api/balance-api.d.ts +1 -1
- package/dist/api/balance-api.js +1 -1
- package/dist/api/coin-price-api.d.ts +1 -1
- package/dist/api/coin-price-api.js +1 -1
- package/dist/api/faucet-api.d.ts +1 -1
- package/dist/api/faucet-api.js +1 -1
- package/dist/api/health-api.d.ts +1 -1
- package/dist/api/health-api.js +1 -1
- package/dist/api/identity-api.d.ts +5 -5
- package/dist/api/identity-api.d.ts.map +1 -1
- package/dist/api/identity-api.js +1 -1
- package/dist/api/meta-api.d.ts +1 -1
- package/dist/api/meta-api.js +1 -1
- package/dist/api/metadata-api.d.ts +1 -1
- package/dist/api/metadata-api.js +1 -1
- package/dist/api/pacts-api.d.ts +7 -7
- package/dist/api/pacts-api.d.ts.map +1 -1
- package/dist/api/pacts-api.js +1 -1
- package/dist/api/pending-operations-api.d.ts +1 -1
- package/dist/api/pending-operations-api.js +1 -1
- package/dist/api/recipes-api.d.ts +4 -6
- package/dist/api/recipes-api.d.ts.map +1 -1
- package/dist/api/recipes-api.js +4 -8
- package/dist/api/recipes-api.js.map +1 -1
- package/dist/api/suggestions-api.d.ts +1 -1
- package/dist/api/suggestions-api.js +1 -1
- package/dist/api/telemetry-api.d.ts +1 -1
- package/dist/api/telemetry-api.js +1 -1
- package/dist/api/transaction-records-api.d.ts +1 -1
- package/dist/api/transaction-records-api.js +1 -1
- package/dist/api/transactions-api.d.ts +9 -1
- package/dist/api/transactions-api.d.ts.map +1 -1
- package/dist/api/transactions-api.js +38 -1
- package/dist/api/transactions-api.js.map +1 -1
- package/dist/api/wallets-api.d.ts +1 -1
- package/dist/api/wallets-api.js +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/models/agent-status-response.d.ts +1 -1
- package/dist/models/agent-status-response.js +1 -1
- package/dist/models/api-key-create-result-public.d.ts +30 -0
- package/dist/models/api-key-create-result-public.d.ts.map +1 -0
- package/dist/models/{api-key-create-result.js → api-key-create-result-public.js} +2 -2
- package/dist/models/api-key-create-result-public.js.map +1 -0
- package/dist/models/api-key-create.d.ts +1 -1
- package/dist/models/api-key-create.js +1 -1
- package/dist/models/{api-key-read.d.ts → api-key-public-read.d.ts} +17 -23
- package/dist/models/api-key-public-read.d.ts.map +1 -0
- package/dist/models/{pact-read.js → api-key-public-read.js} +2 -2
- package/dist/models/api-key-public-read.js.map +1 -0
- package/dist/models/applicable-limit-read.d.ts +1 -1
- package/dist/models/applicable-limit-read.js +1 -1
- package/dist/models/audit-action.d.ts +1 -1
- package/dist/models/audit-action.js +1 -1
- package/dist/models/audit-log-page.d.ts +1 -1
- package/dist/models/audit-log-page.js +1 -1
- package/dist/models/audit-log-read.d.ts +1 -1
- package/dist/models/audit-log-read.js +1 -1
- package/dist/models/audit-result.d.ts +1 -1
- package/dist/models/audit-result.js +1 -1
- package/dist/models/balance-read.d.ts +1 -1
- package/dist/models/balance-read.js +1 -1
- package/dist/models/chain-info.d.ts +1 -1
- package/dist/models/chain-info.js +1 -1
- package/dist/models/chain-metadata.d.ts +1 -1
- package/dist/models/chain-metadata.js +1 -1
- package/dist/models/completion-condition-type.d.ts +1 -1
- package/dist/models/completion-condition-type.js +1 -1
- package/dist/models/completion-condition.d.ts +1 -1
- package/dist/models/completion-condition.js +1 -1
- package/dist/models/contract-call-create.d.ts +1 -1
- package/dist/models/contract-call-create.js +1 -1
- package/dist/models/contract-call-submit-result.d.ts +1 -1
- package/dist/models/contract-call-submit-result.js +1 -1
- package/dist/models/delegation-spend-summary.d.ts +1 -1
- package/dist/models/delegation-spend-summary.js +1 -1
- package/dist/models/delegation-usage-limit-summary.d.ts +1 -1
- package/dist/models/delegation-usage-limit-summary.js +1 -1
- package/dist/models/drop-transaction-request.d.ts +1 -1
- package/dist/models/drop-transaction-request.js +1 -1
- package/dist/models/eip1559-fee-request.d.ts +1 -1
- package/dist/models/eip1559-fee-request.js +1 -1
- package/dist/models/estimate-contract-call-fee-request.d.ts +1 -1
- package/dist/models/estimate-contract-call-fee-request.js +1 -1
- package/dist/models/estimate-transfer-fee-read.d.ts +1 -1
- package/dist/models/estimate-transfer-fee-read.js +1 -1
- package/dist/models/estimate-transfer-fee-request.d.ts +1 -1
- package/dist/models/estimate-transfer-fee-request.js +1 -1
- package/dist/models/eth-call-request.d.ts +1 -1
- package/dist/models/eth-call-request.js +1 -1
- package/dist/models/eth-call-result.d.ts +1 -1
- package/dist/models/eth-call-result.js +1 -1
- package/dist/models/evmlegacy-fee-request.d.ts +1 -1
- package/dist/models/evmlegacy-fee-request.js +1 -1
- package/dist/models/external-transaction-operation-type.d.ts +1 -1
- package/dist/models/external-transaction-operation-type.js +1 -1
- package/dist/models/external-transaction-read.d.ts +1 -1
- package/dist/models/external-transaction-read.js +1 -1
- package/dist/models/external-transaction-stage.d.ts +1 -1
- package/dist/models/external-transaction-stage.js +1 -1
- package/dist/models/faucet-deposit-request.d.ts +1 -1
- package/dist/models/faucet-deposit-request.js +1 -1
- package/dist/models/faucet-deposit-result.d.ts +1 -1
- package/dist/models/faucet-deposit-result.js +1 -1
- package/dist/models/faucet-token-info.d.ts +1 -1
- package/dist/models/faucet-token-info.js +1 -1
- package/dist/models/faucet-token-item.d.ts +1 -1
- package/dist/models/faucet-token-item.js +1 -1
- package/dist/models/fee-estimate-read.d.ts +1 -1
- package/dist/models/fee-estimate-read.js +1 -1
- package/dist/models/fee-request.d.ts +1 -1
- package/dist/models/fee-request.js +1 -1
- package/dist/models/index.d.ts +6 -6
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +6 -6
- package/dist/models/index.js.map +1 -1
- package/dist/models/inline-policy-create.d.ts +1 -1
- package/dist/models/inline-policy-create.js +1 -1
- package/dist/models/key-share-holder-group-status.d.ts +1 -1
- package/dist/models/key-share-holder-group-status.js +1 -1
- package/dist/models/key-share-holder-group-type.d.ts +1 -1
- package/dist/models/key-share-holder-group-type.js +1 -1
- package/dist/models/key-share-holder-type.d.ts +1 -1
- package/dist/models/key-share-holder-type.js +1 -1
- package/dist/models/knowledge-search-type.d.ts +1 -1
- package/dist/models/knowledge-search-type.js +1 -1
- package/dist/models/langfuse-record.d.ts +1 -1
- package/dist/models/langfuse-record.js +1 -1
- package/dist/models/message-sign-create.d.ts +1 -1
- package/dist/models/message-sign-create.js +1 -1
- package/dist/models/message-sign-dest-type.d.ts +1 -1
- package/dist/models/message-sign-dest-type.js +1 -1
- package/dist/models/message-sign-result.d.ts +1 -1
- package/dist/models/message-sign-result.js +1 -1
- package/dist/models/model-error.d.ts +1 -1
- package/dist/models/model-error.js +1 -1
- package/dist/models/mpp-challenge.d.ts +1 -1
- package/dist/models/mpp-challenge.js +1 -1
- package/dist/models/mpp-session-action.d.ts +1 -1
- package/dist/models/mpp-session-action.js +1 -1
- package/dist/models/mpp-session-info.d.ts +1 -1
- package/dist/models/mpp-session-info.js +1 -1
- package/dist/models/mpp-session-params.d.ts +1 -1
- package/dist/models/mpp-session-params.js +1 -1
- package/dist/models/node-status-read.d.ts +1 -1
- package/dist/models/node-status-read.js +1 -1
- package/dist/models/pact-event-list-response.d.ts +1 -1
- package/dist/models/pact-event-list-response.js +1 -1
- package/dist/models/pact-event-read.d.ts +1 -1
- package/dist/models/pact-event-read.js +1 -1
- package/dist/models/pact-event-type.d.ts +1 -1
- package/dist/models/pact-event-type.js +1 -1
- package/dist/models/pact-list-response.d.ts +1 -1
- package/dist/models/pact-list-response.js +1 -1
- package/dist/models/{pact-read.d.ts → pact-public-read.d.ts} +25 -31
- package/dist/models/pact-public-read.d.ts.map +1 -0
- package/dist/models/{api-key-read.js → pact-public-read.js} +2 -2
- package/dist/models/pact-public-read.js.map +1 -0
- package/dist/models/pact-spec-input.d.ts +1 -1
- package/dist/models/pact-spec-input.js +1 -1
- package/dist/models/pact-spec-output.d.ts +1 -1
- package/dist/models/pact-spec-output.js +1 -1
- package/dist/models/pact-stats-language.d.ts +1 -1
- package/dist/models/pact-stats-language.js +1 -1
- package/dist/models/pact-status.d.ts +1 -1
- package/dist/models/pact-status.js +1 -1
- package/dist/models/pact-submit-request.d.ts +1 -1
- package/dist/models/pact-submit-request.js +1 -1
- package/dist/models/pact-submit-response.d.ts +1 -1
- package/dist/models/pact-submit-response.js +1 -1
- package/dist/models/pact-summary.d.ts +1 -1
- package/dist/models/pact-summary.js +1 -1
- package/dist/models/pact-update-completion-conditions-request.d.ts +1 -1
- package/dist/models/pact-update-completion-conditions-request.js +1 -1
- package/dist/models/pact-update-policies-request.d.ts +1 -1
- package/dist/models/pact-update-policies-request.js +1 -1
- package/dist/models/pagination-meta.d.ts +1 -1
- package/dist/models/pagination-meta.js +1 -1
- package/dist/models/pair-token-status.d.ts +1 -1
- package/dist/models/pair-token-status.js +1 -1
- package/dist/models/payment-create.d.ts +1 -1
- package/dist/models/payment-create.js +1 -1
- package/dist/models/payment-protocol.d.ts +1 -1
- package/dist/models/payment-protocol.js +1 -1
- package/dist/models/payment-result.d.ts +1 -1
- package/dist/models/payment-result.js +1 -1
- package/dist/models/pending-operation-action-result.d.ts +1 -1
- package/dist/models/pending-operation-action-result.js +1 -1
- package/dist/models/pending-operation-list-response.d.ts +1 -1
- package/dist/models/pending-operation-list-response.js +1 -1
- package/dist/models/pending-operation-read.d.ts +1 -1
- package/dist/models/pending-operation-read.js +1 -1
- package/dist/models/pending-operation-status.d.ts +1 -1
- package/dist/models/pending-operation-status.js +1 -1
- package/dist/models/pending-operation-type.d.ts +1 -1
- package/dist/models/pending-operation-type.js +1 -1
- package/dist/models/policy-create.d.ts +1 -1
- package/dist/models/policy-create.js +1 -1
- package/dist/models/policy-dry-run-request.d.ts +1 -1
- package/dist/models/policy-dry-run-request.js +1 -1
- package/dist/models/policy-dry-run-result.d.ts +1 -1
- package/dist/models/policy-dry-run-result.js +1 -1
- package/dist/models/policy-read.d.ts +1 -1
- package/dist/models/policy-read.js +1 -1
- package/dist/models/policy-scope.d.ts +1 -1
- package/dist/models/policy-scope.js +1 -1
- package/dist/models/policy-type.d.ts +1 -1
- package/dist/models/policy-type.js +1 -1
- package/dist/models/policy-update.d.ts +1 -1
- package/dist/models/policy-update.js +1 -1
- package/dist/models/principal-create-result.d.ts +1 -1
- package/dist/models/principal-create-result.js +1 -1
- package/dist/models/principal-create.d.ts +1 -1
- package/dist/models/principal-create.js +1 -1
- package/dist/models/principal-read.d.ts +1 -1
- package/dist/models/principal-read.js +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 +1 -1
- package/dist/models/principal-update.js +1 -1
- package/dist/models/provision-request.d.ts +1 -1
- package/dist/models/provision-request.js +1 -1
- package/dist/models/provision-response.d.ts +1 -1
- package/dist/models/provision-response.js +1 -1
- package/dist/models/recent-address-read.d.ts +1 -1
- package/dist/models/recent-address-read.js +1 -1
- package/dist/models/recipe-category-read.d.ts +1 -1
- package/dist/models/recipe-category-read.js +1 -1
- package/dist/models/recipe-counter-result.d.ts +1 -1
- package/dist/models/recipe-counter-result.js +1 -1
- package/dist/models/recipe-create-result.d.ts +1 -1
- package/dist/models/recipe-create-result.js +1 -1
- package/dist/models/recipe-create.d.ts +1 -1
- package/dist/models/recipe-create.js +1 -1
- package/dist/models/recipe-detail-read.d.ts +1 -1
- package/dist/models/recipe-detail-read.js +1 -1
- package/dist/models/recipe-document.d.ts +1 -1
- package/dist/models/recipe-document.js +1 -1
- package/dist/models/recipe-library-sort-by.d.ts +1 -1
- package/dist/models/recipe-library-sort-by.js +1 -1
- package/dist/models/recipe-read.d.ts +1 -1
- package/dist/models/recipe-read.js +1 -1
- package/dist/models/recipe-review-action.d.ts +1 -1
- package/dist/models/recipe-review-action.js +1 -1
- package/dist/models/recipe-review-request.d.ts +1 -1
- package/dist/models/recipe-review-request.js +1 -1
- package/dist/models/recipe-search-response.d.ts +1 -1
- package/dist/models/recipe-search-response.js +1 -1
- package/dist/models/recipe-search-source.d.ts +1 -2
- package/dist/models/recipe-search-source.d.ts.map +1 -1
- package/dist/models/recipe-search-source.js +1 -2
- package/dist/models/recipe-search-source.js.map +1 -1
- package/dist/models/recipe-status.d.ts +1 -1
- package/dist/models/recipe-status.js +1 -1
- package/dist/models/recipe-submission-create.d.ts +1 -1
- package/dist/models/recipe-submission-create.js +1 -1
- package/dist/models/recipe-update.d.ts +1 -1
- package/dist/models/recipe-update.js +1 -1
- package/dist/models/reject-pending-operation-request.d.ts +1 -1
- package/dist/models/reject-pending-operation-request.js +1 -1
- package/dist/models/search-recipes-request.d.ts +3 -39
- package/dist/models/search-recipes-request.d.ts.map +1 -1
- package/dist/models/search-recipes-request.js +1 -1
- package/dist/models/session-record.d.ts +1 -1
- package/dist/models/session-record.js +1 -1
- package/dist/models/session-span.d.ts +1 -1
- package/dist/models/session-span.js +1 -1
- package/dist/models/sol-address-lookup-table-account.d.ts +1 -1
- package/dist/models/sol-address-lookup-table-account.js +1 -1
- package/dist/models/sol-instruction-account.d.ts +1 -1
- package/dist/models/sol-instruction-account.js +1 -1
- package/dist/models/sol-instruction.d.ts +1 -1
- package/dist/models/sol-instruction.js +1 -1
- package/dist/models/solfee-request.d.ts +1 -1
- package/dist/models/solfee-request.js +1 -1
- package/dist/models/speedup-transaction-request.d.ts +1 -1
- package/dist/models/speedup-transaction-request.js +1 -1
- package/dist/models/standard-response-agent-status-response.d.ts +1 -1
- package/dist/models/standard-response-agent-status-response.js +1 -1
- package/dist/models/standard-response-api-key-create-result-public.d.ts +49 -0
- package/dist/models/standard-response-api-key-create-result-public.d.ts.map +1 -0
- package/dist/models/standard-response-api-key-create-result-public.js +12 -0
- package/dist/models/standard-response-api-key-create-result-public.js.map +1 -0
- package/dist/models/standard-response-audit-log-page.d.ts +1 -1
- package/dist/models/standard-response-audit-log-page.js +1 -1
- package/dist/models/standard-response-chain-info.d.ts +1 -1
- package/dist/models/standard-response-chain-info.js +1 -1
- package/dist/models/standard-response-contract-call-submit-result.d.ts +1 -1
- package/dist/models/standard-response-contract-call-submit-result.js +1 -1
- package/dist/models/standard-response-dict-str-bool.d.ts +1 -1
- package/dist/models/standard-response-dict-str-bool.js +1 -1
- package/dist/models/standard-response-dict-str-str.d.ts +1 -1
- package/dist/models/standard-response-dict-str-str.js +1 -1
- package/dist/models/standard-response-estimate-transfer-fee-read.d.ts +1 -1
- package/dist/models/standard-response-estimate-transfer-fee-read.js +1 -1
- package/dist/models/standard-response-eth-call-result.d.ts +1 -1
- package/dist/models/standard-response-eth-call-result.js +1 -1
- package/dist/models/standard-response-faucet-deposit-result.d.ts +1 -1
- package/dist/models/standard-response-faucet-deposit-result.js +1 -1
- package/dist/models/standard-response-list-api-key-public-read.d.ts +49 -0
- package/dist/models/standard-response-list-api-key-public-read.d.ts.map +1 -0
- package/dist/models/{standard-response-api-key-create-result.js → standard-response-list-api-key-public-read.js} +2 -2
- package/dist/models/standard-response-list-api-key-public-read.js.map +1 -0
- package/dist/models/standard-response-list-balance-read.d.ts +1 -1
- package/dist/models/standard-response-list-balance-read.js +1 -1
- package/dist/models/standard-response-list-faucet-token-item.d.ts +1 -1
- package/dist/models/standard-response-list-faucet-token-item.js +1 -1
- package/dist/models/standard-response-list-policy-read.d.ts +1 -1
- package/dist/models/standard-response-list-policy-read.js +1 -1
- package/dist/models/standard-response-list-principal-read.d.ts +1 -1
- package/dist/models/standard-response-list-principal-read.js +1 -1
- package/dist/models/standard-response-list-recent-address-read.d.ts +1 -1
- package/dist/models/standard-response-list-recent-address-read.js +1 -1
- package/dist/models/standard-response-list-recipe-category-read.d.ts +1 -1
- package/dist/models/standard-response-list-recipe-category-read.js +1 -1
- package/dist/models/standard-response-list-recipe-read.d.ts +1 -1
- package/dist/models/standard-response-list-recipe-read.js +1 -1
- package/dist/models/standard-response-list-token-candidate.d.ts +1 -1
- package/dist/models/standard-response-list-token-candidate.js +1 -1
- package/dist/models/standard-response-list-user-transaction-read.d.ts +1 -1
- package/dist/models/standard-response-list-user-transaction-read.js +1 -1
- package/dist/models/standard-response-list-wallet-address-read.d.ts +1 -1
- package/dist/models/standard-response-list-wallet-address-read.js +1 -1
- package/dist/models/standard-response-list-wallet-read.d.ts +1 -1
- package/dist/models/standard-response-list-wallet-read.js +1 -1
- package/dist/models/standard-response-message-sign-result.d.ts +1 -1
- package/dist/models/standard-response-message-sign-result.js +1 -1
- package/dist/models/standard-response-node-status-read.d.ts +1 -1
- package/dist/models/standard-response-node-status-read.js +1 -1
- package/dist/models/standard-response-pact-event-list-response.d.ts +1 -1
- package/dist/models/standard-response-pact-event-list-response.js +1 -1
- package/dist/models/standard-response-pact-list-response.d.ts +1 -1
- package/dist/models/standard-response-pact-list-response.js +1 -1
- package/dist/models/{standard-response-pact-read.d.ts → standard-response-pact-public-read.d.ts} +13 -13
- package/dist/models/standard-response-pact-public-read.d.ts.map +1 -0
- package/dist/models/{standard-response-pact-read.js → standard-response-pact-public-read.js} +2 -2
- package/dist/models/standard-response-pact-public-read.js.map +1 -0
- package/dist/models/standard-response-pact-submit-response.d.ts +1 -1
- package/dist/models/standard-response-pact-submit-response.js +1 -1
- package/dist/models/standard-response-payment-result.d.ts +1 -1
- package/dist/models/standard-response-payment-result.js +1 -1
- package/dist/models/standard-response-pending-operation-action-result.d.ts +1 -1
- package/dist/models/standard-response-pending-operation-action-result.js +1 -1
- package/dist/models/standard-response-pending-operation-list-response.d.ts +1 -1
- package/dist/models/standard-response-pending-operation-list-response.js +1 -1
- package/dist/models/standard-response-pending-operation-read.d.ts +1 -1
- package/dist/models/standard-response-pending-operation-read.js +1 -1
- package/dist/models/standard-response-policy-dry-run-result.d.ts +1 -1
- package/dist/models/standard-response-policy-dry-run-result.js +1 -1
- package/dist/models/standard-response-policy-read.d.ts +1 -1
- package/dist/models/standard-response-policy-read.js +1 -1
- package/dist/models/standard-response-principal-create-result.d.ts +1 -1
- package/dist/models/standard-response-principal-create-result.js +1 -1
- package/dist/models/standard-response-principal-read.d.ts +1 -1
- package/dist/models/standard-response-principal-read.js +1 -1
- package/dist/models/standard-response-provision-response.d.ts +1 -1
- package/dist/models/standard-response-provision-response.js +1 -1
- package/dist/models/standard-response-recipe-counter-result.d.ts +1 -1
- package/dist/models/standard-response-recipe-counter-result.js +1 -1
- package/dist/models/standard-response-recipe-create-result.d.ts +1 -1
- package/dist/models/standard-response-recipe-create-result.js +1 -1
- package/dist/models/standard-response-recipe-detail-read.d.ts +1 -1
- package/dist/models/standard-response-recipe-detail-read.js +1 -1
- package/dist/models/standard-response-recipe-document.d.ts +1 -1
- package/dist/models/standard-response-recipe-document.js +1 -1
- package/dist/models/standard-response-recipe-search-response.d.ts +1 -1
- package/dist/models/standard-response-recipe-search-response.js +1 -1
- package/dist/models/standard-response-suggestion-response.d.ts +1 -1
- package/dist/models/standard-response-suggestion-response.js +1 -1
- package/dist/models/standard-response-telemetry-config-response.d.ts +1 -1
- package/dist/models/standard-response-telemetry-config-response.js +1 -1
- package/dist/models/standard-response-transaction-rbf-result.d.ts +1 -1
- package/dist/models/standard-response-transaction-rbf-result.js +1 -1
- package/dist/models/standard-response-transfer-submit-result.d.ts +1 -1
- package/dist/models/standard-response-transfer-submit-result.js +1 -1
- package/dist/models/standard-response-user-transaction-read.d.ts +1 -1
- package/dist/models/standard-response-user-transaction-read.js +1 -1
- package/dist/models/standard-response-waas-paginated-response-chain-metadata.d.ts +1 -1
- package/dist/models/standard-response-waas-paginated-response-chain-metadata.js +1 -1
- package/dist/models/standard-response-waas-paginated-response-token-metadata.d.ts +1 -1
- package/dist/models/standard-response-waas-paginated-response-token-metadata.js +1 -1
- package/dist/models/standard-response-wallet-address-read.d.ts +1 -1
- package/dist/models/standard-response-wallet-address-read.js +1 -1
- package/dist/models/standard-response-wallet-detail-read.d.ts +1 -1
- package/dist/models/standard-response-wallet-detail-read.js +1 -1
- package/dist/models/standard-response-wallet-pact-history-read.d.ts +1 -1
- package/dist/models/standard-response-wallet-pact-history-read.js +1 -1
- package/dist/models/standard-response-wallet-pact-stats-read.d.ts +1 -1
- package/dist/models/standard-response-wallet-pact-stats-read.js +1 -1
- package/dist/models/standard-response-wallet-pair-info-read.d.ts +1 -1
- package/dist/models/standard-response-wallet-pair-info-read.js +1 -1
- package/dist/models/standard-response-wallet-pair-initiate-read.d.ts +1 -1
- package/dist/models/standard-response-wallet-pair-initiate-read.js +1 -1
- package/dist/models/standard-response-wallet-pair-read.d.ts +1 -1
- package/dist/models/standard-response-wallet-pair-read.js +1 -1
- package/dist/models/standard-response-wallet-read.d.ts +1 -1
- package/dist/models/standard-response-wallet-read.js +1 -1
- package/dist/models/standard-response-wallet-reshare-response.d.ts +1 -1
- package/dist/models/standard-response-wallet-reshare-response.js +1 -1
- package/dist/models/standard-response-wallet-tss-callback-response.d.ts +1 -1
- package/dist/models/standard-response-wallet-tss-callback-response.js +1 -1
- package/dist/models/standard-response-webhook-process-result.d.ts +1 -1
- package/dist/models/standard-response-webhook-process-result.js +1 -1
- package/dist/models/suggestion-key.d.ts +1 -1
- package/dist/models/suggestion-key.js +1 -1
- package/dist/models/suggestion-response.d.ts +1 -1
- package/dist/models/suggestion-response.js +1 -1
- package/dist/models/telemetry-config-response.d.ts +1 -1
- package/dist/models/telemetry-config-response.js +1 -1
- package/dist/models/tier-evaluation-read.d.ts +1 -1
- package/dist/models/tier-evaluation-read.js +1 -1
- package/dist/models/token-candidate.d.ts +1 -1
- package/dist/models/token-candidate.js +1 -1
- package/dist/models/token-metadata.d.ts +1 -1
- package/dist/models/token-metadata.js +1 -1
- package/dist/models/transaction-provider.d.ts +1 -1
- package/dist/models/transaction-provider.js +1 -1
- package/dist/models/transaction-rbf-result.d.ts +1 -1
- package/dist/models/transaction-rbf-result.js +1 -1
- package/dist/models/transfer-create.d.ts +1 -1
- package/dist/models/transfer-create.js +1 -1
- package/dist/models/transfer-submit-result.d.ts +1 -1
- package/dist/models/transfer-submit-result.js +1 -1
- package/dist/models/ucw-share-public-data-callback.d.ts +1 -1
- package/dist/models/ucw-share-public-data-callback.js +1 -1
- package/dist/models/ucw-tss-key-share-group-callback.d.ts +1 -1
- package/dist/models/ucw-tss-key-share-group-callback.js +1 -1
- package/dist/models/user-transaction-data.d.ts +1 -1
- package/dist/models/user-transaction-data.js +1 -1
- package/dist/models/user-transaction-operation-type.d.ts +1 -1
- package/dist/models/user-transaction-operation-type.js +1 -1
- package/dist/models/user-transaction-read.d.ts +1 -1
- package/dist/models/user-transaction-read.js +1 -1
- package/dist/models/user-transaction-request-type.d.ts +1 -1
- package/dist/models/user-transaction-request-type.js +1 -1
- package/dist/models/validation-error-loc-inner.d.ts +1 -1
- package/dist/models/validation-error-loc-inner.js +1 -1
- package/dist/models/validation-error.d.ts +1 -1
- package/dist/models/validation-error.js +1 -1
- package/dist/models/vault-group-type.d.ts +1 -1
- package/dist/models/vault-group-type.js +1 -1
- package/dist/models/waas-paginated-response-chain-metadata.d.ts +1 -1
- package/dist/models/waas-paginated-response-chain-metadata.js +1 -1
- package/dist/models/waas-paginated-response-token-metadata.d.ts +1 -1
- package/dist/models/waas-paginated-response-token-metadata.js +1 -1
- package/dist/models/waas-pagination.d.ts +1 -1
- package/dist/models/waas-pagination.js +1 -1
- package/dist/models/wallet-address-create.d.ts +1 -1
- package/dist/models/wallet-address-create.js +1 -1
- package/dist/models/wallet-address-read.d.ts +1 -1
- package/dist/models/wallet-address-read.js +1 -1
- package/dist/models/wallet-create.d.ts +1 -1
- package/dist/models/wallet-create.js +1 -1
- package/dist/models/wallet-detail-read.d.ts +1 -1
- package/dist/models/wallet-detail-read.js +1 -1
- package/dist/models/wallet-group-node-read.d.ts +1 -1
- package/dist/models/wallet-group-node-read.js +1 -1
- package/dist/models/wallet-group-read.d.ts +1 -1
- package/dist/models/wallet-group-read.js +1 -1
- package/dist/models/wallet-pact-currency.d.ts +1 -1
- package/dist/models/wallet-pact-currency.js +1 -1
- package/dist/models/wallet-pact-history-bucket-pact-read.d.ts +1 -1
- package/dist/models/wallet-pact-history-bucket-pact-read.js +1 -1
- package/dist/models/wallet-pact-history-bucket-read.d.ts +1 -1
- package/dist/models/wallet-pact-history-bucket-read.js +1 -1
- package/dist/models/wallet-pact-history-metric.d.ts +1 -1
- package/dist/models/wallet-pact-history-metric.js +1 -1
- package/dist/models/wallet-pact-history-range.d.ts +1 -1
- package/dist/models/wallet-pact-history-range.js +1 -1
- package/dist/models/wallet-pact-history-read.d.ts +1 -1
- package/dist/models/wallet-pact-history-read.js +1 -1
- package/dist/models/wallet-pact-history-summary-read.d.ts +1 -1
- package/dist/models/wallet-pact-history-summary-read.js +1 -1
- package/dist/models/wallet-pact-stats-read.d.ts +1 -1
- package/dist/models/wallet-pact-stats-read.js +1 -1
- package/dist/models/wallet-pair-agent-info.d.ts +1 -1
- package/dist/models/wallet-pair-agent-info.js +1 -1
- package/dist/models/wallet-pair-confirm.d.ts +1 -1
- package/dist/models/wallet-pair-confirm.js +1 -1
- package/dist/models/wallet-pair-info-read.d.ts +1 -1
- package/dist/models/wallet-pair-info-read.js +1 -1
- package/dist/models/wallet-pair-initiate-read.d.ts +1 -1
- package/dist/models/wallet-pair-initiate-read.js +1 -1
- package/dist/models/wallet-pair-initiate.d.ts +1 -1
- package/dist/models/wallet-pair-initiate.js +1 -1
- package/dist/models/wallet-pair-read.d.ts +1 -1
- package/dist/models/wallet-pair-read.js +1 -1
- package/dist/models/wallet-pair-status.d.ts +1 -1
- package/dist/models/wallet-pair-status.js +1 -1
- package/dist/models/wallet-pair-wallet-info.d.ts +1 -1
- package/dist/models/wallet-pair-wallet-info.js +1 -1
- package/dist/models/wallet-read.d.ts +1 -1
- package/dist/models/wallet-read.js +1 -1
- package/dist/models/wallet-reshare-request.d.ts +1 -1
- package/dist/models/wallet-reshare-request.js +1 -1
- package/dist/models/wallet-reshare-response.d.ts +1 -1
- package/dist/models/wallet-reshare-response.js +1 -1
- package/dist/models/wallet-status.d.ts +1 -1
- package/dist/models/wallet-status.js +1 -1
- package/dist/models/wallet-tss-callback-request.d.ts +1 -1
- package/dist/models/wallet-tss-callback-request.js +1 -1
- package/dist/models/wallet-tss-callback-response.d.ts +1 -1
- package/dist/models/wallet-tss-callback-response.js +1 -1
- package/dist/models/wallet-type.d.ts +1 -1
- package/dist/models/wallet-type.js +1 -1
- package/dist/models/wallet-update.d.ts +1 -1
- package/dist/models/wallet-update.js +1 -1
- package/dist/models/webhook-process-result.d.ts +1 -1
- package/dist/models/webhook-process-result.js +1 -1
- package/dist/models/wrapped-validation-error.d.ts +1 -1
- package/dist/models/wrapped-validation-error.js +1 -1
- package/package.json +1 -1
- package/dist/models/api-key-create-result.d.ts +0 -30
- package/dist/models/api-key-create-result.d.ts.map +0 -1
- package/dist/models/api-key-create-result.js.map +0 -1
- package/dist/models/api-key-read.d.ts.map +0 -1
- package/dist/models/api-key-read.js.map +0 -1
- package/dist/models/pact-read.d.ts.map +0 -1
- package/dist/models/pact-read.js.map +0 -1
- package/dist/models/standard-response-api-key-create-result.d.ts +0 -49
- package/dist/models/standard-response-api-key-create-result.d.ts.map +0 -1
- package/dist/models/standard-response-api-key-create-result.js.map +0 -1
- package/dist/models/standard-response-list-api-key-read.d.ts +0 -49
- package/dist/models/standard-response-list-api-key-read.d.ts.map +0 -1
- package/dist/models/standard-response-list-api-key-read.js +0 -12
- package/dist/models/standard-response-list-api-key-read.js.map +0 -1
- package/dist/models/standard-response-pact-read.d.ts.map +0 -1
- package/dist/models/standard-response-pact-read.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* @enum {string}
|
|
14
14
|
*/
|
|
15
15
|
export declare const RecipeSearchSource: {
|
|
16
|
-
readonly graph: "graph";
|
|
17
16
|
readonly knowledge: "knowledge";
|
|
18
17
|
};
|
|
19
18
|
export type RecipeSearchSource = typeof RecipeSearchSource[keyof typeof RecipeSearchSource];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-search-source.d.ts","sourceRoot":"","sources":["../../models/recipe-search-source.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH;;;;GAIG;AACH,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"recipe-search-source.d.ts","sourceRoot":"","sources":["../../models/recipe-search-source.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH;;;;GAIG;AACH,eAAO,MAAM,kBAAkB;;CAErB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -16,7 +16,6 @@ exports.RecipeSearchSource = void 0;
|
|
|
16
16
|
* @enum {string}
|
|
17
17
|
*/
|
|
18
18
|
exports.RecipeSearchSource = {
|
|
19
|
-
graph: 'graph',
|
|
20
19
|
knowledge: 'knowledge',
|
|
21
20
|
};
|
|
22
21
|
//# sourceMappingURL=recipe-search-source.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-search-source.js","sourceRoot":"","sources":["../../models/recipe-search-source.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG;;;AAOH;;;;GAIG;AACU,QAAA,kBAAkB,GAAG;IAC9B,
|
|
1
|
+
{"version":3,"file":"recipe-search-source.js","sourceRoot":"","sources":["../../models/recipe-search-source.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG;;;AAOH;;;;GAIG;AACU,QAAA,kBAAkB,GAAG;IAC9B,SAAS,EAAE,WAAoB;CACzB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
import type { KnowledgeSearchType } from './knowledge-search-type';
|
|
11
11
|
import type { RecipeSearchSource } from './recipe-search-source';
|
|
12
12
|
/**
|
|
13
|
-
* Request payload for recipe
|
|
13
|
+
* Request payload for recipe knowledge-base search.
|
|
14
14
|
* @export
|
|
15
15
|
* @interface SearchRecipesRequest
|
|
16
16
|
*/
|
|
@@ -22,47 +22,11 @@ export interface SearchRecipesRequest {
|
|
|
22
22
|
*/
|
|
23
23
|
'query': string;
|
|
24
24
|
/**
|
|
25
|
-
* Search source
|
|
25
|
+
* Search source (only \'knowledge\' is supported)
|
|
26
26
|
* @type {RecipeSearchSource}
|
|
27
27
|
* @memberof SearchRecipesRequest
|
|
28
28
|
*/
|
|
29
29
|
'source'?: RecipeSearchSource;
|
|
30
|
-
/**
|
|
31
|
-
* Search mode: local, global, or mix
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof SearchRecipesRequest
|
|
34
|
-
*/
|
|
35
|
-
'mode'?: string;
|
|
36
|
-
/**
|
|
37
|
-
* Entities (local/mix) or relationships (global/mix) count
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof SearchRecipesRequest
|
|
40
|
-
*/
|
|
41
|
-
'top_k'?: number;
|
|
42
|
-
/**
|
|
43
|
-
* Text chunks from vector search
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof SearchRecipesRequest
|
|
46
|
-
*/
|
|
47
|
-
'chunk_top_k'?: number;
|
|
48
|
-
/**
|
|
49
|
-
* Token budget for entity context
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof SearchRecipesRequest
|
|
52
|
-
*/
|
|
53
|
-
'max_entity_tokens'?: number;
|
|
54
|
-
/**
|
|
55
|
-
* Token budget for relation context
|
|
56
|
-
* @type {number}
|
|
57
|
-
* @memberof SearchRecipesRequest
|
|
58
|
-
*/
|
|
59
|
-
'max_relation_tokens'?: number;
|
|
60
|
-
/**
|
|
61
|
-
* Overall token ceiling; chunks get whatever remains after KG context
|
|
62
|
-
* @type {number}
|
|
63
|
-
* @memberof SearchRecipesRequest
|
|
64
|
-
*/
|
|
65
|
-
'max_total_tokens'?: number;
|
|
66
30
|
/**
|
|
67
31
|
* Max results for knowledge search
|
|
68
32
|
* @type {number}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-recipes-request.d.ts","sourceRoot":"","sources":["../../models/search-recipes-request.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAGnE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAKjE;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"search-recipes-request.d.ts","sourceRoot":"","sources":["../../models/search-recipes-request.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAGnE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAKjE;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,mBAAmB,CAAC;CACvC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cobo Agentic Wallet Service
|
|
3
|
+
*
|
|
4
|
+
* The version of the OpenAPI document: 1.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 { ApiKeyCreateResultPublic } from './api-key-create-result-public';
|
|
11
|
+
import type { PaginationMeta } from './pagination-meta';
|
|
12
|
+
/**
|
|
13
|
+
* StandardResponseApiKeyCreateResultPublic
|
|
14
|
+
* @export
|
|
15
|
+
* @interface StandardResponseApiKeyCreateResultPublic
|
|
16
|
+
*/
|
|
17
|
+
export interface StandardResponseApiKeyCreateResultPublic {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof StandardResponseApiKeyCreateResultPublic
|
|
22
|
+
*/
|
|
23
|
+
'success'?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {ApiKeyCreateResultPublic}
|
|
27
|
+
* @memberof StandardResponseApiKeyCreateResultPublic
|
|
28
|
+
*/
|
|
29
|
+
'result': ApiKeyCreateResultPublic;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof StandardResponseApiKeyCreateResultPublic
|
|
34
|
+
*/
|
|
35
|
+
'suggestion'?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof StandardResponseApiKeyCreateResultPublic
|
|
40
|
+
*/
|
|
41
|
+
'message'?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {PaginationMeta}
|
|
45
|
+
* @memberof StandardResponseApiKeyCreateResultPublic
|
|
46
|
+
*/
|
|
47
|
+
'meta'?: PaginationMeta;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=standard-response-api-key-create-result-public.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"standard-response-api-key-create-result-public.d.ts","sourceRoot":"","sources":["../../models/standard-response-api-key-create-result-public.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAG/E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAKxD;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,QAAQ,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC;CAC3B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Cobo Agentic Wallet Service
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
|
+
* https://openapi-generator.tech
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*/
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
//# sourceMappingURL=standard-response-api-key-create-result-public.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"standard-response-api-key-create-result-public.js","sourceRoot":"","sources":["../../models/standard-response-api-key-create-result-public.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Cobo Agentic Wallet Service
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Cobo Agentic Wallet Service
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 1.1.0
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
7
|
* https://openapi-generator.tech
|