Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion components/happy_scribe/actions/submit-file/submit-file.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../happy_scribe.app.mjs";

export default {
name: "Submit File",
version: "0.1.0",
version: "0.1.1",
key: "happy_scribe-submit-file",
description: "Submit a file. [See the documentation](https://dev.happyscribe.com/sections/product/#uploads-2-upload-your-file-with-the-signed-url)",
type: "action",
Expand All @@ -19,6 +19,12 @@ export default {
label: "File Path or URL",
description: "The file to upload. Provide either a file URL or a path to a file in the `/tmp` directory (for example, `/tmp/myFile.txt`)",
},
syncDir: {
type: "dir",
accessMode: "read",
sync: true,
optional: true,
},
},
async run({ $ }) {
const data = await getFileStream(this.filePath);
Expand Down
2 changes: 1 addition & 1 deletion components/happy_scribe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/happy_scribe",
"version": "0.2.0",
"version": "0.2.1",
"description": "Pipedream Happy Scribe Components",
"main": "happy_scribe.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
key: "hathr_ai-upload-document",
name: "Upload Document",
description: "Uploads a document that can be used in future chat requests. [See the documentation](https://drive.google.com/drive/folders/1jtoSXqzhe-iwf9kfUwTCVQBu4iXVJO2x?usp=sharing)",
version: "1.0.0",
version: "1.0.1",
type: "action",
props: {
hathrAi,
Expand All @@ -16,6 +16,12 @@ export default {
label: "File Path or URL",
description: "The file to upload. Provide a file URL or a path to a file in the `/tmp` directory.",
},
syncDir: {
type: "dir",
accessMode: "read",
sync: true,
optional: true,
},
},
async run({ $ }) {
const {
Expand Down
2 changes: 1 addition & 1 deletion components/hathr_ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/hathr_ai",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pipedream Hathr AI Components",
"main": "hathr_ai.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
key: "helper_functions-csv-file-to-objects",
name: "CSV File To Objects",
description: "Convert a CSV file to an array of objects.",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
app,
Expand Down Expand Up @@ -44,6 +44,12 @@ export default {
optional: true,
default: false,
},
syncDir: {
type: "dir",
accessMode: "read",
sync: true,
optional: true,
},
},
async run({ $ }) {
const {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "helper_functions-download-file-to-tmp",
name: "Download File To /tmp",
description: "Downloads a file to [your workflow's /tmp directory](https://pipedream.com/docs/code/nodejs/working-with-files/#the-tmp-directory)",
version: "0.3.0",
version: "0.3.1",
type: "action",
props: {
helper_functions,
Expand All @@ -20,6 +20,11 @@ export default {
label: "Target Filename",
description: "The filename that will be used to save in /tmp",
},
syncDir: {
type: "dir",
accessMode: "write",
sync: true,
},
},
async run({ $ }) {
const {
Expand Down
2 changes: 1 addition & 1 deletion components/helper_functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/helper_functions",
"version": "0.5.1",
"version": "0.5.2",
"description": "Pipedream Helper_functions Components",
"main": "helper_functions.app.mjs",
"keywords": [
Expand Down
8 changes: 7 additions & 1 deletion components/heyy/actions/upload-file/upload-file.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "heyy-upload-file",
name: "Upload File",
description: "Uploads a file. [See the documentation](https://documenter.getpostman.com/view/27408936/2sA2r3a6DW#67e41b81-318c-4ed0-be78-e92fd39f3530).",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
app,
Expand All @@ -25,6 +25,12 @@ export default {
"DOCUMENT",
],
},
syncDir: {
type: "dir",
accessMode: "read",
sync: true,
optional: true,
},
},
methods: {
uploadFile(args = {}) {
Expand Down
2 changes: 1 addition & 1 deletion components/heyy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/heyy",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Heyy Components",
"main": "heyy.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
key: "hippo_video-send-personalization-request",
name: "Send Personalization Request",
description: "Sends a personalization request for a specified video. [See the documentation](https://help.hippovideo.io/support/solutions/articles/19000099793-bulk-video-personalization-and-tracking-api)",
version: "1.0.0",
version: "1.0.1",
type: "action",
props: {
hippoVideo,
Expand All @@ -23,6 +23,12 @@ export default {
label: "File Path or URL",
description: "Provide a file URL or a path to a file (csv, xls, or xlsx) in the `/tmp` directory.",
},
syncDir: {
type: "dir",
accessMode: "read",
sync: true,
optional: true,
},
},
async run({ $ }) {
const formData = new FormData();
Expand Down
2 changes: 1 addition & 1 deletion components/hippo_video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/hippo_video",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pipedream Hippo Video Components",
"main": "hippo_video.app.mjs",
"keywords": [
Expand Down
7 changes: 6 additions & 1 deletion components/html_2_pdf/actions/generate-pdf/generate-pdf.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
key: "html_2_pdf-generate-pdf",
name: "Generate PDF",
description: "Creates a PDF from a URL or HTML string. [See the documentation](https://www.html2pdf.co.uk/api-documentation)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
html2Pdf,
Expand Down Expand Up @@ -137,6 +137,11 @@ export default {
description: "Use custom CSS to overwrite the default styles of your page.",
optional: true,
},
syncDir: {
type: "dir",
accessMode: "write",
sync: true,
},
},
async run({ $ }) {
if ((!this.url && !this.html) || (this.url && this.html)) {
Expand Down
2 changes: 1 addition & 1 deletion components/html_2_pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/html_2_pdf",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream HTML 2 PDF Components",
"main": "html_2_pdf.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
key: "ignisign-create-signature-request",
name: "Create Signature Request",
description: "Creates a document signature request through IgniSign. [See the documentation](https://ignisign.io/docs/ignisign-api/init-signature-request)",
version: "1.0.0",
version: "1.0.1",
type: "action",
props: {
ignisign,
Expand Down Expand Up @@ -75,6 +75,12 @@ export default {
options: LANGUAGE_OPTIONS,
optional: true,
},
syncDir: {
type: "dir",
accessMode: "read",
sync: true,
optional: true,
},
},
async additionalProps(props) {
props.expirationDate.hidden = !this.expirationDateIsActivated;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
key: "ignisign-get-signature-proof",
name: "Get Signature Proof",
description: "Retrieves a proof file for a specific signature. [See the documentation](https://ignisign.io/docs/category/ignisign-api)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
ignisign,
Expand All @@ -27,6 +27,11 @@ export default {
],
withLabel: true,
},
syncDir: {
type: "dir",
accessMode: "write",
sync: true,
},
},
async run({ $ }) {
const response = await this.ignisign.getSignatureProof({
Expand Down
2 changes: 1 addition & 1 deletion components/ignisign/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/ignisign",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pipedream IgniSign Components",
"main": "ignisign.app.mjs",
"keywords": [
Expand Down
7 changes: 6 additions & 1 deletion components/ilovepdf/actions/process-files/process-files.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
key: "ilovepdf-process-files",
name: "Process Files",
description: "Process one or more files with the desired tool. [See the documentation](https://developer.ilovepdf.com/docs/api-reference)",
version: "1.0.0",
version: "1.0.1",
type: "action",
props: {
ilovepdf,
Expand Down Expand Up @@ -35,6 +35,11 @@ export default {
description: "If specified, the name of the file that will be written to the `/tmp` folder. Defaults to the download filename returned by the API.",
optional: true,
},
syncDir: {
type: "dir",
accessMode: "read-write",
sync: true,
},
},
async run({ $ }) {
const {
Expand Down
2 changes: 1 addition & 1 deletion components/ilovepdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/ilovepdf",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pipedream iLovePDF Components",
"main": "ilovepdf.app.mjs",
"keywords": [
Expand Down
8 changes: 7 additions & 1 deletion components/imagekit_io/actions/upload-image/upload-image.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import imagekitIo from "../../imagekit_io.app.mjs";
export default {
key: "imagekit_io-upload-image",
name: "Upload Image",
version: "1.0.0",
version: "1.0.1",
description: "Upload a new image to ImageKit.io. [See the documentation](https://docs.imagekit.io/api-reference/upload-file-api/server-side-file-upload)",
type: "action",
props: {
Expand Down Expand Up @@ -100,6 +100,12 @@ export default {
description: "A JSON key-value data to be associated with the asset. Checkout **overwriteCustomMetadata** parameter to understand default behaviour. Before setting any custom metadata on an asset you have to create the field using [custom metadata fields API](https://docs.imagekit.io/api-reference/custom-metadata-fields-api).",
optional: true,
},
syncDir: {
type: "dir",
accessMode: "read",
sync: true,
optional: true,
},
},
async run({ $ }) {
const {
Expand Down
2 changes: 1 addition & 1 deletion components/imagekit_io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/imagekit_io",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pipedream ImageKit.io Components",
"main": "imagekit_io.app.mjs",
"keywords": [
Expand Down
8 changes: 7 additions & 1 deletion components/imgbb/actions/upload-picture/upload-picture.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
key: "imgbb-upload-picture",
name: "Upload picture",
description: "Upload a picture to imgbb. [See the docs here](https://api.imgbb.com/)",
version: "1.0.0",
version: "1.0.1",
type: "action",
props: {
app,
Expand All @@ -23,6 +23,12 @@ export default {
description: "The name of the file, this is automatically detected if uploading a file with a POST and multipart / form-data",
optional: true,
},
syncDir: {
type: "dir",
accessMode: "read",
sync: true,
optional: true,
},
},
methods: {
streamToBase64(stream) {
Expand Down
2 changes: 1 addition & 1 deletion components/imgbb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/imgbb",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pipedream imgbb Components",
"main": "imgbb.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
key: "jigsawstack-object-detection",
name: "Object Detection",
description: "Recognize objects within a provided image and retrieve it with great accuracy. [See the documentation](https://docs.jigsawstack.com/api-reference/ai/object-detection)",
version: "1.0.0",
version: "1.0.1",
type: "action",
props: {
jigsawstack,
Expand All @@ -36,6 +36,12 @@ export default {
stream.on("error", reject);
});
},
syncDir: {
type: "dir",
accessMode: "read",
sync: true,
optional: true,
},
},
async run({ $ }) {
const {
Expand Down
2 changes: 1 addition & 1 deletion components/jigsawstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/jigsawstack",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pipedream JigsawStack Components",
"main": "jigsawstack.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
key: "jina_reader-convert-to-llm-friendly-input",
name: "Convert URL To LLM-Friendly Input",
description: "Converts a provided URL to an LLM-friendly input using Jina Reader. [See the documentation](https://github.com/jina-ai/reader)",
version: "1.0.0",
version: "1.0.1",
type: "action",
props: {
app,
Expand Down Expand Up @@ -114,6 +114,12 @@ export default {
description: "The path or URL to the html file.",
optional: true,
},
syncDir: {
type: "dir",
accessMode: "read",
sync: true,
optional: true,
},
},
methods: {
streamToBase64(stream) {
Expand Down
2 changes: 1 addition & 1 deletion components/jina_reader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/jina_reader",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pipedream Jina Reader Components",
"main": "jina_reader.app.mjs",
"keywords": [
Expand Down
Loading
Loading