@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.
@@ -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';
@@ -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,3 @@
1
+ export declare const NOTIFICATION_MANAGER_LOG_CONDITION_ACTION: {
2
+ complete: string;
3
+ };
@@ -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,7 @@
1
+ export declare const NOTIFICATION_MANAGER_LOG_STATUS: {
2
+ sent: string;
3
+ finish: string;
4
+ skipped: string;
5
+ pending: string;
6
+ cancelled: string;
7
+ };
@@ -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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pegasimed.com/shared-tools",
3
- "version": "1.0.89",
3
+ "version": "1.0.91",
4
4
  "description": "Pegasi shared tools",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",