@activepieces/piece-microsoft-365-planner 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-plan-created.d.ts +1 -1
- package/src/lib/triggers/new-task-assigned-to-user.d.ts +2 -0
- package/src/lib/triggers/new-task-created.d.ts +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-microsoft-365-planner",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
@@ -8,20 +8,22 @@
|
|
|
8
8
|
"@microsoft/microsoft-graph-client": "3.0.7",
|
|
9
9
|
"@microsoft/microsoft-graph-types": "2.40.0",
|
|
10
10
|
"@sinclair/typebox": "0.34.11",
|
|
11
|
+
"ai": "^6.0.0",
|
|
11
12
|
"axios": "1.13.1",
|
|
12
13
|
"axios-retry": "4.4.1",
|
|
13
14
|
"dayjs": "1.11.9",
|
|
14
15
|
"deepmerge-ts": "7.1.0",
|
|
15
16
|
"form-data": "4.0.4",
|
|
17
|
+
"i18next": "23.13.0",
|
|
16
18
|
"mime-types": "2.1.35",
|
|
17
19
|
"nanoid": "3.3.8",
|
|
18
20
|
"semver": "7.6.0",
|
|
19
21
|
"socket.io-client": "4.8.1",
|
|
20
22
|
"tslib": "^2.3.0",
|
|
21
23
|
"zod": "4.1.13",
|
|
22
|
-
"@activepieces/pieces-common": "0.11.
|
|
23
|
-
"@activepieces/pieces-framework": "0.
|
|
24
|
-
"@activepieces/shared": "0.
|
|
24
|
+
"@activepieces/pieces-common": "0.11.2",
|
|
25
|
+
"@activepieces/pieces-framework": "0.24.0",
|
|
26
|
+
"@activepieces/shared": "0.32.0"
|
|
25
27
|
},
|
|
26
28
|
"resolutions": {
|
|
27
29
|
"rollup": "npm:@rollup/wasm-node"
|
package/src/i18n/de.json
CHANGED
|
@@ -40,10 +40,12 @@
|
|
|
40
40
|
"Method": "Methode",
|
|
41
41
|
"Headers": "Kopfzeilen",
|
|
42
42
|
"Query Parameters": "Abfrageparameter",
|
|
43
|
+
"Body Type": "Körpertyp",
|
|
43
44
|
"Body": "Körper",
|
|
44
45
|
"Response is Binary ?": "Antwort ist binär?",
|
|
45
46
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
46
47
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
48
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
47
49
|
"Select the Grroup": "Grroup auswählen",
|
|
48
50
|
"The title of the plan": "Der Titel des Plans",
|
|
49
51
|
"Select the plan": "Wählen Sie den Plan",
|
|
@@ -63,13 +65,17 @@
|
|
|
63
65
|
"The title of the plan to search for": "Der Titel des zu suchenden Plans",
|
|
64
66
|
"The title of the task to search for": "Der Titel der zu suchenden Aufgabe",
|
|
65
67
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
66
|
-
"Enable for files like PDFs, images, etc
|
|
68
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
67
69
|
"GET": "ERHALTEN",
|
|
68
70
|
"POST": "POST",
|
|
69
71
|
"PATCH": "PATCH",
|
|
70
72
|
"PUT": "PUT",
|
|
71
73
|
"DELETE": "LÖSCHEN",
|
|
72
74
|
"HEAD": "HEAD",
|
|
75
|
+
"None": "Keine",
|
|
76
|
+
"JSON": "JSON",
|
|
77
|
+
"Form Data": "Formulardaten",
|
|
78
|
+
"Raw": "Rohe",
|
|
73
79
|
"New Plan Created": "Neuer Plan erstellt",
|
|
74
80
|
"New Task Created": "Neue Aufgabe erstellt",
|
|
75
81
|
"New Task Assigned to User": "Neue Aufgabe zugewiesen an Benutzer",
|
package/src/i18n/es.json
CHANGED
|
@@ -40,10 +40,12 @@
|
|
|
40
40
|
"Method": "Método",
|
|
41
41
|
"Headers": "Encabezados",
|
|
42
42
|
"Query Parameters": "Parámetros de consulta",
|
|
43
|
+
"Body Type": "Tipo de cuerpo",
|
|
43
44
|
"Body": "Cuerpo",
|
|
44
45
|
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
45
46
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
46
47
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
48
|
+
"Follow redirects": "Seguir redirecciones",
|
|
47
49
|
"Select the Grroup": "Selecciona el Grroup",
|
|
48
50
|
"The title of the plan": "El título del plan",
|
|
49
51
|
"Select the plan": "Seleccione el plan",
|
|
@@ -63,13 +65,17 @@
|
|
|
63
65
|
"The title of the plan to search for": "El título del plan de búsqueda",
|
|
64
66
|
"The title of the task to search for": "El título de la tarea a buscar",
|
|
65
67
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
66
|
-
"Enable for files like PDFs, images, etc
|
|
68
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
67
69
|
"GET": "RECOGER",
|
|
68
70
|
"POST": "POST",
|
|
69
71
|
"PATCH": "PATCH",
|
|
70
72
|
"PUT": "PUT",
|
|
71
73
|
"DELETE": "BORRAR",
|
|
72
74
|
"HEAD": "LIMPIO",
|
|
75
|
+
"None": "Ninguna",
|
|
76
|
+
"JSON": "JSON",
|
|
77
|
+
"Form Data": "Datos de Formulario",
|
|
78
|
+
"Raw": "Rápido",
|
|
73
79
|
"New Plan Created": "Nuevo plan creado",
|
|
74
80
|
"New Task Created": "Nueva tarea creada",
|
|
75
81
|
"New Task Assigned to User": "Nueva tarea asignada al usuario",
|
package/src/i18n/fr.json
CHANGED
|
@@ -40,10 +40,12 @@
|
|
|
40
40
|
"Method": "Méthode",
|
|
41
41
|
"Headers": "Headers",
|
|
42
42
|
"Query Parameters": "Paramètres de requête",
|
|
43
|
+
"Body Type": "Body Type",
|
|
43
44
|
"Body": "Body",
|
|
44
45
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
45
46
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
46
47
|
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
48
|
+
"Follow redirects": "Suivre les redirections",
|
|
47
49
|
"Select the Grroup": "Sélectionnez le Grroup",
|
|
48
50
|
"The title of the plan": "Le titre du plan",
|
|
49
51
|
"Select the plan": "Sélectionnez le plan",
|
|
@@ -63,13 +65,17 @@
|
|
|
63
65
|
"The title of the plan to search for": "Le titre du plan de recherche",
|
|
64
66
|
"The title of the task to search for": "Le titre de la tâche à rechercher",
|
|
65
67
|
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
66
|
-
"Enable for files like PDFs, images, etc
|
|
68
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
67
69
|
"GET": "GET",
|
|
68
70
|
"POST": "POST",
|
|
69
71
|
"PATCH": "PATCH",
|
|
70
72
|
"PUT": "PUT",
|
|
71
73
|
"DELETE": "DELETE",
|
|
72
74
|
"HEAD": "HEAD",
|
|
75
|
+
"None": "Aucun",
|
|
76
|
+
"JSON": "JSON",
|
|
77
|
+
"Form Data": "Données du formulaire",
|
|
78
|
+
"Raw": "Brut",
|
|
73
79
|
"New Plan Created": "Nouveau plan créé",
|
|
74
80
|
"New Task Created": "Nouvelle tâche créée",
|
|
75
81
|
"New Task Assigned to User": "Nouvelle tâche assignée à l'utilisateur",
|
package/src/i18n/ja.json
CHANGED
|
@@ -40,10 +40,12 @@
|
|
|
40
40
|
"Method": "方法",
|
|
41
41
|
"Headers": "ヘッダー",
|
|
42
42
|
"Query Parameters": "クエリパラメータ",
|
|
43
|
+
"Body Type": "ボディタイプ",
|
|
43
44
|
"Body": "本文",
|
|
44
45
|
"Response is Binary ?": "応答はバイナリですか?",
|
|
45
46
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
46
47
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
48
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
47
49
|
"Select the Grroup": "Grroupを選択",
|
|
48
50
|
"The title of the plan": "プランのタイトル",
|
|
49
51
|
"Select the plan": "プランを選択",
|
|
@@ -63,13 +65,17 @@
|
|
|
63
65
|
"The title of the plan to search for": "検索する計画のタイトル",
|
|
64
66
|
"The title of the task to search for": "検索するタスクのタイトル",
|
|
65
67
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
66
|
-
"Enable for files like PDFs, images, etc
|
|
68
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
67
69
|
"GET": "取得",
|
|
68
70
|
"POST": "POST",
|
|
69
71
|
"PATCH": "PATCH",
|
|
70
72
|
"PUT": "PUT",
|
|
71
73
|
"DELETE": "削除",
|
|
72
74
|
"HEAD": "頭",
|
|
75
|
+
"None": "なし",
|
|
76
|
+
"JSON": "JSON",
|
|
77
|
+
"Form Data": "フォームデータ",
|
|
78
|
+
"Raw": "Raw",
|
|
73
79
|
"New Plan Created": "新規作成されたプラン",
|
|
74
80
|
"New Task Created": "新しいタスクが作成されました",
|
|
75
81
|
"New Task Assigned to User": "ユーザーに割り当てられた新規タスク",
|
package/src/i18n/nl.json
CHANGED
|
@@ -40,10 +40,12 @@
|
|
|
40
40
|
"Method": "Methode",
|
|
41
41
|
"Headers": "Kopteksten",
|
|
42
42
|
"Query Parameters": "Query parameters",
|
|
43
|
+
"Body Type": "Type lichaam",
|
|
43
44
|
"Body": "Lichaam",
|
|
44
45
|
"Response is Binary ?": "Antwoord is binair?",
|
|
45
46
|
"No Error on Failure": "Geen fout bij fout",
|
|
46
47
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
48
|
+
"Follow redirects": "Volg omleidingen",
|
|
47
49
|
"Select the Grroup": "Selecteer de Grroup",
|
|
48
50
|
"The title of the plan": "De titel van het plan",
|
|
49
51
|
"Select the plan": "Selecteer het abonnement",
|
|
@@ -63,13 +65,17 @@
|
|
|
63
65
|
"The title of the plan to search for": "De titel van het plan om naar te zoeken",
|
|
64
66
|
"The title of the task to search for": "De titel van de taak om naar te zoeken",
|
|
65
67
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
66
|
-
"Enable for files like PDFs, images, etc
|
|
68
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
67
69
|
"GET": "KRIJG",
|
|
68
70
|
"POST": "POSTE",
|
|
69
71
|
"PATCH": "BEKIJK",
|
|
70
72
|
"PUT": "PUT",
|
|
71
73
|
"DELETE": "VERWIJDEREN",
|
|
72
74
|
"HEAD": "HOOFD",
|
|
75
|
+
"None": "geen",
|
|
76
|
+
"JSON": "JSON",
|
|
77
|
+
"Form Data": "Formulieren gegevens",
|
|
78
|
+
"Raw": "Onbewerkte",
|
|
73
79
|
"New Plan Created": "Nieuw Plan Aangemaakt",
|
|
74
80
|
"New Task Created": "Nieuwe taak aangemaakt",
|
|
75
81
|
"New Task Assigned to User": "Nieuwe taak toegewezen aan gebruiker",
|
package/src/i18n/pt.json
CHANGED
|
@@ -40,10 +40,12 @@
|
|
|
40
40
|
"Method": "Método",
|
|
41
41
|
"Headers": "Cabeçalhos",
|
|
42
42
|
"Query Parameters": "Parâmetros da consulta",
|
|
43
|
+
"Body Type": "Tipo de Corpo",
|
|
43
44
|
"Body": "Conteúdo",
|
|
44
45
|
"Response is Binary ?": "A resposta é binária ?",
|
|
45
46
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
46
47
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
48
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
47
49
|
"Select the Grroup": "Selecione o Grroup",
|
|
48
50
|
"The title of the plan": "O título do plano",
|
|
49
51
|
"Select the plan": "Selecione o plano",
|
|
@@ -63,13 +65,17 @@
|
|
|
63
65
|
"The title of the plan to search for": "O título do plano para pesquisar",
|
|
64
66
|
"The title of the task to search for": "O título da tarefa a procurar",
|
|
65
67
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
66
|
-
"Enable for files like PDFs, images, etc
|
|
68
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
67
69
|
"GET": "OBTER",
|
|
68
70
|
"POST": "POSTAR",
|
|
69
71
|
"PATCH": "COMPRAR",
|
|
70
72
|
"PUT": "COLOCAR",
|
|
71
73
|
"DELETE": "EXCLUIR",
|
|
72
74
|
"HEAD": "CABEÇA",
|
|
75
|
+
"None": "Nenhuma",
|
|
76
|
+
"JSON": "JSON",
|
|
77
|
+
"Form Data": "Dados de Formulário",
|
|
78
|
+
"Raw": "RAW",
|
|
73
79
|
"New Plan Created": "Novo Plano Criado",
|
|
74
80
|
"New Task Created": "Nova tarefa criada",
|
|
75
81
|
"New Task Assigned to User": "Nova tarefa atribuída ao usuário",
|
|
@@ -40,10 +40,12 @@
|
|
|
40
40
|
"Method": "Method",
|
|
41
41
|
"Headers": "Headers",
|
|
42
42
|
"Query Parameters": "Query Parameters",
|
|
43
|
+
"Body Type": "Body Type",
|
|
43
44
|
"Body": "Body",
|
|
44
45
|
"Response is Binary ?": "Response is Binary ?",
|
|
45
46
|
"No Error on Failure": "No Error on Failure",
|
|
46
47
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
48
|
+
"Follow redirects": "Follow redirects",
|
|
47
49
|
"Select the Grroup": "Select the Grroup",
|
|
48
50
|
"The title of the plan": "The title of the plan",
|
|
49
51
|
"Select the plan": "Select the plan",
|
|
@@ -63,13 +65,17 @@
|
|
|
63
65
|
"The title of the plan to search for": "The title of the plan to search for",
|
|
64
66
|
"The title of the task to search for": "The title of the task to search for",
|
|
65
67
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
66
|
-
"Enable for files like PDFs, images, etc
|
|
68
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
67
69
|
"GET": "GET",
|
|
68
70
|
"POST": "POST",
|
|
69
71
|
"PATCH": "PATCH",
|
|
70
72
|
"PUT": "PUT",
|
|
71
73
|
"DELETE": "DELETE",
|
|
72
74
|
"HEAD": "HEAD",
|
|
75
|
+
"None": "None",
|
|
76
|
+
"JSON": "JSON",
|
|
77
|
+
"Form Data": "Form Data",
|
|
78
|
+
"Raw": "Raw",
|
|
73
79
|
"New Plan Created": "New Plan Created",
|
|
74
80
|
"New Task Created": "New Task Created",
|
|
75
81
|
"New Task Assigned to User": "New Task Assigned to User",
|
package/src/i18n/zh.json
CHANGED
|
@@ -40,10 +40,12 @@
|
|
|
40
40
|
"Method": "方法",
|
|
41
41
|
"Headers": "信头",
|
|
42
42
|
"Query Parameters": "查询参数",
|
|
43
|
+
"Body Type": "Body Type",
|
|
43
44
|
"Body": "正文内容",
|
|
44
45
|
"Response is Binary ?": "Response is Binary ?",
|
|
45
46
|
"No Error on Failure": "失败时没有错误",
|
|
46
47
|
"Timeout (in seconds)": "超时(秒)",
|
|
48
|
+
"Follow redirects": "Follow redirects",
|
|
47
49
|
"Select the Grroup": "Select the Grroup",
|
|
48
50
|
"The title of the plan": "The title of the plan",
|
|
49
51
|
"Select the plan": "Select the plan",
|
|
@@ -63,13 +65,17 @@
|
|
|
63
65
|
"The title of the plan to search for": "The title of the plan to search for",
|
|
64
66
|
"The title of the task to search for": "The title of the task to search for",
|
|
65
67
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
66
|
-
"Enable for files like PDFs, images, etc
|
|
68
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
67
69
|
"GET": "获取",
|
|
68
70
|
"POST": "帖子",
|
|
69
71
|
"PATCH": "PATCH",
|
|
70
72
|
"PUT": "弹出",
|
|
71
73
|
"DELETE": "删除",
|
|
72
74
|
"HEAD": "黑色",
|
|
75
|
+
"None": "无",
|
|
76
|
+
"JSON": "JSON",
|
|
77
|
+
"Form Data": "表单数据",
|
|
78
|
+
"Raw": "原始文件",
|
|
73
79
|
"New Plan Created": "New Plan Created",
|
|
74
80
|
"New Task Created": "New Task Created",
|
|
75
81
|
"New Task Assigned to User": "New Task Assigned to User",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const newPlanCreated: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}>;
|
|
2
|
+
export declare const newPlanCreated: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}>;
|
|
@@ -3,6 +3,8 @@ export declare const newTaskAssignedToUser: import("@activepieces/pieces-framewo
|
|
|
3
3
|
planId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, 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
|
planId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, 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
|
+
planId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, 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
|
planId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
8
10
|
}>;
|
|
@@ -3,6 +3,8 @@ export declare const newTaskCreated: import("@activepieces/pieces-framework").IT
|
|
|
3
3
|
planId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, 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
|
planId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, 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
|
+
planId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, 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
|
planId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
8
10
|
}>;
|