@edifice.io/collect-frontend 1.0.2-develop.0.20260622083059 → 1.0.2-develop.0.20260622122906

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.
@@ -4,6 +4,7 @@ export declare const mapCollectionSharingToSharingItem: (sharing: SharingDto) =>
4
4
  export declare const mapSharingItemToCreateSharingDto: (sharing: SharingItem) => CreateSharingDto;
5
5
  export declare const mapSharingItemToDeleteSharingDto: (sharing: SharingItem) => DeleteSharingDto;
6
6
  export declare const buildUpdateCollectionSharingDto: (deleteSharings: SharingItem[], newSharings: SharingItem[]) => UpdateCollectionSharingDto;
7
+ export declare const buildUpdateCollectionSharingDtoFromCollections: (previousSharings: SharingItem[], currentSharings: SharingItem[]) => UpdateCollectionSharingDto;
7
8
  export declare const enrichSharingsWithGroupNames: (sharings: SharingItem[], searchVisibleFn: (search: string) => Promise<Array<{
8
9
  id: string;
9
10
  displayName: string;