@pegasimed.com/shared-tools 1.0.89 → 1.0.91
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/constants/index.d.ts +2 -0
- package/dist/constants/index.js +2 -0
- package/dist/constants/index.js.map +1 -1
- package/dist/constants/notificationManagerLogConditionAction.d.ts +3 -0
- package/dist/constants/notificationManagerLogConditionAction.js +7 -0
- package/dist/constants/notificationManagerLogConditionAction.js.map +1 -0
- package/dist/constants/notificationManagerLogsStatus.d.ts +7 -0
- package/dist/constants/notificationManagerLogsStatus.js +11 -0
- package/dist/constants/notificationManagerLogsStatus.js.map +1 -0
- package/package.json +1 -1
|
@@ -10,6 +10,8 @@ export * from './examOrderCategories';
|
|
|
10
10
|
export * from './integrationsEvents';
|
|
11
11
|
export * from './kafkaEvents';
|
|
12
12
|
export * from './markers';
|
|
13
|
+
export * from './notificationManagerLogConditionAction';
|
|
14
|
+
export * from './notificationManagerLogsStatus';
|
|
13
15
|
export * from './patterns';
|
|
14
16
|
export * from './specimenActivitiesKind';
|
|
15
17
|
export * from './specimenProcessingTypes';
|
package/dist/constants/index.js
CHANGED
|
@@ -26,6 +26,8 @@ __exportStar(require("./examOrderCategories"), exports);
|
|
|
26
26
|
__exportStar(require("./integrationsEvents"), exports);
|
|
27
27
|
__exportStar(require("./kafkaEvents"), exports);
|
|
28
28
|
__exportStar(require("./markers"), exports);
|
|
29
|
+
__exportStar(require("./notificationManagerLogConditionAction"), exports);
|
|
30
|
+
__exportStar(require("./notificationManagerLogsStatus"), exports);
|
|
29
31
|
__exportStar(require("./patterns"), exports);
|
|
30
32
|
__exportStar(require("./specimenActivitiesKind"), exports);
|
|
31
33
|
__exportStar(require("./specimenProcessingTypes"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,yDAAuC;AACvC,2DAAyC;AACzC,6DAA2C;AAC3C,mDAAiC;AACjC,+CAA6B;AAC7B,+DAA6C;AAC7C,0CAAwB;AACxB,wDAAsC;AACtC,uDAAqC;AACrC,gDAA8B;AAC9B,4CAA0B;AAC1B,6CAA2B;AAC3B,2DAAyC;AACzC,4DAA0C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,yDAAuC;AACvC,2DAAyC;AACzC,6DAA2C;AAC3C,mDAAiC;AACjC,+CAA6B;AAC7B,+DAA6C;AAC7C,0CAAwB;AACxB,wDAAsC;AACtC,uDAAqC;AACrC,gDAA8B;AAC9B,4CAA0B;AAC1B,0EAAwD;AACxD,kEAAgD;AAChD,6CAA2B;AAC3B,2DAAyC;AACzC,4DAA0C"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NOTIFICATION_MANAGER_LOG_CONDITION_ACTION = void 0;
|
|
4
|
+
exports.NOTIFICATION_MANAGER_LOG_CONDITION_ACTION = {
|
|
5
|
+
complete: 'complete',
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=notificationManagerLogConditionAction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notificationManagerLogConditionAction.js","sourceRoot":"","sources":["../../src/constants/notificationManagerLogConditionAction.ts"],"names":[],"mappings":";;;AAAa,QAAA,yCAAyC,GAAG;IACvD,QAAQ,EAAE,UAAU;CACrB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NOTIFICATION_MANAGER_LOG_STATUS = void 0;
|
|
4
|
+
exports.NOTIFICATION_MANAGER_LOG_STATUS = {
|
|
5
|
+
sent: 'SENT',
|
|
6
|
+
finish: 'FINISH',
|
|
7
|
+
skipped: 'SKIPPED',
|
|
8
|
+
pending: 'PENDING',
|
|
9
|
+
cancelled: 'CANCELLED',
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=notificationManagerLogsStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notificationManagerLogsStatus.js","sourceRoot":"","sources":["../../src/constants/notificationManagerLogsStatus.ts"],"names":[],"mappings":";;;AAAa,QAAA,+BAA+B,GAAG;IAC7C,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CACvB,CAAC"}
|