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
What should be done with the audio file. A value of \`"extract"\` means audio artwork will be extracted. A value of \`"insert"\` means the provided image will be inserted as audio artwork.
Copy file name to clipboardExpand all lines: src/alphalib/types/robots/audio-waveform.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ We recommend that you use an [🤖/audio/encode](/docs/transcoding/audio-encodin
62
62
63
63
Similarly, if you need the output image in a different format, please pipe the result of this <dfn>Robot</dfn> into [🤖/image/resize](/docs/transcoding/image-manipulation/image-resize/).
Copy file name to clipboardExpand all lines: src/alphalib/types/robots/azure-store.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ export const robotAzureStoreInstructionsSchema = z
41
41
.optional()
42
42
.describe(`Whether the results of this Step should be present in the Assembly Status JSON`),
43
43
robot: z.literal('/azure/store'),
44
-
use: useParamSchema,
44
+
use: useParamSchema.optional(),
45
45
credentials: z.string().describe(`
46
46
Please create your associated <dfn>Template Credentials</dfn> in your Transloadit account and use the name of your [Template Credentials](/c/template-credentials/) as this parameter's value. They will contain the values for your Azure Container, Account and Key.
Copy file name to clipboardExpand all lines: src/alphalib/types/robots/backblaze-store.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ export const robotBackblazeStoreInstructionsSchema = z
46
46
.optional()
47
47
.describe(`Whether the results of this Step should be present in the Assembly Status JSON`),
48
48
robot: z.literal('/backblaze/store'),
49
-
use: useParamSchema,
49
+
use: useParamSchema.optional(),
50
50
credentials: z.string().describe(`
51
51
Please create your associated <dfn>Template Credentials</dfn> in your Transloadit account and use the name of your <dfn>Template Credentials</dfn> as this parameter's value. They will contain the values for your Backblaze Bucket Name, App Key ID, and App Key.
0 commit comments