diff --git a/packages/pieces/community/google-vertexai/package.json b/packages/pieces/community/google-vertexai/package.json index f8189f32b41..30471897445 100644 --- a/packages/pieces/community/google-vertexai/package.json +++ b/packages/pieces/community/google-vertexai/package.json @@ -1,6 +1,6 @@ { "name": "@activepieces/piece-google-vertexai", - "version": "0.0.1", + "version": "0.0.2", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "dependencies": { diff --git a/packages/pieces/community/google-vertexai/src/i18n/de.json b/packages/pieces/community/google-vertexai/src/i18n/de.json new file mode 100644 index 00000000000..74adb27ef14 --- /dev/null +++ b/packages/pieces/community/google-vertexai/src/i18n/de.json @@ -0,0 +1,4 @@ +{ + "Action": {}, + "Trigger": {} +} \ No newline at end of file diff --git a/packages/pieces/community/google-vertexai/src/i18n/es.json b/packages/pieces/community/google-vertexai/src/i18n/es.json new file mode 100644 index 00000000000..74adb27ef14 --- /dev/null +++ b/packages/pieces/community/google-vertexai/src/i18n/es.json @@ -0,0 +1,4 @@ +{ + "Action": {}, + "Trigger": {} +} \ No newline at end of file diff --git a/packages/pieces/community/google-vertexai/src/i18n/fr.json b/packages/pieces/community/google-vertexai/src/i18n/fr.json new file mode 100644 index 00000000000..74adb27ef14 --- /dev/null +++ b/packages/pieces/community/google-vertexai/src/i18n/fr.json @@ -0,0 +1,4 @@ +{ + "Action": {}, + "Trigger": {} +} \ No newline at end of file diff --git a/packages/pieces/community/google-vertexai/src/i18n/ja.json b/packages/pieces/community/google-vertexai/src/i18n/ja.json new file mode 100644 index 00000000000..74adb27ef14 --- /dev/null +++ b/packages/pieces/community/google-vertexai/src/i18n/ja.json @@ -0,0 +1,4 @@ +{ + "Action": {}, + "Trigger": {} +} \ No newline at end of file diff --git a/packages/pieces/community/google-vertexai/src/i18n/nl.json b/packages/pieces/community/google-vertexai/src/i18n/nl.json new file mode 100644 index 00000000000..74adb27ef14 --- /dev/null +++ b/packages/pieces/community/google-vertexai/src/i18n/nl.json @@ -0,0 +1,4 @@ +{ + "Action": {}, + "Trigger": {} +} \ No newline at end of file diff --git a/packages/pieces/community/google-vertexai/src/i18n/pt.json b/packages/pieces/community/google-vertexai/src/i18n/pt.json new file mode 100644 index 00000000000..74adb27ef14 --- /dev/null +++ b/packages/pieces/community/google-vertexai/src/i18n/pt.json @@ -0,0 +1,4 @@ +{ + "Action": {}, + "Trigger": {} +} \ No newline at end of file diff --git a/packages/pieces/community/google-vertexai/src/i18n/zh.json b/packages/pieces/community/google-vertexai/src/i18n/zh.json new file mode 100644 index 00000000000..74adb27ef14 --- /dev/null +++ b/packages/pieces/community/google-vertexai/src/i18n/zh.json @@ -0,0 +1,4 @@ +{ + "Action": {}, + "Trigger": {} +} \ No newline at end of file