@pegasimed.com/shared-tools 1.0.13 → 1.0.15

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.
@@ -1,2 +1,4 @@
1
+ export * from './model-variables';
2
+ export * from './kafkaEvents';
1
3
  export * from './markers';
2
4
  export * from './patterns';
@@ -14,6 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./model-variables"), exports);
18
+ __exportStar(require("./kafkaEvents"), exports);
17
19
  __exportStar(require("./markers"), exports);
18
20
  __exportStar(require("./patterns"), exports);
19
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,gDAA8B;AAC9B,4CAA0B;AAC1B,6CAA2B"}
@@ -0,0 +1,57 @@
1
+ export declare const KAFKA_EVENTS: {
2
+ appointment: {
3
+ insert: string;
4
+ update: string;
5
+ delete: string;
6
+ };
7
+ appointmentRequest: {
8
+ insert: string;
9
+ update: string;
10
+ delete: string;
11
+ };
12
+ location: {
13
+ insert: string;
14
+ update: string;
15
+ delete: string;
16
+ };
17
+ locationLog: {
18
+ insert: string;
19
+ update: string;
20
+ delete: string;
21
+ };
22
+ reception: {
23
+ insert: string;
24
+ update: string;
25
+ delete: string;
26
+ };
27
+ scheduledProcedure: {
28
+ insert: string;
29
+ update: string;
30
+ delete: string;
31
+ };
32
+ scheduleProfile: {
33
+ insert: string;
34
+ update: string;
35
+ delete: string;
36
+ };
37
+ shift: {
38
+ insert: string;
39
+ update: string;
40
+ delete: string;
41
+ };
42
+ carePlan: {
43
+ insert: string;
44
+ update: string;
45
+ delete: string;
46
+ };
47
+ carePlanType: {
48
+ insert: string;
49
+ update: string;
50
+ delete: string;
51
+ };
52
+ stage: {
53
+ insert: string;
54
+ update: string;
55
+ delete: string;
56
+ };
57
+ };
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.KAFKA_EVENTS = void 0;
4
+ exports.KAFKA_EVENTS = {
5
+ appointment: {
6
+ insert: 'appointment-insert',
7
+ update: 'appointment-update',
8
+ delete: 'appointment-delete',
9
+ },
10
+ appointmentRequest: {
11
+ insert: 'appointment-request-insert',
12
+ update: 'appointment-request-update',
13
+ delete: 'appointment-request-delete',
14
+ },
15
+ location: {
16
+ insert: 'location-insert',
17
+ update: 'location-update',
18
+ delete: 'location-delete',
19
+ },
20
+ locationLog: {
21
+ insert: 'location-log-insert',
22
+ update: 'location-log-update',
23
+ delete: 'location-log-delete',
24
+ },
25
+ reception: {
26
+ insert: 'reception-insert',
27
+ update: 'reception-update',
28
+ delete: 'reception-delete',
29
+ },
30
+ scheduledProcedure: {
31
+ insert: 'scheduled-procedure-insert',
32
+ update: 'scheduled-procedure-update',
33
+ delete: 'scheduled-procedure-delete',
34
+ },
35
+ scheduleProfile: {
36
+ insert: 'schedule-profile-insert',
37
+ update: 'schedule-profile-update',
38
+ delete: 'schedule-profile-delete',
39
+ },
40
+ shift: {
41
+ insert: 'shift-insert',
42
+ update: 'shift-update',
43
+ delete: 'shift-delete',
44
+ },
45
+ carePlan: {
46
+ insert: 'care-plan-insert',
47
+ update: 'care-plan-update',
48
+ delete: 'care-plan-delete',
49
+ },
50
+ carePlanType: {
51
+ insert: 'care-plan-type-insert',
52
+ update: 'care-plan-type-update',
53
+ delete: 'care-plan-type-delete',
54
+ },
55
+ stage: {
56
+ insert: 'stage-insert',
57
+ update: 'stage-update',
58
+ delete: 'stage-delete',
59
+ },
60
+ };
61
+ //# sourceMappingURL=kafkaEvents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kafkaEvents.js","sourceRoot":"","sources":["../../src/constants/kafkaEvents.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG;IAC1B,WAAW,EAAE;QACX,MAAM,EAAE,oBAAoB;QAC5B,MAAM,EAAE,oBAAoB;QAC5B,MAAM,EAAE,oBAAoB;KAC7B;IACD,kBAAkB,EAAE;QAClB,MAAM,EAAE,4BAA4B;QACpC,MAAM,EAAE,4BAA4B;QACpC,MAAM,EAAE,4BAA4B;KACrC;IACD,QAAQ,EAAE;QACR,MAAM,EAAE,iBAAiB;QACzB,MAAM,EAAE,iBAAiB;QACzB,MAAM,EAAE,iBAAiB;KAC1B;IACD,WAAW,EAAE;QACX,MAAM,EAAE,qBAAqB;QAC7B,MAAM,EAAE,qBAAqB;QAC7B,MAAM,EAAE,qBAAqB;KAC9B;IACD,SAAS,EAAE;QACT,MAAM,EAAE,kBAAkB;QAC1B,MAAM,EAAE,kBAAkB;QAC1B,MAAM,EAAE,kBAAkB;KAC3B;IACD,kBAAkB,EAAE;QAClB,MAAM,EAAE,4BAA4B;QACpC,MAAM,EAAE,4BAA4B;QACpC,MAAM,EAAE,4BAA4B;KACrC;IACD,eAAe,EAAE;QACf,MAAM,EAAE,yBAAyB;QACjC,MAAM,EAAE,yBAAyB;QACjC,MAAM,EAAE,yBAAyB;KAClC;IACD,KAAK,EAAE;QACL,MAAM,EAAE,cAAc;QACtB,MAAM,EAAE,cAAc;QACtB,MAAM,EAAE,cAAc;KACvB;IACD,QAAQ,EAAE;QACR,MAAM,EAAE,kBAAkB;QAC1B,MAAM,EAAE,kBAAkB;QAC1B,MAAM,EAAE,kBAAkB;KAC3B;IACD,YAAY,EAAE;QACZ,MAAM,EAAE,uBAAuB;QAC/B,MAAM,EAAE,uBAAuB;QAC/B,MAAM,EAAE,uBAAuB;KAChC;IACD,KAAK,EAAE;QACL,MAAM,EAAE,cAAc;QACtB,MAAM,EAAE,cAAc;QACtB,MAAM,EAAE,cAAc;KACvB;CACF,CAAC"}
@@ -0,0 +1,37 @@
1
+ export declare const APPOINTMENT_ENUM: {
2
+ eventType: string;
3
+ scheduleProfile: string;
4
+ patient: string;
5
+ date: string;
6
+ startTime: string;
7
+ endTime: string;
8
+ procedureType: string;
9
+ user: string;
10
+ notificationWay: string;
11
+ consultationType: string;
12
+ status: {
13
+ statusType: string;
14
+ confirmationMethod: string;
15
+ reasonSuspended: string;
16
+ user: string;
17
+ date: string;
18
+ };
19
+ active: string;
20
+ overshift: string;
21
+ licenseKey: string;
22
+ supplier: string;
23
+ attenderType: string;
24
+ host: string;
25
+ details: {
26
+ title: string;
27
+ description: string;
28
+ };
29
+ medicalBoard: {
30
+ participants: string;
31
+ patients: string;
32
+ };
33
+ externalId: string;
34
+ externalIdTwo: string;
35
+ physicalLocation: string;
36
+ virtualLocation: string;
37
+ };
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.APPOINTMENT_ENUM = void 0;
4
+ exports.APPOINTMENT_ENUM = {
5
+ eventType: 'Tipo de evento',
6
+ scheduleProfile: 'Id del perfil de horario',
7
+ patient: 'Información del paciente',
8
+ date: 'Fecha de la cita',
9
+ startTime: 'Hora de inicio',
10
+ endTime: 'Hora de fin',
11
+ procedureType: 'Tipo de procedimiento',
12
+ user: 'Usuario',
13
+ notificationWay: 'Forma de notificación',
14
+ consultationType: 'Tipo de consulta',
15
+ status: {
16
+ statusType: 'Estado de la cita',
17
+ confirmationMethod: 'Método de confirmación',
18
+ reasonSuspended: 'Motivo de suspensión',
19
+ user: 'Usuario que cambió el estado',
20
+ date: 'Fecha de cambio de estado',
21
+ },
22
+ active: 'Modelo activo',
23
+ overshift: 'Sobreturno activo',
24
+ licenseKey: 'Clave de licencia',
25
+ supplier: 'Información del proveedor',
26
+ attenderType: 'Tipo de asistente',
27
+ host: 'Información del anfitrión',
28
+ details: {
29
+ title: 'Título del detalle',
30
+ description: 'Descripción del detalle',
31
+ },
32
+ medicalBoard: {
33
+ participants: 'Participantes del consejo médico',
34
+ patients: 'Pacientes del consejo médico',
35
+ },
36
+ externalId: 'Id externo',
37
+ externalIdTwo: 'Id externo 2',
38
+ physicalLocation: 'Ubicación física',
39
+ virtualLocation: 'Ubicación virtual',
40
+ };
41
+ //# sourceMappingURL=appointment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appointment.js","sourceRoot":"","sources":["../../../src/constants/model-variables/appointment.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,SAAS,EAAE,gBAAgB;IAC3B,eAAe,EAAE,0BAA0B;IAC3C,OAAO,EAAE,0BAA0B;IACnC,IAAI,EAAE,kBAAkB;IACxB,SAAS,EAAE,gBAAgB;IAC3B,OAAO,EAAE,aAAa;IACtB,aAAa,EAAE,uBAAuB;IACtC,IAAI,EAAE,SAAS;IACf,eAAe,EAAE,uBAAuB;IACxC,gBAAgB,EAAE,kBAAkB;IACpC,MAAM,EAAE;QACN,UAAU,EAAE,mBAAmB;QAC/B,kBAAkB,EAAE,wBAAwB;QAC5C,eAAe,EAAE,sBAAsB;QACvC,IAAI,EAAE,8BAA8B;QACpC,IAAI,EAAE,2BAA2B;KAClC;IACD,MAAM,EAAE,eAAe;IACvB,SAAS,EAAE,mBAAmB;IAC9B,UAAU,EAAE,mBAAmB;IAC/B,QAAQ,EAAE,2BAA2B;IACrC,YAAY,EAAE,mBAAmB;IACjC,IAAI,EAAE,2BAA2B;IACjC,OAAO,EAAE;QACP,KAAK,EAAE,oBAAoB;QAC3B,WAAW,EAAE,yBAAyB;KACvC;IACD,YAAY,EAAE;QACZ,YAAY,EAAE,kCAAkC;QAChD,QAAQ,EAAE,8BAA8B;KACzC;IACD,UAAU,EAAE,YAAY;IACxB,aAAa,EAAE,cAAc;IAC7B,gBAAgB,EAAE,kBAAkB;IACpC,eAAe,EAAE,mBAAmB;CACrC,CAAC"}
@@ -0,0 +1,35 @@
1
+ export declare const APPOINTMENT_REQUEST_ENUM: {
2
+ scheduleProfile: string;
3
+ date: string;
4
+ startTime: string;
5
+ endTime: string;
6
+ isPatient: string;
7
+ patient: string;
8
+ supplier: string;
9
+ procedureType: string;
10
+ active: string;
11
+ notificationWay: string;
12
+ consultationType: string;
13
+ licenseKey: string;
14
+ status: {
15
+ statusType: string;
16
+ confirmationMethod: string;
17
+ reasonSuspended: string;
18
+ user: string;
19
+ date: string;
20
+ comments: string;
21
+ cancelationReason: string;
22
+ };
23
+ requestType: string;
24
+ requestSource: string;
25
+ patientCoverageCondition: string;
26
+ referredBy: string;
27
+ referringOrganization: string;
28
+ referralReason: string;
29
+ referredSpecialty: string;
30
+ provisionalDiagnosis: string;
31
+ encounter: string;
32
+ priority: string;
33
+ notes: string;
34
+ user: string;
35
+ };
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.APPOINTMENT_REQUEST_ENUM = void 0;
4
+ exports.APPOINTMENT_REQUEST_ENUM = {
5
+ scheduleProfile: 'Id del perfil de horario',
6
+ date: 'Fecha de la solicitud de cita',
7
+ startTime: 'Hora de inicio',
8
+ endTime: 'Hora de fin',
9
+ isPatient: 'Es paciente',
10
+ patient: 'Información del paciente',
11
+ supplier: 'Información del proveedor',
12
+ procedureType: 'Tipo de procedimiento',
13
+ active: 'Modelo activo',
14
+ notificationWay: 'Forma de notificación',
15
+ consultationType: 'Tipo de consulta',
16
+ licenseKey: 'Clave de licencia',
17
+ status: {
18
+ statusType: 'Estado de la solicitud',
19
+ confirmationMethod: 'Método de confirmación',
20
+ reasonSuspended: 'Motivo de suspensión',
21
+ user: 'Usuario que cambió el estado',
22
+ date: 'Fecha de cambio de estado',
23
+ comments: 'Comentarios del estado',
24
+ cancelationReason: 'Motivo de cancelación',
25
+ },
26
+ requestType: 'Tipo de solicitud',
27
+ requestSource: 'Fuente de la solicitud',
28
+ patientCoverageCondition: 'Condición de cobertura del paciente',
29
+ referredBy: 'Referido por',
30
+ referringOrganization: 'Organización referente',
31
+ referralReason: 'Motivo de la referencia',
32
+ referredSpecialty: 'Especialidad referida',
33
+ provisionalDiagnosis: 'Diagnóstico provisional',
34
+ encounter: 'Información de la consulta',
35
+ priority: 'Prioridad',
36
+ notes: 'Notas',
37
+ user: 'Usuario',
38
+ };
39
+ //# sourceMappingURL=appointmentRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appointmentRequest.js","sourceRoot":"","sources":["../../../src/constants/model-variables/appointmentRequest.ts"],"names":[],"mappings":";;;AAAa,QAAA,wBAAwB,GAAG;IACtC,eAAe,EAAE,0BAA0B;IAC3C,IAAI,EAAE,+BAA+B;IACrC,SAAS,EAAE,gBAAgB;IAC3B,OAAO,EAAE,aAAa;IACtB,SAAS,EAAE,aAAa;IACxB,OAAO,EAAE,0BAA0B;IACnC,QAAQ,EAAE,2BAA2B;IACrC,aAAa,EAAE,uBAAuB;IACtC,MAAM,EAAE,eAAe;IACvB,eAAe,EAAE,uBAAuB;IACxC,gBAAgB,EAAE,kBAAkB;IACpC,UAAU,EAAE,mBAAmB;IAC/B,MAAM,EAAE;QACN,UAAU,EAAE,wBAAwB;QACpC,kBAAkB,EAAE,wBAAwB;QAC5C,eAAe,EAAE,sBAAsB;QACvC,IAAI,EAAE,8BAA8B;QACpC,IAAI,EAAE,2BAA2B;QACjC,QAAQ,EAAE,wBAAwB;QAClC,iBAAiB,EAAE,uBAAuB;KAC3C;IACD,WAAW,EAAE,mBAAmB;IAChC,aAAa,EAAE,wBAAwB;IACvC,wBAAwB,EAAE,qCAAqC;IAC/D,UAAU,EAAE,cAAc;IAC1B,qBAAqB,EAAE,wBAAwB;IAC/C,cAAc,EAAE,yBAAyB;IACzC,iBAAiB,EAAE,uBAAuB;IAC1C,oBAAoB,EAAE,yBAAyB;IAC/C,SAAS,EAAE,4BAA4B;IACvC,QAAQ,EAAE,WAAW;IACrB,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,SAAS;CAChB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './appointment';
2
+ export * from './appointmentRequest';
3
+ export * from './location';
4
+ export * from './scheduledProcedure';
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./appointment"), exports);
18
+ __exportStar(require("./appointmentRequest"), exports);
19
+ __exportStar(require("./location"), exports);
20
+ __exportStar(require("./scheduledProcedure"), exports);
21
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/constants/model-variables/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,uDAAqC;AACrC,6CAA2B;AAC3B,uDAAqC"}
@@ -0,0 +1,26 @@
1
+ export declare const LOCATION_ENUM: {
2
+ managingOrganization: string;
3
+ partOf: string;
4
+ status: string;
5
+ operationalStatus: string;
6
+ name: string;
7
+ code: string;
8
+ alias: string;
9
+ mode: string;
10
+ locationType: string;
11
+ address: string;
12
+ telecom: string;
13
+ physicalType: string;
14
+ position: {
15
+ longitude: string;
16
+ latitude: string;
17
+ altitude: string;
18
+ };
19
+ description: string;
20
+ hoursOfOperation: string;
21
+ availabilityExceptions: string;
22
+ procedureCategory: string;
23
+ procedureType: string;
24
+ active: string;
25
+ licenseKey: string;
26
+ };
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LOCATION_ENUM = void 0;
4
+ exports.LOCATION_ENUM = {
5
+ managingOrganization: 'Id de la organización que administra la ubicación',
6
+ partOf: 'Id de la dependencia',
7
+ status: 'Estado de la ubicación',
8
+ operationalStatus: 'Estatus de la operación',
9
+ name: 'Nombre de la ubicación',
10
+ code: 'Código de la ubicación',
11
+ alias: 'Alias de la ubicación',
12
+ mode: 'Modo de la ubicación',
13
+ locationType: 'Tipo de ubicación',
14
+ address: 'Dirección de la ubicación',
15
+ telecom: 'Contacto de la ubicación',
16
+ physicalType: 'Tipo de ubicación física',
17
+ position: {
18
+ longitude: 'Longitud',
19
+ latitude: 'Latitud',
20
+ altitude: 'Altitud',
21
+ },
22
+ description: 'Descripción de la ubicación',
23
+ hoursOfOperation: 'Horarios de la operación',
24
+ availabilityExceptions: 'Excepciones de disponibilidad',
25
+ procedureCategory: 'Categoría de procedimientos',
26
+ procedureType: 'Tipos de procedimientos',
27
+ active: 'Modelo activo',
28
+ licenseKey: 'Clave de licencia',
29
+ };
30
+ //# sourceMappingURL=location.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"location.js","sourceRoot":"","sources":["../../../src/constants/model-variables/location.ts"],"names":[],"mappings":";;;AAAa,QAAA,aAAa,GAAG;IAC3B,oBAAoB,EAAE,mDAAmD;IACzE,MAAM,EAAE,sBAAsB;IAC9B,MAAM,EAAE,wBAAwB;IAChC,iBAAiB,EAAE,yBAAyB;IAC5C,IAAI,EAAE,wBAAwB;IAC9B,IAAI,EAAE,wBAAwB;IAC9B,KAAK,EAAE,uBAAuB;IAC9B,IAAI,EAAE,sBAAsB;IAC5B,YAAY,EAAE,mBAAmB;IACjC,OAAO,EAAE,2BAA2B;IACpC,OAAO,EAAE,0BAA0B;IACnC,YAAY,EAAE,0BAA0B;IACxC,QAAQ,EAAE;QACR,SAAS,EAAE,UAAU;QACrB,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB;IACD,WAAW,EAAE,6BAA6B;IAC1C,gBAAgB,EAAE,0BAA0B;IAC5C,sBAAsB,EAAE,+BAA+B;IACvD,iBAAiB,EAAE,6BAA6B;IAChD,aAAa,EAAE,yBAAyB;IACxC,MAAM,EAAE,eAAe;IACvB,UAAU,EAAE,mBAAmB;CAChC,CAAC"}
@@ -0,0 +1,21 @@
1
+ export declare const SCHEDULED_PROCEDURE_ENUM: {
2
+ scheduleProfile: string;
3
+ date: string;
4
+ startTime: string;
5
+ endTime: string;
6
+ location: string;
7
+ patient: string;
8
+ practitioners: string;
9
+ procedureType: string;
10
+ status: {
11
+ statusType: string;
12
+ confirmationMethod: string;
13
+ reasonSuspended: string;
14
+ user: string;
15
+ date: string;
16
+ };
17
+ observations: string;
18
+ active: string;
19
+ licenseKey: string;
20
+ overshift: string;
21
+ };
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SCHEDULED_PROCEDURE_ENUM = void 0;
4
+ exports.SCHEDULED_PROCEDURE_ENUM = {
5
+ scheduleProfile: 'Id del perfil de horario',
6
+ date: 'Fecha del procedimiento',
7
+ startTime: 'Hora de inicio',
8
+ endTime: 'Hora de fin',
9
+ location: 'Ubicación del procedimiento',
10
+ patient: 'Información del paciente',
11
+ practitioners: 'Información de los practicantes',
12
+ procedureType: 'Tipo de procedimiento',
13
+ status: {
14
+ statusType: 'Estado del procedimiento',
15
+ confirmationMethod: 'Método de confirmación',
16
+ reasonSuspended: 'Motivo de suspensión',
17
+ user: 'Usuario que cambió el estado',
18
+ date: 'Fecha de cambio de estado',
19
+ },
20
+ observations: 'Observaciones del procedimiento',
21
+ active: 'Modelo activo',
22
+ licenseKey: 'Clave de licencia',
23
+ overshift: 'Sobreturno activo',
24
+ };
25
+ //# sourceMappingURL=scheduledProcedure.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scheduledProcedure.js","sourceRoot":"","sources":["../../../src/constants/model-variables/scheduledProcedure.ts"],"names":[],"mappings":";;;AAAa,QAAA,wBAAwB,GAAG;IACtC,eAAe,EAAE,0BAA0B;IAC3C,IAAI,EAAE,yBAAyB;IAC/B,SAAS,EAAE,gBAAgB;IAC3B,OAAO,EAAE,aAAa;IACtB,QAAQ,EAAE,6BAA6B;IACvC,OAAO,EAAE,0BAA0B;IACnC,aAAa,EAAE,iCAAiC;IAChD,aAAa,EAAE,uBAAuB;IACtC,MAAM,EAAE;QACN,UAAU,EAAE,0BAA0B;QACtC,kBAAkB,EAAE,wBAAwB;QAC5C,eAAe,EAAE,sBAAsB;QACvC,IAAI,EAAE,8BAA8B;QACpC,IAAI,EAAE,2BAA2B;KAClC;IACD,YAAY,EAAE,iCAAiC;IAC/C,MAAM,EAAE,eAAe;IACvB,UAAU,EAAE,mBAAmB;IAC/B,SAAS,EAAE,mBAAmB;CAC/B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pegasimed.com/shared-tools",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Pegasi shared tools",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -40,17 +40,17 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/mocha": "^10.0.9",
43
- "@types/node": "^22.8.1",
43
+ "@types/node": "^22.9.0",
44
44
  "@types/type-check": "^0.3.31",
45
- "@typescript-eslint/parser": "^8.11.0",
45
+ "@typescript-eslint/parser": "^8.14.0",
46
46
  "commitizen": "^4.3.1",
47
47
  "cz-conventional-changelog": "^3.3.0",
48
- "eslint": "^9.13.0",
48
+ "eslint": "^9.14.0",
49
49
  "eslint-config-prettier": "^9.1.0",
50
50
  "eslint-plugin-prettier": "^5.2.1",
51
51
  "husky": "^9.1.6",
52
52
  "lint-staged": "^15.2.10",
53
- "mocha": "^10.7.3",
53
+ "mocha": "^10.8.2",
54
54
  "nyc": "^17.1.0",
55
55
  "prettier": "^3.3.3",
56
56
  "rimraf": "^6.0.1",