@blackcode_sa/metaestetics-api 1.6.11 → 1.6.12

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@blackcode_sa/metaestetics-api",
3
3
  "private": false,
4
- "version": "1.6.11",
4
+ "version": "1.6.12",
5
5
  "description": "Firebase authentication service with anonymous upgrade support",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -18,6 +18,7 @@ import { ClinicAggregationService } from "./aggregation/clinic/clinic.aggregatio
18
18
  import { PractitionerAggregationService } from "./aggregation/practitioner/practitioner.aggregation.service";
19
19
  import { ProcedureAggregationService } from "./aggregation/procedure/procedure.aggregation.service";
20
20
  import { PatientAggregationService } from "./aggregation/patient/patient.aggregation.service";
21
+ import { AppointmentAggregationService } from "./aggregation/appointment/appointment.aggregation.service";
21
22
 
22
23
  // Import mailing services
23
24
  import { BaseMailingService } from "./mailing/base.mailing.service";
@@ -62,6 +63,7 @@ export {
62
63
  PractitionerAggregationService,
63
64
  ProcedureAggregationService,
64
65
  PatientAggregationService,
66
+ AppointmentAggregationService,
65
67
  PatientRequirementsAdminService,
66
68
  };
67
69