@activepieces/piece-onfleet 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/auto-dispatch-completed.d.ts +1 -1
- package/src/lib/triggers/sms-recipient-opt-out.d.ts +1 -1
- package/src/lib/triggers/sms-recipient-response-missed.d.ts +1 -1
- package/src/lib/triggers/task-arrival.d.ts +1 -1
- package/src/lib/triggers/task-assigned.d.ts +1 -1
- package/src/lib/triggers/task-cloned.d.ts +1 -1
- package/src/lib/triggers/task-completed.d.ts +1 -1
- package/src/lib/triggers/task-created.d.ts +1 -1
- package/src/lib/triggers/task-delayed.d.ts +1 -1
- package/src/lib/triggers/task-deleted.d.ts +1 -1
- package/src/lib/triggers/task-eta.d.ts +1 -1
- package/src/lib/triggers/task-failed.d.ts +1 -1
- package/src/lib/triggers/task-started.d.ts +1 -1
- package/src/lib/triggers/task-unassigned.d.ts +1 -1
- package/src/lib/triggers/task-updated.d.ts +1 -1
- package/src/lib/triggers/worker-created.d.ts +1 -1
- package/src/lib/triggers/worker-deleted.d.ts +1 -1
- package/src/lib/triggers/worker-duty-change.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-onfleet",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@onfleet/node-onfleet": "1.3.3",
|
|
6
6
|
"@sinclair/typebox": "0.34.11",
|
|
7
|
+
"ai": "^6.0.0",
|
|
7
8
|
"axios": "1.13.1",
|
|
8
9
|
"axios-retry": "4.4.1",
|
|
9
10
|
"dayjs": "1.11.9",
|
|
10
11
|
"deepmerge-ts": "7.1.0",
|
|
11
12
|
"form-data": "4.0.4",
|
|
13
|
+
"i18next": "23.13.0",
|
|
12
14
|
"mime-types": "2.1.35",
|
|
13
15
|
"nanoid": "3.3.8",
|
|
14
16
|
"semver": "7.6.0",
|
|
15
17
|
"socket.io-client": "4.8.1",
|
|
16
18
|
"zod": "4.1.13",
|
|
17
|
-
"@activepieces/pieces-common": "0.11.
|
|
18
|
-
"@activepieces/pieces-framework": "0.
|
|
19
|
-
"@activepieces/shared": "0.
|
|
19
|
+
"@activepieces/pieces-common": "0.11.2",
|
|
20
|
+
"@activepieces/pieces-framework": "0.24.0",
|
|
21
|
+
"@activepieces/shared": "0.32.0",
|
|
20
22
|
"tslib": "2.6.2"
|
|
21
23
|
},
|
|
22
24
|
"resolutions": {
|
package/src/i18n/de.json
CHANGED
|
@@ -112,10 +112,12 @@
|
|
|
112
112
|
"Method": "Methode",
|
|
113
113
|
"Headers": "Kopfzeilen",
|
|
114
114
|
"Query Parameters": "Abfrageparameter",
|
|
115
|
+
"Body Type": "Körpertyp",
|
|
115
116
|
"Body": "Körper",
|
|
116
117
|
"Response is Binary ?": "Antwort ist binär?",
|
|
117
118
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
118
119
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
120
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
119
121
|
"The recipient's full name": "Der vollständige Name des Empfängers",
|
|
120
122
|
"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.": "Eine einzigartige, gültige Telefonnummer nach dem Land der Organisation, wenn es kein führendes + Zeichen gibt. Wenn eine Telefonnummer ein führendes + Zeichen hat, wird die Ländereinstellung der Organisation ignoriert.",
|
|
121
123
|
"Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.": "Wenn Sie diese Option aktivieren, wird das Onfleet System standardmäßig eine gebührenfreie lange Codenummer für SMS-Kommunikation verwenden.",
|
|
@@ -149,13 +151,17 @@
|
|
|
149
151
|
"Name of the team": "Name des Teams",
|
|
150
152
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Ermöglicht Treibern selbst Aufgaben zuzuweisen, die im Team nicht zugewiesenen Container sind.",
|
|
151
153
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
152
|
-
"Enable for files like PDFs, images, etc
|
|
154
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
153
155
|
"GET": "ERHALTEN",
|
|
154
156
|
"POST": "POST",
|
|
155
157
|
"PATCH": "PATCH",
|
|
156
158
|
"PUT": "PUT",
|
|
157
159
|
"DELETE": "LÖSCHEN",
|
|
158
160
|
"HEAD": "HEAD",
|
|
161
|
+
"None": "Keine",
|
|
162
|
+
"JSON": "JSON",
|
|
163
|
+
"Form Data": "Formulardaten",
|
|
164
|
+
"Raw": "Rohe",
|
|
159
165
|
"Task Arrival": "Auftragseingang",
|
|
160
166
|
"Task Assigned": "Aufgabe zugewiesen",
|
|
161
167
|
"Task Cloned": "Aufgabe geklont",
|
package/src/i18n/es.json
CHANGED
|
@@ -112,10 +112,12 @@
|
|
|
112
112
|
"Method": "Método",
|
|
113
113
|
"Headers": "Encabezados",
|
|
114
114
|
"Query Parameters": "Parámetros de consulta",
|
|
115
|
+
"Body Type": "Tipo de cuerpo",
|
|
115
116
|
"Body": "Cuerpo",
|
|
116
117
|
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
117
118
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
118
119
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
120
|
+
"Follow redirects": "Seguir redirecciones",
|
|
119
121
|
"The recipient's full name": "Nombre completo del destinatario",
|
|
120
122
|
"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.": "Un número de teléfono único y válido según el país de la organización si no hay signo + inicio. Si un número de teléfono tiene un signo + inicial, no tendrá en cuenta la configuración del país de la organización.",
|
|
121
123
|
"Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.": "Al marcar esta opción, el sistema Onfleet predeterminará el uso de un número de código largo libre para la comunicación por SMS.",
|
|
@@ -149,13 +151,17 @@
|
|
|
149
151
|
"Name of the team": "Nombre del equipo",
|
|
150
152
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Permite a los Motivadores Auto-Asignar Tareas que están en el contenedor no asignado por equipo.",
|
|
151
153
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
152
|
-
"Enable for files like PDFs, images, etc
|
|
154
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
153
155
|
"GET": "RECOGER",
|
|
154
156
|
"POST": "POST",
|
|
155
157
|
"PATCH": "PATCH",
|
|
156
158
|
"PUT": "PUT",
|
|
157
159
|
"DELETE": "BORRAR",
|
|
158
160
|
"HEAD": "LIMPIO",
|
|
161
|
+
"None": "Ninguna",
|
|
162
|
+
"JSON": "JSON",
|
|
163
|
+
"Form Data": "Datos de Formulario",
|
|
164
|
+
"Raw": "Rápido",
|
|
159
165
|
"Task Arrival": "Llegada de la tarea",
|
|
160
166
|
"Task Assigned": "Tarea asignada",
|
|
161
167
|
"Task Cloned": "Tarea Clonada",
|
package/src/i18n/fr.json
CHANGED
|
@@ -112,10 +112,12 @@
|
|
|
112
112
|
"Method": "Méthode",
|
|
113
113
|
"Headers": "En-têtes",
|
|
114
114
|
"Query Parameters": "Paramètres de requête",
|
|
115
|
+
"Body Type": "Body Type",
|
|
115
116
|
"Body": "Corps",
|
|
116
117
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
117
118
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
118
119
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
120
|
+
"Follow redirects": "Suivre les redirections",
|
|
119
121
|
"The recipient's full name": "Le nom complet du destinataire",
|
|
120
122
|
"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.": "Un numéro de téléphone unique et valide selon le pays de l'organisation s'il n'y a pas de signe + principal. Si un numéro de téléphone a un signe + principal, il ne respectera pas les paramètres du pays de l'organisation.",
|
|
121
123
|
"Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.": "Si vous cochez cette option, le système Onfleet utilisera par défaut un numéro de code long sans frais pour la communication par SMS.",
|
|
@@ -149,13 +151,17 @@
|
|
|
149
151
|
"Name of the team": "Nom de l'équipe",
|
|
150
152
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Permet aux conducteurs d'auto-assigner des tâches qui sont dans le conteneur de l'équipe non assigné.",
|
|
151
153
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
152
|
-
"Enable for files like PDFs, images, etc
|
|
154
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
153
155
|
"GET": "OBTENIR",
|
|
154
156
|
"POST": "POSTER",
|
|
155
157
|
"PATCH": "PATCH",
|
|
156
158
|
"PUT": "EFFACER",
|
|
157
159
|
"DELETE": "SUPPRIMER",
|
|
158
160
|
"HEAD": "TÊTE",
|
|
161
|
+
"None": "Aucun",
|
|
162
|
+
"JSON": "JSON",
|
|
163
|
+
"Form Data": "Données du formulaire",
|
|
164
|
+
"Raw": "Brut",
|
|
159
165
|
"Task Arrival": "Arrivée de la tâche",
|
|
160
166
|
"Task Assigned": "Tâche assignée",
|
|
161
167
|
"Task Cloned": "Tâche clonée",
|
package/src/i18n/ja.json
CHANGED
|
@@ -112,10 +112,12 @@
|
|
|
112
112
|
"Method": "方法",
|
|
113
113
|
"Headers": "ヘッダー",
|
|
114
114
|
"Query Parameters": "クエリパラメータ",
|
|
115
|
+
"Body Type": "ボディタイプ",
|
|
115
116
|
"Body": "本文",
|
|
116
117
|
"Response is Binary ?": "応答はバイナリですか?",
|
|
117
118
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
118
119
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
120
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
119
121
|
"The recipient's full name": "受取人のフルネーム",
|
|
120
122
|
"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.": "主要な+記号がない場合、組織の国ごとに一意で有効な電話番号。 電話番号に先行+署名がある場合、組織の国設定は無視されます。",
|
|
121
123
|
"Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.": "このオプションをチェックすると、SMS通信にフリーダイヤルのロングコード番号がデフォルトで使用されます。",
|
|
@@ -149,13 +151,17 @@
|
|
|
149
151
|
"Name of the team": "チーム名",
|
|
150
152
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "ドライバがチームに割り当てられていないコンテナ内のタスクを自己アサインすることができます。",
|
|
151
153
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
152
|
-
"Enable for files like PDFs, images, etc
|
|
154
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
153
155
|
"GET": "取得",
|
|
154
156
|
"POST": "POST",
|
|
155
157
|
"PATCH": "PATCH",
|
|
156
158
|
"PUT": "PUT",
|
|
157
159
|
"DELETE": "削除",
|
|
158
160
|
"HEAD": "頭",
|
|
161
|
+
"None": "なし",
|
|
162
|
+
"JSON": "JSON",
|
|
163
|
+
"Form Data": "フォームデータ",
|
|
164
|
+
"Raw": "Raw",
|
|
159
165
|
"Task Arrival": "タスク到着時",
|
|
160
166
|
"Task Assigned": "割り当てられたタスク",
|
|
161
167
|
"Task Cloned": "タスクがクローンされました",
|
package/src/i18n/nl.json
CHANGED
|
@@ -112,10 +112,12 @@
|
|
|
112
112
|
"Method": "Methode",
|
|
113
113
|
"Headers": "Kopteksten",
|
|
114
114
|
"Query Parameters": "Query parameters",
|
|
115
|
+
"Body Type": "Type lichaam",
|
|
115
116
|
"Body": "Lichaam",
|
|
116
117
|
"Response is Binary ?": "Antwoord is binair?",
|
|
117
118
|
"No Error on Failure": "Geen fout bij fout",
|
|
118
119
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
120
|
+
"Follow redirects": "Volg omleidingen",
|
|
119
121
|
"The recipient's full name": "Volledige naam van de ontvanger",
|
|
120
122
|
"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.": "Een uniek, geldig telefoonnummer zoals per land van de organisatie als er geen leading + teken is. Als een telefoonnummer een leidende + teken heeft, zal het de landinstelling van de organisatie negeren.",
|
|
121
123
|
"Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.": "Het aanvinken van deze optie zal standaard het Onvlood-systeem gebruiken om een tolvrij lang code nummer te gebruiken voor SMS-communicatie.",
|
|
@@ -149,13 +151,17 @@
|
|
|
149
151
|
"Name of the team": "Naam van het team",
|
|
150
152
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Hiermee kunnen chauffeurs zelf taken toewijzen die in het Team niet toegewezen container zijn.",
|
|
151
153
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
152
|
-
"Enable for files like PDFs, images, etc
|
|
154
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
153
155
|
"GET": "KRIJG",
|
|
154
156
|
"POST": "POSTE",
|
|
155
157
|
"PATCH": "BEKIJK",
|
|
156
158
|
"PUT": "PUT",
|
|
157
159
|
"DELETE": "VERWIJDEREN",
|
|
158
160
|
"HEAD": "HOOFD",
|
|
161
|
+
"None": "geen",
|
|
162
|
+
"JSON": "JSON",
|
|
163
|
+
"Form Data": "Formulieren gegevens",
|
|
164
|
+
"Raw": "Onbewerkte",
|
|
159
165
|
"Task Arrival": "Taak aankomt",
|
|
160
166
|
"Task Assigned": "Taak toegewezen",
|
|
161
167
|
"Task Cloned": "Taak Gekloond",
|
package/src/i18n/pt.json
CHANGED
|
@@ -112,10 +112,12 @@
|
|
|
112
112
|
"Method": "Método",
|
|
113
113
|
"Headers": "Cabeçalhos",
|
|
114
114
|
"Query Parameters": "Parâmetros da consulta",
|
|
115
|
+
"Body Type": "Tipo de Corpo",
|
|
115
116
|
"Body": "Conteúdo",
|
|
116
117
|
"Response is Binary ?": "A resposta é binária ?",
|
|
117
118
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
118
119
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
120
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
119
121
|
"The recipient's full name": "Nome completo do destinatário",
|
|
120
122
|
"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.": "Um número de telefone único e válido, de acordo com o país da organização, se não houver nenhum sinal + líder. Se um número de telefone tem um sinal de líder +, ele descurará a configuração do país da organização.",
|
|
121
123
|
"Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.": "Marcar esta opção irá padrão o sistema Onfleet para usar um número de código longo sem portagens para comunicação SMS.",
|
|
@@ -149,13 +151,17 @@
|
|
|
149
151
|
"Name of the team": "Nome da equipe",
|
|
150
152
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Permite que motoristas atribuam tarefas que estão na equipe não atribuída",
|
|
151
153
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
152
|
-
"Enable for files like PDFs, images, etc
|
|
154
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
153
155
|
"GET": "OBTER",
|
|
154
156
|
"POST": "POSTAR",
|
|
155
157
|
"PATCH": "COMPRAR",
|
|
156
158
|
"PUT": "COLOCAR",
|
|
157
159
|
"DELETE": "EXCLUIR",
|
|
158
160
|
"HEAD": "CABEÇA",
|
|
161
|
+
"None": "Nenhuma",
|
|
162
|
+
"JSON": "JSON",
|
|
163
|
+
"Form Data": "Dados de Formulário",
|
|
164
|
+
"Raw": "RAW",
|
|
159
165
|
"Task Arrival": "Chegada da tarefa",
|
|
160
166
|
"Task Assigned": "Tarefa atribuída",
|
|
161
167
|
"Task Cloned": "Tarefa Clonada",
|
|
@@ -112,10 +112,12 @@
|
|
|
112
112
|
"Method": "Method",
|
|
113
113
|
"Headers": "Headers",
|
|
114
114
|
"Query Parameters": "Query Parameters",
|
|
115
|
+
"Body Type": "Body Type",
|
|
115
116
|
"Body": "Body",
|
|
116
117
|
"Response is Binary ?": "Response is Binary ?",
|
|
117
118
|
"No Error on Failure": "No Error on Failure",
|
|
118
119
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
120
|
+
"Follow redirects": "Follow redirects",
|
|
119
121
|
"The recipient's full name": "The recipient's full name",
|
|
120
122
|
"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.": "A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.",
|
|
121
123
|
"Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.": "Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.",
|
|
@@ -149,13 +151,17 @@
|
|
|
149
151
|
"Name of the team": "Name of the team",
|
|
150
152
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Allows Drivers to Self Assign Tasks that are in the Team unassigned container.",
|
|
151
153
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
152
|
-
"Enable for files like PDFs, images, etc
|
|
154
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
153
155
|
"GET": "GET",
|
|
154
156
|
"POST": "POST",
|
|
155
157
|
"PATCH": "PATCH",
|
|
156
158
|
"PUT": "PUT",
|
|
157
159
|
"DELETE": "DELETE",
|
|
158
160
|
"HEAD": "HEAD",
|
|
161
|
+
"None": "None",
|
|
162
|
+
"JSON": "JSON",
|
|
163
|
+
"Form Data": "Form Data",
|
|
164
|
+
"Raw": "Raw",
|
|
159
165
|
"Task Arrival": "Task Arrival",
|
|
160
166
|
"Task Assigned": "Task Assigned",
|
|
161
167
|
"Task Cloned": "Task Cloned",
|
package/src/i18n/zh.json
CHANGED
|
@@ -112,10 +112,12 @@
|
|
|
112
112
|
"Method": "方法",
|
|
113
113
|
"Headers": "信头",
|
|
114
114
|
"Query Parameters": "查询参数",
|
|
115
|
+
"Body Type": "Body Type",
|
|
115
116
|
"Body": "正文内容",
|
|
116
117
|
"Response is Binary ?": "Response is Binary ?",
|
|
117
118
|
"No Error on Failure": "失败时没有错误",
|
|
118
119
|
"Timeout (in seconds)": "超时(秒)",
|
|
120
|
+
"Follow redirects": "Follow redirects",
|
|
119
121
|
"The recipient's full name": "The recipient's full name",
|
|
120
122
|
"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.": "A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.",
|
|
121
123
|
"Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.": "Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.",
|
|
@@ -149,13 +151,17 @@
|
|
|
149
151
|
"Name of the team": "Name of the team",
|
|
150
152
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Allows Drivers to Self Assign Tasks that are in the Team unassigned container.",
|
|
151
153
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
152
|
-
"Enable for files like PDFs, images, etc
|
|
154
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
153
155
|
"GET": "获取",
|
|
154
156
|
"POST": "帖子",
|
|
155
157
|
"PATCH": "PATCH",
|
|
156
158
|
"PUT": "弹出",
|
|
157
159
|
"DELETE": "删除",
|
|
158
160
|
"HEAD": "黑色",
|
|
161
|
+
"None": "无",
|
|
162
|
+
"JSON": "JSON",
|
|
163
|
+
"Form Data": "表单数据",
|
|
164
|
+
"Raw": "原始文件",
|
|
159
165
|
"Task Arrival": "Task Arrival",
|
|
160
166
|
"Task Assigned": "Task Assigned",
|
|
161
167
|
"Task Cloned": "Task Cloned",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const autoDispatchCompleted: 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 autoDispatchCompleted: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const smsRecipientOptOut: 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 smsRecipientOptOut: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const smsRecipientResponseMissed: 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 smsRecipientResponseMissed: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const taskArrival: 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 taskArrival: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const taskAssigned: 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 taskAssigned: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const taskCloned: 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 taskCloned: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const taskCompleted: 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 taskCompleted: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const taskCreated: 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 taskCreated: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const taskDelayed: 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 taskDelayed: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const taskDeleted: 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 taskDeleted: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const taskEta: 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 taskEta: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const taskFailed: 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 taskFailed: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const taskStarted: 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 taskStarted: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const taskUnassigned: 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 taskUnassigned: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const taskUpdated: 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 taskUpdated: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const workerCreated: 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 workerCreated: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const workerDeleted: 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 workerDeleted: 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>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const workerDutyChange: 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 workerDutyChange: 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>, {}>;
|