@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.
- package/dist/admin/index.js +2 -0
- package/dist/admin/index.mjs +2 -0
- package/dist/index.d.mts +262 -262
- package/dist/index.d.ts +262 -262
- package/dist/index.js +9 -9
- package/dist/index.mjs +9 -9
- package/package.json +1 -1
- package/src/admin/aggregation/appointment/appointment.aggregation.service.ts +2 -1
- package/src/types/patient/medical-info.types.ts +12 -12
- package/src/validations/patient/medical-info.schema.ts +9 -9
package/dist/admin/index.js
CHANGED
|
@@ -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,
|
package/dist/admin/index.mjs
CHANGED
|
@@ -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,
|