@rpldy/shared
Advanced tools
Comparing version 0.17.5 to 0.18.0
{ | ||
"version": "0.17.5", | ||
"version": "0.18.0", | ||
"name": "@rpldy/shared", | ||
@@ -35,3 +35,3 @@ "description": "internal set of utils+types for react-uploady", | ||
}, | ||
"gitHead": "c6ac734ba0b859e058cb9617105220182f4bf755" | ||
"gitHead": "74b1f681e012268aa86b2df56ad1b0720ab798b6" | ||
} |
@@ -15,2 +15,4 @@ export type Destination = { | ||
export type IsSuccessfulCall = (xhr: XMLHttpRequest) => boolean; | ||
export interface SendOptions { | ||
@@ -27,5 +29,6 @@ method: string; | ||
formatServerResponse?: FormatServerResponseMethod; | ||
isSuccessfulCall?: IsSuccessfulCall; | ||
} | ||
export interface UploadOptions extends Partial<SendOptions>{ | ||
export interface UploadOptions extends Partial<SendOptions> { | ||
autoUpload?: boolean; | ||
@@ -32,0 +35,0 @@ clearPendingOnAdd?: boolean; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41636
1045