@activepieces/piece-presentation 0.1.0 → 0.1.2
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-presentation.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,25 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-presentation",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@sinclair/typebox": "0.34.11",
|
|
9
|
+
"ai": "^6.0.0",
|
|
9
10
|
"axios": "1.13.1",
|
|
10
11
|
"axios-retry": "4.4.1",
|
|
11
12
|
"dayjs": "1.11.9",
|
|
12
13
|
"deepmerge-ts": "7.1.0",
|
|
13
14
|
"form-data": "4.0.4",
|
|
15
|
+
"i18next": "23.13.0",
|
|
14
16
|
"mime-types": "2.1.35",
|
|
15
17
|
"nanoid": "3.3.8",
|
|
16
18
|
"semver": "7.6.0",
|
|
17
19
|
"socket.io-client": "4.8.1",
|
|
18
20
|
"tslib": "^2.3.0",
|
|
19
21
|
"zod": "4.1.13",
|
|
20
|
-
"@activepieces/pieces-common": "0.11.
|
|
21
|
-
"@activepieces/pieces-framework": "0.
|
|
22
|
-
"@activepieces/shared": "0.
|
|
22
|
+
"@activepieces/pieces-common": "0.11.3",
|
|
23
|
+
"@activepieces/pieces-framework": "0.25.1",
|
|
24
|
+
"@activepieces/shared": "0.34.0"
|
|
23
25
|
},
|
|
24
26
|
"resolutions": {
|
|
25
27
|
"rollup": "npm:@rollup/wasm-node"
|
package/src/i18n/de.json
CHANGED
|
@@ -26,10 +26,12 @@
|
|
|
26
26
|
"Method": "Methode",
|
|
27
27
|
"Headers": "Kopfzeilen",
|
|
28
28
|
"Query Parameters": "Abfrageparameter",
|
|
29
|
+
"Body Type": "Körpertyp",
|
|
29
30
|
"Body": "Körper",
|
|
30
31
|
"Response is Binary ?": "Antwort ist binär?",
|
|
31
32
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
32
33
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
34
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
33
35
|
"The content for generating the presentation": "Der Inhalt für die Erstellung der Präsentation",
|
|
34
36
|
"Instruction for generating the presentation (optional).": "Anleitung zur Erstellung der Präsentation (optional).",
|
|
35
37
|
"Tone to use for the text": "Klang für den Text",
|
|
@@ -49,7 +51,7 @@
|
|
|
49
51
|
"Export format": "Exportformat",
|
|
50
52
|
"Whether to trigger subscribed webhooks": "Gibt an, ob abonnierte Webhooks ausgelöst werden sollen",
|
|
51
53
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
52
|
-
"Enable for files like PDFs, images, etc
|
|
54
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
53
55
|
"Default": "Standard",
|
|
54
56
|
"Casual": "Gelassene",
|
|
55
57
|
"Professional": "Profi",
|
|
@@ -72,6 +74,10 @@
|
|
|
72
74
|
"PUT": "PUT",
|
|
73
75
|
"DELETE": "LÖSCHEN",
|
|
74
76
|
"HEAD": "HEAD",
|
|
77
|
+
"None": "Keine",
|
|
78
|
+
"JSON": "JSON",
|
|
79
|
+
"Form Data": "Formulardaten",
|
|
80
|
+
"Raw": "Rohe",
|
|
75
81
|
"New Presentation": "Neue Präsentation",
|
|
76
82
|
"Triggers when a new presentation is created in Presenton.": "Wird ausgelöst, wenn eine neue Präsentation in Presenton erstellt wird."
|
|
77
83
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -26,10 +26,12 @@
|
|
|
26
26
|
"Method": "Método",
|
|
27
27
|
"Headers": "Encabezados",
|
|
28
28
|
"Query Parameters": "Parámetros de consulta",
|
|
29
|
+
"Body Type": "Tipo de cuerpo",
|
|
29
30
|
"Body": "Cuerpo",
|
|
30
31
|
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
31
32
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
32
33
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
34
|
+
"Follow redirects": "Seguir redirecciones",
|
|
33
35
|
"The content for generating the presentation": "El contenido para generar la presentación",
|
|
34
36
|
"Instruction for generating the presentation (optional).": "Instrucción para generar la presentación (opcional).",
|
|
35
37
|
"Tone to use for the text": "Tono a usar para el texto",
|
|
@@ -49,7 +51,7 @@
|
|
|
49
51
|
"Export format": "Formato de exportación",
|
|
50
52
|
"Whether to trigger subscribed webhooks": "Si desencadenar webhooks suscritos",
|
|
51
53
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
52
|
-
"Enable for files like PDFs, images, etc
|
|
54
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
53
55
|
"Default": "Por defecto",
|
|
54
56
|
"Casual": "Casual",
|
|
55
57
|
"Professional": "Profesional",
|
|
@@ -72,6 +74,10 @@
|
|
|
72
74
|
"PUT": "PUT",
|
|
73
75
|
"DELETE": "BORRAR",
|
|
74
76
|
"HEAD": "LIMPIO",
|
|
77
|
+
"None": "Ninguna",
|
|
78
|
+
"JSON": "JSON",
|
|
79
|
+
"Form Data": "Datos de Formulario",
|
|
80
|
+
"Raw": "Rápido",
|
|
75
81
|
"New Presentation": "Nueva presentación",
|
|
76
82
|
"Triggers when a new presentation is created in Presenton.": "Se activa cuando se crea una nueva presentación en Presenton."
|
|
77
83
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -26,10 +26,12 @@
|
|
|
26
26
|
"Method": "Méthode",
|
|
27
27
|
"Headers": "Headers",
|
|
28
28
|
"Query Parameters": "Paramètres de requête",
|
|
29
|
+
"Body Type": "Body Type",
|
|
29
30
|
"Body": "Body",
|
|
30
31
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
31
32
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
32
33
|
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
34
|
+
"Follow redirects": "Suivre les redirections",
|
|
33
35
|
"The content for generating the presentation": "Le contenu pour générer la présentation",
|
|
34
36
|
"Instruction for generating the presentation (optional).": "Instruction pour générer la présentation (facultatif).",
|
|
35
37
|
"Tone to use for the text": "Tonalité à utiliser pour le texte",
|
|
@@ -49,7 +51,7 @@
|
|
|
49
51
|
"Export format": "Format d'exportation",
|
|
50
52
|
"Whether to trigger subscribed webhooks": "Activer ou non les webhooks abonnés",
|
|
51
53
|
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
52
|
-
"Enable for files like PDFs, images, etc
|
|
54
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
53
55
|
"Default": "Par défaut",
|
|
54
56
|
"Casual": "Décontracté",
|
|
55
57
|
"Professional": "Professionnel",
|
|
@@ -72,6 +74,10 @@
|
|
|
72
74
|
"PUT": "PUT",
|
|
73
75
|
"DELETE": "DELETE",
|
|
74
76
|
"HEAD": "HEAD",
|
|
77
|
+
"None": "Aucun",
|
|
78
|
+
"JSON": "JSON",
|
|
79
|
+
"Form Data": "Données du formulaire",
|
|
80
|
+
"Raw": "Brut",
|
|
75
81
|
"New Presentation": "Nouvelle présentation",
|
|
76
82
|
"Triggers when a new presentation is created in Presenton.": "Déclenche quand une nouvelle présentation est créée dans Presenton."
|
|
77
83
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -26,10 +26,12 @@
|
|
|
26
26
|
"Method": "方法",
|
|
27
27
|
"Headers": "ヘッダー",
|
|
28
28
|
"Query Parameters": "クエリパラメータ",
|
|
29
|
+
"Body Type": "ボディタイプ",
|
|
29
30
|
"Body": "本文",
|
|
30
31
|
"Response is Binary ?": "応答はバイナリですか?",
|
|
31
32
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
32
33
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
34
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
33
35
|
"The content for generating the presentation": "プレゼンテーションを生成するためのコンテンツ",
|
|
34
36
|
"Instruction for generating the presentation (optional).": "プレゼンテーションを生成するための手順(任意)。",
|
|
35
37
|
"Tone to use for the text": "テキストに使用する音",
|
|
@@ -49,7 +51,7 @@
|
|
|
49
51
|
"Export format": "エクスポートフォーマット",
|
|
50
52
|
"Whether to trigger subscribed webhooks": "購読しているWebhookをトリガーするかどうか",
|
|
51
53
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
52
|
-
"Enable for files like PDFs, images, etc
|
|
54
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
53
55
|
"Default": "デフォルト",
|
|
54
56
|
"Casual": "カジュアルな",
|
|
55
57
|
"Professional": "プロフェッショナル",
|
|
@@ -72,6 +74,10 @@
|
|
|
72
74
|
"PUT": "PUT",
|
|
73
75
|
"DELETE": "削除",
|
|
74
76
|
"HEAD": "頭",
|
|
77
|
+
"None": "なし",
|
|
78
|
+
"JSON": "JSON",
|
|
79
|
+
"Form Data": "フォームデータ",
|
|
80
|
+
"Raw": "Raw",
|
|
75
81
|
"New Presentation": "新しいプレゼンテーション",
|
|
76
82
|
"Triggers when a new presentation is created in Presenton.": "Presenton で新しいプレゼンテーションを作成したときにトリガーします。"
|
|
77
83
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -26,10 +26,12 @@
|
|
|
26
26
|
"Method": "Methode",
|
|
27
27
|
"Headers": "Kopteksten",
|
|
28
28
|
"Query Parameters": "Query parameters",
|
|
29
|
+
"Body Type": "Type lichaam",
|
|
29
30
|
"Body": "Lichaam",
|
|
30
31
|
"Response is Binary ?": "Antwoord is binair?",
|
|
31
32
|
"No Error on Failure": "Geen fout bij fout",
|
|
32
33
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
34
|
+
"Follow redirects": "Volg omleidingen",
|
|
33
35
|
"The content for generating the presentation": "De inhoud voor het genereren van de presentatie",
|
|
34
36
|
"Instruction for generating the presentation (optional).": "Instructie voor het genereren van de presentatie (optioneel).",
|
|
35
37
|
"Tone to use for the text": "Toon om te gebruiken voor de tekst",
|
|
@@ -49,7 +51,7 @@
|
|
|
49
51
|
"Export format": "Export formaat",
|
|
50
52
|
"Whether to trigger subscribed webhooks": "Of geabonneerde webhooks moeten worden geactiveerd",
|
|
51
53
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
52
|
-
"Enable for files like PDFs, images, etc
|
|
54
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
53
55
|
"Default": "Standaard",
|
|
54
56
|
"Casual": "Vrijblijvend",
|
|
55
57
|
"Professional": "Professioneel",
|
|
@@ -72,6 +74,10 @@
|
|
|
72
74
|
"PUT": "PUT",
|
|
73
75
|
"DELETE": "VERWIJDEREN",
|
|
74
76
|
"HEAD": "HOOFD",
|
|
77
|
+
"None": "geen",
|
|
78
|
+
"JSON": "JSON",
|
|
79
|
+
"Form Data": "Formulieren gegevens",
|
|
80
|
+
"Raw": "Onbewerkte",
|
|
75
81
|
"New Presentation": "Nieuwe presentatie",
|
|
76
82
|
"Triggers when a new presentation is created in Presenton.": "Triggert wanneer een nieuwe presentatie wordt gemaakt in Presenton."
|
|
77
83
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -26,10 +26,12 @@
|
|
|
26
26
|
"Method": "Método",
|
|
27
27
|
"Headers": "Cabeçalhos",
|
|
28
28
|
"Query Parameters": "Parâmetros da consulta",
|
|
29
|
+
"Body Type": "Tipo de Corpo",
|
|
29
30
|
"Body": "Conteúdo",
|
|
30
31
|
"Response is Binary ?": "A resposta é binária ?",
|
|
31
32
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
32
33
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
34
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
33
35
|
"The content for generating the presentation": "O conteúdo para gerar a apresentação",
|
|
34
36
|
"Instruction for generating the presentation (optional).": "Instrução para gerar a apresentação (opcional).",
|
|
35
37
|
"Tone to use for the text": "Tom a ser usado no texto",
|
|
@@ -49,7 +51,7 @@
|
|
|
49
51
|
"Export format": "Formato de exportação",
|
|
50
52
|
"Whether to trigger subscribed webhooks": "Se acionar webhooks subscritos",
|
|
51
53
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
52
|
-
"Enable for files like PDFs, images, etc
|
|
54
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
53
55
|
"Default": "Padrão",
|
|
54
56
|
"Casual": "Casual",
|
|
55
57
|
"Professional": "Profissional",
|
|
@@ -72,6 +74,10 @@
|
|
|
72
74
|
"PUT": "COLOCAR",
|
|
73
75
|
"DELETE": "EXCLUIR",
|
|
74
76
|
"HEAD": "CABEÇA",
|
|
77
|
+
"None": "Nenhuma",
|
|
78
|
+
"JSON": "JSON",
|
|
79
|
+
"Form Data": "Dados de Formulário",
|
|
80
|
+
"Raw": "RAW",
|
|
75
81
|
"New Presentation": "Nova apresentação",
|
|
76
82
|
"Triggers when a new presentation is created in Presenton.": "Aciona quando uma nova apresentação é criada no Apresentador."
|
|
77
83
|
}
|
|
@@ -26,10 +26,12 @@
|
|
|
26
26
|
"Method": "Method",
|
|
27
27
|
"Headers": "Headers",
|
|
28
28
|
"Query Parameters": "Query Parameters",
|
|
29
|
+
"Body Type": "Body Type",
|
|
29
30
|
"Body": "Body",
|
|
30
31
|
"Response is Binary ?": "Response is Binary ?",
|
|
31
32
|
"No Error on Failure": "No Error on Failure",
|
|
32
33
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
34
|
+
"Follow redirects": "Follow redirects",
|
|
33
35
|
"The content for generating the presentation": "The content for generating the presentation",
|
|
34
36
|
"Instruction for generating the presentation (optional).": "Instruction for generating the presentation (optional).",
|
|
35
37
|
"Tone to use for the text": "Tone to use for the text",
|
|
@@ -49,7 +51,7 @@
|
|
|
49
51
|
"Export format": "Export format",
|
|
50
52
|
"Whether to trigger subscribed webhooks": "Whether to trigger subscribed webhooks",
|
|
51
53
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
52
|
-
"Enable for files like PDFs, images, etc
|
|
54
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
53
55
|
"Default": "Default",
|
|
54
56
|
"Casual": "Casual",
|
|
55
57
|
"Professional": "Professional",
|
|
@@ -72,6 +74,10 @@
|
|
|
72
74
|
"PUT": "PUT",
|
|
73
75
|
"DELETE": "DELETE",
|
|
74
76
|
"HEAD": "HEAD",
|
|
77
|
+
"None": "None",
|
|
78
|
+
"JSON": "JSON",
|
|
79
|
+
"Form Data": "Form Data",
|
|
80
|
+
"Raw": "Raw",
|
|
75
81
|
"New Presentation": "New Presentation",
|
|
76
82
|
"Triggers when a new presentation is created in Presenton.": "Triggers when a new presentation is created in Presenton."
|
|
77
83
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -26,10 +26,12 @@
|
|
|
26
26
|
"Method": "方法",
|
|
27
27
|
"Headers": "信头",
|
|
28
28
|
"Query Parameters": "查询参数",
|
|
29
|
+
"Body Type": "Body Type",
|
|
29
30
|
"Body": "正文内容",
|
|
30
31
|
"Response is Binary ?": "Response is Binary ?",
|
|
31
32
|
"No Error on Failure": "失败时没有错误",
|
|
32
33
|
"Timeout (in seconds)": "超时(秒)",
|
|
34
|
+
"Follow redirects": "Follow redirects",
|
|
33
35
|
"The content for generating the presentation": "The content for generating the presentation",
|
|
34
36
|
"Instruction for generating the presentation (optional).": "Instruction for generating the presentation (optional).",
|
|
35
37
|
"Tone to use for the text": "Tone to use for the text",
|
|
@@ -49,7 +51,7 @@
|
|
|
49
51
|
"Export format": "Export format",
|
|
50
52
|
"Whether to trigger subscribed webhooks": "Whether to trigger subscribed webhooks",
|
|
51
53
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
52
|
-
"Enable for files like PDFs, images, etc
|
|
54
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
53
55
|
"Default": "Default",
|
|
54
56
|
"Casual": "Casual",
|
|
55
57
|
"Professional": "Professional",
|
|
@@ -72,6 +74,10 @@
|
|
|
72
74
|
"PUT": "弹出",
|
|
73
75
|
"DELETE": "删除",
|
|
74
76
|
"HEAD": "黑色",
|
|
77
|
+
"None": "无",
|
|
78
|
+
"JSON": "JSON",
|
|
79
|
+
"Form Data": "表单数据",
|
|
80
|
+
"Raw": "原始文件",
|
|
75
81
|
"New Presentation": "New Presentation",
|
|
76
82
|
"Triggers when a new presentation is created in Presenton.": "Triggers when a new presentation is created in Presenton."
|
|
77
83
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const newPresentation: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}>;
|
|
2
|
+
export declare const newPresentation: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}>;
|