@activepieces/piece-slack 0.16.5 → 0.17.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,12 +1,12 @@
1
1
  {
2
2
  "name": "@activepieces/piece-slack",
3
- "version": "0.16.5",
3
+ "version": "0.17.1",
4
4
  "main": "./src/index.js",
5
5
  "types": "./src/index.d.ts",
6
6
  "dependencies": {
7
7
  "@activepieces/pieces-common": "0.12.3",
8
- "@activepieces/pieces-framework": "0.28.1",
9
- "@activepieces/shared": "0.68.3",
8
+ "@activepieces/pieces-framework": "0.29.0",
9
+ "@activepieces/shared": "0.82.0",
10
10
  "@slack/web-api": "7.9.0",
11
11
  "slackify-markdown": "4.4.0",
12
12
  "zod": "4.3.6",
package/src/i18n/de.json CHANGED
@@ -25,6 +25,8 @@
25
25
  "Set Channel Topic": "Kanalthema festlegen",
26
26
  "Get Message by Timestamp": "Nachricht nach Zeitstempel holen",
27
27
  "Invite User to Channel": "Benutzer in Kanal einladen",
28
+ "Get User Group by Handle": "Benutzergruppe nach Handle holen",
29
+ "Update User Group Members": "Benutzergruppenmitglieder aktualisieren",
28
30
  "Custom API Call": "Eigener API-Aufruf",
29
31
  "Add an emoji reaction to a message.": "Füge eine Emoji-Reaktion zu einer Nachricht hinzu.",
30
32
  "Send message to a user": "Nachricht an einen Benutzer senden",
@@ -51,6 +53,8 @@
51
53
  "Sets the topic on a selected channel.": "Setzt das Thema in einem ausgewählten Kanal.",
52
54
  "Retrieves a specific message from a channel history using the message's timestamp.": "Ruft eine bestimmte Nachricht aus einem Kanalverlauf mit dem Zeitstempel der Nachricht ab.",
53
55
  "Invites an existing User to an existing channel.": "Lädt einen existierenden Benutzer in einen existierenden Channel.",
56
+ "Finds a Slack user group by its handle (e.g., @user-group) and returns its details. To mention this group in a message, map the returned ID using the syntax <!subteam^ID>. Read more: https://api.slack.com/reference/surfaces/formatting#mentioning-groups": "Findet eine Slack Benutzergruppe nach ihrem Handle (z.B. @user-group) und gibt die Details zurück. Um diese Gruppe in einer Nachricht zu erwähnen, ordnen Sie die zurückgegebene ID mit der Syntax <!subteam^ID>. Lesen Sie mehr: https://api.slack.com/reference/surfaces/formatting#mentioning-groups",
57
+ "Add users to or overwrite the member list of a Slack user group.": "Benutzer zur Mitgliederliste einer Slack Benutzergruppe hinzufügen oder überschreiben.",
54
58
  "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
55
59
  "Markdown": "Markdown",
56
60
  "Channel": "Kanal",
@@ -93,6 +97,9 @@
93
97
  "Markdown text": "Markdown Text",
94
98
  "Thread ts": "Thread ts",
95
99
  "Topic": "Thema",
100
+ "Group Handle": "Gruppenhandle",
101
+ "User IDs": "Benutzer-IDs",
102
+ "Append to existing members?": "An bestehende Mitglieder anhängen?",
96
103
  "Method": "Methode",
97
104
  "Headers": "Kopfzeilen",
98
105
  "Query Parameters": "Abfrageparameter",
@@ -131,6 +138,9 @@
131
138
  "Emoji shortname (standard or custom), e.g. :tada: or :train:": "Emoji Shortname (Standard oder benutzerdefiniert), z.B. :tada: oder :train:",
132
139
  "Unix timestamp - if not set, the status will not expire": "Unix-Zeitstempel - wenn nicht gesetzt, läuft der Status nicht ab",
133
140
  "Provide the ts (timestamp) value of the **parent** message to retrieve replies of this message. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.": "Geben Sie den ts (Zeitstempel) Wert der **Eltern** Nachricht an, um Antworten dieser Nachricht zu erhalten. Verwenden Sie nicht den ts Wert der Antwort selbst; verwenden Sie stattdessen den übergeordneten Wert. Zum Beispiel `1710304378.475129`. lternativ kannst du einfach den Nachrichtenlink erhalten, indem du auf die drei Punkte neben der übergeordneten Nachricht klickst und die Option `Link kopieren` auswählst.",
141
+ "Group handle without the leading @": "Gruppenhandle ohne den führenden @",
142
+ "The list of Slack User IDs to update this group with. Leave empty to clear the group (if not appending).": "Die Liste der Slack Benutzer-IDs, mit denen diese Gruppe aktualisiert werden soll. Lassen Sie leer, um die Gruppe zu löschen (wenn nicht angehängt).",
143
+ "If checked, these users will be added to the current group. If unchecked, the current group members will be completely replaced by these users.": "Wenn aktiviert, werden diese Benutzer zur aktuellen Gruppe hinzugefügt. Wenn nicht ausgewählt, werden die aktuellen Gruppenmitglieder vollständig durch diese Benutzer ersetzt.",
134
144
  "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
135
145
  "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
136
146
  "Use user token instead of bot token": "Benutzer-Token statt Bot-Token verwenden",
@@ -150,6 +160,7 @@
150
160
  "New Mention in Channel": "Neue Erwähnung im Kanal",
151
161
  "New Mention in Direct Message": "Neue Erwähnung in Direktnachricht",
152
162
  "New Reaction": "Neue Reaktion",
163
+ "Reaction Removed": "Reaktion entfernt",
153
164
  "Channel created": "Kanal erstellt",
154
165
  "New Command in Channel": "Neuer Befehl im Kanal",
155
166
  "New Command in Direct Message": "Neuer Befehl in Direktnachricht",
@@ -163,6 +174,7 @@
163
174
  "Triggers when a user or user group is mentioned.": "Wird ausgelöst, wenn ein Benutzer oder eine Benutzergruppe erwähnt wird.",
164
175
  "Triggers when a username is mentioned in a direct message channel.": "Wird ausgelöst, wenn ein Benutzername in einem Direktnachrichtenkanal erwähnt wird.",
165
176
  "Triggers when a new reaction is added to a message": "Wird ausgelöst, wenn eine neue Reaktion einer Nachricht hinzugefügt wird",
177
+ "Triggers when a reaction is removed from a message": "Wird ausgelöst, wenn eine Reaktion von einer Nachricht entfernt wird",
166
178
  "Triggers when a channel is created": "Wird ausgelöst, wenn ein Kanal erstellt wird",
167
179
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2)": "Trigger wenn ein bestimmter Befehl an den Bot gesendet wird (z.B. @bot Befehl arg1 arg2)",
168
180
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2) via Direct Message.": "Trigger wenn ein bestimmter Befehl an den Bot (z.B. @bot Befehl arg1 arg2) via Direct Message gesendet wird.",
@@ -184,6 +196,7 @@
184
196
  "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.",
185
197
  "Select emojis to trigger on": "Wähle Emojis zum Auslösen aus",
186
198
  "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",
199
+ "If no channel is selected, the flow will be triggered for reactions removed in all channels the app has access to": "Wenn kein Kanal ausgewählt ist, wird der Fluss für Reaktionen ausgelöst, die in allen Kanälen entfernt werden, auf die die App Zugriff hat",
187
200
  "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)",
188
201
  "If no channel is selected, the flow will be triggered for commands in all channels": "Wenn kein Kanal ausgewählt ist, wird der Fluss für Befehle in allen Kanälen ausgelöst",
189
202
  "Select the type of modal interaction to trigger on.": "Wählen Sie die Art der modalen Interaktion aus, die ausgelöst werden soll.",
package/src/i18n/es.json CHANGED
@@ -25,6 +25,8 @@
25
25
  "Set Channel Topic": "Establecer tema del canal",
26
26
  "Get Message by Timestamp": "Obtener mensaje por Timestamp",
27
27
  "Invite User to Channel": "Invitar usuario al canal",
28
+ "Get User Group by Handle": "Obtener Grupo de Usuarios por Manejo",
29
+ "Update User Group Members": "Actualizar miembros del grupo de usuarios",
28
30
  "Custom API Call": "Llamada API personalizada",
29
31
  "Add an emoji reaction to a message.": "Agrega una reacción emoji a un mensaje.",
30
32
  "Send message to a user": "Enviar mensaje a un usuario",
@@ -51,6 +53,8 @@
51
53
  "Sets the topic on a selected channel.": "Establece el tema en un canal seleccionado.",
52
54
  "Retrieves a specific message from a channel history using the message's timestamp.": "Recuperar un mensaje específico del historial de un canal usando la marca de tiempo del mensaje.",
53
55
  "Invites an existing User to an existing channel.": "Invita a un usuario existente a un canal existente.",
56
+ "Finds a Slack user group by its handle (e.g., @user-group) and returns its details. To mention this group in a message, map the returned ID using the syntax <!subteam^ID>. Read more: https://api.slack.com/reference/surfaces/formatting#mentioning-groups": "Encuentra un grupo de usuarios de Slack por su manejador (por ejemplo, @user-group) y devuelve sus detalles. Para mencionar este grupo en un mensaje, mapea el ID devuelto usando la sintaxis <!subteam^ID>. Leer más: https://api.slack.com/reference/surfaces/formatting#mentioning-groups",
57
+ "Add users to or overwrite the member list of a Slack user group.": "Añadir usuarios o sobrescribir la lista de miembros de un grupo de usuarios de Slack.",
54
58
  "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
55
59
  "Markdown": "Markdown",
56
60
  "Channel": "Canal",
@@ -93,6 +97,9 @@
93
97
  "Markdown text": "Texto Markdown",
94
98
  "Thread ts": "Hilos",
95
99
  "Topic": "Tema",
100
+ "Group Handle": "Manejo de grupo",
101
+ "User IDs": "IDs de usuario",
102
+ "Append to existing members?": "¿Añadir a miembros existentes?",
96
103
  "Method": "Método",
97
104
  "Headers": "Encabezados",
98
105
  "Query Parameters": "Parámetros de consulta",
@@ -131,6 +138,9 @@
131
138
  "Emoji shortname (standard or custom), e.g. :tada: or :train:": "Nombre corto de Emoji (estándar o personalizado), p. ej., :tada: o :train:",
132
139
  "Unix timestamp - if not set, the status will not expire": "Marca de tiempo Unix - si no se establece, el estado no expirará",
133
140
  "Provide the ts (timestamp) value of the **parent** message to retrieve replies of this message. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.": "Proporciona el valor ts (timestamp) del mensaje **padre** para recuperar las respuestas de este mensaje. No utilice el valor ts de la respuesta en sí misma; utilice su padre en su lugar. Por ejemplo `1710304378.475129`. lternativamente, puede obtener fácilmente el enlace del mensaje haciendo clic en los tres puntos junto al mensaje padre y seleccionando la opción `Copy link`.",
141
+ "Group handle without the leading @": "Manipulación de grupo sin la @ principal",
142
+ "The list of Slack User IDs to update this group with. Leave empty to clear the group (if not appending).": "La lista de IDs de usuario de Slack para actualizar este grupo. Dejar en blanco para limpiar el grupo (si no se anexa).",
143
+ "If checked, these users will be added to the current group. If unchecked, the current group members will be completely replaced by these users.": "Si está marcado, estos usuarios serán añadidos al grupo actual. Si no está marcado, los miembros del grupo actual serán completamente reemplazados por estos usuarios.",
134
144
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
135
145
  "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
136
146
  "Use user token instead of bot token": "Usar token de usuario en lugar del token de bot",
@@ -150,6 +160,7 @@
150
160
  "New Mention in Channel": "Nueva mención en el canal",
151
161
  "New Mention in Direct Message": "Nueva mención en mensaje directo",
152
162
  "New Reaction": "Nueva Reacción",
163
+ "Reaction Removed": "Reacción eliminada",
153
164
  "Channel created": "Canal creado",
154
165
  "New Command in Channel": "Nuevo comando en el canal",
155
166
  "New Command in Direct Message": "Nuevo comando en mensaje directo",
@@ -163,6 +174,7 @@
163
174
  "Triggers when a user or user group is mentioned.": "Se activa cuando se menciona a un usuario o grupo de usuarios.",
164
175
  "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.",
165
176
  "Triggers when a new reaction is added to a message": "Dispara cuando se agrega una nueva reacción a un mensaje",
177
+ "Triggers when a reaction is removed from a message": "Dispara cuando se elimina una reacción de un mensaje",
166
178
  "Triggers when a channel is created": "Dispara cuando se crea un canal",
167
179
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2)": "Dispara cuando se envía un comando específico al bot (por ejemplo, @bot comando arg1 arg2)",
168
180
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2) via Direct Message.": "Dispara cuando se envía un comando específico al bot (por ejemplo, @bot comando arg1 arg2) a través del mensaje directo.",
@@ -184,6 +196,7 @@
184
196
  "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.",
185
197
  "Select emojis to trigger on": "Selecciona emojis para activar",
186
198
  "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",
199
+ "If no channel is selected, the flow will be triggered for reactions removed in all channels the app has access to": "Si no se selecciona ningún canal, el flujo se activará para reacciones eliminadas en todos los canales a los que la aplicación tiene acceso",
187
200
  "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)",
188
201
  "If no channel is selected, the flow will be triggered for commands in all channels": "Si no se selecciona ningún canal, el flujo se activará para comandos en todos los canales",
189
202
  "Select the type of modal interaction to trigger on.": "Seleccione el tipo de interacción modal a activar.",
package/src/i18n/fr.json CHANGED
@@ -25,6 +25,8 @@
25
25
  "Set Channel Topic": "Définir le sujet du salon",
26
26
  "Get Message by Timestamp": "Obtenir un message par horodatage",
27
27
  "Invite User to Channel": "Inviter un utilisateur dans le channel",
28
+ "Get User Group by Handle": "Obtenir un groupe d'utilisateurs par gestionnaire",
29
+ "Update User Group Members": "Mettre à jour les membres du groupe d'utilisateurs",
28
30
  "Custom API Call": "Appel d'API personnalisé",
29
31
  "Add an emoji reaction to a message.": "Ajouter une réaction émoticône à un message.",
30
32
  "Send message to a user": "Envoyer un message à un utilisateur",
@@ -51,6 +53,8 @@
51
53
  "Sets the topic on a selected channel.": "Définit le sujet sur un canal sélectionné.",
52
54
  "Retrieves a specific message from a channel history using the message's timestamp.": "Récupère un message spécifique à partir de l'historique d'un salon en utilisant l'horodatage du message.",
53
55
  "Invites an existing User to an existing channel.": "Invite un utilisateur existant à un channel existant.",
56
+ "Finds a Slack user group by its handle (e.g., @user-group) and returns its details. To mention this group in a message, map the returned ID using the syntax <!subteam^ID>. Read more: https://api.slack.com/reference/surfaces/formatting#mentioning-groups": "Trouve un groupe d'utilisateurs Slack par son identifiant (par exemple, @user-group) et renvoie ses détails. Pour mentionner ce groupe dans un message, mappez l'ID retourné en utilisant la syntaxe <!subteam^ID>. Lire la suite : https://api.slack.com/reference/surfaces/formatting#mentioning-groups",
57
+ "Add users to or overwrite the member list of a Slack user group.": "Ajouter ou écraser la liste des membres d'un groupe d'utilisateurs Slack.",
54
58
  "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
55
59
  "Markdown": "Markdown",
56
60
  "Channel": "Chaîne",
@@ -93,6 +97,9 @@
93
97
  "Markdown text": "Texte Markdown",
94
98
  "Thread ts": "Fil de discussion",
95
99
  "Topic": "Sujet",
100
+ "Group Handle": "Gestionnaire de groupe",
101
+ "User IDs": "IDs utilisateur",
102
+ "Append to existing members?": "Ajouter aux membres existants ?",
96
103
  "Method": "Méthode",
97
104
  "Headers": "En-têtes",
98
105
  "Query Parameters": "Paramètres de requête",
@@ -131,6 +138,9 @@
131
138
  "Emoji shortname (standard or custom), e.g. :tada: or :train:": "Court-nom de l'émoji (standard ou personnalisé), par exemple :tada: ou :train:",
132
139
  "Unix timestamp - if not set, the status will not expire": "Horodatage Unix - si non défini, le statut n'expirera pas",
133
140
  "Provide the ts (timestamp) value of the **parent** message to retrieve replies of this message. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.": "Fournir la valeur ts (horodatage) du message **parent** pour récupérer les réponses de ce message. N'utilisez pas la valeur ts de la réponse elle-même; utilisez son parent à la place. Par exemple `1710304378.475129`. lternativement, vous pouvez facilement obtenir le lien de message en cliquant sur les trois points à côté du message parent et en sélectionnant l'option `Copier le lien`.",
141
+ "Group handle without the leading @": "Descripteur de groupe sans le premier @",
142
+ "The list of Slack User IDs to update this group with. Leave empty to clear the group (if not appending).": "La liste des identifiants d'utilisateur de Slack pour mettre à jour ce groupe. Laisser vide pour effacer le groupe (si ce n'est pas l'ajouter).",
143
+ "If checked, these users will be added to the current group. If unchecked, the current group members will be completely replaced by these users.": "Si cette case est cochée, ces utilisateurs seront ajoutés au groupe actuel. Si cette case n'est pas cochée, les membres actuels du groupe seront complètement remplacés par ces utilisateurs.",
134
144
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
135
145
  "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
136
146
  "Use user token instead of bot token": "Utiliser le jeton utilisateur au lieu du jeton de bot",
@@ -150,6 +160,7 @@
150
160
  "New Mention in Channel": "Nouvelle mention dans le canal",
151
161
  "New Mention in Direct Message": "Nouvelle mention dans le message direct",
152
162
  "New Reaction": "Nouvelle réaction",
163
+ "Reaction Removed": "Réaction supprimée",
153
164
  "Channel created": "Chaîne créée",
154
165
  "New Command in Channel": "Nouvelle commande dans le canal",
155
166
  "New Command in Direct Message": "Nouvelle commande dans le message direct",
@@ -163,6 +174,7 @@
163
174
  "Triggers when a user or user group is mentioned.": "Déclenche lorsqu'un utilisateur ou un groupe d'utilisateurs est mentionné.",
164
175
  "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.",
165
176
  "Triggers when a new reaction is added to a message": "Déclenche quand une nouvelle réaction est ajoutée à un message",
177
+ "Triggers when a reaction is removed from a message": "Déclenche quand une réaction est retirée d'un message",
166
178
  "Triggers when a channel is created": "Déclenche quand un canal est créé",
167
179
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2)": "Déclenche quand une commande spécifique est envoyée au bot (par exemple, la commande @bot arg1 arg2)",
168
180
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2) via Direct Message.": "Déclenche lorsqu'une commande spécifique est envoyée au bot (par exemple, la commande @bot arg1 arg2) via Message Direct.",
@@ -184,6 +196,7 @@
184
196
  "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.",
185
197
  "Select emojis to trigger on": "Sélectionnez les émoticônes à activer",
186
198
  "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",
199
+ "If no channel is selected, the flow will be triggered for reactions removed in all channels the app has access to": "Si aucun canal n'est sélectionné, le flux sera déclenché pour les réactions supprimées dans tous les canaux auxquels l'application a accès",
187
200
  "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)",
188
201
  "If no channel is selected, the flow will be triggered for commands in all channels": "Si aucun canal n'est sélectionné, le flux sera déclenché pour les commandes dans tous les canaux",
189
202
  "Select the type of modal interaction to trigger on.": "Sélectionnez le type d'interaction modale à activer.",
package/src/i18n/ja.json CHANGED
@@ -25,6 +25,8 @@
25
25
  "Set Channel Topic": "チャンネルトピックを設定",
26
26
  "Get Message by Timestamp": "タイムスタンプによるメッセージの取得",
27
27
  "Invite User to Channel": "ユーザーをチャンネルに招待する",
28
+ "Get User Group by Handle": "ユーザーグループを取得する",
29
+ "Update User Group Members": "ユーザーグループメンバーを更新",
28
30
  "Custom API Call": "カスタムAPI呼び出し",
29
31
  "Add an emoji reaction to a message.": "絵文字リアクションをメッセージに追加します。",
30
32
  "Send message to a user": "ユーザーにメッセージを送信",
@@ -51,6 +53,8 @@
51
53
  "Sets the topic on a selected channel.": "選択したチャンネルのトピックを設定します。",
52
54
  "Retrieves a specific message from a channel history using the message's timestamp.": "メッセージのタイムスタンプを使用して、チャンネル履歴から特定のメッセージを取得します。",
53
55
  "Invites an existing User to an existing channel.": "既存のチャンネルに既存のユーザーを招待します。",
56
+ "Finds a Slack user group by its handle (e.g., @user-group) and returns its details. To mention this group in a message, map the returned ID using the syntax <!subteam^ID>. Read more: https://api.slack.com/reference/surfaces/formatting#mentioning-groups": "Slack のユーザーグループをハンドル(@user-groupなど)で検索し、その詳細を返します。 メッセージ内でこのグループに言及するには、<!subteam^ID>の構文を使用して返されたIDをマップします。続きを読む: https://api.slack.com/reference/surface/formatting#mentioning-groups",
57
+ "Add users to or overwrite the member list of a Slack user group.": "Slack ユーザーグループのメンバーリストにユーザーを追加または上書きします。",
54
58
  "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
55
59
  "Markdown": "Markdown",
56
60
  "Channel": "チャンネル",
@@ -93,6 +97,9 @@
93
97
  "Markdown text": "Markdown テキスト",
94
98
  "Thread ts": "スレッド ts",
95
99
  "Topic": "トピック",
100
+ "Group Handle": "グループのハンドル:",
101
+ "User IDs": "ユーザー ID",
102
+ "Append to existing members?": "既存のメンバーに追加しますか?",
96
103
  "Method": "方法",
97
104
  "Headers": "ヘッダー",
98
105
  "Query Parameters": "クエリパラメータ",
@@ -131,6 +138,9 @@
131
138
  "Emoji shortname (standard or custom), e.g. :tada: or :train:": "Emoji shortname (standard or custom), e.g. :tada: or :train:",
132
139
  "Unix timestamp - if not set, the status will not expire": "Unix timestamp - 設定されていない場合、ステータスは期限切れになりません",
133
140
  "Provide the ts (timestamp) value of the **parent** message to retrieve replies of this message. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.": "このメッセージの返信を取得するために、**親** メッセージの ts (timestamp) 値を入力します。 返信自体のts値を使用しないでください。代わりに親を使用してください。 たとえば、`1710304378.475129` です。 親メッセージの横にある3つの点をクリックし、 `Copy link` オプションを選択することで、メッセージのリンクを簡単に取得できます。",
141
+ "Group handle without the leading @": "先頭のないハンドルをグループ化 @",
142
+ "The list of Slack User IDs to update this group with. Leave empty to clear the group (if not appending).": "このグループを更新するSlackユーザーIDの一覧です。追加されていない場合は空のままにしてください。",
143
+ "If checked, these users will be added to the current group. If unchecked, the current group members will be completely replaced by these users.": "チェックされている場合、これらのユーザーは現在のグループに追加されます。チェックされていない場合、現在のグループメンバーは完全にこれらのユーザーに置き換えられます。",
134
144
  "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
135
145
  "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
136
146
  "Use user token instead of bot token": "ボットトークンの代わりにユーザートークンを使用する",
@@ -150,6 +160,7 @@
150
160
  "New Mention in Channel": "チャンネル内の新規メンション",
151
161
  "New Mention in Direct Message": "ダイレクトメッセージに新しいメンション",
152
162
  "New Reaction": "新しい反応",
163
+ "Reaction Removed": "リアクションが削除されました",
153
164
  "Channel created": "チャンネルを作成しました",
154
165
  "New Command in Channel": "チャンネル内の新しいコマンド",
155
166
  "New Command in Direct Message": "ダイレクトメッセージ内の新しいコマンド",
@@ -163,6 +174,7 @@
163
174
  "Triggers when a user or user group is mentioned.": "ユーザーまたはユーザーグループがメンションされたときにトリガーします。",
164
175
  "Triggers when a username is mentioned in a direct message channel.": "ユーザー名がダイレクトメッセージチャンネルで指定されたときにトリガーされます。",
165
176
  "Triggers when a new reaction is added to a message": "メッセージに新しいリアクションが追加されたときにトリガーします",
177
+ "Triggers when a reaction is removed from a message": "リアクションがメッセージから削除されたときにトリガーします",
166
178
  "Triggers when a channel is created": "チャンネルが作成されたときにトリガーする",
167
179
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2)": "特定のコマンドがボットに送信されたときにトリガーします(例: @botコマンド arg1 arg2)",
168
180
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2) via Direct Message.": "特定のコマンドが直接メッセージを介してボットに送信されたとき(例:@botコマンド arg1 arg2)にトリガーします。",
@@ -184,6 +196,7 @@
184
196
  "If enabled, provides a clean_text field with the user and user group mentions removed from the message.": "有効にすると、クリーンテキストフィールドにユーザーとユーザーグループのメンションがメッセージから削除されます。",
185
197
  "Select emojis to trigger on": "トリガーする絵文字を選択してください",
186
198
  "If no channel is selected, the flow will be triggered for reactions in all channels the app has access to": "チャンネルが選択されていない場合、アプリがアクセスできるすべてのチャンネルのリアクションに対してフローがトリガーされます。",
199
+ "If no channel is selected, the flow will be triggered for reactions removed in all channels the app has access to": "チャンネルが選択されていない場合、アプリがアクセスできるすべてのチャンネルでリアクションが削除された時にフローがトリガーされます。",
187
200
  "List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "ボットが応答する有効なコマンドのリスト(例:ヘルプ、分かった、リマインダーなど)",
188
201
  "If no channel is selected, the flow will be triggered for commands in all channels": "チャンネルが選択されていない場合、フローはすべてのチャンネルのコマンドに対してトリガーされます",
189
202
  "Select the type of modal interaction to trigger on.": "起動するモーダルインタラクションの種類を選択します。",
package/src/i18n/nl.json CHANGED
@@ -25,6 +25,8 @@
25
25
  "Set Channel Topic": "Kanaalonderwerp instellen",
26
26
  "Get Message by Timestamp": "Bericht ontvangen op tijdstempel",
27
27
  "Invite User to Channel": "Gebruiker uitnodigen voor kanaal",
28
+ "Get User Group by Handle": "Krijg Gebruikersgroep op Handle",
29
+ "Update User Group Members": "Bijwerken gebruikersgroep leden",
28
30
  "Custom API Call": "Custom API Call",
29
31
  "Add an emoji reaction to a message.": "Een emoji reactie toevoegen aan een bericht.",
30
32
  "Send message to a user": "Stuur bericht naar een gebruiker",
@@ -51,6 +53,8 @@
51
53
  "Sets the topic on a selected channel.": "Stelt het onderwerp in op een geselecteerd kanaal.",
52
54
  "Retrieves a specific message from a channel history using the message's timestamp.": "Haal een specifiek bericht op van een kanaal geschiedenis met behulp van de tijdsaanduiding.",
53
55
  "Invites an existing User to an existing channel.": "Nodig een bestaande gebruiker uit voor een bestaand kanaal.",
56
+ "Finds a Slack user group by its handle (e.g., @user-group) and returns its details. To mention this group in a message, map the returned ID using the syntax <!subteam^ID>. Read more: https://api.slack.com/reference/surfaces/formatting#mentioning-groups": "Vindt een Slack-gebruikersgroep door middel van zijn handvat (bijv. @user-group) en retourneert de details. Om deze groep in een bericht te vermelden, kaart de geretourneerde ID met behulp van de syntax <!subteam^ID>. Lees meer: https://api.slack.com/reference/oppervlaktes/formatting#vermelding-groepen",
57
+ "Add users to or overwrite the member list of a Slack user group.": "Voeg gebruikers toe aan of overschrijf de ledenlijst van een Slack gebruikersgroep.",
54
58
  "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
55
59
  "Markdown": "Markdown",
56
60
  "Channel": "Kanaal",
@@ -93,6 +97,9 @@
93
97
  "Markdown text": "Markdown tekst",
94
98
  "Thread ts": "Conversatie ts",
95
99
  "Topic": "Onderwerp",
100
+ "Group Handle": "Groep Handle",
101
+ "User IDs": "Gebruiker IDs",
102
+ "Append to existing members?": "Aan bestaande leden toevoegen?",
96
103
  "Method": "Methode",
97
104
  "Headers": "Kopteksten",
98
105
  "Query Parameters": "Query parameters",
@@ -131,6 +138,9 @@
131
138
  "Emoji shortname (standard or custom), e.g. :tada: or :train:": "Emoji shortname (standaard of aangepast), bijv. :tada: of :train:",
132
139
  "Unix timestamp - if not set, the status will not expire": "Unix tijdstempel - indien niet ingesteld, zal de status niet verlopen",
133
140
  "Provide the ts (timestamp) value of the **parent** message to retrieve replies of this message. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.": "Geef de ts (timestamp) waarde op van het **ouder** bericht om antwoorden van dit bericht op te halen. Gebruik niet de ts waarde van het antwoord zelf; gebruik in plaats daarvan het bovenliggende. Bijvoorbeeld `1710304378.475129`. vanzelfsprekend, je kunt gemakkelijk de berichtlink verkrijgen door op de drie punten naast het bovenliggende bericht te klikken en de optie 'Koppeling kopiëren' te selecteren.",
141
+ "Group handle without the leading @": "Groep, zonder hoofdletter @",
142
+ "The list of Slack User IDs to update this group with. Leave empty to clear the group (if not appending).": "De lijst met Slack gebruikers-IDs om deze groep bij te werken. Laat leeg om de groep te wissen (indien niet toegevoegd).",
143
+ "If checked, these users will be added to the current group. If unchecked, the current group members will be completely replaced by these users.": "Indien aangevinkt, worden deze gebruikers toegevoegd aan de huidige groep. Indien uitgeschakeld worden de huidige leden van de groep volledig vervangen door deze gebruikers.",
134
144
  "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
135
145
  "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
136
146
  "Use user token instead of bot token": "Gebruik gebruikerstoken in plaats van bot token",
@@ -150,6 +160,7 @@
150
160
  "New Mention in Channel": "Nieuwe vermelding in kanaal",
151
161
  "New Mention in Direct Message": "Nieuwe vermelding in een persoonlijk bericht",
152
162
  "New Reaction": "Nieuwe Reactie",
163
+ "Reaction Removed": "Reactie verwijderd",
153
164
  "Channel created": "Kanaal aangemaakt",
154
165
  "New Command in Channel": "Nieuwe opdracht in kanaal",
155
166
  "New Command in Direct Message": "Nieuw commando in een persoonlijk bericht",
@@ -163,6 +174,7 @@
163
174
  "Triggers when a user or user group is mentioned.": "Triggert wanneer een gebruiker of gebruikersgroep wordt vermeld.",
164
175
  "Triggers when a username is mentioned in a direct message channel.": "Triggert wanneer een gebruikersnaam wordt genoemd in een direct berichtkanaal.",
165
176
  "Triggers when a new reaction is added to a message": "Triggert wanneer een nieuwe reactie wordt toegevoegd aan een bericht",
177
+ "Triggers when a reaction is removed from a message": "Triggert wanneer een reactie wordt verwijderd uit een bericht",
166
178
  "Triggers when a channel is created": "Triggert wanneer een kanaal wordt aangemaakt",
167
179
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2)": "Triggert wanneer een specifiek commando wordt verzonden naar de bot (bijv. @bot commando arg1 arg2)",
168
180
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2) via Direct Message.": "Triggert wanneer een specifiek commando wordt verzonden naar de bot (bijvoorbeeld @bot commando arg1 arg2) via Direct Message.",
@@ -184,6 +196,7 @@
184
196
  "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.",
185
197
  "Select emojis to trigger on": "Selecteer emojis op te starten",
186
198
  "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",
199
+ "If no channel is selected, the flow will be triggered for reactions removed in all channels the app has access to": "Als er geen kanaal is geselecteerd, zal de stroom worden geactiveerd voor reacties verwijderd in alle kanalen waar de app toegang tot heeft",
187
200
  "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)",
188
201
  "If no channel is selected, the flow will be triggered for commands in all channels": "Als er geen kanaal is geselecteerd, wordt de stroom geactiveerd voor commando's in alle kanalen",
189
202
  "Select the type of modal interaction to trigger on.": "Selecteer het type modale interactie waarop u wilt starten.",
package/src/i18n/pt.json CHANGED
@@ -25,6 +25,8 @@
25
25
  "Set Channel Topic": "Definir tópico do canal",
26
26
  "Get Message by Timestamp": "Obter mensagem por Timestamp",
27
27
  "Invite User to Channel": "Convidar usuário para o canal",
28
+ "Get User Group by Handle": "Obter Grupo de Usuários por Handle",
29
+ "Update User Group Members": "Atualizar membros do grupo de usuários",
28
30
  "Custom API Call": "Chamada de API personalizada",
29
31
  "Add an emoji reaction to a message.": "Adicione uma reação de emoji a uma mensagem.",
30
32
  "Send message to a user": "Enviar mensagem para um usuário",
@@ -51,6 +53,8 @@
51
53
  "Sets the topic on a selected channel.": "Define o tópico em um canal selecionado.",
52
54
  "Retrieves a specific message from a channel history using the message's timestamp.": "Recupera uma mensagem específica de um histórico de canais usando a hora da mensagem.",
53
55
  "Invites an existing User to an existing channel.": "Convida um usuário existente para um canal existente.",
56
+ "Finds a Slack user group by its handle (e.g., @user-group) and returns its details. To mention this group in a message, map the returned ID using the syntax <!subteam^ID>. Read more: https://api.slack.com/reference/surfaces/formatting#mentioning-groups": "Encontra um grupo de usuários Slack pelo seu manipulador (por exemplo, @user-group) e retorna seus detalhes. Para mencionar este grupo em uma mensagem, mapeie o ID retornado usando o <!subteam^ID>. Leia mais: https://api.slack.com/reference/surfaces/formatting#mentioning-groups",
57
+ "Add users to or overwrite the member list of a Slack user group.": "Adicionar usuários a ou substituir a lista de membros de um grupo de usuários do Slack.",
54
58
  "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
55
59
  "Markdown": "Markdown",
56
60
  "Channel": "Canal",
@@ -93,6 +97,9 @@
93
97
  "Markdown text": "Texto Markdown",
94
98
  "Thread ts": "Tópico",
95
99
  "Topic": "Tópico",
100
+ "Group Handle": "Manipulador do Grupo",
101
+ "User IDs": "IDs de usuário",
102
+ "Append to existing members?": "Acrescentar aos membros existentes?",
96
103
  "Method": "Método",
97
104
  "Headers": "Cabeçalhos",
98
105
  "Query Parameters": "Parâmetros da consulta",
@@ -131,6 +138,9 @@
131
138
  "Emoji shortname (standard or custom), e.g. :tada: or :train:": "shortname do emoji (padrão ou personalizado), por exemplo, :tada: ou :train:",
132
139
  "Unix timestamp - if not set, the status will not expire": "Marca temporal Unix - se não for definido, o status não expirará",
133
140
  "Provide the ts (timestamp) value of the **parent** message to retrieve replies of this message. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.": "Indique o valor ts (timestamp) da mensagem **pai** para recuperar as respostas desta mensagem. Não use o valor de ts da própria resposta; use seu pai. Por exemplo, `1710304378.475129`. lternativamente, você pode facilmente obter o link da mensagem clicando nos três pontos ao lado da mensagem principal e selecionando a opção `Copiar link`.",
141
+ "Group handle without the leading @": "Manipulador de grupo sem a liderança @",
142
+ "The list of Slack User IDs to update this group with. Leave empty to clear the group (if not appending).": "A lista de IDs de usuários do Slack para atualizar este grupo. Deixe em branco para limpar o grupo (se não acrescentando).",
143
+ "If checked, these users will be added to the current group. If unchecked, the current group members will be completely replaced by these users.": "Se marcado, estes usuários serão adicionados ao grupo atual. Se desmarcado, os membros do grupo atual serão completamente substituídos por esses usuários.",
134
144
  "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
135
145
  "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
136
146
  "Use user token instead of bot token": "Usar token de usuário em vez do token de bot",
@@ -150,6 +160,7 @@
150
160
  "New Mention in Channel": "Nova menção no canal",
151
161
  "New Mention in Direct Message": "Nova menção em mensagem direta",
152
162
  "New Reaction": "Nova Reação",
163
+ "Reaction Removed": "Reação removida",
153
164
  "Channel created": "Canal criado",
154
165
  "New Command in Channel": "Novo Comando no Canal",
155
166
  "New Command in Direct Message": "Novo comando em mensagem direta",
@@ -163,6 +174,7 @@
163
174
  "Triggers when a user or user group is mentioned.": "Dispara quando um usuário ou grupo de usuário é mencionado.",
164
175
  "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.",
165
176
  "Triggers when a new reaction is added to a message": "Aciona quando uma nova reação é adicionada a uma mensagem",
177
+ "Triggers when a reaction is removed from a message": "Aciona quando uma reação é removida de uma mensagem",
166
178
  "Triggers when a channel is created": "Dispara quando um canal é criado",
167
179
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2)": "Dispara quando um comando específico é enviado para o bot (por exemplo, @bot comando arg1 arg2)",
168
180
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2) via Direct Message.": "Dispara quando um comando específico é enviado para o bot (por exemplo, um comando com @bot arg1 arg2) via mensagem direta.",
@@ -184,6 +196,7 @@
184
196
  "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.",
185
197
  "Select emojis to trigger on": "Selecionar emojis para acionar",
186
198
  "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",
199
+ "If no channel is selected, the flow will be triggered for reactions removed in all channels the app has access to": "Se nenhum canal for selecionado, o fluxo será acionado para reações removidas em todos os canais que o app tem acesso",
187
200
  "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)",
188
201
  "If no channel is selected, the flow will be triggered for commands in all channels": "Se nenhum canal estiver selecionado, o fluxo será acionado para comandos em todos os canais",
189
202
  "Select the type of modal interaction to trigger on.": "Selecione o tipo de interação modal para ativar.",
@@ -25,6 +25,8 @@
25
25
  "Set Channel Topic": "Set Channel Topic",
26
26
  "Get Message by Timestamp": "Get Message by Timestamp",
27
27
  "Invite User to Channel": "Invite User to Channel",
28
+ "Get User Group by Handle": "Get User Group by Handle",
29
+ "Update User Group Members": "Update User Group Members",
28
30
  "Custom API Call": "Custom API Call",
29
31
  "Add an emoji reaction to a message.": "Add an emoji reaction to a message.",
30
32
  "Send message to a user": "Send message to a user",
@@ -51,6 +53,8 @@
51
53
  "Sets the topic on a selected channel.": "Sets the topic on a selected channel.",
52
54
  "Retrieves a specific message from a channel history using the message's timestamp.": "Retrieves a specific message from a channel history using the message's timestamp.",
53
55
  "Invites an existing User to an existing channel.": "Invites an existing User to an existing channel.",
56
+ "Finds a Slack user group by its handle (e.g., @user-group) and returns its details. To mention this group in a message, map the returned ID using the syntax <!subteam^ID>. Read more: https://api.slack.com/reference/surfaces/formatting#mentioning-groups": "Finds a Slack user group by its handle (e.g., @user-group) and returns its details. To mention this group in a message, map the returned ID using the syntax <!subteam^ID>. Read more: https://api.slack.com/reference/surfaces/formatting#mentioning-groups",
57
+ "Add users to or overwrite the member list of a Slack user group.": "Add users to or overwrite the member list of a Slack user group.",
54
58
  "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
55
59
  "Markdown": "Markdown",
56
60
  "Channel": "Channel",
@@ -93,6 +97,9 @@
93
97
  "Markdown text": "Markdown text",
94
98
  "Thread ts": "Thread ts",
95
99
  "Topic": "Topic",
100
+ "Group Handle": "Group Handle",
101
+ "User IDs": "User IDs",
102
+ "Append to existing members?": "Append to existing members?",
96
103
  "Method": "Method",
97
104
  "Headers": "Headers",
98
105
  "Query Parameters": "Query Parameters",
@@ -131,6 +138,9 @@
131
138
  "Emoji shortname (standard or custom), e.g. :tada: or :train:": "Emoji shortname (standard or custom), e.g. :tada: or :train:",
132
139
  "Unix timestamp - if not set, the status will not expire": "Unix timestamp - if not set, the status will not expire",
133
140
  "Provide the ts (timestamp) value of the **parent** message to retrieve replies of this message. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.": "Provide the ts (timestamp) value of the **parent** message to retrieve replies of this message. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.",
141
+ "Group handle without the leading @": "Group handle without the leading @",
142
+ "The list of Slack User IDs to update this group with. Leave empty to clear the group (if not appending).": "The list of Slack User IDs to update this group with. Leave empty to clear the group (if not appending).",
143
+ "If checked, these users will be added to the current group. If unchecked, the current group members will be completely replaced by these users.": "If checked, these users will be added to the current group. If unchecked, the current group members will be completely replaced by these users.",
134
144
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
135
145
  "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
136
146
  "Use user token instead of bot token": "Use user token instead of bot token",
package/src/i18n/zh.json CHANGED
@@ -25,6 +25,8 @@
25
25
  "Set Channel Topic": "Set Channel Topic",
26
26
  "Get Message by Timestamp": "Get Message by Timestamp",
27
27
  "Invite User to Channel": "Invite User to Channel",
28
+ "Get User Group by Handle": "Get User Group by Handle",
29
+ "Update User Group Members": "Update User Group Members",
28
30
  "Custom API Call": "自定义 API 呼叫",
29
31
  "Add an emoji reaction to a message.": "Add an emoji reaction to a message.",
30
32
  "Send message to a user": "Send message to a user",
@@ -51,6 +53,8 @@
51
53
  "Sets the topic on a selected channel.": "Sets the topic on a selected channel.",
52
54
  "Retrieves a specific message from a channel history using the message's timestamp.": "Retrieves a specific message from a channel history using the message's timestamp.",
53
55
  "Invites an existing User to an existing channel.": "Invites an existing User to an existing channel.",
56
+ "Finds a Slack user group by its handle (e.g., @user-group) and returns its details. To mention this group in a message, map the returned ID using the syntax <!subteam^ID>. Read more: https://api.slack.com/reference/surfaces/formatting#mentioning-groups": "Finds a Slack user group by its handle (e.g., @user-group) and returns its details. To mention this group in a message, map the returned ID using the syntax <!subteam^ID>. Read more: https://api.slack.com/reference/surfaces/formatting#mentioning-groups",
57
+ "Add users to or overwrite the member list of a Slack user group.": "Add users to or overwrite the member list of a Slack user group.",
54
58
  "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
55
59
  "Markdown": "Markdown",
56
60
  "Channel": "Channel",
@@ -93,6 +97,9 @@
93
97
  "Markdown text": "Markdown text",
94
98
  "Thread ts": "Thread ts",
95
99
  "Topic": "Topic",
100
+ "Group Handle": "Group Handle",
101
+ "User IDs": "User IDs",
102
+ "Append to existing members?": "Append to existing members?",
96
103
  "Method": "方法",
97
104
  "Headers": "信头",
98
105
  "Query Parameters": "查询参数",
@@ -131,6 +138,9 @@
131
138
  "Emoji shortname (standard or custom), e.g. :tada: or :train:": "Emoji shortname (standard or custom), e.g. :tada: or :train:",
132
139
  "Unix timestamp - if not set, the status will not expire": "Unix timestamp - if not set, the status will not expire",
133
140
  "Provide the ts (timestamp) value of the **parent** message to retrieve replies of this message. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.": "Provide the ts (timestamp) value of the **parent** message to retrieve replies of this message. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.",
141
+ "Group handle without the leading @": "Group handle without the leading @",
142
+ "The list of Slack User IDs to update this group with. Leave empty to clear the group (if not appending).": "The list of Slack User IDs to update this group with. Leave empty to clear the group (if not appending).",
143
+ "If checked, these users will be added to the current group. If unchecked, the current group members will be completely replaced by these users.": "If checked, these users will be added to the current group. If unchecked, the current group members will be completely replaced by these users.",
134
144
  "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
135
145
  "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
136
146
  "Use user token instead of bot token": "Use user token instead of bot token",
@@ -150,6 +160,7 @@
150
160
  "New Mention in Channel": "New Mention in Channel",
151
161
  "New Mention in Direct Message": "New Mention in Direct Message",
152
162
  "New Reaction": "New Reaction",
163
+ "Reaction Removed": "Reaction Removed",
153
164
  "Channel created": "Channel created",
154
165
  "New Command in Channel": "New Command in Channel",
155
166
  "New Command in Direct Message": "New Command in Direct Message",
@@ -163,6 +174,7 @@
163
174
  "Triggers when a user or user group is mentioned.": "Triggers when a user or user group is mentioned.",
164
175
  "Triggers when a username is mentioned in a direct message channel.": "Triggers when a username is mentioned in a direct message channel.",
165
176
  "Triggers when a new reaction is added to a message": "Triggers when a new reaction is added to a message",
177
+ "Triggers when a reaction is removed from a message": "Triggers when a reaction is removed from a message",
166
178
  "Triggers when a channel is created": "Triggers when a channel is created",
167
179
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2)": "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2)",
168
180
  "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2) via Direct Message.": "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2) via Direct Message.",
@@ -184,6 +196,7 @@
184
196
  "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.",
185
197
  "Select emojis to trigger on": "Select emojis to trigger on",
186
198
  "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",
199
+ "If no channel is selected, the flow will be triggered for reactions removed in all channels the app has access to": "If no channel is selected, the flow will be triggered for reactions removed in all channels the app has access to",
187
200
  "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)",
188
201
  "If no channel is selected, the flow will be triggered for commands in all channels": "If no channel is selected, the flow will be triggered for commands in all channels",
189
202
  "Select the type of modal interaction to trigger on.": "Select the type of modal interaction to trigger on.",
@@ -1 +1 @@
1
- {"version":3,"file":"update-user-groups.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/update-user-groups.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,sBAAsB;;;;;;;EAyDjC,CAAC"}
1
+ {"version":3,"file":"update-user-groups.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/update-user-groups.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,sBAAsB;;;;;;;EA0DjC,CAAC"}
@@ -32,13 +32,14 @@ exports.updateGroupUsersAction = (0, pieces_framework_1.createAction)({
32
32
  run(context) {
33
33
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
34
34
  var _a;
35
- const token = (0, auth_helpers_1.getBotToken)(context.auth);
36
- const client = new web_api_1.WebClient(token);
35
+ const auth = context.auth;
36
+ const botClient = new web_api_1.WebClient((0, auth_helpers_1.getBotToken)(auth));
37
+ const userClient = new web_api_1.WebClient((0, auth_helpers_1.requireUserToken)(auth));
37
38
  const searchHandle = context.propsValue.handle.replace('@', '').toLowerCase();
38
39
  const rawUserIds = (context.propsValue.userIds || []);
39
40
  const userIds = rawUserIds.filter((id) => id && id.trim() !== '');
40
41
  const appendUsers = context.propsValue.appendUsers;
41
- const listResponse = yield client.usergroups.list({ include_users: true });
42
+ const listResponse = yield botClient.usergroups.list({ include_users: true });
42
43
  const group = (_a = listResponse.usergroups) === null || _a === void 0 ? void 0 : _a.find((g) => g.handle && g.handle.toLowerCase() === searchHandle);
43
44
  if (!group || !group.id) {
44
45
  throw new Error(`User group with handle '@${searchHandle}' not found.`);
@@ -49,7 +50,7 @@ exports.updateGroupUsersAction = (0, pieces_framework_1.createAction)({
49
50
  finalUserIds = Array.from(new Set([...existingUsers, ...userIds]));
50
51
  }
51
52
  const usersString = finalUserIds.join(', ');
52
- const updateResponse = yield client.usergroups.users.update({
53
+ const updateResponse = yield userClient.usergroups.users.update({
53
54
  usergroup: group.id,
54
55
  users: usersString,
55
56
  });
@@ -1 +1 @@
1
- {"version":3,"file":"update-user-groups.js","sourceRoot":"","sources":["../../../../src/lib/actions/update-user-groups.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,kCAAoC;AACpC,4CAA2C;AAC3C,yDAAqE;AAExD,QAAA,sBAAsB,GAAG,IAAA,+BAAY,EAAC;IACjD,IAAI,EAAE,gBAAS;IACf,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE,2BAA2B;IACxC,WAAW,EAAE,kEAAkE;IAC/E,KAAK,EAAE;QACL,MAAM,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACzB,WAAW,EAAE,cAAc;YAC3B,WAAW,EAAE,oCAAoC;YACjD,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,OAAO,EAAE,2BAAQ,CAAC,KAAK,CAAC;YACtB,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,0GAA0G;YACvH,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,WAAW,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC7B,WAAW,EAAE,6BAA6B;YAC1C,WAAW,EAAE,iJAAiJ;YAC9J,QAAQ,EAAE,IAAI;YACd,YAAY,EAAE,IAAI;SACnB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,KAAK,GAAG,IAAA,0BAAW,EAAC,OAAO,CAAC,IAAsB,CAAC,CAAC;YAC1D,MAAM,MAAM,GAAG,IAAI,mBAAS,CAAC,KAAK,CAAC,CAAC;YACpC,MAAM,YAAY,GAAG,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,WAAW,EAAE,CAAC;YAC9E,MAAM,UAAU,GAAG,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,IAAI,EAAE,CAAa,CAAC;YAClE,MAAM,OAAO,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,CAAC,CAAC;YAClE,MAAM,WAAW,GAAG,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC;YAEnD,MAAM,YAAY,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,aAAa,EAAE,IAAI,EAAE,CAAC,CAAC;YAE3E,MAAM,KAAK,GAAG,MAAA,YAAY,CAAC,UAAU,0CAAE,IAAI,CACzC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,MAAM,CAAC,WAAW,EAAE,KAAK,YAAY,CAC3D,CAAC;YAEF,IAAI,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,CAAC;gBACxB,MAAM,IAAI,KAAK,CAAC,4BAA4B,YAAY,cAAc,CAAC,CAAC;YAC1E,CAAC;YAED,IAAI,YAAY,GAAG,OAAO,CAAC;YAE3B,IAAI,WAAW,EAAE,CAAC;gBAChB,MAAM,aAAa,GAAG,KAAK,CAAC,KAAK,IAAI,EAAE,CAAC;gBACxC,YAAY,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,GAAG,aAAa,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;YACrE,CAAC;YAED,MAAM,WAAW,GAAG,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YAE5C,MAAM,cAAc,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC;gBAC1D,SAAS,EAAE,KAAK,CAAC,EAAE;gBACnB,KAAK,EAAE,WAAW;aACnB,CAAC,CAAC;YAEH,OAAO,cAAc,CAAC;QACxB,CAAC;KAAA;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"update-user-groups.js","sourceRoot":"","sources":["../../../../src/lib/actions/update-user-groups.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,kCAAoC;AACpC,4CAA2C;AAC3C,yDAAuF;AAE1E,QAAA,sBAAsB,GAAG,IAAA,+BAAY,EAAC;IACjD,IAAI,EAAE,gBAAS;IACf,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE,2BAA2B;IACxC,WAAW,EAAE,kEAAkE;IAC/E,KAAK,EAAE;QACL,MAAM,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACzB,WAAW,EAAE,cAAc;YAC3B,WAAW,EAAE,oCAAoC;YACjD,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,OAAO,EAAE,2BAAQ,CAAC,KAAK,CAAC;YACtB,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,0GAA0G;YACvH,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,WAAW,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC7B,WAAW,EAAE,6BAA6B;YAC1C,WAAW,EAAE,iJAAiJ;YAC9J,QAAQ,EAAE,IAAI;YACd,YAAY,EAAE,IAAI;SACnB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,IAAI,GAAG,OAAO,CAAC,IAAsB,CAAC;YAC5C,MAAM,SAAS,GAAG,IAAI,mBAAS,CAAC,IAAA,0BAAW,EAAC,IAAI,CAAC,CAAC,CAAC;YACnD,MAAM,UAAU,GAAG,IAAI,mBAAS,CAAC,IAAA,+BAAgB,EAAC,IAAI,CAAC,CAAC,CAAC;YACzD,MAAM,YAAY,GAAG,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,WAAW,EAAE,CAAC;YAC9E,MAAM,UAAU,GAAG,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,IAAI,EAAE,CAAa,CAAC;YAClE,MAAM,OAAO,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,CAAC,CAAC;YAClE,MAAM,WAAW,GAAG,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC;YAEnD,MAAM,YAAY,GAAG,MAAM,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,aAAa,EAAE,IAAI,EAAE,CAAC,CAAC;YAE9E,MAAM,KAAK,GAAG,MAAA,YAAY,CAAC,UAAU,0CAAE,IAAI,CACzC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,MAAM,CAAC,WAAW,EAAE,KAAK,YAAY,CAC3D,CAAC;YAEF,IAAI,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,CAAC;gBACxB,MAAM,IAAI,KAAK,CAAC,4BAA4B,YAAY,cAAc,CAAC,CAAC;YAC1E,CAAC;YAED,IAAI,YAAY,GAAG,OAAO,CAAC;YAE3B,IAAI,WAAW,EAAE,CAAC;gBAChB,MAAM,aAAa,GAAG,KAAK,CAAC,KAAK,IAAI,EAAE,CAAC;gBACxC,YAAY,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,GAAG,aAAa,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;YACrE,CAAC;YAED,MAAM,WAAW,GAAG,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YAE5C,MAAM,cAAc,GAAG,MAAM,UAAU,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC;gBAC9D,SAAS,EAAE,KAAK,CAAC,EAAE;gBACnB,KAAK,EAAE,WAAW;aACnB,CAAC,CAAC;YAEH,OAAO,cAAc,CAAC;QACxB,CAAC;KAAA;CACF,CAAC,CAAC"}
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../src/lib/auth.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe,+GAuC1B,CAAC;AAwCH,eAAO,MAAM,SAAS;;;KAAqC,CAAC"}
package/src/lib/auth.js CHANGED
@@ -6,7 +6,7 @@ const pieces_framework_1 = require("@activepieces/pieces-framework");
6
6
  const pieces_common_1 = require("@activepieces/pieces-common");
7
7
  exports.slackOAuth2Auth = pieces_framework_1.PieceAuth.OAuth2({
8
8
  description: 'Authenticate via a Slack OAuth flow.',
9
- authUrl: 'https://slack.com/oauth/v2/authorize?user_scope=search:read,users.profile:write,reactions:read,reactions:write,im:history,stars:read,channels:write,groups:write,im:write,mpim:write,channels:write.invites,groups:write.invites,channels:history,groups:history,chat:write,users:read',
9
+ authUrl: 'https://slack.com/oauth/v2/authorize?user_scope=search:read,users.profile:write,reactions:read,reactions:write,im:history,stars:read,channels:write,groups:write,im:write,mpim:write,channels:write.invites,groups:write.invites,channels:history,groups:history,chat:write,users:read,usergroups:write',
10
10
  tokenUrl: 'https://slack.com/api/oauth.v2.access',
11
11
  required: true,
12
12
  scope: [
@@ -30,6 +30,7 @@ exports.slackOAuth2Auth = pieces_framework_1.PieceAuth.OAuth2({
30
30
  'users:read.email',
31
31
  'reactions:write',
32
32
  'usergroups:read',
33
+ 'usergroups:write',
33
34
  'chat:write.customize',
34
35
  'links:read',
35
36
  'links:write',
@@ -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;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"}
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,ySAAyS;IAC3S,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,kBAAkB;QAClB,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"}