Add Activepieces integration for workflow automation

- Add Activepieces fork with SmoothSchedule custom piece
- Create integrations app with Activepieces service layer
- Add embed token endpoint for iframe integration
- Create Automations page with embedded workflow builder
- Add sidebar visibility fix for embed mode
- Add list inactive customers endpoint to Public API
- Include SmoothSchedule triggers: event created/updated/cancelled
- Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
poduck
2025-12-18 22:59:37 -05:00
parent 9848268d34
commit 3aa7199503
16292 changed files with 1284892 additions and 4708 deletions

View File

@@ -0,0 +1,41 @@
{
"Microsoft Power BI": "Microsoft Power BI",
"Create and manage Power BI datasets and push data to them": "Создание и управление наборами данных Power BI и push-данные к ним",
"Authentication for Microsoft Power BI": "Аутентификация для Microsoft Power BI",
"Create Dataset": "Создать набор данных",
"Push Rows to Dataset Table": "Передать строки к таблице набора данных",
"Custom API Call": "Пользовательский вызов API",
"Create a new dataset in Power BI with custom schema (Push, Streaming, or PushStreaming mode).": "Создайте новый набор данных в Power BI с пользовательской схемой (Push, Streaming, или PushStreaming режим).",
"Add rows to a table in a Power BI dataset (supports Push, Streaming, and PushStreaming modes)": "Добавить строки к таблице в наборе данных Power BI (поддерживает Push, Streaming, и PushStreaming режимы)",
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
"Dataset Name": "Имя набора данных",
"Dataset Mode": "Режим набора данных",
"Tables": "Таблицы",
"Dataset": "Dataset",
"Table": "Таблица",
"Rows": "Строки",
"Skip Dataset Refresh": "Пропустить обновление набора данных",
"Method": "Метод",
"Headers": "Заголовки",
"Query Parameters": "Параметры запроса",
"Body": "Тело",
"No Error on Failure": "Нет ошибок при ошибке",
"Timeout (in seconds)": "Таймаут (в секундах)",
"Name of the dataset to create": "Имя создаваемого набора данных",
"The mode of the dataset": "Режим набора данных",
"Define the tables and their columns for the dataset (JSON format)": "Определите таблицы и их столбцы для набора данных (формат JSON)",
"Select a dataset.": "Выберите набор данных.",
"Select a table": "Выберите таблицу",
"JSON object containing the rows to add to the table. Each row must match your table schema.": "JSON объект, содержащий строки, чтобы добавить к таблице. Каждая строка должна соответствовать схеме таблицы.",
"Skip refreshing the dataset after pushing data (only applies to Push and PushStreaming modes)": "Пропустить обновление набора данных после нажатия данных (применяется только к режимам PushStreaming и PushStream)",
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
"Push": "Нагрузка",
"Streaming": "Вещание",
"PushStreaming": "PushStreaming",
"GET": "ПОЛУЧИТЬ",
"POST": "ПОСТ",
"PATCH": "ПАТЧ",
"PUT": "ПОКУПИТЬ",
"DELETE": "УДАЛИТЬ",
"HEAD": "HEAD"
}