Skip to content

Commit bd63c1c

Browse files
committed
modify alphalib
1 parent 7af3c75 commit bd63c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/alphalib/types/template.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ export const assemblyInstructionsSchema = z.object({
5252
'Transloadit can send a Pingback to your server when the Assembly is completed. We’ll send the Assembly status in a form url-encoded JSON string inside of a transloadit field in a multipart POST request to the URL supplied here.',
5353
),
5454
fields: z
55-
.record(z.union([z.number(), z.string()]))
55+
.record(z.any())
5656
.optional()
5757
.describe(
58-
'An object of string to string pairs (name -> value) that can be used as Assembly Variables, just like additional form fields can.',
58+
'An object of string keyed values (name -> value) that can be used as Assembly Variables, just like additional form fields can. You can use anything that is JSON stringifyable as a value',
5959
),
6060
quiet: z
6161
.boolean()

0 commit comments

Comments
 (0)