(attachmentId)
| 7262 | }); |
| 7263 | |
| 7264 | function encodeAttachmentId(attachmentId) { |
| 7265 | return attachmentId.split("/").map(encodeURIComponent).join("/"); |
| 7266 | } |
| 7267 | |
| 7268 | // Get the attachment |
| 7269 | api.getAttachment = adapterFun$$1('getAttachment', async function (docId, attachmentId, |