Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 343 Bytes

File metadata and controls

5 lines (4 loc) · 343 Bytes
@hypercerts-org/sdk-core patch

Fix collaborator permissions parsing to align with SDS API response format. The SDS API returns permissions as objects with boolean flags ({ read: true, create: true, ... }) rather than string arrays. This fix simplifies the permissions parser to handle only the actual format returned by the API.