@solidexpert/file-api
Advanced tools
Comparing version 1.0.73 to 1.0.74
@@ -46,5 +46,5 @@ /** | ||
/** format: uuid */ | ||
companyId: string; | ||
/** format: uuid */ | ||
folderId?: string; | ||
/** format: uuid */ | ||
companyId: string; | ||
/** | ||
@@ -51,0 +51,0 @@ * The requested API version |
{ | ||
"name": "@solidexpert/file-api", | ||
"version": "1.0.73", | ||
"version": "1.0.74", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "~15.0.0", |
@@ -38,3 +38,2 @@ export * from './lib/model'; | ||
export * from './lib/store/bucket/updateBucket/updateBucket.service'; | ||
export * from './lib/store/system/uploadSystemFile/uploadSystemFile.service'; | ||
export * from './lib/store/folder/checkFileOrFolderExist/checkFileOrFolderExist.service'; | ||
@@ -45,8 +44,9 @@ export * from './lib/store/folder/createFolder/createFolder.service'; | ||
export * from './lib/store/folder/deleteFolder/deleteFolder.service'; | ||
export * from './lib/store/folder/getFolderByPath/getFolderByPath.service'; | ||
export * from './lib/store/folder/getFileOrFolderById/getFileOrFolderById.service'; | ||
export * from './lib/store/folder/getFolderByPath/getFolderByPath.service'; | ||
export * from './lib/store/folder/getFolderContent/getFolderContent.service'; | ||
export * from './lib/store/folder/updateFolder/updateFolder.service'; | ||
export * from './lib/store/folder/moveItem/moveItem.service'; | ||
export * from './lib/store/folder/updateFolder/updateFolder.service'; | ||
export * from './lib/store/folder/uploadFile/uploadFile.service'; | ||
export * from './lib/store/folder/uploadFileWithManualS3Request/uploadFileWithManualS3Request.service'; | ||
export * from './lib/store/system/uploadSystemFile/uploadSystemFile.service'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet