@activepieces/piece-slack 0.15.0 → 0.16.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 CHANGED
@@ -1,16 +1,126 @@
1
1
  {
2
2
  "name": "@activepieces/piece-slack",
3
- "version": "0.15.0",
3
+ "version": "0.16.1",
4
4
  "main": "./src/index.js",
5
5
  "types": "./src/index.d.ts",
6
6
  "dependencies": {
7
- "@activepieces/pieces-common": "0.12.0",
8
- "@activepieces/pieces-framework": "0.26.0",
9
- "@activepieces/shared": "0.51.0",
10
7
  "@slack/web-api": "7.9.0",
11
8
  "slackify-markdown": "4.4.0",
12
9
  "zod": "4.3.6",
13
- "tslib": "2.6.2"
10
+ "tslib": "2.6.2",
11
+ "@slack/logger": "4.0.1",
12
+ "@slack/types": "2.20.1",
13
+ "@types/node": "24.11.0",
14
+ "@types/retry": "0.12.0",
15
+ "axios": "1.13.5",
16
+ "eventemitter3": "5.0.4",
17
+ "form-data": "4.0.4",
18
+ "is-electron": "2.2.2",
19
+ "is-stream": "2.0.1",
20
+ "p-queue": "6.6.2",
21
+ "p-retry": "4.6.2",
22
+ "retry": "0.13.1",
23
+ "mdast-util-to-markdown": "0.6.5",
24
+ "remark-gfm": "1.0.0",
25
+ "remark-parse": "9.0.0",
26
+ "remark-stringify": "9.0.1",
27
+ "unified": "9.2.2",
28
+ "unist-util-remove": "2.1.0",
29
+ "unist-util-visit": "2.0.3",
30
+ "undici-types": "7.16.0",
31
+ "follow-redirects": "1.15.11",
32
+ "proxy-from-env": "1.1.0",
33
+ "asynckit": "0.4.0",
34
+ "combined-stream": "1.0.8",
35
+ "es-set-tostringtag": "2.1.0",
36
+ "hasown": "2.0.2",
37
+ "mime-types": "2.1.35",
38
+ "p-timeout": "3.2.0",
39
+ "@types/unist": "2.0.11",
40
+ "longest-streak": "2.0.4",
41
+ "mdast-util-to-string": "2.0.0",
42
+ "parse-entities": "2.0.0",
43
+ "repeat-string": "1.6.1",
44
+ "zwitch": "1.0.5",
45
+ "mdast-util-gfm": "0.1.2",
46
+ "micromark-extension-gfm": "0.3.3",
47
+ "mdast-util-from-markdown": "0.8.5",
48
+ "bail": "1.0.5",
49
+ "extend": "3.0.2",
50
+ "is-buffer": "2.0.5",
51
+ "is-plain-obj": "2.1.0",
52
+ "trough": "1.0.5",
53
+ "vfile": "4.2.1",
54
+ "unist-util-is": "4.1.0",
55
+ "unist-util-visit-parents": "3.1.1",
56
+ "delayed-stream": "1.0.0",
57
+ "es-errors": "1.3.0",
58
+ "get-intrinsic": "1.3.0",
59
+ "has-tostringtag": "1.0.2",
60
+ "function-bind": "1.1.2",
61
+ "mime-db": "1.52.0",
62
+ "p-finally": "1.0.0",
63
+ "character-entities": "1.2.4",
64
+ "character-entities-legacy": "1.1.4",
65
+ "character-reference-invalid": "1.1.4",
66
+ "is-alphanumerical": "1.0.4",
67
+ "is-decimal": "1.0.4",
68
+ "is-hexadecimal": "1.0.4",
69
+ "mdast-util-gfm-autolink-literal": "0.1.3",
70
+ "mdast-util-gfm-strikethrough": "0.2.3",
71
+ "mdast-util-gfm-table": "0.1.6",
72
+ "mdast-util-gfm-task-list-item": "0.1.6",
73
+ "micromark": "2.11.4",
74
+ "micromark-extension-gfm-autolink-literal": "0.5.7",
75
+ "micromark-extension-gfm-strikethrough": "0.6.5",
76
+ "micromark-extension-gfm-table": "0.4.3",
77
+ "micromark-extension-gfm-tagfilter": "0.3.0",
78
+ "micromark-extension-gfm-task-list-item": "0.3.3",
79
+ "@types/mdast": "3.0.15",
80
+ "unist-util-stringify-position": "2.0.3",
81
+ "vfile-message": "2.0.4",
82
+ "call-bind-apply-helpers": "1.0.2",
83
+ "es-define-property": "1.0.1",
84
+ "es-object-atoms": "1.1.1",
85
+ "get-proto": "1.0.1",
86
+ "gopd": "1.2.0",
87
+ "has-symbols": "1.1.0",
88
+ "math-intrinsics": "1.1.0",
89
+ "is-alphabetical": "1.0.4",
90
+ "ccount": "1.1.0",
91
+ "mdast-util-find-and-replace": "1.1.1",
92
+ "markdown-table": "2.0.0",
93
+ "debug": "4.4.3",
94
+ "dunder-proto": "1.0.1",
95
+ "escape-string-regexp": "4.0.0",
96
+ "ms": "2.1.3",
97
+ "@types/debug": "4.1.13",
98
+ "decode-named-character-reference": "1.3.0",
99
+ "devlop": "1.1.0",
100
+ "micromark-core-commonmark": "2.0.3",
101
+ "micromark-factory-space": "2.0.1",
102
+ "micromark-util-character": "2.1.1",
103
+ "micromark-util-chunked": "2.0.1",
104
+ "micromark-util-combine-extensions": "2.0.1",
105
+ "micromark-util-decode-numeric-character-reference": "2.0.2",
106
+ "micromark-util-encode": "2.0.1",
107
+ "micromark-util-normalize-identifier": "2.0.1",
108
+ "micromark-util-resolve-all": "2.0.1",
109
+ "micromark-util-sanitize-uri": "2.0.1",
110
+ "micromark-util-subtokenize": "2.1.0",
111
+ "micromark-util-symbol": "2.0.1",
112
+ "micromark-util-types": "2.0.2",
113
+ "@types/ms": "2.1.0",
114
+ "dequal": "2.0.3",
115
+ "micromark-factory-destination": "2.0.1",
116
+ "micromark-factory-label": "2.0.1",
117
+ "micromark-factory-title": "2.0.1",
118
+ "micromark-factory-whitespace": "2.0.1",
119
+ "micromark-util-classify-character": "2.0.1",
120
+ "micromark-util-html-tag-name": "2.0.1",
121
+ "@activepieces/pieces-common": "0.12.1",
122
+ "@activepieces/pieces-framework": "0.26.2",
123
+ "@activepieces/shared": "0.57.2"
14
124
  },
15
125
  "scripts": {
16
126
  "build": "tsc -p tsconfig.lib.json && cp package.json dist/",
package/src/i18n/de.json CHANGED
@@ -56,6 +56,7 @@
56
56
  "Channel": "Kanal",
57
57
  "Message Timestamp": "Nachrichtenzeitstempel",
58
58
  "Reaction (emoji) name": "Reaktionsname (Emoji)",
59
+ "React as user?": "Als Benutzer reagieren?",
59
60
  "User": "Benutzer",
60
61
  "Message": "Nachricht",
61
62
  "Username": "Benutzername",
@@ -106,6 +107,7 @@
106
107
  "You can get the Channel ID by right-clicking on the channel and selecting 'View Channel Details.'": "Sie können die Kanal-ID erhalten, indem Sie mit der rechten Maustaste auf den Kanal klicken und \"Kanaldetails anzeigen\" auswählen.",
107
108
  "Please provide the timestamp of the message you wish to react, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.": "Bitte geben Sie den Zeitstempel der Nachricht an, die Sie reagieren möchten, wie zum Beispiel `1710304378.475129`. Alternativ kannst du einfach den Nachrichtenlink erhalten, indem du auf die drei Punkte neben der Nachricht klickst und die Option `Link kopieren` auswählst.",
108
109
  "e.g.`thumbsup`": "e.g.`thumbsup`",
110
+ "If enabled, the reaction will be added as the authenticated user instead of the bot.": "Wenn aktiviert, wird die Reaktion als authentifizierter Benutzer anstelle des Bots hinzugefügt.",
109
111
  "The username of the bot": "Der Benutzername des Bots",
110
112
  "The profile picture of the bot": "Das Profilbild des Bots",
111
113
  "The icon emoji of the bot": "Das Emoji des Bots Symbol",
@@ -158,7 +160,7 @@
158
160
  "Triggers when a new message is posted to any channel.": "Wird ausgelöst, wenn eine neue Nachricht an einen beliebigen Kanal gesendet wird.",
159
161
  "Triggers when a new message is posted to a specific #channel you choose.": "Wird ausgelöst, wenn eine neue Nachricht an einen bestimmten #channel gesendet wird, den du wählst.",
160
162
  "Triggers when a message was posted in a direct message channel.": "Wird ausgelöst, wenn eine Nachricht in einem Direktnachrichten gesendet wurde.",
161
- "Triggers when a username is mentioned.": "Wird ausgelöst, wenn ein Benutzername erwähnt wird.",
163
+ "Triggers when a user or user group is mentioned.": "Wird ausgelöst, wenn ein Benutzer oder eine Benutzergruppe erwähnt wird.",
162
164
  "Triggers when a username is mentioned in a direct message channel.": "Wird ausgelöst, wenn ein Benutzername in einem Direktnachrichtenkanal erwähnt wird.",
163
165
  "Triggers when a new reaction is added to a message": "Wird ausgelöst, wenn eine neue Reaktion einer Nachricht hinzugefügt wird",
164
166
  "Triggers when a channel is created": "Wird ausgelöst, wenn ein Kanal erstellt wird",
@@ -170,12 +172,16 @@
170
172
  "Triggers when a user interacts with a modal.": "Wird ausgelöst, wenn ein Benutzer mit einem Modal interagiert.",
171
173
  "Ignore Bot Messages ?": "Bot Nachrichten ignorieren ?",
172
174
  "Ignore Message from Yourself ?": "Nachricht von Ihnen selbst ignorieren ?",
175
+ "Users": "Benutzer",
176
+ "User Groups": "Benutzergruppen",
173
177
  "Channels": "Kanäle",
178
+ "Remove Mention from Message": "Erwähnung aus Nachricht entfernen",
174
179
  "Emojis (E.g fire, smile)": "Emojis (Feuer, Lächeln)",
175
180
  "Commands": "Befehle",
176
181
  "Interaction Type": "Interaktionstyp",
177
182
  "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}": "\n\tBitte stelle sicher, dass du den Bot zum Kanal hinzufügst, indem du folgende Schritte folgst:\n\t 1. Tippe /invite in den Chat des Channels.\n\t 2. Klicke auf Apps zu diesem Kanal hinzufügen.\n\t 3. Suche nach und füge den Bot hinzu.\n \n**Notiz**: Wenn du den Kanal in der Dropdown-Liste nicht finden kannst (welche bis zu 2000 Kanäle abruft) bitte klicken Sie auf das **(F)** und tippen Sie die Kanal-ID direkt in ein Array wie folgt: `{`{ ['your_channel_id_1', 'your_channel_id_2', . .] `}`}",
178
183
  "If no channel is selected, the flow will be triggered for username mentions in all channels": "Wenn kein Kanal ausgewählt ist, wird der Fluss für Benutzername Erwähnungen in allen Kanälen ausgelöst",
184
+ "If enabled, provides a clean_text field with the user and user group mentions removed from the message.": "Falls aktiviert, stellt ein clean_text Feld mit den Benutzer- und Benutzergruppen-Erwähnungen, die aus der Nachricht entfernt wurden, zur Verfügung.",
179
185
  "Select emojis to trigger on": "Wähle Emojis zum Auslösen aus",
180
186
  "If no channel is selected, the flow will be triggered for reactions in all channels the app has access to": "Wenn kein Kanal ausgewählt ist, wird der Fluss für Reaktionen in allen Kanälen ausgelöst, auf die die App Zugriff hat",
181
187
  "List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "Liste gültiger Befehle, auf die der Bot reagieren soll (z.B. help, ocr, remind)",
package/src/i18n/es.json CHANGED
@@ -56,6 +56,7 @@
56
56
  "Channel": "Canal",
57
57
  "Message Timestamp": "Marca de tiempo del mensaje",
58
58
  "Reaction (emoji) name": "Reacción (emoji) nombre",
59
+ "React as user?": "¿React como usuario?",
59
60
  "User": "Usuario",
60
61
  "Message": "Mensaje",
61
62
  "Username": "Usuario",
@@ -106,6 +107,7 @@
106
107
  "You can get the Channel ID by right-clicking on the channel and selecting 'View Channel Details.'": "Puede obtener el ID del canal haciendo clic derecho en el canal y seleccionando 'Ver detalles del canal'.",
107
108
  "Please provide the timestamp of the message you wish to react, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.": "Por favor proporcione la marca de tiempo del mensaje que desea reaccionar, como `1710304378.475129`. Alternativamente, puede obtener fácilmente el enlace del mensaje haciendo clic en los tres puntos junto al mensaje y seleccionando la opción `Copy link`.",
108
109
  "e.g.`thumbsup`": "e.g.`thumbsup`",
110
+ "If enabled, the reaction will be added as the authenticated user instead of the bot.": "Si se activa, la reacción se añadirá como el usuario autenticado en lugar del bot.",
109
111
  "The username of the bot": "El nombre de usuario del bot",
110
112
  "The profile picture of the bot": "La foto de perfil del bot",
111
113
  "The icon emoji of the bot": "El icono emoji del bot",
@@ -158,7 +160,7 @@
158
160
  "Triggers when a new message is posted to any channel.": "Dispara cuando se publica un nuevo mensaje en cualquier canal.",
159
161
  "Triggers when a new message is posted to a specific #channel you choose.": "Dispara cuando un nuevo mensaje se publica en un #canal específico que elijas.",
160
162
  "Triggers when a message was posted in a direct message channel.": "Dispara cuando un mensaje fue publicado en un canal de mensaje directo.",
161
- "Triggers when a username is mentioned.": "Dispara cuando se menciona un nombre de usuario.",
163
+ "Triggers when a user or user group is mentioned.": "Se activa cuando se menciona a un usuario o grupo de usuarios.",
162
164
  "Triggers when a username is mentioned in a direct message channel.": "Dispara cuando un nombre de usuario es mencionado en un canal de mensaje directo.",
163
165
  "Triggers when a new reaction is added to a message": "Dispara cuando se agrega una nueva reacción a un mensaje",
164
166
  "Triggers when a channel is created": "Dispara cuando se crea un canal",
@@ -170,12 +172,16 @@
170
172
  "Triggers when a user interacts with a modal.": "Dispara cuando un usuario interactúa con un modal.",
171
173
  "Ignore Bot Messages ?": "¿Ignorar mensajes de bot?",
172
174
  "Ignore Message from Yourself ?": "¿Ignorar mensaje de ti mismo?",
175
+ "Users": "Usuarios",
176
+ "User Groups": "Grupos de usuarios",
173
177
  "Channels": "Canales",
178
+ "Remove Mention from Message": "Eliminar Mención del Mensaje",
174
179
  "Emojis (E.g fire, smile)": "Emojis (Ej. fuego, sonrisa)",
175
180
  "Commands": "Comandos",
176
181
  "Interaction Type": "Tipo de interacción",
177
182
  "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}": "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}",
178
183
  "If no channel is selected, the flow will be triggered for username mentions in all channels": "Si no se selecciona ningún canal, el flujo se activará por menciones de nombre de usuario en todos los canales",
184
+ "If enabled, provides a clean_text field with the user and user group mentions removed from the message.": "Si está habilitado, proporciona un campo clean_text con las menciones del usuario y del grupo de usuarios eliminadas del mensaje.",
179
185
  "Select emojis to trigger on": "Selecciona emojis para activar",
180
186
  "If no channel is selected, the flow will be triggered for reactions in all channels the app has access to": "Si no se selecciona ningún canal, el flujo se activará para reacciones en todos los canales a los que la aplicación tiene acceso",
181
187
  "List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "Lista de comandos válidos a los que el bot debe responder (por ejemplo, ayuda, ocr, recordatorio)",
package/src/i18n/fr.json CHANGED
@@ -56,6 +56,7 @@
56
56
  "Channel": "Chaîne",
57
57
  "Message Timestamp": "Horodatage du message",
58
58
  "Reaction (emoji) name": "Nom de réaction (emoji)",
59
+ "React as user?": "Réagir en tant qu'utilisateur?",
59
60
  "User": "Utilisateur",
60
61
  "Message": "Message",
61
62
  "Username": "Nom d'utilisateur",
@@ -106,6 +107,7 @@
106
107
  "You can get the Channel ID by right-clicking on the channel and selecting 'View Channel Details.'": "Vous pouvez obtenir l'ID du canal en cliquant avec le bouton droit sur le canal et en sélectionnant \"Voir les détails de la chaîne\".",
107
108
  "Please provide the timestamp of the message you wish to react, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.": "Veuillez fournir l'horodatage du message que vous souhaitez réagir, comme `1710304378.475129`. Alternativement, vous pouvez facilement obtenir le lien du message en cliquant sur les trois points à côté du message et en sélectionnant l'option `Copier le lien`.",
108
109
  "e.g.`thumbsup`": "e.g.`thumbsup`",
110
+ "If enabled, the reaction will be added as the authenticated user instead of the bot.": "Si activé, la réaction sera ajoutée en tant qu'utilisateur authentifié au lieu du bot.",
109
111
  "The username of the bot": "Le nom d'utilisateur du bot",
110
112
  "The profile picture of the bot": "La photo de profil du bot",
111
113
  "The icon emoji of the bot": "L'emoji de l'icône du bot",
@@ -158,7 +160,7 @@
158
160
  "Triggers when a new message is posted to any channel.": "Déclenche lorsqu'un nouveau message est posté sur n'importe quel canal.",
159
161
  "Triggers when a new message is posted to a specific #channel you choose.": "Déclenche lorsqu'un nouveau message est posté sur un canal spécifique que vous choisissez.",
160
162
  "Triggers when a message was posted in a direct message channel.": "Déclenche lorsqu'un message a été posté dans un canal de message direct.",
161
- "Triggers when a username is mentioned.": "Déclenche lorsqu'un nom d'utilisateur est mentionné.",
163
+ "Triggers when a user or user group is mentioned.": "Déclenche lorsqu'un utilisateur ou un groupe d'utilisateurs est mentionné.",
162
164
  "Triggers when a username is mentioned in a direct message channel.": "Déclenche lorsqu'un nom d'utilisateur est mentionné dans un canal de message direct.",
163
165
  "Triggers when a new reaction is added to a message": "Déclenche quand une nouvelle réaction est ajoutée à un message",
164
166
  "Triggers when a channel is created": "Déclenche quand un canal est créé",
@@ -170,12 +172,16 @@
170
172
  "Triggers when a user interacts with a modal.": "Déclenche lorsqu'un utilisateur interagit avec un modal.",
171
173
  "Ignore Bot Messages ?": "Ignorer les messages du bot ?",
172
174
  "Ignore Message from Yourself ?": "Ignorer le message de vous-même ?",
175
+ "Users": "Utilisateurs",
176
+ "User Groups": "Groupes d'utilisateurs",
173
177
  "Channels": "Canaux",
178
+ "Remove Mention from Message": "Supprimer la mention du message",
174
179
  "Emojis (E.g fire, smile)": "Emojis (par exemple, feu, sourire)",
175
180
  "Commands": "Commandes",
176
181
  "Interaction Type": "Type d'interaction",
177
182
  "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}": "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}",
178
183
  "If no channel is selected, the flow will be triggered for username mentions in all channels": "Si aucun canal n'est sélectionné, le flux sera déclenché pour les mentions d'utilisateur dans tous les canaux",
184
+ "If enabled, provides a clean_text field with the user and user group mentions removed from the message.": "Si activé, fournit un champ clean_text avec les mentions de l'utilisateur et du groupe d'utilisateurs retirées du message.",
179
185
  "Select emojis to trigger on": "Sélectionnez les émoticônes à activer",
180
186
  "If no channel is selected, the flow will be triggered for reactions in all channels the app has access to": "Si aucun canal n'est sélectionné, le flux sera déclenché pour les réactions dans tous les canaux auxquels l'application a accès",
181
187
  "List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "Liste des commandes valides auxquelles le bot doit répondre (par exemple, aide, ocr, rappel)",
package/src/i18n/ja.json CHANGED
@@ -56,6 +56,7 @@
56
56
  "Channel": "チャンネル",
57
57
  "Message Timestamp": "メッセージのタイムスタンプ",
58
58
  "Reaction (emoji) name": "リアクション(絵文字)名",
59
+ "React as user?": "ユーザーとして React を使用しますか?",
59
60
  "User": "ユーザー",
60
61
  "Message": "メッセージ",
61
62
  "Username": "ユーザー名",
@@ -106,6 +107,7 @@
106
107
  "You can get the Channel ID by right-clicking on the channel and selecting 'View Channel Details.'": "チャンネルIDは、チャンネルを右クリックして「チャンネル詳細を表示」を選択することで取得できます。",
107
108
  "Please provide the timestamp of the message you wish to react, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.": "`1710304378.475129` など、返信したいメッセージのタイムスタンプを入力してください。 あるいは、メッセージの隣にある3つの点をクリックして、 `Copy link` オプションを選択することで、メッセージのリンクを簡単に取得できます。",
108
109
  "e.g.`thumbsup`": "e.g.`thumbsup`",
110
+ "If enabled, the reaction will be added as the authenticated user instead of the bot.": "有効にすると、リアクションはボットの代わりに認証済みユーザーとして追加されます。",
109
111
  "The username of the bot": "ボットのユーザー名",
110
112
  "The profile picture of the bot": "ボットのプロフィール写真",
111
113
  "The icon emoji of the bot": "ボットのアイコン絵文字",
@@ -158,7 +160,7 @@
158
160
  "Triggers when a new message is posted to any channel.": "新しいメッセージが任意のチャンネルに投稿されたときにトリガーします。",
159
161
  "Triggers when a new message is posted to a specific #channel you choose.": "選択した特定の#チャンネルに新しいメッセージが投稿されたときにトリガーされます。",
160
162
  "Triggers when a message was posted in a direct message channel.": "メッセージがダイレクトメッセージチャンネルに投稿されたときにトリガーします。",
161
- "Triggers when a username is mentioned.": "ユーザー名が指定されたときにトリガーします。",
163
+ "Triggers when a user or user group is mentioned.": "ユーザーまたはユーザーグループがメンションされたときにトリガーします。",
162
164
  "Triggers when a username is mentioned in a direct message channel.": "ユーザー名がダイレクトメッセージチャンネルで指定されたときにトリガーされます。",
163
165
  "Triggers when a new reaction is added to a message": "メッセージに新しいリアクションが追加されたときにトリガーします",
164
166
  "Triggers when a channel is created": "チャンネルが作成されたときにトリガーする",
@@ -170,12 +172,16 @@
170
172
  "Triggers when a user interacts with a modal.": "ユーザーがモーダルとやり取りしたときにトリガーします。",
171
173
  "Ignore Bot Messages ?": "ボットメッセージを無視しますか?",
172
174
  "Ignore Message from Yourself ?": "自分からのメッセージを無視しますか?",
175
+ "Users": "ユーザー",
176
+ "User Groups": "ユーザーグループ",
173
177
  "Channels": "チャンネル",
178
+ "Remove Mention from Message": "メッセージからメンションを削除",
174
179
  "Emojis (E.g fire, smile)": "Emojis (E.g fire, smile)",
175
180
  "Commands": "マーク",
176
181
  "Interaction Type": "インタラクションタイプ",
177
182
  "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}": "\n以下の手順に従って、ボットをチャンネルに追加してください。\n1. チャンネルのチャットに「/invite」と入力します。\n2. 「このチャンネルにアプリを追加する」をクリックします。\n3. ボットを検索して追加します。\n\n**注**: ドロップダウンリスト(最大2000件のチャンネルが表示されます)にチャンネルが見つからない場合は、**(F)** をクリックし、チャンネルIDを配列形式で直接入力してください。例: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}",
178
183
  "If no channel is selected, the flow will be triggered for username mentions in all channels": "チャンネルが選択されていない場合、フローはすべてのチャンネルのユーザー名メンションに対してトリガーされます",
184
+ "If enabled, provides a clean_text field with the user and user group mentions removed from the message.": "有効にすると、クリーンテキストフィールドにユーザーとユーザーグループのメンションがメッセージから削除されます。",
179
185
  "Select emojis to trigger on": "トリガーする絵文字を選択してください",
180
186
  "If no channel is selected, the flow will be triggered for reactions in all channels the app has access to": "チャンネルが選択されていない場合、アプリがアクセスできるすべてのチャンネルのリアクションに対してフローがトリガーされます。",
181
187
  "List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "ボットが応答する有効なコマンドのリスト(例:ヘルプ、分かった、リマインダーなど)",
package/src/i18n/nl.json CHANGED
@@ -56,6 +56,7 @@
56
56
  "Channel": "Kanaal",
57
57
  "Message Timestamp": "Bericht Tijdsstempel",
58
58
  "Reaction (emoji) name": "Reactie (emoji) naam",
59
+ "React as user?": "React als gebruiker?",
59
60
  "User": "Gebruiker",
60
61
  "Message": "bericht",
61
62
  "Username": "Gebruikersnaam",
@@ -106,6 +107,7 @@
106
107
  "You can get the Channel ID by right-clicking on the channel and selecting 'View Channel Details.'": "U kunt het kanaal ID krijgen door met de rechtermuisknop op het kanaal te klikken en 'Kanaalgegevens bekijken' te selecteren.",
107
108
  "Please provide the timestamp of the message you wish to react, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.": "Geef de tijdstempel van het bericht dat u wilt reageren, zoals `1710304378.475129`. U kunt ook gemakkelijk de berichtkoppeling verkrijgen door op de drie punten naast het bericht te klikken en de optie 'Koppeling kopiëren' te selecteren.",
108
109
  "e.g.`thumbsup`": "e.g.`thumbsup`",
110
+ "If enabled, the reaction will be added as the authenticated user instead of the bot.": "Indien ingeschakeld, zal de reactie worden toegevoegd als de geauthenticeerde gebruiker in plaats van de bot.",
109
111
  "The username of the bot": "De gebruikersnaam van de bot",
110
112
  "The profile picture of the bot": "De profielfoto van de bot",
111
113
  "The icon emoji of the bot": "De icoon emoji van de bot",
@@ -158,7 +160,7 @@
158
160
  "Triggers when a new message is posted to any channel.": "Wordt uitgevoerd wanneer een nieuw bericht op een kanaal is geplaatst.",
159
161
  "Triggers when a new message is posted to a specific #channel you choose.": "Triggert wanneer een nieuw bericht wordt geplaatst op een specifiek #channel dat je kiest.",
160
162
  "Triggers when a message was posted in a direct message channel.": "Triggert wanneer een bericht is geplaatst in een direct berichtkanaal.",
161
- "Triggers when a username is mentioned.": "Triggert wanneer een gebruikersnaam wordt vermeld.",
163
+ "Triggers when a user or user group is mentioned.": "Triggert wanneer een gebruiker of gebruikersgroep wordt vermeld.",
162
164
  "Triggers when a username is mentioned in a direct message channel.": "Triggert wanneer een gebruikersnaam wordt genoemd in een direct berichtkanaal.",
163
165
  "Triggers when a new reaction is added to a message": "Triggert wanneer een nieuwe reactie wordt toegevoegd aan een bericht",
164
166
  "Triggers when a channel is created": "Triggert wanneer een kanaal wordt aangemaakt",
@@ -170,12 +172,16 @@
170
172
  "Triggers when a user interacts with a modal.": "Triggert wanneer een gebruiker met een modal interactief is.",
171
173
  "Ignore Bot Messages ?": "Bot berichten negeren?",
172
174
  "Ignore Message from Yourself ?": "Negeer bericht van jezelf ?",
175
+ "Users": "Gebruikers",
176
+ "User Groups": "Gebruikers Groepen",
173
177
  "Channels": "Kanalen",
178
+ "Remove Mention from Message": "Verwijder vermelding van het bericht",
174
179
  "Emojis (E.g fire, smile)": "Emojis (E.g vuur, smile)",
175
180
  "Commands": "Opdrachten",
176
181
  "Interaction Type": "Interactie Type",
177
182
  "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}": "\n\t± voeg de bot toe aan het kanaal door de volgende stappen te volgen:\n\t 1. Typ /invite in de chat van het kanaal.\n\t 2. Klik op Apps toevoegen aan dit kanaal.\n\t 3. Zoek naar en voeg de bot toe.\n \n**Opmerking**: Als je het kanaal niet kan vinden in de dropdown lijst (die tot 2000 kanalen ophaalt), klik op **(F)** en typ de kanaal ID direct in een array zoals dit: `{`{ ['your_channel_id_1', 'your_channel_id_2', . .] `}`}",
178
183
  "If no channel is selected, the flow will be triggered for username mentions in all channels": "Als er geen kanaal is geselecteerd, zal de flow worden geactiveerd voor vermelding van de gebruikersnaam in alle kanalen",
184
+ "If enabled, provides a clean_text field with the user and user group mentions removed from the message.": "Indien ingeschakeld, geeft u een clean_text veld met gebruikers- en gebruikersgroep vermeldt verwijderd van het bericht.",
179
185
  "Select emojis to trigger on": "Selecteer emojis op te starten",
180
186
  "If no channel is selected, the flow will be triggered for reactions in all channels the app has access to": "Als er geen kanaal is geselecteerd, zal de stroom worden geactiveerd voor reacties in alle kanalen waar de app toegang tot heeft",
181
187
  "List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "Lijst van geldige commando's waarop de bot moet reageren (bijv. hulp, ocr, herinnering)",
package/src/i18n/pt.json CHANGED
@@ -56,6 +56,7 @@
56
56
  "Channel": "Canal",
57
57
  "Message Timestamp": "Timestamp da Mensagem",
58
58
  "Reaction (emoji) name": "Nome da Reação (emoji)",
59
+ "React as user?": "Reagir como usuário?",
59
60
  "User": "Usuário",
60
61
  "Message": "mensagem",
61
62
  "Username": "Usuário:",
@@ -106,6 +107,7 @@
106
107
  "You can get the Channel ID by right-clicking on the channel and selecting 'View Channel Details.'": "Você pode obter a ID do canal clicando com o botão direito do mouse no canal e selecionando 'Ver Detalhes do Canal'.",
107
108
  "Please provide the timestamp of the message you wish to react, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.": "Por favor, forneça o carimbo de data/hora da mensagem que você deseja reagir, como `1710304378.475129`. Como alternativa, você pode facilmente obter o link da mensagem clicando nos três pontos ao lado da mensagem e selecionando a opção `Copiar link`.",
108
109
  "e.g.`thumbsup`": "e.g.`thumbsup`",
110
+ "If enabled, the reaction will be added as the authenticated user instead of the bot.": "Se ativado, a reação será adicionada como o usuário autenticado ao invés do bot.",
109
111
  "The username of the bot": "O nome de usuário do bot",
110
112
  "The profile picture of the bot": "A imagem de perfil do bot",
111
113
  "The icon emoji of the bot": "O emoji do ícone do bot",
@@ -158,7 +160,7 @@
158
160
  "Triggers when a new message is posted to any channel.": "Aciona quando uma nova mensagem é postada em qualquer canal.",
159
161
  "Triggers when a new message is posted to a specific #channel you choose.": "Dispara quando uma nova mensagem for publicada em um canal de #canal específico que você escolher.",
160
162
  "Triggers when a message was posted in a direct message channel.": "Aciona quando uma mensagem é postada em um canal de mensagem direta.",
161
- "Triggers when a username is mentioned.": "Dispara quando um nome de usuário é mencionado.",
163
+ "Triggers when a user or user group is mentioned.": "Dispara quando um usuário ou grupo de usuário é mencionado.",
162
164
  "Triggers when a username is mentioned in a direct message channel.": "Aciona quando um nome de usuário é mencionado em um canal de mensagem direta.",
163
165
  "Triggers when a new reaction is added to a message": "Aciona quando uma nova reação é adicionada a uma mensagem",
164
166
  "Triggers when a channel is created": "Dispara quando um canal é criado",
@@ -170,12 +172,16 @@
170
172
  "Triggers when a user interacts with a modal.": "Dispara quando um usuário interage com uma modal.",
171
173
  "Ignore Bot Messages ?": "Ignorar mensagens do Bot ?",
172
174
  "Ignore Message from Yourself ?": "Ignorar a mensagem de si mesmo?",
175
+ "Users": "Usuários",
176
+ "User Groups": "Grupos de usuários",
173
177
  "Channels": "Canais",
178
+ "Remove Mention from Message": "Remover menção da mensagem",
174
179
  "Emojis (E.g fire, smile)": "Emojis (E.g fogo, sorriso)",
175
180
  "Commands": "Comandos",
176
181
  "Interaction Type": "Tipo de interação",
177
182
  "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}": "\n\tCertifique-se de adicionar o bot ao canal seguindo estes passos:\n\t 1. Digite /invite no chat do canal.\n\t 2. Clique em adicionar aplicativos a este canal.\n\t 3. Procurar e adicionar o bot.\n \n**Nota**: Se você não consegue encontrar o canal na lista suspensa (que busca até 2000 canais), por favor clique em **(F)** e digite o ID do canal diretamente em um array como este: `{`{ ['your_channel_id_1', 'your_channel_id_2', . .] `}`}",
178
183
  "If no channel is selected, the flow will be triggered for username mentions in all channels": "Se nenhum canal estiver selecionado, o fluxo será acionado para menções de nome de usuário em todos os canais",
184
+ "If enabled, provides a clean_text field with the user and user group mentions removed from the message.": "Se ativado, fornece um campo de texto limpo com as menções de usuário e grupo de usuários removidos da mensagem.",
179
185
  "Select emojis to trigger on": "Selecionar emojis para acionar",
180
186
  "If no channel is selected, the flow will be triggered for reactions in all channels the app has access to": "Se nenhum canal for selecionado, o fluxo será acionado para reações em todos os canais a que o app tem acesso",
181
187
  "List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "Lista de comandos válidos que o bot deve responder (por exemplo, ajuda, ocr, lembrete)",
@@ -160,7 +160,7 @@
160
160
  "Triggers when a new message is posted to any channel.": "Triggers when a new message is posted to any channel.",
161
161
  "Triggers when a new message is posted to a specific #channel you choose.": "Triggers when a new message is posted to a specific #channel you choose.",
162
162
  "Triggers when a message was posted in a direct message channel.": "Triggers when a message was posted in a direct message channel.",
163
- "Triggers when a username is mentioned.": "Triggers when a username is mentioned.",
163
+ "Triggers when a user or user group is mentioned.": "Triggers when a user or user group is mentioned.",
164
164
  "Triggers when a username is mentioned in a direct message channel.": "Triggers when a username is mentioned in a direct message channel.",
165
165
  "Triggers when a new reaction is added to a message": "Triggers when a new reaction is added to a message",
166
166
  "Triggers when a channel is created": "Triggers when a channel is created",
@@ -172,6 +172,8 @@
172
172
  "Triggers when a user interacts with a modal.": "Triggers when a user interacts with a modal.",
173
173
  "Ignore Bot Messages ?": "Ignore Bot Messages ?",
174
174
  "Ignore Message from Yourself ?": "Ignore Message from Yourself ?",
175
+ "Users": "Users",
176
+ "User Groups": "User Groups",
175
177
  "Channels": "Channels",
176
178
  "Remove Mention from Message": "Remove Mention from Message",
177
179
  "Emojis (E.g fire, smile)": "Emojis (E.g fire, smile)",
@@ -179,7 +181,7 @@
179
181
  "Interaction Type": "Interaction Type",
180
182
  "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}": "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}",
181
183
  "If no channel is selected, the flow will be triggered for username mentions in all channels": "If no channel is selected, the flow will be triggered for username mentions in all channels",
182
- "If enabled, provides a clean_text field with the user mention removed from the message.": "If enabled, provides a clean_text field with the user mention removed from the message.",
184
+ "If enabled, provides a clean_text field with the user and user group mentions removed from the message.": "If enabled, provides a clean_text field with the user and user group mentions removed from the message.",
183
185
  "Select emojis to trigger on": "Select emojis to trigger on",
184
186
  "If no channel is selected, the flow will be triggered for reactions in all channels the app has access to": "If no channel is selected, the flow will be triggered for reactions in all channels the app has access to",
185
187
  "List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "List of valid commands that the bot should respond to (e.g., help, ocr, remind)",
package/src/i18n/zh.json CHANGED
@@ -56,6 +56,7 @@
56
56
  "Channel": "Channel",
57
57
  "Message Timestamp": "Message Timestamp",
58
58
  "Reaction (emoji) name": "Reaction (emoji) name",
59
+ "React as user?": "React as user?",
59
60
  "User": "用户",
60
61
  "Message": "Message",
61
62
  "Username": "用户名",
@@ -106,6 +107,7 @@
106
107
  "You can get the Channel ID by right-clicking on the channel and selecting 'View Channel Details.'": "You can get the Channel ID by right-clicking on the channel and selecting 'View Channel Details.'",
107
108
  "Please provide the timestamp of the message you wish to react, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.": "Please provide the timestamp of the message you wish to react, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.",
108
109
  "e.g.`thumbsup`": "e.g.`thumbsup`",
110
+ "If enabled, the reaction will be added as the authenticated user instead of the bot.": "If enabled, the reaction will be added as the authenticated user instead of the bot.",
109
111
  "The username of the bot": "The username of the bot",
110
112
  "The profile picture of the bot": "The profile picture of the bot",
111
113
  "The icon emoji of the bot": "The icon emoji of the bot",
@@ -158,7 +160,7 @@
158
160
  "Triggers when a new message is posted to any channel.": "Triggers when a new message is posted to any channel.",
159
161
  "Triggers when a new message is posted to a specific #channel you choose.": "Triggers when a new message is posted to a specific #channel you choose.",
160
162
  "Triggers when a message was posted in a direct message channel.": "Triggers when a message was posted in a direct message channel.",
161
- "Triggers when a username is mentioned.": "Triggers when a username is mentioned.",
163
+ "Triggers when a user or user group is mentioned.": "Triggers when a user or user group is mentioned.",
162
164
  "Triggers when a username is mentioned in a direct message channel.": "Triggers when a username is mentioned in a direct message channel.",
163
165
  "Triggers when a new reaction is added to a message": "Triggers when a new reaction is added to a message",
164
166
  "Triggers when a channel is created": "Triggers when a channel is created",
@@ -170,12 +172,16 @@
170
172
  "Triggers when a user interacts with a modal.": "Triggers when a user interacts with a modal.",
171
173
  "Ignore Bot Messages ?": "Ignore Bot Messages ?",
172
174
  "Ignore Message from Yourself ?": "Ignore Message from Yourself ?",
175
+ "Users": "用户",
176
+ "User Groups": "User Groups",
173
177
  "Channels": "Channels",
178
+ "Remove Mention from Message": "Remove Mention from Message",
174
179
  "Emojis (E.g fire, smile)": "Emojis (E.g fire, smile)",
175
180
  "Commands": "Commands",
176
181
  "Interaction Type": "Interaction Type",
177
182
  "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}": "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}",
178
183
  "If no channel is selected, the flow will be triggered for username mentions in all channels": "If no channel is selected, the flow will be triggered for username mentions in all channels",
184
+ "If enabled, provides a clean_text field with the user and user group mentions removed from the message.": "If enabled, provides a clean_text field with the user and user group mentions removed from the message.",
179
185
  "Select emojis to trigger on": "Select emojis to trigger on",
180
186
  "If no channel is selected, the flow will be triggered for reactions in all channels the app has access to": "If no channel is selected, the flow will be triggered for reactions in all channels the app has access to",
181
187
  "List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "List of valid commands that the bot should respond to (e.g., help, ocr, remind)",
@@ -1 +1 @@
1
- {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../src/lib/auth.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe,+GAoC1B,CAAC;AAwCH,eAAO,MAAM,SAAS;;;KAAqC,CAAC"}
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../src/lib/auth.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe,+GAsC1B,CAAC;AAwCH,eAAO,MAAM,SAAS;;;KAAqC,CAAC"}
package/src/lib/auth.js CHANGED
@@ -37,6 +37,8 @@ exports.slackOAuth2Auth = pieces_framework_1.PieceAuth.OAuth2({
37
37
  'users.profile:read',
38
38
  'channels:write.invites',
39
39
  'groups:write.invites',
40
+ 'channels:join',
41
+ 'conversations.connect:write'
40
42
  ],
41
43
  });
42
44
  const slackCustomAuth = pieces_framework_1.PieceAuth.CustomAuth({
@@ -1 +1 @@
1
- {"version":3,"file":"auth.js","sourceRoot":"","sources":["../../../src/lib/auth.ts"],"names":[],"mappings":";;;;AAAA,qEAA2D;AAC3D,+DAAqE;AAExD,QAAA,eAAe,GAAG,4BAAS,CAAC,MAAM,CAAC;IAC9C,WAAW,EACT,sCAAsC;IACxC,OAAO,EACL,wRAAwR;IAC1R,QAAQ,EAAE,uCAAuC;IACjD,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE;QACL,eAAe;QACf,iBAAiB;QACjB,kBAAkB;QAClB,YAAY;QACZ,aAAa;QACb,cAAc;QACd,gBAAgB;QAChB,gBAAgB;QAChB,WAAW;QACX,YAAY;QACZ,cAAc;QACd,UAAU;QACV,SAAS;QACT,YAAY;QACZ,YAAY;QACZ,aAAa;QACb,YAAY;QACZ,kBAAkB;QAClB,iBAAiB;QACjB,iBAAiB;QACjB,sBAAsB;QACtB,YAAY;QACZ,aAAa;QACb,YAAY;QACZ,oBAAoB;QACpB,wBAAwB;QACxB,sBAAsB;KACvB;CACF,CAAC,CAAC;AAEH,MAAM,eAAe,GAAG,4BAAS,CAAC,UAAU,CAAC;IAC3C,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,iEAAiE;IAC9E,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE;QACL,QAAQ,EAAE,4BAAS,CAAC,UAAU,CAAC;YAC7B,WAAW,EAAE,WAAW;YACxB,WAAW,EAAE,sDAAsD;YACnE,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,SAAS,EAAE,4BAAS,CAAC,UAAU,CAAC;YAC9B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,oFAAoF;YACjG,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACD,QAAQ,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;QACvB,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAkC;gBAC7E,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,iCAAiC;gBACtC,OAAO,EAAE;oBACP,aAAa,EAAE,UAAU,IAAI,CAAC,QAAQ,EAAE;iBACzC;aACF,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;gBACtB,OAAO;oBACL,KAAK,EAAE,KAAK;oBACZ,KAAK,EAAE,2BAA2B,QAAQ,CAAC,IAAI,CAAC,KAAK,EAAE;iBACxD,CAAC;YACJ,CAAC;YACD,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;QACzB,CAAC;QAAC,OAAO,CAAC,EAAE,CAAC;YACX,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAG,CAAW,CAAC,OAAO,EAAE,CAAC;QACvD,CAAC;IACH,CAAC,CAAA;CACF,CAAC,CAAC;AAEU,QAAA,SAAS,GAAG,CAAC,uBAAe,EAAE,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"auth.js","sourceRoot":"","sources":["../../../src/lib/auth.ts"],"names":[],"mappings":";;;;AAAA,qEAA2D;AAC3D,+DAAqE;AAExD,QAAA,eAAe,GAAG,4BAAS,CAAC,MAAM,CAAC;IAC9C,WAAW,EACT,sCAAsC;IACxC,OAAO,EACL,wRAAwR;IAC1R,QAAQ,EAAE,uCAAuC;IACjD,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE;QACL,eAAe;QACf,iBAAiB;QACjB,kBAAkB;QAClB,YAAY;QACZ,aAAa;QACb,cAAc;QACd,gBAAgB;QAChB,gBAAgB;QAChB,WAAW;QACX,YAAY;QACZ,cAAc;QACd,UAAU;QACV,SAAS;QACT,YAAY;QACZ,YAAY;QACZ,aAAa;QACb,YAAY;QACZ,kBAAkB;QAClB,iBAAiB;QACjB,iBAAiB;QACjB,sBAAsB;QACtB,YAAY;QACZ,aAAa;QACb,YAAY;QACZ,oBAAoB;QACpB,wBAAwB;QACxB,sBAAsB;QACtB,eAAe;QACf,6BAA6B;KAC9B;CACF,CAAC,CAAC;AAEH,MAAM,eAAe,GAAG,4BAAS,CAAC,UAAU,CAAC;IAC3C,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,iEAAiE;IAC9E,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE;QACL,QAAQ,EAAE,4BAAS,CAAC,UAAU,CAAC;YAC7B,WAAW,EAAE,WAAW;YACxB,WAAW,EAAE,sDAAsD;YACnE,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,SAAS,EAAE,4BAAS,CAAC,UAAU,CAAC;YAC9B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,oFAAoF;YACjG,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACD,QAAQ,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;QACvB,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAkC;gBAC7E,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,iCAAiC;gBACtC,OAAO,EAAE;oBACP,aAAa,EAAE,UAAU,IAAI,CAAC,QAAQ,EAAE;iBACzC;aACF,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;gBACtB,OAAO;oBACL,KAAK,EAAE,KAAK;oBACZ,KAAK,EAAE,2BAA2B,QAAQ,CAAC,IAAI,CAAC,KAAK,EAAE;iBACxD,CAAC;YACJ,CAAC;YACD,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;QACzB,CAAC;QAAC,OAAO,CAAC,EAAE,CAAC;YACX,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAG,CAAW,CAAC,OAAO,EAAE,CAAC;QACvD,CAAC;IACH,CAAC,CAAA;CACF,CAAC,CAAC;AAEU,QAAA,SAAS,GAAG,CAAC,uBAAe,EAAE,eAAe,CAAC,CAAC"}