(attachmentId)
| 7257 | }); |
| 7258 | |
| 7259 | function encodeAttachmentId(attachmentId) { |
| 7260 | return attachmentId.split("/").map(encodeURIComponent).join("/"); |
| 7261 | } |
| 7262 | |
| 7263 | // Get the attachment |
| 7264 | api.getAttachment = adapterFun$$1('getAttachment', async function (docId, attachmentId, |