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,71 @@
{
"Stability AI": "Stability AI",
"Generative AI video model based on the image model Stable Diffusion.": "Generative AI video model based on the image model Stable Diffusion.",
"API Key": "API Key",
"Please visit https://platform.stability.ai/docs/getting-started/authentication to get your API Key": "Please visit https://platform.stability.ai/docs/getting-started/authentication to get your API Key",
"Text to Image": "Text to Image",
"Custom API Call": "Custom API Call",
"Generate an image using a text prompt": "Generate an image using a text prompt",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Prompt": "Prompt",
"cfg_scale": "cfg_scale",
"height": "height",
"width": "width",
"samples": "samples",
"steps": "bước",
"weight": "weight",
"clip_guidance_preset": "clip_guidance_preset",
"style_preset": "style_preset",
"Engine ID": "Engine ID",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"The text to transform in image.": "The text to transform in image.",
"How strictly the diffusion process adheres to the prompt text (higher values keep your image closer to your prompt) (MIN:0; MAX:35)": "How strictly the diffusion process adheres to the prompt text (higher values keep your image closer to your prompt) (MIN:0; MAX:35)",
"Height of the image in pixels. Must be in increments of 64 and >= 128": "Height of the image in pixels. Must be in increments of 64 and >= 128",
"Width of the image in pixels. Must be in increments of 64 and >= 128": "Width of the image in pixels. Must be in increments of 64 and >= 128",
"Number of images to generate (MAX:10)": "Number of images to generate (MAX:10)",
"Number of diffusion steps to run (MIN:10; MAX:150)": "Number of diffusion steps to run (MIN:10; MAX:150)",
"Pass in a style preset to guide the image model towards a particular style.": "Pass in a style preset to guide the image model towards a particular style.",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"NONE": "NONE",
"FAST_BLUE": "FAST_BLUE",
"FAST_GREEN": "FAST_GREEN",
"SIMPLE": "SIMPLE",
"SLOW": "SLOW",
"SLOWER": "SLOWER",
"SLOWEST": "SLOWEST",
"enhance": "enhance",
"anime": "anime",
"photographic": "photographic",
"digital-art": "digital-art",
"comic-book": "comic-book",
"fantasy-art": "fantasy-art",
"line-art": "line-art",
"analog-film": "analog-film",
"neon-punk": "neon-punk",
"isometric": "isometric",
"low-poly": "low-poly",
"origami": "origami",
"modeling-compound": "modeling-compound",
"cinematic": "cinematic",
"3d-model": "3d-model",
"pixel-art": "pixel-art",
"tile-texture": "tile-texture",
"stable-diffusion-xl-1024-v1-0": "stable-diffusion-xl-1024-v1-0",
"stable-diffusion-768-v2-1": "stable-diffusion-768-v2-1",
"stable-diffusion-512-v2-1": "stable-diffusion-512-v2-1",
"stable-diffusion-768-v2-0": "stable-diffusion-768-v2-0",
"stable-diffusion-512-v2-0": "stable-diffusion-512-v2-0",
"stable-diffusion-v1-5": "stable-diffusion-v1-5",
"stable-diffusion-v1": "stable-diffusion-v1",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD"
}