- 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>
38 lines
1.9 KiB
JSON
38 lines
1.9 KiB
JSON
{
|
|
"Crypto": "Crypto",
|
|
"Generate random passwords and hash existing text": "Generate random passwords and hash existing text",
|
|
"Text to Hash": "Text to Hash",
|
|
"Generate HMAC Signature": "Generate HMAC Signature",
|
|
"Generate Password": "Generate Password",
|
|
"Base64 Decode": "Base64 Decode",
|
|
"Base64 Encode": "Base64 Encode",
|
|
"Converts text to a hash value using various hashing algorithms": "Converts text to a hash value using various hashing algorithms",
|
|
"Converts text to a HMAC signed hash value using various hashing algorithms": "Converts text to a HMAC signed hash value using various hashing algorithms",
|
|
"Generates a random password with the specified length": "Generates a random password with the specified length",
|
|
"Converts base64 text back to plain text.": "Converts base64 text back to plain text.",
|
|
"Converts plain text into base64 format.": "Converts plain text into base64 format.",
|
|
"Method": "Method",
|
|
"Text": "Text",
|
|
"Secret key": "Secret key",
|
|
"Secret key encoding": "Secret key encoding",
|
|
"Password Length": "Password Length",
|
|
"Character Set": "Character Set",
|
|
"The hashing algorithm to use": "The hashing algorithm to use",
|
|
"The text to be hashed": "The text to be hashed",
|
|
"The secret key to encrypt": "The secret key to encrypt",
|
|
"The secret key encoding to use": "The secret key encoding to use",
|
|
"The text to be hashed and encrypted": "The text to be hashed and encrypted",
|
|
"The length of the password (maximum 256)": "The length of the password (maximum 256)",
|
|
"The character set to use when generating the password": "The character set to use when generating the password",
|
|
"The text to be decoded.": "The text to be decoded.",
|
|
"The text to be encoded.": "The text to be encoded.",
|
|
"MD5": "MD5",
|
|
"SHA256": "SHA256",
|
|
"SHA512": "SHA512",
|
|
"SHA3-512": "SHA3-512",
|
|
"UTF-8": "UTF-8",
|
|
"Hex": "Hex",
|
|
"Base64": "Base64",
|
|
"Alphanumeric": "Alphanumeric",
|
|
"Alphanumeric + Symbols": "Alphanumeric + Symbols"
|
|
} |