@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,20 +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
|
-
* RecipeReviewAction
|
|
12
|
-
* @export
|
|
13
|
-
* @enum {string}
|
|
14
|
-
*/
|
|
15
|
-
export declare const RecipeReviewAction: {
|
|
16
|
-
readonly approve: "approve";
|
|
17
|
-
readonly reject: "reject";
|
|
18
|
-
};
|
|
19
|
-
export type RecipeReviewAction = typeof RecipeReviewAction[keyof typeof RecipeReviewAction];
|
|
20
|
-
//# sourceMappingURL=recipe-review-action.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-review-action.d.ts","sourceRoot":"","sources":["../../models/recipe-review-action.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH;;;;GAIG;AACH,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC"}
|
|
@@ -1,22 +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
|
-
exports.RecipeReviewAction = void 0;
|
|
13
|
-
/**
|
|
14
|
-
* RecipeReviewAction
|
|
15
|
-
* @export
|
|
16
|
-
* @enum {string}
|
|
17
|
-
*/
|
|
18
|
-
exports.RecipeReviewAction = {
|
|
19
|
-
approve: 'approve',
|
|
20
|
-
reject: 'reject',
|
|
21
|
-
};
|
|
22
|
-
//# sourceMappingURL=recipe-review-action.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-review-action.js","sourceRoot":"","sources":["../../models/recipe-review-action.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG;;;AAOH;;;;GAIG;AACU,QAAA,kBAAkB,GAAG;IAC9B,OAAO,EAAE,SAAkB;IAC3B,MAAM,EAAE,QAAiB;CACnB,CAAC"}
|
|
@@ -1,24 +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 { RecipeReviewAction } from './recipe-review-action';
|
|
11
|
-
/**
|
|
12
|
-
* RecipeReviewRequest
|
|
13
|
-
* @export
|
|
14
|
-
* @interface RecipeReviewRequest
|
|
15
|
-
*/
|
|
16
|
-
export interface RecipeReviewRequest {
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @type {RecipeReviewAction}
|
|
20
|
-
* @memberof RecipeReviewRequest
|
|
21
|
-
*/
|
|
22
|
-
'action': RecipeReviewAction;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=recipe-review-request.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-review-request.d.ts","sourceRoot":"","sources":["../../models/recipe-review-request.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAKjE;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,QAAQ,EAAE,kBAAkB,CAAC;CAChC"}
|
|
@@ -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-review-request.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-review-request.js","sourceRoot":"","sources":["../../models/recipe-review-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,23 +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
|
-
* Lifecycle status for a recipe record.
|
|
12
|
-
* @export
|
|
13
|
-
* @enum {string}
|
|
14
|
-
*/
|
|
15
|
-
export declare const RecipeStatus: {
|
|
16
|
-
readonly draft: "draft";
|
|
17
|
-
readonly submitted: "submitted";
|
|
18
|
-
readonly published: "published";
|
|
19
|
-
readonly archived: "archived";
|
|
20
|
-
readonly rejected: "rejected";
|
|
21
|
-
};
|
|
22
|
-
export type RecipeStatus = typeof RecipeStatus[keyof typeof RecipeStatus];
|
|
23
|
-
//# sourceMappingURL=recipe-status.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-status.d.ts","sourceRoot":"","sources":["../../models/recipe-status.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH;;;;GAIG;AACH,eAAO,MAAM,YAAY;;;;;;CAMf,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC"}
|
|
@@ -1,25 +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
|
-
exports.RecipeStatus = void 0;
|
|
13
|
-
/**
|
|
14
|
-
* Lifecycle status for a recipe record.
|
|
15
|
-
* @export
|
|
16
|
-
* @enum {string}
|
|
17
|
-
*/
|
|
18
|
-
exports.RecipeStatus = {
|
|
19
|
-
draft: 'draft',
|
|
20
|
-
submitted: 'submitted',
|
|
21
|
-
published: 'published',
|
|
22
|
-
archived: 'archived',
|
|
23
|
-
rejected: 'rejected',
|
|
24
|
-
};
|
|
25
|
-
//# sourceMappingURL=recipe-status.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-status.js","sourceRoot":"","sources":["../../models/recipe-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG;;;AAOH;;;;GAIG;AACU,QAAA,YAAY,GAAG;IACxB,KAAK,EAAE,OAAgB;IACvB,SAAS,EAAE,WAAoB;IAC/B,SAAS,EAAE,WAAoB;IAC/B,QAAQ,EAAE,UAAmB;IAC7B,QAAQ,EAAE,UAAmB;CACvB,CAAC"}
|
|
@@ -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
|
-
/**
|
|
11
|
-
* RecipeSubmissionCreate
|
|
12
|
-
* @export
|
|
13
|
-
* @interface RecipeSubmissionCreate
|
|
14
|
-
*/
|
|
15
|
-
export interface RecipeSubmissionCreate {
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @type {string}
|
|
19
|
-
* @memberof RecipeSubmissionCreate
|
|
20
|
-
*/
|
|
21
|
-
'slug': string;
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof RecipeSubmissionCreate
|
|
26
|
-
*/
|
|
27
|
-
'title': string;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof RecipeSubmissionCreate
|
|
32
|
-
*/
|
|
33
|
-
'description': string;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof RecipeSubmissionCreate
|
|
38
|
-
*/
|
|
39
|
-
'content_markdown'?: string;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
* @type {Array<string>}
|
|
43
|
-
* @memberof RecipeSubmissionCreate
|
|
44
|
-
*/
|
|
45
|
-
'chains'?: Array<string>;
|
|
46
|
-
/**
|
|
47
|
-
*
|
|
48
|
-
* @type {{ [key: string]: { [key: string]: string; }; }}
|
|
49
|
-
* @memberof RecipeSubmissionCreate
|
|
50
|
-
*/
|
|
51
|
-
'tokens'?: {
|
|
52
|
-
[key: string]: {
|
|
53
|
-
[key: string]: string;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
58
|
-
* @type {Array<string>}
|
|
59
|
-
* @memberof RecipeSubmissionCreate
|
|
60
|
-
*/
|
|
61
|
-
'tags'?: Array<string>;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {Array<string>}
|
|
65
|
-
* @memberof RecipeSubmissionCreate
|
|
66
|
-
*/
|
|
67
|
-
'category'?: Array<string>;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @type {Array<string>}
|
|
71
|
-
* @memberof RecipeSubmissionCreate
|
|
72
|
-
*/
|
|
73
|
-
'example_prompts'?: Array<string>;
|
|
74
|
-
/**
|
|
75
|
-
* Icon URL
|
|
76
|
-
* @type {string}
|
|
77
|
-
* @memberof RecipeSubmissionCreate
|
|
78
|
-
*/
|
|
79
|
-
'icon'?: string;
|
|
80
|
-
/**
|
|
81
|
-
*
|
|
82
|
-
* @type {string}
|
|
83
|
-
* @memberof RecipeSubmissionCreate
|
|
84
|
-
*/
|
|
85
|
-
'author_name'?: string;
|
|
86
|
-
/**
|
|
87
|
-
*
|
|
88
|
-
* @type {string}
|
|
89
|
-
* @memberof RecipeSubmissionCreate
|
|
90
|
-
*/
|
|
91
|
-
'sdk_example_path'?: string;
|
|
92
|
-
/**
|
|
93
|
-
*
|
|
94
|
-
* @type {string}
|
|
95
|
-
* @memberof RecipeSubmissionCreate
|
|
96
|
-
*/
|
|
97
|
-
'locale'?: string;
|
|
98
|
-
}
|
|
99
|
-
//# sourceMappingURL=recipe-submission-create.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-submission-create.d.ts","sourceRoot":"","sources":["../../models/recipe-submission-create.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;SAAE,CAAC;KAAE,CAAC;IAC1D;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -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-submission-create.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-submission-create.js","sourceRoot":"","sources":["../../models/recipe-submission-create.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,112 +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 { RecipeStatus } from './recipe-status';
|
|
11
|
-
/**
|
|
12
|
-
* RecipeUpdate
|
|
13
|
-
* @export
|
|
14
|
-
* @interface RecipeUpdate
|
|
15
|
-
*/
|
|
16
|
-
export interface RecipeUpdate {
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @type {string}
|
|
20
|
-
* @memberof RecipeUpdate
|
|
21
|
-
*/
|
|
22
|
-
'title'?: string;
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof RecipeUpdate
|
|
27
|
-
*/
|
|
28
|
-
'description'?: string;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof RecipeUpdate
|
|
33
|
-
*/
|
|
34
|
-
'content_markdown'?: string;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {Array<string>}
|
|
38
|
-
* @memberof RecipeUpdate
|
|
39
|
-
*/
|
|
40
|
-
'chains'?: Array<string>;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {{ [key: string]: { [key: string]: string; }; }}
|
|
44
|
-
* @memberof RecipeUpdate
|
|
45
|
-
*/
|
|
46
|
-
'tokens'?: {
|
|
47
|
-
[key: string]: {
|
|
48
|
-
[key: string]: string;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
* @type {Array<string>}
|
|
54
|
-
* @memberof RecipeUpdate
|
|
55
|
-
*/
|
|
56
|
-
'tags'?: Array<string>;
|
|
57
|
-
/**
|
|
58
|
-
*
|
|
59
|
-
* @type {Array<string>}
|
|
60
|
-
* @memberof RecipeUpdate
|
|
61
|
-
*/
|
|
62
|
-
'category'?: Array<string>;
|
|
63
|
-
/**
|
|
64
|
-
*
|
|
65
|
-
* @type {Array<string>}
|
|
66
|
-
* @memberof RecipeUpdate
|
|
67
|
-
*/
|
|
68
|
-
'example_prompts'?: Array<string>;
|
|
69
|
-
/**
|
|
70
|
-
*
|
|
71
|
-
* @type {string}
|
|
72
|
-
* @memberof RecipeUpdate
|
|
73
|
-
*/
|
|
74
|
-
'icon'?: string;
|
|
75
|
-
/**
|
|
76
|
-
*
|
|
77
|
-
* @type {string}
|
|
78
|
-
* @memberof RecipeUpdate
|
|
79
|
-
*/
|
|
80
|
-
'author_name'?: string;
|
|
81
|
-
/**
|
|
82
|
-
*
|
|
83
|
-
* @type {boolean}
|
|
84
|
-
* @memberof RecipeUpdate
|
|
85
|
-
*/
|
|
86
|
-
'featured'?: boolean;
|
|
87
|
-
/**
|
|
88
|
-
*
|
|
89
|
-
* @type {boolean}
|
|
90
|
-
* @memberof RecipeUpdate
|
|
91
|
-
*/
|
|
92
|
-
'verified'?: boolean;
|
|
93
|
-
/**
|
|
94
|
-
*
|
|
95
|
-
* @type {RecipeStatus}
|
|
96
|
-
* @memberof RecipeUpdate
|
|
97
|
-
*/
|
|
98
|
-
'status'?: RecipeStatus;
|
|
99
|
-
/**
|
|
100
|
-
*
|
|
101
|
-
* @type {string}
|
|
102
|
-
* @memberof RecipeUpdate
|
|
103
|
-
*/
|
|
104
|
-
'sdk_example_path'?: string;
|
|
105
|
-
/**
|
|
106
|
-
*
|
|
107
|
-
* @type {string}
|
|
108
|
-
* @memberof RecipeUpdate
|
|
109
|
-
*/
|
|
110
|
-
'locale'?: string;
|
|
111
|
-
}
|
|
112
|
-
//# sourceMappingURL=recipe-update.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-update.d.ts","sourceRoot":"","sources":["../../models/recipe-update.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAKpD;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;SAAE,CAAC;KAAE,CAAC;IAC1D;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -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-update.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipe-update.js","sourceRoot":"","sources":["../../models/recipe-update.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,49 +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 { PaginationMeta } from './pagination-meta';
|
|
11
|
-
import type { PolicyRead } from './policy-read';
|
|
12
|
-
/**
|
|
13
|
-
* StandardResponseListPolicyRead
|
|
14
|
-
* @export
|
|
15
|
-
* @interface StandardResponseListPolicyRead
|
|
16
|
-
*/
|
|
17
|
-
export interface StandardResponseListPolicyRead {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof StandardResponseListPolicyRead
|
|
22
|
-
*/
|
|
23
|
-
'success'?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {Array<PolicyRead>}
|
|
27
|
-
* @memberof StandardResponseListPolicyRead
|
|
28
|
-
*/
|
|
29
|
-
'result': Array<PolicyRead>;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof StandardResponseListPolicyRead
|
|
34
|
-
*/
|
|
35
|
-
'suggestion'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof StandardResponseListPolicyRead
|
|
40
|
-
*/
|
|
41
|
-
'message'?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {PaginationMeta}
|
|
45
|
-
* @memberof StandardResponseListPolicyRead
|
|
46
|
-
*/
|
|
47
|
-
'meta'?: PaginationMeta;
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=standard-response-list-policy-read.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"standard-response-list-policy-read.d.ts","sourceRoot":"","sources":["../../models/standard-response-list-policy-read.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAKhD;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAC5B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC;CAC3B"}
|
|
@@ -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=standard-response-list-policy-read.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"standard-response-list-policy-read.js","sourceRoot":"","sources":["../../models/standard-response-list-policy-read.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,49 +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 { PaginationMeta } from './pagination-meta';
|
|
11
|
-
import type { RecipeCategoryRead } from './recipe-category-read';
|
|
12
|
-
/**
|
|
13
|
-
* StandardResponseListRecipeCategoryRead
|
|
14
|
-
* @export
|
|
15
|
-
* @interface StandardResponseListRecipeCategoryRead
|
|
16
|
-
*/
|
|
17
|
-
export interface StandardResponseListRecipeCategoryRead {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof StandardResponseListRecipeCategoryRead
|
|
22
|
-
*/
|
|
23
|
-
'success'?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {Array<RecipeCategoryRead>}
|
|
27
|
-
* @memberof StandardResponseListRecipeCategoryRead
|
|
28
|
-
*/
|
|
29
|
-
'result': Array<RecipeCategoryRead>;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof StandardResponseListRecipeCategoryRead
|
|
34
|
-
*/
|
|
35
|
-
'suggestion'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof StandardResponseListRecipeCategoryRead
|
|
40
|
-
*/
|
|
41
|
-
'message'?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {PaginationMeta}
|
|
45
|
-
* @memberof StandardResponseListRecipeCategoryRead
|
|
46
|
-
*/
|
|
47
|
-
'meta'?: PaginationMeta;
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=standard-response-list-recipe-category-read.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"standard-response-list-recipe-category-read.d.ts","sourceRoot":"","sources":["../../models/standard-response-list-recipe-category-read.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGxD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAKjE;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,QAAQ,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;IACpC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC;CAC3B"}
|
|
@@ -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=standard-response-list-recipe-category-read.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"standard-response-list-recipe-category-read.js","sourceRoot":"","sources":["../../models/standard-response-list-recipe-category-read.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,49 +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 { PaginationMeta } from './pagination-meta';
|
|
11
|
-
import type { RecipeRead } from './recipe-read';
|
|
12
|
-
/**
|
|
13
|
-
* StandardResponseListRecipeRead
|
|
14
|
-
* @export
|
|
15
|
-
* @interface StandardResponseListRecipeRead
|
|
16
|
-
*/
|
|
17
|
-
export interface StandardResponseListRecipeRead {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof StandardResponseListRecipeRead
|
|
22
|
-
*/
|
|
23
|
-
'success'?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {Array<RecipeRead>}
|
|
27
|
-
* @memberof StandardResponseListRecipeRead
|
|
28
|
-
*/
|
|
29
|
-
'result': Array<RecipeRead>;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof StandardResponseListRecipeRead
|
|
34
|
-
*/
|
|
35
|
-
'suggestion'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof StandardResponseListRecipeRead
|
|
40
|
-
*/
|
|
41
|
-
'message'?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {PaginationMeta}
|
|
45
|
-
* @memberof StandardResponseListRecipeRead
|
|
46
|
-
*/
|
|
47
|
-
'meta'?: PaginationMeta;
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=standard-response-list-recipe-read.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"standard-response-list-recipe-read.d.ts","sourceRoot":"","sources":["../../models/standard-response-list-recipe-read.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAKhD;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAC5B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC;CAC3B"}
|
|
@@ -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=standard-response-list-recipe-read.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"standard-response-list-recipe-read.js","sourceRoot":"","sources":["../../models/standard-response-list-recipe-read.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
|
|
@@ -1,49 +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 { PaginationMeta } from './pagination-meta';
|
|
11
|
-
import type { PolicyDryRunResult } from './policy-dry-run-result';
|
|
12
|
-
/**
|
|
13
|
-
* StandardResponsePolicyDryRunResult
|
|
14
|
-
* @export
|
|
15
|
-
* @interface StandardResponsePolicyDryRunResult
|
|
16
|
-
*/
|
|
17
|
-
export interface StandardResponsePolicyDryRunResult {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof StandardResponsePolicyDryRunResult
|
|
22
|
-
*/
|
|
23
|
-
'success'?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {PolicyDryRunResult}
|
|
27
|
-
* @memberof StandardResponsePolicyDryRunResult
|
|
28
|
-
*/
|
|
29
|
-
'result': PolicyDryRunResult;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof StandardResponsePolicyDryRunResult
|
|
34
|
-
*/
|
|
35
|
-
'suggestion'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof StandardResponsePolicyDryRunResult
|
|
40
|
-
*/
|
|
41
|
-
'message'?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {PaginationMeta}
|
|
45
|
-
* @memberof StandardResponsePolicyDryRunResult
|
|
46
|
-
*/
|
|
47
|
-
'meta'?: PaginationMeta;
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=standard-response-policy-dry-run-result.d.ts.map
|