@activepieces/piece-gmail 0.9.3 → 0.9.5

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,13 +1,12 @@
1
1
  {
2
2
  "name": "@activepieces/piece-gmail",
3
- "version": "0.9.3",
3
+ "version": "0.9.5",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
7
7
  "axios-retry": "4.4.1",
8
8
  "dayjs": "1.11.9",
9
9
  "deepmerge-ts": "7.1.0",
10
- "fast-glob": "3.3.3",
11
10
  "googleapis": "129.0.0",
12
11
  "googleapis-common": "7.2.0",
13
12
  "mailparser": "3.6.7",
@@ -17,8 +16,8 @@
17
16
  "semver": "7.6.0",
18
17
  "zod": "3.25.76",
19
18
  "@activepieces/pieces-common": "0.7.0",
20
- "@activepieces/pieces-framework": "0.18.4",
21
- "@activepieces/shared": "0.19.1",
19
+ "@activepieces/pieces-framework": "0.20.1",
20
+ "@activepieces/shared": "0.22.0",
22
21
  "tslib": "2.8.1"
23
22
  },
24
23
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Gmail": "Gmail",
3
2
  "Email service by Google": "E-Mail-Dienst von Google",
4
3
  "Send Email": "E-Mail senden",
5
4
  "Custom API Call": "Eigener API-Aufruf",
package/src/i18n/es.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Gmail": "Gmail",
3
2
  "Email service by Google": "Servicio de correo por Google",
4
3
  "Send Email": "Enviar Email",
5
4
  "Custom API Call": "Llamada API personalizada",
package/src/i18n/fr.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Gmail": "Gmail",
3
2
  "Email service by Google": "Service de messagerie par Google",
4
3
  "Send Email": "Envoyer un e-mail",
5
4
  "Custom API Call": "Appel API personnalisé",
@@ -37,7 +36,7 @@
37
36
  "PATCH": "PATCH",
38
37
  "PUT": "PUT",
39
38
  "DELETE": "DELETE",
40
- "HEAD": "TÊTE",
39
+ "HEAD": "HEAD",
41
40
  "New Email": "Nouvel e-mail",
42
41
  "New Labeled Email": "Nouvel e-mail libellé",
43
42
  "Triggers when new mail is found in your Gmail inbox": "Se déclenche quand un nouveau courrier est trouvé dans votre boîte de réception Gmail",
package/src/i18n/ja.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Gmail": "Gmail",
3
2
  "Email service by Google": "Google のメール サービス",
4
3
  "Send Email": "メール送信",
5
4
  "Custom API Call": "カスタムAPI通話",
package/src/i18n/nl.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Gmail": "Gmail",
3
2
  "Email service by Google": "E-mail service door Google",
4
3
  "Send Email": "E-mail verzenden",
5
4
  "Custom API Call": "Custom API Call",
package/src/i18n/pt.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Gmail": "Gmail",
3
2
  "Email service by Google": "Serviço de e-mail do Google",
4
3
  "Send Email": "Enviar e-mail",
5
4
  "Custom API Call": "Chamada de API personalizada",
@@ -1,5 +1,4 @@
1
1
  {
2
- "Gmail": "Gmail",
3
2
  "Email service by Google": "Email service by Google",
4
3
  "Send Email": "Send Email",
5
4
  "Custom API Call": "Custom API Call",
package/src/i18n/zh.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Gmail": "Gmail",
3
2
  "Email service by Google": "Email service by Google",
4
3
  "Send Email": "Send Email",
5
4
  "Custom API Call": "自定义 API 呼叫",