const {serialOperations, linkIds} = await getWebPushCertificateInsertSerialOperations({
deep
});
await deep.serial({
operations: serialOperations
})
const reservedLinkIds = await deep.reserve(2);
const webPushCertificateLinkId = reservedLinkIds.pop();
const containLinkId = reservedLinkIds.pop();
const {serialOperations, linkIds} = await getWebPushCertificateInsertSerialOperations({
deep,
webPushCertificate: {
title,
body,
},
reservedLinkIds: {
webPushCertificateLinkId,
containLinkId,
}
});
await deep.serial({
operations: serialOperations
})
Generated using TypeDoc
Gets serial operations to insert WebPushCertificate