@avallon-labs/sdk 6.4.0 → 7.0.0-staging.251

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 (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avallon-labs/sdk",
3
- "version": "6.4.0",
3
+ "version": "7.0.0-staging.251",
4
4
  "description": "Avallon API SDK - generated from OpenAPI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",