@activepieces/piece-forms 0.4.8 → 0.4.10
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/package.json +3 -4
- package/src/i18n/de.json +0 -1
- package/src/i18n/es.json +0 -1
- package/src/i18n/fr.json +1 -2
- package/src/i18n/ja.json +0 -1
- package/src/i18n/nl.json +0 -1
- package/src/i18n/pt.json +0 -1
- package/src/i18n/translation.json +0 -1
- package/src/i18n/zh.json +0 -1
package/package.json
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-forms",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.10",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"deepmerge-ts": "7.1.0",
|
|
7
|
-
"fast-glob": "3.3.3",
|
|
8
7
|
"http-status-codes": "2.2.0",
|
|
9
8
|
"mime-types": "2.1.35",
|
|
10
9
|
"nanoid": "3.3.8",
|
|
11
10
|
"semver": "7.6.0",
|
|
12
|
-
"@activepieces/pieces-framework": "0.
|
|
13
|
-
"@activepieces/shared": "0.
|
|
11
|
+
"@activepieces/pieces-framework": "0.20.1",
|
|
12
|
+
"@activepieces/shared": "0.20.1",
|
|
14
13
|
"tslib": "2.8.1"
|
|
15
14
|
},
|
|
16
15
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Human Input": "Menschliche Eingabe",
|
|
3
2
|
"Trigger a flow through human input.": "Trigger einen Fluss durch den menschlichen Input.",
|
|
4
3
|
"Respond on UI": "Auf UI antworten",
|
|
5
4
|
"Return a file or text (markdown) as a response.": "Gib eine Datei oder einen Text (Markdown) als Antwort zurück.",
|
package/src/i18n/es.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Human Input": "Entrada humana",
|
|
3
2
|
"Trigger a flow through human input.": "Activa un flujo a través de la entrada humana.",
|
|
4
3
|
"Respond on UI": "Respuesta en la IU",
|
|
5
4
|
"Return a file or text (markdown) as a response.": "Devuelve un archivo o texto (markdown) como respuesta.",
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Human Input": "Entrée humaine",
|
|
3
2
|
"Trigger a flow through human input.": "Déclencher un flux à travers les entrées humaines.",
|
|
4
3
|
"Respond on UI": "Répondre à l'interface utilisateur",
|
|
5
4
|
"Return a file or text (markdown) as a response.": "Renvoie un fichier ou un texte (markdown) comme réponse.",
|
|
6
5
|
"Text (Markdown)": "Texte (Markdown)",
|
|
7
6
|
"Attachment": "Pièce jointe",
|
|
8
7
|
"Web Form": "Formulaire Web",
|
|
9
|
-
"Chat UI": "Interface de
|
|
8
|
+
"Chat UI": "Interface de chat",
|
|
10
9
|
"Trigger the flow by submitting a form.": "Déclencher le flux en soumettant un formulaire.",
|
|
11
10
|
"Trigger the flow by sending a message": "Déclencher le flux en envoyant un message",
|
|
12
11
|
"Markdown": "Markdown",
|
package/src/i18n/ja.json
CHANGED
package/src/i18n/nl.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Human Input": "Menselijke Invoer",
|
|
3
2
|
"Trigger a flow through human input.": "Trigger een stroom door menselijke input.",
|
|
4
3
|
"Respond on UI": "Reageer op UI",
|
|
5
4
|
"Return a file or text (markdown) as a response.": "Geeft als reactie een bestand of tekst (markdown) als antwoord.",
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Human Input": "Entrada humana",
|
|
3
2
|
"Trigger a flow through human input.": "Aciona um fluxo através de entrada humana.",
|
|
4
3
|
"Respond on UI": "Responder na interface",
|
|
5
4
|
"Return a file or text (markdown) as a response.": "Retornar um arquivo ou texto (markdown) como uma resposta.",
|
package/src/i18n/zh.json
CHANGED