@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.
@@ -4,4 +4,5 @@ export declare const CARE_PLAN_ACTIVITY_STATUS: {
4
4
  suspended: string;
5
5
  transfered: string;
6
6
  incomplete: string;
7
+ rebootCarePlan: string;
7
8
  };
@@ -7,5 +7,6 @@ exports.CARE_PLAN_ACTIVITY_STATUS = {
7
7
  suspended: 'suspended',
8
8
  transfered: 'transfered',
9
9
  incomplete: 'incomplete',
10
+ rebootCarePlan: 'reboot-care-plan',
10
11
  };
11
12
  //# sourceMappingURL=carePlanActivityStatus.js.map
@@ -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;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;IACxB,cAAc,EAAE,kBAAkB;CACnC,CAAC"}
@@ -1,6 +1,7 @@
1
1
  export declare const CARE_PLAN_CONDITION_ACTIONS: {
2
2
  moveToEvent: string;
3
3
  changeStatus: string;
4
+ rebootCarePlan: string;
4
5
  sendNotification: string;
5
6
  carePlanInscription: string;
6
7
  };
@@ -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,9 @@
1
+ export declare const CARE_PLAN_STATUS: {
2
+ draft: string;
3
+ active: string;
4
+ onHold: string;
5
+ unknown: string;
6
+ revoked: string;
7
+ completed: string;
8
+ enteredInError: string;
9
+ };
@@ -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';
@@ -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.31",
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.50",
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.7",
45
+ "@types/node": "^22.10.10",
46
46
  "@types/type-check": "^0.3.31",
47
- "@typescript-eslint/parser": "^8.20.0",
47
+ "@typescript-eslint/parser": "^8.21.0",
48
48
  "commitizen": "^4.3.1",
49
49
  "cz-conventional-changelog": "^3.3.0",
50
- "eslint": "^9.18.0",
50
+ "eslint": "^9.19.0",
51
51
  "eslint-config-prettier": "^10.0.1",
52
- "eslint-plugin-prettier": "^5.2.2",
52
+ "eslint-plugin-prettier": "^5.2.3",
53
53
  "husky": "^9.1.7",
54
- "lint-staged": "^15.4.1",
55
- "mocha": "^11.0.1",
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",