Summary
The current native API docs include additional metadata on large-file part operations that the SDK response types do not expose.
Evidence
Impact
Typed consumers lose access to documented response metadata and may need unsafe casts to read fields returned by B2.
Acceptance criteria
Versioning note
This should be additive because it only exposes fields B2 may already return.
Summary
The current native API docs include additional metadata on large-file part operations that the SDK response types do not expose.
Evidence
b2_upload_partresponse includescontentMd5.b2_list_partspart entries includecontentMd5.b2_copy_partresponse includescontentMd5,serverSideEncryption, anduploadTimestamp.b2_start_large_fileresponse includesreplicationStatus.Impact
Typed consumers lose access to documented response metadata and may need unsafe casts to read fields returned by B2.
Acceptance criteria
contentMd5to upload-part and list-parts response types.contentMd5,serverSideEncryption, anduploadTimestampto copy-part response types.replicationStatusto start-large-file response types.Versioning note
This should be additive because it only exposes fields B2 may already return.