@activepieces/piece-writesonic-bulk 0.1.5 → 0.1.6
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 +5 -5
- package/src/i18n/de.json +127 -0
- package/src/i18n/es.json +127 -0
- package/src/i18n/fr.json +127 -0
- package/src/i18n/ja.json +127 -0
- package/src/i18n/nl.json +127 -0
- package/src/i18n/pt.json +127 -0
- package/src/i18n/translation.json +127 -0
- package/src/i18n/zh.json +127 -0
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -0
- package/src/lib/actions/blog-ideas.d.ts +1 -0
- package/src/lib/actions/blog-ideas.d.ts.map +1 -0
- package/src/lib/actions/blog-ideas.js +2 -0
- package/src/lib/actions/blog-ideas.js.map +1 -1
- package/src/lib/actions/blog-intros.d.ts +1 -0
- package/src/lib/actions/blog-intros.d.ts.map +1 -0
- package/src/lib/actions/blog-intros.js +2 -0
- package/src/lib/actions/blog-intros.js.map +1 -1
- package/src/lib/actions/blog-outlines.d.ts +1 -0
- package/src/lib/actions/blog-outlines.d.ts.map +1 -0
- package/src/lib/actions/blog-outlines.js +2 -0
- package/src/lib/actions/blog-outlines.js.map +1 -1
- package/src/lib/actions/content-rephraser.d.ts +1 -0
- package/src/lib/actions/content-rephraser.d.ts.map +1 -0
- package/src/lib/actions/content-rephraser.js +2 -0
- package/src/lib/actions/content-rephraser.js.map +1 -1
- package/src/lib/actions/content-shorten.d.ts +1 -0
- package/src/lib/actions/content-shorten.d.ts.map +1 -0
- package/src/lib/actions/content-shorten.js +2 -0
- package/src/lib/actions/content-shorten.js.map +1 -1
- package/src/lib/actions/facebook-ads.d.ts +1 -0
- package/src/lib/actions/facebook-ads.d.ts.map +1 -0
- package/src/lib/actions/facebook-ads.js +2 -0
- package/src/lib/actions/facebook-ads.js.map +1 -1
- package/src/lib/actions/generate-product-descriptions.d.ts +1 -0
- package/src/lib/actions/generate-product-descriptions.d.ts.map +1 -0
- package/src/lib/actions/generate-product-descriptions.js +2 -0
- package/src/lib/actions/generate-product-descriptions.js.map +1 -1
- package/src/lib/actions/google-ads.d.ts +1 -0
- package/src/lib/actions/google-ads.d.ts.map +1 -0
- package/src/lib/actions/google-ads.js +2 -0
- package/src/lib/actions/google-ads.js.map +1 -1
- package/src/lib/actions/landing-page-headlines.d.ts +1 -0
- package/src/lib/actions/landing-page-headlines.d.ts.map +1 -0
- package/src/lib/actions/landing-page-headlines.js +2 -0
- package/src/lib/actions/landing-page-headlines.js.map +1 -1
- package/src/lib/actions/sentence-expander.d.ts +1 -0
- package/src/lib/actions/sentence-expander.d.ts.map +1 -0
- package/src/lib/actions/sentence-expander.js +2 -0
- package/src/lib/actions/sentence-expander.js.map +1 -1
- package/src/lib/common/auth.d.ts +1 -0
- package/src/lib/common/auth.d.ts.map +1 -0
- package/src/lib/common/client.d.ts +1 -0
- package/src/lib/common/client.d.ts.map +1 -0
- package/src/lib/common/props.d.ts +1 -0
- package/src/lib/common/props.d.ts.map +1 -0
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Writesonic AI-powered writing assistant": "Writesonic AI-aangedreven schrijfassistent",
|
|
3
|
+
"\nTo get your API Key:\n\n1. Go to [app.writesonic.com](https://app.writesonic.com/)\n2. Login to your Writesonic account\n3. Hover over your display picture on the top-right corner to open the profile menu\n4. Click on \"API Dashboard\"\n5. Click on the switch to activate the API\n6. Click on \"Reveal API Key\"\n7. Copy and save your API key securely (never commit to public repositories)\n": "\nOm je API-sleutel te krijgen:\n\n1. Ga naar [app.writesonic.com](https://app.writesonic.com/)\n2. Log in op je Writesonic account\n3. Beweeg over je display afbeelding rechtsboven om het profiel menu\n4 te openen. Klik op \"API Dashboard\"\n5. Klik op de schakelaar om API\n6 te activeren. Klik op \"Reveal API Key\"\n7. Kopieer en sla uw API key veilig op (commit nooit bij openbare repositories)\n",
|
|
4
|
+
"Blog Ideas": "Blog ideeën",
|
|
5
|
+
"Blog Intros": "Blog Intro",
|
|
6
|
+
"Blog Outlines": "Blog overzicht",
|
|
7
|
+
"Content Rephraser": "Content Rephraser",
|
|
8
|
+
"Content Shorten": "Inhoud verkorten",
|
|
9
|
+
"Facebook Ads": "Facebook advertenties",
|
|
10
|
+
"Generate Product Descriptions": "Genereer productomschrijvingen",
|
|
11
|
+
"Google Ads": "Google Advertenties",
|
|
12
|
+
"Landing Page Headlines": "Landingspagina Headlines",
|
|
13
|
+
"Sentence Expander": "Zin Uitbreider",
|
|
14
|
+
"Custom API Call": "Custom API Call",
|
|
15
|
+
"Generate blog article ideas based on a topic or keyword": "Genereer ideeën van het blogartikel op basis van een topic of trefwoord",
|
|
16
|
+
"Generate enticing blog article introductions": "Genereer aantrekkelijke blog artikelintroducties",
|
|
17
|
+
"Generate detailed article outlines for better content writing": "Genereer gedetailleerde artikelomlijnen voor betere inhoud schrijven",
|
|
18
|
+
"Rephrase content in a different voice and style to appeal to different readers": "Beantwoord inhoud in een andere spraak- en stijl om aan te roepen tot verschillende lezers",
|
|
19
|
+
"Shorten your content in a different voice and style to appeal to different readers": "Verkort uw inhoud in een andere spraak- en stijl om een beroep te doen op verschillende lezers",
|
|
20
|
+
"Generate Facebook ad copies that make your ads truly stand out": "Genereer Facebook-advertentiekopieën die ervoor zorgen dat uw advertenties echt opvallen",
|
|
21
|
+
"Generate authentic product descriptions that compel, inspire, and influence": "Genereer authentieke product beschrijvingen die compileren, inspireren en beïnvloeden",
|
|
22
|
+
"Generate quality ads that rank in search results and drive more traffic": "Genereer kwaliteitsadvertenties die in de zoekresultaten gerangschikt en drijf meer verkeer",
|
|
23
|
+
"Generate unique and catchy headlines perfect for your product or service": "Genereer unieke en pakkende krantenkoppen perfect voor uw product of dienst",
|
|
24
|
+
"Expand short sentences into more descriptive and interesting ones": "Breid korte zinnen uit in meer beschrijvende en interessante",
|
|
25
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
26
|
+
"Topic": "Onderwerp",
|
|
27
|
+
"Keyword": "Keyword",
|
|
28
|
+
"Engine": "Motor",
|
|
29
|
+
"Language": "Taal",
|
|
30
|
+
"Number of Copies": "Aantal kopieën",
|
|
31
|
+
"Blog title": "Blog titel",
|
|
32
|
+
"Blog Title": "Blog titel",
|
|
33
|
+
"Blog Introduction": "Blog Introductie",
|
|
34
|
+
"Original Content": "Oorspronkelijke inhoud",
|
|
35
|
+
"Tone of Voice": "Toon van stem",
|
|
36
|
+
"Product Name": "Product Naam",
|
|
37
|
+
"Product Description": "Omschrijving product",
|
|
38
|
+
"Occasion": "Occasie",
|
|
39
|
+
"Promotion": "Aanbieding",
|
|
40
|
+
"Product Characteristics": "Product kenmerken",
|
|
41
|
+
"Primary Keyword": "Primair sleutelwoord",
|
|
42
|
+
"Secondary Keywords": "Secundaire trefwoorden",
|
|
43
|
+
"Search Term": "Zoek term",
|
|
44
|
+
"Sentence": "Zin",
|
|
45
|
+
"Method": "Methode",
|
|
46
|
+
"Headers": "Kopteksten",
|
|
47
|
+
"Query Parameters": "Query parameters",
|
|
48
|
+
"Body Type": "Type lichaam",
|
|
49
|
+
"Body": "Lichaam",
|
|
50
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
51
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
52
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
53
|
+
"Follow redirects": "Volg omleidingen",
|
|
54
|
+
"The topic or keyword to generate blog ideas for": "Het onderwerp of trefwoord om blog ideeën te genereren voor",
|
|
55
|
+
"A keyword to include in the blog introduction": "Een trefwoord om op te nemen in de blog introductie",
|
|
56
|
+
"Select the engine quality level": "Selecteer het kwaliteit niveau van de motor",
|
|
57
|
+
"Select the language": "Selecteer de taal",
|
|
58
|
+
"Number of blog ideas to generate (1-5)": "Aantal blog ideeën die gegenereerd moeten worden (1-5)",
|
|
59
|
+
"The blog topic or title to generate an introduction for": "Het blog onderwerp of de titel om een inleiding te genereren voor",
|
|
60
|
+
"The blog topic or title to generate an outline for": "Het blog onderwerp of de titel om een omlijning te genereren voor",
|
|
61
|
+
"The introduction of the blog to base the outline on": "De introductie van de blog om de omlijning te baseren op",
|
|
62
|
+
"The content you want to rephrase": "De inhoud die u wilt herformuleren",
|
|
63
|
+
"Select the tone of voice for the content": "Selecteer de toon van de stem voor de inhoud",
|
|
64
|
+
"The content you want to shorten": "De inhoud die je wilt inkorten",
|
|
65
|
+
"The name of the product or service to advertise": "De naam van het product of dienst om te adverteren",
|
|
66
|
+
"A brief description of the product or service": "Een korte beschrijving van het product of de dienst",
|
|
67
|
+
"The occasion for the ad (e.g.,\"Black Friday\", holiday, sale event)": "De gelegenheid voor de advertentie (bijv. \"Black Friday\", vakantie, verkoopevenement)",
|
|
68
|
+
"Details about any promotion or discount": "Details over elke aanbieding of korting",
|
|
69
|
+
"The name of the product": "De naam van het product",
|
|
70
|
+
"Key characteristics and specifications of the product": "Belangrijke kenmerken en specificaties van het product",
|
|
71
|
+
"The main keyword to include in the product description": "Het hoofdwoord om op te nemen in de productbeschrijving",
|
|
72
|
+
"Additional keywords to include in the product description, separated by commas": "Extra trefwoorden om op te nemen in de productomschrijving, gescheiden door komma's",
|
|
73
|
+
"The search term or query to target in the Google Ads campaign": "De zoekterm of query die in de Google Advertenties campagne wordt gepland",
|
|
74
|
+
"The name of the product or service": "De naam van het product of de dienst",
|
|
75
|
+
"The sentence you want to expand": "De zin die u wilt uitbreiden",
|
|
76
|
+
"A keyword to include in the expanded sentence": "Een trefwoord om op te nemen in de uitgebreide zin",
|
|
77
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
78
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
79
|
+
"Economy": "Economie",
|
|
80
|
+
"Average": "Gemiddeld",
|
|
81
|
+
"Good": "goed",
|
|
82
|
+
"Premium": "Premium",
|
|
83
|
+
"English": "Nederlands",
|
|
84
|
+
"Dutch": "Nederlands",
|
|
85
|
+
"French": "Frans",
|
|
86
|
+
"German": "Duits",
|
|
87
|
+
"Italian": "Italiaans",
|
|
88
|
+
"Polish": "Pools",
|
|
89
|
+
"Spanish": "Spaans",
|
|
90
|
+
"Portuguese (Portugal)": "Portugees (Portugal)",
|
|
91
|
+
"Portuguese (Brazil)": "Portugees (Brazilië)",
|
|
92
|
+
"Russian": "Russisch",
|
|
93
|
+
"Japanese": "Afrikaans",
|
|
94
|
+
"Chinese": "Chinees",
|
|
95
|
+
"Bulgarian": "Bulgaars",
|
|
96
|
+
"Czech": "Tsjechisch",
|
|
97
|
+
"Danish": "Deens",
|
|
98
|
+
"Greek": "Grieks",
|
|
99
|
+
"Hungarian": "Hongaars",
|
|
100
|
+
"Lithuanian": "Litouws",
|
|
101
|
+
"Latvian": "Lets",
|
|
102
|
+
"Romanian": "Roemeens",
|
|
103
|
+
"Slovak": "Slowaaks",
|
|
104
|
+
"Slovenian": "Slovenian",
|
|
105
|
+
"Swedish": "Zweeds",
|
|
106
|
+
"Finnish": "Fins",
|
|
107
|
+
"Estonian": "Estlands",
|
|
108
|
+
"Excited": "Blij",
|
|
109
|
+
"Professional": "Professioneel",
|
|
110
|
+
"Funny": "Grappig",
|
|
111
|
+
"Encouraging": "Aanmoedigen",
|
|
112
|
+
"Dramatic": "Dramatisch",
|
|
113
|
+
"Witty": "Getuige",
|
|
114
|
+
"Sarcastic": "Sarcastisch",
|
|
115
|
+
"Engaging": "Inspringen",
|
|
116
|
+
"Creative": "Creatief",
|
|
117
|
+
"GET": "KRIJG",
|
|
118
|
+
"POST": "POSTE",
|
|
119
|
+
"PATCH": "BEKIJK",
|
|
120
|
+
"PUT": "PUT",
|
|
121
|
+
"DELETE": "VERWIJDEREN",
|
|
122
|
+
"HEAD": "HOOFD",
|
|
123
|
+
"None": "geen",
|
|
124
|
+
"JSON": "JSON",
|
|
125
|
+
"Form Data": "Formulieren gegevens",
|
|
126
|
+
"Raw": "Onbewerkte"
|
|
127
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Writesonic AI-powered writing assistant": "Assistente de escrita Writesônico baseado em IA",
|
|
3
|
+
"\nTo get your API Key:\n\n1. Go to [app.writesonic.com](https://app.writesonic.com/)\n2. Login to your Writesonic account\n3. Hover over your display picture on the top-right corner to open the profile menu\n4. Click on \"API Dashboard\"\n5. Click on the switch to activate the API\n6. Click on \"Reveal API Key\"\n7. Copy and save your API key securely (never commit to public repositories)\n": "\nTo get your API Key:\n\n1. Go to [app.writesonic.com](https://app.writesonic.com/)\n2. Login to your Writesonic account\n3. Hover over your display picture on the top-right corner to open the profile menu\n4. Click on \"API Dashboard\"\n5. Click on the switch to activate the API\n6. Click on \"Reveal API Key\"\n7. Copy and save your API key securely (never commit to public repositories)\n",
|
|
4
|
+
"Blog Ideas": "Ideias do Blog",
|
|
5
|
+
"Blog Intros": "Blog Intros",
|
|
6
|
+
"Blog Outlines": "Contorno do Blog",
|
|
7
|
+
"Content Rephraser": "Reformulador de Conteúdo",
|
|
8
|
+
"Content Shorten": "Encurtar Conteúdo",
|
|
9
|
+
"Facebook Ads": "Anúncios do Facebook",
|
|
10
|
+
"Generate Product Descriptions": "Gerar Descrições de Produtos",
|
|
11
|
+
"Google Ads": "Anúncios do Google",
|
|
12
|
+
"Landing Page Headlines": "Cabeçalhos da página inicial",
|
|
13
|
+
"Sentence Expander": "Expansão de Sentença",
|
|
14
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
15
|
+
"Generate blog article ideas based on a topic or keyword": "Gerar ideias do artigo de blog com base em um tópico ou palavra-chave",
|
|
16
|
+
"Generate enticing blog article introductions": "Gerar apresentações sedutoras do artigo do blog",
|
|
17
|
+
"Generate detailed article outlines for better content writing": "Gerar contornos de artigos detalhados para uma melhor escrita de conteúdo",
|
|
18
|
+
"Rephrase content in a different voice and style to appeal to different readers": "Refrase o conteúdo em uma voz e estilo diferentes para apelar para diferentes leitores",
|
|
19
|
+
"Shorten your content in a different voice and style to appeal to different readers": "Encurte seu conteúdo em uma voz e estilo diferentes para apelar para diferentes leitores",
|
|
20
|
+
"Generate Facebook ad copies that make your ads truly stand out": "Gere cópias de anúncios do Facebook que fazem seus anúncios se destacarem",
|
|
21
|
+
"Generate authentic product descriptions that compel, inspire, and influence": "Gerar descrições autênticas de produtos que forçam, inspiram e influenciam",
|
|
22
|
+
"Generate quality ads that rank in search results and drive more traffic": "Gera anúncios de qualidade que classificam em resultados de busca e impulsionam mais tráfego",
|
|
23
|
+
"Generate unique and catchy headlines perfect for your product or service": "Gere cabeçalhos únicos e atraentes perfeitos para o seu produto ou serviço",
|
|
24
|
+
"Expand short sentences into more descriptive and interesting ones": "Expanda frases curtas em frases mais descritivas e interessantes",
|
|
25
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
26
|
+
"Topic": "Tópico",
|
|
27
|
+
"Keyword": "Keyword",
|
|
28
|
+
"Engine": "Mecanismo",
|
|
29
|
+
"Language": "IDIOMA",
|
|
30
|
+
"Number of Copies": "Número de cópias",
|
|
31
|
+
"Blog title": "Título do blog",
|
|
32
|
+
"Blog Title": "Título do Blog",
|
|
33
|
+
"Blog Introduction": "Introdução do Blog",
|
|
34
|
+
"Original Content": "Conteúdo original",
|
|
35
|
+
"Tone of Voice": "Tom de voz",
|
|
36
|
+
"Product Name": "Nome do Produto",
|
|
37
|
+
"Product Description": "Descrição do Produto",
|
|
38
|
+
"Occasion": "Ocasião",
|
|
39
|
+
"Promotion": "Promoção",
|
|
40
|
+
"Product Characteristics": "Características do produto",
|
|
41
|
+
"Primary Keyword": "Palavra-chave primária",
|
|
42
|
+
"Secondary Keywords": "Palavras-chave secundárias",
|
|
43
|
+
"Search Term": "Termo para pesquisa",
|
|
44
|
+
"Sentence": "Frase",
|
|
45
|
+
"Method": "Método",
|
|
46
|
+
"Headers": "Cabeçalhos",
|
|
47
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
48
|
+
"Body Type": "Tipo de Corpo",
|
|
49
|
+
"Body": "Conteúdo",
|
|
50
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
51
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
52
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
53
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
54
|
+
"The topic or keyword to generate blog ideas for": "O tópico ou palavra-chave para gerar ideias do blog",
|
|
55
|
+
"A keyword to include in the blog introduction": "Uma palavra-chave para incluir no blog introdução",
|
|
56
|
+
"Select the engine quality level": "Selecione o nível de qualidade do motor",
|
|
57
|
+
"Select the language": "Selecione o idioma",
|
|
58
|
+
"Number of blog ideas to generate (1-5)": "Número de ideias do blog para gerar (1-5)",
|
|
59
|
+
"The blog topic or title to generate an introduction for": "O tópico ou título do blog para gerar uma introdução para",
|
|
60
|
+
"The blog topic or title to generate an outline for": "O tópico ou título do blog para gerar um contorno para",
|
|
61
|
+
"The introduction of the blog to base the outline on": "A introdução do blog em que o contorno",
|
|
62
|
+
"The content you want to rephrase": "O conteúdo que deseja reformular",
|
|
63
|
+
"Select the tone of voice for the content": "Selecione o tom de voz para o conteúdo",
|
|
64
|
+
"The content you want to shorten": "O conteúdo que você deseja encurtar",
|
|
65
|
+
"The name of the product or service to advertise": "O nome do produto ou serviço para anunciar",
|
|
66
|
+
"A brief description of the product or service": "Uma breve descrição do produto ou serviço",
|
|
67
|
+
"The occasion for the ad (e.g.,\"Black Friday\", holiday, sale event)": "A ocasião do anúncio (ex.: \"Black Friday\", feriado, evento de venda)",
|
|
68
|
+
"Details about any promotion or discount": "Detalhes sobre qualquer promoção ou desconto",
|
|
69
|
+
"The name of the product": "O nome do produto",
|
|
70
|
+
"Key characteristics and specifications of the product": "Características principais e especificações do produto",
|
|
71
|
+
"The main keyword to include in the product description": "A palavra-chave principal a ser incluída na descrição do produto",
|
|
72
|
+
"Additional keywords to include in the product description, separated by commas": "Palavras-chave adicionais a incluir na descrição do produto, separadas por vírgulas",
|
|
73
|
+
"The search term or query to target in the Google Ads campaign": "O termo de pesquisa ou consulta a ser focada na campanha do Google Ads",
|
|
74
|
+
"The name of the product or service": "O nome do produto ou serviço",
|
|
75
|
+
"The sentence you want to expand": "A frase que você quer expandir",
|
|
76
|
+
"A keyword to include in the expanded sentence": "Uma palavra-chave a ser incluída na frase expandida",
|
|
77
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
78
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
79
|
+
"Economy": "Economia",
|
|
80
|
+
"Average": "Média",
|
|
81
|
+
"Good": "Excelente",
|
|
82
|
+
"Premium": "Prêmio",
|
|
83
|
+
"English": "Portuguese-Brazil",
|
|
84
|
+
"Dutch": "Neerlandês",
|
|
85
|
+
"French": "francês",
|
|
86
|
+
"German": "alemão",
|
|
87
|
+
"Italian": "italiano",
|
|
88
|
+
"Polish": "Polonês",
|
|
89
|
+
"Spanish": "espanhol",
|
|
90
|
+
"Portuguese (Portugal)": "Português (Portugal)",
|
|
91
|
+
"Portuguese (Brazil)": "Português (Brasil)",
|
|
92
|
+
"Russian": "Russo",
|
|
93
|
+
"Japanese": "japonês",
|
|
94
|
+
"Chinese": "chinês",
|
|
95
|
+
"Bulgarian": "búlgaro",
|
|
96
|
+
"Czech": "tcheco",
|
|
97
|
+
"Danish": "Dinamarquês",
|
|
98
|
+
"Greek": "Grego",
|
|
99
|
+
"Hungarian": "Húngaro",
|
|
100
|
+
"Lithuanian": "lituano",
|
|
101
|
+
"Latvian": "Letã",
|
|
102
|
+
"Romanian": "romeno",
|
|
103
|
+
"Slovak": "Eslovaco",
|
|
104
|
+
"Slovenian": "Slovenian",
|
|
105
|
+
"Swedish": "sueco",
|
|
106
|
+
"Finnish": "Finlandês",
|
|
107
|
+
"Estonian": "Estônio",
|
|
108
|
+
"Excited": "Emocionado",
|
|
109
|
+
"Professional": "Profissional",
|
|
110
|
+
"Funny": "Engraçado",
|
|
111
|
+
"Encouraging": "Incentivando",
|
|
112
|
+
"Dramatic": "Dramático",
|
|
113
|
+
"Witty": "Testemunha",
|
|
114
|
+
"Sarcastic": "Sarástico",
|
|
115
|
+
"Engaging": "Engajando",
|
|
116
|
+
"Creative": "Criativo",
|
|
117
|
+
"GET": "OBTER",
|
|
118
|
+
"POST": "POSTAR",
|
|
119
|
+
"PATCH": "COMPRAR",
|
|
120
|
+
"PUT": "COLOCAR",
|
|
121
|
+
"DELETE": "EXCLUIR",
|
|
122
|
+
"HEAD": "CABEÇA",
|
|
123
|
+
"None": "Nenhuma",
|
|
124
|
+
"JSON": "JSON",
|
|
125
|
+
"Form Data": "Dados de Formulário",
|
|
126
|
+
"Raw": "RAW"
|
|
127
|
+
}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Writesonic AI-powered writing assistant": "Writesonic AI-powered writing assistant",
|
|
3
|
+
"\nTo get your API Key:\n\n1. Go to [app.writesonic.com](https://app.writesonic.com/)\n2. Login to your Writesonic account\n3. Hover over your display picture on the top-right corner to open the profile menu\n4. Click on \"API Dashboard\"\n5. Click on the switch to activate the API\n6. Click on \"Reveal API Key\"\n7. Copy and save your API key securely (never commit to public repositories)\n": "\nTo get your API Key:\n\n1. Go to [app.writesonic.com](https://app.writesonic.com/)\n2. Login to your Writesonic account\n3. Hover over your display picture on the top-right corner to open the profile menu\n4. Click on \"API Dashboard\"\n5. Click on the switch to activate the API\n6. Click on \"Reveal API Key\"\n7. Copy and save your API key securely (never commit to public repositories)\n",
|
|
4
|
+
"Blog Ideas": "Blog Ideas",
|
|
5
|
+
"Blog Intros": "Blog Intros",
|
|
6
|
+
"Blog Outlines": "Blog Outlines",
|
|
7
|
+
"Content Rephraser": "Content Rephraser",
|
|
8
|
+
"Content Shorten": "Content Shorten",
|
|
9
|
+
"Facebook Ads": "Facebook Ads",
|
|
10
|
+
"Generate Product Descriptions": "Generate Product Descriptions",
|
|
11
|
+
"Google Ads": "Google Ads",
|
|
12
|
+
"Landing Page Headlines": "Landing Page Headlines",
|
|
13
|
+
"Sentence Expander": "Sentence Expander",
|
|
14
|
+
"Custom API Call": "Custom API Call",
|
|
15
|
+
"Generate blog article ideas based on a topic or keyword": "Generate blog article ideas based on a topic or keyword",
|
|
16
|
+
"Generate enticing blog article introductions": "Generate enticing blog article introductions",
|
|
17
|
+
"Generate detailed article outlines for better content writing": "Generate detailed article outlines for better content writing",
|
|
18
|
+
"Rephrase content in a different voice and style to appeal to different readers": "Rephrase content in a different voice and style to appeal to different readers",
|
|
19
|
+
"Shorten your content in a different voice and style to appeal to different readers": "Shorten your content in a different voice and style to appeal to different readers",
|
|
20
|
+
"Generate Facebook ad copies that make your ads truly stand out": "Generate Facebook ad copies that make your ads truly stand out",
|
|
21
|
+
"Generate authentic product descriptions that compel, inspire, and influence": "Generate authentic product descriptions that compel, inspire, and influence",
|
|
22
|
+
"Generate quality ads that rank in search results and drive more traffic": "Generate quality ads that rank in search results and drive more traffic",
|
|
23
|
+
"Generate unique and catchy headlines perfect for your product or service": "Generate unique and catchy headlines perfect for your product or service",
|
|
24
|
+
"Expand short sentences into more descriptive and interesting ones": "Expand short sentences into more descriptive and interesting ones",
|
|
25
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
26
|
+
"Topic": "Topic",
|
|
27
|
+
"Keyword": "Keyword",
|
|
28
|
+
"Engine": "Engine",
|
|
29
|
+
"Language": "Language",
|
|
30
|
+
"Number of Copies": "Number of Copies",
|
|
31
|
+
"Blog title": "Blog title",
|
|
32
|
+
"Blog Title": "Blog Title",
|
|
33
|
+
"Blog Introduction": "Blog Introduction",
|
|
34
|
+
"Original Content": "Original Content",
|
|
35
|
+
"Tone of Voice": "Tone of Voice",
|
|
36
|
+
"Product Name": "Product Name",
|
|
37
|
+
"Product Description": "Product Description",
|
|
38
|
+
"Occasion": "Occasion",
|
|
39
|
+
"Promotion": "Promotion",
|
|
40
|
+
"Product Characteristics": "Product Characteristics",
|
|
41
|
+
"Primary Keyword": "Primary Keyword",
|
|
42
|
+
"Secondary Keywords": "Secondary Keywords",
|
|
43
|
+
"Search Term": "Search Term",
|
|
44
|
+
"Sentence": "Sentence",
|
|
45
|
+
"Method": "Method",
|
|
46
|
+
"Headers": "Headers",
|
|
47
|
+
"Query Parameters": "Query Parameters",
|
|
48
|
+
"Body Type": "Body Type",
|
|
49
|
+
"Body": "Body",
|
|
50
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
51
|
+
"No Error on Failure": "No Error on Failure",
|
|
52
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
53
|
+
"Follow redirects": "Follow redirects",
|
|
54
|
+
"The topic or keyword to generate blog ideas for": "The topic or keyword to generate blog ideas for",
|
|
55
|
+
"A keyword to include in the blog introduction": "A keyword to include in the blog introduction",
|
|
56
|
+
"Select the engine quality level": "Select the engine quality level",
|
|
57
|
+
"Select the language": "Select the language",
|
|
58
|
+
"Number of blog ideas to generate (1-5)": "Number of blog ideas to generate (1-5)",
|
|
59
|
+
"The blog topic or title to generate an introduction for": "The blog topic or title to generate an introduction for",
|
|
60
|
+
"The blog topic or title to generate an outline for": "The blog topic or title to generate an outline for",
|
|
61
|
+
"The introduction of the blog to base the outline on": "The introduction of the blog to base the outline on",
|
|
62
|
+
"The content you want to rephrase": "The content you want to rephrase",
|
|
63
|
+
"Select the tone of voice for the content": "Select the tone of voice for the content",
|
|
64
|
+
"The content you want to shorten": "The content you want to shorten",
|
|
65
|
+
"The name of the product or service to advertise": "The name of the product or service to advertise",
|
|
66
|
+
"A brief description of the product or service": "A brief description of the product or service",
|
|
67
|
+
"The occasion for the ad (e.g.,\"Black Friday\", holiday, sale event)": "The occasion for the ad (e.g.,\"Black Friday\", holiday, sale event)",
|
|
68
|
+
"Details about any promotion or discount": "Details about any promotion or discount",
|
|
69
|
+
"The name of the product": "The name of the product",
|
|
70
|
+
"Key characteristics and specifications of the product": "Key characteristics and specifications of the product",
|
|
71
|
+
"The main keyword to include in the product description": "The main keyword to include in the product description",
|
|
72
|
+
"Additional keywords to include in the product description, separated by commas": "Additional keywords to include in the product description, separated by commas",
|
|
73
|
+
"The search term or query to target in the Google Ads campaign": "The search term or query to target in the Google Ads campaign",
|
|
74
|
+
"The name of the product or service": "The name of the product or service",
|
|
75
|
+
"The sentence you want to expand": "The sentence you want to expand",
|
|
76
|
+
"A keyword to include in the expanded sentence": "A keyword to include in the expanded sentence",
|
|
77
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
78
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
79
|
+
"Economy": "Economy",
|
|
80
|
+
"Average": "Average",
|
|
81
|
+
"Good": "Good",
|
|
82
|
+
"Premium": "Premium",
|
|
83
|
+
"English": "English",
|
|
84
|
+
"Dutch": "Dutch",
|
|
85
|
+
"French": "French",
|
|
86
|
+
"German": "German",
|
|
87
|
+
"Italian": "Italian",
|
|
88
|
+
"Polish": "Polish",
|
|
89
|
+
"Spanish": "Spanish",
|
|
90
|
+
"Portuguese (Portugal)": "Portuguese (Portugal)",
|
|
91
|
+
"Portuguese (Brazil)": "Portuguese (Brazil)",
|
|
92
|
+
"Russian": "Russian",
|
|
93
|
+
"Japanese": "Japanese",
|
|
94
|
+
"Chinese": "Chinese",
|
|
95
|
+
"Bulgarian": "Bulgarian",
|
|
96
|
+
"Czech": "Czech",
|
|
97
|
+
"Danish": "Danish",
|
|
98
|
+
"Greek": "Greek",
|
|
99
|
+
"Hungarian": "Hungarian",
|
|
100
|
+
"Lithuanian": "Lithuanian",
|
|
101
|
+
"Latvian": "Latvian",
|
|
102
|
+
"Romanian": "Romanian",
|
|
103
|
+
"Slovak": "Slovak",
|
|
104
|
+
"Slovenian": "Slovenian",
|
|
105
|
+
"Swedish": "Swedish",
|
|
106
|
+
"Finnish": "Finnish",
|
|
107
|
+
"Estonian": "Estonian",
|
|
108
|
+
"Excited": "Excited",
|
|
109
|
+
"Professional": "Professional",
|
|
110
|
+
"Funny": "Funny",
|
|
111
|
+
"Encouraging": "Encouraging",
|
|
112
|
+
"Dramatic": "Dramatic",
|
|
113
|
+
"Witty": "Witty",
|
|
114
|
+
"Sarcastic": "Sarcastic",
|
|
115
|
+
"Engaging": "Engaging",
|
|
116
|
+
"Creative": "Creative",
|
|
117
|
+
"GET": "GET",
|
|
118
|
+
"POST": "POST",
|
|
119
|
+
"PATCH": "PATCH",
|
|
120
|
+
"PUT": "PUT",
|
|
121
|
+
"DELETE": "DELETE",
|
|
122
|
+
"HEAD": "HEAD",
|
|
123
|
+
"None": "None",
|
|
124
|
+
"JSON": "JSON",
|
|
125
|
+
"Form Data": "Form Data",
|
|
126
|
+
"Raw": "Raw"
|
|
127
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Writesonic AI-powered writing assistant": "Writesonic AI-powered writing assistant",
|
|
3
|
+
"\nTo get your API Key:\n\n1. Go to [app.writesonic.com](https://app.writesonic.com/)\n2. Login to your Writesonic account\n3. Hover over your display picture on the top-right corner to open the profile menu\n4. Click on \"API Dashboard\"\n5. Click on the switch to activate the API\n6. Click on \"Reveal API Key\"\n7. Copy and save your API key securely (never commit to public repositories)\n": "\nTo get your API Key:\n\n1. Go to [app.writesonic.com](https://app.writesonic.com/)\n2. Login to your Writesonic account\n3. Hover over your display picture on the top-right corner to open the profile menu\n4. Click on \"API Dashboard\"\n5. Click on the switch to activate the API\n6. Click on \"Reveal API Key\"\n7. Copy and save your API key securely (never commit to public repositories)\n",
|
|
4
|
+
"Blog Ideas": "Blog Ideas",
|
|
5
|
+
"Blog Intros": "Blog Intros",
|
|
6
|
+
"Blog Outlines": "Blog Outlines",
|
|
7
|
+
"Content Rephraser": "Content Rephraser",
|
|
8
|
+
"Content Shorten": "Content Shorten",
|
|
9
|
+
"Facebook Ads": "Facebook Ads",
|
|
10
|
+
"Generate Product Descriptions": "Generate Product Descriptions",
|
|
11
|
+
"Google Ads": "Google Ads",
|
|
12
|
+
"Landing Page Headlines": "Landing Page Headlines",
|
|
13
|
+
"Sentence Expander": "Sentence Expander",
|
|
14
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
15
|
+
"Generate blog article ideas based on a topic or keyword": "Generate blog article ideas based on a topic or keyword",
|
|
16
|
+
"Generate enticing blog article introductions": "Generate enticing blog article introductions",
|
|
17
|
+
"Generate detailed article outlines for better content writing": "Generate detailed article outlines for better content writing",
|
|
18
|
+
"Rephrase content in a different voice and style to appeal to different readers": "Rephrase content in a different voice and style to appeal to different readers",
|
|
19
|
+
"Shorten your content in a different voice and style to appeal to different readers": "Shorten your content in a different voice and style to appeal to different readers",
|
|
20
|
+
"Generate Facebook ad copies that make your ads truly stand out": "Generate Facebook ad copies that make your ads truly stand out",
|
|
21
|
+
"Generate authentic product descriptions that compel, inspire, and influence": "Generate authentic product descriptions that compel, inspire, and influence",
|
|
22
|
+
"Generate quality ads that rank in search results and drive more traffic": "Generate quality ads that rank in search results and drive more traffic",
|
|
23
|
+
"Generate unique and catchy headlines perfect for your product or service": "Generate unique and catchy headlines perfect for your product or service",
|
|
24
|
+
"Expand short sentences into more descriptive and interesting ones": "Expand short sentences into more descriptive and interesting ones",
|
|
25
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
26
|
+
"Topic": "Topic",
|
|
27
|
+
"Keyword": "Keyword",
|
|
28
|
+
"Engine": "Engine",
|
|
29
|
+
"Language": "Language",
|
|
30
|
+
"Number of Copies": "Number of Copies",
|
|
31
|
+
"Blog title": "Blog title",
|
|
32
|
+
"Blog Title": "Blog Title",
|
|
33
|
+
"Blog Introduction": "Blog Introduction",
|
|
34
|
+
"Original Content": "Original Content",
|
|
35
|
+
"Tone of Voice": "Tone of Voice",
|
|
36
|
+
"Product Name": "Product Name",
|
|
37
|
+
"Product Description": "Product Description",
|
|
38
|
+
"Occasion": "Occasion",
|
|
39
|
+
"Promotion": "Promotion",
|
|
40
|
+
"Product Characteristics": "Product Characteristics",
|
|
41
|
+
"Primary Keyword": "Primary Keyword",
|
|
42
|
+
"Secondary Keywords": "Secondary Keywords",
|
|
43
|
+
"Search Term": "Search Term",
|
|
44
|
+
"Sentence": "Sentence",
|
|
45
|
+
"Method": "方法",
|
|
46
|
+
"Headers": "信头",
|
|
47
|
+
"Query Parameters": "查询参数",
|
|
48
|
+
"Body Type": "Body Type",
|
|
49
|
+
"Body": "正文内容",
|
|
50
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
51
|
+
"No Error on Failure": "失败时没有错误",
|
|
52
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
53
|
+
"Follow redirects": "Follow redirects",
|
|
54
|
+
"The topic or keyword to generate blog ideas for": "The topic or keyword to generate blog ideas for",
|
|
55
|
+
"A keyword to include in the blog introduction": "A keyword to include in the blog introduction",
|
|
56
|
+
"Select the engine quality level": "Select the engine quality level",
|
|
57
|
+
"Select the language": "Select the language",
|
|
58
|
+
"Number of blog ideas to generate (1-5)": "Number of blog ideas to generate (1-5)",
|
|
59
|
+
"The blog topic or title to generate an introduction for": "The blog topic or title to generate an introduction for",
|
|
60
|
+
"The blog topic or title to generate an outline for": "The blog topic or title to generate an outline for",
|
|
61
|
+
"The introduction of the blog to base the outline on": "The introduction of the blog to base the outline on",
|
|
62
|
+
"The content you want to rephrase": "The content you want to rephrase",
|
|
63
|
+
"Select the tone of voice for the content": "Select the tone of voice for the content",
|
|
64
|
+
"The content you want to shorten": "The content you want to shorten",
|
|
65
|
+
"The name of the product or service to advertise": "The name of the product or service to advertise",
|
|
66
|
+
"A brief description of the product or service": "A brief description of the product or service",
|
|
67
|
+
"The occasion for the ad (e.g.,\"Black Friday\", holiday, sale event)": "The occasion for the ad (e.g.,\"Black Friday\", holiday, sale event)",
|
|
68
|
+
"Details about any promotion or discount": "Details about any promotion or discount",
|
|
69
|
+
"The name of the product": "The name of the product",
|
|
70
|
+
"Key characteristics and specifications of the product": "Key characteristics and specifications of the product",
|
|
71
|
+
"The main keyword to include in the product description": "The main keyword to include in the product description",
|
|
72
|
+
"Additional keywords to include in the product description, separated by commas": "Additional keywords to include in the product description, separated by commas",
|
|
73
|
+
"The search term or query to target in the Google Ads campaign": "The search term or query to target in the Google Ads campaign",
|
|
74
|
+
"The name of the product or service": "The name of the product or service",
|
|
75
|
+
"The sentence you want to expand": "The sentence you want to expand",
|
|
76
|
+
"A keyword to include in the expanded sentence": "A keyword to include in the expanded sentence",
|
|
77
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
78
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
79
|
+
"Economy": "Economy",
|
|
80
|
+
"Average": "Average",
|
|
81
|
+
"Good": "Good",
|
|
82
|
+
"Premium": "Premium",
|
|
83
|
+
"English": "English",
|
|
84
|
+
"Dutch": "Dutch",
|
|
85
|
+
"French": "French",
|
|
86
|
+
"German": "German",
|
|
87
|
+
"Italian": "Italian",
|
|
88
|
+
"Polish": "Polish",
|
|
89
|
+
"Spanish": "Spanish",
|
|
90
|
+
"Portuguese (Portugal)": "Portuguese (Portugal)",
|
|
91
|
+
"Portuguese (Brazil)": "Portuguese (Brazil)",
|
|
92
|
+
"Russian": "Russian",
|
|
93
|
+
"Japanese": "Japanese",
|
|
94
|
+
"Chinese": "Chinese",
|
|
95
|
+
"Bulgarian": "Bulgarian",
|
|
96
|
+
"Czech": "Czech",
|
|
97
|
+
"Danish": "Danish",
|
|
98
|
+
"Greek": "Greek",
|
|
99
|
+
"Hungarian": "Hungarian",
|
|
100
|
+
"Lithuanian": "Lithuanian",
|
|
101
|
+
"Latvian": "Latvian",
|
|
102
|
+
"Romanian": "Romanian",
|
|
103
|
+
"Slovak": "Slovak",
|
|
104
|
+
"Slovenian": "Slovenian",
|
|
105
|
+
"Swedish": "Swedish",
|
|
106
|
+
"Finnish": "Finnish",
|
|
107
|
+
"Estonian": "Estonian",
|
|
108
|
+
"Excited": "Excited",
|
|
109
|
+
"Professional": "Professional",
|
|
110
|
+
"Funny": "Funny",
|
|
111
|
+
"Encouraging": "Encouraging",
|
|
112
|
+
"Dramatic": "Dramatic",
|
|
113
|
+
"Witty": "Witty",
|
|
114
|
+
"Sarcastic": "Sarcastic",
|
|
115
|
+
"Engaging": "Engaging",
|
|
116
|
+
"Creative": "Creative",
|
|
117
|
+
"GET": "获取",
|
|
118
|
+
"POST": "帖子",
|
|
119
|
+
"PATCH": "PATCH",
|
|
120
|
+
"PUT": "弹出",
|
|
121
|
+
"DELETE": "删除",
|
|
122
|
+
"HEAD": "黑色",
|
|
123
|
+
"None": "无",
|
|
124
|
+
"JSON": "JSON",
|
|
125
|
+
"Form Data": "表单数据",
|
|
126
|
+
"Raw": "原始文件"
|
|
127
|
+
}
|
package/src/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,cAAc,mHAiCzB,CAAC"}
|
|
@@ -5,3 +5,4 @@ export declare const blogIdeas: import("@activepieces/pieces-framework").IAction
|
|
|
5
5
|
language: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
6
6
|
num_copies: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
7
7
|
}>;
|
|
8
|
+
//# sourceMappingURL=blog-ideas.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blog-ideas.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/blog-ideas.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,SAAS;;;;;;EAkDpB,CAAC"}
|
|
@@ -12,6 +12,8 @@ exports.blogIdeas = (0, pieces_framework_1.createAction)({
|
|
|
12
12
|
name: 'blogIdeas',
|
|
13
13
|
displayName: 'Blog Ideas',
|
|
14
14
|
description: 'Generate blog article ideas based on a topic or keyword',
|
|
15
|
+
audience: 'both',
|
|
16
|
+
aiMetadata: { description: 'Generates AI-written blog article ideas for a given topic or keyword via Writesonic, optionally biased toward an extra keyword and engine/language/copy-count settings. Use when an agent needs candidate blog headlines or angles to brainstorm content. Each call produces fresh generated text and is billed, so it is not idempotent.', idempotent: false },
|
|
15
17
|
props: {
|
|
16
18
|
topic: pieces_framework_1.Property.ShortText({
|
|
17
19
|
displayName: 'Topic',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blog-ideas.js","sourceRoot":"","sources":["../../../../src/lib/actions/blog-ideas.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAyD;AACzD,yCAAoD;AACpD,2CAGyB;AACzB,6CAA+C;AAElC,QAAA,SAAS,GAAG,IAAA,+BAAY,EAAC;IACpC,IAAI,EAAE,yBAAkB;IACxB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,YAAY;IACzB,WAAW,EAAE,yDAAyD;IACtE,KAAK,EAAE;QACL,KAAK,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACxB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,iDAAiD;YAC9D,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,OAAO,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC1B,WAAW,EAAE,SAAS;YACtB,WAAW,EAAE,+CAA+C;YAC5D,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,MAAM,EAAE,6BAAqB;QAC7B,QAAQ,EAAE,+BAAuB;QACjC,UAAU,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC1B,WAAW,EAAE,kBAAkB;YAC/B,WAAW,EAAE,wCAAwC;YACrD,QAAQ,EAAE,IAAI;YACd,YAAY,EAAE,CAAC;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,OAAO,GAAQ;gBACnB,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK;aAChC,CAAC;YACF,IAAI,OAAO,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC;gBAC/B,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC;YAC/C,CAAC;YAED,MAAM,WAAW,GAAG,IAAI,eAAe,CAAC;gBACtC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,MAAM;gBACjC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,QAAQ;gBACrC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,EAAE;aACrD,CAAC,CAAC;YAEH,MAAM,QAAQ,GAAG,MAAM,IAAA,oBAAW,EAChC,OAAO,CAAC,IAAI,EACZ,0BAAU,CAAC,IAAI,EACf,uBAAuB,WAAW,CAAC,QAAQ,EAAE,EAAE,EAC/C,OAAO,CACR,CAAC;YAEF,OAAO,QAAQ,CAAC;QAClB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"blog-ideas.js","sourceRoot":"","sources":["../../../../src/lib/actions/blog-ideas.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAyD;AACzD,yCAAoD;AACpD,2CAGyB;AACzB,6CAA+C;AAElC,QAAA,SAAS,GAAG,IAAA,+BAAY,EAAC;IACpC,IAAI,EAAE,yBAAkB;IACxB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,YAAY;IACzB,WAAW,EAAE,yDAAyD;IACtE,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,EAAE,WAAW,EAAE,2UAA2U,EAAE,UAAU,EAAE,KAAK,EAAE;IAC3X,KAAK,EAAE;QACL,KAAK,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACxB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,iDAAiD;YAC9D,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,OAAO,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC1B,WAAW,EAAE,SAAS;YACtB,WAAW,EAAE,+CAA+C;YAC5D,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,MAAM,EAAE,6BAAqB;QAC7B,QAAQ,EAAE,+BAAuB;QACjC,UAAU,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC1B,WAAW,EAAE,kBAAkB;YAC/B,WAAW,EAAE,wCAAwC;YACrD,QAAQ,EAAE,IAAI;YACd,YAAY,EAAE,CAAC;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,OAAO,GAAQ;gBACnB,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK;aAChC,CAAC;YACF,IAAI,OAAO,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC;gBAC/B,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC;YAC/C,CAAC;YAED,MAAM,WAAW,GAAG,IAAI,eAAe,CAAC;gBACtC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,MAAM;gBACjC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,QAAQ;gBACrC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,EAAE;aACrD,CAAC,CAAC;YAEH,MAAM,QAAQ,GAAG,MAAM,IAAA,oBAAW,EAChC,OAAO,CAAC,IAAI,EACZ,0BAAU,CAAC,IAAI,EACf,uBAAuB,WAAW,CAAC,QAAQ,EAAE,EAAE,EAC/C,OAAO,CACR,CAAC;YAEF,OAAO,QAAQ,CAAC;QAClB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -4,3 +4,4 @@ export declare const blogIntros: import("@activepieces/pieces-framework").IActio
|
|
|
4
4
|
language: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
5
5
|
num_copies: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
6
6
|
}>;
|
|
7
|
+
//# sourceMappingURL=blog-intros.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blog-intros.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/blog-intros.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,UAAU;;;;;EAyCrB,CAAC"}
|
|
@@ -13,6 +13,8 @@ exports.blogIntros = (0, pieces_framework_1.createAction)({
|
|
|
13
13
|
name: 'blogIntros',
|
|
14
14
|
displayName: 'Blog Intros',
|
|
15
15
|
description: 'Generate enticing blog article introductions',
|
|
16
|
+
audience: 'both',
|
|
17
|
+
aiMetadata: { description: 'Generates AI-written blog article introductions from a blog title or topic via Writesonic, controlled by engine/language/copy-count settings. Use when an agent needs an opening paragraph to kick off a blog post. Each call produces fresh generated text and is billed, so it is not idempotent.', idempotent: false },
|
|
16
18
|
props: {
|
|
17
19
|
blog_title: pieces_framework_1.Property.ShortText({
|
|
18
20
|
displayName: 'Blog title',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blog-intros.js","sourceRoot":"","sources":["../../../../src/lib/actions/blog-intros.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAyD;AACzD,yCAAoD;AACpD,2CAAwD;AACxD,2CAA0D;AAC1D,6CAA+C;AAElC,QAAA,UAAU,GAAG,IAAA,+BAAY,EAAC;IACrC,IAAI,EAAE,yBAAkB;IACxB,IAAI,EAAE,YAAY;IAClB,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,8CAA8C;IAC3D,KAAK,EAAE;QACL,UAAU,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC7B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,yDAAyD;YACtE,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,MAAM,EAAE,6BAAqB;QAC7B,QAAQ,EAAE,+BAAuB;QACjC,UAAU,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC1B,WAAW,EAAE,kBAAkB;YAC/B,WAAW,EAAE,wCAAwC;YACrD,QAAQ,EAAE,IAAI;YACd,YAAY,EAAE,CAAC;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,OAAO,GAAQ;gBACnB,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU;aAC1C,CAAC;YACF,MAAM,WAAW,GAAG,IAAI,eAAe,CAAC;gBACtC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,MAAM;gBACjC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,QAAQ;gBACrC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,EAAE;aACrD,CAAC,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,IAAA,oBAAW,EAChC,OAAO,CAAC,IAAI,EACZ,0BAAU,CAAC,IAAI,EACf,wBAAwB,WAAW,CAAC,QAAQ,EAAE,EAAE,EAChD,OAAO,CACR,CAAC;YAEF,OAAO,QAAQ,CAAC;QAClB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"blog-intros.js","sourceRoot":"","sources":["../../../../src/lib/actions/blog-intros.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAyD;AACzD,yCAAoD;AACpD,2CAAwD;AACxD,2CAA0D;AAC1D,6CAA+C;AAElC,QAAA,UAAU,GAAG,IAAA,+BAAY,EAAC;IACrC,IAAI,EAAE,yBAAkB;IACxB,IAAI,EAAE,YAAY;IAClB,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,8CAA8C;IAC3D,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,EAAE,WAAW,EAAE,qSAAqS,EAAE,UAAU,EAAE,KAAK,EAAE;IACrV,KAAK,EAAE;QACL,UAAU,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC7B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,yDAAyD;YACtE,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,MAAM,EAAE,6BAAqB;QAC7B,QAAQ,EAAE,+BAAuB;QACjC,UAAU,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC1B,WAAW,EAAE,kBAAkB;YAC/B,WAAW,EAAE,wCAAwC;YACrD,QAAQ,EAAE,IAAI;YACd,YAAY,EAAE,CAAC;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,OAAO,GAAQ;gBACnB,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU;aAC1C,CAAC;YACF,MAAM,WAAW,GAAG,IAAI,eAAe,CAAC;gBACtC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,MAAM;gBACjC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,QAAQ;gBACrC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,EAAE;aACrD,CAAC,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,IAAA,oBAAW,EAChC,OAAO,CAAC,IAAI,EACZ,0BAAU,CAAC,IAAI,EACf,wBAAwB,WAAW,CAAC,QAAQ,EAAE,EAAE,EAChD,OAAO,CACR,CAAC;YAEF,OAAO,QAAQ,CAAC;QAClB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -5,3 +5,4 @@ export declare const blogOutlines: import("@activepieces/pieces-framework").IAct
|
|
|
5
5
|
language: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
6
6
|
num_copies: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
7
7
|
}>;
|
|
8
|
+
//# sourceMappingURL=blog-outlines.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blog-outlines.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/blog-outlines.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,YAAY;;;;;;EAgDvB,CAAC"}
|
|
@@ -12,6 +12,8 @@ exports.blogOutlines = (0, pieces_framework_1.createAction)({
|
|
|
12
12
|
name: 'blogOutlines',
|
|
13
13
|
displayName: 'Blog Outlines',
|
|
14
14
|
description: 'Generate detailed article outlines for better content writing',
|
|
15
|
+
audience: 'both',
|
|
16
|
+
aiMetadata: { description: 'Generates a detailed AI-written blog outline via Writesonic from a blog title plus an existing introduction (both required), controlled by engine/language/copy-count settings. Use when an agent needs a structured section breakdown to draft a full article. Each call produces fresh generated text and is billed, so it is not idempotent.', idempotent: false },
|
|
15
17
|
props: {
|
|
16
18
|
blog_title: pieces_framework_1.Property.ShortText({
|
|
17
19
|
displayName: 'Blog Title',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blog-outlines.js","sourceRoot":"","sources":["../../../../src/lib/actions/blog-outlines.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAyD;AACzD,yCAAoD;AACpD,2CAGyB;AACzB,6CAA+C;AAElC,QAAA,YAAY,GAAG,IAAA,+BAAY,EAAC;IACvC,IAAI,EAAE,yBAAkB;IACxB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,eAAe;IAC5B,WAAW,EAAE,+DAA+D;IAC5E,KAAK,EAAE;QACL,UAAU,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC7B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,oDAAoD;YACjE,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,UAAU,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC5B,WAAW,EAAE,mBAAmB;YAChC,WAAW,EAAE,qDAAqD;YAClE,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,MAAM,EAAE,6BAAqB;QAC7B,QAAQ,EAAE,+BAAuB;QACjC,UAAU,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC1B,WAAW,EAAE,kBAAkB;YAC/B,WAAW,EAAE,wCAAwC;YACrD,QAAQ,EAAE,IAAI;YACd,YAAY,EAAE,CAAC;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,OAAO,GAAG;gBACd,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU;gBACzC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU;aAC1C,CAAC;YAEF,MAAM,WAAW,GAAG,IAAI,eAAe,CAAC;gBACtC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,MAAM;gBACjC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,QAAQ;gBACrC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,EAAE;aACrD,CAAC,CAAC;YAEH,MAAM,QAAQ,GAAG,MAAM,IAAA,oBAAW,EAChC,OAAO,CAAC,IAAI,EACZ,0BAAU,CAAC,IAAI,EACf,0BAA0B,WAAW,CAAC,QAAQ,EAAE,EAAE,EAClD,OAAO,CACR,CAAC;YAEF,OAAO,QAAQ,CAAC;QAClB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"blog-outlines.js","sourceRoot":"","sources":["../../../../src/lib/actions/blog-outlines.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAyD;AACzD,yCAAoD;AACpD,2CAGyB;AACzB,6CAA+C;AAElC,QAAA,YAAY,GAAG,IAAA,+BAAY,EAAC;IACvC,IAAI,EAAE,yBAAkB;IACxB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,eAAe;IAC5B,WAAW,EAAE,+DAA+D;IAC5E,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,EAAE,WAAW,EAAE,iVAAiV,EAAE,UAAU,EAAE,KAAK,EAAE;IACjY,KAAK,EAAE;QACL,UAAU,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC7B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,oDAAoD;YACjE,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,UAAU,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC5B,WAAW,EAAE,mBAAmB;YAChC,WAAW,EAAE,qDAAqD;YAClE,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,MAAM,EAAE,6BAAqB;QAC7B,QAAQ,EAAE,+BAAuB;QACjC,UAAU,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC1B,WAAW,EAAE,kBAAkB;YAC/B,WAAW,EAAE,wCAAwC;YACrD,QAAQ,EAAE,IAAI;YACd,YAAY,EAAE,CAAC;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,OAAO,GAAG;gBACd,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU;gBACzC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU;aAC1C,CAAC;YAEF,MAAM,WAAW,GAAG,IAAI,eAAe,CAAC;gBACtC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,MAAM;gBACjC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,QAAQ;gBACrC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,EAAE;aACrD,CAAC,CAAC;YAEH,MAAM,QAAQ,GAAG,MAAM,IAAA,oBAAW,EAChC,OAAO,CAAC,IAAI,EACZ,0BAAU,CAAC,IAAI,EACf,0BAA0B,WAAW,CAAC,QAAQ,EAAE,EAAE,EAClD,OAAO,CACR,CAAC;YAEF,OAAO,QAAQ,CAAC;QAClB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -5,3 +5,4 @@ export declare const contentRephraser: import("@activepieces/pieces-framework").
|
|
|
5
5
|
language: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
6
6
|
num_copies: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
7
7
|
}>;
|
|
8
|
+
//# sourceMappingURL=content-rephraser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-rephraser.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/content-rephraser.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,gBAAgB;;;;;;EA8C3B,CAAC"}
|