@keystrokehq/retellai 0.1.0
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 +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-community-voice.cjs +27 -0
- package/dist/actions/add-community-voice.cjs.map +1 -0
- package/dist/actions/add-community-voice.d.cts +9 -0
- package/dist/actions/add-community-voice.d.cts.map +1 -0
- package/dist/actions/add-community-voice.d.mts +9 -0
- package/dist/actions/add-community-voice.d.mts.map +1 -0
- package/dist/actions/add-community-voice.mjs +24 -0
- package/dist/actions/add-community-voice.mjs.map +1 -0
- package/dist/actions/add-knowledge-base-sources.cjs +57 -0
- package/dist/actions/add-knowledge-base-sources.cjs.map +1 -0
- package/dist/actions/add-knowledge-base-sources.d.cts +9 -0
- package/dist/actions/add-knowledge-base-sources.d.cts.map +1 -0
- package/dist/actions/add-knowledge-base-sources.d.mts +9 -0
- package/dist/actions/add-knowledge-base-sources.d.mts.map +1 -0
- package/dist/actions/add-knowledge-base-sources.mjs +56 -0
- package/dist/actions/add-knowledge-base-sources.mjs.map +1 -0
- package/dist/actions/buy-a-new-phone-number-bind-agents.cjs +41 -0
- package/dist/actions/buy-a-new-phone-number-bind-agents.cjs.map +1 -0
- package/dist/actions/buy-a-new-phone-number-bind-agents.d.cts +9 -0
- package/dist/actions/buy-a-new-phone-number-bind-agents.d.cts.map +1 -0
- package/dist/actions/buy-a-new-phone-number-bind-agents.d.mts +9 -0
- package/dist/actions/buy-a-new-phone-number-bind-agents.d.mts.map +1 -0
- package/dist/actions/buy-a-new-phone-number-bind-agents.mjs +40 -0
- package/dist/actions/buy-a-new-phone-number-bind-agents.mjs.map +1 -0
- package/dist/actions/create-a-new-outbound-phone-call.cjs +195 -0
- package/dist/actions/create-a-new-outbound-phone-call.cjs.map +1 -0
- package/dist/actions/create-a-new-outbound-phone-call.d.cts +9 -0
- package/dist/actions/create-a-new-outbound-phone-call.d.cts.map +1 -0
- package/dist/actions/create-a-new-outbound-phone-call.d.mts +9 -0
- package/dist/actions/create-a-new-outbound-phone-call.d.mts.map +1 -0
- package/dist/actions/create-a-new-outbound-phone-call.mjs +194 -0
- package/dist/actions/create-a-new-outbound-phone-call.mjs.map +1 -0
- package/dist/actions/create-a-new-web-call.cjs +69 -0
- package/dist/actions/create-a-new-web-call.cjs.map +1 -0
- package/dist/actions/create-a-new-web-call.d.cts +9 -0
- package/dist/actions/create-a-new-web-call.d.cts.map +1 -0
- package/dist/actions/create-a-new-web-call.d.mts +9 -0
- package/dist/actions/create-a-new-web-call.d.mts.map +1 -0
- package/dist/actions/create-a-new-web-call.mjs +68 -0
- package/dist/actions/create-a-new-web-call.mjs.map +1 -0
- package/dist/actions/create-agent.cjs +162 -0
- package/dist/actions/create-agent.cjs.map +1 -0
- package/dist/actions/create-agent.d.cts +9 -0
- package/dist/actions/create-agent.d.cts.map +1 -0
- package/dist/actions/create-agent.d.mts +9 -0
- package/dist/actions/create-agent.d.mts.map +1 -0
- package/dist/actions/create-agent.mjs +159 -0
- package/dist/actions/create-agent.mjs.map +1 -0
- package/dist/actions/create-batch-test.cjs +44 -0
- package/dist/actions/create-batch-test.cjs.map +1 -0
- package/dist/actions/create-batch-test.d.cts +9 -0
- package/dist/actions/create-batch-test.d.cts.map +1 -0
- package/dist/actions/create-batch-test.d.mts +9 -0
- package/dist/actions/create-batch-test.d.mts.map +1 -0
- package/dist/actions/create-batch-test.mjs +43 -0
- package/dist/actions/create-batch-test.mjs.map +1 -0
- package/dist/actions/create-chat-agent.cjs +138 -0
- package/dist/actions/create-chat-agent.cjs.map +1 -0
- package/dist/actions/create-chat-agent.d.cts +9 -0
- package/dist/actions/create-chat-agent.d.cts.map +1 -0
- package/dist/actions/create-chat-agent.d.mts +9 -0
- package/dist/actions/create-chat-agent.d.mts.map +1 -0
- package/dist/actions/create-chat-agent.mjs +137 -0
- package/dist/actions/create-chat-agent.mjs.map +1 -0
- package/dist/actions/create-chat-completion.cjs +19 -0
- package/dist/actions/create-chat-completion.cjs.map +1 -0
- package/dist/actions/create-chat-completion.d.cts +9 -0
- package/dist/actions/create-chat-completion.d.cts.map +1 -0
- package/dist/actions/create-chat-completion.d.mts +9 -0
- package/dist/actions/create-chat-completion.d.mts.map +1 -0
- package/dist/actions/create-chat-completion.mjs +16 -0
- package/dist/actions/create-chat-completion.mjs.map +1 -0
- package/dist/actions/create-chat.cjs +61 -0
- package/dist/actions/create-chat.cjs.map +1 -0
- package/dist/actions/create-chat.d.cts +9 -0
- package/dist/actions/create-chat.d.cts.map +1 -0
- package/dist/actions/create-chat.d.mts +9 -0
- package/dist/actions/create-chat.d.mts.map +1 -0
- package/dist/actions/create-chat.mjs +60 -0
- package/dist/actions/create-chat.mjs.map +1 -0
- package/dist/actions/create-conversation-flow-component.cjs +66 -0
- package/dist/actions/create-conversation-flow-component.cjs.map +1 -0
- package/dist/actions/create-conversation-flow-component.d.cts +9 -0
- package/dist/actions/create-conversation-flow-component.d.cts.map +1 -0
- package/dist/actions/create-conversation-flow-component.d.mts +9 -0
- package/dist/actions/create-conversation-flow-component.d.mts.map +1 -0
- package/dist/actions/create-conversation-flow-component.mjs +65 -0
- package/dist/actions/create-conversation-flow-component.mjs.map +1 -0
- package/dist/actions/create-conversation-flow.cjs +52 -0
- package/dist/actions/create-conversation-flow.cjs.map +1 -0
- package/dist/actions/create-conversation-flow.d.cts +9 -0
- package/dist/actions/create-conversation-flow.d.cts.map +1 -0
- package/dist/actions/create-conversation-flow.d.mts +9 -0
- package/dist/actions/create-conversation-flow.d.mts.map +1 -0
- package/dist/actions/create-conversation-flow.mjs +49 -0
- package/dist/actions/create-conversation-flow.mjs.map +1 -0
- package/dist/actions/create-knowledge-base.cjs +35 -0
- package/dist/actions/create-knowledge-base.cjs.map +1 -0
- package/dist/actions/create-knowledge-base.d.cts +9 -0
- package/dist/actions/create-knowledge-base.d.cts.map +1 -0
- package/dist/actions/create-knowledge-base.d.mts +9 -0
- package/dist/actions/create-knowledge-base.d.mts.map +1 -0
- package/dist/actions/create-knowledge-base.mjs +32 -0
- package/dist/actions/create-knowledge-base.mjs.map +1 -0
- package/dist/actions/create-retell-llm.cjs +122 -0
- package/dist/actions/create-retell-llm.cjs.map +1 -0
- package/dist/actions/create-retell-llm.d.cts +9 -0
- package/dist/actions/create-retell-llm.d.cts.map +1 -0
- package/dist/actions/create-retell-llm.d.mts +9 -0
- package/dist/actions/create-retell-llm.d.mts.map +1 -0
- package/dist/actions/create-retell-llm.mjs +121 -0
- package/dist/actions/create-retell-llm.mjs.map +1 -0
- package/dist/actions/create-test-case-definition.cjs +44 -0
- package/dist/actions/create-test-case-definition.cjs.map +1 -0
- package/dist/actions/create-test-case-definition.d.cts +9 -0
- package/dist/actions/create-test-case-definition.d.cts.map +1 -0
- package/dist/actions/create-test-case-definition.d.mts +9 -0
- package/dist/actions/create-test-case-definition.d.mts.map +1 -0
- package/dist/actions/create-test-case-definition.mjs +41 -0
- package/dist/actions/create-test-case-definition.mjs.map +1 -0
- package/dist/actions/delete-agent.cjs +20 -0
- package/dist/actions/delete-agent.cjs.map +1 -0
- package/dist/actions/delete-agent.d.cts +9 -0
- package/dist/actions/delete-agent.d.cts.map +1 -0
- package/dist/actions/delete-agent.d.mts +9 -0
- package/dist/actions/delete-agent.d.mts.map +1 -0
- package/dist/actions/delete-agent.mjs +19 -0
- package/dist/actions/delete-agent.mjs.map +1 -0
- package/dist/actions/delete-call.cjs +16 -0
- package/dist/actions/delete-call.cjs.map +1 -0
- package/dist/actions/delete-call.d.cts +9 -0
- package/dist/actions/delete-call.d.cts.map +1 -0
- package/dist/actions/delete-call.d.mts +9 -0
- package/dist/actions/delete-call.d.mts.map +1 -0
- package/dist/actions/delete-call.mjs +13 -0
- package/dist/actions/delete-call.mjs.map +1 -0
- package/dist/actions/delete-chat-agent.cjs +19 -0
- package/dist/actions/delete-chat-agent.cjs.map +1 -0
- package/dist/actions/delete-chat-agent.d.cts +9 -0
- package/dist/actions/delete-chat-agent.d.cts.map +1 -0
- package/dist/actions/delete-chat-agent.d.mts +9 -0
- package/dist/actions/delete-chat-agent.d.mts.map +1 -0
- package/dist/actions/delete-chat-agent.mjs +16 -0
- package/dist/actions/delete-chat-agent.mjs.map +1 -0
- package/dist/actions/delete-conversation-flow-component.cjs +16 -0
- package/dist/actions/delete-conversation-flow-component.cjs.map +1 -0
- package/dist/actions/delete-conversation-flow-component.d.cts +9 -0
- package/dist/actions/delete-conversation-flow-component.d.cts.map +1 -0
- package/dist/actions/delete-conversation-flow-component.d.mts +9 -0
- package/dist/actions/delete-conversation-flow-component.d.mts.map +1 -0
- package/dist/actions/delete-conversation-flow-component.mjs +13 -0
- package/dist/actions/delete-conversation-flow-component.mjs.map +1 -0
- package/dist/actions/delete-conversation-flow.cjs +16 -0
- package/dist/actions/delete-conversation-flow.cjs.map +1 -0
- package/dist/actions/delete-conversation-flow.d.cts +9 -0
- package/dist/actions/delete-conversation-flow.d.cts.map +1 -0
- package/dist/actions/delete-conversation-flow.d.mts +9 -0
- package/dist/actions/delete-conversation-flow.d.mts.map +1 -0
- package/dist/actions/delete-conversation-flow.mjs +13 -0
- package/dist/actions/delete-conversation-flow.mjs.map +1 -0
- package/dist/actions/delete-knowledge-base-source.cjs +19 -0
- package/dist/actions/delete-knowledge-base-source.cjs.map +1 -0
- package/dist/actions/delete-knowledge-base-source.d.cts +9 -0
- package/dist/actions/delete-knowledge-base-source.d.cts.map +1 -0
- package/dist/actions/delete-knowledge-base-source.d.mts +9 -0
- package/dist/actions/delete-knowledge-base-source.d.mts.map +1 -0
- package/dist/actions/delete-knowledge-base-source.mjs +16 -0
- package/dist/actions/delete-knowledge-base-source.mjs.map +1 -0
- package/dist/actions/delete-knowledge-base.cjs +16 -0
- package/dist/actions/delete-knowledge-base.cjs.map +1 -0
- package/dist/actions/delete-knowledge-base.d.cts +9 -0
- package/dist/actions/delete-knowledge-base.d.cts.map +1 -0
- package/dist/actions/delete-knowledge-base.d.mts +9 -0
- package/dist/actions/delete-knowledge-base.d.mts.map +1 -0
- package/dist/actions/delete-knowledge-base.mjs +13 -0
- package/dist/actions/delete-knowledge-base.mjs.map +1 -0
- package/dist/actions/delete-phone-number.cjs +19 -0
- package/dist/actions/delete-phone-number.cjs.map +1 -0
- package/dist/actions/delete-phone-number.d.cts +9 -0
- package/dist/actions/delete-phone-number.d.cts.map +1 -0
- package/dist/actions/delete-phone-number.d.mts +9 -0
- package/dist/actions/delete-phone-number.d.mts.map +1 -0
- package/dist/actions/delete-phone-number.mjs +16 -0
- package/dist/actions/delete-phone-number.mjs.map +1 -0
- package/dist/actions/delete-retell-llm.cjs +16 -0
- package/dist/actions/delete-retell-llm.cjs.map +1 -0
- package/dist/actions/delete-retell-llm.d.cts +9 -0
- package/dist/actions/delete-retell-llm.d.cts.map +1 -0
- package/dist/actions/delete-retell-llm.d.mts +9 -0
- package/dist/actions/delete-retell-llm.d.mts.map +1 -0
- package/dist/actions/delete-retell-llm.mjs +13 -0
- package/dist/actions/delete-retell-llm.mjs.map +1 -0
- package/dist/actions/delete-test-case-definition.cjs +16 -0
- package/dist/actions/delete-test-case-definition.cjs.map +1 -0
- package/dist/actions/delete-test-case-definition.d.cts +9 -0
- package/dist/actions/delete-test-case-definition.d.cts.map +1 -0
- package/dist/actions/delete-test-case-definition.d.mts +9 -0
- package/dist/actions/delete-test-case-definition.d.mts.map +1 -0
- package/dist/actions/delete-test-case-definition.mjs +13 -0
- package/dist/actions/delete-test-case-definition.mjs.map +1 -0
- package/dist/actions/end-chat.cjs +19 -0
- package/dist/actions/end-chat.cjs.map +1 -0
- package/dist/actions/end-chat.d.cts +9 -0
- package/dist/actions/end-chat.d.cts.map +1 -0
- package/dist/actions/end-chat.d.mts +9 -0
- package/dist/actions/end-chat.d.mts.map +1 -0
- package/dist/actions/end-chat.mjs +16 -0
- package/dist/actions/end-chat.mjs.map +1 -0
- package/dist/actions/get-agent-versions.cjs +16 -0
- package/dist/actions/get-agent-versions.cjs.map +1 -0
- package/dist/actions/get-agent-versions.d.cts +9 -0
- package/dist/actions/get-agent-versions.d.cts.map +1 -0
- package/dist/actions/get-agent-versions.d.mts +9 -0
- package/dist/actions/get-agent-versions.d.mts.map +1 -0
- package/dist/actions/get-agent-versions.mjs +13 -0
- package/dist/actions/get-agent-versions.mjs.map +1 -0
- package/dist/actions/get-agent.cjs +148 -0
- package/dist/actions/get-agent.cjs.map +1 -0
- package/dist/actions/get-agent.d.cts +9 -0
- package/dist/actions/get-agent.d.cts.map +1 -0
- package/dist/actions/get-agent.d.mts +9 -0
- package/dist/actions/get-agent.d.mts.map +1 -0
- package/dist/actions/get-agent.mjs +147 -0
- package/dist/actions/get-agent.mjs.map +1 -0
- package/dist/actions/get-batch-test.cjs +44 -0
- package/dist/actions/get-batch-test.cjs.map +1 -0
- package/dist/actions/get-batch-test.d.cts +9 -0
- package/dist/actions/get-batch-test.d.cts.map +1 -0
- package/dist/actions/get-batch-test.d.mts +9 -0
- package/dist/actions/get-batch-test.d.mts.map +1 -0
- package/dist/actions/get-batch-test.mjs +43 -0
- package/dist/actions/get-batch-test.mjs.map +1 -0
- package/dist/actions/get-chat-agent-versions.cjs +31 -0
- package/dist/actions/get-chat-agent-versions.cjs.map +1 -0
- package/dist/actions/get-chat-agent-versions.d.cts +9 -0
- package/dist/actions/get-chat-agent-versions.d.cts.map +1 -0
- package/dist/actions/get-chat-agent-versions.d.mts +9 -0
- package/dist/actions/get-chat-agent-versions.d.mts.map +1 -0
- package/dist/actions/get-chat-agent-versions.mjs +30 -0
- package/dist/actions/get-chat-agent-versions.mjs.map +1 -0
- package/dist/actions/get-chat-agent.cjs +105 -0
- package/dist/actions/get-chat-agent.cjs.map +1 -0
- package/dist/actions/get-chat-agent.d.cts +9 -0
- package/dist/actions/get-chat-agent.d.cts.map +1 -0
- package/dist/actions/get-chat-agent.d.mts +9 -0
- package/dist/actions/get-chat-agent.d.mts.map +1 -0
- package/dist/actions/get-chat-agent.mjs +104 -0
- package/dist/actions/get-chat-agent.mjs.map +1 -0
- package/dist/actions/get-chat.cjs +56 -0
- package/dist/actions/get-chat.cjs.map +1 -0
- package/dist/actions/get-chat.d.cts +9 -0
- package/dist/actions/get-chat.d.cts.map +1 -0
- package/dist/actions/get-chat.d.mts +9 -0
- package/dist/actions/get-chat.d.mts.map +1 -0
- package/dist/actions/get-chat.mjs +55 -0
- package/dist/actions/get-chat.mjs.map +1 -0
- package/dist/actions/get-concurrency.cjs +23 -0
- package/dist/actions/get-concurrency.cjs.map +1 -0
- package/dist/actions/get-concurrency.d.cts +9 -0
- package/dist/actions/get-concurrency.d.cts.map +1 -0
- package/dist/actions/get-concurrency.d.mts +9 -0
- package/dist/actions/get-concurrency.d.mts.map +1 -0
- package/dist/actions/get-concurrency.mjs +20 -0
- package/dist/actions/get-concurrency.mjs.map +1 -0
- package/dist/actions/get-conversation-flow-component.cjs +75 -0
- package/dist/actions/get-conversation-flow-component.cjs.map +1 -0
- package/dist/actions/get-conversation-flow-component.d.cts +9 -0
- package/dist/actions/get-conversation-flow-component.d.cts.map +1 -0
- package/dist/actions/get-conversation-flow-component.d.mts +9 -0
- package/dist/actions/get-conversation-flow-component.d.mts.map +1 -0
- package/dist/actions/get-conversation-flow-component.mjs +74 -0
- package/dist/actions/get-conversation-flow-component.mjs.map +1 -0
- package/dist/actions/get-conversation-flow.cjs +83 -0
- package/dist/actions/get-conversation-flow.cjs.map +1 -0
- package/dist/actions/get-conversation-flow.d.cts +9 -0
- package/dist/actions/get-conversation-flow.d.cts.map +1 -0
- package/dist/actions/get-conversation-flow.d.mts +9 -0
- package/dist/actions/get-conversation-flow.d.mts.map +1 -0
- package/dist/actions/get-conversation-flow.mjs +82 -0
- package/dist/actions/get-conversation-flow.mjs.map +1 -0
- package/dist/actions/get-knowledge-base.cjs +45 -0
- package/dist/actions/get-knowledge-base.cjs.map +1 -0
- package/dist/actions/get-knowledge-base.d.cts +9 -0
- package/dist/actions/get-knowledge-base.d.cts.map +1 -0
- package/dist/actions/get-knowledge-base.d.mts +9 -0
- package/dist/actions/get-knowledge-base.d.mts.map +1 -0
- package/dist/actions/get-knowledge-base.mjs +44 -0
- package/dist/actions/get-knowledge-base.mjs.map +1 -0
- package/dist/actions/get-retell-llm.cjs +253 -0
- package/dist/actions/get-retell-llm.cjs.map +1 -0
- package/dist/actions/get-retell-llm.d.cts +9 -0
- package/dist/actions/get-retell-llm.d.cts.map +1 -0
- package/dist/actions/get-retell-llm.d.mts +9 -0
- package/dist/actions/get-retell-llm.d.mts.map +1 -0
- package/dist/actions/get-retell-llm.mjs +252 -0
- package/dist/actions/get-retell-llm.mjs.map +1 -0
- package/dist/actions/import-phone-number.cjs +50 -0
- package/dist/actions/import-phone-number.cjs.map +1 -0
- package/dist/actions/import-phone-number.d.cts +9 -0
- package/dist/actions/import-phone-number.d.cts.map +1 -0
- package/dist/actions/import-phone-number.d.mts +9 -0
- package/dist/actions/import-phone-number.d.mts.map +1 -0
- package/dist/actions/import-phone-number.mjs +49 -0
- package/dist/actions/import-phone-number.mjs.map +1 -0
- package/dist/actions/index.cjs +135 -0
- package/dist/actions/index.d.cts +68 -0
- package/dist/actions/index.d.mts +68 -0
- package/dist/actions/index.mjs +68 -0
- package/dist/actions/list-agents.cjs +16 -0
- package/dist/actions/list-agents.cjs.map +1 -0
- package/dist/actions/list-agents.d.cts +9 -0
- package/dist/actions/list-agents.d.cts.map +1 -0
- package/dist/actions/list-agents.d.mts +9 -0
- package/dist/actions/list-agents.d.mts.map +1 -0
- package/dist/actions/list-agents.mjs +13 -0
- package/dist/actions/list-agents.mjs.map +1 -0
- package/dist/actions/list-all-chats.cjs +20 -0
- package/dist/actions/list-all-chats.cjs.map +1 -0
- package/dist/actions/list-all-chats.d.cts +9 -0
- package/dist/actions/list-all-chats.d.cts.map +1 -0
- package/dist/actions/list-all-chats.d.mts +9 -0
- package/dist/actions/list-all-chats.d.mts.map +1 -0
- package/dist/actions/list-all-chats.mjs +17 -0
- package/dist/actions/list-all-chats.mjs.map +1 -0
- package/dist/actions/list-all-phone-numbers.cjs +16 -0
- package/dist/actions/list-all-phone-numbers.cjs.map +1 -0
- package/dist/actions/list-all-phone-numbers.d.cts +9 -0
- package/dist/actions/list-all-phone-numbers.d.cts.map +1 -0
- package/dist/actions/list-all-phone-numbers.d.mts +9 -0
- package/dist/actions/list-all-phone-numbers.d.mts.map +1 -0
- package/dist/actions/list-all-phone-numbers.mjs +13 -0
- package/dist/actions/list-all-phone-numbers.mjs.map +1 -0
- package/dist/actions/list-batch-tests.cjs +51 -0
- package/dist/actions/list-batch-tests.cjs.map +1 -0
- package/dist/actions/list-batch-tests.d.cts +9 -0
- package/dist/actions/list-batch-tests.d.cts.map +1 -0
- package/dist/actions/list-batch-tests.d.mts +9 -0
- package/dist/actions/list-batch-tests.d.mts.map +1 -0
- package/dist/actions/list-batch-tests.mjs +50 -0
- package/dist/actions/list-batch-tests.mjs.map +1 -0
- package/dist/actions/list-chat-agents.cjs +20 -0
- package/dist/actions/list-chat-agents.cjs.map +1 -0
- package/dist/actions/list-chat-agents.d.cts +9 -0
- package/dist/actions/list-chat-agents.d.cts.map +1 -0
- package/dist/actions/list-chat-agents.d.mts +9 -0
- package/dist/actions/list-chat-agents.d.mts.map +1 -0
- package/dist/actions/list-chat-agents.mjs +17 -0
- package/dist/actions/list-chat-agents.mjs.map +1 -0
- package/dist/actions/list-conversation-flow-components.cjs +24 -0
- package/dist/actions/list-conversation-flow-components.cjs.map +1 -0
- package/dist/actions/list-conversation-flow-components.d.cts +9 -0
- package/dist/actions/list-conversation-flow-components.d.cts.map +1 -0
- package/dist/actions/list-conversation-flow-components.d.mts +9 -0
- package/dist/actions/list-conversation-flow-components.d.mts.map +1 -0
- package/dist/actions/list-conversation-flow-components.mjs +23 -0
- package/dist/actions/list-conversation-flow-components.mjs.map +1 -0
- package/dist/actions/list-conversation-flows.cjs +31 -0
- package/dist/actions/list-conversation-flows.cjs.map +1 -0
- package/dist/actions/list-conversation-flows.d.cts +9 -0
- package/dist/actions/list-conversation-flows.d.cts.map +1 -0
- package/dist/actions/list-conversation-flows.d.mts +9 -0
- package/dist/actions/list-conversation-flows.d.mts.map +1 -0
- package/dist/actions/list-conversation-flows.mjs +30 -0
- package/dist/actions/list-conversation-flows.mjs.map +1 -0
- package/dist/actions/list-knowledge-bases.cjs +16 -0
- package/dist/actions/list-knowledge-bases.cjs.map +1 -0
- package/dist/actions/list-knowledge-bases.d.cts +9 -0
- package/dist/actions/list-knowledge-bases.d.cts.map +1 -0
- package/dist/actions/list-knowledge-bases.d.mts +9 -0
- package/dist/actions/list-knowledge-bases.d.mts.map +1 -0
- package/dist/actions/list-knowledge-bases.mjs +13 -0
- package/dist/actions/list-knowledge-bases.mjs.map +1 -0
- package/dist/actions/list-retell-llms.cjs +72 -0
- package/dist/actions/list-retell-llms.cjs.map +1 -0
- package/dist/actions/list-retell-llms.d.cts +9 -0
- package/dist/actions/list-retell-llms.d.cts.map +1 -0
- package/dist/actions/list-retell-llms.d.mts +9 -0
- package/dist/actions/list-retell-llms.d.mts.map +1 -0
- package/dist/actions/list-retell-llms.mjs +71 -0
- package/dist/actions/list-retell-llms.mjs.map +1 -0
- package/dist/actions/list-test-case-definitions.cjs +34 -0
- package/dist/actions/list-test-case-definitions.cjs.map +1 -0
- package/dist/actions/list-test-case-definitions.d.cts +9 -0
- package/dist/actions/list-test-case-definitions.d.cts.map +1 -0
- package/dist/actions/list-test-case-definitions.d.mts +9 -0
- package/dist/actions/list-test-case-definitions.d.mts.map +1 -0
- package/dist/actions/list-test-case-definitions.mjs +33 -0
- package/dist/actions/list-test-case-definitions.mjs.map +1 -0
- package/dist/actions/list-test-runs.cjs +16 -0
- package/dist/actions/list-test-runs.cjs.map +1 -0
- package/dist/actions/list-test-runs.d.cts +9 -0
- package/dist/actions/list-test-runs.d.cts.map +1 -0
- package/dist/actions/list-test-runs.d.mts +9 -0
- package/dist/actions/list-test-runs.d.mts.map +1 -0
- package/dist/actions/list-test-runs.mjs +13 -0
- package/dist/actions/list-test-runs.mjs.map +1 -0
- package/dist/actions/list-voices.cjs +16 -0
- package/dist/actions/list-voices.cjs.map +1 -0
- package/dist/actions/list-voices.d.cts +9 -0
- package/dist/actions/list-voices.d.cts.map +1 -0
- package/dist/actions/list-voices.d.mts +9 -0
- package/dist/actions/list-voices.d.mts.map +1 -0
- package/dist/actions/list-voices.mjs +13 -0
- package/dist/actions/list-voices.mjs.map +1 -0
- package/dist/actions/publish-agent.cjs +70 -0
- package/dist/actions/publish-agent.cjs.map +1 -0
- package/dist/actions/publish-agent.d.cts +9 -0
- package/dist/actions/publish-agent.d.cts.map +1 -0
- package/dist/actions/publish-agent.d.mts +9 -0
- package/dist/actions/publish-agent.d.mts.map +1 -0
- package/dist/actions/publish-agent.mjs +67 -0
- package/dist/actions/publish-agent.mjs.map +1 -0
- package/dist/actions/publish-chat-agent.cjs +37 -0
- package/dist/actions/publish-chat-agent.cjs.map +1 -0
- package/dist/actions/publish-chat-agent.d.cts +9 -0
- package/dist/actions/publish-chat-agent.d.cts.map +1 -0
- package/dist/actions/publish-chat-agent.d.mts +9 -0
- package/dist/actions/publish-chat-agent.d.mts.map +1 -0
- package/dist/actions/publish-chat-agent.mjs +34 -0
- package/dist/actions/publish-chat-agent.mjs.map +1 -0
- package/dist/actions/register-phone-call.cjs +196 -0
- package/dist/actions/register-phone-call.cjs.map +1 -0
- package/dist/actions/register-phone-call.d.cts +9 -0
- package/dist/actions/register-phone-call.d.cts.map +1 -0
- package/dist/actions/register-phone-call.d.mts +9 -0
- package/dist/actions/register-phone-call.d.mts.map +1 -0
- package/dist/actions/register-phone-call.mjs +195 -0
- package/dist/actions/register-phone-call.mjs.map +1 -0
- package/dist/actions/retrieve-call-details-by-id.cjs +16 -0
- package/dist/actions/retrieve-call-details-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-call-details-by-id.d.cts +9 -0
- package/dist/actions/retrieve-call-details-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-call-details-by-id.d.mts +9 -0
- package/dist/actions/retrieve-call-details-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-call-details-by-id.mjs +13 -0
- package/dist/actions/retrieve-call-details-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-call-details.cjs +136 -0
- package/dist/actions/retrieve-call-details.cjs.map +1 -0
- package/dist/actions/retrieve-call-details.d.cts +9 -0
- package/dist/actions/retrieve-call-details.d.cts.map +1 -0
- package/dist/actions/retrieve-call-details.d.mts +9 -0
- package/dist/actions/retrieve-call-details.d.mts.map +1 -0
- package/dist/actions/retrieve-call-details.mjs +135 -0
- package/dist/actions/retrieve-call-details.mjs.map +1 -0
- package/dist/actions/retrieve-details-of-a-specific-phone-number.cjs +29 -0
- package/dist/actions/retrieve-details-of-a-specific-phone-number.cjs.map +1 -0
- package/dist/actions/retrieve-details-of-a-specific-phone-number.d.cts +9 -0
- package/dist/actions/retrieve-details-of-a-specific-phone-number.d.cts.map +1 -0
- package/dist/actions/retrieve-details-of-a-specific-phone-number.d.mts +9 -0
- package/dist/actions/retrieve-details-of-a-specific-phone-number.d.mts.map +1 -0
- package/dist/actions/retrieve-details-of-a-specific-phone-number.mjs +28 -0
- package/dist/actions/retrieve-details-of-a-specific-phone-number.mjs.map +1 -0
- package/dist/actions/retrieve-details-of-a-specific-voice.cjs +24 -0
- package/dist/actions/retrieve-details-of-a-specific-voice.cjs.map +1 -0
- package/dist/actions/retrieve-details-of-a-specific-voice.d.cts +9 -0
- package/dist/actions/retrieve-details-of-a-specific-voice.d.cts.map +1 -0
- package/dist/actions/retrieve-details-of-a-specific-voice.d.mts +9 -0
- package/dist/actions/retrieve-details-of-a-specific-voice.d.mts.map +1 -0
- package/dist/actions/retrieve-details-of-a-specific-voice.mjs +21 -0
- package/dist/actions/retrieve-details-of-a-specific-voice.mjs.map +1 -0
- package/dist/actions/search-community-voice.cjs +29 -0
- package/dist/actions/search-community-voice.cjs.map +1 -0
- package/dist/actions/search-community-voice.d.cts +9 -0
- package/dist/actions/search-community-voice.d.cts.map +1 -0
- package/dist/actions/search-community-voice.d.mts +9 -0
- package/dist/actions/search-community-voice.d.mts.map +1 -0
- package/dist/actions/search-community-voice.mjs +28 -0
- package/dist/actions/search-community-voice.mjs.map +1 -0
- package/dist/actions/update-agent.cjs +261 -0
- package/dist/actions/update-agent.cjs.map +1 -0
- package/dist/actions/update-agent.d.cts +9 -0
- package/dist/actions/update-agent.d.cts.map +1 -0
- package/dist/actions/update-agent.d.mts +9 -0
- package/dist/actions/update-agent.d.mts.map +1 -0
- package/dist/actions/update-agent.mjs +260 -0
- package/dist/actions/update-agent.mjs.map +1 -0
- package/dist/actions/update-call.cjs +36 -0
- package/dist/actions/update-call.cjs.map +1 -0
- package/dist/actions/update-call.d.cts +9 -0
- package/dist/actions/update-call.d.cts.map +1 -0
- package/dist/actions/update-call.d.mts +9 -0
- package/dist/actions/update-call.d.mts.map +1 -0
- package/dist/actions/update-call.mjs +35 -0
- package/dist/actions/update-call.mjs.map +1 -0
- package/dist/actions/update-chat-agent.cjs +222 -0
- package/dist/actions/update-chat-agent.cjs.map +1 -0
- package/dist/actions/update-chat-agent.d.cts +9 -0
- package/dist/actions/update-chat-agent.d.cts.map +1 -0
- package/dist/actions/update-chat-agent.d.mts +9 -0
- package/dist/actions/update-chat-agent.d.mts.map +1 -0
- package/dist/actions/update-chat-agent.mjs +221 -0
- package/dist/actions/update-chat-agent.mjs.map +1 -0
- package/dist/actions/update-chat-metadata.cjs +62 -0
- package/dist/actions/update-chat-metadata.cjs.map +1 -0
- package/dist/actions/update-chat-metadata.d.cts +9 -0
- package/dist/actions/update-chat-metadata.d.cts.map +1 -0
- package/dist/actions/update-chat-metadata.d.mts +9 -0
- package/dist/actions/update-chat-metadata.d.mts.map +1 -0
- package/dist/actions/update-chat-metadata.mjs +61 -0
- package/dist/actions/update-chat-metadata.mjs.map +1 -0
- package/dist/actions/update-conversation-flow-component.cjs +258 -0
- package/dist/actions/update-conversation-flow-component.cjs.map +1 -0
- package/dist/actions/update-conversation-flow-component.d.cts +9 -0
- package/dist/actions/update-conversation-flow-component.d.cts.map +1 -0
- package/dist/actions/update-conversation-flow-component.d.mts +9 -0
- package/dist/actions/update-conversation-flow-component.d.mts.map +1 -0
- package/dist/actions/update-conversation-flow-component.mjs +257 -0
- package/dist/actions/update-conversation-flow-component.mjs.map +1 -0
- package/dist/actions/update-conversation-flow.cjs +109 -0
- package/dist/actions/update-conversation-flow.cjs.map +1 -0
- package/dist/actions/update-conversation-flow.d.cts +9 -0
- package/dist/actions/update-conversation-flow.d.cts.map +1 -0
- package/dist/actions/update-conversation-flow.d.mts +9 -0
- package/dist/actions/update-conversation-flow.d.mts.map +1 -0
- package/dist/actions/update-conversation-flow.mjs +108 -0
- package/dist/actions/update-conversation-flow.mjs.map +1 -0
- package/dist/actions/update-phone-number.cjs +58 -0
- package/dist/actions/update-phone-number.cjs.map +1 -0
- package/dist/actions/update-phone-number.d.cts +9 -0
- package/dist/actions/update-phone-number.d.cts.map +1 -0
- package/dist/actions/update-phone-number.d.mts +9 -0
- package/dist/actions/update-phone-number.d.mts.map +1 -0
- package/dist/actions/update-phone-number.mjs +57 -0
- package/dist/actions/update-phone-number.mjs.map +1 -0
- package/dist/actions/update-retell-llm.cjs +125 -0
- package/dist/actions/update-retell-llm.cjs.map +1 -0
- package/dist/actions/update-retell-llm.d.cts +9 -0
- package/dist/actions/update-retell-llm.d.cts.map +1 -0
- package/dist/actions/update-retell-llm.d.mts +9 -0
- package/dist/actions/update-retell-llm.d.mts.map +1 -0
- package/dist/actions/update-retell-llm.mjs +124 -0
- package/dist/actions/update-retell-llm.mjs.map +1 -0
- package/dist/actions/update-test-case-definition.cjs +80 -0
- package/dist/actions/update-test-case-definition.cjs.map +1 -0
- package/dist/actions/update-test-case-definition.d.cts +9 -0
- package/dist/actions/update-test-case-definition.d.cts.map +1 -0
- package/dist/actions/update-test-case-definition.d.mts +9 -0
- package/dist/actions/update-test-case-definition.d.mts.map +1 -0
- package/dist/actions/update-test-case-definition.mjs +79 -0
- package/dist/actions/update-test-case-definition.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +140 -0
- package/dist/index.d.cts +70 -0
- package/dist/index.d.mts +70 -0
- package/dist/index.mjs +71 -0
- package/package.json +49 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-chat.ts
|
|
4
|
+
const RetellaiGetChatInput = z.object({ chat_id: z.string().describe("Unique id of the chat to be retrieved") }).describe("Request schema for `GetChat`");
|
|
5
|
+
const RetellaiGetChat_ProductCostSchema = z.object({
|
|
6
|
+
cost: z.number().describe("Cost for the product in cents for the duration of the chat"),
|
|
7
|
+
product: z.string().describe("Product name that has a cost associated with it"),
|
|
8
|
+
unit_price: z.number().describe("Unit price of the product in cents per second")
|
|
9
|
+
}).describe("Individual product charge");
|
|
10
|
+
const RetellaiGetChat_ChatCostSchema = z.object({
|
|
11
|
+
combined_cost: z.number().describe("Combined cost of all individual costs in cents").nullable().optional(),
|
|
12
|
+
product_costs: z.array(RetellaiGetChat_ProductCostSchema).describe("Collection of individual product charges").nullable().optional()
|
|
13
|
+
}).describe("Cost breakdown for the chat session");
|
|
14
|
+
const RetellaiGetChat_ChatAnalysisSchema = z.object({
|
|
15
|
+
chat_summary: z.string().describe("High-level conversation overview").nullable().optional(),
|
|
16
|
+
user_sentiment: z.enum([
|
|
17
|
+
"Negative",
|
|
18
|
+
"Positive",
|
|
19
|
+
"Neutral",
|
|
20
|
+
"Unknown"
|
|
21
|
+
]).describe("Detected user sentiment during the conversation").nullable().optional(),
|
|
22
|
+
chat_successful: z.boolean().describe("Task completion indicator").nullable().optional(),
|
|
23
|
+
custom_analysis_data: z.record(z.string(), z.unknown()).describe("Extracted data per defined schema").nullable().optional()
|
|
24
|
+
}).describe("Post chat analysis including sentiment, status, and summary");
|
|
25
|
+
const retellaiGetChat = action("RETELLAI_GET_CHAT", {
|
|
26
|
+
slug: "retellai-get-chat",
|
|
27
|
+
name: "Get chat details",
|
|
28
|
+
description: "Tool to retrieve details of a specific chat session by chat ID. Use when you need to access chat transcript, status, or analysis data.",
|
|
29
|
+
input: RetellaiGetChatInput,
|
|
30
|
+
output: z.object({
|
|
31
|
+
chat_id: z.string().describe("Unique id of the chat"),
|
|
32
|
+
version: z.number().int().describe("Agent version number").nullable().optional(),
|
|
33
|
+
agent_id: z.string().describe("Corresponding chat agent id of this chat"),
|
|
34
|
+
metadata: z.record(z.string(), z.unknown()).describe("An arbitrary object for storage purpose only").nullable().optional(),
|
|
35
|
+
chat_cost: RetellaiGetChat_ChatCostSchema.nullable().optional(),
|
|
36
|
+
chat_type: z.enum(["api_chat", "sms_chat"]).describe("Type of chat interaction").nullable().optional(),
|
|
37
|
+
transcript: z.string().describe("Formatted conversation between agent and user").nullable().optional(),
|
|
38
|
+
chat_status: z.enum([
|
|
39
|
+
"ongoing",
|
|
40
|
+
"ended",
|
|
41
|
+
"error"
|
|
42
|
+
]).describe("Current status of the chat"),
|
|
43
|
+
chat_analysis: RetellaiGetChat_ChatAnalysisSchema.nullable().optional(),
|
|
44
|
+
end_timestamp: z.number().int().describe("End timestamp in milliseconds since epoch").nullable().optional(),
|
|
45
|
+
start_timestamp: z.number().int().describe("Begin timestamp in milliseconds since epoch").nullable().optional(),
|
|
46
|
+
custom_attributes: z.record(z.string(), z.unknown()).describe("Custom metadata supporting string, number, or boolean values").nullable().optional(),
|
|
47
|
+
message_with_tool_calls: z.array(z.unknown()).describe("Array of message and tool call objects representing the conversation flow").nullable().optional(),
|
|
48
|
+
collected_dynamic_variables: z.record(z.string(), z.unknown()).describe("Variables collected after chat ends").nullable().optional(),
|
|
49
|
+
retell_llm_dynamic_variables: z.record(z.string(), z.unknown()).describe("Key-value pairs injected into prompts/tool descriptions").nullable().optional()
|
|
50
|
+
}).describe("Response schema for `GetChat`")
|
|
51
|
+
});
|
|
52
|
+
//#endregion
|
|
53
|
+
export { retellaiGetChat };
|
|
54
|
+
|
|
55
|
+
//# sourceMappingURL=get-chat.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-chat.mjs","names":[],"sources":["../../src/actions/get-chat.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiGetChatInput: z.ZodTypeAny = z.object({\n chat_id: z.string().describe(\"Unique id of the chat to be retrieved\"),\n}).describe(\"Request schema for `GetChat`\");\nconst RetellaiGetChat_ProductCostSchema: z.ZodTypeAny = z.object({\n cost: z.number().describe(\"Cost for the product in cents for the duration of the chat\"),\n product: z.string().describe(\"Product name that has a cost associated with it\"),\n unit_price: z.number().describe(\"Unit price of the product in cents per second\"),\n}).describe(\"Individual product charge\");\nconst RetellaiGetChat_ChatCostSchema: z.ZodTypeAny = z.object({\n combined_cost: z.number().describe(\"Combined cost of all individual costs in cents\").nullable().optional(),\n product_costs: z.array(RetellaiGetChat_ProductCostSchema).describe(\"Collection of individual product charges\").nullable().optional(),\n}).describe(\"Cost breakdown for the chat session\");\nconst RetellaiGetChat_ChatAnalysisSchema: z.ZodTypeAny = z.object({\n chat_summary: z.string().describe(\"High-level conversation overview\").nullable().optional(),\n user_sentiment: z.enum([\"Negative\", \"Positive\", \"Neutral\", \"Unknown\"]).describe(\"Detected user sentiment during the conversation\").nullable().optional(),\n chat_successful: z.boolean().describe(\"Task completion indicator\").nullable().optional(),\n custom_analysis_data: z.record(z.string(), z.unknown()).describe(\"Extracted data per defined schema\").nullable().optional(),\n}).describe(\"Post chat analysis including sentiment, status, and summary\");\nexport const RetellaiGetChatOutput: z.ZodTypeAny = z.object({\n chat_id: z.string().describe(\"Unique id of the chat\"),\n version: z.number().int().describe(\"Agent version number\").nullable().optional(),\n agent_id: z.string().describe(\"Corresponding chat agent id of this chat\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"An arbitrary object for storage purpose only\").nullable().optional(),\n chat_cost: RetellaiGetChat_ChatCostSchema.nullable().optional(),\n chat_type: z.enum([\"api_chat\", \"sms_chat\"]).describe(\"Type of chat interaction\").nullable().optional(),\n transcript: z.string().describe(\"Formatted conversation between agent and user\").nullable().optional(),\n chat_status: z.enum([\"ongoing\", \"ended\", \"error\"]).describe(\"Current status of the chat\"),\n chat_analysis: RetellaiGetChat_ChatAnalysisSchema.nullable().optional(),\n end_timestamp: z.number().int().describe(\"End timestamp in milliseconds since epoch\").nullable().optional(),\n start_timestamp: z.number().int().describe(\"Begin timestamp in milliseconds since epoch\").nullable().optional(),\n custom_attributes: z.record(z.string(), z.unknown()).describe(\"Custom metadata supporting string, number, or boolean values\").nullable().optional(),\n message_with_tool_calls: z.array(z.unknown()).describe(\"Array of message and tool call objects representing the conversation flow\").nullable().optional(),\n collected_dynamic_variables: z.record(z.string(), z.unknown()).describe(\"Variables collected after chat ends\").nullable().optional(),\n retell_llm_dynamic_variables: z.record(z.string(), z.unknown()).describe(\"Key-value pairs injected into prompts/tool descriptions\").nullable().optional(),\n}).describe(\"Response schema for `GetChat`\");\n\nexport const retellaiGetChat = action(\"RETELLAI_GET_CHAT\", {\n slug: \"retellai-get-chat\",\n name: \"Get chat details\",\n description: \"Tool to retrieve details of a specific chat session by chat ID. Use when you need to access chat transcript, status, or analysis data.\",\n input: RetellaiGetChatInput,\n output: RetellaiGetChatOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqC,EAAE,OAAO,EACzD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,EACtE,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAC1C,MAAM,oCAAkD,EAAE,OAAO;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACtF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AACjF,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACvC,MAAM,iCAA+C,EAAE,OAAO;CAC5D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,eAAe,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,qCAAmD,EAAE,OAAO;CAChE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,gBAAgB,EAAE,KAAK;EAAC;EAAY;EAAY;EAAW;CAAS,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvJ,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,sBAAsB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAmBzE,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAvBiD,EAAE,OAAO;EAC1D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EACpD,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACxE,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzH,WAAW,+BAA+B,SAAS,CAAC,CAAC,SAAS;EAC9D,WAAW,EAAE,KAAK,CAAC,YAAY,UAAU,CAAC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,aAAa,EAAE,KAAK;GAAC;GAAW;GAAS;EAAO,CAAC,CAAC,CAAC,SAAS,4BAA4B;EACxF,eAAe,mCAAmC,SAAS,CAAC,CAAC,SAAS;EACtE,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,mBAAmB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClJ,yBAAyB,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxJ,6BAA6B,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnI,8BAA8B,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1J,CAAC,CAAC,CAAC,SAAS,+BAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-concurrency.ts
|
|
4
|
+
const RetellaiGetConcurrencyInput = zod.z.object({}).describe("Request schema for `GetConcurrency`");
|
|
5
|
+
const RetellaiGetConcurrencyOutput = zod.z.object({
|
|
6
|
+
base_concurrency: zod.z.number().int().describe("Base concurrency included with the plan").nullable().optional(),
|
|
7
|
+
concurrency_limit: zod.z.number().int().describe("Total concurrency limit for the organization").nullable().optional(),
|
|
8
|
+
current_concurrency: zod.z.number().int().describe("Current number of active concurrent calls").nullable().optional(),
|
|
9
|
+
purchased_concurrency: zod.z.number().int().describe("Additional purchased concurrency").nullable().optional(),
|
|
10
|
+
remaining_purchase_limit: zod.z.number().int().describe("Remaining concurrency available for purchase").nullable().optional(),
|
|
11
|
+
concurrency_purchase_limit: zod.z.number().int().describe("Maximum concurrency that can be purchased").nullable().optional()
|
|
12
|
+
}).describe("Response schema for `GetConcurrency`");
|
|
13
|
+
const retellaiGetConcurrency = require_action.action("RETELLAI_GET_CONCURRENCY", {
|
|
14
|
+
slug: "retellai-get-concurrency",
|
|
15
|
+
name: "Get concurrency",
|
|
16
|
+
description: "Retrieves the current concurrency and concurrency limits for the organization. Use when you need to check concurrent call capacity and availability.",
|
|
17
|
+
input: RetellaiGetConcurrencyInput,
|
|
18
|
+
output: RetellaiGetConcurrencyOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.retellaiGetConcurrency = retellaiGetConcurrency;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-concurrency.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-concurrency.cjs","names":["z","action"],"sources":["../../src/actions/get-concurrency.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiGetConcurrencyInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `GetConcurrency`\");\nexport const RetellaiGetConcurrencyOutput: z.ZodTypeAny = z.object({\n base_concurrency: z.number().int().describe(\"Base concurrency included with the plan\").nullable().optional(),\n concurrency_limit: z.number().int().describe(\"Total concurrency limit for the organization\").nullable().optional(),\n current_concurrency: z.number().int().describe(\"Current number of active concurrent calls\").nullable().optional(),\n purchased_concurrency: z.number().int().describe(\"Additional purchased concurrency\").nullable().optional(),\n remaining_purchase_limit: z.number().int().describe(\"Remaining concurrency available for purchase\").nullable().optional(),\n concurrency_purchase_limit: z.number().int().describe(\"Maximum concurrency that can be purchased\").nullable().optional(),\n}).describe(\"Response schema for `GetConcurrency`\");\n\nexport const retellaiGetConcurrency = action(\"RETELLAI_GET_CONCURRENCY\", {\n slug: \"retellai-get-concurrency\",\n name: \"Get concurrency\",\n description: \"Retrieves the current concurrency and concurrency limits for the organization. Use when you need to check concurrent call capacity and availability.\",\n input: RetellaiGetConcurrencyInput,\n output: RetellaiGetConcurrencyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACpH,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-concurrency.d.ts
|
|
4
|
+
declare const RetellaiGetConcurrencyInput: z.ZodTypeAny;
|
|
5
|
+
declare const RetellaiGetConcurrencyOutput: z.ZodTypeAny;
|
|
6
|
+
declare const retellaiGetConcurrency: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { retellaiGetConcurrency };
|
|
9
|
+
//# sourceMappingURL=get-concurrency.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-concurrency.d.cts","names":[],"sources":["../../src/actions/get-concurrency.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAAyE;AAAA,cACxG,4BAAA,EAA8B,CAAA,CAAE,UAOM;AAAA,cAEtC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-concurrency.d.ts
|
|
4
|
+
declare const RetellaiGetConcurrencyInput: z.ZodTypeAny;
|
|
5
|
+
declare const RetellaiGetConcurrencyOutput: z.ZodTypeAny;
|
|
6
|
+
declare const retellaiGetConcurrency: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { retellaiGetConcurrency };
|
|
9
|
+
//# sourceMappingURL=get-concurrency.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-concurrency.d.mts","names":[],"sources":["../../src/actions/get-concurrency.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAAyE;AAAA,cACxG,4BAAA,EAA8B,CAAA,CAAE,UAOM;AAAA,cAEtC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const retellaiGetConcurrency = action("RETELLAI_GET_CONCURRENCY", {
|
|
4
|
+
slug: "retellai-get-concurrency",
|
|
5
|
+
name: "Get concurrency",
|
|
6
|
+
description: "Retrieves the current concurrency and concurrency limits for the organization. Use when you need to check concurrent call capacity and availability.",
|
|
7
|
+
input: z.object({}).describe("Request schema for `GetConcurrency`"),
|
|
8
|
+
output: z.object({
|
|
9
|
+
base_concurrency: z.number().int().describe("Base concurrency included with the plan").nullable().optional(),
|
|
10
|
+
concurrency_limit: z.number().int().describe("Total concurrency limit for the organization").nullable().optional(),
|
|
11
|
+
current_concurrency: z.number().int().describe("Current number of active concurrent calls").nullable().optional(),
|
|
12
|
+
purchased_concurrency: z.number().int().describe("Additional purchased concurrency").nullable().optional(),
|
|
13
|
+
remaining_purchase_limit: z.number().int().describe("Remaining concurrency available for purchase").nullable().optional(),
|
|
14
|
+
concurrency_purchase_limit: z.number().int().describe("Maximum concurrency that can be purchased").nullable().optional()
|
|
15
|
+
}).describe("Response schema for `GetConcurrency`")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { retellaiGetConcurrency };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=get-concurrency.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-concurrency.mjs","names":[],"sources":["../../src/actions/get-concurrency.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiGetConcurrencyInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `GetConcurrency`\");\nexport const RetellaiGetConcurrencyOutput: z.ZodTypeAny = z.object({\n base_concurrency: z.number().int().describe(\"Base concurrency included with the plan\").nullable().optional(),\n concurrency_limit: z.number().int().describe(\"Total concurrency limit for the organization\").nullable().optional(),\n current_concurrency: z.number().int().describe(\"Current number of active concurrent calls\").nullable().optional(),\n purchased_concurrency: z.number().int().describe(\"Additional purchased concurrency\").nullable().optional(),\n remaining_purchase_limit: z.number().int().describe(\"Remaining concurrency available for purchase\").nullable().optional(),\n concurrency_purchase_limit: z.number().int().describe(\"Maximum concurrency that can be purchased\").nullable().optional(),\n}).describe(\"Response schema for `GetConcurrency`\");\n\nexport const retellaiGetConcurrency = action(\"RETELLAI_GET_CONCURRENCY\", {\n slug: \"retellai-get-concurrency\",\n name: \"Get concurrency\",\n description: \"Retrieves the current concurrency and concurrency limits for the organization. Use when you need to check concurrent call capacity and availability.\",\n input: RetellaiGetConcurrencyInput,\n output: RetellaiGetConcurrencyOutput,\n});\n"],"mappings":";;AAcA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAduD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qCActE;CACP,QAdwD,EAAE,OAAO;EACjE,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,uBAAuB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,0BAA0B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,4BAA4B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-conversation-flow-component.ts
|
|
4
|
+
const RetellaiGetConversationFlowComponentInput = zod.z.object({ conversation_flow_component_id: zod.z.string().describe("The unique identifier of the conversation flow component to retrieve") }).describe("Request schema for `GetConversationFlowComponent`");
|
|
5
|
+
const RetellaiGetConversationFlowComponent_McpServerSchema = zod.z.object({
|
|
6
|
+
url: zod.z.string().describe("URL of the MCP server"),
|
|
7
|
+
name: zod.z.string().describe("Name of the MCP server"),
|
|
8
|
+
headers: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Headers for MCP server requests (key-value pairs)").nullable().optional(),
|
|
9
|
+
timeout_ms: zod.z.number().int().describe("Connection establishment timeout in milliseconds (defaults to 120,000ms)").nullable().optional(),
|
|
10
|
+
query_params: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Query parameters for MCP server requests (key-value pairs)").nullable().optional()
|
|
11
|
+
}).describe("MCP server configuration");
|
|
12
|
+
const RetellaiGetConversationFlowComponent_TransitionConditionSchema = zod.z.object({
|
|
13
|
+
type: zod.z.string().describe("Condition type (e.g., prompt)").nullable().optional(),
|
|
14
|
+
prompt: zod.z.string().describe("Condition prompt text").nullable().optional()
|
|
15
|
+
}).describe("Condition that triggers a transition");
|
|
16
|
+
const RetellaiGetConversationFlowComponent_EdgeSchema = zod.z.object({
|
|
17
|
+
id: zod.z.string().describe("Unique identifier for the edge").nullable().optional(),
|
|
18
|
+
destination_node_id: zod.z.string().describe("Target node ID for this transition").nullable().optional(),
|
|
19
|
+
transition_condition: RetellaiGetConversationFlowComponent_TransitionConditionSchema.nullable().optional()
|
|
20
|
+
}).describe("Transition defining how to move between nodes");
|
|
21
|
+
const RetellaiGetConversationFlowComponent_InstructionSchema = zod.z.object({
|
|
22
|
+
text: zod.z.string().describe("Instruction text content").nullable().optional(),
|
|
23
|
+
type: zod.z.string().describe("Instruction type (e.g., prompt)").nullable().optional()
|
|
24
|
+
}).describe("Instruction configuration for the node");
|
|
25
|
+
const RetellaiGetConversationFlowComponent_DisplayPositionSchema = zod.z.object({
|
|
26
|
+
x: zod.z.number().describe("X coordinate").nullable().optional(),
|
|
27
|
+
y: zod.z.number().describe("Y coordinate").nullable().optional()
|
|
28
|
+
}).describe("Display position for visual elements in the frontend");
|
|
29
|
+
const RetellaiGetConversationFlowComponent_NodeSchema = zod.z.object({
|
|
30
|
+
id: zod.z.string().describe("Unique identifier for the node"),
|
|
31
|
+
name: zod.z.string().describe("Optional name for the node").nullable().optional(),
|
|
32
|
+
type: zod.z.string().describe("Node type (conversation, end, function, transfer_call, press_digit, branch, sms, extract_dynamic_variables, agent_swap, mcp, component, bridge_transfer, cancel_transfer)"),
|
|
33
|
+
edges: zod.z.array(RetellaiGetConversationFlowComponent_EdgeSchema).describe("Transitions defining how to move between nodes").nullable().optional(),
|
|
34
|
+
instruction: RetellaiGetConversationFlowComponent_InstructionSchema.nullable().optional(),
|
|
35
|
+
display_position: RetellaiGetConversationFlowComponent_DisplayPositionSchema.nullable().optional(),
|
|
36
|
+
global_node_setting: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Optional global settings for the node").nullable().optional()
|
|
37
|
+
}).describe("Node in the conversation flow component");
|
|
38
|
+
const RetellaiGetConversationFlowComponent_ToolSchema = zod.z.object({
|
|
39
|
+
url: zod.z.string().describe("Endpoint URL for custom tools").nullable().optional(),
|
|
40
|
+
name: zod.z.string().describe("Name of the tool"),
|
|
41
|
+
type: zod.z.string().describe("Tool type (custom, check_availability_cal, book_appointment_cal)"),
|
|
42
|
+
method: zod.z.string().describe("HTTP method (GET, POST, PUT, PATCH, DELETE) for custom tools").nullable().optional(),
|
|
43
|
+
headers: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom headers for HTTP requests").nullable().optional(),
|
|
44
|
+
tool_id: zod.z.string().describe("Unique identifier for the tool"),
|
|
45
|
+
timezone: zod.z.string().describe("IANA timezone format for calendar tools").nullable().optional(),
|
|
46
|
+
timeout_ms: zod.z.number().int().describe("Timeout in milliseconds (1,000-600,000)").nullable().optional(),
|
|
47
|
+
cal_api_key: zod.z.string().describe("Cal.com API key for calendar integration tools").nullable().optional(),
|
|
48
|
+
description: zod.z.string().describe("Description of the tool's purpose").nullable().optional(),
|
|
49
|
+
args_at_root: zod.z.boolean().describe("Determines argument nesting depth in request body").nullable().optional(),
|
|
50
|
+
query_params: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Query parameters for the tool").nullable().optional(),
|
|
51
|
+
event_type_id: zod.z.string().describe("Event type ID for Cal.com integration").nullable().optional(),
|
|
52
|
+
response_variables: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Map variable names to response paths for extracting values from API responses").nullable().optional()
|
|
53
|
+
}).describe("Tool available within the component");
|
|
54
|
+
const RetellaiGetConversationFlowComponentOutput = zod.z.object({
|
|
55
|
+
mcps: zod.z.array(RetellaiGetConversationFlowComponent_McpServerSchema).describe("A list of MCP server configurations to use for this component").nullable().optional(),
|
|
56
|
+
name: zod.z.string().describe("Name of the component"),
|
|
57
|
+
nodes: zod.z.array(RetellaiGetConversationFlowComponent_NodeSchema).describe("Nodes that make up the component. Supports 12 node types: conversation, end, function, transfer_call, press_digit, branch, sms, extract_dynamic_variables, agent_swap, mcp, component, bridge_transfer, and cancel_transfer"),
|
|
58
|
+
tools: zod.z.array(RetellaiGetConversationFlowComponent_ToolSchema).describe("Tools available within the component. Supports custom HTTP tools and Cal.com integration tools").nullable().optional(),
|
|
59
|
+
start_node_id: zod.z.string().describe("ID of the starting node").nullable().optional(),
|
|
60
|
+
user_modified_timestamp: zod.z.number().int().describe("Timestamp of last user modification"),
|
|
61
|
+
begin_tag_display_position: RetellaiGetConversationFlowComponent_DisplayPositionSchema.nullable().optional(),
|
|
62
|
+
linked_conversation_flow_ids: zod.z.array(zod.z.string()).describe("IDs of conversation flows linked to this shared component").nullable().optional(),
|
|
63
|
+
conversation_flow_component_id: zod.z.string().describe("Unique identifier for the component")
|
|
64
|
+
}).describe("Response schema for `GetConversationFlowComponent`");
|
|
65
|
+
const retellaiGetConversationFlowComponent = require_action.action("RETELLAI_GET_CONVERSATION_FLOW_COMPONENT", {
|
|
66
|
+
slug: "retellai-get-conversation-flow-component",
|
|
67
|
+
name: "Get conversation flow component",
|
|
68
|
+
description: "Retrieves a shared conversation flow component by its unique identifier. Use when you need to fetch details of a specific conversation flow component.",
|
|
69
|
+
input: RetellaiGetConversationFlowComponentInput,
|
|
70
|
+
output: RetellaiGetConversationFlowComponentOutput
|
|
71
|
+
});
|
|
72
|
+
//#endregion
|
|
73
|
+
exports.retellaiGetConversationFlowComponent = retellaiGetConversationFlowComponent;
|
|
74
|
+
|
|
75
|
+
//# sourceMappingURL=get-conversation-flow-component.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-conversation-flow-component.cjs","names":["z","action"],"sources":["../../src/actions/get-conversation-flow-component.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiGetConversationFlowComponentInput: z.ZodTypeAny = z.object({\n conversation_flow_component_id: z.string().describe(\"The unique identifier of the conversation flow component to retrieve\"),\n}).describe(\"Request schema for `GetConversationFlowComponent`\");\nconst RetellaiGetConversationFlowComponent_McpServerSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the MCP server\"),\n name: z.string().describe(\"Name of the MCP server\"),\n headers: z.record(z.string(), z.unknown()).describe(\"Headers for MCP server requests (key-value pairs)\").nullable().optional(),\n timeout_ms: z.number().int().describe(\"Connection establishment timeout in milliseconds (defaults to 120,000ms)\").nullable().optional(),\n query_params: z.record(z.string(), z.unknown()).describe(\"Query parameters for MCP server requests (key-value pairs)\").nullable().optional(),\n}).describe(\"MCP server configuration\");\nconst RetellaiGetConversationFlowComponent_TransitionConditionSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Condition type (e.g., prompt)\").nullable().optional(),\n prompt: z.string().describe(\"Condition prompt text\").nullable().optional(),\n}).describe(\"Condition that triggers a transition\");\nconst RetellaiGetConversationFlowComponent_EdgeSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the edge\").nullable().optional(),\n destination_node_id: z.string().describe(\"Target node ID for this transition\").nullable().optional(),\n transition_condition: RetellaiGetConversationFlowComponent_TransitionConditionSchema.nullable().optional(),\n}).describe(\"Transition defining how to move between nodes\");\nconst RetellaiGetConversationFlowComponent_InstructionSchema: z.ZodTypeAny = z.object({\n text: z.string().describe(\"Instruction text content\").nullable().optional(),\n type: z.string().describe(\"Instruction type (e.g., prompt)\").nullable().optional(),\n}).describe(\"Instruction configuration for the node\");\nconst RetellaiGetConversationFlowComponent_DisplayPositionSchema: z.ZodTypeAny = z.object({\n x: z.number().describe(\"X coordinate\").nullable().optional(),\n y: z.number().describe(\"Y coordinate\").nullable().optional(),\n}).describe(\"Display position for visual elements in the frontend\");\nconst RetellaiGetConversationFlowComponent_NodeSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the node\"),\n name: z.string().describe(\"Optional name for the node\").nullable().optional(),\n type: z.string().describe(\"Node type (conversation, end, function, transfer_call, press_digit, branch, sms, extract_dynamic_variables, agent_swap, mcp, component, bridge_transfer, cancel_transfer)\"),\n edges: z.array(RetellaiGetConversationFlowComponent_EdgeSchema).describe(\"Transitions defining how to move between nodes\").nullable().optional(),\n instruction: RetellaiGetConversationFlowComponent_InstructionSchema.nullable().optional(),\n display_position: RetellaiGetConversationFlowComponent_DisplayPositionSchema.nullable().optional(),\n global_node_setting: z.record(z.string(), z.unknown()).describe(\"Optional global settings for the node\").nullable().optional(),\n}).describe(\"Node in the conversation flow component\");\nconst RetellaiGetConversationFlowComponent_ToolSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Endpoint URL for custom tools\").nullable().optional(),\n name: z.string().describe(\"Name of the tool\"),\n type: z.string().describe(\"Tool type (custom, check_availability_cal, book_appointment_cal)\"),\n method: z.string().describe(\"HTTP method (GET, POST, PUT, PATCH, DELETE) for custom tools\").nullable().optional(),\n headers: z.record(z.string(), z.unknown()).describe(\"Custom headers for HTTP requests\").nullable().optional(),\n tool_id: z.string().describe(\"Unique identifier for the tool\"),\n timezone: z.string().describe(\"IANA timezone format for calendar tools\").nullable().optional(),\n timeout_ms: z.number().int().describe(\"Timeout in milliseconds (1,000-600,000)\").nullable().optional(),\n cal_api_key: z.string().describe(\"Cal.com API key for calendar integration tools\").nullable().optional(),\n description: z.string().describe(\"Description of the tool's purpose\").nullable().optional(),\n args_at_root: z.boolean().describe(\"Determines argument nesting depth in request body\").nullable().optional(),\n query_params: z.record(z.string(), z.unknown()).describe(\"Query parameters for the tool\").nullable().optional(),\n event_type_id: z.string().describe(\"Event type ID for Cal.com integration\").nullable().optional(),\n response_variables: z.record(z.string(), z.unknown()).describe(\"Map variable names to response paths for extracting values from API responses\").nullable().optional(),\n}).describe(\"Tool available within the component\");\nexport const RetellaiGetConversationFlowComponentOutput: z.ZodTypeAny = z.object({\n mcps: z.array(RetellaiGetConversationFlowComponent_McpServerSchema).describe(\"A list of MCP server configurations to use for this component\").nullable().optional(),\n name: z.string().describe(\"Name of the component\"),\n nodes: z.array(RetellaiGetConversationFlowComponent_NodeSchema).describe(\"Nodes that make up the component. Supports 12 node types: conversation, end, function, transfer_call, press_digit, branch, sms, extract_dynamic_variables, agent_swap, mcp, component, bridge_transfer, and cancel_transfer\"),\n tools: z.array(RetellaiGetConversationFlowComponent_ToolSchema).describe(\"Tools available within the component. Supports custom HTTP tools and Cal.com integration tools\").nullable().optional(),\n start_node_id: z.string().describe(\"ID of the starting node\").nullable().optional(),\n user_modified_timestamp: z.number().int().describe(\"Timestamp of last user modification\"),\n begin_tag_display_position: RetellaiGetConversationFlowComponent_DisplayPositionSchema.nullable().optional(),\n linked_conversation_flow_ids: z.array(z.string()).describe(\"IDs of conversation flows linked to this shared component\").nullable().optional(),\n conversation_flow_component_id: z.string().describe(\"Unique identifier for the component\"),\n}).describe(\"Response schema for `GetConversationFlowComponent`\");\n\nexport const retellaiGetConversationFlowComponent = action(\"RETELLAI_GET_CONVERSATION_FLOW_COMPONENT\", {\n slug: \"retellai-get-conversation-flow-component\",\n name: \"Get conversation flow component\",\n description: \"Retrieves a shared conversation flow component by its unique identifier. Use when you need to fetch details of a specific conversation flow component.\",\n input: RetellaiGetConversationFlowComponentInput,\n output: RetellaiGetConversationFlowComponentOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-conversation-flow-component.d.ts
|
|
4
|
+
declare const RetellaiGetConversationFlowComponentInput: z.ZodTypeAny;
|
|
5
|
+
declare const RetellaiGetConversationFlowComponentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const retellaiGetConversationFlowComponent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { retellaiGetConversationFlowComponent };
|
|
9
|
+
//# sourceMappingURL=get-conversation-flow-component.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-conversation-flow-component.d.cts","names":[],"sources":["../../src/actions/get-conversation-flow-component.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAEM;AAAA,cAkDnD,0CAAA,EAA4C,CAAA,CAAE,UAUM;AAAA,cAEpD,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-conversation-flow-component.d.ts
|
|
4
|
+
declare const RetellaiGetConversationFlowComponentInput: z.ZodTypeAny;
|
|
5
|
+
declare const RetellaiGetConversationFlowComponentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const retellaiGetConversationFlowComponent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { retellaiGetConversationFlowComponent };
|
|
9
|
+
//# sourceMappingURL=get-conversation-flow-component.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-conversation-flow-component.d.mts","names":[],"sources":["../../src/actions/get-conversation-flow-component.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAEM;AAAA,cAkDnD,0CAAA,EAA4C,CAAA,CAAE,UAUM;AAAA,cAEpD,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-conversation-flow-component.ts
|
|
4
|
+
const RetellaiGetConversationFlowComponentInput = z.object({ conversation_flow_component_id: z.string().describe("The unique identifier of the conversation flow component to retrieve") }).describe("Request schema for `GetConversationFlowComponent`");
|
|
5
|
+
const RetellaiGetConversationFlowComponent_McpServerSchema = z.object({
|
|
6
|
+
url: z.string().describe("URL of the MCP server"),
|
|
7
|
+
name: z.string().describe("Name of the MCP server"),
|
|
8
|
+
headers: z.record(z.string(), z.unknown()).describe("Headers for MCP server requests (key-value pairs)").nullable().optional(),
|
|
9
|
+
timeout_ms: z.number().int().describe("Connection establishment timeout in milliseconds (defaults to 120,000ms)").nullable().optional(),
|
|
10
|
+
query_params: z.record(z.string(), z.unknown()).describe("Query parameters for MCP server requests (key-value pairs)").nullable().optional()
|
|
11
|
+
}).describe("MCP server configuration");
|
|
12
|
+
const RetellaiGetConversationFlowComponent_TransitionConditionSchema = z.object({
|
|
13
|
+
type: z.string().describe("Condition type (e.g., prompt)").nullable().optional(),
|
|
14
|
+
prompt: z.string().describe("Condition prompt text").nullable().optional()
|
|
15
|
+
}).describe("Condition that triggers a transition");
|
|
16
|
+
const RetellaiGetConversationFlowComponent_EdgeSchema = z.object({
|
|
17
|
+
id: z.string().describe("Unique identifier for the edge").nullable().optional(),
|
|
18
|
+
destination_node_id: z.string().describe("Target node ID for this transition").nullable().optional(),
|
|
19
|
+
transition_condition: RetellaiGetConversationFlowComponent_TransitionConditionSchema.nullable().optional()
|
|
20
|
+
}).describe("Transition defining how to move between nodes");
|
|
21
|
+
const RetellaiGetConversationFlowComponent_InstructionSchema = z.object({
|
|
22
|
+
text: z.string().describe("Instruction text content").nullable().optional(),
|
|
23
|
+
type: z.string().describe("Instruction type (e.g., prompt)").nullable().optional()
|
|
24
|
+
}).describe("Instruction configuration for the node");
|
|
25
|
+
const RetellaiGetConversationFlowComponent_DisplayPositionSchema = z.object({
|
|
26
|
+
x: z.number().describe("X coordinate").nullable().optional(),
|
|
27
|
+
y: z.number().describe("Y coordinate").nullable().optional()
|
|
28
|
+
}).describe("Display position for visual elements in the frontend");
|
|
29
|
+
const RetellaiGetConversationFlowComponent_NodeSchema = z.object({
|
|
30
|
+
id: z.string().describe("Unique identifier for the node"),
|
|
31
|
+
name: z.string().describe("Optional name for the node").nullable().optional(),
|
|
32
|
+
type: z.string().describe("Node type (conversation, end, function, transfer_call, press_digit, branch, sms, extract_dynamic_variables, agent_swap, mcp, component, bridge_transfer, cancel_transfer)"),
|
|
33
|
+
edges: z.array(RetellaiGetConversationFlowComponent_EdgeSchema).describe("Transitions defining how to move between nodes").nullable().optional(),
|
|
34
|
+
instruction: RetellaiGetConversationFlowComponent_InstructionSchema.nullable().optional(),
|
|
35
|
+
display_position: RetellaiGetConversationFlowComponent_DisplayPositionSchema.nullable().optional(),
|
|
36
|
+
global_node_setting: z.record(z.string(), z.unknown()).describe("Optional global settings for the node").nullable().optional()
|
|
37
|
+
}).describe("Node in the conversation flow component");
|
|
38
|
+
const RetellaiGetConversationFlowComponent_ToolSchema = z.object({
|
|
39
|
+
url: z.string().describe("Endpoint URL for custom tools").nullable().optional(),
|
|
40
|
+
name: z.string().describe("Name of the tool"),
|
|
41
|
+
type: z.string().describe("Tool type (custom, check_availability_cal, book_appointment_cal)"),
|
|
42
|
+
method: z.string().describe("HTTP method (GET, POST, PUT, PATCH, DELETE) for custom tools").nullable().optional(),
|
|
43
|
+
headers: z.record(z.string(), z.unknown()).describe("Custom headers for HTTP requests").nullable().optional(),
|
|
44
|
+
tool_id: z.string().describe("Unique identifier for the tool"),
|
|
45
|
+
timezone: z.string().describe("IANA timezone format for calendar tools").nullable().optional(),
|
|
46
|
+
timeout_ms: z.number().int().describe("Timeout in milliseconds (1,000-600,000)").nullable().optional(),
|
|
47
|
+
cal_api_key: z.string().describe("Cal.com API key for calendar integration tools").nullable().optional(),
|
|
48
|
+
description: z.string().describe("Description of the tool's purpose").nullable().optional(),
|
|
49
|
+
args_at_root: z.boolean().describe("Determines argument nesting depth in request body").nullable().optional(),
|
|
50
|
+
query_params: z.record(z.string(), z.unknown()).describe("Query parameters for the tool").nullable().optional(),
|
|
51
|
+
event_type_id: z.string().describe("Event type ID for Cal.com integration").nullable().optional(),
|
|
52
|
+
response_variables: z.record(z.string(), z.unknown()).describe("Map variable names to response paths for extracting values from API responses").nullable().optional()
|
|
53
|
+
}).describe("Tool available within the component");
|
|
54
|
+
const retellaiGetConversationFlowComponent = action("RETELLAI_GET_CONVERSATION_FLOW_COMPONENT", {
|
|
55
|
+
slug: "retellai-get-conversation-flow-component",
|
|
56
|
+
name: "Get conversation flow component",
|
|
57
|
+
description: "Retrieves a shared conversation flow component by its unique identifier. Use when you need to fetch details of a specific conversation flow component.",
|
|
58
|
+
input: RetellaiGetConversationFlowComponentInput,
|
|
59
|
+
output: z.object({
|
|
60
|
+
mcps: z.array(RetellaiGetConversationFlowComponent_McpServerSchema).describe("A list of MCP server configurations to use for this component").nullable().optional(),
|
|
61
|
+
name: z.string().describe("Name of the component"),
|
|
62
|
+
nodes: z.array(RetellaiGetConversationFlowComponent_NodeSchema).describe("Nodes that make up the component. Supports 12 node types: conversation, end, function, transfer_call, press_digit, branch, sms, extract_dynamic_variables, agent_swap, mcp, component, bridge_transfer, and cancel_transfer"),
|
|
63
|
+
tools: z.array(RetellaiGetConversationFlowComponent_ToolSchema).describe("Tools available within the component. Supports custom HTTP tools and Cal.com integration tools").nullable().optional(),
|
|
64
|
+
start_node_id: z.string().describe("ID of the starting node").nullable().optional(),
|
|
65
|
+
user_modified_timestamp: z.number().int().describe("Timestamp of last user modification"),
|
|
66
|
+
begin_tag_display_position: RetellaiGetConversationFlowComponent_DisplayPositionSchema.nullable().optional(),
|
|
67
|
+
linked_conversation_flow_ids: z.array(z.string()).describe("IDs of conversation flows linked to this shared component").nullable().optional(),
|
|
68
|
+
conversation_flow_component_id: z.string().describe("Unique identifier for the component")
|
|
69
|
+
}).describe("Response schema for `GetConversationFlowComponent`")
|
|
70
|
+
});
|
|
71
|
+
//#endregion
|
|
72
|
+
export { retellaiGetConversationFlowComponent };
|
|
73
|
+
|
|
74
|
+
//# sourceMappingURL=get-conversation-flow-component.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-conversation-flow-component.mjs","names":[],"sources":["../../src/actions/get-conversation-flow-component.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiGetConversationFlowComponentInput: z.ZodTypeAny = z.object({\n conversation_flow_component_id: z.string().describe(\"The unique identifier of the conversation flow component to retrieve\"),\n}).describe(\"Request schema for `GetConversationFlowComponent`\");\nconst RetellaiGetConversationFlowComponent_McpServerSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the MCP server\"),\n name: z.string().describe(\"Name of the MCP server\"),\n headers: z.record(z.string(), z.unknown()).describe(\"Headers for MCP server requests (key-value pairs)\").nullable().optional(),\n timeout_ms: z.number().int().describe(\"Connection establishment timeout in milliseconds (defaults to 120,000ms)\").nullable().optional(),\n query_params: z.record(z.string(), z.unknown()).describe(\"Query parameters for MCP server requests (key-value pairs)\").nullable().optional(),\n}).describe(\"MCP server configuration\");\nconst RetellaiGetConversationFlowComponent_TransitionConditionSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Condition type (e.g., prompt)\").nullable().optional(),\n prompt: z.string().describe(\"Condition prompt text\").nullable().optional(),\n}).describe(\"Condition that triggers a transition\");\nconst RetellaiGetConversationFlowComponent_EdgeSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the edge\").nullable().optional(),\n destination_node_id: z.string().describe(\"Target node ID for this transition\").nullable().optional(),\n transition_condition: RetellaiGetConversationFlowComponent_TransitionConditionSchema.nullable().optional(),\n}).describe(\"Transition defining how to move between nodes\");\nconst RetellaiGetConversationFlowComponent_InstructionSchema: z.ZodTypeAny = z.object({\n text: z.string().describe(\"Instruction text content\").nullable().optional(),\n type: z.string().describe(\"Instruction type (e.g., prompt)\").nullable().optional(),\n}).describe(\"Instruction configuration for the node\");\nconst RetellaiGetConversationFlowComponent_DisplayPositionSchema: z.ZodTypeAny = z.object({\n x: z.number().describe(\"X coordinate\").nullable().optional(),\n y: z.number().describe(\"Y coordinate\").nullable().optional(),\n}).describe(\"Display position for visual elements in the frontend\");\nconst RetellaiGetConversationFlowComponent_NodeSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the node\"),\n name: z.string().describe(\"Optional name for the node\").nullable().optional(),\n type: z.string().describe(\"Node type (conversation, end, function, transfer_call, press_digit, branch, sms, extract_dynamic_variables, agent_swap, mcp, component, bridge_transfer, cancel_transfer)\"),\n edges: z.array(RetellaiGetConversationFlowComponent_EdgeSchema).describe(\"Transitions defining how to move between nodes\").nullable().optional(),\n instruction: RetellaiGetConversationFlowComponent_InstructionSchema.nullable().optional(),\n display_position: RetellaiGetConversationFlowComponent_DisplayPositionSchema.nullable().optional(),\n global_node_setting: z.record(z.string(), z.unknown()).describe(\"Optional global settings for the node\").nullable().optional(),\n}).describe(\"Node in the conversation flow component\");\nconst RetellaiGetConversationFlowComponent_ToolSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Endpoint URL for custom tools\").nullable().optional(),\n name: z.string().describe(\"Name of the tool\"),\n type: z.string().describe(\"Tool type (custom, check_availability_cal, book_appointment_cal)\"),\n method: z.string().describe(\"HTTP method (GET, POST, PUT, PATCH, DELETE) for custom tools\").nullable().optional(),\n headers: z.record(z.string(), z.unknown()).describe(\"Custom headers for HTTP requests\").nullable().optional(),\n tool_id: z.string().describe(\"Unique identifier for the tool\"),\n timezone: z.string().describe(\"IANA timezone format for calendar tools\").nullable().optional(),\n timeout_ms: z.number().int().describe(\"Timeout in milliseconds (1,000-600,000)\").nullable().optional(),\n cal_api_key: z.string().describe(\"Cal.com API key for calendar integration tools\").nullable().optional(),\n description: z.string().describe(\"Description of the tool's purpose\").nullable().optional(),\n args_at_root: z.boolean().describe(\"Determines argument nesting depth in request body\").nullable().optional(),\n query_params: z.record(z.string(), z.unknown()).describe(\"Query parameters for the tool\").nullable().optional(),\n event_type_id: z.string().describe(\"Event type ID for Cal.com integration\").nullable().optional(),\n response_variables: z.record(z.string(), z.unknown()).describe(\"Map variable names to response paths for extracting values from API responses\").nullable().optional(),\n}).describe(\"Tool available within the component\");\nexport const RetellaiGetConversationFlowComponentOutput: z.ZodTypeAny = z.object({\n mcps: z.array(RetellaiGetConversationFlowComponent_McpServerSchema).describe(\"A list of MCP server configurations to use for this component\").nullable().optional(),\n name: z.string().describe(\"Name of the component\"),\n nodes: z.array(RetellaiGetConversationFlowComponent_NodeSchema).describe(\"Nodes that make up the component. Supports 12 node types: conversation, end, function, transfer_call, press_digit, branch, sms, extract_dynamic_variables, agent_swap, mcp, component, bridge_transfer, and cancel_transfer\"),\n tools: z.array(RetellaiGetConversationFlowComponent_ToolSchema).describe(\"Tools available within the component. Supports custom HTTP tools and Cal.com integration tools\").nullable().optional(),\n start_node_id: z.string().describe(\"ID of the starting node\").nullable().optional(),\n user_modified_timestamp: z.number().int().describe(\"Timestamp of last user modification\"),\n begin_tag_display_position: RetellaiGetConversationFlowComponent_DisplayPositionSchema.nullable().optional(),\n linked_conversation_flow_ids: z.array(z.string()).describe(\"IDs of conversation flows linked to this shared component\").nullable().optional(),\n conversation_flow_component_id: z.string().describe(\"Unique identifier for the component\"),\n}).describe(\"Response schema for `GetConversationFlowComponent`\");\n\nexport const retellaiGetConversationFlowComponent = action(\"RETELLAI_GET_CONVERSATION_FLOW_COMPONENT\", {\n slug: \"retellai-get-conversation-flow-component\",\n name: \"Get conversation flow component\",\n description: \"Retrieves a shared conversation flow component by its unique identifier. Use when you need to fetch details of a specific conversation flow component.\",\n input: RetellaiGetConversationFlowComponentInput,\n output: RetellaiGetConversationFlowComponentOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-conversation-flow.ts
|
|
4
|
+
const RetellaiGetConversationFlowInput = zod.z.object({ conversation_flow_id: zod.z.string().describe("The unique identifier of the conversation flow to retrieve") }).describe("Request schema for `GetConversationFlow`");
|
|
5
|
+
const RetellaiGetConversationFlow_McpServerSchema = zod.z.object({
|
|
6
|
+
url: zod.z.string().describe("MCP server URL."),
|
|
7
|
+
name: zod.z.string().describe("MCP server name."),
|
|
8
|
+
headers: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Request headers with authentication support.").nullable().optional(),
|
|
9
|
+
timeout_ms: zod.z.number().int().describe("Connection timeout in milliseconds (default: 120000).").nullable().optional(),
|
|
10
|
+
query_params: zod.z.record(zod.z.string(), zod.z.unknown()).describe("URL query parameters.").nullable().optional()
|
|
11
|
+
}).describe("MCP server configuration.");
|
|
12
|
+
const RetellaiGetConversationFlow_DisplayPositionSchema = zod.z.object({
|
|
13
|
+
x: zod.z.number().describe("X coordinate.").nullable().optional(),
|
|
14
|
+
y: zod.z.number().describe("Y coordinate.").nullable().optional()
|
|
15
|
+
}).describe("UI positioning with x and y coordinates.");
|
|
16
|
+
const RetellaiGetConversationFlow_ConversationFlowNodeSchema = zod.z.object({
|
|
17
|
+
id: zod.z.string().describe("Unique identifier for the node."),
|
|
18
|
+
name: zod.z.string().describe("Display name for the node.").nullable().optional(),
|
|
19
|
+
type: zod.z.string().describe("Type of node (conversation, end, function, transfer_call, press_digit, branch, sms, extract_dynamic_variables, agent_swap, mcp, component, bridge_transfer, cancel_transfer)."),
|
|
20
|
+
edges: zod.z.array(zod.z.unknown()).describe("Array of conditional transitions to other nodes.").nullable().optional(),
|
|
21
|
+
instruction: zod.z.unknown().describe("Node instruction, either prompt-based or static text.").nullable().optional(),
|
|
22
|
+
display_position: RetellaiGetConversationFlow_DisplayPositionSchema.nullable().optional(),
|
|
23
|
+
global_node_setting: zod.z.unknown().describe("Global node activation conditions with finetune examples.").nullable().optional()
|
|
24
|
+
}).describe("Conversation flow node with discriminated union based on type field.");
|
|
25
|
+
const RetellaiGetConversationFlow_ToolSchema = zod.z.object({
|
|
26
|
+
url: zod.z.string().describe("Tool endpoint URL (supports dynamic variables).").nullable().optional(),
|
|
27
|
+
name: zod.z.string().describe("Tool name.").nullable().optional(),
|
|
28
|
+
type: zod.z.string().describe("Tool type (custom, check_availability_cal, book_appointment_cal)."),
|
|
29
|
+
method: zod.z.string().describe("HTTP method for custom tools.").nullable().optional(),
|
|
30
|
+
headers: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Request headers including authentication.").nullable().optional(),
|
|
31
|
+
tool_id: zod.z.string().describe("Unique identifier for the tool."),
|
|
32
|
+
parameters: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Tool parameters defined using JSON schema format.").nullable().optional(),
|
|
33
|
+
timeout_ms: zod.z.number().int().describe("Tool execution timeout in milliseconds.").nullable().optional(),
|
|
34
|
+
description: zod.z.string().describe("Tool description (max 1024 characters).").nullable().optional()
|
|
35
|
+
}).describe("Tool configuration for conversation flow.");
|
|
36
|
+
const RetellaiGetConversationFlow_KnowledgeBaseConfigurationSchema = zod.z.object({
|
|
37
|
+
top_k: zod.z.number().int().describe("Maximum number of chunks to retrieve (1-10, default: 3).").nullable().optional(),
|
|
38
|
+
filter_score: zod.z.number().describe("Similarity threshold for filtering results (0-1).").nullable().optional()
|
|
39
|
+
}).describe("Knowledge base configuration for RAG retrieval.");
|
|
40
|
+
const RetellaiGetConversationFlow_ComponentSchema = zod.z.object({
|
|
41
|
+
mcps: zod.z.array(zod.z.unknown()).describe("MCP server configurations for this component.").nullable().optional(),
|
|
42
|
+
name: zod.z.string().describe("Component identifier."),
|
|
43
|
+
nodes: zod.z.array(zod.z.unknown()).describe("Array of nodes within the component."),
|
|
44
|
+
tools: zod.z.array(RetellaiGetConversationFlow_ToolSchema).describe("Tools available within this component.").nullable().optional(),
|
|
45
|
+
start_node_id: zod.z.string().describe("ID of the starting node in the component.").nullable().optional(),
|
|
46
|
+
begin_tag_display_position: RetellaiGetConversationFlow_DisplayPositionSchema.nullable().optional()
|
|
47
|
+
}).describe("Local component embedded within the conversation flow.");
|
|
48
|
+
const RetellaiGetConversationFlow_ModelChoiceSchema = zod.z.object({
|
|
49
|
+
type: zod.z.string().describe("Model choice type."),
|
|
50
|
+
model: zod.z.string().describe("LLM model to use (e.g., gpt-4.1, gpt-5, claude-4.5-sonnet, gemini-2.5-flash)."),
|
|
51
|
+
high_priority: zod.z.boolean().describe("Whether to allocate dedicated resources for this model.").nullable().optional()
|
|
52
|
+
}).describe("LLM model selection with cascading configuration.");
|
|
53
|
+
const RetellaiGetConversationFlowOutput = zod.z.object({
|
|
54
|
+
mcps: zod.z.array(RetellaiGetConversationFlow_McpServerSchema).describe("A list of MCP server configurations to use for this conversation flow.").nullable().optional(),
|
|
55
|
+
nodes: zod.z.array(RetellaiGetConversationFlow_ConversationFlowNodeSchema).describe("Array of nodes that define the conversation flow structure. Supports various node types including conversation, end, function, transfer_call, press_digit, branch, sms, extract_dynamic_variables, agent_swap, mcp, component, bridge_transfer, and cancel_transfer.").nullable().optional(),
|
|
56
|
+
tools: zod.z.array(RetellaiGetConversationFlow_ToolSchema).describe("Available tools for the conversation flow including custom functions, calendar availability checks, and appointment booking.").nullable().optional(),
|
|
57
|
+
version: zod.z.number().int().describe("Version number of the conversation flow."),
|
|
58
|
+
kb_config: RetellaiGetConversationFlow_KnowledgeBaseConfigurationSchema.nullable().optional(),
|
|
59
|
+
components: zod.z.array(RetellaiGetConversationFlow_ComponentSchema).describe("Local components embedded within the conversation flow. Reusable node collections with their own structure.").nullable().optional(),
|
|
60
|
+
model_choice: RetellaiGetConversationFlow_ModelChoiceSchema.nullable().optional(),
|
|
61
|
+
global_prompt: zod.z.string().describe("Global prompt used in every node of the conversation flow.").nullable().optional(),
|
|
62
|
+
start_node_id: zod.z.string().describe("ID of the start node in the conversation flow.").nullable().optional(),
|
|
63
|
+
start_speaker: zod.z.enum(["user", "agent"]).describe("Who initiates the conversation.").nullable().optional(),
|
|
64
|
+
is_transfer_llm: zod.z.boolean().describe("Whether this conversation flow is used for transfer LLM.").nullable().optional(),
|
|
65
|
+
model_temperature: zod.z.number().describe("Controls response randomness (0-1).").nullable().optional(),
|
|
66
|
+
knowledge_base_ids: zod.z.array(zod.z.string()).describe("Knowledge base IDs for RAG (Retrieval-Augmented Generation).").nullable().optional(),
|
|
67
|
+
conversation_flow_id: zod.z.string().describe("Unique identifier for the conversation flow."),
|
|
68
|
+
tool_call_strict_mode: zod.z.boolean().describe("Whether to use strict mode for tool calls.").nullable().optional(),
|
|
69
|
+
default_dynamic_variables: zod.z.object({}).describe("Default dynamic variables that can be referenced throughout the conversation flow.").nullable().optional(),
|
|
70
|
+
begin_tag_display_position: RetellaiGetConversationFlow_DisplayPositionSchema.nullable().optional(),
|
|
71
|
+
begin_after_user_silence_ms: zod.z.number().int().describe("If set, the AI will begin the conversation after waiting for the user for the duration (in milliseconds) specified by this attribute. Only applies if the agent is configured to wait for the user to speak first.").nullable().optional()
|
|
72
|
+
}).describe("Response schema for `GetConversationFlow`");
|
|
73
|
+
const retellaiGetConversationFlow = require_action.action("RETELLAI_GET_CONVERSATION_FLOW", {
|
|
74
|
+
slug: "retellai-get-conversation-flow",
|
|
75
|
+
name: "Get Conversation Flow",
|
|
76
|
+
description: "Retrieve details of a specific Conversation Flow by its ID. Use when you need to fetch conversation flow configuration including nodes, version, and settings.",
|
|
77
|
+
input: RetellaiGetConversationFlowInput,
|
|
78
|
+
output: RetellaiGetConversationFlowOutput
|
|
79
|
+
});
|
|
80
|
+
//#endregion
|
|
81
|
+
exports.retellaiGetConversationFlow = retellaiGetConversationFlow;
|
|
82
|
+
|
|
83
|
+
//# sourceMappingURL=get-conversation-flow.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-conversation-flow.cjs","names":["z","action"],"sources":["../../src/actions/get-conversation-flow.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiGetConversationFlowInput: z.ZodTypeAny = z.object({\n conversation_flow_id: z.string().describe(\"The unique identifier of the conversation flow to retrieve\"),\n}).describe(\"Request schema for `GetConversationFlow`\");\nconst RetellaiGetConversationFlow_McpServerSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"MCP server URL.\"),\n name: z.string().describe(\"MCP server name.\"),\n headers: z.record(z.string(), z.unknown()).describe(\"Request headers with authentication support.\").nullable().optional(),\n timeout_ms: z.number().int().describe(\"Connection timeout in milliseconds (default: 120000).\").nullable().optional(),\n query_params: z.record(z.string(), z.unknown()).describe(\"URL query parameters.\").nullable().optional(),\n}).describe(\"MCP server configuration.\");\nconst RetellaiGetConversationFlow_DisplayPositionSchema: z.ZodTypeAny = z.object({\n x: z.number().describe(\"X coordinate.\").nullable().optional(),\n y: z.number().describe(\"Y coordinate.\").nullable().optional(),\n}).describe(\"UI positioning with x and y coordinates.\");\nconst RetellaiGetConversationFlow_ConversationFlowNodeSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the node.\"),\n name: z.string().describe(\"Display name for the node.\").nullable().optional(),\n type: z.string().describe(\"Type of node (conversation, end, function, transfer_call, press_digit, branch, sms, extract_dynamic_variables, agent_swap, mcp, component, bridge_transfer, cancel_transfer).\"),\n edges: z.array(z.unknown()).describe(\"Array of conditional transitions to other nodes.\").nullable().optional(),\n instruction: z.unknown().describe(\"Node instruction, either prompt-based or static text.\").nullable().optional(),\n display_position: RetellaiGetConversationFlow_DisplayPositionSchema.nullable().optional(),\n global_node_setting: z.unknown().describe(\"Global node activation conditions with finetune examples.\").nullable().optional(),\n}).describe(\"Conversation flow node with discriminated union based on type field.\");\nconst RetellaiGetConversationFlow_ToolSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Tool endpoint URL (supports dynamic variables).\").nullable().optional(),\n name: z.string().describe(\"Tool name.\").nullable().optional(),\n type: z.string().describe(\"Tool type (custom, check_availability_cal, book_appointment_cal).\"),\n method: z.string().describe(\"HTTP method for custom tools.\").nullable().optional(),\n headers: z.record(z.string(), z.unknown()).describe(\"Request headers including authentication.\").nullable().optional(),\n tool_id: z.string().describe(\"Unique identifier for the tool.\"),\n parameters: z.record(z.string(), z.unknown()).describe(\"Tool parameters defined using JSON schema format.\").nullable().optional(),\n timeout_ms: z.number().int().describe(\"Tool execution timeout in milliseconds.\").nullable().optional(),\n description: z.string().describe(\"Tool description (max 1024 characters).\").nullable().optional(),\n}).describe(\"Tool configuration for conversation flow.\");\nconst RetellaiGetConversationFlow_KnowledgeBaseConfigurationSchema: z.ZodTypeAny = z.object({\n top_k: z.number().int().describe(\"Maximum number of chunks to retrieve (1-10, default: 3).\").nullable().optional(),\n filter_score: z.number().describe(\"Similarity threshold for filtering results (0-1).\").nullable().optional(),\n}).describe(\"Knowledge base configuration for RAG retrieval.\");\nconst RetellaiGetConversationFlow_ComponentSchema: z.ZodTypeAny = z.object({\n mcps: z.array(z.unknown()).describe(\"MCP server configurations for this component.\").nullable().optional(),\n name: z.string().describe(\"Component identifier.\"),\n nodes: z.array(z.unknown()).describe(\"Array of nodes within the component.\"),\n tools: z.array(RetellaiGetConversationFlow_ToolSchema).describe(\"Tools available within this component.\").nullable().optional(),\n start_node_id: z.string().describe(\"ID of the starting node in the component.\").nullable().optional(),\n begin_tag_display_position: RetellaiGetConversationFlow_DisplayPositionSchema.nullable().optional(),\n}).describe(\"Local component embedded within the conversation flow.\");\nconst RetellaiGetConversationFlow_ModelChoiceSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Model choice type.\"),\n model: z.string().describe(\"LLM model to use (e.g., gpt-4.1, gpt-5, claude-4.5-sonnet, gemini-2.5-flash).\"),\n high_priority: z.boolean().describe(\"Whether to allocate dedicated resources for this model.\").nullable().optional(),\n}).describe(\"LLM model selection with cascading configuration.\");\nexport const RetellaiGetConversationFlowOutput: z.ZodTypeAny = z.object({\n mcps: z.array(RetellaiGetConversationFlow_McpServerSchema).describe(\"A list of MCP server configurations to use for this conversation flow.\").nullable().optional(),\n nodes: z.array(RetellaiGetConversationFlow_ConversationFlowNodeSchema).describe(\"Array of nodes that define the conversation flow structure. Supports various node types including conversation, end, function, transfer_call, press_digit, branch, sms, extract_dynamic_variables, agent_swap, mcp, component, bridge_transfer, and cancel_transfer.\").nullable().optional(),\n tools: z.array(RetellaiGetConversationFlow_ToolSchema).describe(\"Available tools for the conversation flow including custom functions, calendar availability checks, and appointment booking.\").nullable().optional(),\n version: z.number().int().describe(\"Version number of the conversation flow.\"),\n kb_config: RetellaiGetConversationFlow_KnowledgeBaseConfigurationSchema.nullable().optional(),\n components: z.array(RetellaiGetConversationFlow_ComponentSchema).describe(\"Local components embedded within the conversation flow. Reusable node collections with their own structure.\").nullable().optional(),\n model_choice: RetellaiGetConversationFlow_ModelChoiceSchema.nullable().optional(),\n global_prompt: z.string().describe(\"Global prompt used in every node of the conversation flow.\").nullable().optional(),\n start_node_id: z.string().describe(\"ID of the start node in the conversation flow.\").nullable().optional(),\n start_speaker: z.enum([\"user\", \"agent\"]).describe(\"Who initiates the conversation.\").nullable().optional(),\n is_transfer_llm: z.boolean().describe(\"Whether this conversation flow is used for transfer LLM.\").nullable().optional(),\n model_temperature: z.number().describe(\"Controls response randomness (0-1).\").nullable().optional(),\n knowledge_base_ids: z.array(z.string()).describe(\"Knowledge base IDs for RAG (Retrieval-Augmented Generation).\").nullable().optional(),\n conversation_flow_id: z.string().describe(\"Unique identifier for the conversation flow.\"),\n tool_call_strict_mode: z.boolean().describe(\"Whether to use strict mode for tool calls.\").nullable().optional(),\n default_dynamic_variables: z.object({}).describe(\"Default dynamic variables that can be referenced throughout the conversation flow.\").nullable().optional(),\n begin_tag_display_position: RetellaiGetConversationFlow_DisplayPositionSchema.nullable().optional(),\n begin_after_user_silence_ms: z.number().int().describe(\"If set, the AI will begin the conversation after waiting for the user for the duration (in milliseconds) specified by this attribute. Only applies if the agent is configured to wait for the user to speak first.\").nullable().optional(),\n}).describe(\"Response schema for `GetConversationFlow`\");\n\nexport const retellaiGetConversationFlow = action(\"RETELLAI_GET_CONVERSATION_FLOW\", {\n slug: \"retellai-get-conversation-flow\",\n name: \"Get Conversation Flow\",\n description: \"Retrieve details of a specific Conversation Flow by its ID. Use when you need to fetch conversation flow configuration including nodes, version, and settings.\",\n input: RetellaiGetConversationFlowInput,\n output: RetellaiGetConversationFlowOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-conversation-flow.d.ts
|
|
4
|
+
declare const RetellaiGetConversationFlowInput: z.ZodTypeAny;
|
|
5
|
+
declare const RetellaiGetConversationFlowOutput: z.ZodTypeAny;
|
|
6
|
+
declare const retellaiGetConversationFlow: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { retellaiGetConversationFlow };
|
|
9
|
+
//# sourceMappingURL=get-conversation-flow.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-conversation-flow.d.cts","names":[],"sources":["../../src/actions/get-conversation-flow.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEM;AAAA,cAiD1C,iCAAA,EAAmC,CAAA,CAAE,UAmBM;AAAA,cAE3C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-conversation-flow.d.ts
|
|
4
|
+
declare const RetellaiGetConversationFlowInput: z.ZodTypeAny;
|
|
5
|
+
declare const RetellaiGetConversationFlowOutput: z.ZodTypeAny;
|
|
6
|
+
declare const retellaiGetConversationFlow: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { retellaiGetConversationFlow };
|
|
9
|
+
//# sourceMappingURL=get-conversation-flow.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-conversation-flow.d.mts","names":[],"sources":["../../src/actions/get-conversation-flow.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEM;AAAA,cAiD1C,iCAAA,EAAmC,CAAA,CAAE,UAmBM;AAAA,cAE3C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|