@transloadit/zod 4.1.3 → 4.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/dist/v3/assemblyReplay.d.ts +801 -799
  2. package/dist/v3/assemblyReplay.d.ts.map +1 -1
  3. package/dist/v3/assemblyReplayNotification.d.ts +801 -799
  4. package/dist/v3/assemblyReplayNotification.d.ts.map +1 -1
  5. package/dist/v3/assemblyStatus.d.ts +12 -12
  6. package/dist/v3/assemblyStatus.d.ts.map +1 -1
  7. package/dist/v3/assemblyStatus.js +1 -0
  8. package/dist/v3/robots/_index.d.ts +1368 -1356
  9. package/dist/v3/robots/_index.d.ts.map +1 -1
  10. package/dist/v3/robots/_instructions-primitives.d.ts +102 -102
  11. package/dist/v3/robots/ai-chat.d.ts +54 -42
  12. package/dist/v3/robots/ai-chat.d.ts.map +1 -1
  13. package/dist/v3/robots/ai-chat.js +18 -25
  14. package/dist/v3/robots/assembly-savejson.d.ts +2 -2
  15. package/dist/v3/robots/audio-artwork.d.ts +114 -114
  16. package/dist/v3/robots/audio-concat.d.ts +118 -118
  17. package/dist/v3/robots/audio-encode.d.ts +116 -116
  18. package/dist/v3/robots/audio-loop.d.ts +114 -114
  19. package/dist/v3/robots/audio-merge.d.ts +116 -116
  20. package/dist/v3/robots/audio-waveform.d.ts +114 -114
  21. package/dist/v3/robots/azure-import.d.ts +12 -12
  22. package/dist/v3/robots/azure-store.d.ts +42 -42
  23. package/dist/v3/robots/backblaze-import.d.ts +4 -4
  24. package/dist/v3/robots/backblaze-store.d.ts +34 -34
  25. package/dist/v3/robots/cloudfiles-import.d.ts +12 -12
  26. package/dist/v3/robots/cloudfiles-store.d.ts +42 -42
  27. package/dist/v3/robots/cloudflare-import.d.ts +12 -12
  28. package/dist/v3/robots/cloudflare-store.d.ts +42 -42
  29. package/dist/v3/robots/digitalocean-import.d.ts +12 -12
  30. package/dist/v3/robots/digitalocean-store.d.ts +42 -42
  31. package/dist/v3/robots/document-autorotate.d.ts +32 -32
  32. package/dist/v3/robots/document-convert.d.ts +42 -42
  33. package/dist/v3/robots/document-merge.d.ts +34 -34
  34. package/dist/v3/robots/document-ocr.d.ts +38 -38
  35. package/dist/v3/robots/document-split.d.ts +34 -34
  36. package/dist/v3/robots/document-thumbs.d.ts +36 -36
  37. package/dist/v3/robots/dropbox-import.d.ts +4 -4
  38. package/dist/v3/robots/dropbox-store.d.ts +34 -34
  39. package/dist/v3/robots/edgly-deliver.d.ts +4 -4
  40. package/dist/v3/robots/file-compress.d.ts +38 -38
  41. package/dist/v3/robots/file-decompress.d.ts +32 -32
  42. package/dist/v3/robots/file-filter.d.ts +41 -41
  43. package/dist/v3/robots/file-filter.d.ts.map +1 -1
  44. package/dist/v3/robots/file-filter.js +3 -1
  45. package/dist/v3/robots/file-hash.d.ts +36 -36
  46. package/dist/v3/robots/file-preview.d.ts +34 -34
  47. package/dist/v3/robots/file-read.d.ts +32 -32
  48. package/dist/v3/robots/file-serve.d.ts +32 -32
  49. package/dist/v3/robots/file-verify.d.ts +32 -32
  50. package/dist/v3/robots/file-virusscan.d.ts +34 -34
  51. package/dist/v3/robots/file-watermark.d.ts +34 -34
  52. package/dist/v3/robots/ftp-import.d.ts +4 -4
  53. package/dist/v3/robots/ftp-store.d.ts +34 -34
  54. package/dist/v3/robots/google-import.d.ts +4 -4
  55. package/dist/v3/robots/google-store.d.ts +40 -40
  56. package/dist/v3/robots/html-convert.d.ts +38 -38
  57. package/dist/v3/robots/http-import.d.ts +4 -4
  58. package/dist/v3/robots/image-bgremove.d.ts +34 -34
  59. package/dist/v3/robots/image-describe.d.ts +38 -38
  60. package/dist/v3/robots/image-facedetect.d.ts +38 -38
  61. package/dist/v3/robots/image-generate.d.ts +35 -35
  62. package/dist/v3/robots/image-merge.d.ts +32 -32
  63. package/dist/v3/robots/image-ocr.d.ts +38 -38
  64. package/dist/v3/robots/image-optimize.d.ts +32 -32
  65. package/dist/v3/robots/image-resize.d.ts +70 -70
  66. package/dist/v3/robots/meta-read.d.ts +4 -4
  67. package/dist/v3/robots/minio-import.d.ts +12 -12
  68. package/dist/v3/robots/minio-store.d.ts +42 -42
  69. package/dist/v3/robots/progress-simulate.d.ts +16 -16
  70. package/dist/v3/robots/s3-import.d.ts +12 -12
  71. package/dist/v3/robots/s3-store.d.ts +46 -46
  72. package/dist/v3/robots/script-run.d.ts +34 -34
  73. package/dist/v3/robots/sftp-import.d.ts +4 -4
  74. package/dist/v3/robots/sftp-store.d.ts +34 -34
  75. package/dist/v3/robots/speech-transcribe.d.ts +38 -38
  76. package/dist/v3/robots/supabase-import.d.ts +12 -12
  77. package/dist/v3/robots/supabase-store.d.ts +42 -42
  78. package/dist/v3/robots/swift-import.d.ts +12 -12
  79. package/dist/v3/robots/swift-store.d.ts +42 -42
  80. package/dist/v3/robots/text-speak.d.ts +34 -34
  81. package/dist/v3/robots/text-translate.d.ts +42 -42
  82. package/dist/v3/robots/tigris-import.d.ts +12 -12
  83. package/dist/v3/robots/tigris-store.d.ts +42 -42
  84. package/dist/v3/robots/tlcdn-deliver.d.ts +4 -4
  85. package/dist/v3/robots/tus-store.d.ts +34 -34
  86. package/dist/v3/robots/upload-handle.d.ts +4 -4
  87. package/dist/v3/robots/video-adaptive.d.ts +114 -114
  88. package/dist/v3/robots/video-concat.d.ts +114 -114
  89. package/dist/v3/robots/video-encode.d.ts +114 -114
  90. package/dist/v3/robots/video-merge.d.ts +114 -114
  91. package/dist/v3/robots/video-ondemand.d.ts +146 -146
  92. package/dist/v3/robots/video-subtitle.d.ts +114 -114
  93. package/dist/v3/robots/video-thumbs.d.ts +114 -114
  94. package/dist/v3/robots/vimeo-import.d.ts +8 -8
  95. package/dist/v3/robots/vimeo-store.d.ts +34 -34
  96. package/dist/v3/robots/wasabi-import.d.ts +12 -12
  97. package/dist/v3/robots/wasabi-store.d.ts +42 -42
  98. package/dist/v3/robots/youtube-store.d.ts +48 -48
  99. package/dist/v3/template.d.ts +6793 -6769
  100. package/dist/v3/template.d.ts.map +1 -1
  101. package/dist/v3/templateCredential.d.ts +2 -2
  102. package/dist/v4/assemblyStatus.d.ts +4 -0
  103. package/dist/v4/assemblyStatus.d.ts.map +1 -1
  104. package/dist/v4/assemblyStatus.js +1 -0
  105. package/dist/v4/robots/_index.d.ts +346 -342
  106. package/dist/v4/robots/_index.d.ts.map +1 -1
  107. package/dist/v4/robots/_instructions-primitives.d.ts +24 -24
  108. package/dist/v4/robots/ai-chat.d.ts +14 -10
  109. package/dist/v4/robots/ai-chat.d.ts.map +1 -1
  110. package/dist/v4/robots/ai-chat.js +18 -25
  111. package/dist/v4/robots/audio-artwork.d.ts +8 -8
  112. package/dist/v4/robots/audio-concat.d.ts +10 -10
  113. package/dist/v4/robots/audio-encode.d.ts +8 -8
  114. package/dist/v4/robots/audio-loop.d.ts +8 -8
  115. package/dist/v4/robots/audio-merge.d.ts +20 -20
  116. package/dist/v4/robots/audio-waveform.d.ts +8 -8
  117. package/dist/v4/robots/document-convert.d.ts +8 -8
  118. package/dist/v4/robots/document-ocr.d.ts +4 -4
  119. package/dist/v4/robots/document-thumbs.d.ts +2 -2
  120. package/dist/v4/robots/file-filter.d.ts +4 -4
  121. package/dist/v4/robots/file-filter.d.ts.map +1 -1
  122. package/dist/v4/robots/file-filter.js +3 -1
  123. package/dist/v4/robots/image-describe.d.ts +4 -4
  124. package/dist/v4/robots/image-facedetect.d.ts +4 -4
  125. package/dist/v4/robots/image-ocr.d.ts +4 -4
  126. package/dist/v4/robots/image-resize.d.ts +115 -115
  127. package/dist/v4/robots/s3-store.d.ts +4 -4
  128. package/dist/v4/robots/speech-transcribe.d.ts +4 -4
  129. package/dist/v4/robots/text-translate.d.ts +96 -96
  130. package/dist/v4/robots/video-adaptive.d.ts +8 -8
  131. package/dist/v4/robots/video-concat.d.ts +8 -8
  132. package/dist/v4/robots/video-encode.d.ts +24 -24
  133. package/dist/v4/robots/video-merge.d.ts +8 -8
  134. package/dist/v4/robots/video-ondemand.d.ts +24 -24
  135. package/dist/v4/robots/video-subtitle.d.ts +24 -24
  136. package/dist/v4/robots/video-thumbs.d.ts +8 -8
  137. package/dist/v4/robots/vimeo-import.d.ts +4 -4
  138. package/dist/v4/robots/youtube-store.d.ts +4 -4
  139. package/dist/v4/template.d.ts +588 -582
  140. package/dist/v4/template.d.ts.map +1 -1
  141. package/package.json +1 -1
@@ -38,13 +38,133 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
38
38
  steps?: Record<string, {
39
39
  robot: string;
40
40
  } & ({
41
- robot: "/audio/artwork";
42
41
  result: string | boolean;
43
42
  force_accept: string | boolean;
44
43
  ignore_errors: string | string[];
45
44
  ffmpeg_stack: string;
46
- method: string;
47
- change_format_if_necessary: string | boolean;
45
+ robot: "/meta/write";
46
+ data_to_write: Record<string, unknown>;
47
+ ffmpeg?: string | z.objectOutputType<{
48
+ af: z.ZodOptional<z.ZodString>;
49
+ 'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
50
+ 'b:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
51
+ 'c:a': z.ZodOptional<z.ZodString>;
52
+ 'c:v': z.ZodOptional<z.ZodString>;
53
+ 'codec:a': z.ZodOptional<z.ZodString>;
54
+ 'codec:v': z.ZodOptional<z.ZodString>;
55
+ 'filter:v': z.ZodOptional<z.ZodString>;
56
+ 'filter:a': z.ZodOptional<z.ZodString>;
57
+ bits_per_mb: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
58
+ ss: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
59
+ t: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
60
+ to: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
61
+ vendor: z.ZodOptional<z.ZodString>;
62
+ shortest: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>>;
63
+ filter_complex: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>;
64
+ 'level:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
65
+ 'profile:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodUnion<[z.ZodString, z.ZodEnum<["baseline", "main", "high", "main10"]>]>]>>;
66
+ 'qscale:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
67
+ 'qscale:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
68
+ 'x264-params': z.ZodOptional<z.ZodString>;
69
+ 'overshoot-pct': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
70
+ deadline: z.ZodOptional<z.ZodString>;
71
+ 'cpu-used': z.ZodOptional<z.ZodString>;
72
+ 'undershoot-pct': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
73
+ 'row-mt': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
74
+ 'x265-params': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
75
+ 'vbv-maxrate': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
76
+ 'vbv-bufsize': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
77
+ 'rc-lookahead': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
78
+ 'b-adapt': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
79
+ }, "strict", z.ZodTypeAny, {
80
+ 'vbv-maxrate'?: string | number | undefined;
81
+ 'vbv-bufsize'?: string | number | undefined;
82
+ 'rc-lookahead'?: string | number | undefined;
83
+ 'b-adapt'?: string | number | undefined;
84
+ }, {
85
+ 'vbv-maxrate'?: string | number | undefined;
86
+ 'vbv-bufsize'?: string | number | undefined;
87
+ 'rc-lookahead'?: string | number | undefined;
88
+ 'b-adapt'?: string | number | undefined;
89
+ }>]>>;
90
+ 'svtav1-params': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
91
+ tune: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
92
+ 'enable-qm': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
93
+ 'fast-decode': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
94
+ 'film-grain-denoise': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
95
+ }, "strict", z.ZodTypeAny, {
96
+ tune?: string | number | undefined;
97
+ 'enable-qm'?: string | number | undefined;
98
+ 'fast-decode'?: string | number | undefined;
99
+ 'film-grain-denoise'?: string | number | undefined;
100
+ }, {
101
+ tune?: string | number | undefined;
102
+ 'enable-qm'?: string | number | undefined;
103
+ 'fast-decode'?: string | number | undefined;
104
+ 'film-grain-denoise'?: string | number | undefined;
105
+ }>]>>;
106
+ ac: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
107
+ an: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
108
+ ar: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
109
+ async: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
110
+ b: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
111
+ v: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
112
+ a: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
113
+ }, "strict", z.ZodTypeAny, {
114
+ v?: string | number | undefined;
115
+ a?: string | number | undefined;
116
+ }, {
117
+ v?: string | number | undefined;
118
+ a?: string | number | undefined;
119
+ }>]>, z.ZodString]>>;
120
+ bt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodString]>>;
121
+ bufsize: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
122
+ c: z.ZodOptional<z.ZodString>;
123
+ codec: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
124
+ v: z.ZodOptional<z.ZodString>;
125
+ a: z.ZodOptional<z.ZodString>;
126
+ }, "strict", z.ZodTypeAny, {
127
+ v?: string | undefined;
128
+ a?: string | undefined;
129
+ }, {
130
+ v?: string | undefined;
131
+ a?: string | undefined;
132
+ }>]>>;
133
+ coder: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
134
+ crf: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
135
+ f: z.ZodOptional<z.ZodString>;
136
+ flags: z.ZodOptional<z.ZodString>;
137
+ g: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
138
+ i_qfactor: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
139
+ keyint_min: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
140
+ level: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
141
+ map: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
142
+ maxrate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
143
+ me_range: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
144
+ movflags: z.ZodOptional<z.ZodString>;
145
+ partitions: z.ZodOptional<z.ZodString>;
146
+ pix_fmt: z.ZodOptional<z.ZodString>;
147
+ preset: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
148
+ profile: z.ZodOptional<z.ZodString>;
149
+ 'q:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
150
+ qcomp: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
151
+ qdiff: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
152
+ qmax: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
153
+ qmin: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
154
+ r: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodString]>>>;
155
+ rc_eq: z.ZodOptional<z.ZodString>;
156
+ refs: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
157
+ s: z.ZodOptional<z.ZodString>;
158
+ sc_threshold: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
159
+ sws_flags: z.ZodOptional<z.ZodString>;
160
+ threads: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
161
+ trellis: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
162
+ transloaditffpreset: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"empty">]>>;
163
+ vn: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
164
+ vf: z.ZodOptional<z.ZodString>;
165
+ x264opts: z.ZodOptional<z.ZodString>;
166
+ vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
167
+ }, z.ZodTypeAny, "passthrough"> | undefined;
48
168
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
49
169
  queue?: string | undefined;
50
170
  use?: string | string[] | {
@@ -61,7 +181,14 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
61
181
  bundle_steps?: boolean | undefined;
62
182
  group_by_original?: boolean | undefined;
63
183
  } | undefined;
64
- preset?: string | undefined;
184
+ } | {
185
+ result: string | boolean;
186
+ force_accept: string | boolean;
187
+ ignore_errors: string | string[];
188
+ ffmpeg_stack: string;
189
+ robot: "/audio/artwork";
190
+ method: string;
191
+ change_format_if_necessary: string | boolean;
65
192
  ffmpeg?: string | z.objectOutputType<{
66
193
  af: z.ZodOptional<z.ZodString>;
67
194
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -183,15 +310,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
183
310
  x264opts: z.ZodOptional<z.ZodString>;
184
311
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
185
312
  }, z.ZodTypeAny, "passthrough"> | undefined;
186
- } | {
187
- robot: "/audio/concat";
188
- force_accept: string | boolean;
189
- ignore_errors: string | string[];
190
- ffmpeg_stack: string;
191
- audio_fade_seconds: string | number;
192
- crossfade: string | boolean;
193
313
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
194
- result?: string | boolean | undefined;
195
314
  queue?: string | undefined;
196
315
  use?: string | string[] | {
197
316
  name: string;
@@ -208,6 +327,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
208
327
  group_by_original?: boolean | undefined;
209
328
  } | undefined;
210
329
  preset?: string | undefined;
330
+ } | {
331
+ force_accept: string | boolean;
332
+ ignore_errors: string | string[];
333
+ ffmpeg_stack: string;
334
+ robot: "/audio/concat";
335
+ audio_fade_seconds: string | number;
336
+ crossfade: string | boolean;
211
337
  ffmpeg?: string | z.objectOutputType<{
212
338
  af: z.ZodOptional<z.ZodString>;
213
339
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -329,13 +455,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
329
455
  x264opts: z.ZodOptional<z.ZodString>;
330
456
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
331
457
  }, z.ZodTypeAny, "passthrough"> | undefined;
332
- bitrate?: string | number | undefined;
333
- sample_rate?: string | number | undefined;
334
- } | {
335
- robot: "/audio/encode";
336
- force_accept: string | boolean;
337
- ignore_errors: string | string[];
338
- ffmpeg_stack: string;
339
458
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
340
459
  result?: string | boolean | undefined;
341
460
  queue?: string | undefined;
@@ -354,6 +473,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
354
473
  group_by_original?: boolean | undefined;
355
474
  } | undefined;
356
475
  preset?: string | undefined;
476
+ bitrate?: string | number | undefined;
477
+ sample_rate?: string | number | undefined;
478
+ } | {
479
+ force_accept: string | boolean;
480
+ ignore_errors: string | string[];
481
+ ffmpeg_stack: string;
482
+ robot: "/audio/encode";
357
483
  ffmpeg?: string | z.objectOutputType<{
358
484
  af: z.ZodOptional<z.ZodString>;
359
485
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -475,16 +601,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
475
601
  x264opts: z.ZodOptional<z.ZodString>;
476
602
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
477
603
  }, z.ZodTypeAny, "passthrough"> | undefined;
478
- bitrate?: string | number | undefined;
479
- sample_rate?: string | number | undefined;
480
- } | {
481
- robot: "/audio/loop";
482
- result: string | boolean;
483
- force_accept: string | boolean;
484
- ignore_errors: string | string[];
485
- ffmpeg_stack: string;
486
- duration: string | number;
487
604
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
605
+ result?: string | boolean | undefined;
488
606
  queue?: string | undefined;
489
607
  use?: string | string[] | {
490
608
  name: string;
@@ -501,6 +619,15 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
501
619
  group_by_original?: boolean | undefined;
502
620
  } | undefined;
503
621
  preset?: string | undefined;
622
+ bitrate?: string | number | undefined;
623
+ sample_rate?: string | number | undefined;
624
+ } | {
625
+ result: string | boolean;
626
+ force_accept: string | boolean;
627
+ ignore_errors: string | string[];
628
+ ffmpeg_stack: string;
629
+ robot: "/audio/loop";
630
+ duration: string | number;
504
631
  ffmpeg?: string | z.objectOutputType<{
505
632
  af: z.ZodOptional<z.ZodString>;
506
633
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -622,17 +749,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
622
749
  x264opts: z.ZodOptional<z.ZodString>;
623
750
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
624
751
  }, z.ZodTypeAny, "passthrough"> | undefined;
625
- bitrate?: string | number | undefined;
626
- sample_rate?: string | number | undefined;
627
- } | {
628
- robot: "/audio/merge";
629
- result: string | boolean;
630
- force_accept: string | boolean;
631
- ignore_errors: string | string[];
632
- ffmpeg_stack: string;
633
- duration: string;
634
- loop: string | boolean;
635
- volume: string;
636
752
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
637
753
  queue?: string | undefined;
638
754
  use?: string | string[] | {
@@ -650,6 +766,17 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
650
766
  group_by_original?: boolean | undefined;
651
767
  } | undefined;
652
768
  preset?: string | undefined;
769
+ bitrate?: string | number | undefined;
770
+ sample_rate?: string | number | undefined;
771
+ } | {
772
+ loop: string | boolean;
773
+ result: string | boolean;
774
+ force_accept: string | boolean;
775
+ ignore_errors: string | string[];
776
+ ffmpeg_stack: string;
777
+ robot: "/audio/merge";
778
+ duration: string;
779
+ volume: string;
653
780
  ffmpeg?: string | z.objectOutputType<{
654
781
  af: z.ZodOptional<z.ZodString>;
655
782
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -771,22 +898,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
771
898
  x264opts: z.ZodOptional<z.ZodString>;
772
899
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
773
900
  }, z.ZodTypeAny, "passthrough"> | undefined;
774
- bitrate?: string | number | undefined;
775
- sample_rate?: string | number | undefined;
776
- } | {
777
- robot: "/audio/waveform";
778
- result: string | boolean;
779
- force_accept: string | boolean;
780
- ignore_errors: string | string[];
781
- ffmpeg_stack: string;
782
- format: string;
783
- width: string | number;
784
- height: string | number;
785
- antialiasing: string | boolean | 0 | 1;
786
- background_color: string;
787
- center_color: string;
788
- outer_color: string;
789
- style: string;
790
901
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
791
902
  queue?: string | undefined;
792
903
  use?: string | string[] | {
@@ -803,6 +914,23 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
803
914
  bundle_steps?: boolean | undefined;
804
915
  group_by_original?: boolean | undefined;
805
916
  } | undefined;
917
+ preset?: string | undefined;
918
+ bitrate?: string | number | undefined;
919
+ sample_rate?: string | number | undefined;
920
+ } | {
921
+ result: string | boolean;
922
+ force_accept: string | boolean;
923
+ ignore_errors: string | string[];
924
+ ffmpeg_stack: string;
925
+ robot: "/audio/waveform";
926
+ format: string;
927
+ width: string | number;
928
+ height: string | number;
929
+ antialiasing: string | boolean | 0 | 1;
930
+ background_color: string;
931
+ center_color: string;
932
+ outer_color: string;
933
+ style: string;
806
934
  ffmpeg?: string | z.objectOutputType<{
807
935
  af: z.ZodOptional<z.ZodString>;
808
936
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -924,6 +1052,22 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
924
1052
  x264opts: z.ZodOptional<z.ZodString>;
925
1053
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
926
1054
  }, z.ZodTypeAny, "passthrough"> | undefined;
1055
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1056
+ queue?: string | undefined;
1057
+ use?: string | string[] | {
1058
+ name: string;
1059
+ fields?: string | undefined;
1060
+ as?: string | undefined;
1061
+ }[] | {
1062
+ steps: string | string[] | {
1063
+ name: string;
1064
+ fields?: string | undefined;
1065
+ as?: string | undefined;
1066
+ }[];
1067
+ fields?: string[] | undefined;
1068
+ bundle_steps?: boolean | undefined;
1069
+ group_by_original?: boolean | undefined;
1070
+ } | undefined;
927
1071
  split_channels?: string | boolean | undefined;
928
1072
  zoom?: string | number | undefined;
929
1073
  pixels_per_second?: string | number | undefined;
@@ -942,27 +1086,27 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
942
1086
  amplitude_scale?: string | number | undefined;
943
1087
  compression?: string | number | undefined;
944
1088
  } | {
945
- robot: "/azure/import";
946
1089
  path: string | string[];
947
1090
  result: string | boolean;
948
1091
  force_accept: string | boolean;
949
1092
  ignore_errors: string | string[];
1093
+ robot: "/azure/import";
950
1094
  force_name: string | string[] | null;
951
1095
  recursive: string | boolean;
952
1096
  next_page_token: string;
953
1097
  files_per_page: string | number;
954
1098
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
955
1099
  queue?: string | undefined;
1100
+ key?: string | undefined;
956
1101
  credentials?: string | undefined;
957
1102
  account?: string | undefined;
958
1103
  container?: string | undefined;
959
- key?: string | undefined;
960
1104
  } | {
961
- robot: "/azure/store";
962
1105
  path: string;
963
1106
  result: string | boolean;
964
1107
  force_accept: string | boolean;
965
1108
  ignore_errors: string | string[];
1109
+ robot: "/azure/store";
966
1110
  metadata: Record<string, string>;
967
1111
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
968
1112
  queue?: string | undefined;
@@ -980,10 +1124,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
980
1124
  bundle_steps?: boolean | undefined;
981
1125
  group_by_original?: boolean | undefined;
982
1126
  } | undefined;
1127
+ key?: string | undefined;
983
1128
  credentials?: string | undefined;
984
1129
  account?: string | undefined;
985
1130
  container?: string | undefined;
986
- key?: string | undefined;
987
1131
  content_type?: string | undefined;
988
1132
  content_encoding?: string | undefined;
989
1133
  content_language?: string | undefined;
@@ -992,11 +1136,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
992
1136
  sas_expires_in?: string | number | undefined;
993
1137
  sas_permissions?: string | undefined;
994
1138
  } | {
995
- robot: "/backblaze/import";
996
1139
  path: string | string[];
997
1140
  result: string | boolean;
998
1141
  force_accept: string | boolean;
999
1142
  ignore_errors: string | string[];
1143
+ robot: "/backblaze/import";
1000
1144
  force_name: string | string[] | null;
1001
1145
  recursive: string | boolean;
1002
1146
  files_per_page: string | number;
@@ -1008,11 +1152,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1008
1152
  app_key_id?: string | undefined;
1009
1153
  app_key?: string | undefined;
1010
1154
  } | {
1011
- robot: "/backblaze/store";
1012
1155
  path: string;
1013
1156
  result: string | boolean;
1014
1157
  force_accept: string | boolean;
1015
1158
  ignore_errors: string | string[];
1159
+ robot: "/backblaze/store";
1016
1160
  headers: Record<string, string>;
1017
1161
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1018
1162
  queue?: string | undefined;
@@ -1035,29 +1179,29 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1035
1179
  app_key_id?: string | undefined;
1036
1180
  app_key?: string | undefined;
1037
1181
  } | {
1038
- robot: "/cloudfiles/import";
1039
1182
  path: string | string[];
1040
1183
  result: string | boolean;
1041
1184
  force_accept: string | boolean;
1042
1185
  ignore_errors: string | string[];
1186
+ robot: "/cloudfiles/import";
1043
1187
  force_name: string | string[] | null;
1044
1188
  recursive: string | boolean;
1045
1189
  files_per_page: string | number;
1046
1190
  page_number: string | number;
1047
1191
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1048
1192
  queue?: string | undefined;
1193
+ key?: string | undefined;
1049
1194
  credentials?: string | undefined;
1050
1195
  container?: string | undefined;
1051
- key?: string | undefined;
1052
1196
  account_type?: string | undefined;
1053
1197
  data_center?: string | undefined;
1054
1198
  user?: string | undefined;
1055
1199
  } | {
1056
- robot: "/cloudfiles/store";
1057
1200
  path: string;
1058
1201
  result: string | boolean;
1059
1202
  force_accept: string | boolean;
1060
1203
  ignore_errors: string | string[];
1204
+ robot: "/cloudfiles/store";
1061
1205
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1062
1206
  queue?: string | undefined;
1063
1207
  use?: string | string[] | {
@@ -1074,18 +1218,18 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1074
1218
  bundle_steps?: boolean | undefined;
1075
1219
  group_by_original?: boolean | undefined;
1076
1220
  } | undefined;
1221
+ key?: string | undefined;
1077
1222
  credentials?: string | undefined;
1078
1223
  container?: string | undefined;
1079
- key?: string | undefined;
1080
1224
  account_type?: string | undefined;
1081
1225
  data_center?: string | undefined;
1082
1226
  user?: string | undefined;
1083
1227
  } | {
1084
- robot: "/cloudflare/import";
1085
1228
  path: string | string[];
1086
1229
  result: string | boolean;
1087
1230
  force_accept: string | boolean;
1088
1231
  ignore_errors: string | string[];
1232
+ robot: "/cloudflare/import";
1089
1233
  force_name: string | string[] | null;
1090
1234
  recursive: string | boolean;
1091
1235
  files_per_page: string | number;
@@ -1093,17 +1237,17 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1093
1237
  return_file_stubs: string | boolean;
1094
1238
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1095
1239
  queue?: string | undefined;
1096
- credentials?: string | undefined;
1097
1240
  key?: string | undefined;
1241
+ credentials?: string | undefined;
1098
1242
  bucket?: string | undefined;
1099
1243
  host?: string | undefined;
1100
1244
  secret?: string | undefined;
1101
1245
  } | {
1102
- robot: "/cloudflare/store";
1103
1246
  path: string;
1104
1247
  result: string | boolean;
1105
1248
  force_accept: string | boolean;
1106
1249
  ignore_errors: string | string[];
1250
+ robot: "/cloudflare/store";
1107
1251
  headers: Record<string, string>;
1108
1252
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1109
1253
  queue?: string | undefined;
@@ -1121,19 +1265,19 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1121
1265
  bundle_steps?: boolean | undefined;
1122
1266
  group_by_original?: boolean | undefined;
1123
1267
  } | undefined;
1124
- credentials?: string | undefined;
1125
1268
  key?: string | undefined;
1269
+ credentials?: string | undefined;
1126
1270
  bucket?: string | undefined;
1127
1271
  host?: string | undefined;
1128
1272
  secret?: string | undefined;
1129
1273
  sign_urls_for?: string | number | undefined;
1130
1274
  url_prefix?: string | undefined;
1131
1275
  } | {
1132
- robot: "/digitalocean/import";
1133
1276
  path: string | string[];
1134
1277
  result: string | boolean;
1135
1278
  force_accept: string | boolean;
1136
1279
  ignore_errors: string | string[];
1280
+ robot: "/digitalocean/import";
1137
1281
  force_name: string | string[] | null;
1138
1282
  recursive: string | boolean;
1139
1283
  files_per_page: string | number;
@@ -1141,17 +1285,17 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1141
1285
  return_file_stubs: string | boolean;
1142
1286
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1143
1287
  queue?: string | undefined;
1144
- credentials?: string | undefined;
1145
1288
  key?: string | undefined;
1289
+ credentials?: string | undefined;
1146
1290
  secret?: string | undefined;
1147
1291
  space?: string | undefined;
1148
1292
  region?: string | undefined;
1149
1293
  } | {
1150
- robot: "/digitalocean/store";
1151
1294
  path: string;
1152
1295
  result: string | boolean;
1153
1296
  force_accept: string | boolean;
1154
1297
  ignore_errors: string | string[];
1298
+ robot: "/digitalocean/store";
1155
1299
  headers: Record<string, string>;
1156
1300
  url_prefix: string;
1157
1301
  acl: string;
@@ -1171,17 +1315,17 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1171
1315
  bundle_steps?: boolean | undefined;
1172
1316
  group_by_original?: boolean | undefined;
1173
1317
  } | undefined;
1174
- credentials?: string | undefined;
1175
1318
  key?: string | undefined;
1319
+ credentials?: string | undefined;
1176
1320
  secret?: string | undefined;
1177
1321
  sign_urls_for?: string | number | undefined;
1178
1322
  space?: string | undefined;
1179
1323
  region?: string | undefined;
1180
1324
  } | {
1181
- robot: "/document/autorotate";
1182
1325
  result: string | boolean;
1183
1326
  force_accept: string | boolean;
1184
1327
  ignore_errors: string | string[];
1328
+ robot: "/document/autorotate";
1185
1329
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1186
1330
  queue?: string | undefined;
1187
1331
  use?: string | string[] | {
@@ -1199,10 +1343,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1199
1343
  group_by_original?: boolean | undefined;
1200
1344
  } | undefined;
1201
1345
  } | {
1202
- robot: "/document/convert";
1203
1346
  result: string | boolean;
1204
1347
  force_accept: string | boolean;
1205
1348
  ignore_errors: string | string[];
1349
+ robot: "/document/convert";
1206
1350
  format: string;
1207
1351
  markdown_format: string;
1208
1352
  markdown_theme: string;
@@ -1229,10 +1373,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1229
1373
  pdf_header_template?: string | undefined;
1230
1374
  pdf_footer_template?: string | undefined;
1231
1375
  } | {
1232
- robot: "/document/merge";
1233
1376
  result: string | boolean;
1234
1377
  force_accept: string | boolean;
1235
1378
  ignore_errors: string | string[];
1379
+ robot: "/document/merge";
1236
1380
  input_passwords: string | string[];
1237
1381
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1238
1382
  queue?: string | undefined;
@@ -1252,10 +1396,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1252
1396
  } | undefined;
1253
1397
  output_password?: string | undefined;
1254
1398
  } | {
1255
- robot: "/document/ocr";
1256
1399
  result: string | boolean;
1257
1400
  force_accept: string | boolean;
1258
1401
  ignore_errors: string | string[];
1402
+ robot: "/document/ocr";
1259
1403
  format: string;
1260
1404
  provider: string;
1261
1405
  granularity: string;
@@ -1276,10 +1420,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1276
1420
  group_by_original?: boolean | undefined;
1277
1421
  } | undefined;
1278
1422
  } | {
1279
- robot: "/file/read";
1280
1423
  result: string | boolean;
1281
1424
  force_accept: string | boolean;
1282
1425
  ignore_errors: string | string[];
1426
+ robot: "/file/read";
1283
1427
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1284
1428
  queue?: string | undefined;
1285
1429
  use?: string | string[] | {
@@ -1297,10 +1441,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1297
1441
  group_by_original?: boolean | undefined;
1298
1442
  } | undefined;
1299
1443
  } | {
1300
- robot: "/document/split";
1301
1444
  result: string | boolean;
1302
1445
  force_accept: string | boolean;
1303
1446
  ignore_errors: string | string[];
1447
+ robot: "/document/split";
1304
1448
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1305
1449
  queue?: string | undefined;
1306
1450
  use?: string | string[] | {
@@ -1319,10 +1463,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1319
1463
  } | undefined;
1320
1464
  pages?: string | string[] | undefined;
1321
1465
  } | {
1322
- robot: "/document/thumbs";
1323
1466
  result: string | boolean;
1324
1467
  force_accept: string | boolean;
1325
1468
  ignore_errors: string | string[];
1469
+ robot: "/document/thumbs";
1326
1470
  format: string;
1327
1471
  antialiasing: string | boolean;
1328
1472
  imagemagick_stack: string;
@@ -1332,6 +1476,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1332
1476
  trim_whitespace: string | boolean;
1333
1477
  pdf_use_cropbox: string | boolean;
1334
1478
  turbo: string | boolean;
1479
+ alpha?: string | undefined;
1335
1480
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1336
1481
  queue?: string | undefined;
1337
1482
  use?: string | string[] | {
@@ -1351,25 +1496,24 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1351
1496
  width?: string | number | undefined;
1352
1497
  height?: string | number | undefined;
1353
1498
  delay?: string | number | undefined;
1354
- alpha?: string | undefined;
1355
1499
  density?: string | undefined;
1356
1500
  colorspace?: string | undefined;
1357
1501
  } | {
1358
- robot: "/dropbox/import";
1359
1502
  path: string | string[];
1360
1503
  result: string | boolean;
1361
1504
  force_accept: string | boolean;
1362
1505
  ignore_errors: string | string[];
1506
+ robot: "/dropbox/import";
1363
1507
  force_name: string | string[] | null;
1364
1508
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1365
1509
  queue?: string | undefined;
1366
1510
  credentials?: string | undefined;
1367
1511
  } | {
1368
- robot: "/dropbox/store";
1369
1512
  path: string;
1370
1513
  result: string | boolean;
1371
1514
  force_accept: string | boolean;
1372
1515
  ignore_errors: string | string[];
1516
+ robot: "/dropbox/store";
1373
1517
  create_sharing_link: string | boolean;
1374
1518
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1375
1519
  queue?: string | undefined;
@@ -1389,17 +1533,17 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1389
1533
  } | undefined;
1390
1534
  credentials?: string | undefined;
1391
1535
  } | {
1392
- robot: "/edgly/deliver";
1393
1536
  result: string | boolean;
1394
1537
  force_accept: string | boolean;
1395
1538
  ignore_errors: string | string[];
1539
+ robot: "/edgly/deliver";
1396
1540
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1397
1541
  queue?: string | undefined;
1398
1542
  } | {
1399
- robot: "/file/compress";
1400
1543
  result: string | boolean;
1401
1544
  force_accept: string | boolean;
1402
1545
  ignore_errors: string | string[];
1546
+ robot: "/file/compress";
1403
1547
  format: string;
1404
1548
  gzip: string | boolean;
1405
1549
  password: string | null;
@@ -1423,10 +1567,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1423
1567
  } | undefined;
1424
1568
  archive_name?: string | undefined;
1425
1569
  } | {
1426
- robot: "/file/decompress";
1427
1570
  result: string | boolean;
1428
1571
  force_accept: string | boolean;
1429
1572
  ignore_errors: string | ("meta" | "execute")[];
1573
+ robot: "/file/decompress";
1430
1574
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1431
1575
  queue?: string | undefined;
1432
1576
  use?: string | string[] | {
@@ -1444,10 +1588,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1444
1588
  group_by_original?: boolean | undefined;
1445
1589
  } | undefined;
1446
1590
  } | {
1447
- robot: "/file/filter";
1448
1591
  result: string | boolean;
1449
1592
  force_accept: string | boolean;
1450
1593
  ignore_errors: string | string[];
1594
+ robot: "/file/filter";
1451
1595
  condition_type: string;
1452
1596
  error_on_decline: string | boolean;
1453
1597
  error_msg: string;
@@ -1470,10 +1614,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1470
1614
  accepts?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
1471
1615
  declines?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
1472
1616
  } | {
1473
- robot: "/file/hash";
1474
1617
  result: string | boolean;
1475
1618
  force_accept: string | boolean;
1476
1619
  ignore_errors: string | string[];
1620
+ robot: "/file/hash";
1477
1621
  algorithm: string;
1478
1622
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1479
1623
  queue?: string | undefined;
@@ -1492,10 +1636,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1492
1636
  group_by_original?: boolean | undefined;
1493
1637
  } | undefined;
1494
1638
  } | {
1495
- robot: "/file/preview";
1639
+ optimize: string | boolean;
1496
1640
  result: string | boolean;
1497
1641
  force_accept: string | boolean;
1498
1642
  ignore_errors: string | string[];
1643
+ robot: "/file/preview";
1499
1644
  format: string;
1500
1645
  width: string | number;
1501
1646
  height: string | number;
@@ -1509,7 +1654,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1509
1654
  icon_text_color: string;
1510
1655
  icon_text_font: string;
1511
1656
  icon_text_content: string;
1512
- optimize: string | boolean;
1513
1657
  optimize_priority: string;
1514
1658
  optimize_progressive: string | boolean;
1515
1659
  clip_format: string;
@@ -1535,20 +1679,20 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1535
1679
  } | undefined;
1536
1680
  strategy?: string | {
1537
1681
  unknown: string | string[];
1538
- audio: string | string[];
1539
- image: string | string[];
1540
- archive: string | string[];
1541
1682
  document: string | string[];
1683
+ image: string | string[];
1542
1684
  video: string | string[];
1543
1685
  webpage: string | string[];
1686
+ audio: string | string[];
1687
+ archive: string | string[];
1544
1688
  } | undefined;
1545
1689
  artwork_outer_color?: string | undefined;
1546
1690
  artwork_center_color?: string | undefined;
1547
1691
  } | {
1548
- robot: "/file/serve";
1549
1692
  result: string | boolean;
1550
1693
  force_accept: string | boolean;
1551
1694
  ignore_errors: string | string[];
1695
+ robot: "/file/serve";
1552
1696
  headers: Record<string, string>;
1553
1697
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1554
1698
  queue?: string | undefined;
@@ -1567,10 +1711,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1567
1711
  group_by_original?: boolean | undefined;
1568
1712
  } | undefined;
1569
1713
  } | {
1570
- robot: "/file/verify";
1571
1714
  result: string | boolean;
1572
1715
  force_accept: string | boolean;
1573
1716
  ignore_errors: string | string[];
1717
+ robot: "/file/verify";
1574
1718
  error_on_decline: string | boolean;
1575
1719
  error_msg: string;
1576
1720
  verify_to_be: string;
@@ -1591,10 +1735,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1591
1735
  group_by_original?: boolean | undefined;
1592
1736
  } | undefined;
1593
1737
  } | {
1594
- robot: "/file/virusscan";
1595
1738
  result: string | boolean;
1596
1739
  force_accept: string | boolean;
1597
1740
  ignore_errors: string | string[];
1741
+ robot: "/file/virusscan";
1598
1742
  error_on_decline: string | boolean;
1599
1743
  error_msg: string;
1600
1744
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
@@ -1614,11 +1758,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1614
1758
  group_by_original?: boolean | undefined;
1615
1759
  } | undefined;
1616
1760
  } | {
1617
- robot: "/ftp/import";
1618
1761
  path: string | string[];
1619
1762
  result: string | boolean;
1620
1763
  force_accept: string | boolean;
1621
1764
  ignore_errors: string | string[];
1765
+ robot: "/ftp/import";
1622
1766
  force_name: string | string[] | null;
1623
1767
  port: string | number;
1624
1768
  passive_mode: string | boolean;
@@ -1629,11 +1773,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1629
1773
  host?: string | undefined;
1630
1774
  password?: string | undefined;
1631
1775
  } | {
1632
- robot: "/ftp/store";
1633
1776
  path: string;
1634
1777
  result: string | boolean;
1635
1778
  force_accept: string | boolean;
1636
1779
  ignore_errors: string | string[];
1780
+ robot: "/ftp/store";
1637
1781
  port: string | number;
1638
1782
  url_template: string;
1639
1783
  ssl_url_template: string;
@@ -1659,11 +1803,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1659
1803
  host?: string | undefined;
1660
1804
  password?: string | undefined;
1661
1805
  } | {
1662
- robot: "/google/import";
1663
1806
  path: string | string[];
1664
1807
  result: string | boolean;
1665
1808
  force_accept: string | boolean;
1666
1809
  ignore_errors: string | string[];
1810
+ robot: "/google/import";
1667
1811
  force_name: string | string[] | null;
1668
1812
  recursive: string | boolean;
1669
1813
  next_page_token: string;
@@ -1672,10 +1816,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1672
1816
  queue?: string | undefined;
1673
1817
  credentials?: string | undefined;
1674
1818
  } | {
1675
- robot: "/google/store";
1676
1819
  path: string;
1677
1820
  force_accept: string | boolean;
1678
1821
  ignore_errors: string | string[];
1822
+ robot: "/google/store";
1679
1823
  credentials: string;
1680
1824
  acl: string | null;
1681
1825
  url_template: string;
@@ -1699,10 +1843,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1699
1843
  } | undefined;
1700
1844
  cache_control?: string | undefined;
1701
1845
  } | {
1702
- robot: "/html/convert";
1703
1846
  result: string | boolean;
1704
1847
  force_accept: string | boolean;
1705
1848
  ignore_errors: string | string[];
1849
+ robot: "/html/convert";
1706
1850
  format: string;
1707
1851
  width: string | number;
1708
1852
  delay: string | number;
@@ -1729,10 +1873,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1729
1873
  height?: string | number | undefined;
1730
1874
  headers?: Record<string, string> | undefined;
1731
1875
  } | {
1732
- robot: "/http/import";
1733
1876
  result: string | boolean;
1734
1877
  force_accept: string | boolean;
1735
1878
  ignore_errors: string | string[];
1879
+ robot: "/http/import";
1736
1880
  force_name: string | string[] | null;
1737
1881
  headers: string | string[] | Record<string, string>[];
1738
1882
  return_file_stubs: string | boolean;
@@ -1744,10 +1888,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1744
1888
  queue?: string | undefined;
1745
1889
  range?: string | string[] | undefined;
1746
1890
  } | {
1747
- robot: "/image/bgremove";
1748
1891
  result: string | boolean;
1749
1892
  force_accept: string | boolean;
1750
1893
  ignore_errors: string | string[];
1894
+ robot: "/image/bgremove";
1751
1895
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1752
1896
  queue?: string | undefined;
1753
1897
  use?: string | string[] | {
@@ -1769,10 +1913,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1769
1913
  select?: string | undefined;
1770
1914
  model?: string | undefined;
1771
1915
  } | {
1772
- robot: "/image/describe";
1773
1916
  result: string | boolean;
1774
1917
  force_accept: string | boolean;
1775
1918
  ignore_errors: string | string[];
1919
+ robot: "/image/describe";
1776
1920
  format: string;
1777
1921
  granularity: string;
1778
1922
  explicit_descriptions: string | boolean;
@@ -1794,10 +1938,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1794
1938
  } | undefined;
1795
1939
  provider?: string | undefined;
1796
1940
  } | {
1797
- robot: "/image/facedetect";
1798
1941
  result: string | boolean;
1799
1942
  force_accept: string | boolean;
1800
1943
  ignore_errors: string | string[];
1944
+ robot: "/image/facedetect";
1801
1945
  format: string;
1802
1946
  crop: string | boolean;
1803
1947
  crop_padding: string;
@@ -1821,9 +1965,9 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1821
1965
  } | undefined;
1822
1966
  provider?: string | undefined;
1823
1967
  } | {
1824
- robot: "/image/generate";
1825
1968
  force_accept: string | boolean;
1826
1969
  ignore_errors: string | string[];
1970
+ robot: "/image/generate";
1827
1971
  prompt: string;
1828
1972
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1829
1973
  result?: string | boolean | undefined;
@@ -1852,10 +1996,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1852
1996
  aspect_ratio?: string | undefined;
1853
1997
  num_outputs?: string | number | undefined;
1854
1998
  } | {
1855
- robot: "/image/merge";
1856
1999
  result: string | boolean;
1857
2000
  force_accept: string | boolean;
1858
2001
  ignore_errors: string | string[];
2002
+ robot: "/image/merge";
1859
2003
  format: string;
1860
2004
  background: string;
1861
2005
  direction: string;
@@ -1879,10 +2023,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1879
2023
  group_by_original?: boolean | undefined;
1880
2024
  } | undefined;
1881
2025
  } | {
1882
- robot: "/image/ocr";
1883
2026
  result: string | boolean;
1884
2027
  force_accept: string | boolean;
1885
2028
  ignore_errors: string | string[];
2029
+ robot: "/image/ocr";
1886
2030
  format: string;
1887
2031
  provider: string;
1888
2032
  granularity: string;
@@ -1903,10 +2047,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1903
2047
  group_by_original?: boolean | undefined;
1904
2048
  } | undefined;
1905
2049
  } | {
1906
- robot: "/image/optimize";
1907
2050
  result: string | boolean;
1908
2051
  force_accept: string | boolean;
1909
2052
  ignore_errors: string | string[];
2053
+ robot: "/image/optimize";
1910
2054
  priority: string;
1911
2055
  progressive: string | boolean;
1912
2056
  preserve_meta_data: string | boolean;
@@ -1928,11 +2072,12 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1928
2072
  group_by_original?: boolean | undefined;
1929
2073
  } | undefined;
1930
2074
  } | {
1931
- robot: "/image/resize";
1932
2075
  strip: string | boolean;
2076
+ compress: string | null;
1933
2077
  result: string | boolean;
1934
2078
  force_accept: string | boolean;
1935
2079
  ignore_errors: string | string[];
2080
+ robot: "/image/resize";
1936
2081
  format: string | null;
1937
2082
  zoom: string | boolean;
1938
2083
  imagemagick_stack: string;
@@ -1949,7 +2094,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1949
2094
  correct_gamma: string | boolean;
1950
2095
  sepia: string | number | null;
1951
2096
  rotation: string | number | boolean;
1952
- compress: string | null;
1953
2097
  blur: string | null;
1954
2098
  blur_regions: string | (string | {
1955
2099
  width: string | number;
@@ -1972,6 +2116,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
1972
2116
  negate: string | boolean;
1973
2117
  monochrome: string | boolean;
1974
2118
  type?: string | undefined;
2119
+ alpha?: string | undefined;
1975
2120
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
1976
2121
  queue?: string | undefined;
1977
2122
  use?: string | string[] | {
@@ -2001,185 +2146,40 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2001
2146
  stroke_color: string;
2002
2147
  align: string;
2003
2148
  valign: string;
2004
- x_offset: string | number;
2005
- y_offset: string | number;
2006
- } | (string | {
2007
- background_color: string;
2008
- text: string;
2009
- font: string;
2010
- size: string | number;
2011
- rotate: string | number;
2012
- color: string;
2013
- stroke_width: string | number;
2014
- stroke_color: string;
2015
- align: string;
2016
- valign: string;
2017
- x_offset: string | number;
2018
- y_offset: string | number;
2019
- })[] | undefined;
2020
- crop?: string | {
2021
- x1?: string | number | null | undefined;
2022
- y1?: string | number | null | undefined;
2023
- x2?: string | number | null | undefined;
2024
- y2?: string | number | null | undefined;
2025
- } | undefined;
2026
- alpha?: string | undefined;
2027
- colorspace?: string | undefined;
2028
- preclip_alpha?: string | undefined;
2029
- transparent?: string | undefined;
2030
- watermark_url?: string | undefined;
2031
- watermark_size?: string | undefined;
2032
- shave?: string | undefined;
2033
- } | {
2034
- robot: "/meta/write";
2035
- result: string | boolean;
2036
- force_accept: string | boolean;
2037
- ignore_errors: string | string[];
2038
- ffmpeg_stack: string;
2039
- data_to_write: Record<string, unknown>;
2040
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
2041
- queue?: string | undefined;
2042
- use?: string | string[] | {
2043
- name: string;
2044
- fields?: string | undefined;
2045
- as?: string | undefined;
2046
- }[] | {
2047
- steps: string | string[] | {
2048
- name: string;
2049
- fields?: string | undefined;
2050
- as?: string | undefined;
2051
- }[];
2052
- fields?: string[] | undefined;
2053
- bundle_steps?: boolean | undefined;
2054
- group_by_original?: boolean | undefined;
2055
- } | undefined;
2056
- ffmpeg?: string | z.objectOutputType<{
2057
- af: z.ZodOptional<z.ZodString>;
2058
- 'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2059
- 'b:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2060
- 'c:a': z.ZodOptional<z.ZodString>;
2061
- 'c:v': z.ZodOptional<z.ZodString>;
2062
- 'codec:a': z.ZodOptional<z.ZodString>;
2063
- 'codec:v': z.ZodOptional<z.ZodString>;
2064
- 'filter:v': z.ZodOptional<z.ZodString>;
2065
- 'filter:a': z.ZodOptional<z.ZodString>;
2066
- bits_per_mb: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2067
- ss: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2068
- t: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2069
- to: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2070
- vendor: z.ZodOptional<z.ZodString>;
2071
- shortest: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>>;
2072
- filter_complex: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>;
2073
- 'level:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2074
- 'profile:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodUnion<[z.ZodString, z.ZodEnum<["baseline", "main", "high", "main10"]>]>]>>;
2075
- 'qscale:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2076
- 'qscale:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2077
- 'x264-params': z.ZodOptional<z.ZodString>;
2078
- 'overshoot-pct': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2079
- deadline: z.ZodOptional<z.ZodString>;
2080
- 'cpu-used': z.ZodOptional<z.ZodString>;
2081
- 'undershoot-pct': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2082
- 'row-mt': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2083
- 'x265-params': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
2084
- 'vbv-maxrate': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2085
- 'vbv-bufsize': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2086
- 'rc-lookahead': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2087
- 'b-adapt': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2088
- }, "strict", z.ZodTypeAny, {
2089
- 'vbv-maxrate'?: string | number | undefined;
2090
- 'vbv-bufsize'?: string | number | undefined;
2091
- 'rc-lookahead'?: string | number | undefined;
2092
- 'b-adapt'?: string | number | undefined;
2093
- }, {
2094
- 'vbv-maxrate'?: string | number | undefined;
2095
- 'vbv-bufsize'?: string | number | undefined;
2096
- 'rc-lookahead'?: string | number | undefined;
2097
- 'b-adapt'?: string | number | undefined;
2098
- }>]>>;
2099
- 'svtav1-params': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
2100
- tune: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2101
- 'enable-qm': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2102
- 'fast-decode': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2103
- 'film-grain-denoise': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2104
- }, "strict", z.ZodTypeAny, {
2105
- tune?: string | number | undefined;
2106
- 'enable-qm'?: string | number | undefined;
2107
- 'fast-decode'?: string | number | undefined;
2108
- 'film-grain-denoise'?: string | number | undefined;
2109
- }, {
2110
- tune?: string | number | undefined;
2111
- 'enable-qm'?: string | number | undefined;
2112
- 'fast-decode'?: string | number | undefined;
2113
- 'film-grain-denoise'?: string | number | undefined;
2114
- }>]>>;
2115
- ac: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2116
- an: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2117
- ar: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2118
- async: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2119
- b: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
2120
- v: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2121
- a: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2122
- }, "strict", z.ZodTypeAny, {
2123
- v?: string | number | undefined;
2124
- a?: string | number | undefined;
2125
- }, {
2126
- v?: string | number | undefined;
2127
- a?: string | number | undefined;
2128
- }>]>, z.ZodString]>>;
2129
- bt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodString]>>;
2130
- bufsize: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2131
- c: z.ZodOptional<z.ZodString>;
2132
- codec: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
2133
- v: z.ZodOptional<z.ZodString>;
2134
- a: z.ZodOptional<z.ZodString>;
2135
- }, "strict", z.ZodTypeAny, {
2136
- v?: string | undefined;
2137
- a?: string | undefined;
2138
- }, {
2139
- v?: string | undefined;
2140
- a?: string | undefined;
2141
- }>]>>;
2142
- coder: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2143
- crf: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2144
- f: z.ZodOptional<z.ZodString>;
2145
- flags: z.ZodOptional<z.ZodString>;
2146
- g: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2147
- i_qfactor: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2148
- keyint_min: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2149
- level: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2150
- map: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
2151
- maxrate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2152
- me_range: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2153
- movflags: z.ZodOptional<z.ZodString>;
2154
- partitions: z.ZodOptional<z.ZodString>;
2155
- pix_fmt: z.ZodOptional<z.ZodString>;
2156
- preset: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2157
- profile: z.ZodOptional<z.ZodString>;
2158
- 'q:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2159
- qcomp: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2160
- qdiff: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2161
- qmax: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2162
- qmin: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2163
- r: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodString]>>>;
2164
- rc_eq: z.ZodOptional<z.ZodString>;
2165
- refs: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2166
- s: z.ZodOptional<z.ZodString>;
2167
- sc_threshold: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2168
- sws_flags: z.ZodOptional<z.ZodString>;
2169
- threads: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2170
- trellis: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2171
- transloaditffpreset: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"empty">]>>;
2172
- vn: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2173
- vf: z.ZodOptional<z.ZodString>;
2174
- x264opts: z.ZodOptional<z.ZodString>;
2175
- vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2176
- }, z.ZodTypeAny, "passthrough"> | undefined;
2149
+ x_offset: string | number;
2150
+ y_offset: string | number;
2151
+ } | (string | {
2152
+ background_color: string;
2153
+ text: string;
2154
+ font: string;
2155
+ size: string | number;
2156
+ rotate: string | number;
2157
+ color: string;
2158
+ stroke_width: string | number;
2159
+ stroke_color: string;
2160
+ align: string;
2161
+ valign: string;
2162
+ x_offset: string | number;
2163
+ y_offset: string | number;
2164
+ })[] | undefined;
2165
+ crop?: string | {
2166
+ x1?: string | number | null | undefined;
2167
+ y1?: string | number | null | undefined;
2168
+ x2?: string | number | null | undefined;
2169
+ y2?: string | number | null | undefined;
2170
+ } | undefined;
2171
+ colorspace?: string | undefined;
2172
+ preclip_alpha?: string | undefined;
2173
+ transparent?: string | undefined;
2174
+ watermark_url?: string | undefined;
2175
+ watermark_size?: string | undefined;
2176
+ shave?: string | undefined;
2177
2177
  } | {
2178
- robot: "/minio/import";
2179
2178
  path: string | string[];
2180
2179
  result: string | boolean;
2181
2180
  force_accept: string | boolean;
2182
2181
  ignore_errors: string | string[];
2182
+ robot: "/minio/import";
2183
2183
  force_name: string | string[] | null;
2184
2184
  recursive: string | boolean;
2185
2185
  files_per_page: string | number;
@@ -2187,17 +2187,17 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2187
2187
  return_file_stubs: string | boolean;
2188
2188
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
2189
2189
  queue?: string | undefined;
2190
- credentials?: string | undefined;
2191
2190
  key?: string | undefined;
2191
+ credentials?: string | undefined;
2192
2192
  bucket?: string | undefined;
2193
2193
  host?: string | undefined;
2194
2194
  secret?: string | undefined;
2195
2195
  } | {
2196
- robot: "/minio/store";
2197
2196
  path: string;
2198
2197
  result: string | boolean;
2199
2198
  force_accept: string | boolean;
2200
2199
  ignore_errors: string | string[];
2200
+ robot: "/minio/store";
2201
2201
  headers: Record<string, string>;
2202
2202
  acl: string;
2203
2203
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
@@ -2216,25 +2216,25 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2216
2216
  bundle_steps?: boolean | undefined;
2217
2217
  group_by_original?: boolean | undefined;
2218
2218
  } | undefined;
2219
- credentials?: string | undefined;
2220
2219
  key?: string | undefined;
2220
+ credentials?: string | undefined;
2221
2221
  bucket?: string | undefined;
2222
2222
  host?: string | undefined;
2223
2223
  secret?: string | undefined;
2224
2224
  sign_urls_for?: string | number | undefined;
2225
2225
  } | {
2226
- robot: "/s3/import";
2227
2226
  path: string | string[];
2228
2227
  result: string | boolean;
2229
2228
  force_accept: string | boolean;
2230
2229
  ignore_errors: string | string[];
2230
+ robot: "/s3/import";
2231
2231
  force_name: string | string[] | null;
2232
2232
  recursive: string | boolean;
2233
2233
  return_file_stubs: string | boolean;
2234
2234
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
2235
2235
  queue?: string | undefined;
2236
- credentials?: string | undefined;
2237
2236
  key?: string | undefined;
2237
+ credentials?: string | undefined;
2238
2238
  files_per_page?: string | number | undefined;
2239
2239
  bucket?: string | undefined;
2240
2240
  page_number?: string | number | undefined;
@@ -2242,11 +2242,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2242
2242
  range?: string | string[] | undefined;
2243
2243
  bucket_region?: string | undefined;
2244
2244
  } | {
2245
- robot: "/s3/store";
2246
2245
  path: string;
2247
2246
  result: string | boolean;
2248
2247
  force_accept: string | boolean;
2249
2248
  ignore_errors: string | string[];
2249
+ robot: "/s3/store";
2250
2250
  headers: Record<string, string>;
2251
2251
  host: string;
2252
2252
  url_prefix: string;
@@ -2270,18 +2270,18 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2270
2270
  bundle_steps?: boolean | undefined;
2271
2271
  group_by_original?: boolean | undefined;
2272
2272
  } | undefined;
2273
- credentials?: string | undefined;
2274
2273
  key?: string | undefined;
2274
+ credentials?: string | undefined;
2275
2275
  bucket?: string | undefined;
2276
2276
  secret?: string | undefined;
2277
2277
  sign_urls_for?: string | number | undefined;
2278
2278
  bucket_region?: string | undefined;
2279
2279
  session_token?: string | undefined;
2280
2280
  } | {
2281
- robot: "/script/run";
2282
2281
  result: string | boolean;
2283
2282
  force_accept: string | boolean;
2284
2283
  ignore_errors: string | string[];
2284
+ robot: "/script/run";
2285
2285
  script: string;
2286
2286
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
2287
2287
  queue?: string | undefined;
@@ -2300,11 +2300,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2300
2300
  group_by_original?: boolean | undefined;
2301
2301
  } | undefined;
2302
2302
  } | {
2303
- robot: "/sftp/import";
2304
2303
  path: string;
2305
2304
  result: string | boolean;
2306
2305
  force_accept: string | boolean;
2307
2306
  ignore_errors: string | string[];
2307
+ robot: "/sftp/import";
2308
2308
  force_name: string | string[] | null;
2309
2309
  port: string | number;
2310
2310
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
@@ -2314,11 +2314,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2314
2314
  host?: string | undefined;
2315
2315
  public_key?: string | undefined;
2316
2316
  } | {
2317
- robot: "/sftp/store";
2318
2317
  path: string;
2319
2318
  result: string | boolean;
2320
2319
  force_accept: string | boolean;
2321
2320
  ignore_errors: string | string[];
2321
+ robot: "/sftp/store";
2322
2322
  port: string | number;
2323
2323
  url_template: string;
2324
2324
  ssl_url_template: string;
@@ -2344,10 +2344,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2344
2344
  host?: string | undefined;
2345
2345
  public_key?: string | undefined;
2346
2346
  } | {
2347
- robot: "/speech/transcribe";
2348
2347
  result: string | boolean;
2349
2348
  force_accept: string | boolean;
2350
2349
  ignore_errors: string | string[];
2350
+ robot: "/speech/transcribe";
2351
2351
  format: string;
2352
2352
  provider: string;
2353
2353
  granularity: string;
@@ -2370,11 +2370,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2370
2370
  group_by_original?: boolean | undefined;
2371
2371
  } | undefined;
2372
2372
  } | {
2373
- robot: "/supabase/import";
2374
2373
  path: string | string[];
2375
2374
  result: string | boolean;
2376
2375
  force_accept: string | boolean;
2377
2376
  ignore_errors: string | string[];
2377
+ robot: "/supabase/import";
2378
2378
  force_name: string | string[] | null;
2379
2379
  recursive: string | boolean;
2380
2380
  files_per_page: string | number;
@@ -2382,18 +2382,18 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2382
2382
  return_file_stubs: string | boolean;
2383
2383
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
2384
2384
  queue?: string | undefined;
2385
- credentials?: string | undefined;
2386
2385
  key?: string | undefined;
2386
+ credentials?: string | undefined;
2387
2387
  bucket?: string | undefined;
2388
2388
  host?: string | undefined;
2389
2389
  secret?: string | undefined;
2390
2390
  bucket_region?: string | undefined;
2391
2391
  } | {
2392
- robot: "/supabase/store";
2393
2392
  path: string;
2394
2393
  result: string | boolean;
2395
2394
  force_accept: string | boolean;
2396
2395
  ignore_errors: string | string[];
2396
+ robot: "/supabase/store";
2397
2397
  headers: Record<string, string>;
2398
2398
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
2399
2399
  queue?: string | undefined;
@@ -2411,19 +2411,19 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2411
2411
  bundle_steps?: boolean | undefined;
2412
2412
  group_by_original?: boolean | undefined;
2413
2413
  } | undefined;
2414
- credentials?: string | undefined;
2415
2414
  key?: string | undefined;
2415
+ credentials?: string | undefined;
2416
2416
  bucket?: string | undefined;
2417
2417
  host?: string | undefined;
2418
2418
  secret?: string | undefined;
2419
2419
  sign_urls_for?: string | number | undefined;
2420
2420
  bucket_region?: string | undefined;
2421
2421
  } | {
2422
- robot: "/swift/import";
2423
2422
  path: string | string[];
2424
2423
  result: string | boolean;
2425
2424
  force_accept: string | boolean;
2426
2425
  ignore_errors: string | string[];
2426
+ robot: "/swift/import";
2427
2427
  force_name: string | string[] | null;
2428
2428
  recursive: string | boolean;
2429
2429
  files_per_page: string | number;
@@ -2431,18 +2431,18 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2431
2431
  return_file_stubs: string | boolean;
2432
2432
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
2433
2433
  queue?: string | undefined;
2434
- credentials?: string | undefined;
2435
2434
  key?: string | undefined;
2435
+ credentials?: string | undefined;
2436
2436
  bucket?: string | undefined;
2437
2437
  host?: string | undefined;
2438
2438
  secret?: string | undefined;
2439
2439
  bucket_region?: string | undefined;
2440
2440
  } | {
2441
- robot: "/swift/store";
2442
2441
  path: string;
2443
2442
  result: string | boolean;
2444
2443
  force_accept: string | boolean;
2445
2444
  ignore_errors: string | string[];
2445
+ robot: "/swift/store";
2446
2446
  headers: Record<string, string>;
2447
2447
  acl: string;
2448
2448
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
@@ -2461,18 +2461,18 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2461
2461
  bundle_steps?: boolean | undefined;
2462
2462
  group_by_original?: boolean | undefined;
2463
2463
  } | undefined;
2464
- credentials?: string | undefined;
2465
2464
  key?: string | undefined;
2465
+ credentials?: string | undefined;
2466
2466
  bucket?: string | undefined;
2467
2467
  host?: string | undefined;
2468
2468
  secret?: string | undefined;
2469
2469
  sign_urls_for?: string | number | undefined;
2470
2470
  bucket_region?: string | undefined;
2471
2471
  } | {
2472
- robot: "/text/speak";
2473
2472
  result: string | boolean;
2474
2473
  force_accept: string | boolean;
2475
2474
  ignore_errors: string | string[];
2475
+ robot: "/text/speak";
2476
2476
  provider: string;
2477
2477
  target_language: string;
2478
2478
  voice: string;
@@ -2495,10 +2495,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2495
2495
  } | undefined;
2496
2496
  prompt?: string | null | undefined;
2497
2497
  } | {
2498
- robot: "/text/translate";
2499
2498
  result: string | boolean;
2500
2499
  force_accept: string | boolean;
2501
2500
  ignore_errors: string | string[];
2501
+ robot: "/text/translate";
2502
2502
  provider: string;
2503
2503
  source_language: string;
2504
2504
  target_language: string;
@@ -2519,10 +2519,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2519
2519
  group_by_original?: boolean | undefined;
2520
2520
  } | undefined;
2521
2521
  } | {
2522
- robot: "/ai/chat";
2523
2522
  result: string | boolean;
2524
2523
  force_accept: string | boolean;
2525
2524
  ignore_errors: string | string[];
2525
+ robot: "/ai/chat";
2526
2526
  format: string;
2527
2527
  model: string;
2528
2528
  return_messages: string;
@@ -2601,17 +2601,18 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2601
2601
  credentials?: string | string[] | undefined;
2602
2602
  schema?: string | undefined;
2603
2603
  system_message?: string | undefined;
2604
+ test_credentials?: string | boolean | undefined;
2604
2605
  mcp_servers?: string | (string | {
2605
2606
  type: string;
2606
2607
  url: string;
2607
2608
  headers?: Record<string, string> | undefined;
2608
2609
  })[] | undefined;
2609
2610
  } | {
2610
- robot: "/tigris/import";
2611
2611
  path: string | string[];
2612
2612
  result: string | boolean;
2613
2613
  force_accept: string | boolean;
2614
2614
  ignore_errors: string | string[];
2615
+ robot: "/tigris/import";
2615
2616
  force_name: string | string[] | null;
2616
2617
  recursive: string | boolean;
2617
2618
  files_per_page: string | number;
@@ -2619,18 +2620,18 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2619
2620
  return_file_stubs: string | boolean;
2620
2621
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
2621
2622
  queue?: string | undefined;
2622
- credentials?: string | undefined;
2623
2623
  key?: string | undefined;
2624
+ credentials?: string | undefined;
2624
2625
  bucket?: string | undefined;
2625
2626
  host?: string | undefined;
2626
2627
  secret?: string | undefined;
2627
2628
  bucket_region?: string | undefined;
2628
2629
  } | {
2629
- robot: "/tigris/store";
2630
2630
  path: string;
2631
2631
  result: string | boolean;
2632
2632
  force_accept: string | boolean;
2633
2633
  ignore_errors: string | string[];
2634
+ robot: "/tigris/store";
2634
2635
  headers: Record<string, string>;
2635
2636
  acl: string;
2636
2637
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
@@ -2649,25 +2650,25 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2649
2650
  bundle_steps?: boolean | undefined;
2650
2651
  group_by_original?: boolean | undefined;
2651
2652
  } | undefined;
2652
- credentials?: string | undefined;
2653
2653
  key?: string | undefined;
2654
+ credentials?: string | undefined;
2654
2655
  bucket?: string | undefined;
2655
2656
  host?: string | undefined;
2656
2657
  secret?: string | undefined;
2657
2658
  sign_urls_for?: string | number | undefined;
2658
2659
  bucket_region?: string | undefined;
2659
2660
  } | {
2660
- robot: "/tlcdn/deliver";
2661
2661
  result: string | boolean;
2662
2662
  force_accept: string | boolean;
2663
2663
  ignore_errors: string | string[];
2664
+ robot: "/tlcdn/deliver";
2664
2665
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
2665
2666
  queue?: string | undefined;
2666
2667
  } | {
2667
- robot: "/tus/store";
2668
2668
  result: string | boolean;
2669
2669
  force_accept: string | boolean;
2670
2670
  ignore_errors: string | string[];
2671
+ robot: "/tus/store";
2671
2672
  metadata: Record<string, string>;
2672
2673
  headers: Record<string, string>;
2673
2674
  endpoint: string;
@@ -2691,38 +2692,21 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2691
2692
  url_template?: string | undefined;
2692
2693
  ssl_url_template?: string | undefined;
2693
2694
  } | {
2694
- robot: "/upload/handle";
2695
2695
  result: string | boolean;
2696
2696
  force_accept: string | boolean;
2697
2697
  ignore_errors: string | string[];
2698
+ robot: "/upload/handle";
2698
2699
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
2699
2700
  queue?: string | undefined;
2700
2701
  } | {
2701
- robot: "/video/adaptive";
2702
2702
  result: string | boolean;
2703
2703
  force_accept: string | boolean;
2704
2704
  ignore_errors: string | string[];
2705
2705
  ffmpeg_stack: string;
2706
+ robot: "/video/adaptive";
2706
2707
  technique: string;
2707
2708
  segment_duration: string | number;
2708
2709
  closed_captions: string | boolean;
2709
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
2710
- queue?: string | undefined;
2711
- use?: string | string[] | {
2712
- name: string;
2713
- fields?: string | undefined;
2714
- as?: string | undefined;
2715
- }[] | {
2716
- steps: string | string[] | {
2717
- name: string;
2718
- fields?: string | undefined;
2719
- as?: string | undefined;
2720
- }[];
2721
- fields?: string[] | undefined;
2722
- bundle_steps?: boolean | undefined;
2723
- group_by_original?: boolean | undefined;
2724
- } | undefined;
2725
- preset?: string | undefined;
2726
2710
  ffmpeg?: string | z.objectOutputType<{
2727
2711
  af: z.ZodOptional<z.ZodString>;
2728
2712
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -2844,17 +2828,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2844
2828
  x264opts: z.ZodOptional<z.ZodString>;
2845
2829
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2846
2830
  }, z.ZodTypeAny, "passthrough"> | undefined;
2847
- width?: string | number | null | undefined;
2848
- height?: string | number | null | undefined;
2849
- playlist_name?: string | undefined;
2850
- } | {
2851
- robot: "/video/concat";
2852
- result: string | boolean;
2853
- force_accept: string | boolean;
2854
- ignore_errors: string | string[];
2855
- ffmpeg_stack: string;
2856
- audio_fade_seconds: string | number;
2857
- video_fade_seconds: string | number;
2858
2831
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
2859
2832
  queue?: string | undefined;
2860
2833
  use?: string | string[] | {
@@ -2872,6 +2845,17 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2872
2845
  group_by_original?: boolean | undefined;
2873
2846
  } | undefined;
2874
2847
  preset?: string | undefined;
2848
+ width?: string | number | null | undefined;
2849
+ height?: string | number | null | undefined;
2850
+ playlist_name?: string | undefined;
2851
+ } | {
2852
+ result: string | boolean;
2853
+ force_accept: string | boolean;
2854
+ ignore_errors: string | string[];
2855
+ ffmpeg_stack: string;
2856
+ robot: "/video/concat";
2857
+ audio_fade_seconds: string | number;
2858
+ video_fade_seconds: string | number;
2875
2859
  ffmpeg?: string | z.objectOutputType<{
2876
2860
  af: z.ZodOptional<z.ZodString>;
2877
2861
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -2993,14 +2977,31 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
2993
2977
  x264opts: z.ZodOptional<z.ZodString>;
2994
2978
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
2995
2979
  }, z.ZodTypeAny, "passthrough"> | undefined;
2980
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
2981
+ queue?: string | undefined;
2982
+ use?: string | string[] | {
2983
+ name: string;
2984
+ fields?: string | undefined;
2985
+ as?: string | undefined;
2986
+ }[] | {
2987
+ steps: string | string[] | {
2988
+ name: string;
2989
+ fields?: string | undefined;
2990
+ as?: string | undefined;
2991
+ }[];
2992
+ fields?: string[] | undefined;
2993
+ bundle_steps?: boolean | undefined;
2994
+ group_by_original?: boolean | undefined;
2995
+ } | undefined;
2996
+ preset?: string | undefined;
2996
2997
  width?: string | number | null | undefined;
2997
2998
  height?: string | number | null | undefined;
2998
2999
  } | {
2999
- robot: "/video/encode";
3000
3000
  result: string | boolean;
3001
3001
  force_accept: string | boolean;
3002
3002
  ignore_errors: string | string[];
3003
3003
  ffmpeg_stack: string;
3004
+ robot: "/video/encode";
3004
3005
  zoom: string | boolean;
3005
3006
  resize_strategy: string;
3006
3007
  background: string;
@@ -3018,23 +3019,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3018
3019
  segment: string | boolean;
3019
3020
  segment_prefix: string;
3020
3021
  segment_name: string;
3021
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
3022
- queue?: string | undefined;
3023
- use?: string | string[] | {
3024
- name: string;
3025
- fields?: string | undefined;
3026
- as?: string | undefined;
3027
- }[] | {
3028
- steps: string | string[] | {
3029
- name: string;
3030
- fields?: string | undefined;
3031
- as?: string | undefined;
3032
- }[];
3033
- fields?: string[] | undefined;
3034
- bundle_steps?: boolean | undefined;
3035
- group_by_original?: boolean | undefined;
3036
- } | undefined;
3037
- preset?: string | undefined;
3038
3022
  ffmpeg?: string | z.objectOutputType<{
3039
3023
  af: z.ZodOptional<z.ZodString>;
3040
3024
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -3156,6 +3140,23 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3156
3140
  x264opts: z.ZodOptional<z.ZodString>;
3157
3141
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
3158
3142
  }, z.ZodTypeAny, "passthrough"> | undefined;
3143
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
3144
+ queue?: string | undefined;
3145
+ use?: string | string[] | {
3146
+ name: string;
3147
+ fields?: string | undefined;
3148
+ as?: string | undefined;
3149
+ }[] | {
3150
+ steps: string | string[] | {
3151
+ name: string;
3152
+ fields?: string | undefined;
3153
+ as?: string | undefined;
3154
+ }[];
3155
+ fields?: string[] | undefined;
3156
+ bundle_steps?: boolean | undefined;
3157
+ group_by_original?: boolean | undefined;
3158
+ } | undefined;
3159
+ preset?: string | undefined;
3159
3160
  width?: string | number | null | undefined;
3160
3161
  height?: string | number | null | undefined;
3161
3162
  crop?: string | {
@@ -3172,13 +3173,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3172
3173
  font_color?: string | undefined;
3173
3174
  text_background_color?: string | undefined;
3174
3175
  } | {
3175
- robot: "/video/merge";
3176
+ loop: string | boolean;
3176
3177
  result: string | boolean;
3177
3178
  force_accept: string | boolean;
3178
3179
  ignore_errors: string | string[];
3179
3180
  ffmpeg_stack: string;
3181
+ robot: "/video/merge";
3180
3182
  duration: string | number;
3181
- loop: string | boolean;
3182
3183
  resize_strategy: string;
3183
3184
  background: string;
3184
3185
  framerate: string | number;
@@ -3186,23 +3187,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3186
3187
  audio_delay: string | number;
3187
3188
  replace_audio: string | boolean;
3188
3189
  vstack: string | boolean;
3189
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
3190
- queue?: string | undefined;
3191
- use?: string | string[] | {
3192
- name: string;
3193
- fields?: string | undefined;
3194
- as?: string | undefined;
3195
- }[] | {
3196
- steps: string | string[] | {
3197
- name: string;
3198
- fields?: string | undefined;
3199
- as?: string | undefined;
3200
- }[];
3201
- fields?: string[] | undefined;
3202
- bundle_steps?: boolean | undefined;
3203
- group_by_original?: boolean | undefined;
3204
- } | undefined;
3205
- preset?: string | undefined;
3206
3190
  ffmpeg?: string | z.objectOutputType<{
3207
3191
  af: z.ZodOptional<z.ZodString>;
3208
3192
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -3324,14 +3308,31 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3324
3308
  x264opts: z.ZodOptional<z.ZodString>;
3325
3309
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
3326
3310
  }, z.ZodTypeAny, "passthrough"> | undefined;
3311
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
3312
+ queue?: string | undefined;
3313
+ use?: string | string[] | {
3314
+ name: string;
3315
+ fields?: string | undefined;
3316
+ as?: string | undefined;
3317
+ }[] | {
3318
+ steps: string | string[] | {
3319
+ name: string;
3320
+ fields?: string | undefined;
3321
+ as?: string | undefined;
3322
+ }[];
3323
+ fields?: string[] | undefined;
3324
+ bundle_steps?: boolean | undefined;
3325
+ group_by_original?: boolean | undefined;
3326
+ } | undefined;
3327
+ preset?: string | undefined;
3327
3328
  width?: string | number | null | undefined;
3328
3329
  height?: string | number | null | undefined;
3329
3330
  image_url?: string | undefined;
3330
3331
  } | {
3331
- robot: "/video/ondemand";
3332
3332
  result: string | boolean;
3333
3333
  force_accept: string | boolean;
3334
3334
  ignore_errors: string | string[];
3335
+ robot: "/video/ondemand";
3335
3336
  sign_urls_for: string | number;
3336
3337
  segment_duration: string | number;
3337
3338
  variants: Record<string, string | {
@@ -3353,7 +3354,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3353
3354
  segment: string | boolean;
3354
3355
  segment_prefix: string;
3355
3356
  segment_name: string;
3356
- preset?: string | undefined;
3357
3357
  ffmpeg?: string | z.objectOutputType<{
3358
3358
  af: z.ZodOptional<z.ZodString>;
3359
3359
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -3475,6 +3475,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3475
3475
  x264opts: z.ZodOptional<z.ZodString>;
3476
3476
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
3477
3477
  }, z.ZodTypeAny, "passthrough"> | undefined;
3478
+ preset?: string | undefined;
3478
3479
  width?: string | number | null | undefined;
3479
3480
  height?: string | number | null | undefined;
3480
3481
  crop?: string | {
@@ -3505,39 +3506,22 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3505
3506
  bundle_steps?: boolean | undefined;
3506
3507
  group_by_original?: boolean | undefined;
3507
3508
  } | undefined;
3508
- enabled_variants?: string | string[] | undefined;
3509
- asset?: string | undefined;
3510
- } | {
3511
- robot: "/video/subtitle";
3512
- result: string | boolean;
3513
- force_accept: string | boolean;
3514
- ignore_errors: string | string[];
3515
- ffmpeg_stack: string;
3516
- border_color: string;
3517
- font: string;
3518
- font_size: string | number;
3519
- font_color: string;
3520
- subtitles_type: string;
3521
- border_style: string;
3522
- position: string;
3523
- keep_subtitles: string | boolean;
3524
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
3525
- queue?: string | undefined;
3526
- use?: string | string[] | {
3527
- name: string;
3528
- fields?: string | undefined;
3529
- as?: string | undefined;
3530
- }[] | {
3531
- steps: string | string[] | {
3532
- name: string;
3533
- fields?: string | undefined;
3534
- as?: string | undefined;
3535
- }[];
3536
- fields?: string[] | undefined;
3537
- bundle_steps?: boolean | undefined;
3538
- group_by_original?: boolean | undefined;
3539
- } | undefined;
3540
- preset?: string | undefined;
3509
+ enabled_variants?: string | string[] | undefined;
3510
+ asset?: string | undefined;
3511
+ } | {
3512
+ result: string | boolean;
3513
+ force_accept: string | boolean;
3514
+ ignore_errors: string | string[];
3515
+ ffmpeg_stack: string;
3516
+ robot: "/video/subtitle";
3517
+ border_color: string;
3518
+ font: string;
3519
+ font_size: string | number;
3520
+ font_color: string;
3521
+ subtitles_type: string;
3522
+ border_style: string;
3523
+ position: string;
3524
+ keep_subtitles: string | boolean;
3541
3525
  ffmpeg?: string | z.objectOutputType<{
3542
3526
  af: z.ZodOptional<z.ZodString>;
3543
3527
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -3659,21 +3643,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3659
3643
  x264opts: z.ZodOptional<z.ZodString>;
3660
3644
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
3661
3645
  }, z.ZodTypeAny, "passthrough"> | undefined;
3662
- width?: string | number | null | undefined;
3663
- height?: string | number | null | undefined;
3664
- language?: string | null | undefined;
3665
- } | {
3666
- robot: "/video/thumbs";
3667
- result: string | boolean;
3668
- force_accept: string | boolean;
3669
- ignore_errors: string | string[];
3670
- ffmpeg_stack: string;
3671
- format: string;
3672
- resize_strategy: string;
3673
- background: string;
3674
- rotate: string | 0 | 90 | 180 | 270 | 360;
3675
- count: string | number;
3676
- offsets: string | (string | number)[] | string[];
3677
3646
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
3678
3647
  queue?: string | undefined;
3679
3648
  use?: string | string[] | {
@@ -3690,6 +3659,22 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3690
3659
  bundle_steps?: boolean | undefined;
3691
3660
  group_by_original?: boolean | undefined;
3692
3661
  } | undefined;
3662
+ preset?: string | undefined;
3663
+ width?: string | number | null | undefined;
3664
+ height?: string | number | null | undefined;
3665
+ language?: string | null | undefined;
3666
+ } | {
3667
+ result: string | boolean;
3668
+ force_accept: string | boolean;
3669
+ ignore_errors: string | string[];
3670
+ ffmpeg_stack: string;
3671
+ robot: "/video/thumbs";
3672
+ format: string;
3673
+ resize_strategy: string;
3674
+ background: string;
3675
+ rotate: string | 0 | 90 | 180 | 270 | 360;
3676
+ count: string | number;
3677
+ offsets: string | (string | number)[] | string[];
3693
3678
  ffmpeg?: string | z.objectOutputType<{
3694
3679
  af: z.ZodOptional<z.ZodString>;
3695
3680
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -3811,15 +3796,31 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3811
3796
  x264opts: z.ZodOptional<z.ZodString>;
3812
3797
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
3813
3798
  }, z.ZodTypeAny, "passthrough"> | undefined;
3799
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
3800
+ queue?: string | undefined;
3801
+ use?: string | string[] | {
3802
+ name: string;
3803
+ fields?: string | undefined;
3804
+ as?: string | undefined;
3805
+ }[] | {
3806
+ steps: string | string[] | {
3807
+ name: string;
3808
+ fields?: string | undefined;
3809
+ as?: string | undefined;
3810
+ }[];
3811
+ fields?: string[] | undefined;
3812
+ bundle_steps?: boolean | undefined;
3813
+ group_by_original?: boolean | undefined;
3814
+ } | undefined;
3814
3815
  width?: string | number | undefined;
3815
3816
  height?: string | number | undefined;
3816
3817
  input_codec?: string | undefined;
3817
3818
  } | {
3818
- robot: "/vimeo/import";
3819
3819
  path: string | string[];
3820
3820
  result: string | boolean;
3821
3821
  force_accept: string | boolean;
3822
3822
  ignore_errors: string | string[];
3823
+ robot: "/vimeo/import";
3823
3824
  force_name: string | string[] | null;
3824
3825
  files_per_page: string | number;
3825
3826
  page_number: string | number;
@@ -3828,13 +3829,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3828
3829
  queue?: string | undefined;
3829
3830
  credentials?: string | undefined;
3830
3831
  } | {
3831
- robot: "/vimeo/store";
3832
+ description: string;
3833
+ title: string;
3832
3834
  result: string | boolean;
3833
3835
  force_accept: string | boolean;
3834
3836
  ignore_errors: string | string[];
3837
+ robot: "/vimeo/store";
3835
3838
  acl: string;
3836
- title: string;
3837
- description: string;
3838
3839
  showcases: string | string[];
3839
3840
  downloadable: string | boolean;
3840
3841
  folder_id: string | null;
@@ -3858,10 +3859,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3858
3859
  password?: string | undefined;
3859
3860
  folder_uri?: string | undefined;
3860
3861
  } | {
3861
- robot: "/wasabi/import";
3862
3862
  path: string | string[];
3863
3863
  force_accept: string | boolean;
3864
3864
  ignore_errors: string | string[];
3865
+ robot: "/wasabi/import";
3865
3866
  force_name: string | string[] | null;
3866
3867
  recursive: string | boolean;
3867
3868
  files_per_page: string | number;
@@ -3870,18 +3871,18 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3870
3871
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
3871
3872
  result?: string | boolean | undefined;
3872
3873
  queue?: string | undefined;
3873
- credentials?: string | undefined;
3874
3874
  key?: string | undefined;
3875
+ credentials?: string | undefined;
3875
3876
  bucket?: string | undefined;
3876
3877
  host?: string | undefined;
3877
3878
  secret?: string | undefined;
3878
3879
  bucket_region?: string | undefined;
3879
3880
  } | {
3880
- robot: "/wasabi/store";
3881
3881
  path: string;
3882
3882
  result: string | boolean;
3883
3883
  force_accept: string | boolean;
3884
3884
  ignore_errors: string | string[];
3885
+ robot: "/wasabi/store";
3885
3886
  headers: Record<string, string>;
3886
3887
  acl: string;
3887
3888
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
@@ -3900,21 +3901,21 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3900
3901
  bundle_steps?: boolean | undefined;
3901
3902
  group_by_original?: boolean | undefined;
3902
3903
  } | undefined;
3903
- credentials?: string | undefined;
3904
3904
  key?: string | undefined;
3905
+ credentials?: string | undefined;
3905
3906
  bucket?: string | undefined;
3906
3907
  host?: string | undefined;
3907
3908
  secret?: string | undefined;
3908
3909
  sign_urls_for?: string | number | undefined;
3909
3910
  bucket_region?: string | undefined;
3910
3911
  } | {
3911
- robot: "/youtube/store";
3912
+ description: string;
3913
+ title: string;
3912
3914
  result: string | boolean;
3913
3915
  force_accept: string | boolean;
3914
3916
  ignore_errors: string | string[];
3917
+ robot: "/youtube/store";
3915
3918
  credentials: string;
3916
- title: string;
3917
- description: string;
3918
3919
  category: string;
3919
3920
  keywords: string;
3920
3921
  visibility: string;
@@ -3947,7 +3948,128 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3947
3948
  steps?: Record<string, {
3948
3949
  robot: string;
3949
3950
  } & ({
3950
- robot: "/audio/artwork";
3951
+ robot: "/meta/write";
3952
+ ffmpeg?: string | z.objectInputType<{
3953
+ af: z.ZodOptional<z.ZodString>;
3954
+ 'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
3955
+ 'b:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
3956
+ 'c:a': z.ZodOptional<z.ZodString>;
3957
+ 'c:v': z.ZodOptional<z.ZodString>;
3958
+ 'codec:a': z.ZodOptional<z.ZodString>;
3959
+ 'codec:v': z.ZodOptional<z.ZodString>;
3960
+ 'filter:v': z.ZodOptional<z.ZodString>;
3961
+ 'filter:a': z.ZodOptional<z.ZodString>;
3962
+ bits_per_mb: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
3963
+ ss: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
3964
+ t: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
3965
+ to: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
3966
+ vendor: z.ZodOptional<z.ZodString>;
3967
+ shortest: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>>;
3968
+ filter_complex: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>;
3969
+ 'level:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
3970
+ 'profile:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodUnion<[z.ZodString, z.ZodEnum<["baseline", "main", "high", "main10"]>]>]>>;
3971
+ 'qscale:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
3972
+ 'qscale:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
3973
+ 'x264-params': z.ZodOptional<z.ZodString>;
3974
+ 'overshoot-pct': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
3975
+ deadline: z.ZodOptional<z.ZodString>;
3976
+ 'cpu-used': z.ZodOptional<z.ZodString>;
3977
+ 'undershoot-pct': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
3978
+ 'row-mt': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
3979
+ 'x265-params': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
3980
+ 'vbv-maxrate': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
3981
+ 'vbv-bufsize': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
3982
+ 'rc-lookahead': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
3983
+ 'b-adapt': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
3984
+ }, "strict", z.ZodTypeAny, {
3985
+ 'vbv-maxrate'?: string | number | undefined;
3986
+ 'vbv-bufsize'?: string | number | undefined;
3987
+ 'rc-lookahead'?: string | number | undefined;
3988
+ 'b-adapt'?: string | number | undefined;
3989
+ }, {
3990
+ 'vbv-maxrate'?: string | number | undefined;
3991
+ 'vbv-bufsize'?: string | number | undefined;
3992
+ 'rc-lookahead'?: string | number | undefined;
3993
+ 'b-adapt'?: string | number | undefined;
3994
+ }>]>>;
3995
+ 'svtav1-params': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
3996
+ tune: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
3997
+ 'enable-qm': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
3998
+ 'fast-decode': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
3999
+ 'film-grain-denoise': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4000
+ }, "strict", z.ZodTypeAny, {
4001
+ tune?: string | number | undefined;
4002
+ 'enable-qm'?: string | number | undefined;
4003
+ 'fast-decode'?: string | number | undefined;
4004
+ 'film-grain-denoise'?: string | number | undefined;
4005
+ }, {
4006
+ tune?: string | number | undefined;
4007
+ 'enable-qm'?: string | number | undefined;
4008
+ 'fast-decode'?: string | number | undefined;
4009
+ 'film-grain-denoise'?: string | number | undefined;
4010
+ }>]>>;
4011
+ ac: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4012
+ an: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
4013
+ ar: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4014
+ async: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4015
+ b: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
4016
+ v: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4017
+ a: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4018
+ }, "strict", z.ZodTypeAny, {
4019
+ v?: string | number | undefined;
4020
+ a?: string | number | undefined;
4021
+ }, {
4022
+ v?: string | number | undefined;
4023
+ a?: string | number | undefined;
4024
+ }>]>, z.ZodString]>>;
4025
+ bt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodString]>>;
4026
+ bufsize: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
4027
+ c: z.ZodOptional<z.ZodString>;
4028
+ codec: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
4029
+ v: z.ZodOptional<z.ZodString>;
4030
+ a: z.ZodOptional<z.ZodString>;
4031
+ }, "strict", z.ZodTypeAny, {
4032
+ v?: string | undefined;
4033
+ a?: string | undefined;
4034
+ }, {
4035
+ v?: string | undefined;
4036
+ a?: string | undefined;
4037
+ }>]>>;
4038
+ coder: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4039
+ crf: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4040
+ f: z.ZodOptional<z.ZodString>;
4041
+ flags: z.ZodOptional<z.ZodString>;
4042
+ g: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4043
+ i_qfactor: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
4044
+ keyint_min: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4045
+ level: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
4046
+ map: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
4047
+ maxrate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
4048
+ me_range: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4049
+ movflags: z.ZodOptional<z.ZodString>;
4050
+ partitions: z.ZodOptional<z.ZodString>;
4051
+ pix_fmt: z.ZodOptional<z.ZodString>;
4052
+ preset: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
4053
+ profile: z.ZodOptional<z.ZodString>;
4054
+ 'q:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4055
+ qcomp: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
4056
+ qdiff: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4057
+ qmax: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4058
+ qmin: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4059
+ r: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodString]>>>;
4060
+ rc_eq: z.ZodOptional<z.ZodString>;
4061
+ refs: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4062
+ s: z.ZodOptional<z.ZodString>;
4063
+ sc_threshold: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4064
+ sws_flags: z.ZodOptional<z.ZodString>;
4065
+ threads: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4066
+ trellis: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
4067
+ transloaditffpreset: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"empty">]>>;
4068
+ vn: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
4069
+ vf: z.ZodOptional<z.ZodString>;
4070
+ x264opts: z.ZodOptional<z.ZodString>;
4071
+ vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
4072
+ }, z.ZodTypeAny, "passthrough"> | undefined;
3951
4073
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
3952
4074
  result?: string | boolean | undefined;
3953
4075
  queue?: string | undefined;
@@ -3967,7 +4089,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
3967
4089
  bundle_steps?: boolean | undefined;
3968
4090
  group_by_original?: boolean | undefined;
3969
4091
  } | undefined;
3970
- preset?: string | undefined;
4092
+ ffmpeg_stack?: string | undefined;
4093
+ data_to_write?: Record<string, unknown> | undefined;
4094
+ } | {
4095
+ robot: "/audio/artwork";
3971
4096
  ffmpeg?: string | z.objectInputType<{
3972
4097
  af: z.ZodOptional<z.ZodString>;
3973
4098
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -4089,11 +4214,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4089
4214
  x264opts: z.ZodOptional<z.ZodString>;
4090
4215
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
4091
4216
  }, z.ZodTypeAny, "passthrough"> | undefined;
4092
- ffmpeg_stack?: string | undefined;
4093
- method?: string | undefined;
4094
- change_format_if_necessary?: string | boolean | undefined;
4095
- } | {
4096
- robot: "/audio/concat";
4097
4217
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
4098
4218
  result?: string | boolean | undefined;
4099
4219
  queue?: string | undefined;
@@ -4114,6 +4234,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4114
4234
  group_by_original?: boolean | undefined;
4115
4235
  } | undefined;
4116
4236
  preset?: string | undefined;
4237
+ ffmpeg_stack?: string | undefined;
4238
+ method?: string | undefined;
4239
+ change_format_if_necessary?: string | boolean | undefined;
4240
+ } | {
4241
+ robot: "/audio/concat";
4117
4242
  ffmpeg?: string | z.objectInputType<{
4118
4243
  af: z.ZodOptional<z.ZodString>;
4119
4244
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -4235,13 +4360,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4235
4360
  x264opts: z.ZodOptional<z.ZodString>;
4236
4361
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
4237
4362
  }, z.ZodTypeAny, "passthrough"> | undefined;
4238
- ffmpeg_stack?: string | undefined;
4239
- bitrate?: string | number | undefined;
4240
- sample_rate?: string | number | undefined;
4241
- audio_fade_seconds?: string | number | undefined;
4242
- crossfade?: string | boolean | undefined;
4243
- } | {
4244
- robot: "/audio/encode";
4245
4363
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
4246
4364
  result?: string | boolean | undefined;
4247
4365
  queue?: string | undefined;
@@ -4262,6 +4380,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4262
4380
  group_by_original?: boolean | undefined;
4263
4381
  } | undefined;
4264
4382
  preset?: string | undefined;
4383
+ ffmpeg_stack?: string | undefined;
4384
+ bitrate?: string | number | undefined;
4385
+ sample_rate?: string | number | undefined;
4386
+ audio_fade_seconds?: string | number | undefined;
4387
+ crossfade?: string | boolean | undefined;
4388
+ } | {
4389
+ robot: "/audio/encode";
4265
4390
  ffmpeg?: string | z.objectInputType<{
4266
4391
  af: z.ZodOptional<z.ZodString>;
4267
4392
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -4383,11 +4508,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4383
4508
  x264opts: z.ZodOptional<z.ZodString>;
4384
4509
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
4385
4510
  }, z.ZodTypeAny, "passthrough"> | undefined;
4386
- ffmpeg_stack?: string | undefined;
4387
- bitrate?: string | number | undefined;
4388
- sample_rate?: string | number | undefined;
4389
- } | {
4390
- robot: "/audio/loop";
4391
4511
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
4392
4512
  result?: string | boolean | undefined;
4393
4513
  queue?: string | undefined;
@@ -4408,6 +4528,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4408
4528
  group_by_original?: boolean | undefined;
4409
4529
  } | undefined;
4410
4530
  preset?: string | undefined;
4531
+ ffmpeg_stack?: string | undefined;
4532
+ bitrate?: string | number | undefined;
4533
+ sample_rate?: string | number | undefined;
4534
+ } | {
4535
+ robot: "/audio/loop";
4411
4536
  ffmpeg?: string | z.objectInputType<{
4412
4537
  af: z.ZodOptional<z.ZodString>;
4413
4538
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -4529,12 +4654,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4529
4654
  x264opts: z.ZodOptional<z.ZodString>;
4530
4655
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
4531
4656
  }, z.ZodTypeAny, "passthrough"> | undefined;
4532
- ffmpeg_stack?: string | undefined;
4533
- bitrate?: string | number | undefined;
4534
- sample_rate?: string | number | undefined;
4535
- duration?: string | number | undefined;
4536
- } | {
4537
- robot: "/audio/merge";
4538
4657
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
4539
4658
  result?: string | boolean | undefined;
4540
4659
  queue?: string | undefined;
@@ -4555,6 +4674,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4555
4674
  group_by_original?: boolean | undefined;
4556
4675
  } | undefined;
4557
4676
  preset?: string | undefined;
4677
+ ffmpeg_stack?: string | undefined;
4678
+ bitrate?: string | number | undefined;
4679
+ sample_rate?: string | number | undefined;
4680
+ duration?: string | number | undefined;
4681
+ } | {
4682
+ robot: "/audio/merge";
4683
+ loop?: string | boolean | undefined;
4558
4684
  ffmpeg?: string | z.objectInputType<{
4559
4685
  af: z.ZodOptional<z.ZodString>;
4560
4686
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -4676,14 +4802,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4676
4802
  x264opts: z.ZodOptional<z.ZodString>;
4677
4803
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
4678
4804
  }, z.ZodTypeAny, "passthrough"> | undefined;
4679
- ffmpeg_stack?: string | undefined;
4680
- bitrate?: string | number | undefined;
4681
- sample_rate?: string | number | undefined;
4682
- duration?: string | undefined;
4683
- loop?: string | boolean | undefined;
4684
- volume?: string | undefined;
4685
- } | {
4686
- robot: "/audio/waveform";
4687
4805
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
4688
4806
  result?: string | boolean | undefined;
4689
4807
  queue?: string | undefined;
@@ -4703,6 +4821,14 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4703
4821
  bundle_steps?: boolean | undefined;
4704
4822
  group_by_original?: boolean | undefined;
4705
4823
  } | undefined;
4824
+ preset?: string | undefined;
4825
+ ffmpeg_stack?: string | undefined;
4826
+ bitrate?: string | number | undefined;
4827
+ sample_rate?: string | number | undefined;
4828
+ duration?: string | undefined;
4829
+ volume?: string | undefined;
4830
+ } | {
4831
+ robot: "/audio/waveform";
4706
4832
  ffmpeg?: string | z.objectInputType<{
4707
4833
  af: z.ZodOptional<z.ZodString>;
4708
4834
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -4824,6 +4950,25 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4824
4950
  x264opts: z.ZodOptional<z.ZodString>;
4825
4951
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
4826
4952
  }, z.ZodTypeAny, "passthrough"> | undefined;
4953
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
4954
+ result?: string | boolean | undefined;
4955
+ queue?: string | undefined;
4956
+ force_accept?: string | boolean | undefined;
4957
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
4958
+ use?: string | string[] | {
4959
+ name: string;
4960
+ fields?: string | undefined;
4961
+ as?: string | undefined;
4962
+ }[] | {
4963
+ steps: string | string[] | {
4964
+ name: string;
4965
+ fields?: string | undefined;
4966
+ as?: string | undefined;
4967
+ }[];
4968
+ fields?: string[] | undefined;
4969
+ bundle_steps?: boolean | undefined;
4970
+ group_by_original?: boolean | undefined;
4971
+ } | undefined;
4827
4972
  ffmpeg_stack?: string | undefined;
4828
4973
  format?: string | undefined;
4829
4974
  width?: string | number | undefined;
@@ -4851,18 +4996,18 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4851
4996
  amplitude_scale?: string | number | undefined;
4852
4997
  compression?: string | number | undefined;
4853
4998
  } | {
4854
- robot: "/azure/import";
4855
4999
  path: string | string[];
5000
+ robot: "/azure/import";
4856
5001
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
4857
5002
  result?: string | boolean | undefined;
4858
5003
  queue?: string | undefined;
4859
5004
  force_accept?: string | boolean | undefined;
4860
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
5005
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
5006
+ key?: string | undefined;
4861
5007
  force_name?: string | string[] | null | undefined;
4862
5008
  credentials?: string | undefined;
4863
5009
  account?: string | undefined;
4864
5010
  container?: string | undefined;
4865
- key?: string | undefined;
4866
5011
  recursive?: string | boolean | undefined;
4867
5012
  next_page_token?: string | undefined;
4868
5013
  files_per_page?: string | number | undefined;
@@ -4888,26 +5033,26 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4888
5033
  bundle_steps?: boolean | undefined;
4889
5034
  group_by_original?: boolean | undefined;
4890
5035
  } | undefined;
5036
+ metadata?: Record<string, string> | undefined;
5037
+ key?: string | undefined;
4891
5038
  credentials?: string | undefined;
4892
5039
  account?: string | undefined;
4893
5040
  container?: string | undefined;
4894
- key?: string | undefined;
4895
5041
  content_type?: string | undefined;
4896
5042
  content_encoding?: string | undefined;
4897
5043
  content_language?: string | undefined;
4898
5044
  content_disposition?: string | undefined;
4899
5045
  cache_control?: string | undefined;
4900
- metadata?: Record<string, string> | undefined;
4901
5046
  sas_expires_in?: string | number | undefined;
4902
5047
  sas_permissions?: string | undefined;
4903
5048
  } | {
4904
- robot: "/backblaze/import";
4905
5049
  path: string | string[];
5050
+ robot: "/backblaze/import";
4906
5051
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
4907
5052
  result?: string | boolean | undefined;
4908
5053
  queue?: string | undefined;
4909
5054
  force_accept?: string | boolean | undefined;
4910
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
5055
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
4911
5056
  force_name?: string | string[] | null | undefined;
4912
5057
  credentials?: string | undefined;
4913
5058
  recursive?: string | boolean | undefined;
@@ -4944,17 +5089,17 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4944
5089
  app_key?: string | undefined;
4945
5090
  headers?: Record<string, string> | undefined;
4946
5091
  } | {
4947
- robot: "/cloudfiles/import";
4948
5092
  path: string | string[];
5093
+ robot: "/cloudfiles/import";
4949
5094
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
4950
5095
  result?: string | boolean | undefined;
4951
5096
  queue?: string | undefined;
4952
5097
  force_accept?: string | boolean | undefined;
4953
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
5098
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
5099
+ key?: string | undefined;
4954
5100
  force_name?: string | string[] | null | undefined;
4955
5101
  credentials?: string | undefined;
4956
5102
  container?: string | undefined;
4957
- key?: string | undefined;
4958
5103
  recursive?: string | boolean | undefined;
4959
5104
  files_per_page?: string | number | undefined;
4960
5105
  account_type?: string | undefined;
@@ -4983,23 +5128,23 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
4983
5128
  bundle_steps?: boolean | undefined;
4984
5129
  group_by_original?: boolean | undefined;
4985
5130
  } | undefined;
5131
+ key?: string | undefined;
4986
5132
  credentials?: string | undefined;
4987
5133
  container?: string | undefined;
4988
- key?: string | undefined;
4989
5134
  account_type?: string | undefined;
4990
5135
  data_center?: string | undefined;
4991
5136
  user?: string | undefined;
4992
5137
  } | {
4993
- robot: "/cloudflare/import";
4994
5138
  path: string | string[];
5139
+ robot: "/cloudflare/import";
4995
5140
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
4996
5141
  result?: string | boolean | undefined;
4997
5142
  queue?: string | undefined;
4998
5143
  force_accept?: string | boolean | undefined;
4999
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
5144
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
5145
+ key?: string | undefined;
5000
5146
  force_name?: string | string[] | null | undefined;
5001
5147
  credentials?: string | undefined;
5002
- key?: string | undefined;
5003
5148
  recursive?: string | boolean | undefined;
5004
5149
  files_per_page?: string | number | undefined;
5005
5150
  bucket?: string | undefined;
@@ -5029,8 +5174,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5029
5174
  bundle_steps?: boolean | undefined;
5030
5175
  group_by_original?: boolean | undefined;
5031
5176
  } | undefined;
5032
- credentials?: string | undefined;
5033
5177
  key?: string | undefined;
5178
+ credentials?: string | undefined;
5034
5179
  bucket?: string | undefined;
5035
5180
  headers?: Record<string, string> | undefined;
5036
5181
  host?: string | undefined;
@@ -5038,16 +5183,16 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5038
5183
  sign_urls_for?: string | number | undefined;
5039
5184
  url_prefix?: string | undefined;
5040
5185
  } | {
5041
- robot: "/digitalocean/import";
5042
5186
  path: string | string[];
5187
+ robot: "/digitalocean/import";
5043
5188
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
5044
5189
  result?: string | boolean | undefined;
5045
5190
  queue?: string | undefined;
5046
5191
  force_accept?: string | boolean | undefined;
5047
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
5192
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
5193
+ key?: string | undefined;
5048
5194
  force_name?: string | string[] | null | undefined;
5049
5195
  credentials?: string | undefined;
5050
- key?: string | undefined;
5051
5196
  recursive?: string | boolean | undefined;
5052
5197
  files_per_page?: string | number | undefined;
5053
5198
  page_number?: string | number | undefined;
@@ -5077,8 +5222,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5077
5222
  bundle_steps?: boolean | undefined;
5078
5223
  group_by_original?: boolean | undefined;
5079
5224
  } | undefined;
5080
- credentials?: string | undefined;
5081
5225
  key?: string | undefined;
5226
+ credentials?: string | undefined;
5082
5227
  headers?: Record<string, string> | undefined;
5083
5228
  secret?: string | undefined;
5084
5229
  sign_urls_for?: string | number | undefined;
@@ -5229,6 +5374,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5229
5374
  pages?: string | string[] | undefined;
5230
5375
  } | {
5231
5376
  robot: "/document/thumbs";
5377
+ alpha?: string | undefined;
5232
5378
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
5233
5379
  result?: string | boolean | undefined;
5234
5380
  queue?: string | undefined;
@@ -5257,20 +5403,19 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5257
5403
  delay?: string | number | undefined;
5258
5404
  resize_strategy?: string | undefined;
5259
5405
  background?: string | undefined;
5260
- alpha?: string | undefined;
5261
5406
  density?: string | undefined;
5262
5407
  colorspace?: string | undefined;
5263
5408
  trim_whitespace?: string | boolean | undefined;
5264
5409
  pdf_use_cropbox?: string | boolean | undefined;
5265
5410
  turbo?: string | boolean | undefined;
5266
5411
  } | {
5267
- robot: "/dropbox/import";
5268
5412
  path: string | string[];
5413
+ robot: "/dropbox/import";
5269
5414
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
5270
5415
  result?: string | boolean | undefined;
5271
5416
  queue?: string | undefined;
5272
5417
  force_accept?: string | boolean | undefined;
5273
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
5418
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
5274
5419
  force_name?: string | string[] | null | undefined;
5275
5420
  credentials?: string | undefined;
5276
5421
  } | {
@@ -5402,6 +5547,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5402
5547
  algorithm?: string | undefined;
5403
5548
  } | {
5404
5549
  robot: "/file/preview";
5550
+ optimize?: string | boolean | undefined;
5405
5551
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
5406
5552
  result?: string | boolean | undefined;
5407
5553
  queue?: string | undefined;
@@ -5428,12 +5574,12 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5428
5574
  background?: string | undefined;
5429
5575
  strategy?: string | {
5430
5576
  unknown?: string | string[] | undefined;
5431
- audio?: string | string[] | undefined;
5432
- image?: string | string[] | undefined;
5433
- archive?: string | string[] | undefined;
5434
5577
  document?: string | string[] | undefined;
5578
+ image?: string | string[] | undefined;
5435
5579
  video?: string | string[] | undefined;
5436
5580
  webpage?: string | string[] | undefined;
5581
+ audio?: string | string[] | undefined;
5582
+ archive?: string | string[] | undefined;
5437
5583
  } | undefined;
5438
5584
  artwork_outer_color?: string | undefined;
5439
5585
  artwork_center_color?: string | undefined;
@@ -5445,7 +5591,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5445
5591
  icon_text_color?: string | undefined;
5446
5592
  icon_text_font?: string | undefined;
5447
5593
  icon_text_content?: string | undefined;
5448
- optimize?: string | boolean | undefined;
5449
5594
  optimize_priority?: string | undefined;
5450
5595
  optimize_progressive?: string | boolean | undefined;
5451
5596
  clip_format?: string | undefined;
@@ -5523,13 +5668,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5523
5668
  error_on_decline?: string | boolean | undefined;
5524
5669
  error_msg?: string | undefined;
5525
5670
  } | {
5526
- robot: "/ftp/import";
5527
5671
  path: string | string[];
5672
+ robot: "/ftp/import";
5528
5673
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
5529
5674
  result?: string | boolean | undefined;
5530
5675
  queue?: string | undefined;
5531
5676
  force_accept?: string | boolean | undefined;
5532
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
5677
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
5533
5678
  force_name?: string | string[] | null | undefined;
5534
5679
  credentials?: string | undefined;
5535
5680
  user?: string | undefined;
@@ -5568,13 +5713,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5568
5713
  ssl_url_template?: string | undefined;
5569
5714
  secure?: string | boolean | undefined;
5570
5715
  } | {
5571
- robot: "/google/import";
5572
5716
  path: string | string[];
5717
+ robot: "/google/import";
5573
5718
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
5574
5719
  result?: string | boolean | undefined;
5575
5720
  queue?: string | undefined;
5576
5721
  force_accept?: string | boolean | undefined;
5577
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
5722
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
5578
5723
  force_name?: string | string[] | null | undefined;
5579
5724
  credentials?: string | undefined;
5580
5725
  recursive?: string | boolean | undefined;
@@ -5644,7 +5789,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5644
5789
  result?: string | boolean | undefined;
5645
5790
  queue?: string | undefined;
5646
5791
  force_accept?: string | boolean | undefined;
5647
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
5792
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
5648
5793
  force_name?: string | string[] | null | undefined;
5649
5794
  headers?: string | string[] | Record<string, string>[] | undefined;
5650
5795
  return_file_stubs?: string | boolean | undefined;
@@ -5840,6 +5985,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5840
5985
  robot: "/image/resize";
5841
5986
  strip?: string | boolean | undefined;
5842
5987
  type?: string | undefined;
5988
+ alpha?: string | undefined;
5989
+ compress?: string | null | undefined;
5843
5990
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
5844
5991
  result?: string | boolean | undefined;
5845
5992
  queue?: string | undefined;
@@ -5899,7 +6046,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5899
6046
  } | undefined;
5900
6047
  resize_strategy?: string | undefined;
5901
6048
  background?: string | undefined;
5902
- alpha?: string | undefined;
5903
6049
  density?: string | null | undefined;
5904
6050
  colorspace?: string | undefined;
5905
6051
  trim_whitespace?: string | boolean | undefined;
@@ -5914,186 +6060,41 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
5914
6060
  transparent?: string | undefined;
5915
6061
  sepia?: string | number | null | undefined;
5916
6062
  rotation?: string | number | boolean | undefined;
5917
- compress?: string | null | undefined;
5918
- blur?: string | null | undefined;
5919
- blur_regions?: string | (string | {
5920
- width?: unknown;
5921
- height?: unknown;
5922
- x?: unknown;
5923
- y?: unknown;
5924
- })[] | null | undefined;
5925
- brightness?: string | number | undefined;
5926
- saturation?: string | number | undefined;
5927
- hue?: string | number | undefined;
5928
- contrast?: string | number | undefined;
5929
- watermark_url?: string | undefined;
5930
- watermark_position?: string | string[] | undefined;
5931
- watermark_x_offset?: string | number | undefined;
5932
- watermark_y_offset?: string | number | undefined;
5933
- watermark_size?: string | undefined;
5934
- watermark_resize_strategy?: string | undefined;
5935
- watermark_opacity?: string | number | undefined;
5936
- watermark_repeat_x?: string | boolean | undefined;
5937
- watermark_repeat_y?: string | boolean | undefined;
5938
- clip?: string | boolean | undefined;
5939
- negate?: string | boolean | undefined;
5940
- monochrome?: string | boolean | undefined;
5941
- shave?: string | number | undefined;
5942
- } | {
5943
- robot: "/meta/write";
5944
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
5945
- result?: string | boolean | undefined;
5946
- queue?: string | undefined;
5947
- force_accept?: string | boolean | undefined;
5948
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
5949
- use?: string | string[] | {
5950
- name: string;
5951
- fields?: string | undefined;
5952
- as?: string | undefined;
5953
- }[] | {
5954
- steps: string | string[] | {
5955
- name: string;
5956
- fields?: string | undefined;
5957
- as?: string | undefined;
5958
- }[];
5959
- fields?: string[] | undefined;
5960
- bundle_steps?: boolean | undefined;
5961
- group_by_original?: boolean | undefined;
5962
- } | undefined;
5963
- ffmpeg?: string | z.objectInputType<{
5964
- af: z.ZodOptional<z.ZodString>;
5965
- 'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
5966
- 'b:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
5967
- 'c:a': z.ZodOptional<z.ZodString>;
5968
- 'c:v': z.ZodOptional<z.ZodString>;
5969
- 'codec:a': z.ZodOptional<z.ZodString>;
5970
- 'codec:v': z.ZodOptional<z.ZodString>;
5971
- 'filter:v': z.ZodOptional<z.ZodString>;
5972
- 'filter:a': z.ZodOptional<z.ZodString>;
5973
- bits_per_mb: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
5974
- ss: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
5975
- t: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
5976
- to: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
5977
- vendor: z.ZodOptional<z.ZodString>;
5978
- shortest: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>>;
5979
- filter_complex: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>;
5980
- 'level:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
5981
- 'profile:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodUnion<[z.ZodString, z.ZodEnum<["baseline", "main", "high", "main10"]>]>]>>;
5982
- 'qscale:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5983
- 'qscale:v': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5984
- 'x264-params': z.ZodOptional<z.ZodString>;
5985
- 'overshoot-pct': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5986
- deadline: z.ZodOptional<z.ZodString>;
5987
- 'cpu-used': z.ZodOptional<z.ZodString>;
5988
- 'undershoot-pct': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5989
- 'row-mt': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5990
- 'x265-params': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
5991
- 'vbv-maxrate': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5992
- 'vbv-bufsize': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5993
- 'rc-lookahead': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5994
- 'b-adapt': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5995
- }, "strict", z.ZodTypeAny, {
5996
- 'vbv-maxrate'?: string | number | undefined;
5997
- 'vbv-bufsize'?: string | number | undefined;
5998
- 'rc-lookahead'?: string | number | undefined;
5999
- 'b-adapt'?: string | number | undefined;
6000
- }, {
6001
- 'vbv-maxrate'?: string | number | undefined;
6002
- 'vbv-bufsize'?: string | number | undefined;
6003
- 'rc-lookahead'?: string | number | undefined;
6004
- 'b-adapt'?: string | number | undefined;
6005
- }>]>>;
6006
- 'svtav1-params': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
6007
- tune: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6008
- 'enable-qm': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6009
- 'fast-decode': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6010
- 'film-grain-denoise': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6011
- }, "strict", z.ZodTypeAny, {
6012
- tune?: string | number | undefined;
6013
- 'enable-qm'?: string | number | undefined;
6014
- 'fast-decode'?: string | number | undefined;
6015
- 'film-grain-denoise'?: string | number | undefined;
6016
- }, {
6017
- tune?: string | number | undefined;
6018
- 'enable-qm'?: string | number | undefined;
6019
- 'fast-decode'?: string | number | undefined;
6020
- 'film-grain-denoise'?: string | number | undefined;
6021
- }>]>>;
6022
- ac: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6023
- an: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
6024
- ar: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6025
- async: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6026
- b: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodObject<{
6027
- v: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6028
- a: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6029
- }, "strict", z.ZodTypeAny, {
6030
- v?: string | number | undefined;
6031
- a?: string | number | undefined;
6032
- }, {
6033
- v?: string | number | undefined;
6034
- a?: string | number | undefined;
6035
- }>]>, z.ZodString]>>;
6036
- bt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodString]>>;
6037
- bufsize: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
6038
- c: z.ZodOptional<z.ZodString>;
6039
- codec: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
6040
- v: z.ZodOptional<z.ZodString>;
6041
- a: z.ZodOptional<z.ZodString>;
6042
- }, "strict", z.ZodTypeAny, {
6043
- v?: string | undefined;
6044
- a?: string | undefined;
6045
- }, {
6046
- v?: string | undefined;
6047
- a?: string | undefined;
6048
- }>]>>;
6049
- coder: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6050
- crf: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6051
- f: z.ZodOptional<z.ZodString>;
6052
- flags: z.ZodOptional<z.ZodString>;
6053
- g: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6054
- i_qfactor: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
6055
- keyint_min: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6056
- level: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
6057
- map: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
6058
- maxrate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
6059
- me_range: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6060
- movflags: z.ZodOptional<z.ZodString>;
6061
- partitions: z.ZodOptional<z.ZodString>;
6062
- pix_fmt: z.ZodOptional<z.ZodString>;
6063
- preset: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
6064
- profile: z.ZodOptional<z.ZodString>;
6065
- 'q:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6066
- qcomp: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
6067
- qdiff: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6068
- qmax: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6069
- qmin: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6070
- r: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodString]>>>;
6071
- rc_eq: z.ZodOptional<z.ZodString>;
6072
- refs: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6073
- s: z.ZodOptional<z.ZodString>;
6074
- sc_threshold: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6075
- sws_flags: z.ZodOptional<z.ZodString>;
6076
- threads: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6077
- trellis: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
6078
- transloaditffpreset: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"empty">]>>;
6079
- vn: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
6080
- vf: z.ZodOptional<z.ZodString>;
6081
- x264opts: z.ZodOptional<z.ZodString>;
6082
- vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
6083
- }, z.ZodTypeAny, "passthrough"> | undefined;
6084
- ffmpeg_stack?: string | undefined;
6085
- data_to_write?: Record<string, unknown> | undefined;
6063
+ blur?: string | null | undefined;
6064
+ blur_regions?: string | (string | {
6065
+ width?: unknown;
6066
+ height?: unknown;
6067
+ x?: unknown;
6068
+ y?: unknown;
6069
+ })[] | null | undefined;
6070
+ brightness?: string | number | undefined;
6071
+ saturation?: string | number | undefined;
6072
+ hue?: string | number | undefined;
6073
+ contrast?: string | number | undefined;
6074
+ watermark_url?: string | undefined;
6075
+ watermark_position?: string | string[] | undefined;
6076
+ watermark_x_offset?: string | number | undefined;
6077
+ watermark_y_offset?: string | number | undefined;
6078
+ watermark_size?: string | undefined;
6079
+ watermark_resize_strategy?: string | undefined;
6080
+ watermark_opacity?: string | number | undefined;
6081
+ watermark_repeat_x?: string | boolean | undefined;
6082
+ watermark_repeat_y?: string | boolean | undefined;
6083
+ clip?: string | boolean | undefined;
6084
+ negate?: string | boolean | undefined;
6085
+ monochrome?: string | boolean | undefined;
6086
+ shave?: string | number | undefined;
6086
6087
  } | {
6087
- robot: "/minio/import";
6088
6088
  path: string | string[];
6089
+ robot: "/minio/import";
6089
6090
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
6090
6091
  result?: string | boolean | undefined;
6091
6092
  queue?: string | undefined;
6092
6093
  force_accept?: string | boolean | undefined;
6093
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
6094
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
6095
+ key?: string | undefined;
6094
6096
  force_name?: string | string[] | null | undefined;
6095
6097
  credentials?: string | undefined;
6096
- key?: string | undefined;
6097
6098
  recursive?: string | boolean | undefined;
6098
6099
  files_per_page?: string | number | undefined;
6099
6100
  bucket?: string | undefined;
@@ -6123,8 +6124,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6123
6124
  bundle_steps?: boolean | undefined;
6124
6125
  group_by_original?: boolean | undefined;
6125
6126
  } | undefined;
6126
- credentials?: string | undefined;
6127
6127
  key?: string | undefined;
6128
+ credentials?: string | undefined;
6128
6129
  bucket?: string | undefined;
6129
6130
  headers?: Record<string, string> | undefined;
6130
6131
  host?: string | undefined;
@@ -6132,16 +6133,16 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6132
6133
  sign_urls_for?: string | number | undefined;
6133
6134
  acl?: string | undefined;
6134
6135
  } | {
6135
- robot: "/s3/import";
6136
6136
  path: string | string[];
6137
+ robot: "/s3/import";
6137
6138
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
6138
6139
  result?: string | boolean | undefined;
6139
6140
  queue?: string | undefined;
6140
6141
  force_accept?: string | boolean | undefined;
6141
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
6142
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
6143
+ key?: string | undefined;
6142
6144
  force_name?: string | string[] | null | undefined;
6143
6145
  credentials?: string | undefined;
6144
- key?: string | undefined;
6145
6146
  recursive?: string | boolean | undefined;
6146
6147
  files_per_page?: string | number | undefined;
6147
6148
  bucket?: string | undefined;
@@ -6172,8 +6173,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6172
6173
  bundle_steps?: boolean | undefined;
6173
6174
  group_by_original?: boolean | undefined;
6174
6175
  } | undefined;
6175
- credentials?: string | undefined;
6176
6176
  key?: string | undefined;
6177
+ credentials?: string | undefined;
6177
6178
  bucket?: string | undefined;
6178
6179
  headers?: Record<string, string> | undefined;
6179
6180
  host?: string | undefined;
@@ -6209,13 +6210,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6209
6210
  group_by_original?: boolean | undefined;
6210
6211
  } | undefined;
6211
6212
  } | {
6212
- robot: "/sftp/import";
6213
6213
  path: string;
6214
+ robot: "/sftp/import";
6214
6215
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
6215
6216
  result?: string | boolean | undefined;
6216
6217
  queue?: string | undefined;
6217
6218
  force_accept?: string | boolean | undefined;
6218
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
6219
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
6219
6220
  force_name?: string | string[] | null | undefined;
6220
6221
  credentials?: string | undefined;
6221
6222
  user?: string | undefined;
@@ -6279,16 +6280,16 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6279
6280
  source_language?: string | undefined;
6280
6281
  target_language?: string | undefined;
6281
6282
  } | {
6282
- robot: "/supabase/import";
6283
6283
  path: string | string[];
6284
+ robot: "/supabase/import";
6284
6285
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
6285
6286
  result?: string | boolean | undefined;
6286
6287
  queue?: string | undefined;
6287
6288
  force_accept?: string | boolean | undefined;
6288
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
6289
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
6290
+ key?: string | undefined;
6289
6291
  force_name?: string | string[] | null | undefined;
6290
6292
  credentials?: string | undefined;
6291
- key?: string | undefined;
6292
6293
  recursive?: string | boolean | undefined;
6293
6294
  files_per_page?: string | number | undefined;
6294
6295
  bucket?: string | undefined;
@@ -6319,8 +6320,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6319
6320
  bundle_steps?: boolean | undefined;
6320
6321
  group_by_original?: boolean | undefined;
6321
6322
  } | undefined;
6322
- credentials?: string | undefined;
6323
6323
  key?: string | undefined;
6324
+ credentials?: string | undefined;
6324
6325
  bucket?: string | undefined;
6325
6326
  headers?: Record<string, string> | undefined;
6326
6327
  host?: string | undefined;
@@ -6328,16 +6329,16 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6328
6329
  sign_urls_for?: string | number | undefined;
6329
6330
  bucket_region?: string | undefined;
6330
6331
  } | {
6331
- robot: "/swift/import";
6332
6332
  path: string | string[];
6333
+ robot: "/swift/import";
6333
6334
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
6334
6335
  result?: string | boolean | undefined;
6335
6336
  queue?: string | undefined;
6336
6337
  force_accept?: string | boolean | undefined;
6337
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
6338
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
6339
+ key?: string | undefined;
6338
6340
  force_name?: string | string[] | null | undefined;
6339
6341
  credentials?: string | undefined;
6340
- key?: string | undefined;
6341
6342
  recursive?: string | boolean | undefined;
6342
6343
  files_per_page?: string | number | undefined;
6343
6344
  bucket?: string | undefined;
@@ -6368,8 +6369,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6368
6369
  bundle_steps?: boolean | undefined;
6369
6370
  group_by_original?: boolean | undefined;
6370
6371
  } | undefined;
6371
- credentials?: string | undefined;
6372
6372
  key?: string | undefined;
6373
+ credentials?: string | undefined;
6373
6374
  bucket?: string | undefined;
6374
6375
  headers?: Record<string, string> | undefined;
6375
6376
  host?: string | undefined;
@@ -6510,22 +6511,23 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6510
6511
  return_messages?: string | undefined;
6511
6512
  schema?: string | undefined;
6512
6513
  system_message?: string | undefined;
6514
+ test_credentials?: string | boolean | undefined;
6513
6515
  mcp_servers?: string | (string | {
6514
6516
  type: string;
6515
6517
  url: string;
6516
6518
  headers?: Record<string, string> | undefined;
6517
6519
  })[] | undefined;
6518
6520
  } | {
6519
- robot: "/tigris/import";
6520
6521
  path: string | string[];
6522
+ robot: "/tigris/import";
6521
6523
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
6522
6524
  result?: string | boolean | undefined;
6523
6525
  queue?: string | undefined;
6524
6526
  force_accept?: string | boolean | undefined;
6525
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
6527
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
6528
+ key?: string | undefined;
6526
6529
  force_name?: string | string[] | null | undefined;
6527
6530
  credentials?: string | undefined;
6528
- key?: string | undefined;
6529
6531
  recursive?: string | boolean | undefined;
6530
6532
  files_per_page?: string | number | undefined;
6531
6533
  bucket?: string | undefined;
@@ -6556,8 +6558,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6556
6558
  bundle_steps?: boolean | undefined;
6557
6559
  group_by_original?: boolean | undefined;
6558
6560
  } | undefined;
6559
- credentials?: string | undefined;
6560
6561
  key?: string | undefined;
6562
+ credentials?: string | undefined;
6561
6563
  bucket?: string | undefined;
6562
6564
  headers?: Record<string, string> | undefined;
6563
6565
  host?: string | undefined;
@@ -6594,8 +6596,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6594
6596
  bundle_steps?: boolean | undefined;
6595
6597
  group_by_original?: boolean | undefined;
6596
6598
  } | undefined;
6597
- credentials?: string | undefined;
6598
6599
  metadata?: Record<string, string> | undefined;
6600
+ credentials?: string | undefined;
6599
6601
  headers?: Record<string, string> | undefined;
6600
6602
  url_template?: string | undefined;
6601
6603
  ssl_url_template?: string | undefined;
@@ -6608,26 +6610,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6608
6610
  ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
6609
6611
  } | {
6610
6612
  robot: "/video/adaptive";
6611
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
6612
- result?: string | boolean | undefined;
6613
- queue?: string | undefined;
6614
- force_accept?: string | boolean | undefined;
6615
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
6616
- use?: string | string[] | {
6617
- name: string;
6618
- fields?: string | undefined;
6619
- as?: string | undefined;
6620
- }[] | {
6621
- steps: string | string[] | {
6622
- name: string;
6623
- fields?: string | undefined;
6624
- as?: string | undefined;
6625
- }[];
6626
- fields?: string[] | undefined;
6627
- bundle_steps?: boolean | undefined;
6628
- group_by_original?: boolean | undefined;
6629
- } | undefined;
6630
- preset?: string | undefined;
6631
6613
  ffmpeg?: string | z.objectInputType<{
6632
6614
  af: z.ZodOptional<z.ZodString>;
6633
6615
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -6749,15 +6731,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6749
6731
  x264opts: z.ZodOptional<z.ZodString>;
6750
6732
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
6751
6733
  }, z.ZodTypeAny, "passthrough"> | undefined;
6752
- ffmpeg_stack?: string | undefined;
6753
- width?: string | number | null | undefined;
6754
- height?: string | number | null | undefined;
6755
- technique?: string | undefined;
6756
- playlist_name?: string | undefined;
6757
- segment_duration?: string | number | undefined;
6758
- closed_captions?: string | boolean | undefined;
6759
- } | {
6760
- robot: "/video/concat";
6761
6734
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
6762
6735
  result?: string | boolean | undefined;
6763
6736
  queue?: string | undefined;
@@ -6778,6 +6751,15 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6778
6751
  group_by_original?: boolean | undefined;
6779
6752
  } | undefined;
6780
6753
  preset?: string | undefined;
6754
+ ffmpeg_stack?: string | undefined;
6755
+ width?: string | number | null | undefined;
6756
+ height?: string | number | null | undefined;
6757
+ technique?: string | undefined;
6758
+ playlist_name?: string | undefined;
6759
+ segment_duration?: string | number | undefined;
6760
+ closed_captions?: string | boolean | undefined;
6761
+ } | {
6762
+ robot: "/video/concat";
6781
6763
  ffmpeg?: string | z.objectInputType<{
6782
6764
  af: z.ZodOptional<z.ZodString>;
6783
6765
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -6899,13 +6881,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6899
6881
  x264opts: z.ZodOptional<z.ZodString>;
6900
6882
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
6901
6883
  }, z.ZodTypeAny, "passthrough"> | undefined;
6902
- ffmpeg_stack?: string | undefined;
6903
- audio_fade_seconds?: string | number | undefined;
6904
- width?: string | number | null | undefined;
6905
- height?: string | number | null | undefined;
6906
- video_fade_seconds?: string | number | undefined;
6907
- } | {
6908
- robot: "/video/encode";
6909
6884
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
6910
6885
  result?: string | boolean | undefined;
6911
6886
  queue?: string | undefined;
@@ -6926,6 +6901,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
6926
6901
  group_by_original?: boolean | undefined;
6927
6902
  } | undefined;
6928
6903
  preset?: string | undefined;
6904
+ ffmpeg_stack?: string | undefined;
6905
+ audio_fade_seconds?: string | number | undefined;
6906
+ width?: string | number | null | undefined;
6907
+ height?: string | number | null | undefined;
6908
+ video_fade_seconds?: string | number | undefined;
6909
+ } | {
6910
+ robot: "/video/encode";
6929
6911
  ffmpeg?: string | z.objectInputType<{
6930
6912
  af: z.ZodOptional<z.ZodString>;
6931
6913
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -7047,6 +7029,26 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
7047
7029
  x264opts: z.ZodOptional<z.ZodString>;
7048
7030
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
7049
7031
  }, z.ZodTypeAny, "passthrough"> | undefined;
7032
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
7033
+ result?: string | boolean | undefined;
7034
+ queue?: string | undefined;
7035
+ force_accept?: string | boolean | undefined;
7036
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
7037
+ use?: string | string[] | {
7038
+ name: string;
7039
+ fields?: string | undefined;
7040
+ as?: string | undefined;
7041
+ }[] | {
7042
+ steps: string | string[] | {
7043
+ name: string;
7044
+ fields?: string | undefined;
7045
+ as?: string | undefined;
7046
+ }[];
7047
+ fields?: string[] | undefined;
7048
+ bundle_steps?: boolean | undefined;
7049
+ group_by_original?: boolean | undefined;
7050
+ } | undefined;
7051
+ preset?: string | undefined;
7050
7052
  ffmpeg_stack?: string | undefined;
7051
7053
  width?: string | number | null | undefined;
7052
7054
  height?: string | number | null | undefined;
@@ -7082,26 +7084,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
7082
7084
  text_background_color?: string | undefined;
7083
7085
  } | {
7084
7086
  robot: "/video/merge";
7085
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
7086
- result?: string | boolean | undefined;
7087
- queue?: string | undefined;
7088
- force_accept?: string | boolean | undefined;
7089
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
7090
- use?: string | string[] | {
7091
- name: string;
7092
- fields?: string | undefined;
7093
- as?: string | undefined;
7094
- }[] | {
7095
- steps: string | string[] | {
7096
- name: string;
7097
- fields?: string | undefined;
7098
- as?: string | undefined;
7099
- }[];
7100
- fields?: string[] | undefined;
7101
- bundle_steps?: boolean | undefined;
7102
- group_by_original?: boolean | undefined;
7103
- } | undefined;
7104
- preset?: string | undefined;
7087
+ loop?: string | boolean | undefined;
7105
7088
  ffmpeg?: string | z.objectInputType<{
7106
7089
  af: z.ZodOptional<z.ZodString>;
7107
7090
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -7223,9 +7206,28 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
7223
7206
  x264opts: z.ZodOptional<z.ZodString>;
7224
7207
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
7225
7208
  }, z.ZodTypeAny, "passthrough"> | undefined;
7209
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
7210
+ result?: string | boolean | undefined;
7211
+ queue?: string | undefined;
7212
+ force_accept?: string | boolean | undefined;
7213
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
7214
+ use?: string | string[] | {
7215
+ name: string;
7216
+ fields?: string | undefined;
7217
+ as?: string | undefined;
7218
+ }[] | {
7219
+ steps: string | string[] | {
7220
+ name: string;
7221
+ fields?: string | undefined;
7222
+ as?: string | undefined;
7223
+ }[];
7224
+ fields?: string[] | undefined;
7225
+ bundle_steps?: boolean | undefined;
7226
+ group_by_original?: boolean | undefined;
7227
+ } | undefined;
7228
+ preset?: string | undefined;
7226
7229
  ffmpeg_stack?: string | undefined;
7227
7230
  duration?: string | number | undefined;
7228
- loop?: string | boolean | undefined;
7229
7231
  width?: string | number | null | undefined;
7230
7232
  height?: string | number | null | undefined;
7231
7233
  resize_strategy?: string | undefined;
@@ -7239,7 +7241,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
7239
7241
  } | {
7240
7242
  robot: "/video/ondemand";
7241
7243
  variants: Record<string, string | {
7242
- preset?: string | undefined;
7243
7244
  ffmpeg?: string | z.objectInputType<{
7244
7245
  af: z.ZodOptional<z.ZodString>;
7245
7246
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -7361,6 +7362,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
7361
7362
  x264opts: z.ZodOptional<z.ZodString>;
7362
7363
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
7363
7364
  }, z.ZodTypeAny, "passthrough"> | undefined;
7365
+ preset?: string | undefined;
7364
7366
  ffmpeg_stack?: string | undefined;
7365
7367
  width?: string | number | null | undefined;
7366
7368
  height?: string | number | null | undefined;
@@ -7418,26 +7420,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
7418
7420
  asset_param_name?: string | undefined;
7419
7421
  } | {
7420
7422
  robot: "/video/subtitle";
7421
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
7422
- result?: string | boolean | undefined;
7423
- queue?: string | undefined;
7424
- force_accept?: string | boolean | undefined;
7425
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
7426
- use?: string | string[] | {
7427
- name: string;
7428
- fields?: string | undefined;
7429
- as?: string | undefined;
7430
- }[] | {
7431
- steps: string | string[] | {
7432
- name: string;
7433
- fields?: string | undefined;
7434
- as?: string | undefined;
7435
- }[];
7436
- fields?: string[] | undefined;
7437
- bundle_steps?: boolean | undefined;
7438
- group_by_original?: boolean | undefined;
7439
- } | undefined;
7440
- preset?: string | undefined;
7441
7423
  ffmpeg?: string | z.objectInputType<{
7442
7424
  af: z.ZodOptional<z.ZodString>;
7443
7425
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -7559,20 +7541,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
7559
7541
  x264opts: z.ZodOptional<z.ZodString>;
7560
7542
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
7561
7543
  }, z.ZodTypeAny, "passthrough"> | undefined;
7562
- ffmpeg_stack?: string | undefined;
7563
- width?: string | number | null | undefined;
7564
- height?: string | number | null | undefined;
7565
- border_color?: string | undefined;
7566
- font?: string | undefined;
7567
- font_size?: string | number | undefined;
7568
- font_color?: string | undefined;
7569
- subtitles_type?: string | undefined;
7570
- border_style?: string | undefined;
7571
- position?: string | undefined;
7572
- language?: string | null | undefined;
7573
- keep_subtitles?: string | boolean | undefined;
7574
- } | {
7575
- robot: "/video/thumbs";
7576
7544
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
7577
7545
  result?: string | boolean | undefined;
7578
7546
  queue?: string | undefined;
@@ -7592,6 +7560,21 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
7592
7560
  bundle_steps?: boolean | undefined;
7593
7561
  group_by_original?: boolean | undefined;
7594
7562
  } | undefined;
7563
+ preset?: string | undefined;
7564
+ ffmpeg_stack?: string | undefined;
7565
+ width?: string | number | null | undefined;
7566
+ height?: string | number | null | undefined;
7567
+ border_color?: string | undefined;
7568
+ font?: string | undefined;
7569
+ font_size?: string | number | undefined;
7570
+ font_color?: string | undefined;
7571
+ subtitles_type?: string | undefined;
7572
+ border_style?: string | undefined;
7573
+ position?: string | undefined;
7574
+ language?: string | null | undefined;
7575
+ keep_subtitles?: string | boolean | undefined;
7576
+ } | {
7577
+ robot: "/video/thumbs";
7595
7578
  ffmpeg?: string | z.objectInputType<{
7596
7579
  af: z.ZodOptional<z.ZodString>;
7597
7580
  'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
@@ -7713,6 +7696,25 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
7713
7696
  x264opts: z.ZodOptional<z.ZodString>;
7714
7697
  vbr: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
7715
7698
  }, z.ZodTypeAny, "passthrough"> | undefined;
7699
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
7700
+ result?: string | boolean | undefined;
7701
+ queue?: string | undefined;
7702
+ force_accept?: string | boolean | undefined;
7703
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
7704
+ use?: string | string[] | {
7705
+ name: string;
7706
+ fields?: string | undefined;
7707
+ as?: string | undefined;
7708
+ }[] | {
7709
+ steps: string | string[] | {
7710
+ name: string;
7711
+ fields?: string | undefined;
7712
+ as?: string | undefined;
7713
+ }[];
7714
+ fields?: string[] | undefined;
7715
+ bundle_steps?: boolean | undefined;
7716
+ group_by_original?: boolean | undefined;
7717
+ } | undefined;
7716
7718
  ffmpeg_stack?: string | undefined;
7717
7719
  format?: string | undefined;
7718
7720
  width?: string | number | undefined;
@@ -7730,16 +7732,16 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
7730
7732
  result?: string | boolean | undefined;
7731
7733
  queue?: string | undefined;
7732
7734
  force_accept?: string | boolean | undefined;
7733
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
7735
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
7734
7736
  force_name?: string | string[] | null | undefined;
7735
7737
  credentials?: string | undefined;
7736
7738
  files_per_page?: string | number | undefined;
7737
7739
  page_number?: string | number | undefined;
7738
7740
  rendition?: string | undefined;
7739
7741
  } | {
7740
- robot: "/vimeo/store";
7741
- title: string;
7742
7742
  description: string;
7743
+ title: string;
7744
+ robot: "/vimeo/store";
7743
7745
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
7744
7746
  result?: string | boolean | undefined;
7745
7747
  queue?: string | undefined;
@@ -7767,16 +7769,16 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
7767
7769
  folder_id?: string | null | undefined;
7768
7770
  folder_uri?: string | undefined;
7769
7771
  } | {
7770
- robot: "/wasabi/import";
7771
7772
  path: string | string[];
7773
+ robot: "/wasabi/import";
7772
7774
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
7773
7775
  result?: string | boolean | undefined;
7774
7776
  queue?: string | undefined;
7775
7777
  force_accept?: string | boolean | undefined;
7776
- ignore_errors?: string | boolean | ("meta" | "execute" | "import")[] | undefined;
7778
+ ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
7779
+ key?: string | undefined;
7777
7780
  force_name?: string | string[] | null | undefined;
7778
7781
  credentials?: string | undefined;
7779
- key?: string | undefined;
7780
7782
  recursive?: string | boolean | undefined;
7781
7783
  files_per_page?: string | number | undefined;
7782
7784
  bucket?: string | undefined;
@@ -7807,8 +7809,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
7807
7809
  bundle_steps?: boolean | undefined;
7808
7810
  group_by_original?: boolean | undefined;
7809
7811
  } | undefined;
7810
- credentials?: string | undefined;
7811
7812
  key?: string | undefined;
7813
+ credentials?: string | undefined;
7812
7814
  bucket?: string | undefined;
7813
7815
  headers?: Record<string, string> | undefined;
7814
7816
  host?: string | undefined;
@@ -7817,10 +7819,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
7817
7819
  acl?: string | undefined;
7818
7820
  bucket_region?: string | undefined;
7819
7821
  } | {
7822
+ description: string;
7823
+ title: string;
7820
7824
  robot: "/youtube/store";
7821
7825
  credentials: string;
7822
- title: string;
7823
- description: string;
7824
7826
  keywords: string;
7825
7827
  visibility: string;
7826
7828
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;