@cobo/agentic-wallet 0.1.5 → 0.1.6
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 +183 -114
- 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 +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 +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 +8 -115
- package/dist/api/recipes-api.d.ts.map +1 -1
- package/dist/api/recipes-api.js +10 -442
- 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 +6 -4
- package/dist/api/transactions-api.d.ts.map +1 -1
- package/dist/api/transactions-api.js +12 -4
- package/dist/api/transactions-api.js.map +1 -1
- package/dist/api/wallets-api.d.ts +9 -8
- package/dist/api/wallets-api.d.ts.map +1 -1
- package/dist/api/wallets-api.js +12 -8
- package/dist/api/wallets-api.js.map +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 +2 -2
- package/dist/models/agent-status-response.js +1 -1
- package/dist/models/api-key-create-result-public.d.ts +1 -1
- package/dist/models/api-key-create-result-public.js +1 -1
- package/dist/models/api-key-create.d.ts +1 -1
- package/dist/models/api-key-create.js +1 -1
- package/dist/models/api-key-public-read.d.ts +1 -1
- package/dist/models/api-key-public-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 +3 -3
- package/dist/models/eip1559-fee-request.d.ts.map +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 +3 -30
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +3 -30
- 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-public-read.d.ts +7 -1
- package/dist/models/pact-public-read.d.ts.map +1 -1
- package/dist/models/pact-public-read.js +1 -1
- 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 +7 -1
- package/dist/models/pact-submit-request.d.ts.map +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 +7 -1
- package/dist/models/pact-summary.d.ts.map +1 -1
- package/dist/models/pact-summary.js +1 -1
- package/dist/models/pact-template-read.d.ts +49 -0
- package/dist/models/pact-template-read.d.ts.map +1 -0
- package/dist/models/{policy-create.js → pact-template-read.js} +2 -2
- package/dist/models/pact-template-read.js.map +1 -0
- 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 +2 -1
- package/dist/models/pair-token-status.d.ts.map +1 -1
- package/dist/models/pair-token-status.js +2 -1
- package/dist/models/pair-token-status.js.map +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-type.d.ts +1 -1
- package/dist/models/policy-type.js +1 -1
- package/dist/models/principal-create-result.d.ts +2 -2
- 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 +2 -2
- 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 +2 -2
- 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-search-response.d.ts +1 -1
- package/dist/models/recipe-search-response.js +1 -1
- package/dist/models/recipe-search-source.d.ts +1 -1
- package/dist/models/recipe-search-source.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 -3
- 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 +1 -1
- package/dist/models/standard-response-api-key-create-result-public.js +1 -1
- 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 +1 -1
- package/dist/models/standard-response-list-api-key-public-read.js +1 -1
- 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-pact-template-read.d.ts +49 -0
- package/dist/models/standard-response-list-pact-template-read.d.ts.map +1 -0
- package/dist/models/{policy-dry-run-request.js → standard-response-list-pact-template-read.js} +2 -2
- package/dist/models/standard-response-list-pact-template-read.js.map +1 -0
- 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-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-public-read.d.ts +1 -1
- package/dist/models/standard-response-pact-public-read.js +1 -1
- 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-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-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 +24 -8
- package/dist/models/suggestion-key.d.ts.map +1 -1
- package/dist/models/suggestion-key.js +24 -8
- package/dist/models/suggestion-key.js.map +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/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 +2 -1
- package/dist/models/transaction-provider.d.ts.map +1 -1
- package/dist/models/transaction-provider.js +2 -1
- package/dist/models/transaction-provider.js.map +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 +7 -1
- package/dist/models/wallet-pair-confirm.d.ts.map +1 -1
- package/dist/models/wallet-pair-confirm.js +1 -1
- package/dist/models/wallet-pair-info-read.d.ts +9 -2
- package/dist/models/wallet-pair-info-read.d.ts.map +1 -1
- package/dist/models/wallet-pair-info-read.js +1 -1
- package/dist/models/wallet-pair-initiate-read.d.ts +23 -2
- package/dist/models/wallet-pair-initiate-read.d.ts.map +1 -1
- package/dist/models/wallet-pair-initiate-read.js +1 -1
- package/dist/models/wallet-pair-initiate.d.ts +2 -2
- package/dist/models/wallet-pair-initiate.js +1 -1
- package/dist/models/wallet-pair-read.d.ts +23 -2
- package/dist/models/wallet-pair-read.d.ts.map +1 -1
- package/dist/models/wallet-pair-read.js +1 -1
- package/dist/models/wallet-pair-status.d.ts +2 -1
- package/dist/models/wallet-pair-status.d.ts.map +1 -1
- package/dist/models/wallet-pair-status.js +2 -1
- package/dist/models/wallet-pair-status.js.map +1 -1
- package/dist/models/wallet-pair-token-purpose.d.ts +20 -0
- package/dist/models/wallet-pair-token-purpose.d.ts.map +1 -0
- package/dist/models/{policy-scope.js → wallet-pair-token-purpose.js} +7 -8
- package/dist/models/wallet-pair-token-purpose.js.map +1 -0
- 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 +7 -1
- package/dist/models/wallet-reshare-request.d.ts.map +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/applicable-limit-read.d.ts +0 -65
- package/dist/models/applicable-limit-read.d.ts.map +0 -1
- package/dist/models/applicable-limit-read.js +0 -12
- package/dist/models/applicable-limit-read.js.map +0 -1
- package/dist/models/policy-create.d.ts +0 -67
- package/dist/models/policy-create.d.ts.map +0 -1
- package/dist/models/policy-create.js.map +0 -1
- package/dist/models/policy-dry-run-request.d.ts +0 -84
- package/dist/models/policy-dry-run-request.d.ts.map +0 -1
- package/dist/models/policy-dry-run-request.js.map +0 -1
- package/dist/models/policy-dry-run-result.d.ts +0 -63
- package/dist/models/policy-dry-run-result.d.ts.map +0 -1
- package/dist/models/policy-dry-run-result.js +0 -12
- package/dist/models/policy-dry-run-result.js.map +0 -1
- package/dist/models/policy-read.d.ts +0 -99
- package/dist/models/policy-read.d.ts.map +0 -1
- package/dist/models/policy-read.js +0 -12
- package/dist/models/policy-read.js.map +0 -1
- package/dist/models/policy-scope.d.ts +0 -21
- package/dist/models/policy-scope.d.ts.map +0 -1
- package/dist/models/policy-scope.js.map +0 -1
- package/dist/models/policy-update.d.ts +0 -41
- package/dist/models/policy-update.d.ts.map +0 -1
- package/dist/models/policy-update.js +0 -12
- package/dist/models/policy-update.js.map +0 -1
- package/dist/models/recipe-category-read.d.ts +0 -29
- package/dist/models/recipe-category-read.d.ts.map +0 -1
- package/dist/models/recipe-category-read.js +0 -12
- package/dist/models/recipe-category-read.js.map +0 -1
- package/dist/models/recipe-counter-result.d.ts +0 -29
- package/dist/models/recipe-counter-result.d.ts.map +0 -1
- package/dist/models/recipe-counter-result.js +0 -12
- package/dist/models/recipe-counter-result.js.map +0 -1
- package/dist/models/recipe-create-result.d.ts +0 -42
- package/dist/models/recipe-create-result.d.ts.map +0 -1
- package/dist/models/recipe-create-result.js +0 -12
- package/dist/models/recipe-create-result.js.map +0 -1
- package/dist/models/recipe-create.d.ts +0 -117
- package/dist/models/recipe-create.d.ts.map +0 -1
- package/dist/models/recipe-create.js +0 -12
- package/dist/models/recipe-create.js.map +0 -1
- package/dist/models/recipe-detail-read.d.ts +0 -166
- package/dist/models/recipe-detail-read.d.ts.map +0 -1
- package/dist/models/recipe-detail-read.js +0 -12
- package/dist/models/recipe-detail-read.js.map +0 -1
- package/dist/models/recipe-document.d.ts +0 -50
- package/dist/models/recipe-document.d.ts.map +0 -1
- package/dist/models/recipe-document.js +0 -12
- package/dist/models/recipe-document.js.map +0 -1
- package/dist/models/recipe-library-sort-by.d.ts +0 -21
- package/dist/models/recipe-library-sort-by.d.ts.map +0 -1
- package/dist/models/recipe-library-sort-by.js +0 -23
- package/dist/models/recipe-library-sort-by.js.map +0 -1
- package/dist/models/recipe-read.d.ts +0 -138
- package/dist/models/recipe-read.d.ts.map +0 -1
- package/dist/models/recipe-read.js +0 -12
- package/dist/models/recipe-read.js.map +0 -1
- package/dist/models/recipe-review-action.d.ts +0 -20
- package/dist/models/recipe-review-action.d.ts.map +0 -1
- package/dist/models/recipe-review-action.js +0 -22
- package/dist/models/recipe-review-action.js.map +0 -1
- package/dist/models/recipe-review-request.d.ts +0 -24
- package/dist/models/recipe-review-request.d.ts.map +0 -1
- package/dist/models/recipe-review-request.js +0 -12
- package/dist/models/recipe-review-request.js.map +0 -1
- package/dist/models/recipe-status.d.ts +0 -23
- package/dist/models/recipe-status.d.ts.map +0 -1
- package/dist/models/recipe-status.js +0 -25
- package/dist/models/recipe-status.js.map +0 -1
- package/dist/models/recipe-submission-create.d.ts +0 -99
- package/dist/models/recipe-submission-create.d.ts.map +0 -1
- package/dist/models/recipe-submission-create.js +0 -12
- package/dist/models/recipe-submission-create.js.map +0 -1
- package/dist/models/recipe-update.d.ts +0 -112
- package/dist/models/recipe-update.d.ts.map +0 -1
- package/dist/models/recipe-update.js +0 -12
- package/dist/models/recipe-update.js.map +0 -1
- package/dist/models/standard-response-list-policy-read.d.ts +0 -49
- package/dist/models/standard-response-list-policy-read.d.ts.map +0 -1
- package/dist/models/standard-response-list-policy-read.js +0 -12
- package/dist/models/standard-response-list-policy-read.js.map +0 -1
- package/dist/models/standard-response-list-recipe-category-read.d.ts +0 -49
- package/dist/models/standard-response-list-recipe-category-read.d.ts.map +0 -1
- package/dist/models/standard-response-list-recipe-category-read.js +0 -12
- package/dist/models/standard-response-list-recipe-category-read.js.map +0 -1
- package/dist/models/standard-response-list-recipe-read.d.ts +0 -49
- package/dist/models/standard-response-list-recipe-read.d.ts.map +0 -1
- package/dist/models/standard-response-list-recipe-read.js +0 -12
- package/dist/models/standard-response-list-recipe-read.js.map +0 -1
- package/dist/models/standard-response-policy-dry-run-result.d.ts +0 -49
- package/dist/models/standard-response-policy-dry-run-result.d.ts.map +0 -1
- package/dist/models/standard-response-policy-dry-run-result.js +0 -12
- package/dist/models/standard-response-policy-dry-run-result.js.map +0 -1
- package/dist/models/standard-response-policy-read.d.ts +0 -49
- package/dist/models/standard-response-policy-read.d.ts.map +0 -1
- package/dist/models/standard-response-policy-read.js +0 -12
- package/dist/models/standard-response-policy-read.js.map +0 -1
- package/dist/models/standard-response-recipe-counter-result.d.ts +0 -49
- package/dist/models/standard-response-recipe-counter-result.d.ts.map +0 -1
- package/dist/models/standard-response-recipe-counter-result.js +0 -12
- package/dist/models/standard-response-recipe-counter-result.js.map +0 -1
- package/dist/models/standard-response-recipe-create-result.d.ts +0 -49
- package/dist/models/standard-response-recipe-create-result.d.ts.map +0 -1
- package/dist/models/standard-response-recipe-create-result.js +0 -12
- package/dist/models/standard-response-recipe-create-result.js.map +0 -1
- package/dist/models/standard-response-recipe-detail-read.d.ts +0 -49
- package/dist/models/standard-response-recipe-detail-read.d.ts.map +0 -1
- package/dist/models/standard-response-recipe-detail-read.js +0 -12
- package/dist/models/standard-response-recipe-detail-read.js.map +0 -1
- package/dist/models/standard-response-recipe-document.d.ts +0 -49
- package/dist/models/standard-response-recipe-document.d.ts.map +0 -1
- package/dist/models/standard-response-recipe-document.js +0 -12
- package/dist/models/standard-response-recipe-document.js.map +0 -1
- package/dist/models/tier-evaluation-read.d.ts +0 -47
- package/dist/models/tier-evaluation-read.d.ts.map +0 -1
- package/dist/models/tier-evaluation-read.js +0 -12
- package/dist/models/tier-evaluation-read.js.map +0 -1
|
@@ -1,65 +0,0 @@
|
|
|
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
|
-
/**
|
|
11
|
-
* Represents a spending limit that applies to a given operation, returned in dry-run and pending operation responses.
|
|
12
|
-
* @export
|
|
13
|
-
* @interface ApplicableLimitRead
|
|
14
|
-
*/
|
|
15
|
-
export interface ApplicableLimitRead {
|
|
16
|
-
/**
|
|
17
|
-
* The subject type for this limit (for example, `principal`, `delegation`).
|
|
18
|
-
* @type {string}
|
|
19
|
-
* @memberof ApplicableLimitRead
|
|
20
|
-
*/
|
|
21
|
-
'subject_type': string;
|
|
22
|
-
/**
|
|
23
|
-
* The subject ID this limit applies to.
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof ApplicableLimitRead
|
|
26
|
-
*/
|
|
27
|
-
'subject_id': string;
|
|
28
|
-
/**
|
|
29
|
-
* The operation type this limit governs (for example, `transfer`, `contract_call`).
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof ApplicableLimitRead
|
|
32
|
-
*/
|
|
33
|
-
'operation_type': string;
|
|
34
|
-
/**
|
|
35
|
-
* The rolling time window for this limit (for example, `rolling_1h`, `rolling_24h`).
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof ApplicableLimitRead
|
|
38
|
-
*/
|
|
39
|
-
'window': string;
|
|
40
|
-
/**
|
|
41
|
-
* The metric being limited (for example, `amount`, `tx_count`).
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof ApplicableLimitRead
|
|
44
|
-
*/
|
|
45
|
-
'metric': string;
|
|
46
|
-
/**
|
|
47
|
-
* The limit threshold as a decimal string.
|
|
48
|
-
* @type {string}
|
|
49
|
-
* @memberof ApplicableLimitRead
|
|
50
|
-
*/
|
|
51
|
-
'limit_value': string;
|
|
52
|
-
/**
|
|
53
|
-
* The amount this operation would contribute toward the limit, as a decimal string.
|
|
54
|
-
* @type {string}
|
|
55
|
-
* @memberof ApplicableLimitRead
|
|
56
|
-
*/
|
|
57
|
-
'increment': string;
|
|
58
|
-
/**
|
|
59
|
-
* The ID of the policy that defined this limit.
|
|
60
|
-
* @type {string}
|
|
61
|
-
* @memberof ApplicableLimitRead
|
|
62
|
-
*/
|
|
63
|
-
'source_policy_id': string;
|
|
64
|
-
}
|
|
65
|
-
//# sourceMappingURL=applicable-limit-read.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"applicable-limit-read.d.ts","sourceRoot":"","sources":["../../models/applicable-limit-read.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;CAC9B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
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=applicable-limit-read.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"applicable-limit-read.js","sourceRoot":"","sources":["../../models/applicable-limit-read.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,67 +0,0 @@
|
|
|
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 { PolicyScope } from './policy-scope';
|
|
11
|
-
import type { PolicyType } from './policy-type';
|
|
12
|
-
/**
|
|
13
|
-
* PolicyCreate
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PolicyCreate
|
|
16
|
-
*/
|
|
17
|
-
export interface PolicyCreate {
|
|
18
|
-
/**
|
|
19
|
-
* Policy scope. Possible values: `global` (platform-wide, DENY only), `wallet` (wallet-scoped), `delegation` (delegation-scoped, ALLOW only).
|
|
20
|
-
* @type {PolicyScope}
|
|
21
|
-
* @memberof PolicyCreate
|
|
22
|
-
*/
|
|
23
|
-
'scope': PolicyScope;
|
|
24
|
-
/**
|
|
25
|
-
* UUID of the wallet this policy applies to. Required when `scope=wallet`; derived from the delegation when `scope=delegation`; must be null for `scope=global`.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PolicyCreate
|
|
28
|
-
*/
|
|
29
|
-
'wallet_id'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* UUID of the delegation this policy applies to. Required when `scope=delegation`; must be null for other scopes.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PolicyCreate
|
|
34
|
-
*/
|
|
35
|
-
'delegation_id'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof PolicyCreate
|
|
40
|
-
*/
|
|
41
|
-
'name': string;
|
|
42
|
-
/**
|
|
43
|
-
* Policy category. Possible values: `transfer`, `contract_call`, `message_sign`.
|
|
44
|
-
* @type {PolicyType}
|
|
45
|
-
* @memberof PolicyCreate
|
|
46
|
-
*/
|
|
47
|
-
'policy_type': PolicyType;
|
|
48
|
-
/**
|
|
49
|
-
* Policy rule configuration. Structure depends on `policy_type`.
|
|
50
|
-
* @type {object}
|
|
51
|
-
* @memberof PolicyCreate
|
|
52
|
-
*/
|
|
53
|
-
'rules': object;
|
|
54
|
-
/**
|
|
55
|
-
* Evaluation priority. Higher values take precedence when multiple policies match.
|
|
56
|
-
* @type {number}
|
|
57
|
-
* @memberof PolicyCreate
|
|
58
|
-
*/
|
|
59
|
-
'priority'?: number;
|
|
60
|
-
/**
|
|
61
|
-
* Whether this policy is active. `true`: enforced. `false`: disabled.
|
|
62
|
-
* @type {boolean}
|
|
63
|
-
* @memberof PolicyCreate
|
|
64
|
-
*/
|
|
65
|
-
'is_active'?: boolean;
|
|
66
|
-
}
|
|
67
|
-
//# sourceMappingURL=policy-create.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policy-create.d.ts","sourceRoot":"","sources":["../../models/policy-create.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGlD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAKhD;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,OAAO,EAAE,WAAW,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,aAAa,EAAE,UAAU,CAAC;IAC1B;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policy-create.js","sourceRoot":"","sources":["../../models/policy-create.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,84 +0,0 @@
|
|
|
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 { PendingOperationType } from './pending-operation-type';
|
|
11
|
-
/**
|
|
12
|
-
* PolicyDryRunRequest
|
|
13
|
-
* @export
|
|
14
|
-
* @interface PolicyDryRunRequest
|
|
15
|
-
*/
|
|
16
|
-
export interface PolicyDryRunRequest {
|
|
17
|
-
/**
|
|
18
|
-
* UUID of the wallet to evaluate policies against.
|
|
19
|
-
* @type {string}
|
|
20
|
-
* @memberof PolicyDryRunRequest
|
|
21
|
-
*/
|
|
22
|
-
'wallet_id': string;
|
|
23
|
-
/**
|
|
24
|
-
* UUID of the delegation to include in the evaluation. Null for owner-initiated operations.
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof PolicyDryRunRequest
|
|
27
|
-
*/
|
|
28
|
-
'delegation_id'?: string;
|
|
29
|
-
/**
|
|
30
|
-
* Operation type to simulate. Possible values: `transfer`, `contract_call`, `message_sign`.
|
|
31
|
-
* @type {PendingOperationType}
|
|
32
|
-
* @memberof PolicyDryRunRequest
|
|
33
|
-
*/
|
|
34
|
-
'operation_type': PendingOperationType;
|
|
35
|
-
/**
|
|
36
|
-
* Amount for the simulated operation as a decimal string. For `contract_call`, use `0` if no value is sent.
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof PolicyDryRunRequest
|
|
39
|
-
*/
|
|
40
|
-
'amount': string;
|
|
41
|
-
/**
|
|
42
|
-
* Cobo chain ID for the simulated operation (for example, `SETH`, `BASE_ETH`, `SOL`).
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof PolicyDryRunRequest
|
|
45
|
-
*/
|
|
46
|
-
'chain_id': string;
|
|
47
|
-
/**
|
|
48
|
-
* Cobo token ID for the simulated transfer (for example, `SETH`, `SETH_USDC`). Required for `transfer` operations.
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof PolicyDryRunRequest
|
|
51
|
-
*/
|
|
52
|
-
'token_id'?: string;
|
|
53
|
-
/**
|
|
54
|
-
* Destination on-chain address. Required for `transfer` operations.
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof PolicyDryRunRequest
|
|
57
|
-
*/
|
|
58
|
-
'dst_addr'?: string;
|
|
59
|
-
/**
|
|
60
|
-
* EVM-only contract address.
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof PolicyDryRunRequest
|
|
63
|
-
*/
|
|
64
|
-
'contract_addr'?: string;
|
|
65
|
-
/**
|
|
66
|
-
* EVM-only calldata payload.
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof PolicyDryRunRequest
|
|
69
|
-
*/
|
|
70
|
-
'calldata'?: string;
|
|
71
|
-
/**
|
|
72
|
-
* Solana-only instruction payloads.
|
|
73
|
-
* @type {Array<object>}
|
|
74
|
-
* @memberof PolicyDryRunRequest
|
|
75
|
-
*/
|
|
76
|
-
'instructions'?: Array<object>;
|
|
77
|
-
/**
|
|
78
|
-
*
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof PolicyDryRunRequest
|
|
81
|
-
*/
|
|
82
|
-
'principal_id'?: string;
|
|
83
|
-
}
|
|
84
|
-
//# sourceMappingURL=policy-dry-run-request.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policy-dry-run-request.d.ts","sourceRoot":"","sources":["../../models/policy-dry-run-request.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAKrE;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,gBAAgB,EAAE,oBAAoB,CAAC;IACvC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policy-dry-run-request.js","sourceRoot":"","sources":["../../models/policy-dry-run-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,63 +0,0 @@
|
|
|
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 { ApplicableLimitRead } from './applicable-limit-read';
|
|
11
|
-
import type { TierEvaluationRead } from './tier-evaluation-read';
|
|
12
|
-
/**
|
|
13
|
-
* Result payload for dry-run endpoint.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PolicyDryRunResult
|
|
16
|
-
*/
|
|
17
|
-
export interface PolicyDryRunResult {
|
|
18
|
-
/**
|
|
19
|
-
* The policy decision effect. Possible values: `allow`, `deny`, `pending_approval`.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PolicyDryRunResult
|
|
22
|
-
*/
|
|
23
|
-
'effect': string;
|
|
24
|
-
/**
|
|
25
|
-
* A human-readable explanation of the policy decision.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PolicyDryRunResult
|
|
28
|
-
*/
|
|
29
|
-
'reason': string;
|
|
30
|
-
/**
|
|
31
|
-
* The ID of the policy that denied this operation, if the effect is `deny`.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PolicyDryRunResult
|
|
34
|
-
*/
|
|
35
|
-
'denied_by_policy_id'?: string;
|
|
36
|
-
/**
|
|
37
|
-
* The IDs of policies that triggered an approval requirement.
|
|
38
|
-
* @type {Array<string>}
|
|
39
|
-
* @memberof PolicyDryRunResult
|
|
40
|
-
*/
|
|
41
|
-
'approval_trigger_policy_ids'?: Array<string>;
|
|
42
|
-
/**
|
|
43
|
-
* The spending limits that apply to this operation.
|
|
44
|
-
* @type {Array<ApplicableLimitRead>}
|
|
45
|
-
* @memberof PolicyDryRunResult
|
|
46
|
-
*/
|
|
47
|
-
'applicable_limits'?: Array<ApplicableLimitRead>;
|
|
48
|
-
/**
|
|
49
|
-
* Per-tier policy evaluation details.
|
|
50
|
-
* @type {Array<TierEvaluationRead>}
|
|
51
|
-
* @memberof PolicyDryRunResult
|
|
52
|
-
*/
|
|
53
|
-
'tier_evaluations'?: Array<TierEvaluationRead>;
|
|
54
|
-
/**
|
|
55
|
-
* Additional details about the policy evaluation.
|
|
56
|
-
* @type {{ [key: string]: any; }}
|
|
57
|
-
* @memberof PolicyDryRunResult
|
|
58
|
-
*/
|
|
59
|
-
'details'?: {
|
|
60
|
-
[key: string]: any;
|
|
61
|
-
};
|
|
62
|
-
}
|
|
63
|
-
//# sourceMappingURL=policy-dry-run-result.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policy-dry-run-result.d.ts","sourceRoot":"","sources":["../../models/policy-dry-run-result.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,kBAAkB;IAC/B;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,6BAA6B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;IACjD;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;IAC/C;;;;OAIG;IACH,SAAS,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CACvC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
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=policy-dry-run-result.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policy-dry-run-result.js","sourceRoot":"","sources":["../../models/policy-dry-run-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,99 +0,0 @@
|
|
|
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 { PolicyScope } from './policy-scope';
|
|
11
|
-
import type { PolicyType } from './policy-type';
|
|
12
|
-
/**
|
|
13
|
-
* Policy response payload.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PolicyRead
|
|
16
|
-
*/
|
|
17
|
-
export interface PolicyRead {
|
|
18
|
-
/**
|
|
19
|
-
* The policy ID.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PolicyRead
|
|
22
|
-
*/
|
|
23
|
-
'id': string;
|
|
24
|
-
/**
|
|
25
|
-
* The ID of the principal that owns this policy.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PolicyRead
|
|
28
|
-
*/
|
|
29
|
-
'owner_id': string;
|
|
30
|
-
/**
|
|
31
|
-
* The policy scope. Possible values: `global`, `wallet`, `delegation`.
|
|
32
|
-
* @type {PolicyScope}
|
|
33
|
-
* @memberof PolicyRead
|
|
34
|
-
*/
|
|
35
|
-
'scope': PolicyScope;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof PolicyRead
|
|
40
|
-
*/
|
|
41
|
-
'wallet_id': string | null;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof PolicyRead
|
|
46
|
-
*/
|
|
47
|
-
'delegation_id': string | null;
|
|
48
|
-
/**
|
|
49
|
-
* The policy name.
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof PolicyRead
|
|
52
|
-
*/
|
|
53
|
-
'name': string;
|
|
54
|
-
/**
|
|
55
|
-
* The ID of the principal that created this policy.
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof PolicyRead
|
|
58
|
-
*/
|
|
59
|
-
'created_by': string;
|
|
60
|
-
/**
|
|
61
|
-
* The policy type. Possible values: `transfer`, `contract_call`, `message_sign`.
|
|
62
|
-
* @type {PolicyType}
|
|
63
|
-
* @memberof PolicyRead
|
|
64
|
-
*/
|
|
65
|
-
'policy_type': PolicyType;
|
|
66
|
-
/**
|
|
67
|
-
* The policy rule configuration.
|
|
68
|
-
* @type {{ [key: string]: any; }}
|
|
69
|
-
* @memberof PolicyRead
|
|
70
|
-
*/
|
|
71
|
-
'rules': {
|
|
72
|
-
[key: string]: any;
|
|
73
|
-
};
|
|
74
|
-
/**
|
|
75
|
-
* The policy priority. Higher values take precedence.
|
|
76
|
-
* @type {number}
|
|
77
|
-
* @memberof PolicyRead
|
|
78
|
-
*/
|
|
79
|
-
'priority': number;
|
|
80
|
-
/**
|
|
81
|
-
* Whether this policy is currently active. `true`: active. `false`: disabled.
|
|
82
|
-
* @type {boolean}
|
|
83
|
-
* @memberof PolicyRead
|
|
84
|
-
*/
|
|
85
|
-
'is_active': boolean;
|
|
86
|
-
/**
|
|
87
|
-
* The timestamp when this policy was created, in ISO 8601 format.
|
|
88
|
-
* @type {string}
|
|
89
|
-
* @memberof PolicyRead
|
|
90
|
-
*/
|
|
91
|
-
'created_at': string;
|
|
92
|
-
/**
|
|
93
|
-
* The timestamp when this policy was last updated, in ISO 8601 format.
|
|
94
|
-
* @type {string}
|
|
95
|
-
* @memberof PolicyRead
|
|
96
|
-
*/
|
|
97
|
-
'updated_at': string;
|
|
98
|
-
}
|
|
99
|
-
//# sourceMappingURL=policy-read.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policy-read.d.ts","sourceRoot":"","sources":["../../models/policy-read.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGlD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAKhD;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACvB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,OAAO,EAAE,WAAW,CAAC;IACrB;;;;OAIG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,EAAE,UAAU,CAAC;IAC1B;;;;OAIG;IACH,OAAO,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IACjC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -1,12 +0,0 @@
|
|
|
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=policy-read.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policy-read.js","sourceRoot":"","sources":["../../models/policy-read.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,21 +0,0 @@
|
|
|
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
|
-
/**
|
|
11
|
-
* Supported policy scopes.
|
|
12
|
-
* @export
|
|
13
|
-
* @enum {string}
|
|
14
|
-
*/
|
|
15
|
-
export declare const PolicyScope: {
|
|
16
|
-
readonly global: "global";
|
|
17
|
-
readonly wallet: "wallet";
|
|
18
|
-
readonly delegation: "delegation";
|
|
19
|
-
};
|
|
20
|
-
export type PolicyScope = typeof PolicyScope[keyof typeof PolicyScope];
|
|
21
|
-
//# sourceMappingURL=policy-scope.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policy-scope.d.ts","sourceRoot":"","sources":["../../models/policy-scope.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH;;;;GAIG;AACH,eAAO,MAAM,WAAW;;;;CAId,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policy-scope.js","sourceRoot":"","sources":["../../models/policy-scope.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG;;;AAOH;;;;GAIG;AACU,QAAA,WAAW,GAAG;IACvB,MAAM,EAAE,QAAiB;IACzB,MAAM,EAAE,QAAiB;IACzB,UAAU,EAAE,YAAqB;CAC3B,CAAC"}
|
|
@@ -1,41 +0,0 @@
|
|
|
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
|
-
/**
|
|
11
|
-
* Patch payload for a policy.
|
|
12
|
-
* @export
|
|
13
|
-
* @interface PolicyUpdate
|
|
14
|
-
*/
|
|
15
|
-
export interface PolicyUpdate {
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @type {string}
|
|
19
|
-
* @memberof PolicyUpdate
|
|
20
|
-
*/
|
|
21
|
-
'name'?: string;
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {object}
|
|
25
|
-
* @memberof PolicyUpdate
|
|
26
|
-
*/
|
|
27
|
-
'rules'?: object;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof PolicyUpdate
|
|
32
|
-
*/
|
|
33
|
-
'priority'?: number;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {boolean}
|
|
37
|
-
* @memberof PolicyUpdate
|
|
38
|
-
*/
|
|
39
|
-
'is_active'?: boolean;
|
|
40
|
-
}
|
|
41
|
-
//# sourceMappingURL=policy-update.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policy-update.d.ts","sourceRoot":"","sources":["../../models/policy-update.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
@@ -1,12 +0,0 @@
|
|
|
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=policy-update.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policy-update.js","sourceRoot":"","sources":["../../models/policy-update.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,29 +0,0 @@
|
|
|
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
|
-
/**
|
|
11
|
-
* RecipeCategoryRead
|
|
12
|
-
* @export
|
|
13
|
-
* @interface RecipeCategoryRead
|
|
14
|
-
*/
|
|
15
|
-
export interface RecipeCategoryRead {
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @type {string}
|
|
19
|
-
* @memberof RecipeCategoryRead
|
|
20
|
-
*/
|
|
21
|
-
'category': string;
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof RecipeCategoryRead
|
|
26
|
-
*/
|
|
27
|
-
'count': number;
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=recipe-category-read.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-category-read.d.ts","sourceRoot":"","sources":["../../models/recipe-category-read.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1,12 +0,0 @@
|
|
|
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=recipe-category-read.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-category-read.js","sourceRoot":"","sources":["../../models/recipe-category-read.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,29 +0,0 @@
|
|
|
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
|
-
/**
|
|
11
|
-
* RecipeCounterResult
|
|
12
|
-
* @export
|
|
13
|
-
* @interface RecipeCounterResult
|
|
14
|
-
*/
|
|
15
|
-
export interface RecipeCounterResult {
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @type {string}
|
|
19
|
-
* @memberof RecipeCounterResult
|
|
20
|
-
*/
|
|
21
|
-
'recipe_id': string;
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof RecipeCounterResult
|
|
26
|
-
*/
|
|
27
|
-
'count': number;
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=recipe-counter-result.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-counter-result.d.ts","sourceRoot":"","sources":["../../models/recipe-counter-result.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1,12 +0,0 @@
|
|
|
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=recipe-counter-result.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-counter-result.js","sourceRoot":"","sources":["../../models/recipe-counter-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|