@hybr1d-tech/charizard 1.1.44 → 1.1.45

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 CHANGED
@@ -3418,7 +3418,10 @@ declare interface UploadProps {
3418
3418
  extraSubtitleText?: string;
3419
3419
  error?: string | null;
3420
3420
  addDocumentSubtitle?: string;
3421
- handleImageUpload: (images: any[], type: DOCS_TYPE, key?: string, value?: string, customUrl?: string, inventoryId?: string | null, softwareId?: string | null) => Promise<UploadFileType[]>;
3421
+ handleImageUpload: (images: any[], type: DOCS_TYPE, key?: string, value?: string, customUrl?: string, inventoryId?: string | null, softwareId?: string | null) => Promise<{
3422
+ uploadedFiles: UploadFileType[];
3423
+ isUploaded: boolean;
3424
+ }>;
3422
3425
  variant?: string;
3423
3426
  }
3424
3427
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "1.1.44",
3
+ "version": "1.1.45",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"