@pegasimed.com/shared-tools 1.0.30 → 1.0.32
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/carePlanActivityStatus.d.ts +1 -0
- package/dist/constants/carePlanActivityStatus.js +1 -0
- package/dist/constants/carePlanActivityStatus.js.map +1 -1
- package/dist/constants/carePlanStatus.d.ts +9 -0
- package/dist/constants/carePlanStatus.js +13 -0
- package/dist/constants/carePlanStatus.js.map +1 -0
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.js +1 -0
- package/dist/constants/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carePlanActivityStatus.js","sourceRoot":"","sources":["../../src/constants/carePlanActivityStatus.ts"],"names":[],"mappings":";;;AAAa,QAAA,yBAAyB,GAAG;IACvC,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;CACzB,CAAC"}
|
|
1
|
+
{"version":3,"file":"carePlanActivityStatus.js","sourceRoot":"","sources":["../../src/constants/carePlanActivityStatus.ts"],"names":[],"mappings":";;;AAAa,QAAA,yBAAyB,GAAG;IACvC,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;CACzB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CARE_PLAN_STATUS = void 0;
|
|
4
|
+
exports.CARE_PLAN_STATUS = {
|
|
5
|
+
draft: 'draft',
|
|
6
|
+
active: 'active',
|
|
7
|
+
onHold: 'on-hold',
|
|
8
|
+
unknown: 'unknown',
|
|
9
|
+
revoked: 'revoked',
|
|
10
|
+
completed: 'completed',
|
|
11
|
+
enteredInError: 'entered-in-error',
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=carePlanStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carePlanStatus.js","sourceRoot":"","sources":["../../src/constants/carePlanStatus.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;IACtB,cAAc,EAAE,kBAAkB;CACnC,CAAC"}
|
|
@@ -2,6 +2,7 @@ export * from './model-variables';
|
|
|
2
2
|
export * from './carePlanActivityKind';
|
|
3
3
|
export * from './carePlanActivityStatus';
|
|
4
4
|
export * from './carePlanConditionActions';
|
|
5
|
+
export * from './carePlanStatus';
|
|
5
6
|
export * from './diagnosticReportCategories';
|
|
6
7
|
export * from './examOrderCategories';
|
|
7
8
|
export * from './kafkaEvents';
|
package/dist/constants/index.js
CHANGED
|
@@ -18,6 +18,7 @@ __exportStar(require("./model-variables"), exports);
|
|
|
18
18
|
__exportStar(require("./carePlanActivityKind"), exports);
|
|
19
19
|
__exportStar(require("./carePlanActivityStatus"), exports);
|
|
20
20
|
__exportStar(require("./carePlanConditionActions"), exports);
|
|
21
|
+
__exportStar(require("./carePlanStatus"), exports);
|
|
21
22
|
__exportStar(require("./diagnosticReportCategories"), exports);
|
|
22
23
|
__exportStar(require("./examOrderCategories"), exports);
|
|
23
24
|
__exportStar(require("./kafkaEvents"), 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,+DAA6C;AAC7C,wDAAsC;AACtC,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,+DAA6C;AAC7C,wDAAsC;AACtC,gDAA8B;AAC9B,4CAA0B;AAC1B,6CAA2B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pegasimed.com/shared-tools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.32",
|
|
4
4
|
"description": "Pegasi shared tools",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"type-check": "^0.4.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@pegasimed.com/hl7-dev": "^1.26.
|
|
43
|
-
"@pegasimed.com/testing-tools": "^1.0.
|
|
42
|
+
"@pegasimed.com/hl7-dev": "^1.26.50",
|
|
43
|
+
"@pegasimed.com/testing-tools": "^1.0.43",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|
|
45
45
|
"@types/node": "^22.10.7",
|
|
46
46
|
"@types/type-check": "^0.3.31",
|