@openhi/constructs 0.0.113 → 0.0.115
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-AHYQFT4N.mjs +212 -0
- package/lib/chunk-AHYQFT4N.mjs.map +1 -0
- package/lib/{chunk-CUUKXDB2.mjs → chunk-AJQUWHFK.mjs} +460 -54
- package/lib/chunk-AJQUWHFK.mjs.map +1 -0
- package/lib/{chunk-GBDIGTNV.mjs → chunk-QWWLM452.mjs} +2 -2
- package/lib/{chunk-QMBJ4VHC.mjs → chunk-U7L7T4XU.mjs} +25 -25
- package/lib/{chunk-QMBJ4VHC.mjs.map → chunk-U7L7T4XU.mjs.map} +1 -1
- package/lib/{chunk-NZRW7ROK.mjs → chunk-YYRWDEG4.mjs} +2 -2
- package/lib/{chunk-KSFC72TT.mjs → chunk-ZHMHLK3S.mjs} +2 -2
- package/lib/{events-DPodvl07.d.mts → events-CMG8xanm.d.mts} +7 -53
- package/lib/{events-DPodvl07.d.ts → events-CMG8xanm.d.ts} +7 -53
- package/lib/index.d.mts +64 -77
- package/lib/index.d.ts +70 -129
- package/lib/index.js +499 -241
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +58 -184
- package/lib/index.mjs.map +1 -1
- package/lib/pre-token-generation.handler.mjs +3 -3
- package/lib/provision-default-workspace.handler.mjs +3 -3
- package/lib/rest-api-lambda.handler.mjs +282 -452
- package/lib/rest-api-lambda.handler.mjs.map +1 -1
- package/lib/seed-demo-data.handler.d.mts +6 -3
- package/lib/seed-demo-data.handler.d.ts +6 -3
- package/lib/seed-demo-data.handler.js +656 -0
- package/lib/seed-demo-data.handler.js.map +1 -1
- package/lib/seed-demo-data.handler.mjs +4 -4
- package/package.json +8 -8
- package/lib/chunk-53OHXLIL.mjs +0 -27
- package/lib/chunk-53OHXLIL.mjs.map +0 -1
- package/lib/chunk-CUUKXDB2.mjs.map +0 -1
- /package/lib/{chunk-GBDIGTNV.mjs.map → chunk-QWWLM452.mjs.map} +0 -0
- /package/lib/{chunk-NZRW7ROK.mjs.map → chunk-YYRWDEG4.mjs.map} +0 -0
- /package/lib/{chunk-KSFC72TT.mjs.map → chunk-ZHMHLK3S.mjs.map} +0 -0
|
@@ -2,13 +2,13 @@ import {
|
|
|
2
2
|
listMembershipsOperation,
|
|
3
3
|
listPractitionerRolesOperation,
|
|
4
4
|
listRoleAssignmentsOperation
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-ZHMHLK3S.mjs";
|
|
6
6
|
import {
|
|
7
7
|
findUserBySubOperation,
|
|
8
8
|
idFromReference,
|
|
9
9
|
parseUserResource
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-YYRWDEG4.mjs";
|
|
11
|
+
import "./chunk-U7L7T4XU.mjs";
|
|
12
12
|
import "./chunk-FYHBHHWK.mjs";
|
|
13
13
|
import "./chunk-6NBGYGFL.mjs";
|
|
14
14
|
import "./chunk-TRY7JGWO.mjs";
|
|
@@ -3,15 +3,15 @@ import {
|
|
|
3
3
|
createRoleAssignmentOperation,
|
|
4
4
|
createTenantOperation,
|
|
5
5
|
createWorkspaceOperation
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-QWWLM452.mjs";
|
|
7
7
|
import "./chunk-HQ67J7BP.mjs";
|
|
8
8
|
import "./chunk-QJDHVMKT.mjs";
|
|
9
9
|
import {
|
|
10
10
|
findUserBySubOperation,
|
|
11
11
|
idFromReference,
|
|
12
12
|
parseUserResource
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import "./chunk-
|
|
13
|
+
} from "./chunk-YYRWDEG4.mjs";
|
|
14
|
+
import "./chunk-U7L7T4XU.mjs";
|
|
15
15
|
import "./chunk-FYHBHHWK.mjs";
|
|
16
16
|
import {
|
|
17
17
|
getDynamoControlService
|