@blackcode_sa/metaestetics-api 1.6.20 → 1.6.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3418,6 +3418,8 @@ var AppointmentAggregationService = class {
3418
3418
  return instructionObject;
3419
3419
  });
3420
3420
  const newInstanceData = {
3421
+ id: newInstanceRef.id,
3422
+ // Add the ID to the document data
3421
3423
  patientId: appointment.patientId,
3422
3424
  appointmentId: appointment.id,
3423
3425
  originalRequirementId: template.id,
@@ -3363,6 +3363,8 @@ var AppointmentAggregationService = class {
3363
3363
  return instructionObject;
3364
3364
  });
3365
3365
  const newInstanceData = {
3366
+ id: newInstanceRef.id,
3367
+ // Add the ID to the document data
3366
3368
  patientId: appointment.patientId,
3367
3369
  appointmentId: appointment.id,
3368
3370
  originalRequirementId: template.id,