@openhi/types 0.0.0

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/README.md ADDED
@@ -0,0 +1 @@
1
+ # replace this
@@ -0,0 +1,5 @@
1
+ /**
2
+ * CMS (Content Management) domain types.
3
+ * Placeholder — types will be added here.
4
+ */
5
+ export {};
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvY21zL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIENNUyAoQ29udGVudCBNYW5hZ2VtZW50KSBkb21haW4gdHlwZXMuXG4gKiBQbGFjZWhvbGRlciDigJQgdHlwZXMgd2lsbCBiZSBhZGRlZCBoZXJlLlxuICovXG5leHBvcnQge307XG4iXX0=
@@ -0,0 +1,5 @@
1
+ /**
2
+ * CRM (Customer Relationship Management) domain types.
3
+ * Placeholder — types will be added here.
4
+ */
5
+ export {};
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvY3JtL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIENSTSAoQ3VzdG9tZXIgUmVsYXRpb25zaGlwIE1hbmFnZW1lbnQpIGRvbWFpbiB0eXBlcy5cbiAqIFBsYWNlaG9sZGVyIOKAlCB0eXBlcyB3aWxsIGJlIGFkZGVkIGhlcmUuXG4gKi9cbmV4cG9ydCB7fTtcbiJdfQ==
@@ -0,0 +1,5 @@
1
+ /**
2
+ * EHR domain types (FHIR and OpenHI extensions).
3
+ * Placeholder — types will be added here.
4
+ */
5
+ export {};
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEVIUiBkb21haW4gdHlwZXMgKEZISVIgYW5kIE9wZW5ISSBleHRlbnNpb25zKS5cbiAqIFBsYWNlaG9sZGVyIOKAlCB0eXBlcyB3aWxsIGJlIGFkZGVkIGhlcmUuXG4gKi9cbmV4cG9ydCB7fTtcbiJdfQ==
@@ -0,0 +1,5 @@
1
+ /**
2
+ * ERP (Enterprise Resource Planning) domain types.
3
+ * Placeholder — types will be added here.
4
+ */
5
+ export {};
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZXJwL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEVSUCAoRW50ZXJwcmlzZSBSZXNvdXJjZSBQbGFubmluZykgZG9tYWluIHR5cGVzLlxuICogUGxhY2Vob2xkZXIg4oCUIHR5cGVzIHdpbGwgYmUgYWRkZWQgaGVyZS5cbiAqL1xuZXhwb3J0IHt9O1xuIl19
package/lib/index.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @openhi/types — FHIR and OpenHI types by domain.
3
+ */
4
+ export * from "./ehr";
5
+ export * from "./erp";
6
+ export * from "./cms";
7
+ export * from "./crm";
8
+ export * from "./ohi";
package/lib/index.js ADDED
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ /**
18
+ * @openhi/types — FHIR and OpenHI types by domain.
19
+ */
20
+ __exportStar(require("./ehr"), exports);
21
+ __exportStar(require("./erp"), exports);
22
+ __exportStar(require("./cms"), exports);
23
+ __exportStar(require("./crm"), exports);
24
+ __exportStar(require("./ohi"), exports);
25
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBOztHQUVHO0FBQ0gsd0NBQXNCO0FBQ3RCLHdDQUFzQjtBQUN0Qix3Q0FBc0I7QUFDdEIsd0NBQXNCO0FBQ3RCLHdDQUFzQiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQG9wZW5oaS90eXBlcyDigJQgRkhJUiBhbmQgT3BlbkhJIHR5cGVzIGJ5IGRvbWFpbi5cbiAqL1xuZXhwb3J0ICogZnJvbSBcIi4vZWhyXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9lcnBcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2Ntc1wiO1xuZXhwb3J0ICogZnJvbSBcIi4vY3JtXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9vaGlcIjtcbiJdfQ==
@@ -0,0 +1,5 @@
1
+ /**
2
+ * OHI (OpenHI control plane) domain types.
3
+ * Placeholder — types will be added here.
4
+ */
5
+ export {};
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvb2hpL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIE9ISSAoT3BlbkhJIGNvbnRyb2wgcGxhbmUpIGRvbWFpbiB0eXBlcy5cbiAqIFBsYWNlaG9sZGVyIOKAlCB0eXBlcyB3aWxsIGJlIGFkZGVkIGhlcmUuXG4gKi9cbmV4cG9ydCB7fTtcbiJdfQ==
package/package.json ADDED
@@ -0,0 +1,48 @@
1
+ {
2
+ "name": "@openhi/types",
3
+ "devDependencies": {
4
+ "@swc/core": "^1.15.11",
5
+ "@swc/jest": "^0.2.39",
6
+ "@types/jest": "^30.0.0",
7
+ "@types/node": "^22.19.11",
8
+ "@typescript-eslint/eslint-plugin": "^8",
9
+ "@typescript-eslint/parser": "^8",
10
+ "commit-and-tag-version": "^12",
11
+ "eslint": "^9",
12
+ "eslint-config-prettier": "^10.1.8",
13
+ "eslint-import-resolver-typescript": "^4.4.4",
14
+ "eslint-plugin-import": "^2.32.0",
15
+ "eslint-plugin-prettier": "^5.5.5",
16
+ "jest": "^30.2.0",
17
+ "jest-junit": "^16",
18
+ "prettier": "^3.8.1",
19
+ "typescript": "^5.9.3"
20
+ },
21
+ "main": "lib/index.js",
22
+ "license": "UNLICENSED",
23
+ "publishConfig": {
24
+ "access": "public"
25
+ },
26
+ "version": "0.0.0",
27
+ "types": "lib/index.d.ts",
28
+ "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
29
+ "scripts": {
30
+ "build": "npx projen build",
31
+ "bump": "npx projen bump",
32
+ "compile": "npx projen compile",
33
+ "default": "npx projen default",
34
+ "eslint": "npx projen eslint",
35
+ "package": "npx projen package",
36
+ "post-compile": "npx projen post-compile",
37
+ "post-upgrade": "npx projen post-upgrade",
38
+ "pre-compile": "npx projen pre-compile",
39
+ "release": "npx projen release",
40
+ "reset": "npx projen reset",
41
+ "test": "npx projen test",
42
+ "test:watch": "npx projen test:watch",
43
+ "unbump": "npx projen unbump",
44
+ "upgrade": "npx projen upgrade",
45
+ "watch": "npx projen watch",
46
+ "projen": "npx projen"
47
+ }
48
+ }