@primocaredentgroup/prescriptions-component 0.1.3 → 0.1.5
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../_internal/component/_generated/component.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../_internal/component/_generated/component.js";
|
|
@@ -20,8 +20,11 @@ import type * as builder_users from "../builder/users.js";
|
|
|
20
20
|
import type * as crons from "../crons.js";
|
|
21
21
|
import type * as http from "../http.js";
|
|
22
22
|
import type * as lib_auth from "../lib/auth.js";
|
|
23
|
+
import type * as lib_clinicalNormalize from "../lib/clinicalNormalize.js";
|
|
23
24
|
import type * as lib_dental from "../lib/dental.js";
|
|
25
|
+
import type * as lib_dynamicFieldsStrict from "../lib/dynamicFieldsStrict.js";
|
|
24
26
|
import type * as lib_dynamicRules from "../lib/dynamicRules.js";
|
|
27
|
+
import type * as lib_env from "../lib/env.js";
|
|
25
28
|
import type * as lib_httpAuth from "../lib/httpAuth.js";
|
|
26
29
|
import type * as lib_rbac from "../lib/rbac.js";
|
|
27
30
|
import type * as lib_storage from "../lib/storage.js";
|
|
@@ -69,8 +72,11 @@ declare const fullApi: ApiFromModules<{
|
|
|
69
72
|
crons: typeof crons;
|
|
70
73
|
http: typeof http;
|
|
71
74
|
"lib/auth": typeof lib_auth;
|
|
75
|
+
"lib/clinicalNormalize": typeof lib_clinicalNormalize;
|
|
72
76
|
"lib/dental": typeof lib_dental;
|
|
77
|
+
"lib/dynamicFieldsStrict": typeof lib_dynamicFieldsStrict;
|
|
73
78
|
"lib/dynamicRules": typeof lib_dynamicRules;
|
|
79
|
+
"lib/env": typeof lib_env;
|
|
74
80
|
"lib/httpAuth": typeof lib_httpAuth;
|
|
75
81
|
"lib/rbac": typeof lib_rbac;
|
|
76
82
|
"lib/storage": typeof lib_storage;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primocaredentgroup/prescriptions-component",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.5",
|
|
5
5
|
"description": "Convex component + React widget for prescriptions workflow integration.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"repository": {
|
|
@@ -20,16 +20,20 @@
|
|
|
20
20
|
"import": "./dist/react/index.js"
|
|
21
21
|
},
|
|
22
22
|
"./component": {
|
|
23
|
-
"types": "./dist/component/index.d.ts",
|
|
24
|
-
"import": "./dist/component/index.js"
|
|
23
|
+
"types": "./dist/_internal/component/index.d.ts",
|
|
24
|
+
"import": "./dist/_internal/component/index.js"
|
|
25
25
|
},
|
|
26
26
|
"./component/convex.config": {
|
|
27
|
-
"types": "./dist/component/convex.config.d.ts",
|
|
28
|
-
"import": "./dist/component/convex.config.js"
|
|
27
|
+
"types": "./dist/_internal/component/convex.config.d.ts",
|
|
28
|
+
"import": "./dist/_internal/component/convex.config.js"
|
|
29
29
|
},
|
|
30
30
|
"./convex.config.js": {
|
|
31
|
-
"types": "./dist/component/convex.config.d.ts",
|
|
32
|
-
"import": "./dist/component/convex.config.js"
|
|
31
|
+
"types": "./dist/_internal/component/convex.config.d.ts",
|
|
32
|
+
"import": "./dist/_internal/component/convex.config.js"
|
|
33
|
+
},
|
|
34
|
+
"./_generated/component.js": {
|
|
35
|
+
"types": "./dist/_internal/component/_generated/component.d.ts",
|
|
36
|
+
"import": "./dist/_internal/component/_generated/component.js"
|
|
33
37
|
},
|
|
34
38
|
"./styles.css": "./dist/react/styles.css"
|
|
35
39
|
},
|