@activepieces/piece-acuity-scheduling 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/appointment-canceled.d.ts +3 -0
- package/src/lib/triggers/appointment-scheduled.d.ts +3 -0
package/package.json
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-acuity-scheduling",
|
|
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
|
@@ -57,10 +57,12 @@
|
|
|
57
57
|
"Method": "Methode",
|
|
58
58
|
"Headers": "Kopfzeilen",
|
|
59
59
|
"Query Parameters": "Abfrageparameter",
|
|
60
|
+
"Body Type": "Körpertyp",
|
|
60
61
|
"Body": "Körper",
|
|
61
62
|
"Response is Binary ?": "Antwort ist binär?",
|
|
62
63
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
63
64
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
65
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
64
66
|
"The start date and time for the block (ISO 8601 format).": "Das Startdatum und die Uhrzeit für den Block (ISO 8601 Format).",
|
|
65
67
|
"The end date and time for the block (ISO 8601 format).": "Das Enddatum und die Uhrzeit für den Block (ISO 8601 Format).",
|
|
66
68
|
"The numeric ID of the calendar to add this block to.": "Die numerische ID des Kalenders, der diesen Block hinzufügen soll.",
|
|
@@ -110,7 +112,7 @@
|
|
|
110
112
|
"Sort direction for the results.": "Sortiere Richtung für die Ergebnisse.",
|
|
111
113
|
"Filter client list by first name, last name, or phone number.": "Clientliste nach Vorname, Nachname oder Telefonnummer filtern.",
|
|
112
114
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
113
|
-
"Enable for files like PDFs, images, etc
|
|
115
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
114
116
|
"Scheduled": "Geplant",
|
|
115
117
|
"Canceled": "Abgebrochen",
|
|
116
118
|
"All (Scheduled & Canceled)": "Alle (geplant & abgebrochen)",
|
|
@@ -122,6 +124,10 @@
|
|
|
122
124
|
"PUT": "PUT",
|
|
123
125
|
"DELETE": "LÖSCHEN",
|
|
124
126
|
"HEAD": "HEAD",
|
|
127
|
+
"None": "Keine",
|
|
128
|
+
"JSON": "JSON",
|
|
129
|
+
"Form Data": "Formulardaten",
|
|
130
|
+
"Raw": "Rohe",
|
|
125
131
|
"Appointment Canceled": "Termin abgebrochen",
|
|
126
132
|
"New Appointment": "Neuer Termin",
|
|
127
133
|
"Triggers when an appointment is canceled.": "Wird ausgelöst, wenn ein Termin storniert wird.",
|
package/src/i18n/es.json
CHANGED
|
@@ -57,10 +57,12 @@
|
|
|
57
57
|
"Method": "Método",
|
|
58
58
|
"Headers": "Encabezados",
|
|
59
59
|
"Query Parameters": "Parámetros de consulta",
|
|
60
|
+
"Body Type": "Tipo de cuerpo",
|
|
60
61
|
"Body": "Cuerpo",
|
|
61
62
|
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
62
63
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
63
64
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
65
|
+
"Follow redirects": "Seguir redirecciones",
|
|
64
66
|
"The start date and time for the block (ISO 8601 format).": "Fecha y hora de inicio para el bloque (formato ISO 8601).",
|
|
65
67
|
"The end date and time for the block (ISO 8601 format).": "Fecha y hora de fin del bloque (formato ISO 8601).",
|
|
66
68
|
"The numeric ID of the calendar to add this block to.": "El ID numérico del calendario al que añadir este bloque.",
|
|
@@ -110,7 +112,7 @@
|
|
|
110
112
|
"Sort direction for the results.": "Ordenar la dirección de los resultados.",
|
|
111
113
|
"Filter client list by first name, last name, or phone number.": "Filtrar la lista de clientes por nombre, apellido o número de teléfono.",
|
|
112
114
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
113
|
-
"Enable for files like PDFs, images, etc
|
|
115
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
114
116
|
"Scheduled": "Programado",
|
|
115
117
|
"Canceled": "Cancelado",
|
|
116
118
|
"All (Scheduled & Canceled)": "Todos (Agendados y cancelados)",
|
|
@@ -122,6 +124,10 @@
|
|
|
122
124
|
"PUT": "PUT",
|
|
123
125
|
"DELETE": "BORRAR",
|
|
124
126
|
"HEAD": "LIMPIO",
|
|
127
|
+
"None": "Ninguna",
|
|
128
|
+
"JSON": "JSON",
|
|
129
|
+
"Form Data": "Datos de Formulario",
|
|
130
|
+
"Raw": "Rápido",
|
|
125
131
|
"Appointment Canceled": "Cita cancelada",
|
|
126
132
|
"New Appointment": "Nueva cita",
|
|
127
133
|
"Triggers when an appointment is canceled.": "Dispara cuando una cita es cancelada.",
|
package/src/i18n/fr.json
CHANGED
|
@@ -57,10 +57,12 @@
|
|
|
57
57
|
"Method": "Méthode",
|
|
58
58
|
"Headers": "En-têtes",
|
|
59
59
|
"Query Parameters": "Paramètres de requête",
|
|
60
|
+
"Body Type": "Body Type",
|
|
60
61
|
"Body": "Corps",
|
|
61
62
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
62
63
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
63
64
|
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
65
|
+
"Follow redirects": "Suivre les redirections",
|
|
64
66
|
"The start date and time for the block (ISO 8601 format).": "La date et l'heure de début du bloc (format ISO 8601).",
|
|
65
67
|
"The end date and time for the block (ISO 8601 format).": "La date et l'heure de fin du bloc (format ISO 8601).",
|
|
66
68
|
"The numeric ID of the calendar to add this block to.": "L'ID numérique du calendrier auquel ajouter ce bloc.",
|
|
@@ -110,7 +112,7 @@
|
|
|
110
112
|
"Sort direction for the results.": "Direction de tri pour les résultats.",
|
|
111
113
|
"Filter client list by first name, last name, or phone number.": "Filtrer la liste des clients par prénom, nom ou numéro de téléphone.",
|
|
112
114
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
113
|
-
"Enable for files like PDFs, images, etc
|
|
115
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
114
116
|
"Scheduled": "Planifié",
|
|
115
117
|
"Canceled": "Annulé",
|
|
116
118
|
"All (Scheduled & Canceled)": "Tout (Planifié & Annulé)",
|
|
@@ -122,6 +124,10 @@
|
|
|
122
124
|
"PUT": "PUT",
|
|
123
125
|
"DELETE": "DELETE",
|
|
124
126
|
"HEAD": "HEAD",
|
|
127
|
+
"None": "Aucun",
|
|
128
|
+
"JSON": "JSON",
|
|
129
|
+
"Form Data": "Données du formulaire",
|
|
130
|
+
"Raw": "Brut",
|
|
125
131
|
"Appointment Canceled": "Rendez-vous annulé",
|
|
126
132
|
"New Appointment": "Nouveau Rendez-vous",
|
|
127
133
|
"Triggers when an appointment is canceled.": "Déclenche lorsqu'un rendez-vous est annulé.",
|
package/src/i18n/ja.json
CHANGED
|
@@ -57,10 +57,12 @@
|
|
|
57
57
|
"Method": "方法",
|
|
58
58
|
"Headers": "ヘッダー",
|
|
59
59
|
"Query Parameters": "クエリパラメータ",
|
|
60
|
+
"Body Type": "ボディタイプ",
|
|
60
61
|
"Body": "本文",
|
|
61
62
|
"Response is Binary ?": "応答はバイナリですか?",
|
|
62
63
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
63
64
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
65
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
64
66
|
"The start date and time for the block (ISO 8601 format).": "ブロックの開始日時(ISO 8601形式)。",
|
|
65
67
|
"The end date and time for the block (ISO 8601 format).": "ブロックの終了日時(ISO 8601形式)。",
|
|
66
68
|
"The numeric ID of the calendar to add this block to.": "このブロックを追加するカレンダーの数値ID。",
|
|
@@ -110,7 +112,7 @@
|
|
|
110
112
|
"Sort direction for the results.": "結果の並べ替え方向。",
|
|
111
113
|
"Filter client list by first name, last name, or phone number.": "クライアントのリストを姓、姓、電話番号で絞り込みます。",
|
|
112
114
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
113
|
-
"Enable for files like PDFs, images, etc
|
|
115
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
114
116
|
"Scheduled": "スケジュール済み",
|
|
115
117
|
"Canceled": "キャンセルしました",
|
|
116
118
|
"All (Scheduled & Canceled)": "すべて (スケジュールとキャンセル)",
|
|
@@ -122,6 +124,10 @@
|
|
|
122
124
|
"PUT": "PUT",
|
|
123
125
|
"DELETE": "削除",
|
|
124
126
|
"HEAD": "頭",
|
|
127
|
+
"None": "なし",
|
|
128
|
+
"JSON": "JSON",
|
|
129
|
+
"Form Data": "フォームデータ",
|
|
130
|
+
"Raw": "Raw",
|
|
125
131
|
"Appointment Canceled": "予約がキャンセルされました",
|
|
126
132
|
"New Appointment": "新しい予約",
|
|
127
133
|
"Triggers when an appointment is canceled.": "予約がキャンセルされたときにトリガーします。",
|
package/src/i18n/nl.json
CHANGED
|
@@ -57,10 +57,12 @@
|
|
|
57
57
|
"Method": "Methode",
|
|
58
58
|
"Headers": "Kopteksten",
|
|
59
59
|
"Query Parameters": "Query parameters",
|
|
60
|
+
"Body Type": "Type lichaam",
|
|
60
61
|
"Body": "Lichaam",
|
|
61
62
|
"Response is Binary ?": "Antwoord is binair?",
|
|
62
63
|
"No Error on Failure": "Geen fout bij fout",
|
|
63
64
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
65
|
+
"Follow redirects": "Volg omleidingen",
|
|
64
66
|
"The start date and time for the block (ISO 8601 format).": "De startdatum en tijd voor het blok (ISO 8601 formaat).",
|
|
65
67
|
"The end date and time for the block (ISO 8601 format).": "De einddatum en tijd voor het blok (ISO 8601 formaat).",
|
|
66
68
|
"The numeric ID of the calendar to add this block to.": "De numerieke ID van de kalender aan dit blok toe te voegen.",
|
|
@@ -110,7 +112,7 @@
|
|
|
110
112
|
"Sort direction for the results.": "Sorteer de richting voor de resultaten.",
|
|
111
113
|
"Filter client list by first name, last name, or phone number.": "Filter klantenlijst op voornaam, achternaam of telefoonnummer.",
|
|
112
114
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
113
|
-
"Enable for files like PDFs, images, etc
|
|
115
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
114
116
|
"Scheduled": "Gepland",
|
|
115
117
|
"Canceled": "Geannuleerd",
|
|
116
118
|
"All (Scheduled & Canceled)": "Alles (gepland & geannuleerd)",
|
|
@@ -122,6 +124,10 @@
|
|
|
122
124
|
"PUT": "PUT",
|
|
123
125
|
"DELETE": "VERWIJDEREN",
|
|
124
126
|
"HEAD": "HOOFD",
|
|
127
|
+
"None": "geen",
|
|
128
|
+
"JSON": "JSON",
|
|
129
|
+
"Form Data": "Formulieren gegevens",
|
|
130
|
+
"Raw": "Onbewerkte",
|
|
125
131
|
"Appointment Canceled": "Afspraak geannuleerd",
|
|
126
132
|
"New Appointment": "Nieuwe afspraak",
|
|
127
133
|
"Triggers when an appointment is canceled.": "Triggert wanneer een afspraak geannuleerd wordt.",
|
package/src/i18n/pt.json
CHANGED
|
@@ -57,10 +57,12 @@
|
|
|
57
57
|
"Method": "Método",
|
|
58
58
|
"Headers": "Cabeçalhos",
|
|
59
59
|
"Query Parameters": "Parâmetros da consulta",
|
|
60
|
+
"Body Type": "Tipo de Corpo",
|
|
60
61
|
"Body": "Conteúdo",
|
|
61
62
|
"Response is Binary ?": "A resposta é binária ?",
|
|
62
63
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
63
64
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
65
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
64
66
|
"The start date and time for the block (ISO 8601 format).": "A data e hora de início do bloco (formato ISO 8601).",
|
|
65
67
|
"The end date and time for the block (ISO 8601 format).": "A data e hora de término do bloco (formato ISO 8601)",
|
|
66
68
|
"The numeric ID of the calendar to add this block to.": "O ID numérico do calendário a adicionar este bloco.",
|
|
@@ -110,7 +112,7 @@
|
|
|
110
112
|
"Sort direction for the results.": "Direção de classificação para os resultados.",
|
|
111
113
|
"Filter client list by first name, last name, or phone number.": "Filtrar lista de clientes por nome, sobrenome ou número de telefone.",
|
|
112
114
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
113
|
-
"Enable for files like PDFs, images, etc
|
|
115
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
114
116
|
"Scheduled": "Agendado",
|
|
115
117
|
"Canceled": "Cancelado",
|
|
116
118
|
"All (Scheduled & Canceled)": "Todos (Padrão & Cancelado)",
|
|
@@ -122,6 +124,10 @@
|
|
|
122
124
|
"PUT": "COLOCAR",
|
|
123
125
|
"DELETE": "EXCLUIR",
|
|
124
126
|
"HEAD": "CABEÇA",
|
|
127
|
+
"None": "Nenhuma",
|
|
128
|
+
"JSON": "JSON",
|
|
129
|
+
"Form Data": "Dados de Formulário",
|
|
130
|
+
"Raw": "RAW",
|
|
125
131
|
"Appointment Canceled": "Nomeação Cancelada",
|
|
126
132
|
"New Appointment": "Novo Compromisso",
|
|
127
133
|
"Triggers when an appointment is canceled.": "Dispara quando um agendamento é cancelado.",
|
|
@@ -57,10 +57,12 @@
|
|
|
57
57
|
"Method": "Method",
|
|
58
58
|
"Headers": "Headers",
|
|
59
59
|
"Query Parameters": "Query Parameters",
|
|
60
|
+
"Body Type": "Body Type",
|
|
60
61
|
"Body": "Body",
|
|
61
62
|
"Response is Binary ?": "Response is Binary ?",
|
|
62
63
|
"No Error on Failure": "No Error on Failure",
|
|
63
64
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
65
|
+
"Follow redirects": "Follow redirects",
|
|
64
66
|
"The start date and time for the block (ISO 8601 format).": "The start date and time for the block (ISO 8601 format).",
|
|
65
67
|
"The end date and time for the block (ISO 8601 format).": "The end date and time for the block (ISO 8601 format).",
|
|
66
68
|
"The numeric ID of the calendar to add this block to.": "The numeric ID of the calendar to add this block to.",
|
|
@@ -110,7 +112,7 @@
|
|
|
110
112
|
"Sort direction for the results.": "Sort direction for the results.",
|
|
111
113
|
"Filter client list by first name, last name, or phone number.": "Filter client list by first name, last name, or phone number.",
|
|
112
114
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
113
|
-
"Enable for files like PDFs, images, etc
|
|
115
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
114
116
|
"Scheduled": "Scheduled",
|
|
115
117
|
"Canceled": "Canceled",
|
|
116
118
|
"All (Scheduled & Canceled)": "All (Scheduled & Canceled)",
|
|
@@ -122,6 +124,10 @@
|
|
|
122
124
|
"PUT": "PUT",
|
|
123
125
|
"DELETE": "DELETE",
|
|
124
126
|
"HEAD": "HEAD",
|
|
127
|
+
"None": "None",
|
|
128
|
+
"JSON": "JSON",
|
|
129
|
+
"Form Data": "Form Data",
|
|
130
|
+
"Raw": "Raw",
|
|
125
131
|
"Appointment Canceled": "Appointment Canceled",
|
|
126
132
|
"New Appointment": "New Appointment",
|
|
127
133
|
"Triggers when an appointment is canceled.": "Triggers when an appointment is canceled.",
|
package/src/i18n/zh.json
CHANGED
|
@@ -57,10 +57,12 @@
|
|
|
57
57
|
"Method": "方法",
|
|
58
58
|
"Headers": "信头",
|
|
59
59
|
"Query Parameters": "查询参数",
|
|
60
|
+
"Body Type": "Body Type",
|
|
60
61
|
"Body": "正文内容",
|
|
61
62
|
"Response is Binary ?": "Response is Binary ?",
|
|
62
63
|
"No Error on Failure": "失败时没有错误",
|
|
63
64
|
"Timeout (in seconds)": "超时(秒)",
|
|
65
|
+
"Follow redirects": "Follow redirects",
|
|
64
66
|
"The start date and time for the block (ISO 8601 format).": "The start date and time for the block (ISO 8601 format).",
|
|
65
67
|
"The end date and time for the block (ISO 8601 format).": "The end date and time for the block (ISO 8601 format).",
|
|
66
68
|
"The numeric ID of the calendar to add this block to.": "The numeric ID of the calendar to add this block to.",
|
|
@@ -110,7 +112,7 @@
|
|
|
110
112
|
"Sort direction for the results.": "Sort direction for the results.",
|
|
111
113
|
"Filter client list by first name, last name, or phone number.": "Filter client list by first name, last name, or phone number.",
|
|
112
114
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
113
|
-
"Enable for files like PDFs, images, etc
|
|
115
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
114
116
|
"Scheduled": "Scheduled",
|
|
115
117
|
"Canceled": "Canceled",
|
|
116
118
|
"All (Scheduled & Canceled)": "All (Scheduled & Canceled)",
|
|
@@ -122,6 +124,10 @@
|
|
|
122
124
|
"PUT": "弹出",
|
|
123
125
|
"DELETE": "删除",
|
|
124
126
|
"HEAD": "黑色",
|
|
127
|
+
"None": "无",
|
|
128
|
+
"JSON": "JSON",
|
|
129
|
+
"Form Data": "表单数据",
|
|
130
|
+
"Raw": "原始文件",
|
|
125
131
|
"Appointment Canceled": "Appointment Canceled",
|
|
126
132
|
"New Appointment": "New Appointment",
|
|
127
133
|
"Triggers when an appointment is canceled.": "Triggers when an appointment is canceled.",
|
|
@@ -5,6 +5,9 @@ export declare const appointmentCanceledTrigger: import("@activepieces/pieces-fr
|
|
|
5
5
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
6
6
|
calendarId: import("@activepieces/pieces-framework").DropdownProperty<number, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<number, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
7
7
|
appointmentTypeId: import("@activepieces/pieces-framework").DropdownProperty<number, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<number, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
8
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
9
|
+
calendarId: import("@activepieces/pieces-framework").DropdownProperty<number, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<number, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
10
|
+
appointmentTypeId: import("@activepieces/pieces-framework").DropdownProperty<number, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<number, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
8
11
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
9
12
|
calendarId: import("@activepieces/pieces-framework").DropdownProperty<number, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<number, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
10
13
|
appointmentTypeId: import("@activepieces/pieces-framework").DropdownProperty<number, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<number, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
@@ -5,6 +5,9 @@ export declare const appointmentScheduledTrigger: import("@activepieces/pieces-f
|
|
|
5
5
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
6
6
|
calendarId: import("@activepieces/pieces-framework").DropdownProperty<number, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<number, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
7
7
|
appointmentTypeId: import("@activepieces/pieces-framework").DropdownProperty<number, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<number, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
8
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
9
|
+
calendarId: import("@activepieces/pieces-framework").DropdownProperty<number, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<number, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
10
|
+
appointmentTypeId: import("@activepieces/pieces-framework").DropdownProperty<number, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<number, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
8
11
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
9
12
|
calendarId: import("@activepieces/pieces-framework").DropdownProperty<number, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<number, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
10
13
|
appointmentTypeId: import("@activepieces/pieces-framework").DropdownProperty<number, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<number, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|