@pegasimed.com/shared-tools 1.0.31 → 1.0.33
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/carePlanConditionActions.d.ts +1 -0
- package/dist/constants/carePlanConditionActions.js +1 -0
- package/dist/constants/carePlanConditionActions.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 +8 -8
|
@@ -1 +1 @@
|
|
|
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;
|
|
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;IACxB,cAAc,EAAE,kBAAkB;CACnC,CAAC"}
|
|
@@ -4,6 +4,7 @@ exports.CARE_PLAN_CONDITION_ACTIONS = void 0;
|
|
|
4
4
|
exports.CARE_PLAN_CONDITION_ACTIONS = {
|
|
5
5
|
moveToEvent: 'move-to-event',
|
|
6
6
|
changeStatus: 'change-status',
|
|
7
|
+
rebootCarePlan: 'reboot-care-plan',
|
|
7
8
|
sendNotification: 'send-notification',
|
|
8
9
|
carePlanInscription: 'care-plan-inscription',
|
|
9
10
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carePlanConditionActions.js","sourceRoot":"","sources":["../../src/constants/carePlanConditionActions.ts"],"names":[],"mappings":";;;AAAa,QAAA,2BAA2B,GAAG;IACzC,WAAW,EAAE,eAAe;IAC5B,YAAY,EAAE,eAAe;IAC7B,gBAAgB,EAAE,mBAAmB;IACrC,mBAAmB,EAAE,uBAAuB;CAC7C,CAAC"}
|
|
1
|
+
{"version":3,"file":"carePlanConditionActions.js","sourceRoot":"","sources":["../../src/constants/carePlanConditionActions.ts"],"names":[],"mappings":";;;AAAa,QAAA,2BAA2B,GAAG;IACzC,WAAW,EAAE,eAAe;IAC5B,YAAY,EAAE,eAAe;IAC7B,cAAc,EAAE,kBAAkB;IAClC,gBAAgB,EAAE,mBAAmB;IACrC,mBAAmB,EAAE,uBAAuB;CAC7C,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.33",
|
|
4
4
|
"description": "Pegasi shared tools",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -39,20 +39,20 @@
|
|
|
39
39
|
"type-check": "^0.4.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@pegasimed.com/hl7-dev": "^1.26.
|
|
42
|
+
"@pegasimed.com/hl7-dev": "^1.26.51",
|
|
43
43
|
"@pegasimed.com/testing-tools": "^1.0.43",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|
|
45
|
-
"@types/node": "^22.10.
|
|
45
|
+
"@types/node": "^22.10.10",
|
|
46
46
|
"@types/type-check": "^0.3.31",
|
|
47
|
-
"@typescript-eslint/parser": "^8.
|
|
47
|
+
"@typescript-eslint/parser": "^8.21.0",
|
|
48
48
|
"commitizen": "^4.3.1",
|
|
49
49
|
"cz-conventional-changelog": "^3.3.0",
|
|
50
|
-
"eslint": "^9.
|
|
50
|
+
"eslint": "^9.19.0",
|
|
51
51
|
"eslint-config-prettier": "^10.0.1",
|
|
52
|
-
"eslint-plugin-prettier": "^5.2.
|
|
52
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
53
53
|
"husky": "^9.1.7",
|
|
54
|
-
"lint-staged": "^15.4.
|
|
55
|
-
"mocha": "^11.0
|
|
54
|
+
"lint-staged": "^15.4.2",
|
|
55
|
+
"mocha": "^11.1.0",
|
|
56
56
|
"nyc": "^17.1.0",
|
|
57
57
|
"prettier": "^3.4.2",
|
|
58
58
|
"rimraf": "^6.0.1",
|