@avallon-labs/sdk 6.4.0 → 7.0.0
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.
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3586,6 +3586,7 @@ type UploadFileBodyProcessingOptions = {
|
|
|
3586
3586
|
*/
|
|
3587
3587
|
|
|
3588
3588
|
type UploadFileBody = {
|
|
3589
|
+
/** URL of the file to upload. Accepts either a public HTTPS URL or an `avallon://artifact-upload/` URL returned by the Request a pre-signed URL for direct large file upload (POST /v1/artifacts/get-upload-url) endpoint. */
|
|
3589
3590
|
source_url: string;
|
|
3590
3591
|
/** @minLength 1 */
|
|
3591
3592
|
document_name: string;
|