@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.
- package/dist/constants/carePlanActivityKind.d.ts +1 -0
- package/dist/constants/carePlanActivityKind.js +1 -0
- package/dist/constants/carePlanActivityKind.js.map +1 -1
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.js +1 -0
- package/dist/constants/index.js.map +1 -1
- package/dist/constants/specimenActivitiesKind.d.ts +10 -0
- package/dist/constants/specimenActivitiesKind.js +14 -0
- package/dist/constants/specimenActivitiesKind.js.map +1 -0
- package/package.json +1 -1
|
@@ -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"}
|
package/dist/constants/index.js
CHANGED
|
@@ -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"}
|