@activepieces/piece-surveymonkey 0.1.0 → 0.1.1
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 +6 -4
- package/src/i18n/de.json +7 -1
- package/src/i18n/es.json +7 -1
- package/src/i18n/fr.json +7 -1
- package/src/i18n/ja.json +7 -1
- package/src/i18n/nl.json +7 -1
- package/src/i18n/pt.json +7 -1
- package/src/i18n/translation.json +7 -1
- package/src/i18n/zh.json +7 -1
- package/src/lib/triggers/new-response.d.ts +2 -0
package/package.json
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-surveymonkey",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
|
+
"ai": "^6.0.0",
|
|
6
7
|
"axios": "1.13.1",
|
|
7
8
|
"axios-retry": "4.4.1",
|
|
8
9
|
"deepmerge-ts": "7.1.0",
|
|
9
10
|
"form-data": "4.0.4",
|
|
11
|
+
"i18next": "23.13.0",
|
|
10
12
|
"mime-types": "2.1.35",
|
|
11
13
|
"nanoid": "3.3.8",
|
|
12
14
|
"semver": "7.6.0",
|
|
13
15
|
"socket.io-client": "4.8.1",
|
|
14
16
|
"zod": "4.1.13",
|
|
15
|
-
"@activepieces/pieces-common": "0.11.
|
|
16
|
-
"@activepieces/pieces-framework": "0.
|
|
17
|
-
"@activepieces/shared": "0.
|
|
17
|
+
"@activepieces/pieces-common": "0.11.2",
|
|
18
|
+
"@activepieces/pieces-framework": "0.24.0",
|
|
19
|
+
"@activepieces/shared": "0.32.0",
|
|
18
20
|
"tslib": "2.6.2"
|
|
19
21
|
},
|
|
20
22
|
"resolutions": {
|
package/src/i18n/de.json
CHANGED
|
@@ -5,18 +5,24 @@
|
|
|
5
5
|
"Method": "Methode",
|
|
6
6
|
"Headers": "Kopfzeilen",
|
|
7
7
|
"Query Parameters": "Abfrageparameter",
|
|
8
|
+
"Body Type": "Körpertyp",
|
|
8
9
|
"Body": "Körper",
|
|
9
10
|
"Response is Binary ?": "Antwort ist binär?",
|
|
10
11
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
11
12
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
13
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
12
14
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
13
|
-
"Enable for files like PDFs, images, etc
|
|
15
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
14
16
|
"GET": "ERHALTEN",
|
|
15
17
|
"POST": "POST",
|
|
16
18
|
"PATCH": "PATCH",
|
|
17
19
|
"PUT": "PUT",
|
|
18
20
|
"DELETE": "LÖSCHEN",
|
|
19
21
|
"HEAD": "HEAD",
|
|
22
|
+
"None": "Keine",
|
|
23
|
+
"JSON": "JSON",
|
|
24
|
+
"Form Data": "Formulardaten",
|
|
25
|
+
"Raw": "Rohe",
|
|
20
26
|
"New Response": "Neue Antwort",
|
|
21
27
|
"Triggers when a new response is submitted": "Wird ausgelöst, wenn eine neue Antwort gesendet wird",
|
|
22
28
|
"Survey": "Umfrage"
|
package/src/i18n/es.json
CHANGED
|
@@ -5,18 +5,24 @@
|
|
|
5
5
|
"Method": "Método",
|
|
6
6
|
"Headers": "Encabezados",
|
|
7
7
|
"Query Parameters": "Parámetros de consulta",
|
|
8
|
+
"Body Type": "Tipo de cuerpo",
|
|
8
9
|
"Body": "Cuerpo",
|
|
9
10
|
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
10
11
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
11
12
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
13
|
+
"Follow redirects": "Seguir redirecciones",
|
|
12
14
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
13
|
-
"Enable for files like PDFs, images, etc
|
|
15
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
14
16
|
"GET": "RECOGER",
|
|
15
17
|
"POST": "POST",
|
|
16
18
|
"PATCH": "PATCH",
|
|
17
19
|
"PUT": "PUT",
|
|
18
20
|
"DELETE": "BORRAR",
|
|
19
21
|
"HEAD": "LIMPIO",
|
|
22
|
+
"None": "Ninguna",
|
|
23
|
+
"JSON": "JSON",
|
|
24
|
+
"Form Data": "Datos de Formulario",
|
|
25
|
+
"Raw": "Rápido",
|
|
20
26
|
"New Response": "Nueva respuesta",
|
|
21
27
|
"Triggers when a new response is submitted": "Dispara cuando se envía una nueva respuesta",
|
|
22
28
|
"Survey": "Encuesta"
|
package/src/i18n/fr.json
CHANGED
|
@@ -5,18 +5,24 @@
|
|
|
5
5
|
"Method": "Méthode",
|
|
6
6
|
"Headers": "En-têtes",
|
|
7
7
|
"Query Parameters": "Paramètres de requête",
|
|
8
|
+
"Body Type": "Body Type",
|
|
8
9
|
"Body": "Corps",
|
|
9
10
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
10
11
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
11
12
|
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
13
|
+
"Follow redirects": "Suivre les redirections",
|
|
12
14
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
13
|
-
"Enable for files like PDFs, images, etc
|
|
15
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
14
16
|
"GET": "GET",
|
|
15
17
|
"POST": "POST",
|
|
16
18
|
"PATCH": "PATCH",
|
|
17
19
|
"PUT": "PUT",
|
|
18
20
|
"DELETE": "DELETE",
|
|
19
21
|
"HEAD": "HEAD",
|
|
22
|
+
"None": "Aucun",
|
|
23
|
+
"JSON": "JSON",
|
|
24
|
+
"Form Data": "Données du formulaire",
|
|
25
|
+
"Raw": "Brut",
|
|
20
26
|
"New Response": "Nouvelle réponse",
|
|
21
27
|
"Triggers when a new response is submitted": "Déclenche quand une nouvelle réponse est envoyée",
|
|
22
28
|
"Survey": "Enquête"
|
package/src/i18n/ja.json
CHANGED
|
@@ -5,18 +5,24 @@
|
|
|
5
5
|
"Method": "方法",
|
|
6
6
|
"Headers": "ヘッダー",
|
|
7
7
|
"Query Parameters": "クエリパラメータ",
|
|
8
|
+
"Body Type": "ボディタイプ",
|
|
8
9
|
"Body": "本文",
|
|
9
10
|
"Response is Binary ?": "応答はバイナリですか?",
|
|
10
11
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
11
12
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
13
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
12
14
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
13
|
-
"Enable for files like PDFs, images, etc
|
|
15
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
14
16
|
"GET": "取得",
|
|
15
17
|
"POST": "POST",
|
|
16
18
|
"PATCH": "PATCH",
|
|
17
19
|
"PUT": "PUT",
|
|
18
20
|
"DELETE": "削除",
|
|
19
21
|
"HEAD": "頭",
|
|
22
|
+
"None": "なし",
|
|
23
|
+
"JSON": "JSON",
|
|
24
|
+
"Form Data": "フォームデータ",
|
|
25
|
+
"Raw": "Raw",
|
|
20
26
|
"New Response": "新しい回答",
|
|
21
27
|
"Triggers when a new response is submitted": "新しい応答が送信されたときにトリガーします",
|
|
22
28
|
"Survey": "調査"
|
package/src/i18n/nl.json
CHANGED
|
@@ -5,18 +5,24 @@
|
|
|
5
5
|
"Method": "Methode",
|
|
6
6
|
"Headers": "Kopteksten",
|
|
7
7
|
"Query Parameters": "Query parameters",
|
|
8
|
+
"Body Type": "Type lichaam",
|
|
8
9
|
"Body": "Lichaam",
|
|
9
10
|
"Response is Binary ?": "Antwoord is binair?",
|
|
10
11
|
"No Error on Failure": "Geen fout bij fout",
|
|
11
12
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
13
|
+
"Follow redirects": "Volg omleidingen",
|
|
12
14
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
13
|
-
"Enable for files like PDFs, images, etc
|
|
15
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
14
16
|
"GET": "KRIJG",
|
|
15
17
|
"POST": "POSTE",
|
|
16
18
|
"PATCH": "BEKIJK",
|
|
17
19
|
"PUT": "PUT",
|
|
18
20
|
"DELETE": "VERWIJDEREN",
|
|
19
21
|
"HEAD": "HOOFD",
|
|
22
|
+
"None": "geen",
|
|
23
|
+
"JSON": "JSON",
|
|
24
|
+
"Form Data": "Formulieren gegevens",
|
|
25
|
+
"Raw": "Onbewerkte",
|
|
20
26
|
"New Response": "Nieuw Antwoord",
|
|
21
27
|
"Triggers when a new response is submitted": "Triggert wanneer een nieuw antwoord wordt verzonden",
|
|
22
28
|
"Survey": "Vragenlijst"
|
package/src/i18n/pt.json
CHANGED
|
@@ -5,18 +5,24 @@
|
|
|
5
5
|
"Method": "Método",
|
|
6
6
|
"Headers": "Cabeçalhos",
|
|
7
7
|
"Query Parameters": "Parâmetros da consulta",
|
|
8
|
+
"Body Type": "Tipo de Corpo",
|
|
8
9
|
"Body": "Conteúdo",
|
|
9
10
|
"Response is Binary ?": "A resposta é binária ?",
|
|
10
11
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
11
12
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
13
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
12
14
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
13
|
-
"Enable for files like PDFs, images, etc
|
|
15
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
14
16
|
"GET": "OBTER",
|
|
15
17
|
"POST": "POSTAR",
|
|
16
18
|
"PATCH": "COMPRAR",
|
|
17
19
|
"PUT": "COLOCAR",
|
|
18
20
|
"DELETE": "EXCLUIR",
|
|
19
21
|
"HEAD": "CABEÇA",
|
|
22
|
+
"None": "Nenhuma",
|
|
23
|
+
"JSON": "JSON",
|
|
24
|
+
"Form Data": "Dados de Formulário",
|
|
25
|
+
"Raw": "RAW",
|
|
20
26
|
"New Response": "Nova Resposta",
|
|
21
27
|
"Triggers when a new response is submitted": "Dispara quando uma nova resposta é enviada",
|
|
22
28
|
"Survey": "Questionário"
|
|
@@ -5,18 +5,24 @@
|
|
|
5
5
|
"Method": "Method",
|
|
6
6
|
"Headers": "Headers",
|
|
7
7
|
"Query Parameters": "Query Parameters",
|
|
8
|
+
"Body Type": "Body Type",
|
|
8
9
|
"Body": "Body",
|
|
9
10
|
"Response is Binary ?": "Response is Binary ?",
|
|
10
11
|
"No Error on Failure": "No Error on Failure",
|
|
11
12
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
13
|
+
"Follow redirects": "Follow redirects",
|
|
12
14
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
13
|
-
"Enable for files like PDFs, images, etc
|
|
15
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
14
16
|
"GET": "GET",
|
|
15
17
|
"POST": "POST",
|
|
16
18
|
"PATCH": "PATCH",
|
|
17
19
|
"PUT": "PUT",
|
|
18
20
|
"DELETE": "DELETE",
|
|
19
21
|
"HEAD": "HEAD",
|
|
22
|
+
"None": "None",
|
|
23
|
+
"JSON": "JSON",
|
|
24
|
+
"Form Data": "Form Data",
|
|
25
|
+
"Raw": "Raw",
|
|
20
26
|
"New Response": "New Response",
|
|
21
27
|
"Triggers when a new response is submitted": "Triggers when a new response is submitted",
|
|
22
28
|
"Survey": "Survey"
|
package/src/i18n/zh.json
CHANGED
|
@@ -5,18 +5,24 @@
|
|
|
5
5
|
"Method": "方法",
|
|
6
6
|
"Headers": "信头",
|
|
7
7
|
"Query Parameters": "查询参数",
|
|
8
|
+
"Body Type": "Body Type",
|
|
8
9
|
"Body": "正文内容",
|
|
9
10
|
"Response is Binary ?": "Response is Binary ?",
|
|
10
11
|
"No Error on Failure": "失败时没有错误",
|
|
11
12
|
"Timeout (in seconds)": "超时(秒)",
|
|
13
|
+
"Follow redirects": "Follow redirects",
|
|
12
14
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
13
|
-
"Enable for files like PDFs, images, etc
|
|
15
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
14
16
|
"GET": "获取",
|
|
15
17
|
"POST": "帖子",
|
|
16
18
|
"PATCH": "PATCH",
|
|
17
19
|
"PUT": "弹出",
|
|
18
20
|
"DELETE": "删除",
|
|
19
21
|
"HEAD": "黑色",
|
|
22
|
+
"None": "无",
|
|
23
|
+
"JSON": "JSON",
|
|
24
|
+
"Form Data": "表单数据",
|
|
25
|
+
"Raw": "原始文件",
|
|
20
26
|
"New Response": "New Response",
|
|
21
27
|
"Triggers when a new response is submitted": "Triggers when a new response is submitted",
|
|
22
28
|
"Survey": "Survey"
|
|
@@ -3,6 +3,8 @@ export declare const newResponse: import("@activepieces/pieces-framework").ITrig
|
|
|
3
3
|
survey: import("@activepieces/pieces-framework").DropdownProperty<unknown, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
4
4
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
5
5
|
survey: import("@activepieces/pieces-framework").DropdownProperty<unknown, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
6
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
7
|
+
survey: import("@activepieces/pieces-framework").DropdownProperty<unknown, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
6
8
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
7
9
|
survey: import("@activepieces/pieces-framework").DropdownProperty<unknown, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
8
10
|
}>;
|