@openhi/constructs 0.0.107 → 0.0.108
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/lib/{chunk-CHPEQRXU.mjs → chunk-6J7NQ6A4.mjs} +2 -2
- package/lib/{chunk-YU2HRNUP.mjs → chunk-AJ3G3THO.mjs} +2 -2
- package/lib/{chunk-L6UAP4KP.mjs → chunk-EST32BJ2.mjs} +3 -3
- package/lib/chunk-GT7SFZLP.mjs +126 -0
- package/lib/chunk-GT7SFZLP.mjs.map +1 -0
- package/lib/{chunk-36UPY7YQ.mjs → chunk-L3QHWDHB.mjs} +5 -5
- package/lib/chunk-LKG3I536.mjs +1383 -0
- package/lib/chunk-LKG3I536.mjs.map +1 -0
- package/lib/{chunk-VYDIGFIX.mjs → chunk-QR5JVSCF.mjs} +11 -1
- package/lib/chunk-QR5JVSCF.mjs.map +1 -0
- package/lib/{chunk-AO3E22CS.mjs → chunk-WWGJZNXJ.mjs} +74 -4
- package/lib/chunk-WWGJZNXJ.mjs.map +1 -0
- package/lib/chunk-ZGOHB4RA.mjs +96 -0
- package/lib/chunk-ZGOHB4RA.mjs.map +1 -0
- package/lib/index.js +1043 -5
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +5 -5
- package/lib/pre-token-generation.handler.js +1356 -10
- package/lib/pre-token-generation.handler.js.map +1 -1
- package/lib/pre-token-generation.handler.mjs +103 -5
- package/lib/pre-token-generation.handler.mjs.map +1 -1
- package/lib/provision-default-workspace.handler.js +1172 -1
- package/lib/provision-default-workspace.handler.js.map +1 -1
- package/lib/provision-default-workspace.handler.mjs +5 -5
- package/lib/rest-api-lambda.handler.js +2769 -2434
- package/lib/rest-api-lambda.handler.js.map +1 -1
- package/lib/rest-api-lambda.handler.mjs +630 -1464
- package/lib/rest-api-lambda.handler.mjs.map +1 -1
- package/lib/seed-demo-data.handler.js +1173 -9
- package/lib/seed-demo-data.handler.js.map +1 -1
- package/lib/seed-demo-data.handler.mjs +5 -5
- package/lib/seed-system-data.handler.js +10 -0
- package/lib/seed-system-data.handler.js.map +1 -1
- package/lib/seed-system-data.handler.mjs +2 -2
- package/package.json +2 -2
- package/lib/chunk-AO3E22CS.mjs.map +0 -1
- package/lib/chunk-JUNL76HF.mjs +0 -428
- package/lib/chunk-JUNL76HF.mjs.map +0 -1
- package/lib/chunk-VYDIGFIX.mjs.map +0 -1
- package/lib/chunk-YZZDUJHI.mjs +0 -37
- package/lib/chunk-YZZDUJHI.mjs.map +0 -1
- /package/lib/{chunk-CHPEQRXU.mjs.map → chunk-6J7NQ6A4.mjs.map} +0 -0
- /package/lib/{chunk-YU2HRNUP.mjs.map → chunk-AJ3G3THO.mjs.map} +0 -0
- /package/lib/{chunk-L6UAP4KP.mjs.map → chunk-EST32BJ2.mjs.map} +0 -0
- /package/lib/{chunk-36UPY7YQ.mjs.map → chunk-L3QHWDHB.mjs.map} +0 -0
package/lib/index.mjs
CHANGED
|
@@ -29,14 +29,14 @@ import {
|
|
|
29
29
|
import_workflows,
|
|
30
30
|
openhiResourceIdentifier,
|
|
31
31
|
rolePartitionKey
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-L3QHWDHB.mjs";
|
|
33
33
|
import {
|
|
34
34
|
DATA_STORE_CHANGE_DETAIL_MAX_UTF8_BYTES,
|
|
35
35
|
DATA_STORE_CHANGE_DETAIL_TYPE,
|
|
36
36
|
DATA_STORE_CHANGE_EVENT_SOURCE,
|
|
37
37
|
buildFhirCurrentResourceChangeDetail
|
|
38
38
|
} from "./chunk-CEOAGPYY.mjs";
|
|
39
|
-
import "./chunk-
|
|
39
|
+
import "./chunk-EST32BJ2.mjs";
|
|
40
40
|
import {
|
|
41
41
|
PROVISION_DEFAULT_WORKSPACE_DETAIL_TYPE,
|
|
42
42
|
USER_ONBOARDING_EVENT_SOURCE,
|
|
@@ -54,9 +54,9 @@ import {
|
|
|
54
54
|
import {
|
|
55
55
|
require_lib
|
|
56
56
|
} from "./chunk-SYBADQXI.mjs";
|
|
57
|
-
import "./chunk-
|
|
58
|
-
import "./chunk-
|
|
59
|
-
import "./chunk-
|
|
57
|
+
import "./chunk-WWGJZNXJ.mjs";
|
|
58
|
+
import "./chunk-LKG3I536.mjs";
|
|
59
|
+
import "./chunk-QR5JVSCF.mjs";
|
|
60
60
|
import {
|
|
61
61
|
__commonJS,
|
|
62
62
|
__toESM
|