Commit Graph

1978 Commits

Author SHA1 Message Date
Baptiste Arnaud
a4610caafe 🐛 Fix unexported Popup and Bubble from react lib nextjs-v0.2.37 react-v0.2.37 js-v0.2.37 2024-01-26 16:38:45 +01:00
Baptiste Arnaud
bd3439bbf6 🚸 (editor) Remove blocks pointer events only in analytics 2024-01-26 10:38:44 +01:00
Baptiste Arnaud
eda0f3920c Add Mistral AI block
Closes #1179
2024-01-25 16:35:16 +01:00
Baptiste Arnaud
69b0d86221 ♻️ Change overflow:scroll to overflow:auto 2024-01-25 16:35:16 +01:00
Baptiste Arnaud
a49f85b12f 🛂 (billing) Disable sub update when workspace is past due 2024-01-25 16:35:16 +01:00
thercd
715d8422b3 👷 Update version of copied prisma files in Dockerfile (#1186)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
	- Updated Prisma packages to enhance database interactions.
- Introduced additional dependencies to improve debugging and platform
compatibility.
- **Chores**
	- Performed schema generation with the latest Prisma version.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-01-25 15:50:15 +01:00
Baptiste Arnaud
51a691de13 👷 Fix usage emails banner broken images 2024-01-25 15:11:22 +01:00
Baptiste Arnaud
f5e832faf3 🚸 (openai) Make sure annotations are removed from assistant replies
Closes #1153
2024-01-25 13:26:25 +01:00
Baptiste Arnaud
b292b5cd41 📝 Add notice for WhatsApp mismatch numbers in preview 2024-01-25 13:06:21 +01:00
Baptiste Arnaud
654cb0a665 🐛 (share) Fix bubble button default background in embed modals
Closes #1165
2024-01-25 12:59:40 +01:00
Baptiste Arnaud
91e7cf1298 🐛 (editor) Fix single block duplication 2024-01-25 12:53:33 +01:00
Clairton Rodrigo Heinzen
6e391b22a6 📝 Add env WHATSAPP_CLOUD_API_URL to possible change https://gr… (#1170)
refs #1117 

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Refactor**
- Dynamically construct API URLs for WhatsApp features using environment
variables for improved reliability and configurability.
- Updated `sendWhatsAppMessage` function to use
`env.WHATSAPP_CLOUD_API_URL` for URL construction, allowing for more
dynamic configuration.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-01-25 11:53:57 +01:00
Baptiste Arnaud
b6c15686ea 🐛 (setVariable) Avoid octal number evalution 2024-01-25 11:28:27 +01:00
Baptiste Arnaud
213f69d7ea Re-implement trackpad/mouse choice and defau… 2024-01-25 10:56:32 +01:00
Baptiste Arnaud
ccefab5209 📝 Add report abuse doc 2024-01-25 10:25:29 +01:00
Baptiste Arnaud
30ac9c6865 🧐 Add inspectChatSession script 2024-01-25 08:43:55 +01:00
Baptiste Arnaud
3de5adba86 📝 (settings) Update wait between messages instruction 2024-01-24 12:27:50 +01:00
Baptiste Arnaud
5d4bcb2ab3 (settings) Add delay between bubbles option and typing disabling on first message nextjs-v0.2.36 react-v0.2.36 js-v0.2.36 2024-01-24 12:21:19 +01:00
Baptiste Arnaud
15d04f2237 🐛 Fix templates not properly selected sometimes
Closes
2024-01-24 11:27:48 +01:00
Baptiste Arnaud
fbc69461d4 🚸 (editor) Add graph gesture notification 2024-01-24 10:15:40 +01:00
Baptiste Arnaud
46f5540126 📝 Fix graph pan keys typo 2024-01-23 18:05:45 +01:00
Baptiste Arnaud
8d9ef79b3d (editor) Improve graph pan when dragging on groups 2024-01-23 17:53:44 +01:00
Baptiste Arnaud
2c20e96a81 (editor) Actions on multiple groups
You can now select groups, move, copy, delete them easily

Closes #830, closes #1092
2024-01-23 10:31:31 +01:00
Baptiste Arnaud
8ec3916471 🚀 (whatsapp) Remove beta status 2024-01-23 08:26:25 +01:00
Baptiste Arnaud
c13377b9b5 🐛 (whatsapp) Fix first message capture regression
Closes #1168
2024-01-22 14:54:45 +01:00
Baptiste Arnaud
5627105ce5 🐛 (calCom) Don't delete session if chat reply has custom embed
Closes #1164
2024-01-22 14:35:12 +01:00
Baptiste Arnaud
233e99301e 🐛 (webhook) Update zapier and make.com result sample parser 2024-01-22 13:57:04 +01:00
Baptiste Arnaud
42008f8c18 (openai) Enable setVariable function in tools
Closes #1178
nextjs-v0.2.35 react-v0.2.35 js-v0.2.35
2024-01-22 09:22:28 +01:00
Baptiste Arnaud
b438c174c4 🛂 Enable allowed origins security to depreceated sendMessage endpoints 2024-01-19 14:41:43 +01:00
Baptiste Arnaud
29bd5f1539 🌐 Add it translations 2024-01-19 10:16:09 +01:00
Baptiste Arnaud
f4d315fed5 (openai) Add tools and functions support (#1167)
Closes #863

Got helped from #1162 for the implementation. Closing it in favor of
this PR.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Enhanced `CodeEditor` with additional properties for better form
control and validation.
- Introduced tools and functions in OpenAI integrations documentation
for custom JavaScript execution.
- Added capability to define and use custom JavaScript functions with
the OpenAI assistant.
- Expanded layout metadata options to include various input types and
languages.

- **Improvements**
- Updated the OpenAI actions to support new function execution features.

- **Documentation**
- Added new sections for tools and functions in the OpenAI integrations
guide.

- **Refactor**
- Refactored components and actions to integrate new features and
improve existing functionalities.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
nextjs-v0.2.34 react-v0.2.34 js-v0.2.34
2024-01-19 08:05:38 +01:00
memarius
61bfe1bb96 ️ Receive WhatsApp location (#1158)
Enable Typebot to recieve location messages via Whatsapp and parse them
into a string. Returns a string "Location: [LAT],[LON]" for the text
input block

As per
https://discord.com/channels/1155799591220953138/1193858969102450748

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced support for receiving and handling location messages in
WhatsApp integration.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: memarius <me-marius@web.de>
Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
2024-01-18 14:01:22 +01:00
Baptiste Arnaud
8283179ca6 📝 Add Framer embed instructions 2024-01-18 11:43:11 +01:00
Baptiste Arnaud
98107ee636 🐛 (web) Dynamic first host avatar not displaying in viewer nextjs-v0.2.33 react-v0.2.33 js-v0.2.33 2024-01-18 11:13:45 +01:00
Baptiste Arnaud
d6f94d37d8 🐛 (cors) Fix cors setting when bot is origin-restricted 2024-01-18 10:25:24 +01:00
Baptiste Arnaud
07d349eb75 📝 Add warning on manual deployment guide saying that it's not for local 2024-01-17 16:13:48 +01:00
Baptiste Arnaud
218abcbc89 📝 Add auth callback URL info in custom oauth config 2024-01-17 15:33:58 +01:00
Baptiste Arnaud
30d6fcc880 ✏️ Fix URL starting with postgres error message 2024-01-17 15:01:19 +01:00
Baptiste Arnaud
36102876ce 📝 (sheets) Add additional insights to debug sheets not showing 2024-01-17 14:56:38 +01:00
Baptiste Arnaud
8771def9a1 Customizable allowed origins 2024-01-17 09:04:07 +01:00
Baptiste Arnaud
b2f8cd44b8 📝 (makeCome) Move the return data section above video 2024-01-17 09:04:07 +01:00
Altomarketing.com
12af712948 📝 Add cal.com incompatible with whatsapp (#1152)
add cal.com incompatible with whatsapp

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Documentation**
- Updated the WhatsApp integration limitations section in the docs with
information about "Cal.com" compatibility.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-01-15 11:19:02 +01:00
Baptiste Arnaud
a44857e03b (sheets) Reset timeout after Google Sheets execution 2024-01-15 11:14:14 +01:00
Baptiste Arnaud
0b00fa7533 (radar) Add radar cumulative keyword alternatives check 2024-01-15 10:13:55 +01:00
Baptiste Arnaud
b412f0e4dc ⬆️ Upgrade root deps 2024-01-15 09:58:09 +01:00
Baptiste Arnaud
6d7c8112bc 📱 (editor) Fix editor header responsivity
Closes #1104
2024-01-12 15:07:54 +01:00
Baptiste Arnaud
1c4c058e01 🐛 (editor) Fix duplicate group unique key parsing
Closes #1148
2024-01-12 14:59:28 +01:00
Baptiste Arnaud
e95e31e22c 📝 (variables) Add "valid value types" section 2024-01-12 11:53:46 +01:00
Baptiste Arnaud
14858cb114 🧐 Improve suspendWorkspace script 2024-01-12 11:35:08 +01:00
Baptiste Arnaud
1f5559fea1 🧐 Improve inspectUser script 2024-01-12 11:24:41 +01:00