@activepieces/piece-ibm-cognose 0.1.0 → 0.1.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,24 +1,26 @@
1
1
  {
2
2
  "name": "@activepieces/piece-ibm-cognose",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
8
  "@sinclair/typebox": "0.34.11",
9
+ "ai": "^6.0.0",
9
10
  "axios": "1.13.1",
10
11
  "axios-retry": "4.4.1",
11
12
  "deepmerge-ts": "7.1.0",
12
13
  "form-data": "4.0.4",
14
+ "i18next": "23.13.0",
13
15
  "mime-types": "2.1.35",
14
16
  "nanoid": "3.3.8",
15
17
  "semver": "7.6.0",
16
18
  "socket.io-client": "4.8.1",
17
19
  "tslib": "^2.3.0",
18
20
  "zod": "4.1.13",
19
- "@activepieces/pieces-common": "0.11.0",
20
- "@activepieces/pieces-framework": "0.23.0",
21
- "@activepieces/shared": "0.30.4"
21
+ "@activepieces/pieces-common": "0.11.3",
22
+ "@activepieces/pieces-framework": "0.25.1",
23
+ "@activepieces/shared": "0.34.0"
22
24
  },
23
25
  "resolutions": {
24
26
  "rollup": "npm:@rollup/wasm-node"
package/src/i18n/de.json CHANGED
@@ -47,10 +47,12 @@
47
47
  "Method": "Methode",
48
48
  "Headers": "Kopfzeilen",
49
49
  "Query Parameters": "Abfrageparameter",
50
+ "Body Type": "Körpertyp",
50
51
  "Body": "Körper",
51
52
  "Response is Binary ?": "Antwort ist binär?",
52
53
  "No Error on Failure": "Kein Fehler bei Fehler",
53
54
  "Timeout (in seconds)": "Timeout (in Sekunden)",
55
+ "Follow redirects": "Weiterleitungen folgen",
54
56
  "Name for the new data source": "Name für die neue Datenquelle",
55
57
  "JDBC URL or database connection string": "JDBC-URL oder Datenbankverbindungsstring",
56
58
  "Database driver class name": "Klassenname des Datenbanktreibers",
@@ -72,11 +74,15 @@
72
74
  "Destination container where the object will be copied": "Zielbehälter, in den das Objekt kopiert wird",
73
75
  "Copy all descendants (child objects)": "Kopiere alle Nachkommen (untergeordnete Objekte)",
74
76
  "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
75
- "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
77
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
76
78
  "GET": "ERHALTEN",
77
79
  "POST": "POST",
78
80
  "PATCH": "PATCH",
79
81
  "PUT": "PUT",
80
82
  "DELETE": "LÖSCHEN",
81
- "HEAD": "HEAD"
83
+ "HEAD": "HEAD",
84
+ "None": "Keine",
85
+ "JSON": "JSON",
86
+ "Form Data": "Formulardaten",
87
+ "Raw": "Rohe"
82
88
  }
package/src/i18n/es.json CHANGED
@@ -47,10 +47,12 @@
47
47
  "Method": "Método",
48
48
  "Headers": "Encabezados",
49
49
  "Query Parameters": "Parámetros de consulta",
50
+ "Body Type": "Tipo de cuerpo",
50
51
  "Body": "Cuerpo",
51
52
  "Response is Binary ?": "¿Respuesta es binaria?",
52
53
  "No Error on Failure": "No hay ningún error en fallo",
53
54
  "Timeout (in seconds)": "Tiempo de espera (en segundos)",
55
+ "Follow redirects": "Seguir redirecciones",
54
56
  "Name for the new data source": "Nombre para la nueva fuente de datos",
55
57
  "JDBC URL or database connection string": "URL de JDBC o cadena de conexión de base de datos",
56
58
  "Database driver class name": "Nombre de la clase del controlador de base de datos",
@@ -72,11 +74,15 @@
72
74
  "Destination container where the object will be copied": "Contenedor de destino donde se copiará el objeto",
73
75
  "Copy all descendants (child objects)": "Copiar todos los descendientes (objetos secundarios)",
74
76
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
75
- "Enable for files like PDFs, images, etc..": "Activar para archivos como PDF, imágenes, etc.",
77
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
76
78
  "GET": "RECOGER",
77
79
  "POST": "POST",
78
80
  "PATCH": "PATCH",
79
81
  "PUT": "PUT",
80
82
  "DELETE": "BORRAR",
81
- "HEAD": "LIMPIO"
83
+ "HEAD": "LIMPIO",
84
+ "None": "Ninguna",
85
+ "JSON": "JSON",
86
+ "Form Data": "Datos de Formulario",
87
+ "Raw": "Rápido"
82
88
  }
package/src/i18n/fr.json CHANGED
@@ -47,10 +47,12 @@
47
47
  "Method": "Méthode",
48
48
  "Headers": "Headers",
49
49
  "Query Parameters": "Paramètres de requête",
50
+ "Body Type": "Body Type",
50
51
  "Body": "Body",
51
52
  "Response is Binary ?": "La réponse est Binaire ?",
52
53
  "No Error on Failure": "Aucune erreur en cas d'échec",
53
54
  "Timeout (in seconds)": "Délai d'expiration (en secondes)",
55
+ "Follow redirects": "Suivre les redirections",
54
56
  "Name for the new data source": "Nom de la nouvelle source de données",
55
57
  "JDBC URL or database connection string": "URL JDBC ou chaîne de connexion à la base de données",
56
58
  "Database driver class name": "Nom de la classe du pilote de la base de données",
@@ -72,11 +74,15 @@
72
74
  "Destination container where the object will be copied": "Conteneur de destination où l'objet sera copié",
73
75
  "Copy all descendants (child objects)": "Copier tous les descendants (objets enfants)",
74
76
  "Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
75
- "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
77
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
76
78
  "GET": "GET",
77
79
  "POST": "POST",
78
80
  "PATCH": "PATCH",
79
81
  "PUT": "PUT",
80
82
  "DELETE": "DELETE",
81
- "HEAD": "HEAD"
83
+ "HEAD": "HEAD",
84
+ "None": "Aucun",
85
+ "JSON": "JSON",
86
+ "Form Data": "Données du formulaire",
87
+ "Raw": "Brut"
82
88
  }
package/src/i18n/ja.json CHANGED
@@ -47,10 +47,12 @@
47
47
  "Method": "方法",
48
48
  "Headers": "ヘッダー",
49
49
  "Query Parameters": "クエリパラメータ",
50
+ "Body Type": "ボディタイプ",
50
51
  "Body": "本文",
51
52
  "Response is Binary ?": "応答はバイナリですか?",
52
53
  "No Error on Failure": "失敗時にエラーはありません",
53
54
  "Timeout (in seconds)": "タイムアウト(秒)",
55
+ "Follow redirects": "リダイレクトをフォローする",
54
56
  "Name for the new data source": "新しいデータソースの名前",
55
57
  "JDBC URL or database connection string": "JDBC URL またはデータベース接続文字列",
56
58
  "Database driver class name": "データベースドライバークラス名",
@@ -72,11 +74,15 @@
72
74
  "Destination container where the object will be copied": "オブジェクトがコピーされる宛先コンテナ",
73
75
  "Copy all descendants (child objects)": "すべての子孫(子オブジェクト)をコピー",
74
76
  "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
75
- "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
77
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
76
78
  "GET": "取得",
77
79
  "POST": "POST",
78
80
  "PATCH": "PATCH",
79
81
  "PUT": "PUT",
80
82
  "DELETE": "削除",
81
- "HEAD": "頭"
83
+ "HEAD": "頭",
84
+ "None": "なし",
85
+ "JSON": "JSON",
86
+ "Form Data": "フォームデータ",
87
+ "Raw": "Raw"
82
88
  }
package/src/i18n/nl.json CHANGED
@@ -47,10 +47,12 @@
47
47
  "Method": "Methode",
48
48
  "Headers": "Kopteksten",
49
49
  "Query Parameters": "Query parameters",
50
+ "Body Type": "Type lichaam",
50
51
  "Body": "Lichaam",
51
52
  "Response is Binary ?": "Antwoord is binair?",
52
53
  "No Error on Failure": "Geen fout bij fout",
53
54
  "Timeout (in seconds)": "Time-out (in seconden)",
55
+ "Follow redirects": "Volg omleidingen",
54
56
  "Name for the new data source": "Naam voor de nieuwe gegevensbron",
55
57
  "JDBC URL or database connection string": "JDBC URL of database connectie string",
56
58
  "Database driver class name": "Database stuurprogramma klasse naam",
@@ -72,11 +74,15 @@
72
74
  "Destination container where the object will be copied": "Bestemmingscontainer waar het object wordt gekopieerd",
73
75
  "Copy all descendants (child objects)": "Kopieer alle afstammelingen (onderliggende objecten)",
74
76
  "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
75
- "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
77
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
76
78
  "GET": "KRIJG",
77
79
  "POST": "POSTE",
78
80
  "PATCH": "BEKIJK",
79
81
  "PUT": "PUT",
80
82
  "DELETE": "VERWIJDEREN",
81
- "HEAD": "HOOFD"
83
+ "HEAD": "HOOFD",
84
+ "None": "geen",
85
+ "JSON": "JSON",
86
+ "Form Data": "Formulieren gegevens",
87
+ "Raw": "Onbewerkte"
82
88
  }
package/src/i18n/pt.json CHANGED
@@ -47,10 +47,12 @@
47
47
  "Method": "Método",
48
48
  "Headers": "Cabeçalhos",
49
49
  "Query Parameters": "Parâmetros da consulta",
50
+ "Body Type": "Tipo de Corpo",
50
51
  "Body": "Conteúdo",
51
52
  "Response is Binary ?": "A resposta é binária ?",
52
53
  "No Error on Failure": "Nenhum erro no Failure",
53
54
  "Timeout (in seconds)": "Tempo limite (em segundos)",
55
+ "Follow redirects": "Seguir redirecionamentos",
54
56
  "Name for the new data source": "Nome para a nova fonte de dados",
55
57
  "JDBC URL or database connection string": "URL do JDBC ou string de conexão do banco de dados",
56
58
  "Database driver class name": "Nome da classe de driver",
@@ -72,11 +74,15 @@
72
74
  "Destination container where the object will be copied": "Recipiente de destino onde o objeto será copiado",
73
75
  "Copy all descendants (child objects)": "Copiar todos os descendentes (objetos filhos)",
74
76
  "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
75
- "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
77
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
76
78
  "GET": "OBTER",
77
79
  "POST": "POSTAR",
78
80
  "PATCH": "COMPRAR",
79
81
  "PUT": "COLOCAR",
80
82
  "DELETE": "EXCLUIR",
81
- "HEAD": "CABEÇA"
83
+ "HEAD": "CABEÇA",
84
+ "None": "Nenhuma",
85
+ "JSON": "JSON",
86
+ "Form Data": "Dados de Formulário",
87
+ "Raw": "RAW"
82
88
  }
@@ -47,10 +47,12 @@
47
47
  "Method": "Method",
48
48
  "Headers": "Headers",
49
49
  "Query Parameters": "Query Parameters",
50
+ "Body Type": "Body Type",
50
51
  "Body": "Body",
51
52
  "Response is Binary ?": "Response is Binary ?",
52
53
  "No Error on Failure": "No Error on Failure",
53
54
  "Timeout (in seconds)": "Timeout (in seconds)",
55
+ "Follow redirects": "Follow redirects",
54
56
  "Name for the new data source": "Name for the new data source",
55
57
  "JDBC URL or database connection string": "JDBC URL or database connection string",
56
58
  "Database driver class name": "Database driver class name",
@@ -72,11 +74,15 @@
72
74
  "Destination container where the object will be copied": "Destination container where the object will be copied",
73
75
  "Copy all descendants (child objects)": "Copy all descendants (child objects)",
74
76
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
75
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
77
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
76
78
  "GET": "GET",
77
79
  "POST": "POST",
78
80
  "PATCH": "PATCH",
79
81
  "PUT": "PUT",
80
82
  "DELETE": "DELETE",
81
- "HEAD": "HEAD"
83
+ "HEAD": "HEAD",
84
+ "None": "None",
85
+ "JSON": "JSON",
86
+ "Form Data": "Form Data",
87
+ "Raw": "Raw"
82
88
  }
package/src/i18n/zh.json CHANGED
@@ -47,10 +47,12 @@
47
47
  "Method": "方法",
48
48
  "Headers": "信头",
49
49
  "Query Parameters": "查询参数",
50
+ "Body Type": "Body Type",
50
51
  "Body": "正文内容",
51
52
  "Response is Binary ?": "Response is Binary ?",
52
53
  "No Error on Failure": "失败时没有错误",
53
54
  "Timeout (in seconds)": "超时(秒)",
55
+ "Follow redirects": "Follow redirects",
54
56
  "Name for the new data source": "Name for the new data source",
55
57
  "JDBC URL or database connection string": "JDBC URL or database connection string",
56
58
  "Database driver class name": "Database driver class name",
@@ -72,11 +74,15 @@
72
74
  "Destination container where the object will be copied": "Destination container where the object will be copied",
73
75
  "Copy all descendants (child objects)": "Copy all descendants (child objects)",
74
76
  "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
75
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
77
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
76
78
  "GET": "获取",
77
79
  "POST": "帖子",
78
80
  "PATCH": "PATCH",
79
81
  "PUT": "弹出",
80
82
  "DELETE": "删除",
81
- "HEAD": "黑色"
83
+ "HEAD": "黑色",
84
+ "None": "无",
85
+ "JSON": "JSON",
86
+ "Form Data": "表单数据",
87
+ "Raw": "原始文件"
82
88
  }