Commit Graph

1229 Commits

Author SHA1 Message Date
Baptiste Arnaud
23578ec784
🐛 Fix invalid findResult return type causing crash when existingResults was archived
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-12-10 18:48:25 +01:00
Baptiste Arnaud
ddec8351bb
📈 add "User logged out" telemetry event 2024-12-07 10:49:06 +01:00
Baptiste Arnaud
9d7651dea3
🔥 (fileInput) simplify duplicate names logic 2024-12-06 17:39:42 +01:00
Baptiste Arnaud
8779982647
🛂 Only send limit reached email warning to Free workspaces 2024-12-06 17:27:03 +01:00
Baptiste Arnaud
9d62d9dbe0
️ Store existing isolated in global and reuse it (#1914)
most likely improves #1913
2024-12-06 16:56:10 +01:00
Baptiste Arnaud
1d6eca4c0c
🐛 Add explicit react import in emails package to avoid not found bug in CI
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
related to GH action report email not sending #1910
2024-12-01 19:31:14 +01:00
Baptiste Arnaud
c19d208f54
🐛 Attempt to fix "react not found" in ci script
related to #1910
2024-12-01 18:57:52 +01:00
Baptiste Arnaud
1a1aa3c824
️ Add optionnal 'id' argument to target specific instances in embed commands
Closes #1911
2024-12-01 18:53:14 +01:00
Baptiste Arnaud
8c5e6123e8
📦 Add react dependency scripts package json 2024-12-01 17:47:59 +01:00
Baptiste Arnaud
ecb1056efa
🐛 Rename updateTypebot script function to updateWorkspace 2024-11-30 17:31:56 +01:00
Baptiste Arnaud
a7a15fd4d5
📈 Add limit warning email telemetry events
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-11-26 10:20:28 +01:00
Baptiste Arnaud
c6b09f6844
🚑️ Fix retro compat and introduce new generateUpload route version
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-11-23 16:16:54 +01:00
Baptiste Arnaud
d6dc242906
🐛 Add blockId prop for file upload to ensure unique URLs 2024-11-23 16:09:53 +01:00
Abhirup Basu
676fe940b6
🐛 (phoneInput) Fix phone country prefix not changing when already set (#1895)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-11-23 16:05:54 +01:00
Baptiste Arnaud
4dc636dcc5
♻️ (paymentInput) Use stripe-js/pure to lazy load Stripe
Closes #1897
2024-11-23 15:34:05 +01:00
Baptiste Arnaud
f8642ec9f3
🐛 (difyAi) Remove timeout in createChatMessage requests
Closes #1892
2024-11-23 15:03:14 +01:00
Baptiste Arnaud
4089831df0
🚑 (whatsapp) Rename 'origin' parameter to 'callFrom' in webhook handlers and related functions
Closes #1896
2024-11-23 14:36:28 +01:00
Baptiste Arnaud
a37cdb30fe
🔊 (difyAi) Improve error handling in createChatMessage action
Related to #1892
2024-11-23 14:31:55 +01:00
Baptiste Arnaud
6088a56d31
️ Remove currency parameter from billing API
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
It let Stripe figure it out
2024-11-19 17:01:20 -06:00
Baptiste Arnaud
05cc23efb1
🚸 Add currency selection in precheckout form 2024-11-19 16:35:16 -06:00
Baptiste Arnaud
8016085a5a
🐛 Add onPreviewMessageDismissed prop to Bubble component
Closes #1888
2024-11-18 08:38:12 -06:00
Baptiste Arnaud
28ebb374f6
️ Change setVariable to accept a list of variables
Closes #1886
2024-11-15 11:41:06 -06:00
Baptiste Arnaud
badad223f1
📝 Update set variable documentation to include Pop/Shift operations
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1651
2024-11-12 09:42:05 -06:00
Baptiste Arnaud
5546d112b3
🐛 (fileUpload) De-duplicate file names in multi upload
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1862
2024-11-10 16:20:15 -06:00
Baptiste Arnaud
0029f67c20
🐛 Fix markdown escaping for markdown API response format
Closes #1857
2024-11-10 15:45:31 -06:00
Baptiste Arnaud
933a417399
🚑️ Introduce global state management for email sending limits
Closes #1874
2024-11-10 15:24:31 -06:00
Baptiste Arnaud
a9b7441cad
🛂 (radar) Re-inforce scam keywords detection by parsing set variable blocks value 2024-11-10 14:51:20 -06:00
Baptiste Arnaud
d092d1310f
🚸 (openai) Refine model filtering to exclude audio and realtime models
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-11-06 08:50:38 -06:00
Baptiste Arnaud
d4c94bafc1
️ (anthropic) Add Claude 3.5 Haiku model 2024-11-06 08:45:51 -06:00
Baptiste Arnaud
345bfac519
🐛 Update generateVariable extraction to use nullish instead of optional to not throw on null values 2024-11-06 08:34:07 -06:00
Baptiste Arnaud
954151e422
🛂 Update chat and seat limit functions to prioritize custom limits 2024-11-06 08:27:31 -06:00
Baptiste Arnaud
e2fc218f5a
️ (billing) Revert tax ID pre-checkout form
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Stripe does not collect any tax ID for countries it does not support (i.e. Brazil). This commits reverts the auto tax ID collection from Stripe.
2024-11-03 16:54:04 -06:00
Baptiste Arnaud
b734c60287
🐛 Import open and close command from embed lib
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-29 14:21:51 -07:00
Baptiste Arnaud
96af708bc2
🐛 Make onScriptExecutionSuccess work on script block
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-25 05:35:30 -07:00
Baptiste Arnaud
305e711c8f
🐛 Fix validateNumber to correctly parse max option 2024-10-25 05:23:55 -07:00
Baptiste Arnaud
2fe1c316ae
🔨 Add inspectPublishedTypebot script to query published Typebots 2024-10-24 14:58:41 -07:00
Baptiste Arnaud
2d876ad160
🚑️ Make executeFunction return any type of output to make it work with setVariable
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-23 14:28:59 +02:00
Baptiste Arnaud
caa397d255
🚑️ Fix set variable return injection for multi line statements 2024-10-23 13:50:33 +02:00
Baptiste Arnaud
91fc9eb7c1
🐛 Escape HTML brackets before sanitizing in Streaming bubble
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1841
2024-10-21 15:49:02 +02:00
Baptiste Arnaud
d08b6d5cab
🐛 Update executeSetVariable to use executeFunction and accept async
Closes #1832
2024-10-21 14:55:39 +02:00
Baptiste Arnaud
24d6b5168b
🐛 Move all packages to to devDependencies to bundle them in embed lib 2024-10-21 11:33:52 +02:00
Baptiste Arnaud
84edf64cee
📝 Update installation commands to remove unnecessary peer dep install
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-19 09:07:37 +02:00
Baptiste Arnaud
569b19c3e1
👷 Revert to using js lib as peer dep for proper types resolving 2024-10-19 09:01:36 +02:00
Baptiste Arnaud
c6e85942ce
👷 Build js embed lib with tsup 2024-10-19 08:37:30 +02:00
Baptiste Arnaud
b31f30528b
🚸 Make sure bubble is closing when other chat widget opens up
Closes #1829
2024-10-18 14:23:03 +02:00
Baptiste Arnaud
4c0d3fb7cb
🐛 (blog) Migrating to @next/mdx 2024-10-14 16:59:21 +02:00
Baptiste Arnaud
5ab08b50fb
️ Update session handling to continue bot flow when start message is present and no messages to display
Closes #1831
2024-10-11 17:29:37 +02:00
Baptiste Arnaud
a6db54c441
🛂 Prevent duplicate email sends and limit to 5 max email sending in one go 2024-10-11 12:16:58 +02:00
Baptiste Arnaud
5fb10d2ffb
Add script template that reads CSV file and process things 2024-10-11 11:54:00 +02:00
Baptiste Arnaud
cda7f2d456
🛂 Remove default SMTP creds for free workspaces 2024-10-11 10:44:53 +02:00