@activepieces/piece-saastic 0.0.6 → 0.0.8

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 CHANGED
@@ -1,19 +1,38 @@
1
1
  {
2
2
  "name": "@activepieces/piece-saastic",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "dependencies": {
5
- "@activepieces/pieces-common": "latest",
6
- "@activepieces/pieces-framework": "latest",
7
- "@activepieces/shared": "*",
8
- "@sinclair/typebox": "0.26.8",
9
- "axios": "^1.6.3",
10
- "dayjs": "1.11.9",
11
- "is-base64": "1.1.0",
12
- "lodash": "4.17.21",
13
- "nanoid": "3.3.6",
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",
14
17
  "semver": "7.6.0",
15
- "tslib": "^2.6.2"
18
+ "zod": "3.25.76",
19
+ "@activepieces/pieces-common": "0.6.3",
20
+ "@activepieces/pieces-framework": "0.18.0",
21
+ "@activepieces/shared": "0.17.11",
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
  }
@@ -0,0 +1,40 @@
1
+ {
2
+ "Saastic": "Saastic",
3
+ "Revenue and churn analytics for Stripe": "Umsatz- und Kirchenanalytik für Streifen",
4
+ " You can find your project’s API key here: https://saastic.com/settings/developers": " Hier finden Sie den API-Schlüssel Ihres Projekts: https://saastic.com/settings/developers",
5
+ "Create or Update a Customer": "Kunde erstellen oder aktualisieren",
6
+ "Create a Customer Charge": "Erstellen Sie eine Kundengebühr",
7
+ "Custom API Call": "Eigener API-Aufruf",
8
+ "Create or update a customer.": "Kunden erstellen oder aktualisieren.",
9
+ "Creates a customer charge.": "Erstellt eine Kundengebühr.",
10
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
11
+ "First Name": "Vorname",
12
+ "Last Name": "Nachname",
13
+ "Email": "E-Mail",
14
+ "Phone": "Telefon",
15
+ "Signup Date": "Anmeldedatum",
16
+ "Amount": "Betrag",
17
+ "Currency": "Währung",
18
+ "Charge date": "Abrechnungsdatum",
19
+ "Method": "Methode",
20
+ "Headers": "Kopfzeilen",
21
+ "Query Parameters": "Abfrageparameter",
22
+ "Body": "Körper",
23
+ "No Error on Failure": "Kein Fehler bei Fehler",
24
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
25
+ "The customer's first name.": "Der Vorname des Kunden.",
26
+ "The customer's last name.": "Nachname des Kunden.",
27
+ "The customer's email address.": "Die E-Mail-Adresse des Kunden.",
28
+ "The customer's phone number. Ex: +15555555555": "Telefonnummer des Kunden. Beispiel: +15555555555",
29
+ "The date the customer signed up.": "Das Datum an dem sich der Kunde angemeldet hat.",
30
+ "The amount charged in the smallest currency unit.": "Der Betrag, der in der kleinsten Währungseinheit berechnet wird.",
31
+ "The ISO currency code.": "Der ISO-Währungscode.",
32
+ "The date the customer was charged.": "Das Datum an dem der Kunde belastet wurde.",
33
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
34
+ "GET": "ERHALTEN",
35
+ "POST": "POST",
36
+ "PATCH": "PATCH",
37
+ "PUT": "PUT",
38
+ "DELETE": "LÖSCHEN",
39
+ "HEAD": "HEAD"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "Saastic": "Saastic",
3
+ "Revenue and churn analytics for Stripe": "Análisis de ingresos y estragos de Stripe",
4
+ " You can find your project’s API key here: https://saastic.com/settings/developers": " Puedes encontrar la clave API de tu proyecto aquí: https://saastic.com/settings/developers",
5
+ "Create or Update a Customer": "Crear o actualizar un cliente",
6
+ "Create a Customer Charge": "Crear un Cargo de Cliente",
7
+ "Custom API Call": "Llamada API personalizada",
8
+ "Create or update a customer.": "Crear o actualizar un cliente.",
9
+ "Creates a customer charge.": "Crea un cargo al cliente.",
10
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
11
+ "First Name": "Nombre",
12
+ "Last Name": "Apellido",
13
+ "Email": "E-mail",
14
+ "Phone": "Teléfono",
15
+ "Signup Date": "Fecha de registro",
16
+ "Amount": "Cantidad",
17
+ "Currency": "Moneda",
18
+ "Charge date": "Fecha de carga",
19
+ "Method": "Método",
20
+ "Headers": "Encabezados",
21
+ "Query Parameters": "Parámetros de consulta",
22
+ "Body": "Cuerpo",
23
+ "No Error on Failure": "No hay ningún error en fallo",
24
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
25
+ "The customer's first name.": "Nombre del cliente.",
26
+ "The customer's last name.": "Apellido del cliente.",
27
+ "The customer's email address.": "Dirección de correo electrónico del cliente.",
28
+ "The customer's phone number. Ex: +15555555555": "Número de teléfono del cliente. Ej: +15555555555",
29
+ "The date the customer signed up.": "La fecha en la que el cliente se registró.",
30
+ "The amount charged in the smallest currency unit.": "La cantidad que se cobró en la unidad de moneda más pequeña.",
31
+ "The ISO currency code.": "El código de moneda ISO.",
32
+ "The date the customer was charged.": "La fecha en la que se cobró al cliente.",
33
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
34
+ "GET": "RECOGER",
35
+ "POST": "POST",
36
+ "PATCH": "PATCH",
37
+ "PUT": "PUT",
38
+ "DELETE": "BORRAR",
39
+ "HEAD": "LIMPIO"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "Saastic": "Saastic",
3
+ "Revenue and churn analytics for Stripe": "Revenus et analyses des abysses pour Stripe",
4
+ " You can find your project’s API key here: https://saastic.com/settings/developers": " Vous pouvez trouver la clé API de votre projet ici : https://saastic.com/settings/developers",
5
+ "Create or Update a Customer": "Créer ou mettre à jour un client",
6
+ "Create a Customer Charge": "Créer une facture client",
7
+ "Custom API Call": "Appel API personnalisé",
8
+ "Create or update a customer.": "Créer ou mettre à jour un client.",
9
+ "Creates a customer charge.": "Crée une charge client.",
10
+ "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
11
+ "First Name": "First Name",
12
+ "Last Name": "Last Name",
13
+ "Email": "Courriel",
14
+ "Phone": "Téléphone",
15
+ "Signup Date": "Date d'inscription",
16
+ "Amount": "Montant",
17
+ "Currency": "Devise",
18
+ "Charge date": "Date de facturation",
19
+ "Method": "Méthode",
20
+ "Headers": "En-têtes",
21
+ "Query Parameters": "Paramètres de requête",
22
+ "Body": "Corps",
23
+ "No Error on Failure": "Aucune erreur en cas d'échec",
24
+ "Timeout (in seconds)": "Délai d'attente (en secondes)",
25
+ "The customer's first name.": "Le prénom du client",
26
+ "The customer's last name.": "Nom de famille du client",
27
+ "The customer's email address.": "L'adresse e-mail du client",
28
+ "The customer's phone number. Ex: +15555555555": "Le numéro de téléphone du client. Ex: +1555555555555",
29
+ "The date the customer signed up.": "La date d'inscription du client.",
30
+ "The amount charged in the smallest currency unit.": "Le montant débité dans la plus petite unité de devise.",
31
+ "The ISO currency code.": "Le code de la devise ISO.",
32
+ "The date the customer was charged.": "La date à laquelle le client a été facturé.",
33
+ "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
34
+ "GET": "OBTENIR",
35
+ "POST": "POSTER",
36
+ "PATCH": "PATCH",
37
+ "PUT": "EFFACER",
38
+ "DELETE": "SUPPRIMER",
39
+ "HEAD": "TÊTE"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "Saastic": "Saastic",
3
+ "Revenue and churn analytics for Stripe": "Stripeの収益と分析を解析する",
4
+ " You can find your project’s API key here: https://saastic.com/settings/developers": " プロジェクトのAPIキーはこちらから確認できます: https://saastic.com/settings/developers",
5
+ "Create or Update a Customer": "顧客を作成または更新",
6
+ "Create a Customer Charge": "顧客課金を作成",
7
+ "Custom API Call": "カスタムAPI通話",
8
+ "Create or update a customer.": "顧客を作成または更新する。",
9
+ "Creates a customer charge.": "顧客課金を作成します。",
10
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
11
+ "First Name": "名",
12
+ "Last Name": "姓",
13
+ "Email": "Eメールアドレス",
14
+ "Phone": "電話番号",
15
+ "Signup Date": "登録日",
16
+ "Amount": "金額",
17
+ "Currency": "通貨",
18
+ "Charge date": "請求日",
19
+ "Method": "方法",
20
+ "Headers": "ヘッダー",
21
+ "Query Parameters": "クエリパラメータ",
22
+ "Body": "本文",
23
+ "No Error on Failure": "失敗時にエラーはありません",
24
+ "Timeout (in seconds)": "タイムアウト(秒)",
25
+ "The customer's first name.": "顧客の名",
26
+ "The customer's last name.": "顧客の姓",
27
+ "The customer's email address.": "顧客のメールアドレス",
28
+ "The customer's phone number. Ex: +15555555555": "顧客の電話番号。例:+555555555",
29
+ "The date the customer signed up.": "顧客がサインアップした日",
30
+ "The amount charged in the smallest currency unit.": "最小通貨単位で請求される金額。",
31
+ "The ISO currency code.": "ISO 通貨コード。",
32
+ "The date the customer was charged.": "顧客が請求された日",
33
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
34
+ "GET": "取得",
35
+ "POST": "POST",
36
+ "PATCH": "PATCH",
37
+ "PUT": "PUT",
38
+ "DELETE": "削除",
39
+ "HEAD": "頭"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "Saastic": "Saastic",
3
+ "Revenue and churn analytics for Stripe": "Omzet en kerk analytics voor Stripe",
4
+ " You can find your project’s API key here: https://saastic.com/settings/developers": " U kunt de API-sleutel van uw project hier vinden: https://saastic.com/settings/developers",
5
+ "Create or Update a Customer": "Een klant aanmaken of bijwerken",
6
+ "Create a Customer Charge": "Maak een klanttoeslag aan",
7
+ "Custom API Call": "Custom API Call",
8
+ "Create or update a customer.": "Klant aanmaken of bijwerken.",
9
+ "Creates a customer charge.": "Maakt een klant toeslag aan.",
10
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
11
+ "First Name": "Voornaam",
12
+ "Last Name": "Achternaam",
13
+ "Email": "E-mail",
14
+ "Phone": "Telefoonnummer",
15
+ "Signup Date": "Datum aanmelding",
16
+ "Amount": "Hoeveelheid",
17
+ "Currency": "valuta",
18
+ "Charge date": "Datum van betaling",
19
+ "Method": "Methode",
20
+ "Headers": "Kopteksten",
21
+ "Query Parameters": "Query parameters",
22
+ "Body": "Lichaam",
23
+ "No Error on Failure": "Geen fout bij fout",
24
+ "Timeout (in seconds)": "Time-out (in seconden)",
25
+ "The customer's first name.": "De klant's voornaam",
26
+ "The customer's last name.": "De klant's achternaam",
27
+ "The customer's email address.": "E-mailadres van de klant",
28
+ "The customer's phone number. Ex: +15555555555": "Het telefoonnummer van de klant. Bijv: +155555555",
29
+ "The date the customer signed up.": "De datum waarop de klant zich aangemeld heeft.",
30
+ "The amount charged in the smallest currency unit.": "Het bedrag in rekening gebracht in de kleinste valuta eenheid.",
31
+ "The ISO currency code.": "De ISO valuta code.",
32
+ "The date the customer was charged.": "De datum waarop de klant in rekening is gebracht.",
33
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
34
+ "GET": "KRIJG",
35
+ "POST": "POSTE",
36
+ "PATCH": "BEKIJK",
37
+ "PUT": "PUT",
38
+ "DELETE": "VERWIJDEREN",
39
+ "HEAD": "HOOFD"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "Saastic": "Saastic",
3
+ "Revenue and churn analytics for Stripe": "Receita e análise de igreja para Stripe",
4
+ " You can find your project’s API key here: https://saastic.com/settings/developers": " Você pode encontrar a chave da API do seu projeto aqui: https://saastic.com/settings/developers",
5
+ "Create or Update a Customer": "Criar ou atualizar um cliente",
6
+ "Create a Customer Charge": "Criar uma taxa de cliente",
7
+ "Custom API Call": "Chamada de API personalizada",
8
+ "Create or update a customer.": "Criar ou atualizar um cliente.",
9
+ "Creates a customer charge.": "Cria uma carga do cliente.",
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
+ "First Name": "Nome",
12
+ "Last Name": "Sobrenome",
13
+ "Email": "e-mail",
14
+ "Phone": "Smartphone",
15
+ "Signup Date": "Data da Inscrição",
16
+ "Amount": "Quantidade",
17
+ "Currency": "moeda",
18
+ "Charge date": "Data de cobrança",
19
+ "Method": "Método",
20
+ "Headers": "Cabeçalhos",
21
+ "Query Parameters": "Parâmetros da consulta",
22
+ "Body": "Conteúdo",
23
+ "No Error on Failure": "Nenhum erro no Failure",
24
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
25
+ "The customer's first name.": "O primeiro nome do cliente.",
26
+ "The customer's last name.": "O sobrenome do cliente.",
27
+ "The customer's email address.": "E-mail do cliente",
28
+ "The customer's phone number. Ex: +15555555555": "Número de telefone do cliente. Ex: +1555555555555",
29
+ "The date the customer signed up.": "A data do cliente se inscreveu.",
30
+ "The amount charged in the smallest currency unit.": "A quantia cobrada na menor unidade de moeda.",
31
+ "The ISO currency code.": "O código de moeda ISO",
32
+ "The date the customer was charged.": "A data em que o cliente foi cobrado.",
33
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
34
+ "GET": "OBTER",
35
+ "POST": "POSTAR",
36
+ "PATCH": "COMPRAR",
37
+ "PUT": "COLOCAR",
38
+ "DELETE": "EXCLUIR",
39
+ "HEAD": "CABEÇA"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "Saastic": "Saastic",
3
+ "Revenue and churn analytics for Stripe": "Статистика доходов и церкви для Stripe",
4
+ " You can find your project’s API key here: https://saastic.com/settings/developers": " Вы можете найти API-ключ вашего проекта здесь: https://saastic.com/settings/developers",
5
+ "Create or Update a Customer": "Создать или обновить клиента",
6
+ "Create a Customer Charge": "Создать платеж за клиента",
7
+ "Custom API Call": "Пользовательский вызов API",
8
+ "Create or update a customer.": "Создать или обновить клиента.",
9
+ "Creates a customer charge.": "Создает тариф клиента.",
10
+ "Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
11
+ "First Name": "First Name",
12
+ "Last Name": "Фамилия",
13
+ "Email": "Почта",
14
+ "Phone": "Телефон",
15
+ "Signup Date": "Дата регистрации",
16
+ "Amount": "Сумма",
17
+ "Currency": "Валюта",
18
+ "Charge date": "Дата зарядки",
19
+ "Method": "Метод",
20
+ "Headers": "Заголовки",
21
+ "Query Parameters": "Параметры запроса",
22
+ "Body": "Тело",
23
+ "No Error on Failure": "Нет ошибок при ошибке",
24
+ "Timeout (in seconds)": "Таймаут (в секундах)",
25
+ "The customer's first name.": "Имя клиента.",
26
+ "The customer's last name.": "Фамилия клиента.",
27
+ "The customer's email address.": "Адрес электронной почты клиента.",
28
+ "The customer's phone number. Ex: +15555555555": "Номер телефона клиента: +15555555555",
29
+ "The date the customer signed up.": "Дата, когда клиент зарегистрировался.",
30
+ "The amount charged in the smallest currency unit.": "Сумма, взимаемая в самой маленькой валюте.",
31
+ "The ISO currency code.": "Код валюты ISO.",
32
+ "The date the customer was charged.": "Дата, когда клиент был списан.",
33
+ "Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
34
+ "GET": "ПОЛУЧИТЬ",
35
+ "POST": "ПОСТ",
36
+ "PATCH": "ПАТЧ",
37
+ "PUT": "ПОКУПИТЬ",
38
+ "DELETE": "УДАЛИТЬ",
39
+ "HEAD": "HEAD"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "Saastic": "Saastic",
3
+ "Revenue and churn analytics for Stripe": "Revenue and churn analytics for Stripe",
4
+ " You can find your project’s API key here: https://saastic.com/settings/developers": " You can find your project’s API key here: https://saastic.com/settings/developers",
5
+ "Create or Update a Customer": "Create or Update a Customer",
6
+ "Create a Customer Charge": "Create a Customer Charge",
7
+ "Custom API Call": "Custom API Call",
8
+ "Create or update a customer.": "Create or update a customer.",
9
+ "Creates a customer charge.": "Creates a customer charge.",
10
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
11
+ "First Name": "First Name",
12
+ "Last Name": "Last Name",
13
+ "Email": "Email",
14
+ "Phone": "Phone",
15
+ "Signup Date": "Signup Date",
16
+ "Amount": "Amount",
17
+ "Currency": "Currency",
18
+ "Charge date": "Charge date",
19
+ "Method": "Method",
20
+ "Headers": "Headers",
21
+ "Query Parameters": "Query Parameters",
22
+ "Body": "Body",
23
+ "No Error on Failure": "No Error on Failure",
24
+ "Timeout (in seconds)": "Timeout (in seconds)",
25
+ "The customer's first name.": "The customer's first name.",
26
+ "The customer's last name.": "The customer's last name.",
27
+ "The customer's email address.": "The customer's email address.",
28
+ "The customer's phone number. Ex: +15555555555": "The customer's phone number. Ex: +15555555555",
29
+ "The date the customer signed up.": "The date the customer signed up.",
30
+ "The amount charged in the smallest currency unit.": "The amount charged in the smallest currency unit.",
31
+ "The ISO currency code.": "The ISO currency code.",
32
+ "The date the customer was charged.": "The date the customer was charged.",
33
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
34
+ "GET": "GET",
35
+ "POST": "POST",
36
+ "PATCH": "PATCH",
37
+ "PUT": "PUT",
38
+ "DELETE": "DELETE",
39
+ "HEAD": "HEAD"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "Saastic": "Saastic",
3
+ "Revenue and churn analytics for Stripe": "Revenue and churn analytics for Stripe",
4
+ " You can find your project’s API key here: https://saastic.com/settings/developers": " You can find your project’s API key here: https://saastic.com/settings/developers",
5
+ "Create or Update a Customer": "Create or Update a Customer",
6
+ "Create a Customer Charge": "Create a Customer Charge",
7
+ "Custom API Call": "Custom API Call",
8
+ "Create or update a customer.": "Create or update a customer.",
9
+ "Creates a customer charge.": "Creates a customer charge.",
10
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
11
+ "First Name": "First Name",
12
+ "Last Name": "Last Name",
13
+ "Email": "Email",
14
+ "Phone": "Phone",
15
+ "Signup Date": "Signup Date",
16
+ "Amount": "Amount",
17
+ "Currency": "Currency",
18
+ "Charge date": "Charge date",
19
+ "Method": "Method",
20
+ "Headers": "Headers",
21
+ "Query Parameters": "Query Parameters",
22
+ "Body": "Body",
23
+ "No Error on Failure": "No Error on Failure",
24
+ "Timeout (in seconds)": "Timeout (in seconds)",
25
+ "The customer's first name.": "The customer's first name.",
26
+ "The customer's last name.": "The customer's last name.",
27
+ "The customer's email address.": "The customer's email address.",
28
+ "The customer's phone number. Ex: +15555555555": "The customer's phone number. Ex: +15555555555",
29
+ "The date the customer signed up.": "The date the customer signed up.",
30
+ "The amount charged in the smallest currency unit.": "The amount charged in the smallest currency unit.",
31
+ "The ISO currency code.": "The ISO currency code.",
32
+ "The date the customer was charged.": "The date the customer was charged.",
33
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
34
+ "GET": "GET",
35
+ "POST": "POST",
36
+ "PATCH": "PATCH",
37
+ "PUT": "PUT",
38
+ "DELETE": "DELETE",
39
+ "HEAD": "HEAD"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "Saastic": "Saastic",
3
+ "Revenue and churn analytics for Stripe": "Revenue and churn analytics for Stripe",
4
+ " You can find your project’s API key here: https://saastic.com/settings/developers": " You can find your project’s API key here: https://saastic.com/settings/developers",
5
+ "Create or Update a Customer": "Create or Update a Customer",
6
+ "Create a Customer Charge": "Create a Customer Charge",
7
+ "Custom API Call": "自定义 API 呼叫",
8
+ "Create or update a customer.": "Create or update a customer.",
9
+ "Creates a customer charge.": "Creates a customer charge.",
10
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
11
+ "First Name": "名字",
12
+ "Last Name": "名字",
13
+ "Email": "电子邮件地址",
14
+ "Phone": "Phone",
15
+ "Signup Date": "Signup Date",
16
+ "Amount": "Amount",
17
+ "Currency": "Currency",
18
+ "Charge date": "Charge date",
19
+ "Method": "方法",
20
+ "Headers": "信头",
21
+ "Query Parameters": "查询参数",
22
+ "Body": "正文内容",
23
+ "No Error on Failure": "失败时没有错误",
24
+ "Timeout (in seconds)": "超时(秒)",
25
+ "The customer's first name.": "The customer's first name.",
26
+ "The customer's last name.": "The customer's last name.",
27
+ "The customer's email address.": "The customer's email address.",
28
+ "The customer's phone number. Ex: +15555555555": "The customer's phone number. Ex: +15555555555",
29
+ "The date the customer signed up.": "The date the customer signed up.",
30
+ "The amount charged in the smallest currency unit.": "The amount charged in the smallest currency unit.",
31
+ "The ISO currency code.": "The ISO currency code.",
32
+ "The date the customer was charged.": "The date the customer was charged.",
33
+ "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
34
+ "GET": "获取",
35
+ "POST": "帖子",
36
+ "PATCH": "PATCH",
37
+ "PUT": "弹出",
38
+ "DELETE": "删除",
39
+ "HEAD": "黑色"
40
+ }
package/src/index.js CHANGED
@@ -37,7 +37,7 @@ exports.saastic = (0, pieces_framework_1.createPiece)({
37
37
  displayName: 'Saastic',
38
38
  description: 'Revenue and churn analytics for Stripe',
39
39
  auth: exports.saasticAuth,
40
- minimumSupportedRelease: '0.9.0',
40
+ minimumSupportedRelease: '0.30.0',
41
41
  logoUrl: 'https://cdn.activepieces.com/pieces/saastic.png',
42
42
  categories: [shared_1.PieceCategory.MARKETING],
43
43
  authors: ["joselupianez", "kishanprmr", "MoShizzle", "abuaboud"],
@@ -47,8 +47,10 @@ exports.saastic = (0, pieces_framework_1.createPiece)({
47
47
  (0, pieces_common_1.createCustomApiCallAction)({
48
48
  baseUrl: () => 'https://api.saastic.com',
49
49
  auth: exports.saasticAuth,
50
- authMapping: (auth) => ({
51
- Authorization: `Bearer ${auth}`,
50
+ authMapping: (auth) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
51
+ return ({
52
+ Authorization: `Bearer ${auth}`,
53
+ });
52
54
  }),
53
55
  }),
54
56
  ],
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/saastic/src/index.ts"],"names":[],"mappings":";;;;AAAA,+DAKqC;AACrC,qEAAwE;AACxE,iDAAqD;AACrD,+DAA2D;AAC3D,mEAA+D;AAElD,QAAA,WAAW,GAAG,4BAAS,CAAC,UAAU,CAAC;IAC9C,WAAW,EACT,oFAAoF;IACtF,WAAW,EAAE,SAAS;IACtB,QAAQ,EAAE,IAAI;IACd,QAAQ,EAAE,CAAO,IAAI,EAAE,EAAE;QACvB,IAAI;YACF,MAAM,0BAAU,CAAC,WAAW,CAEzB;gBACD,GAAG,EAAE,0CAA0C;gBAC/C,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,IAAI,CAAC,IAAc;iBAC3B;aACF,CAAC,CAAC;YACH,OAAO;gBACL,KAAK,EAAE,IAAI;aACZ,CAAC;SACH;QAAC,OAAO,CAAC,EAAE;YACV,OAAO;gBACL,KAAK,EAAE,KAAK;gBACZ,KAAK,EAAE,mBAAmB;aAC3B,CAAC;SACH;IACH,CAAC,CAAA;CACF,CAAC,CAAC;AAEU,QAAA,OAAO,GAAG,IAAA,8BAAW,EAAC;IACjC,WAAW,EAAE,SAAS;IACtB,WAAW,EAAE,wCAAwC;IAErD,IAAI,EAAE,mBAAW;IACjB,uBAAuB,EAAE,OAAO;IAChC,OAAO,EAAE,iDAAiD;IAC1D,UAAU,EAAE,CAAC,sBAAa,CAAC,SAAS,CAAC;IACrC,OAAO,EAAE,CAAC,cAAc,EAAC,YAAY,EAAC,WAAW,EAAC,UAAU,CAAC;IAC7D,OAAO,EAAE;QACP,gCAAc;QACd,4BAAY;QACZ,IAAA,yCAAyB,EAAC;YACxB,OAAO,EAAE,GAAG,EAAE,CAAC,yBAAyB;YACxC,IAAI,EAAE,mBAAW;YACjB,WAAW,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;gBACtB,aAAa,EAAE,UAAU,IAAI,EAAE;aAChC,CAAC;SACH,CAAC;KACH;IACD,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/saastic/src/index.ts"],"names":[],"mappings":";;;;AAAA,+DAKqC;AACrC,qEAAwE;AACxE,iDAAqD;AACrD,+DAA2D;AAC3D,mEAA+D;AAElD,QAAA,WAAW,GAAG,4BAAS,CAAC,UAAU,CAAC;IAC9C,WAAW,EACT,oFAAoF;IACtF,WAAW,EAAE,SAAS;IACtB,QAAQ,EAAE,IAAI;IACd,QAAQ,EAAE,CAAO,IAAI,EAAE,EAAE;QACvB,IAAI,CAAC;YACH,MAAM,0BAAU,CAAC,WAAW,CAEzB;gBACD,GAAG,EAAE,0CAA0C;gBAC/C,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,IAAI,CAAC,IAAc;iBAC3B;aACF,CAAC,CAAC;YACH,OAAO;gBACL,KAAK,EAAE,IAAI;aACZ,CAAC;QACJ,CAAC;QAAC,OAAO,CAAC,EAAE,CAAC;YACX,OAAO;gBACL,KAAK,EAAE,KAAK;gBACZ,KAAK,EAAE,mBAAmB;aAC3B,CAAC;QACJ,CAAC;IACH,CAAC,CAAA;CACF,CAAC,CAAC;AAEU,QAAA,OAAO,GAAG,IAAA,8BAAW,EAAC;IACjC,WAAW,EAAE,SAAS;IACtB,WAAW,EAAE,wCAAwC;IAErD,IAAI,EAAE,mBAAW;IACjB,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,iDAAiD;IAC1D,UAAU,EAAE,CAAC,sBAAa,CAAC,SAAS,CAAC;IACrC,OAAO,EAAE,CAAC,cAAc,EAAC,YAAY,EAAC,WAAW,EAAC,UAAU,CAAC;IAC7D,OAAO,EAAE;QACP,gCAAc;QACd,4BAAY;QACZ,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,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
@@ -4,6 +4,7 @@ exports.createCharge = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const pieces_framework_1 = require("@activepieces/pieces-framework");
6
6
  const pieces_common_1 = require("@activepieces/pieces-common");
7
+ const zod_1 = require("zod");
7
8
  const common_1 = require("../common");
8
9
  const __1 = require("../..");
9
10
  exports.createCharge = (0, pieces_framework_1.createAction)({
@@ -16,8 +17,6 @@ exports.createCharge = (0, pieces_framework_1.createAction)({
16
17
  displayName: 'Email',
17
18
  description: "The customer's email address.",
18
19
  required: true,
19
- processors: [],
20
- validators: [pieces_framework_1.Validators.email],
21
20
  }),
22
21
  amount: pieces_framework_1.Property.Number({
23
22
  displayName: 'Amount',
@@ -38,6 +37,9 @@ exports.createCharge = (0, pieces_framework_1.createAction)({
38
37
  },
39
38
  run(context) {
40
39
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
40
+ yield pieces_common_1.propsValidation.validateZod(context.propsValue, {
41
+ email: zod_1.z.string().email(),
42
+ });
41
43
  const request = {
42
44
  method: pieces_common_1.HttpMethod.POST,
43
45
  url: `${common_1.saasticCommon.baseUrl}/charges`,
@@ -1 +1 @@
1
- {"version":3,"file":"create-charge.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/saastic/src/lib/actions/create-charge.ts"],"names":[],"mappings":";;;;AAAA,qEAIwC;AACxC,+DAKqC;AACrC,sCAA0C;AAC1C,6BAAoC;AAEvB,QAAA,YAAY,GAAG,IAAA,+BAAY,EAAC;IACvC,IAAI,EAAE,eAAW;IACjB,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,0BAA0B;IACvC,WAAW,EAAE,4BAA4B;IAEzC,KAAK,EAAE;QACL,KAAK,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACvB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,+BAA+B;YAC5C,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,EAAE;YACd,UAAU,EAAE,CAAC,6BAAU,CAAC,KAAK,CAAC;SAC/B,CAAC;QACF,MAAM,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACtB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,mDAAmD;YAChE,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,QAAQ,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC3B,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,wBAAwB;YACrC,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,KAAK;SACpB,CAAC;QACF,UAAU,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC5B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,oCAAoC;YACjD,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IAEK,GAAG,CAAC,OAAO;;YACf,MAAM,OAAO,GAAgB;gBAC3B,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,GAAG,sBAAa,CAAC,OAAO,UAAU;gBACvC,IAAI,EAAE;oBACJ,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,IAAI,EAAE;oBACrC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,MAAM,IAAI,EAAE;oBACvC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,QAAQ,IAAI,EAAE;oBAC3C,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU,IAAI,EAAE;iBAChD;gBACD,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,OAAO,CAAC,IAAI;iBACpB;gBACD,WAAW,EAAE,EAAE;aAChB,CAAC;YAEF,MAAM,0BAAU,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;YAEtC,OAAO;gBACL,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;KAAA;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"create-charge.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/saastic/src/lib/actions/create-charge.ts"],"names":[],"mappings":";;;;AAAA,qEAGwC;AACxC,+DAMqC;AACrC,6BAAwB;AACxB,sCAA0C;AAC1C,6BAAoC;AAEvB,QAAA,YAAY,GAAG,IAAA,+BAAY,EAAC;IACvC,IAAI,EAAE,eAAW;IACjB,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,0BAA0B;IACvC,WAAW,EAAE,4BAA4B;IAEzC,KAAK,EAAE;QACL,KAAK,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACvB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,+BAA+B;YAC5C,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,MAAM,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACtB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,mDAAmD;YAChE,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,QAAQ,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC3B,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,wBAAwB;YACrC,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,KAAK;SACpB,CAAC;QACF,UAAU,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC5B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,oCAAoC;YACjD,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IAEK,GAAG,CAAC,OAAO;;YACf,MAAM,+BAAe,CAAC,WAAW,CAAC,OAAO,CAAC,UAAU,EAAE;gBACpD,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE;aAC1B,CAAC,CAAC;YAEH,MAAM,OAAO,GAAgB;gBAC3B,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,GAAG,sBAAa,CAAC,OAAO,UAAU;gBACvC,IAAI,EAAE;oBACJ,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,IAAI,EAAE;oBACrC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,MAAM,IAAI,EAAE;oBACvC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,QAAQ,IAAI,EAAE;oBAC3C,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU,IAAI,EAAE;iBAChD;gBACD,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,OAAO,CAAC,IAAI;iBACpB;gBACD,WAAW,EAAE,EAAE;aAChB,CAAC;YAEF,MAAM,0BAAU,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;YAEtC,OAAO;gBACL,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;KAAA;CACF,CAAC,CAAC"}
@@ -4,6 +4,7 @@ exports.createCustomer = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const pieces_framework_1 = require("@activepieces/pieces-framework");
6
6
  const pieces_common_1 = require("@activepieces/pieces-common");
7
+ const zod_1 = require("zod");
7
8
  const common_1 = require("../common");
8
9
  const __1 = require("../..");
9
10
  exports.createCustomer = (0, pieces_framework_1.createAction)({
@@ -26,8 +27,6 @@ exports.createCustomer = (0, pieces_framework_1.createAction)({
26
27
  displayName: 'Email',
27
28
  description: "The customer's email address.",
28
29
  required: true,
29
- processors: [],
30
- validators: [pieces_framework_1.Validators.email],
31
30
  }),
32
31
  phone: pieces_framework_1.Property.LongText({
33
32
  displayName: 'Phone',
@@ -38,12 +37,14 @@ exports.createCustomer = (0, pieces_framework_1.createAction)({
38
37
  displayName: 'Signup Date',
39
38
  description: 'The date the customer signed up.',
40
39
  required: false,
41
- processors: [],
42
- validators: [pieces_framework_1.Validators.datetimeIso],
43
40
  }),
44
41
  },
45
42
  run(context) {
46
43
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
44
+ yield pieces_common_1.propsValidation.validateZod(context.propsValue, {
45
+ email: zod_1.z.string().email(),
46
+ signed_up_at: zod_1.z.string().datetime().optional(),
47
+ });
47
48
  const request = {
48
49
  method: pieces_common_1.HttpMethod.POST,
49
50
  url: `${common_1.saasticCommon.baseUrl}/customers`,
@@ -1 +1 @@
1
- {"version":3,"file":"create-customer.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/saastic/src/lib/actions/create-customer.ts"],"names":[],"mappings":";;;;AAAA,qEAIwC;AACxC,+DAKqC;AACrC,sCAA0C;AAC1C,6BAAoC;AAEvB,QAAA,cAAc,GAAG,IAAA,+BAAY,EAAC;IACzC,IAAI,EAAE,eAAW;IACjB,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,6BAA6B;IAC1C,WAAW,EAAE,8BAA8B;IAE3C,KAAK,EAAE;QACL,UAAU,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC5B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,4BAA4B;YACzC,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,SAAS,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC3B,WAAW,EAAE,WAAW;YACxB,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACvB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,+BAA+B;YAC5C,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,EAAE;YACd,UAAU,EAAE,CAAC,6BAAU,CAAC,KAAK,CAAC;SAC/B,CAAC;QACF,KAAK,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACvB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,+CAA+C;YAC5D,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,YAAY,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC9B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,kCAAkC;YAC/C,QAAQ,EAAE,KAAK;YACf,UAAU,EAAE,EAAE;YACd,UAAU,EAAE,CAAC,6BAAU,CAAC,WAAW,CAAC;SACrC,CAAC;KACH;IAEK,GAAG,CAAC,OAAO;;YACf,MAAM,OAAO,GAAgB;gBAC3B,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,GAAG,sBAAa,CAAC,OAAO,YAAY;gBACzC,IAAI,EAAE;oBACJ,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU,IAAI,EAAE;oBAC/C,SAAS,EAAE,OAAO,CAAC,UAAU,CAAC,SAAS,IAAI,EAAE;oBAC7C,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,IAAI,EAAE;oBACrC,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,IAAI,EAAE;oBACrC,YAAY,EAAE,OAAO,CAAC,UAAU,CAAC,YAAY,IAAI,EAAE;iBACpD;gBACD,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,OAAO,CAAC,IAAI;iBACpB;gBACD,WAAW,EAAE,EAAE;aAChB,CAAC;YACF,MAAM,0BAAU,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;YAEtC,OAAO;gBACL,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;KAAA;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"create-customer.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/saastic/src/lib/actions/create-customer.ts"],"names":[],"mappings":";;;;AAAA,qEAGwC;AACxC,+DAMqC;AACrC,6BAAwB;AACxB,sCAA0C;AAC1C,6BAAoC;AAEvB,QAAA,cAAc,GAAG,IAAA,+BAAY,EAAC;IACzC,IAAI,EAAE,eAAW;IACjB,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,6BAA6B;IAC1C,WAAW,EAAE,8BAA8B;IAE3C,KAAK,EAAE;QACL,UAAU,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC5B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,4BAA4B;YACzC,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,SAAS,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC3B,WAAW,EAAE,WAAW;YACxB,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACvB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,+BAA+B;YAC5C,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACvB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,+CAA+C;YAC5D,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,YAAY,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC9B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,kCAAkC;YAC/C,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IAEK,GAAG,CAAC,OAAO;;YACf,MAAM,+BAAe,CAAC,WAAW,CAAC,OAAO,CAAC,UAAU,EAAE;gBACpD,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE;gBACzB,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;aAC/C,CAAC,CAAC;YAEH,MAAM,OAAO,GAAgB;gBAC3B,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,GAAG,sBAAa,CAAC,OAAO,YAAY;gBACzC,IAAI,EAAE;oBACJ,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU,IAAI,EAAE;oBAC/C,SAAS,EAAE,OAAO,CAAC,UAAU,CAAC,SAAS,IAAI,EAAE;oBAC7C,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,IAAI,EAAE;oBACrC,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,IAAI,EAAE;oBACrC,YAAY,EAAE,OAAO,CAAC,UAAU,CAAC,YAAY,IAAI,EAAE;iBACpD;gBACD,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,OAAO,CAAC,IAAI;iBACpB;gBACD,WAAW,EAAE,EAAE;aAChB,CAAC;YACF,MAAM,0BAAU,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;YAEtC,OAAO;gBACL,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;KAAA;CACF,CAAC,CAAC"}