@activepieces/piece-tables 0.2.11 → 0.2.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 +5 -7
- package/src/i18n/de.json +2 -0
- package/src/i18n/es.json +2 -0
- package/src/i18n/fr.json +2 -0
- package/src/i18n/ja.json +2 -0
- package/src/i18n/nl.json +2 -0
- package/src/i18n/pt.json +2 -0
- package/src/i18n/zh.json +2 -0
- package/src/lib/triggers/deleted-record.d.ts +2 -0
- package/src/lib/triggers/new-record.d.ts +2 -0
- package/src/lib/triggers/updated-record.d.ts +2 -0
package/package.json
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-tables",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/mcp": "1.0.1 ",
|
|
6
|
-
"@modelcontextprotocol/sdk": "1.25.2",
|
|
7
5
|
"@sinclair/typebox": "0.34.11",
|
|
8
|
-
"ai": "
|
|
6
|
+
"ai": "^6.0.0",
|
|
9
7
|
"axios": "1.13.1",
|
|
10
8
|
"axios-retry": "4.4.1",
|
|
11
9
|
"deepmerge-ts": "7.1.0",
|
|
@@ -17,9 +15,9 @@
|
|
|
17
15
|
"semver": "7.6.0",
|
|
18
16
|
"socket.io-client": "4.8.1",
|
|
19
17
|
"zod": "4.1.13",
|
|
20
|
-
"@activepieces/pieces-common": "0.11.
|
|
21
|
-
"@activepieces/pieces-framework": "0.
|
|
22
|
-
"@activepieces/shared": "0.
|
|
18
|
+
"@activepieces/pieces-common": "0.11.3",
|
|
19
|
+
"@activepieces/pieces-framework": "0.25.1",
|
|
20
|
+
"@activepieces/shared": "0.34.0",
|
|
23
21
|
"tslib": "2.6.2"
|
|
24
22
|
},
|
|
25
23
|
"resolutions": {
|
package/src/i18n/de.json
CHANGED
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
"Update Record": "Datensatz aktualisieren",
|
|
5
5
|
"Get Record": "Datensatz abrufen",
|
|
6
6
|
"Find Records": "Datensätze finden",
|
|
7
|
+
"Clear Table": "Tabelle löschen",
|
|
7
8
|
"Insert one or more new records to a table.": "Fügen Sie einen oder mehrere neue Datensätze in eine Tabelle ein.",
|
|
8
9
|
"Delete record(s) from a table": "Datensatze(n) aus einer Tabelle löschen",
|
|
9
10
|
"Update values in an existing record": "Werte in einem vorhandenen Datensatz aktualisieren",
|
|
10
11
|
"Get single record by its id.": "Holen Sie sich einen einzelnen Datensatz durch seine ID.",
|
|
11
12
|
"Find records in a table with filters.": "Suchen Sie Datensätze in einer Tabelle mit Filtern.",
|
|
13
|
+
"Delete all records from a table": "Alle Datensätze aus einer Tabelle löschen",
|
|
12
14
|
"Table Name": "Tabellenname",
|
|
13
15
|
"Records": "Datensätze",
|
|
14
16
|
"Records IDs": "Datensatz-ID",
|
package/src/i18n/es.json
CHANGED
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
"Update Record": "Actualizar registro",
|
|
5
5
|
"Get Record": "Obtener registro",
|
|
6
6
|
"Find Records": "Buscar registros",
|
|
7
|
+
"Clear Table": "Limpiar tabla",
|
|
7
8
|
"Insert one or more new records to a table.": "Inserte uno o más registros nuevos en una tabla.",
|
|
8
9
|
"Delete record(s) from a table": "Eliminar registro(s) de una tabla",
|
|
9
10
|
"Update values in an existing record": "Actualizar valores en un registro existente",
|
|
10
11
|
"Get single record by its id.": "Obtener un único registro por su id.",
|
|
11
12
|
"Find records in a table with filters.": "Buscar registros en una tabla con filtros.",
|
|
13
|
+
"Delete all records from a table": "Borrar todos los registros de una tabla",
|
|
12
14
|
"Table Name": "Nombre de tabla",
|
|
13
15
|
"Records": "Registros",
|
|
14
16
|
"Records IDs": "ID de registros",
|
package/src/i18n/fr.json
CHANGED
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
"Update Record": "Mettre à jour l'enregistrement",
|
|
5
5
|
"Get Record": "Obtenir un enregistrement",
|
|
6
6
|
"Find Records": "Trouver des enregistrements",
|
|
7
|
+
"Clear Table": "Vider la table",
|
|
7
8
|
"Insert one or more new records to a table.": "Insérer un ou plusieurs nouveaux enregistrements dans une table.",
|
|
8
9
|
"Delete record(s) from a table": "Supprimer le(s) enregistrement(s) d'une table",
|
|
9
10
|
"Update values in an existing record": "Mettre à jour les valeurs dans un enregistrement existant",
|
|
10
11
|
"Get single record by its id.": "Obtenir un enregistrement unique par son identifiant.",
|
|
11
12
|
"Find records in a table with filters.": "Rechercher les enregistrements dans une table avec des filtres.",
|
|
13
|
+
"Delete all records from a table": "Supprimer tous les enregistrements d'une table",
|
|
12
14
|
"Table Name": "Nom de la table",
|
|
13
15
|
"Records": "Enregistrements",
|
|
14
16
|
"Records IDs": "ID d'enregistrements",
|
package/src/i18n/ja.json
CHANGED
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
"Update Record": "更新記録",
|
|
5
5
|
"Get Record": "レコードを取得",
|
|
6
6
|
"Find Records": "レコードを検索",
|
|
7
|
+
"Clear Table": "テーブルをクリア",
|
|
7
8
|
"Insert one or more new records to a table.": "1つ以上の新しいレコードをテーブルに挿入します。",
|
|
8
9
|
"Delete record(s) from a table": "テーブルからレコードを削除",
|
|
9
10
|
"Update values in an existing record": "既存のレコードの値を更新",
|
|
10
11
|
"Get single record by its id.": "IDでシングルレコードを取得します。",
|
|
11
12
|
"Find records in a table with filters.": "フィルタ付きのテーブル内のレコードを検索します。",
|
|
13
|
+
"Delete all records from a table": "テーブルからすべてのレコードを削除",
|
|
12
14
|
"Table Name": "テーブル名",
|
|
13
15
|
"Records": "レコード",
|
|
14
16
|
"Records IDs": "レコードID",
|
package/src/i18n/nl.json
CHANGED
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
"Update Record": "Update Record",
|
|
5
5
|
"Get Record": "Krijg Record",
|
|
6
6
|
"Find Records": "Records zoeken",
|
|
7
|
+
"Clear Table": "Wis tafel",
|
|
7
8
|
"Insert one or more new records to a table.": "Een of meer nieuwe records toevoegen aan een tabel.",
|
|
8
9
|
"Delete record(s) from a table": "Verwijder record(s) uit een tabel",
|
|
9
10
|
"Update values in an existing record": "Waarden in een bestaand record bijwerken",
|
|
10
11
|
"Get single record by its id.": "Krijg enkele record bij zijn id.",
|
|
11
12
|
"Find records in a table with filters.": "Zoek records in een tabel met filters.",
|
|
13
|
+
"Delete all records from a table": "Verwijder alle records uit een tabel",
|
|
12
14
|
"Table Name": "Tafel naam",
|
|
13
15
|
"Records": "Records",
|
|
14
16
|
"Records IDs": "Records ID's",
|
package/src/i18n/pt.json
CHANGED
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
"Update Record": "Atualizar Registro",
|
|
5
5
|
"Get Record": "Obter Registro",
|
|
6
6
|
"Find Records": "Encontrar registros",
|
|
7
|
+
"Clear Table": "Limpar Tabela",
|
|
7
8
|
"Insert one or more new records to a table.": "Inserir um ou mais registros em uma tabela.",
|
|
8
9
|
"Delete record(s) from a table": "Excluir registro(s) de uma tabela",
|
|
9
10
|
"Update values in an existing record": "Atualizar valores em um registro existente",
|
|
10
11
|
"Get single record by its id.": "Obtenha um único registro por seu id.",
|
|
11
12
|
"Find records in a table with filters.": "Encontrar registros em uma tabela com filtros.",
|
|
13
|
+
"Delete all records from a table": "Excluir todos os registros de uma tabela",
|
|
12
14
|
"Table Name": "Nome da Tabela",
|
|
13
15
|
"Records": "registros",
|
|
14
16
|
"Records IDs": "IDs de registros",
|
package/src/i18n/zh.json
CHANGED
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
"Update Record": "Update Record",
|
|
5
5
|
"Get Record": "Get Record",
|
|
6
6
|
"Find Records": "Find Records",
|
|
7
|
+
"Clear Table": "Clear Table",
|
|
7
8
|
"Insert one or more new records to a table.": "Insert one or more new records to a table.",
|
|
8
9
|
"Delete record(s) from a table": "Delete record(s) from a table",
|
|
9
10
|
"Update values in an existing record": "Update values in an existing record",
|
|
10
11
|
"Get single record by its id.": "Get single record by its id.",
|
|
11
12
|
"Find records in a table with filters.": "Find records in a table with filters.",
|
|
13
|
+
"Delete all records from a table": "Delete all records from a table",
|
|
12
14
|
"Table Name": "Table Name",
|
|
13
15
|
"Records": "Records",
|
|
14
16
|
"Records IDs": "Records IDs",
|
|
@@ -3,6 +3,8 @@ export declare const deletedRecordTrigger: import("@activepieces/pieces-framewor
|
|
|
3
3
|
table_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, undefined>;
|
|
4
4
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, undefined, {
|
|
5
5
|
table_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, undefined>;
|
|
6
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, undefined, {
|
|
7
|
+
table_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, undefined>;
|
|
6
8
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, undefined, {
|
|
7
9
|
table_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, undefined>;
|
|
8
10
|
}>;
|
|
@@ -3,6 +3,8 @@ export declare const newRecordTrigger: import("@activepieces/pieces-framework").
|
|
|
3
3
|
table_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, undefined>;
|
|
4
4
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, undefined, {
|
|
5
5
|
table_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, undefined>;
|
|
6
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, undefined, {
|
|
7
|
+
table_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, undefined>;
|
|
6
8
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, undefined, {
|
|
7
9
|
table_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, undefined>;
|
|
8
10
|
}>;
|
|
@@ -3,6 +3,8 @@ export declare const updatedRecordTrigger: import("@activepieces/pieces-framewor
|
|
|
3
3
|
table_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, undefined>;
|
|
4
4
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, undefined, {
|
|
5
5
|
table_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, undefined>;
|
|
6
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, undefined, {
|
|
7
|
+
table_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, undefined>;
|
|
6
8
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, undefined, {
|
|
7
9
|
table_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, undefined>;
|
|
8
10
|
}>;
|