@activepieces/piece-saastic 0.0.11 → 0.0.13

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-saastic",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
@@ -13,7 +13,7 @@
13
13
  "zod": "3.25.76",
14
14
  "@activepieces/pieces-common": "0.7.0",
15
15
  "@activepieces/pieces-framework": "0.18.4",
16
- "@activepieces/shared": "0.19.0",
16
+ "@activepieces/shared": "0.20.0",
17
17
  "tslib": "2.8.1"
18
18
  },
19
19
  "overrides": {
package/src/i18n/fr.json CHANGED
@@ -4,10 +4,10 @@
4
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
5
  "Create or Update a Customer": "Créer ou mettre à jour un client",
6
6
  "Create a Customer Charge": "Créer une facture client",
7
- "Custom API Call": "Appel API personnalisé",
7
+ "Custom API Call": "Appel d'API personnalisé",
8
8
  "Create or update a customer.": "Créer ou mettre à jour un client.",
9
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",
10
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
11
11
  "First Name": "First Name",
12
12
  "Last Name": "Last Name",
13
13
  "Email": "Courriel",
@@ -22,10 +22,10 @@
22
22
  "Body": "Corps",
23
23
  "Response is Binary ?": "La réponse est Binaire ?",
24
24
  "No Error on Failure": "Aucune erreur en cas d'échec",
25
- "Timeout (in seconds)": "Délai d'attente (en secondes)",
25
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
26
26
  "The customer's first name.": "Le prénom du client",
27
27
  "The customer's last name.": "Nom de famille du client",
28
- "The customer's email address.": "L'adresse e-mail du client",
28
+ "The customer's email address.": "L'adresse e-mail du client.",
29
29
  "The customer's phone number. Ex: +15555555555": "Le numéro de téléphone du client. Ex: +1555555555555",
30
30
  "The date the customer signed up.": "La date d'inscription du client.",
31
31
  "The amount charged in the smallest currency unit.": "Le montant débité dans la plus petite unité de devise.",
@@ -33,10 +33,10 @@
33
33
  "The date the customer was charged.": "La date à laquelle le client a été facturé.",
34
34
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
35
35
  "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
36
- "GET": "OBTENIR",
37
- "POST": "POSTER",
36
+ "GET": "GET",
37
+ "POST": "POST",
38
38
  "PATCH": "PATCH",
39
- "PUT": "EFFACER",
40
- "DELETE": "SUPPRIMER",
41
- "HEAD": "TÊTE"
39
+ "PUT": "PUT",
40
+ "DELETE": "DELETE",
41
+ "HEAD": "HEAD"
42
42
  }
package/src/i18n/ja.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "Creates a customer charge.": "顧客課金を作成します。",
10
10
  "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
11
11
  "First Name": "名",
12
- "Last Name": "",
12
+ "Last Name": "Last Name",
13
13
  "Email": "Eメールアドレス",
14
14
  "Phone": "電話番号",
15
15
  "Signup Date": "登録日",
package/src/i18n/zh.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "Create or update a customer.": "Create or update a customer.",
9
9
  "Creates a customer charge.": "Creates a customer charge.",
10
10
  "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
11
- "First Name": "名字",
11
+ "First Name": "First Name",
12
12
  "Last Name": "名字",
13
13
  "Email": "电子邮件地址",
14
14
  "Phone": "Phone",