You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/what_are_those/actions/grade-sneakers-condition/grade-sneakers-condition.mjs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,32 +14,32 @@ export default {
14
14
frontImage: {
15
15
type: "string",
16
16
label: "Front Image",
17
-
description: "Base64 encoded or multipart form data image of the front.",
17
+
description: "The path to the front image image in the `/tmp` directory. [See the documentation on working with files](https://pipedream.com/docs/code/nodejs/working-with-files/#writing-a-file-to-tmp).",
18
18
},
19
19
leftImage: {
20
20
type: "string",
21
21
label: "Left Image",
22
-
description: "Base64 encoded or multipart form data image of the left side.",
22
+
description: "The path to the left image image in the `/tmp` directory. [See the documentation on working with files](https://pipedream.com/docs/code/nodejs/working-with-files/#writing-a-file-to-tmp).",
23
23
},
24
24
rightImage: {
25
25
type: "string",
26
26
label: "Right Image",
27
-
description: "Base64 encoded or multipart form data image of the right side.",
27
+
description: "The path to the right image image in the `/tmp` directory. [See the documentation on working with files](https://pipedream.com/docs/code/nodejs/working-with-files/#writing-a-file-to-tmp).",
28
28
},
29
29
soleImage: {
30
30
type: "string",
31
31
label: "Sole Image",
32
-
description: "Base64 encoded or multipart form data image of the sole.",
32
+
description: "The path to the sole image image in the `/tmp` directory. [See the documentation on working with files](https://pipedream.com/docs/code/nodejs/working-with-files/#writing-a-file-to-tmp).",
33
33
},
34
34
insoleImage: {
35
35
type: "string",
36
36
label: "Insole Image",
37
-
description: "Base64 encoded or multipart form data image of the insole.",
37
+
description: "The path to the insole image image in the `/tmp` directory. [See the documentation on working with files](https://pipedream.com/docs/code/nodejs/working-with-files/#writing-a-file-to-tmp).",
38
38
},
39
39
sizeTagImage: {
40
40
type: "string",
41
41
label: "Size Tag Image",
42
-
description: "Base64 encoded or multipart form data image of the size tag.",
42
+
description: "The path to the sizeTag image image in the `/tmp` directory. [See the documentation on working with files](https://pipedream.com/docs/code/nodejs/working-with-files/#writing-a-file-to-tmp).",
0 commit comments