@pegasimed.com/shared-tools 1.0.74 → 1.0.76

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.
@@ -3,6 +3,7 @@ export declare const CARE_PLAN_ACTIVITY_KIND: {
3
3
  procedure: string;
4
4
  reception: string;
5
5
  examOrders: string;
6
+ conditional: string;
6
7
  appointment: string;
7
8
  medicalBoard: string;
8
9
  notification: string;
@@ -6,6 +6,7 @@ exports.CARE_PLAN_ACTIVITY_KIND = {
6
6
  procedure: 'procedure',
7
7
  reception: 'reception',
8
8
  examOrders: 'examOrders',
9
+ conditional: 'conditional',
9
10
  appointment: 'appointment',
10
11
  medicalBoard: 'medicalBoard',
11
12
  notification: 'notification',
@@ -1 +1 @@
1
- {"version":3,"file":"carePlanActivityKind.js","sourceRoot":"","sources":["../../src/constants/carePlanActivityKind.ts"],"names":[],"mappings":";;;AAAa,QAAA,uBAAuB,GAAG;IACrC,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;IAC5B,YAAY,EAAE,cAAc;IAC5B,aAAa,EAAE,eAAe;IAC9B,eAAe,EAAE,iBAAiB;IAClC,gBAAgB,EAAE,kBAAkB;IACpC,gBAAgB,EAAE,kBAAkB;IACpC,iBAAiB,EAAE,mBAAmB;IACtC,iBAAiB,EAAE,mBAAmB;CACvC,CAAC"}
1
+ {"version":3,"file":"carePlanActivityKind.js","sourceRoot":"","sources":["../../src/constants/carePlanActivityKind.ts"],"names":[],"mappings":";;;AAAa,QAAA,uBAAuB,GAAG;IACrC,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;IAC5B,YAAY,EAAE,cAAc;IAC5B,aAAa,EAAE,eAAe;IAC9B,eAAe,EAAE,iBAAiB;IAClC,gBAAgB,EAAE,kBAAkB;IACpC,gBAAgB,EAAE,kBAAkB;IACpC,iBAAiB,EAAE,mBAAmB;IACtC,iBAAiB,EAAE,mBAAmB;CACvC,CAAC"}
@@ -11,6 +11,7 @@ export * from './integrationsEvents';
11
11
  export * from './kafkaEvents';
12
12
  export * from './markers';
13
13
  export * from './patterns';
14
+ export * from './specimenActivitiesKind';
14
15
  export interface IVariableInterface {
15
16
  translate: string;
16
17
  exec: Function;
@@ -27,4 +27,5 @@ __exportStar(require("./integrationsEvents"), exports);
27
27
  __exportStar(require("./kafkaEvents"), exports);
28
28
  __exportStar(require("./markers"), exports);
29
29
  __exportStar(require("./patterns"), exports);
30
+ __exportStar(require("./specimenActivitiesKind"), exports);
30
31
  //# sourceMappingURL=index.js.map
@@ -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"}
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"}
@@ -0,0 +1,10 @@
1
+ export declare const SPECIMEN_ACTIVITIES_KIND: {
2
+ sampleEdit: string;
3
+ samplePickup: string;
4
+ sampleCreate: string;
5
+ sampleLabeled: string;
6
+ sampleFraction: string;
7
+ sampleTransfer: string;
8
+ sampleReception: string;
9
+ sampleTransferStorage: string;
10
+ };
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SPECIMEN_ACTIVITIES_KIND = void 0;
4
+ exports.SPECIMEN_ACTIVITIES_KIND = {
5
+ sampleEdit: 'sample-edit',
6
+ samplePickup: 'sample-pickup',
7
+ sampleCreate: 'sample-create',
8
+ sampleLabeled: 'sample-labeled',
9
+ sampleFraction: 'sample-fraction',
10
+ sampleTransfer: 'sample-transfer',
11
+ sampleReception: 'sample-reception',
12
+ sampleTransferStorage: 'sample-transfer-storage',
13
+ };
14
+ //# sourceMappingURL=specimenActivitiesKind.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"specimenActivitiesKind.js","sourceRoot":"","sources":["../../src/constants/specimenActivitiesKind.ts"],"names":[],"mappings":";;;AAAa,QAAA,wBAAwB,GAAG;IACtC,UAAU,EAAE,aAAa;IACzB,YAAY,EAAE,eAAe;IAC7B,YAAY,EAAE,eAAe;IAC7B,aAAa,EAAE,gBAAgB;IAC/B,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,iBAAiB;IACjC,eAAe,EAAE,kBAAkB;IACnC,qBAAqB,EAAE,yBAAyB;CACjD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pegasimed.com/shared-tools",
3
- "version": "1.0.74",
3
+ "version": "1.0.76",
4
4
  "description": "Pegasi shared tools",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",