@activepieces/piece-sendinblue 0.2.0 → 0.2.2

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,20 +1,22 @@
1
1
  {
2
2
  "name": "@activepieces/piece-sendinblue",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
+ "ai": "^6.0.0",
6
7
  "axios": "1.13.1",
7
8
  "axios-retry": "4.4.1",
8
9
  "deepmerge-ts": "7.1.0",
9
10
  "form-data": "4.0.4",
11
+ "i18next": "23.13.0",
10
12
  "mime-types": "2.1.35",
11
13
  "nanoid": "3.3.8",
12
14
  "semver": "7.6.0",
13
15
  "socket.io-client": "4.8.1",
14
16
  "zod": "4.1.13",
15
- "@activepieces/pieces-common": "0.11.0",
16
- "@activepieces/pieces-framework": "0.23.0",
17
- "@activepieces/shared": "0.30.4",
17
+ "@activepieces/pieces-common": "0.11.3",
18
+ "@activepieces/pieces-framework": "0.25.1",
19
+ "@activepieces/shared": "0.34.0",
18
20
  "tslib": "2.6.2"
19
21
  },
20
22
  "resolutions": {
package/src/i18n/de.json CHANGED
@@ -15,10 +15,12 @@
15
15
  "Method": "Methode",
16
16
  "Headers": "Kopfzeilen",
17
17
  "Query Parameters": "Abfrageparameter",
18
+ "Body Type": "Körpertyp",
18
19
  "Body": "Körper",
19
20
  "Response is Binary ?": "Antwort ist binär?",
20
21
  "No Error on Failure": "Kein Fehler bei Fehler",
21
22
  "Timeout (in seconds)": "Timeout (in Sekunden)",
23
+ "Follow redirects": "Weiterleitungen folgen",
22
24
  "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "E-Mail-Adresse des Benutzers. Pflichtfeld, wenn das Feld \"SMS\" nicht im Parameter \"Attributen\" übergeben wird. Mobilnummer im SMS-Feld sollte mit korrektem Landescode übergeben werden. Beispiel: {\"SMS\":\"+91xxxxxxxx\"} oder {\"SMS\":\"0091xxxxxxxxxx\"}",
23
25
  "Pass your own Id to create a contact.": "Übergeben Sie Ihre eigene Id um einen Kontakt zu erstellen.",
24
26
  "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Übergeben Sie den Satz von Attributen und deren Werten. Der Parameter des Attributs sollte im Großbuchstaben übergeben werden, während ein Kontakt erstellt wird. Diese Attribute müssen in deinem SendinBlue-Konto vorhanden sein. Zum Beispiel:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
@@ -27,11 +29,15 @@
27
29
  "Ids of the lists to add the contact to.": "Kennungen der Listen zu denen der Kontakt hinzugefügt werden soll.",
28
30
  "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "transaktionaler Absender für Kontakt. Nur für E-Mail-Kontakt verwenden ( nur verfügbar, wenn updateAktiviert = true )",
29
31
  "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
30
- "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
32
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
31
33
  "GET": "ERHALTEN",
32
34
  "POST": "POST",
33
35
  "PATCH": "PATCH",
34
36
  "PUT": "PUT",
35
37
  "DELETE": "LÖSCHEN",
36
- "HEAD": "HEAD"
38
+ "HEAD": "HEAD",
39
+ "None": "Keine",
40
+ "JSON": "JSON",
41
+ "Form Data": "Formulardaten",
42
+ "Raw": "Rohe"
37
43
  }
package/src/i18n/es.json CHANGED
@@ -15,10 +15,12 @@
15
15
  "Method": "Método",
16
16
  "Headers": "Encabezados",
17
17
  "Query Parameters": "Parámetros de consulta",
18
+ "Body Type": "Tipo de cuerpo",
18
19
  "Body": "Cuerpo",
19
20
  "Response is Binary ?": "¿Respuesta es binaria?",
20
21
  "No Error on Failure": "No hay ningún error en fallo",
21
22
  "Timeout (in seconds)": "Tiempo de espera (en segundos)",
23
+ "Follow redirects": "Seguir redirecciones",
22
24
  "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Dirección de correo electrónico del usuario. Mandatorio si el campo \"SMS\" no se pasa en el parámetro \"atributos\". El número de móvil en el campo SMS debe ser pasado con el código de país apropiado. Por ejemplo: {\"SMS\":\"+91xxxxxxxxxxx\"} o {\"SMS\":\"0091xxxxxxxxxxxx\"}",
23
25
  "Pass your own Id to create a contact.": "Pase su propio Id para crear un contacto.",
24
26
  "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Pase el conjunto de atributos y sus valores. El parámetro del atributo debe ser pasado en mayúsculas mientras crea un contacto. Estos atributos deben estar presentes en su cuenta SendinBlue. Por ejemplo:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
@@ -27,11 +29,15 @@
27
29
  "Ids of the lists to add the contact to.": "Ids de las listas a las que agregar el contacto.",
28
30
  "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "correo electrónico transaccional prohibido para el contacto. Utilizar sólo para el correo electrónico de contacto ( sólo disponible si se habilita = verdadero )",
29
31
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
30
- "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
32
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
31
33
  "GET": "RECOGER",
32
34
  "POST": "POST",
33
35
  "PATCH": "PATCH",
34
36
  "PUT": "PUT",
35
37
  "DELETE": "BORRAR",
36
- "HEAD": "LIMPIO"
38
+ "HEAD": "LIMPIO",
39
+ "None": "Ninguna",
40
+ "JSON": "JSON",
41
+ "Form Data": "Datos de Formulario",
42
+ "Raw": "Rápido"
37
43
  }
package/src/i18n/fr.json CHANGED
@@ -15,10 +15,12 @@
15
15
  "Method": "Méthode",
16
16
  "Headers": "En-têtes",
17
17
  "Query Parameters": "Paramètres de requête",
18
+ "Body Type": "Body Type",
18
19
  "Body": "Corps",
19
20
  "Response is Binary ?": "La réponse est Binaire ?",
20
21
  "No Error on Failure": "Aucune erreur en cas d'échec",
21
22
  "Timeout (in seconds)": "Délai d'expiration (en secondes)",
23
+ "Follow redirects": "Suivre les redirections",
22
24
  "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Adresse e-mail de l'utilisateur. Obligatoire si le champ \"SMS\" n'est pas passé dans le paramètre \"attributs\". Le numéro de téléphone mobile dans le champ SMS doit être transmis avec le code de pays approprié. Par exemple: {\"SMS\":\"+91xxxxxxxx\"} ou {\"SMS\":\"0091xxxxxxxx\"}",
23
25
  "Pass your own Id to create a contact.": "Passez votre propre Id pour créer un contact.",
24
26
  "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Passer l'ensemble des attributs et leurs valeurs. Le paramètre de l'attribut doit être passé en majuscule lors de la création d'un contact. Ces attributs doivent être présents dans votre compte SendinBlue. Par exemple:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
@@ -27,11 +29,15 @@
27
29
  "Ids of the lists to add the contact to.": "IDs des listes à ajouter au contact.",
28
30
  "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "e-mail transactionnel expéditeur interdit pour le contact. Utiliser uniquement pour le contact par e-mail (disponible uniquement si updateEnabled = true )",
29
31
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
30
- "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
32
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
31
33
  "GET": "GET",
32
34
  "POST": "POST",
33
35
  "PATCH": "PATCH",
34
36
  "PUT": "PUT",
35
37
  "DELETE": "DELETE",
36
- "HEAD": "HEAD"
38
+ "HEAD": "HEAD",
39
+ "None": "Aucun",
40
+ "JSON": "JSON",
41
+ "Form Data": "Données du formulaire",
42
+ "Raw": "Brut"
37
43
  }
package/src/i18n/ja.json CHANGED
@@ -15,10 +15,12 @@
15
15
  "Method": "方法",
16
16
  "Headers": "ヘッダー",
17
17
  "Query Parameters": "クエリパラメータ",
18
+ "Body Type": "ボディタイプ",
18
19
  "Body": "本文",
19
20
  "Response is Binary ?": "応答はバイナリですか?",
20
21
  "No Error on Failure": "失敗時にエラーはありません",
21
22
  "Timeout (in seconds)": "タイムアウト(秒)",
23
+ "Follow redirects": "リダイレクトをフォローする",
22
24
  "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "ユーザーのメールアドレスです。「SMS」フィールドが「属性」パラメータに渡されない場合は必須です。 SMS内の携帯電話番号は、適切な国コードで渡す必要があります。例: {\"SMS\":\"+91xxxxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxx\"}",
23
25
  "Pass your own Id to create a contact.": "独自の Id を渡して連絡先を作成します。",
24
26
  "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "属性のセットとその値を渡します。連絡先を作成するときは、属性のパラメータを大文字で渡す必要があります。 これらの属性はSendinBlueアカウントに存在する必要があります。例えば:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
@@ -27,11 +29,15 @@
27
29
  "Ids of the lists to add the contact to.": "連絡先を追加するリストのID。",
28
30
  "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "連絡先のトランザクションメールが禁止されている送信者です。メール連絡先にのみ使用します (updateEnabled = true の場合にのみ使用できます )",
29
31
  "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
30
- "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
32
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
31
33
  "GET": "取得",
32
34
  "POST": "POST",
33
35
  "PATCH": "PATCH",
34
36
  "PUT": "PUT",
35
37
  "DELETE": "削除",
36
- "HEAD": "頭"
38
+ "HEAD": "頭",
39
+ "None": "なし",
40
+ "JSON": "JSON",
41
+ "Form Data": "フォームデータ",
42
+ "Raw": "Raw"
37
43
  }
package/src/i18n/nl.json CHANGED
@@ -15,10 +15,12 @@
15
15
  "Method": "Methode",
16
16
  "Headers": "Kopteksten",
17
17
  "Query Parameters": "Query parameters",
18
+ "Body Type": "Type lichaam",
18
19
  "Body": "Lichaam",
19
20
  "Response is Binary ?": "Antwoord is binair?",
20
21
  "No Error on Failure": "Geen fout bij fout",
21
22
  "Timeout (in seconds)": "Time-out (in seconden)",
23
+ "Follow redirects": "Volg omleidingen",
22
24
  "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "E-mail adres van de gebruiker. Verplicht als \"SMS\" veld niet is doorgegeven in de \"attributen\" parameter. Mobiel nummer in het SMS-veld moet worden doorgegeven met de juiste landcode. Bijvoorbeeld: {\"SMS\":\"+91xxxxxxxxxx\"} of {\"SMS\":\"0091xxxxxxxxxx\"}",
23
25
  "Pass your own Id to create a contact.": "Vul uw eigen ID in om een contactpersoon aan te maken.",
24
26
  "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Vul de set van attributen en hun waarden in. De parameter van het attribuut moet in de hoofdletter worden doorgegeven tijdens het creëren van een contact. Deze attributen moeten aanwezig zijn in je SendinBlue account. Bijvoorbeeld:\n {\"FNAME\":\"El\", \"LNAME\":\"Roger\"}",
@@ -27,11 +29,15 @@
27
29
  "Ids of the lists to add the contact to.": "Ids of the list waar je de contactpersoon aan wilt toevoegen.",
28
30
  "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "transactionele e-mail is niet toegestaan afzender voor contact. Gebruik alleen voor e-mail contact (alleen beschikbaar als bijgewerkt = waar)",
29
31
  "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
30
- "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
32
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
31
33
  "GET": "KRIJG",
32
34
  "POST": "POSTE",
33
35
  "PATCH": "BEKIJK",
34
36
  "PUT": "PUT",
35
37
  "DELETE": "VERWIJDEREN",
36
- "HEAD": "HOOFD"
38
+ "HEAD": "HOOFD",
39
+ "None": "geen",
40
+ "JSON": "JSON",
41
+ "Form Data": "Formulieren gegevens",
42
+ "Raw": "Onbewerkte"
37
43
  }
package/src/i18n/pt.json CHANGED
@@ -15,10 +15,12 @@
15
15
  "Method": "Método",
16
16
  "Headers": "Cabeçalhos",
17
17
  "Query Parameters": "Parâmetros da consulta",
18
+ "Body Type": "Tipo de Corpo",
18
19
  "Body": "Conteúdo",
19
20
  "Response is Binary ?": "A resposta é binária ?",
20
21
  "No Error on Failure": "Nenhum erro no Failure",
21
22
  "Timeout (in seconds)": "Tempo limite (em segundos)",
23
+ "Follow redirects": "Seguir redirecionamentos",
22
24
  "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Endereço de e-mail do usuário. Obrigatório se o campo \"SMS\" não for passado no parâmetro \"atributos\". O número de celular no campo SMS deve ser passado com o código de país apropriado. Por exemplo: {\"SMS\":\"+91xxxxxxxxxx\"} ou {\"SMS\":\"0091xxxxxxxxxx\"}",
23
25
  "Pass your own Id to create a contact.": "Passe a sua própria identificação para criar um contato.",
24
26
  "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Passe o conjunto de atributos e seus valores. O parâmetro do atributo deve ser passado em letra maiúscula ao criar um contato. Estes atributos devem estar presentes na sua conta SendinAzul. Por exemplo:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
@@ -27,11 +29,15 @@
27
29
  "Ids of the lists to add the contact to.": "Ids da lista para adicionar o contato a.",
28
30
  "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "e-mail transacional proibido para contato. Use apenas para contato de e-mail (disponível somente se atualizado = true )",
29
31
  "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
30
- "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
32
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
31
33
  "GET": "OBTER",
32
34
  "POST": "POSTAR",
33
35
  "PATCH": "COMPRAR",
34
36
  "PUT": "COLOCAR",
35
37
  "DELETE": "EXCLUIR",
36
- "HEAD": "CABEÇA"
38
+ "HEAD": "CABEÇA",
39
+ "None": "Nenhuma",
40
+ "JSON": "JSON",
41
+ "Form Data": "Dados de Formulário",
42
+ "Raw": "RAW"
37
43
  }
@@ -15,10 +15,12 @@
15
15
  "Method": "Method",
16
16
  "Headers": "Headers",
17
17
  "Query Parameters": "Query Parameters",
18
+ "Body Type": "Body Type",
18
19
  "Body": "Body",
19
20
  "Response is Binary ?": "Response is Binary ?",
20
21
  "No Error on Failure": "No Error on Failure",
21
22
  "Timeout (in seconds)": "Timeout (in seconds)",
23
+ "Follow redirects": "Follow redirects",
22
24
  "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}",
23
25
  "Pass your own Id to create a contact.": "Pass your own Id to create a contact.",
24
26
  "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
@@ -27,11 +29,15 @@
27
29
  "Ids of the lists to add the contact to.": "Ids of the lists to add the contact to.",
28
30
  "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )",
29
31
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
30
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
32
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
31
33
  "GET": "GET",
32
34
  "POST": "POST",
33
35
  "PATCH": "PATCH",
34
36
  "PUT": "PUT",
35
37
  "DELETE": "DELETE",
36
- "HEAD": "HEAD"
38
+ "HEAD": "HEAD",
39
+ "None": "None",
40
+ "JSON": "JSON",
41
+ "Form Data": "Form Data",
42
+ "Raw": "Raw"
37
43
  }
package/src/i18n/zh.json CHANGED
@@ -15,10 +15,12 @@
15
15
  "Method": "方法",
16
16
  "Headers": "信头",
17
17
  "Query Parameters": "查询参数",
18
+ "Body Type": "Body Type",
18
19
  "Body": "正文内容",
19
20
  "Response is Binary ?": "Response is Binary ?",
20
21
  "No Error on Failure": "失败时没有错误",
21
22
  "Timeout (in seconds)": "超时(秒)",
23
+ "Follow redirects": "Follow redirects",
22
24
  "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}",
23
25
  "Pass your own Id to create a contact.": "Pass your own Id to create a contact.",
24
26
  "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
@@ -27,11 +29,15 @@
27
29
  "Ids of the lists to add the contact to.": "Ids of the lists to add the contact to.",
28
30
  "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )",
29
31
  "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
30
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
32
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
31
33
  "GET": "获取",
32
34
  "POST": "帖子",
33
35
  "PATCH": "PATCH",
34
36
  "PUT": "弹出",
35
37
  "DELETE": "删除",
36
- "HEAD": "黑色"
38
+ "HEAD": "黑色",
39
+ "None": "无",
40
+ "JSON": "JSON",
41
+ "Form Data": "表单数据",
42
+ "Raw": "原始文件"
37
43
  }