@activepieces/piece-posthog 0.3.4 → 0.3.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 +30 -11
- package/src/i18n/de.json +50 -0
- package/src/i18n/es.json +50 -0
- package/src/i18n/fr.json +50 -0
- package/src/i18n/ja.json +50 -0
- package/src/i18n/nl.json +50 -0
- package/src/i18n/pt.json +50 -0
- package/src/i18n/ru.json +50 -0
- package/src/i18n/translation.json +50 -0
- package/src/i18n/vi.json +50 -0
- package/src/i18n/zh.json +50 -0
- package/src/index.js +6 -3
- package/src/index.js.map +1 -1
- package/src/lib/actions/create-event.js.map +1 -1
- package/src/lib/actions/create-project.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,19 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-posthog",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
5
|
+
"@ai-sdk/anthropic": "1.2.12",
|
|
6
|
+
"@ai-sdk/google": "1.2.19",
|
|
7
|
+
"@ai-sdk/openai": "1.3.22",
|
|
8
|
+
"@ai-sdk/replicate": "0.2.8",
|
|
9
|
+
"@sinclair/typebox": "0.34.11",
|
|
10
|
+
"ai": "4.3.16",
|
|
11
|
+
"axios": "1.8.3",
|
|
12
|
+
"axios-retry": "4.4.1",
|
|
13
|
+
"deepmerge-ts": "7.1.0",
|
|
14
|
+
"fast-glob": "3.3.3",
|
|
15
|
+
"mime-types": "2.1.35",
|
|
16
|
+
"nanoid": "3.3.8",
|
|
11
17
|
"semver": "7.6.0",
|
|
12
|
-
"
|
|
13
|
-
"@activepieces/pieces-
|
|
14
|
-
"@activepieces/
|
|
15
|
-
"
|
|
18
|
+
"zod": "3.25.76",
|
|
19
|
+
"@activepieces/pieces-common": "0.6.4",
|
|
20
|
+
"@activepieces/pieces-framework": "0.18.3",
|
|
21
|
+
"@activepieces/shared": "0.18.0",
|
|
22
|
+
"tslib": "2.8.1"
|
|
16
23
|
},
|
|
24
|
+
"overrides": {
|
|
25
|
+
"@tryfabric/martian": {
|
|
26
|
+
"@notionhq/client": "$@notionhq/client"
|
|
27
|
+
},
|
|
28
|
+
"vite": {
|
|
29
|
+
"rollup": "npm:@rollup/wasm-node"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"resolutions": {
|
|
33
|
+
"rollup": "npm:@rollup/wasm-node"
|
|
34
|
+
},
|
|
35
|
+
"types": "./src/index.d.ts",
|
|
17
36
|
"main": "./src/index.js",
|
|
18
37
|
"type": "commonjs"
|
|
19
38
|
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PostHog": "PostHog",
|
|
3
|
+
"Open-source product analytics": "Open-Source-Produktanalytik",
|
|
4
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Klicke hier](https://posthog.com/docs/api/overview#personal-api-keys-recommended), um zu erfahren, wie du deinen persönlichen API-Schlüssel erhältst.\n",
|
|
5
|
+
"Create Event": "Ereignis erstellen",
|
|
6
|
+
"Create Project": "Projekt erstellen",
|
|
7
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
8
|
+
"Create an event inside a project": "Ereignis innerhalb eines Projekts erstellen",
|
|
9
|
+
"Create a posthog project": "Ein posthog Projekt erstellen",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
11
|
+
"Event name": "Ereignisname",
|
|
12
|
+
"Event type": "Ereignistyp",
|
|
13
|
+
"Distinct Id": "Unterschiedliche Id",
|
|
14
|
+
"Properties": "Eigenschaften",
|
|
15
|
+
"Context": "Kontext",
|
|
16
|
+
"Message ID": "Nachrichten-ID",
|
|
17
|
+
"Category": "Kategorie",
|
|
18
|
+
"Name": "Name",
|
|
19
|
+
"Slack Incoming Webhook": "Slack eingehender Webhook",
|
|
20
|
+
"Anonymize IPs": "IPs anonymisieren",
|
|
21
|
+
"Is demo project": "Ist Demo-Projekt",
|
|
22
|
+
"Method": "Methode",
|
|
23
|
+
"Headers": "Kopfzeilen",
|
|
24
|
+
"Query Parameters": "Abfrageparameter",
|
|
25
|
+
"Body": "Körper",
|
|
26
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
27
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
28
|
+
"The event name": "Name des Ereignisses",
|
|
29
|
+
"User's Distinct Id": "Unterschiedliche Id des Benutzers",
|
|
30
|
+
"The event properties": "Die Ereignis-Eigenschaften",
|
|
31
|
+
"The event context,": "Der Eventkontext",
|
|
32
|
+
"The message id,": "Die Nachricht Id",
|
|
33
|
+
"The event category.": "Die Ereignis-Kategorie.",
|
|
34
|
+
"Project Name": "Projekt Name",
|
|
35
|
+
"Slack incoming webhook": "Slack eingehender Webhook",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "Gibt an, ob eingehende IP-Adressen anonymisiert werden sollen.",
|
|
37
|
+
"If this is a demo project": "Wenn dies ein Demo-Projekt ist",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
39
|
+
"Alias": "Alias",
|
|
40
|
+
"Capture": "Erfassen",
|
|
41
|
+
"Identify": "Identifizieren",
|
|
42
|
+
"Page": "Seite",
|
|
43
|
+
"Screen": "Bildschirm",
|
|
44
|
+
"GET": "ERHALTEN",
|
|
45
|
+
"POST": "POST",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "PUT",
|
|
48
|
+
"DELETE": "LÖSCHEN",
|
|
49
|
+
"HEAD": "HEAD"
|
|
50
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PostHog": "PostHog",
|
|
3
|
+
"Open-source product analytics": "Análisis de productos de código abierto",
|
|
4
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Haz clic aquí](https://posthog.com/docs/api/overview#personal-api-keys-recommended) para aprender cómo obtener tu clave API personal.\n",
|
|
5
|
+
"Create Event": "Crear Evento",
|
|
6
|
+
"Create Project": "Crear proyecto",
|
|
7
|
+
"Custom API Call": "Llamada API personalizada",
|
|
8
|
+
"Create an event inside a project": "Crear un evento dentro de un proyecto",
|
|
9
|
+
"Create a posthog project": "Crear un proyecto posthog",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
11
|
+
"Event name": "Nombre del evento",
|
|
12
|
+
"Event type": "Tipo de evento",
|
|
13
|
+
"Distinct Id": "Id distinto",
|
|
14
|
+
"Properties": "Propiedades",
|
|
15
|
+
"Context": "Contexto",
|
|
16
|
+
"Message ID": "ID del mensaje",
|
|
17
|
+
"Category": "Categoría",
|
|
18
|
+
"Name": "Nombre",
|
|
19
|
+
"Slack Incoming Webhook": "Webhook entrante de Slack",
|
|
20
|
+
"Anonymize IPs": "Anonimizar los IP",
|
|
21
|
+
"Is demo project": "Es proyecto demo",
|
|
22
|
+
"Method": "Método",
|
|
23
|
+
"Headers": "Encabezados",
|
|
24
|
+
"Query Parameters": "Parámetros de consulta",
|
|
25
|
+
"Body": "Cuerpo",
|
|
26
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
27
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
28
|
+
"The event name": "El nombre del evento",
|
|
29
|
+
"User's Distinct Id": "Id del Distinto del Usuario",
|
|
30
|
+
"The event properties": "Las propiedades del evento",
|
|
31
|
+
"The event context,": "El contexto del evento,",
|
|
32
|
+
"The message id,": "El id del mensaje,",
|
|
33
|
+
"The event category.": "La categoría de eventos.",
|
|
34
|
+
"Project Name": "Nombre del proyecto",
|
|
35
|
+
"Slack incoming webhook": "Webhook entrante de Slack",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "Si desea anonimizar las direcciones IP entrantes.",
|
|
37
|
+
"If this is a demo project": "Si este es un proyecto de demostración",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
39
|
+
"Alias": "Alias",
|
|
40
|
+
"Capture": "Captura",
|
|
41
|
+
"Identify": "Identificar",
|
|
42
|
+
"Page": "Pgina",
|
|
43
|
+
"Screen": "Pantalla",
|
|
44
|
+
"GET": "RECOGER",
|
|
45
|
+
"POST": "POST",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "PUT",
|
|
48
|
+
"DELETE": "BORRAR",
|
|
49
|
+
"HEAD": "LIMPIO"
|
|
50
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PostHog": "PosteHog",
|
|
3
|
+
"Open-source product analytics": "Analyses de produits open source",
|
|
4
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Cliquez ici](https://posthog.com/docs/api/overview#personal-api-keys-recommended) pour apprendre comment obtenir votre clé d'API personnelle.\n",
|
|
5
|
+
"Create Event": "Créer un événement",
|
|
6
|
+
"Create Project": "Créer un projet",
|
|
7
|
+
"Custom API Call": "Appel API personnalisé",
|
|
8
|
+
"Create an event inside a project": "Créer un événement dans un projet",
|
|
9
|
+
"Create a posthog project": "Créer un projet posthog",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
|
|
11
|
+
"Event name": "Nom de l'événement",
|
|
12
|
+
"Event type": "Type d'événement",
|
|
13
|
+
"Distinct Id": "Id Distinct",
|
|
14
|
+
"Properties": "Propriétés",
|
|
15
|
+
"Context": "Contexte",
|
|
16
|
+
"Message ID": "ID du message",
|
|
17
|
+
"Category": "Catégorie",
|
|
18
|
+
"Name": "Nom",
|
|
19
|
+
"Slack Incoming Webhook": "Webhook entrant Slack",
|
|
20
|
+
"Anonymize IPs": "Anonymiser les IP",
|
|
21
|
+
"Is demo project": "Est un projet démo",
|
|
22
|
+
"Method": "Méthode",
|
|
23
|
+
"Headers": "En-têtes",
|
|
24
|
+
"Query Parameters": "Paramètres de requête",
|
|
25
|
+
"Body": "Corps",
|
|
26
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
27
|
+
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
28
|
+
"The event name": "Le nom de l'événement",
|
|
29
|
+
"User's Distinct Id": "Id distinctif de l'utilisateur",
|
|
30
|
+
"The event properties": "Propriétés de l'événement",
|
|
31
|
+
"The event context,": "Le contexte de l'événement,",
|
|
32
|
+
"The message id,": "L'identifiant du message",
|
|
33
|
+
"The event category.": "La catégorie d'événements.",
|
|
34
|
+
"Project Name": "Project Name",
|
|
35
|
+
"Slack incoming webhook": "Webhook entrant Slack",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "Si l'on doit anonymiser les adresses IP entrantes.",
|
|
37
|
+
"If this is a demo project": "Si c'est un projet de démo",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
39
|
+
"Alias": "Alias",
|
|
40
|
+
"Capture": "Capturer",
|
|
41
|
+
"Identify": "Identifier",
|
|
42
|
+
"Page": "Page",
|
|
43
|
+
"Screen": "Ecran",
|
|
44
|
+
"GET": "OBTENIR",
|
|
45
|
+
"POST": "POSTER",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "EFFACER",
|
|
48
|
+
"DELETE": "SUPPRIMER",
|
|
49
|
+
"HEAD": "TÊTE"
|
|
50
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PostHog": "PostHog",
|
|
3
|
+
"Open-source product analytics": "オープンソースの製品分析",
|
|
4
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) で、個人用APIキーの取得方法を学びます。\n",
|
|
5
|
+
"Create Event": "イベントを作成",
|
|
6
|
+
"Create Project": "プロジェクトを作成",
|
|
7
|
+
"Custom API Call": "カスタムAPI通話",
|
|
8
|
+
"Create an event inside a project": "プロジェクト内でイベントを作成する",
|
|
9
|
+
"Create a posthog project": "ポスログプロジェクトを作成",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
11
|
+
"Event name": "イベント名",
|
|
12
|
+
"Event type": "イベントの種類",
|
|
13
|
+
"Distinct Id": "個別ID",
|
|
14
|
+
"Properties": "プロパティー",
|
|
15
|
+
"Context": "コンテキスト",
|
|
16
|
+
"Message ID": "メッセージID",
|
|
17
|
+
"Category": "カテゴリ",
|
|
18
|
+
"Name": "Name",
|
|
19
|
+
"Slack Incoming Webhook": "Slack Incoming Webhook",
|
|
20
|
+
"Anonymize IPs": "IPの匿名化",
|
|
21
|
+
"Is demo project": "デモプロジェクト",
|
|
22
|
+
"Method": "方法",
|
|
23
|
+
"Headers": "ヘッダー",
|
|
24
|
+
"Query Parameters": "クエリパラメータ",
|
|
25
|
+
"Body": "本文",
|
|
26
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
27
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
28
|
+
"The event name": "イベント名",
|
|
29
|
+
"User's Distinct Id": "User's Distinct Id",
|
|
30
|
+
"The event properties": "イベントのプロパティ",
|
|
31
|
+
"The event context,": "イベントのコンテキスト",
|
|
32
|
+
"The message id,": "メッセージ ID",
|
|
33
|
+
"The event category.": "イベントカテゴリ。",
|
|
34
|
+
"Project Name": "プロジェクト名",
|
|
35
|
+
"Slack incoming webhook": "WebhookをSlack incoming",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "受信IPアドレスを匿名化するかどうかを設定します。",
|
|
37
|
+
"If this is a demo project": "デモプロジェクトの場合",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
39
|
+
"Alias": "Alias",
|
|
40
|
+
"Capture": "Capture",
|
|
41
|
+
"Identify": "識別",
|
|
42
|
+
"Page": "ページ",
|
|
43
|
+
"Screen": "画面",
|
|
44
|
+
"GET": "取得",
|
|
45
|
+
"POST": "POST",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "PUT",
|
|
48
|
+
"DELETE": "削除",
|
|
49
|
+
"HEAD": "頭"
|
|
50
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PostHog": "Postvakje",
|
|
3
|
+
"Open-source product analytics": "Open-source product analytics",
|
|
4
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Klik hier](https://posthog.com/docs/api/overview#personal-api-keys-recommended) om te leren hoe uw persoonlijke API-sleutel te verkrijgen.\n",
|
|
5
|
+
"Create Event": "Gebeurtenis aanmaken",
|
|
6
|
+
"Create Project": "Project aanmaken",
|
|
7
|
+
"Custom API Call": "Custom API Call",
|
|
8
|
+
"Create an event inside a project": "Maak een event aan binnen een project",
|
|
9
|
+
"Create a posthog project": "Maak een posthog project",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
11
|
+
"Event name": "Naam van gebeurtenis",
|
|
12
|
+
"Event type": "Gebeurtenis type",
|
|
13
|
+
"Distinct Id": "Verschillende ID",
|
|
14
|
+
"Properties": "Eigenschappen",
|
|
15
|
+
"Context": "Context",
|
|
16
|
+
"Message ID": "Bericht ID",
|
|
17
|
+
"Category": "categorie",
|
|
18
|
+
"Name": "Naam",
|
|
19
|
+
"Slack Incoming Webhook": "Toegestane binnenkomende Webhook",
|
|
20
|
+
"Anonymize IPs": "IP anonimiseren",
|
|
21
|
+
"Is demo project": "Is demo-project",
|
|
22
|
+
"Method": "Methode",
|
|
23
|
+
"Headers": "Kopteksten",
|
|
24
|
+
"Query Parameters": "Query parameters",
|
|
25
|
+
"Body": "Lichaam",
|
|
26
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
27
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
28
|
+
"The event name": "Naam van de gebeurtenis",
|
|
29
|
+
"User's Distinct Id": "Gebruiker's Distinct Id",
|
|
30
|
+
"The event properties": "Eigenschappen van de gebeurtenis",
|
|
31
|
+
"The event context,": "De gebeurtenis context,",
|
|
32
|
+
"The message id,": "Het bericht id,",
|
|
33
|
+
"The event category.": "De gebeurtenis categorie.",
|
|
34
|
+
"Project Name": "Projectnaam",
|
|
35
|
+
"Slack incoming webhook": "Toegestane inkomende webhook",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "Inkomende IP adressen anonimiseren.",
|
|
37
|
+
"If this is a demo project": "Als dit een demo-project is",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
39
|
+
"Alias": "Alias",
|
|
40
|
+
"Capture": "Vastleggen",
|
|
41
|
+
"Identify": "Identificeren",
|
|
42
|
+
"Page": "Pagina",
|
|
43
|
+
"Screen": "Scherm",
|
|
44
|
+
"GET": "KRIJG",
|
|
45
|
+
"POST": "POSTE",
|
|
46
|
+
"PATCH": "BEKIJK",
|
|
47
|
+
"PUT": "PUT",
|
|
48
|
+
"DELETE": "VERWIJDEREN",
|
|
49
|
+
"HEAD": "HOOFD"
|
|
50
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PostHog": "Jaqueta",
|
|
3
|
+
"Open-source product analytics": "Análise de produtos de código aberto",
|
|
4
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Clique aqui](https://posthog.com/docs/api/overview#personal-api-keys-recommended) para aprender como obter sua chave de API pessoal.\n",
|
|
5
|
+
"Create Event": "Criar evento",
|
|
6
|
+
"Create Project": "Criar Projeto",
|
|
7
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
8
|
+
"Create an event inside a project": "Criar um evento dentro de um projeto",
|
|
9
|
+
"Create a posthog project": "Criar um projeto posthog",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
11
|
+
"Event name": "Nome do evento",
|
|
12
|
+
"Event type": "Tipo de evento",
|
|
13
|
+
"Distinct Id": "ID distinto",
|
|
14
|
+
"Properties": "propriedades",
|
|
15
|
+
"Context": "Contexto",
|
|
16
|
+
"Message ID": "ID da mensagem",
|
|
17
|
+
"Category": "categoria",
|
|
18
|
+
"Name": "Nome",
|
|
19
|
+
"Slack Incoming Webhook": "Webhook recebido do Slack",
|
|
20
|
+
"Anonymize IPs": "Anonimizar IPs",
|
|
21
|
+
"Is demo project": "É um projeto de demonstração",
|
|
22
|
+
"Method": "Método",
|
|
23
|
+
"Headers": "Cabeçalhos",
|
|
24
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
25
|
+
"Body": "Conteúdo",
|
|
26
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
27
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
28
|
+
"The event name": "Nome do evento",
|
|
29
|
+
"User's Distinct Id": "Identificação distinta do usuário",
|
|
30
|
+
"The event properties": "As propriedades do evento",
|
|
31
|
+
"The event context,": "O contexto de evento,",
|
|
32
|
+
"The message id,": "O id da mensagem,",
|
|
33
|
+
"The event category.": "A categoria do evento.",
|
|
34
|
+
"Project Name": "Nome do Projeto",
|
|
35
|
+
"Slack incoming webhook": "Webhook de entrada Slack",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "Se deseja anonimizar endereços IP recebidos.",
|
|
37
|
+
"If this is a demo project": "Se este é um projeto de demonstração",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
39
|
+
"Alias": "Alias",
|
|
40
|
+
"Capture": "Capturar",
|
|
41
|
+
"Identify": "Identificar",
|
|
42
|
+
"Page": "Página",
|
|
43
|
+
"Screen": "Tela",
|
|
44
|
+
"GET": "OBTER",
|
|
45
|
+
"POST": "POSTAR",
|
|
46
|
+
"PATCH": "COMPRAR",
|
|
47
|
+
"PUT": "COLOCAR",
|
|
48
|
+
"DELETE": "EXCLUIR",
|
|
49
|
+
"HEAD": "CABEÇA"
|
|
50
|
+
}
|
package/src/i18n/ru.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PostHog": "Постхог",
|
|
3
|
+
"Open-source product analytics": "Аналитика продуктов с открытым исходным кодом",
|
|
4
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n",
|
|
5
|
+
"Create Event": "Создать событие",
|
|
6
|
+
"Create Project": "Создать проект",
|
|
7
|
+
"Custom API Call": "Пользовательский вызов API",
|
|
8
|
+
"Create an event inside a project": "Создать событие внутри проекта",
|
|
9
|
+
"Create a posthog project": "Создать проект Posthog",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
|
|
11
|
+
"Event name": "Название события",
|
|
12
|
+
"Event type": "Тип события",
|
|
13
|
+
"Distinct Id": "Идентификатор отдельного",
|
|
14
|
+
"Properties": "Свойства",
|
|
15
|
+
"Context": "Контекст",
|
|
16
|
+
"Message ID": "ID сообщения",
|
|
17
|
+
"Category": "Категория",
|
|
18
|
+
"Name": "Наименование",
|
|
19
|
+
"Slack Incoming Webhook": "Входящий Slack Webhook",
|
|
20
|
+
"Anonymize IPs": "Анонимизировать IP",
|
|
21
|
+
"Is demo project": "Демонстрационный проект",
|
|
22
|
+
"Method": "Метод",
|
|
23
|
+
"Headers": "Заголовки",
|
|
24
|
+
"Query Parameters": "Параметры запроса",
|
|
25
|
+
"Body": "Тело",
|
|
26
|
+
"No Error on Failure": "Нет ошибок при ошибке",
|
|
27
|
+
"Timeout (in seconds)": "Таймаут (в секундах)",
|
|
28
|
+
"The event name": "Название события",
|
|
29
|
+
"User's Distinct Id": "Идентификатор отдельного пользователя",
|
|
30
|
+
"The event properties": "Свойства события",
|
|
31
|
+
"The event context,": "Контекст события,",
|
|
32
|
+
"The message id,": "Идентификатор сообщения,",
|
|
33
|
+
"The event category.": "Категория события.",
|
|
34
|
+
"Project Name": "Название проекта",
|
|
35
|
+
"Slack incoming webhook": "Перехватывать входящие вебхуки",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "Анонимизировать ли входящие IP адреса.",
|
|
37
|
+
"If this is a demo project": "Если это демо-проект",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
|
39
|
+
"Alias": "Alias",
|
|
40
|
+
"Capture": "Захват",
|
|
41
|
+
"Identify": "Определить",
|
|
42
|
+
"Page": "Страница",
|
|
43
|
+
"Screen": "Экран",
|
|
44
|
+
"GET": "ПОЛУЧИТЬ",
|
|
45
|
+
"POST": "ПОСТ",
|
|
46
|
+
"PATCH": "ПАТЧ",
|
|
47
|
+
"PUT": "ПОКУПИТЬ",
|
|
48
|
+
"DELETE": "УДАЛИТЬ",
|
|
49
|
+
"HEAD": "HEAD"
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PostHog": "PostHog",
|
|
3
|
+
"Open-source product analytics": "Open-source product analytics",
|
|
4
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n",
|
|
5
|
+
"Create Event": "Create Event",
|
|
6
|
+
"Create Project": "Create Project",
|
|
7
|
+
"Custom API Call": "Custom API Call",
|
|
8
|
+
"Create an event inside a project": "Create an event inside a project",
|
|
9
|
+
"Create a posthog project": "Create a posthog project",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
11
|
+
"Event name": "Event name",
|
|
12
|
+
"Event type": "Event type",
|
|
13
|
+
"Distinct Id": "Distinct Id",
|
|
14
|
+
"Properties": "Properties",
|
|
15
|
+
"Context": "Context",
|
|
16
|
+
"Message ID": "Message ID",
|
|
17
|
+
"Category": "Category",
|
|
18
|
+
"Name": "Name",
|
|
19
|
+
"Slack Incoming Webhook": "Slack Incoming Webhook",
|
|
20
|
+
"Anonymize IPs": "Anonymize IPs",
|
|
21
|
+
"Is demo project": "Is demo project",
|
|
22
|
+
"Method": "Method",
|
|
23
|
+
"Headers": "Headers",
|
|
24
|
+
"Query Parameters": "Query Parameters",
|
|
25
|
+
"Body": "Body",
|
|
26
|
+
"No Error on Failure": "No Error on Failure",
|
|
27
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
28
|
+
"The event name": "The event name",
|
|
29
|
+
"User's Distinct Id": "User's Distinct Id",
|
|
30
|
+
"The event properties": "The event properties",
|
|
31
|
+
"The event context,": "The event context,",
|
|
32
|
+
"The message id,": "The message id,",
|
|
33
|
+
"The event category.": "The event category.",
|
|
34
|
+
"Project Name": "Project Name",
|
|
35
|
+
"Slack incoming webhook": "Slack incoming webhook",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "Whether to anonymize incoming IP addresses.",
|
|
37
|
+
"If this is a demo project": "If this is a demo project",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
39
|
+
"Alias": "Alias",
|
|
40
|
+
"Capture": "Capture",
|
|
41
|
+
"Identify": "Identify",
|
|
42
|
+
"Page": "Page",
|
|
43
|
+
"Screen": "Screen",
|
|
44
|
+
"GET": "GET",
|
|
45
|
+
"POST": "POST",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "PUT",
|
|
48
|
+
"DELETE": "DELETE",
|
|
49
|
+
"HEAD": "HEAD"
|
|
50
|
+
}
|
package/src/i18n/vi.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PostHog": "PostHog",
|
|
3
|
+
"Open-source product analytics": "Open-source product analytics",
|
|
4
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n",
|
|
5
|
+
"Create Event": "Create Event",
|
|
6
|
+
"Create Project": "Create Project",
|
|
7
|
+
"Custom API Call": "Custom API Call",
|
|
8
|
+
"Create an event inside a project": "Create an event inside a project",
|
|
9
|
+
"Create a posthog project": "Create a posthog project",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
11
|
+
"Event name": "Event name",
|
|
12
|
+
"Event type": "Event type",
|
|
13
|
+
"Distinct Id": "Distinct Id",
|
|
14
|
+
"Properties": "Properties",
|
|
15
|
+
"Context": "Context",
|
|
16
|
+
"Message ID": "Message ID",
|
|
17
|
+
"Category": "Category",
|
|
18
|
+
"Name": "Name",
|
|
19
|
+
"Slack Incoming Webhook": "Slack Incoming Webhook",
|
|
20
|
+
"Anonymize IPs": "Anonymize IPs",
|
|
21
|
+
"Is demo project": "Is demo project",
|
|
22
|
+
"Method": "Method",
|
|
23
|
+
"Headers": "Headers",
|
|
24
|
+
"Query Parameters": "Query Parameters",
|
|
25
|
+
"Body": "Body",
|
|
26
|
+
"No Error on Failure": "No Error on Failure",
|
|
27
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
28
|
+
"The event name": "The event name",
|
|
29
|
+
"User's Distinct Id": "User's Distinct Id",
|
|
30
|
+
"The event properties": "The event properties",
|
|
31
|
+
"The event context,": "The event context,",
|
|
32
|
+
"The message id,": "The message id,",
|
|
33
|
+
"The event category.": "The event category.",
|
|
34
|
+
"Project Name": "Project Name",
|
|
35
|
+
"Slack incoming webhook": "Slack incoming webhook",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "Whether to anonymize incoming IP addresses.",
|
|
37
|
+
"If this is a demo project": "If this is a demo project",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
39
|
+
"Alias": "Alias",
|
|
40
|
+
"Capture": "Capture",
|
|
41
|
+
"Identify": "Identify",
|
|
42
|
+
"Page": "Page",
|
|
43
|
+
"Screen": "Screen",
|
|
44
|
+
"GET": "GET",
|
|
45
|
+
"POST": "POST",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "PUT",
|
|
48
|
+
"DELETE": "DELETE",
|
|
49
|
+
"HEAD": "HEAD"
|
|
50
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PostHog": "PostHog",
|
|
3
|
+
"Open-source product analytics": "Open-source product analytics",
|
|
4
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n",
|
|
5
|
+
"Create Event": "Create Event",
|
|
6
|
+
"Create Project": "Create Project",
|
|
7
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
8
|
+
"Create an event inside a project": "Create an event inside a project",
|
|
9
|
+
"Create a posthog project": "Create a posthog project",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
11
|
+
"Event name": "Event name",
|
|
12
|
+
"Event type": "Event type",
|
|
13
|
+
"Distinct Id": "Distinct Id",
|
|
14
|
+
"Properties": "Properties",
|
|
15
|
+
"Context": "Context",
|
|
16
|
+
"Message ID": "Message ID",
|
|
17
|
+
"Category": "Category",
|
|
18
|
+
"Name": "名称",
|
|
19
|
+
"Slack Incoming Webhook": "Slack Incoming Webhook",
|
|
20
|
+
"Anonymize IPs": "Anonymize IPs",
|
|
21
|
+
"Is demo project": "Is demo project",
|
|
22
|
+
"Method": "方法",
|
|
23
|
+
"Headers": "信头",
|
|
24
|
+
"Query Parameters": "查询参数",
|
|
25
|
+
"Body": "正文内容",
|
|
26
|
+
"No Error on Failure": "失败时没有错误",
|
|
27
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
28
|
+
"The event name": "The event name",
|
|
29
|
+
"User's Distinct Id": "User's Distinct Id",
|
|
30
|
+
"The event properties": "The event properties",
|
|
31
|
+
"The event context,": "The event context,",
|
|
32
|
+
"The message id,": "The message id,",
|
|
33
|
+
"The event category.": "The event category.",
|
|
34
|
+
"Project Name": "项目名称",
|
|
35
|
+
"Slack incoming webhook": "Slack incoming webhook",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "Whether to anonymize incoming IP addresses.",
|
|
37
|
+
"If this is a demo project": "If this is a demo project",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
39
|
+
"Alias": "Alias",
|
|
40
|
+
"Capture": "Capture",
|
|
41
|
+
"Identify": "Identify",
|
|
42
|
+
"Page": "Page",
|
|
43
|
+
"Screen": "Screen",
|
|
44
|
+
"GET": "获取",
|
|
45
|
+
"POST": "帖子",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "弹出",
|
|
48
|
+
"DELETE": "删除",
|
|
49
|
+
"HEAD": "黑色"
|
|
50
|
+
}
|
package/src/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.posthog = exports.posthogAuth = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
4
5
|
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
5
6
|
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
7
|
const shared_1 = require("@activepieces/shared");
|
|
@@ -17,7 +18,7 @@ exports.posthogAuth = pieces_framework_1.PieceAuth.SecretText({
|
|
|
17
18
|
exports.posthog = (0, pieces_framework_1.createPiece)({
|
|
18
19
|
displayName: 'PostHog',
|
|
19
20
|
description: 'Open-source product analytics',
|
|
20
|
-
minimumSupportedRelease: '0.
|
|
21
|
+
minimumSupportedRelease: '0.30.0',
|
|
21
22
|
logoUrl: 'https://cdn.activepieces.com/pieces/posthog.png',
|
|
22
23
|
categories: [shared_1.PieceCategory.BUSINESS_INTELLIGENCE],
|
|
23
24
|
auth: exports.posthogAuth,
|
|
@@ -27,8 +28,10 @@ exports.posthog = (0, pieces_framework_1.createPiece)({
|
|
|
27
28
|
(0, pieces_common_1.createCustomApiCallAction)({
|
|
28
29
|
baseUrl: () => 'https://app.posthog.com',
|
|
29
30
|
auth: exports.posthogAuth,
|
|
30
|
-
authMapping: (auth) => ({
|
|
31
|
-
|
|
31
|
+
authMapping: (auth) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
|
|
32
|
+
return ({
|
|
33
|
+
Authorization: `Bearer ${auth}`,
|
|
34
|
+
});
|
|
32
35
|
}),
|
|
33
36
|
}),
|
|
34
37
|
],
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/posthog/src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/posthog/src/index.ts"],"names":[],"mappings":";;;;AAAA,+DAAwE;AACxE,qEAAwE;AACxE,iDAAqD;AACrD,6DAAgE;AAChE,iEAAoE;AAEpE,MAAM,sBAAsB,GAAG;;CAE9B,CAAC;AAEW,QAAA,WAAW,GAAG,4BAAS,CAAC,UAAU,CAAC;IAC9C,WAAW,EAAE,kBAAkB;IAC/B,WAAW,EAAE,sBAAsB;IACnC,QAAQ,EAAE,IAAI;CACf,CAAC,CAAC;AAEU,QAAA,OAAO,GAAG,IAAA,8BAAW,EAAC;IACjC,WAAW,EAAE,SAAS;IACtB,WAAW,EAAE,+BAA+B;IAE5C,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,iDAAiD;IAC1D,UAAU,EAAE,CAAC,sBAAa,CAAC,qBAAqB,CAAC;IACjD,IAAI,EAAE,mBAAW;IACjB,OAAO,EAAE;QACP,iCAAkB;QAClB,qCAAoB;QACpB,IAAA,yCAAyB,EAAC;YACxB,OAAO,EAAE,GAAG,EAAE,CAAC,yBAAyB;YACxC,IAAI,EAAE,mBAAW;YACjB,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAAC,OAAA,CAAC;oBAC5B,aAAa,EAAE,UAAU,IAAI,EAAE;iBAChC,CAAC,CAAA;cAAA;SACH,CAAC;KACH;IACD,OAAO,EAAE,CAAC,YAAY,EAAC,WAAW,EAAC,eAAe,EAAC,UAAU,CAAC;IAC9D,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-event.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/posthog/src/lib/actions/create-event.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAKqC;AAErC,6BAAoC;AAEvB,QAAA,kBAAkB,GAAG,IAAA,+BAAY,EAAC;IAC7C,IAAI,EAAE,eAAW;IACjB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,kCAAkC;IAC/C,KAAK,EAAE;QACL,KAAK,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACxB,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,gBAAgB;YAC7B,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,UAAU,EAAE,2BAAQ,CAAC,cAAc,CAAC;YAClC,WAAW,EAAE,YAAY;YACzB,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE;gBACP,OAAO,EAAE;oBACP,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;oBAClC,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;oBACtC,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE;oBACtC,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;oBAChC,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE;iBACrC;aACF;SACF,CAAC;QACF,WAAW,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC9B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,oBAAoB;YACjC,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,UAAU,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC1B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,sBAAsB;YACnC,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,OAAO,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACvB,WAAW,EAAE,SAAS;YACtB,WAAW,EAAE,oBAAoB;YACjC,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,UAAU,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC7B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,iBAAiB;YAC9B,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,QAAQ,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC3B,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,qBAAqB;YAClC,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,IAAI,GAAc;gBACtB,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK;gBAC/B,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC,UAAW;gBACpC,OAAO,EAAE,OAAO,CAAC,IAAI;gBACrB,SAAS,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU;gBACxC,OAAO,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,IAAI,EAAE;gBACzC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU,IAAI,EAAE;gBAC/C,WAAW,EAAE,OAAO,CAAC,UAAU,CAAC,WAAW;gBAC3C,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,QAAQ;aACtC,CAAC;YAEF,MAAM,OAAO,GAA2B;gBACtC,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,kCAAkC;gBACvC,IAAI;gBACJ,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,OAAO,CAAC,IAAI;iBACpB;aACF,CAAC;YAEF,MAAM,MAAM,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAuB,OAAO,CAAC,CAAC;YAC3E,OAAO,CAAC,KAAK,CAAC,yBAAyB,EAAE,MAAM,CAAC,CAAC;YAEjD,IAAI,MAAM,CAAC,MAAM,KAAK,GAAG,EAAE;
|
|
1
|
+
{"version":3,"file":"create-event.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/posthog/src/lib/actions/create-event.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-project.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/posthog/src/lib/actions/create-project.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAKqC;AAErC,6BAAoC;AAEvB,QAAA,oBAAoB,GAAG,IAAA,+BAAY,EAAC;IAC/C,IAAI,EAAE,eAAW;IACjB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,gBAAgB;IAC7B,WAAW,EAAE,0BAA0B;IACvC,KAAK,EAAE;QACL,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,sBAAsB,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACzC,WAAW,EAAE,wBAAwB;YACrC,WAAW,EAAE,wBAAwB;YACrC,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,aAAa,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC/B,WAAW,EAAE,eAAe;YAC5B,WAAW,EAAE,6CAA6C;YAC1D,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,OAAO,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACzB,WAAW,EAAE,iBAAiB;YAC9B,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,IAAI,qBACL,OAAO,CAAC,UAAU,CACtB,CAAC;YAEF,MAAM,OAAO,GAAsC;gBACjD,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,uCAAuC;gBAC5C,IAAI;gBACJ,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,OAAO,CAAC,IAAI;iBACpB;aACF,CAAC;YAEF,MAAM,MAAM,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAwB,OAAO,CAAC,CAAC;YAC5E,OAAO,CAAC,KAAK,CAAC,2BAA2B,EAAE,MAAM,CAAC,CAAC;YAEnD,IAAI,MAAM,CAAC,MAAM,KAAK,GAAG,EAAE;
|
|
1
|
+
{"version":3,"file":"create-project.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/posthog/src/lib/actions/create-project.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAKqC;AAErC,6BAAoC;AAEvB,QAAA,oBAAoB,GAAG,IAAA,+BAAY,EAAC;IAC/C,IAAI,EAAE,eAAW;IACjB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,gBAAgB;IAC7B,WAAW,EAAE,0BAA0B;IACvC,KAAK,EAAE;QACL,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,sBAAsB,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACzC,WAAW,EAAE,wBAAwB;YACrC,WAAW,EAAE,wBAAwB;YACrC,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,aAAa,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC/B,WAAW,EAAE,eAAe;YAC5B,WAAW,EAAE,6CAA6C;YAC1D,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,OAAO,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACzB,WAAW,EAAE,iBAAiB;YAC9B,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,IAAI,qBACL,OAAO,CAAC,UAAU,CACtB,CAAC;YAEF,MAAM,OAAO,GAAsC;gBACjD,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,uCAAuC;gBAC5C,IAAI;gBACJ,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,OAAO,CAAC,IAAI;iBACpB;aACF,CAAC;YAEF,MAAM,MAAM,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAwB,OAAO,CAAC,CAAC;YAC5E,OAAO,CAAC,KAAK,CAAC,2BAA2B,EAAE,MAAM,CAAC,CAAC;YAEnD,IAAI,MAAM,CAAC,MAAM,KAAK,GAAG,EAAE,CAAC;gBAC1B,OAAO,MAAM,CAAC,IAAI,CAAC;YACrB,CAAC;YAED,OAAO,MAAM,CAAC;QAChB,CAAC;KAAA;CACF,CAAC,CAAC"}
|