@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.
Files changed (45) hide show
  1. package/lib/{chunk-CHPEQRXU.mjs → chunk-6J7NQ6A4.mjs} +2 -2
  2. package/lib/{chunk-YU2HRNUP.mjs → chunk-AJ3G3THO.mjs} +2 -2
  3. package/lib/{chunk-L6UAP4KP.mjs → chunk-EST32BJ2.mjs} +3 -3
  4. package/lib/chunk-GT7SFZLP.mjs +126 -0
  5. package/lib/chunk-GT7SFZLP.mjs.map +1 -0
  6. package/lib/{chunk-36UPY7YQ.mjs → chunk-L3QHWDHB.mjs} +5 -5
  7. package/lib/chunk-LKG3I536.mjs +1383 -0
  8. package/lib/chunk-LKG3I536.mjs.map +1 -0
  9. package/lib/{chunk-VYDIGFIX.mjs → chunk-QR5JVSCF.mjs} +11 -1
  10. package/lib/chunk-QR5JVSCF.mjs.map +1 -0
  11. package/lib/{chunk-AO3E22CS.mjs → chunk-WWGJZNXJ.mjs} +74 -4
  12. package/lib/chunk-WWGJZNXJ.mjs.map +1 -0
  13. package/lib/chunk-ZGOHB4RA.mjs +96 -0
  14. package/lib/chunk-ZGOHB4RA.mjs.map +1 -0
  15. package/lib/index.js +1043 -5
  16. package/lib/index.js.map +1 -1
  17. package/lib/index.mjs +5 -5
  18. package/lib/pre-token-generation.handler.js +1356 -10
  19. package/lib/pre-token-generation.handler.js.map +1 -1
  20. package/lib/pre-token-generation.handler.mjs +103 -5
  21. package/lib/pre-token-generation.handler.mjs.map +1 -1
  22. package/lib/provision-default-workspace.handler.js +1172 -1
  23. package/lib/provision-default-workspace.handler.js.map +1 -1
  24. package/lib/provision-default-workspace.handler.mjs +5 -5
  25. package/lib/rest-api-lambda.handler.js +2769 -2434
  26. package/lib/rest-api-lambda.handler.js.map +1 -1
  27. package/lib/rest-api-lambda.handler.mjs +630 -1464
  28. package/lib/rest-api-lambda.handler.mjs.map +1 -1
  29. package/lib/seed-demo-data.handler.js +1173 -9
  30. package/lib/seed-demo-data.handler.js.map +1 -1
  31. package/lib/seed-demo-data.handler.mjs +5 -5
  32. package/lib/seed-system-data.handler.js +10 -0
  33. package/lib/seed-system-data.handler.js.map +1 -1
  34. package/lib/seed-system-data.handler.mjs +2 -2
  35. package/package.json +2 -2
  36. package/lib/chunk-AO3E22CS.mjs.map +0 -1
  37. package/lib/chunk-JUNL76HF.mjs +0 -428
  38. package/lib/chunk-JUNL76HF.mjs.map +0 -1
  39. package/lib/chunk-VYDIGFIX.mjs.map +0 -1
  40. package/lib/chunk-YZZDUJHI.mjs +0 -37
  41. package/lib/chunk-YZZDUJHI.mjs.map +0 -1
  42. /package/lib/{chunk-CHPEQRXU.mjs.map → chunk-6J7NQ6A4.mjs.map} +0 -0
  43. /package/lib/{chunk-YU2HRNUP.mjs.map → chunk-AJ3G3THO.mjs.map} +0 -0
  44. /package/lib/{chunk-L6UAP4KP.mjs.map → chunk-EST32BJ2.mjs.map} +0 -0
  45. /package/lib/{chunk-36UPY7YQ.mjs.map → chunk-L3QHWDHB.mjs.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getDynamoControlService
3
- } from "./chunk-VYDIGFIX.mjs";
3
+ } from "./chunk-QR5JVSCF.mjs";
4
4
 
5
5
  // src/data/operations/control/user/user-find-by-sub-operation.ts
6
6
  async function findUserBySubOperation(params) {
@@ -42,4 +42,4 @@ export {
42
42
  parseUserResource,
43
43
  idFromReference
44
44
  };
45
- //# sourceMappingURL=chunk-CHPEQRXU.mjs.map
45
+ //# sourceMappingURL=chunk-6J7NQ6A4.mjs.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getDynamoControlService
3
- } from "./chunk-VYDIGFIX.mjs";
3
+ } from "./chunk-QR5JVSCF.mjs";
4
4
 
5
5
  // src/data/operations/control/role/role-create-operation.ts
6
6
  import { extractSummary } from "@openhi/types";
@@ -30,4 +30,4 @@ async function createRoleOperation(params) {
30
30
  export {
31
31
  createRoleOperation
32
32
  };
33
- //# sourceMappingURL=chunk-YU2HRNUP.mjs.map
33
+ //# sourceMappingURL=chunk-AJ3G3THO.mjs.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  NotFoundError
3
- } from "./chunk-YZZDUJHI.mjs";
3
+ } from "./chunk-LKG3I536.mjs";
4
4
  import {
5
5
  getDynamoControlService
6
- } from "./chunk-VYDIGFIX.mjs";
6
+ } from "./chunk-QR5JVSCF.mjs";
7
7
 
8
8
  // src/data/operations/control/role/role-get-by-id-operation.ts
9
9
  async function getRoleByIdOperation(params) {
@@ -24,4 +24,4 @@ async function getRoleByIdOperation(params) {
24
24
  export {
25
25
  getRoleByIdOperation
26
26
  };
27
- //# sourceMappingURL=chunk-L6UAP4KP.mjs.map
27
+ //# sourceMappingURL=chunk-EST32BJ2.mjs.map
@@ -0,0 +1,126 @@
1
+ import {
2
+ NotFoundError,
3
+ batchGetWithRetry,
4
+ dispatchListMode
5
+ } from "./chunk-LKG3I536.mjs";
6
+ import {
7
+ SHARD_COUNT,
8
+ getDynamoControlService
9
+ } from "./chunk-QR5JVSCF.mjs";
10
+
11
+ // src/data/operations/control/user/user-create-operation.ts
12
+ import { extractSummary } from "@openhi/types";
13
+ async function createUserOperation(params) {
14
+ const { context, body, tableName } = params;
15
+ const service = getDynamoControlService(tableName);
16
+ const id = body.id ?? `user-${Date.now()}`;
17
+ const parsedResource = typeof body.resource === "string" ? JSON.parse(body.resource) : body.resource ?? {};
18
+ const lastUpdated = context.date ?? (/* @__PURE__ */ new Date()).toISOString();
19
+ const vid = `1`;
20
+ const resource = { resourceType: "User", id, ...parsedResource };
21
+ const summary = JSON.stringify(extractSummary(resource));
22
+ await service.entities.user.put({
23
+ id,
24
+ resource: JSON.stringify(resource),
25
+ summary,
26
+ vid,
27
+ lastUpdated
28
+ }).go();
29
+ return {
30
+ id,
31
+ resource,
32
+ meta: { lastUpdated, versionId: vid }
33
+ };
34
+ }
35
+
36
+ // src/data/operations/control/user/user-delete-operation.ts
37
+ async function deleteUserOperation(params) {
38
+ const { id, tableName } = params;
39
+ const service = getDynamoControlService(tableName);
40
+ await service.entities.user.delete({ id, sk: "CURRENT" }).go();
41
+ }
42
+
43
+ // src/data/operations/control/user/user-get-by-id-operation.ts
44
+ async function getUserByIdOperation(params) {
45
+ const { id, tableName } = params;
46
+ const service = getDynamoControlService(tableName);
47
+ const response = await service.entities.user.get({ id, sk: "CURRENT" }).go();
48
+ const item = response.data;
49
+ if (!item) {
50
+ throw new NotFoundError(`User not found: ${id}`);
51
+ }
52
+ const parsedResource = JSON.parse(item.resource);
53
+ return {
54
+ id,
55
+ resource: { resourceType: "User", id, ...parsedResource }
56
+ };
57
+ }
58
+
59
+ // src/data/operations/control/user/user-list-operation.ts
60
+ var SK = "CURRENT";
61
+ async function listUsersOperation(params) {
62
+ const { tableName, mode = "full" } = params;
63
+ const service = getDynamoControlService(tableName);
64
+ const shardResults = await Promise.all(
65
+ Array.from(
66
+ { length: SHARD_COUNT },
67
+ (_, shard) => service.entities.user.query.gsi1({ gsi1Shard: String(shard) }).go()
68
+ )
69
+ );
70
+ return dispatchListMode(mode, shardResults, {
71
+ hydrate: (orderedIds) => batchGetWithRetry(
72
+ service.entities.user,
73
+ orderedIds.map((id) => ({ id, sk: SK }))
74
+ ),
75
+ getId: (item) => item.id,
76
+ buildEntry: (id, item) => ({
77
+ id,
78
+ resource: {
79
+ resourceType: "User",
80
+ id,
81
+ ...JSON.parse(item.resource)
82
+ }
83
+ }),
84
+ buildSummaryEntry: (id, parsed) => ({
85
+ id,
86
+ resource: { resourceType: "User", id, ...parsed }
87
+ })
88
+ });
89
+ }
90
+
91
+ // src/data/operations/control/user/user-update-operation.ts
92
+ import { extractSummary as extractSummary2 } from "@openhi/types";
93
+ async function updateUserOperation(params) {
94
+ const { context, id, body, tableName } = params;
95
+ const service = getDynamoControlService(tableName);
96
+ const existing = await service.entities.user.get({ id, sk: "CURRENT" }).go();
97
+ if (!existing.data) {
98
+ throw new NotFoundError(`User not found: ${id}`);
99
+ }
100
+ const parsedResource = typeof body.resource === "string" ? JSON.parse(body.resource) : body.resource ?? {};
101
+ const lastUpdated = context.date ?? (/* @__PURE__ */ new Date()).toISOString();
102
+ const vid = `${Date.now()}`;
103
+ const resource = { resourceType: "User", id, ...parsedResource };
104
+ const summary = JSON.stringify(extractSummary2(resource));
105
+ await service.entities.user.put({
106
+ id,
107
+ resource: JSON.stringify(resource),
108
+ summary,
109
+ vid,
110
+ lastUpdated
111
+ }).go();
112
+ return {
113
+ id,
114
+ resource,
115
+ meta: { lastUpdated, versionId: vid }
116
+ };
117
+ }
118
+
119
+ export {
120
+ createUserOperation,
121
+ deleteUserOperation,
122
+ getUserByIdOperation,
123
+ listUsersOperation,
124
+ updateUserOperation
125
+ };
126
+ //# sourceMappingURL=chunk-GT7SFZLP.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/data/operations/control/user/user-create-operation.ts","../src/data/operations/control/user/user-delete-operation.ts","../src/data/operations/control/user/user-get-by-id-operation.ts","../src/data/operations/control/user/user-list-operation.ts","../src/data/operations/control/user/user-update-operation.ts"],"sourcesContent":["import { extractSummary, type FhirResourceLike } from \"@openhi/types\";\nimport { getDynamoControlService } from \"../../../dynamo/dynamo-control-service\";\nimport { OpenHiContext } from \"../../../openhi-context\";\n\nexport interface UserCreateParams {\n context: OpenHiContext;\n body: { id?: string; resource?: Record<string, unknown> | string };\n tableName?: string;\n}\n\nexport interface UserCreateResult {\n id: string;\n resource: { resourceType: string; id: string; [key: string]: unknown };\n meta: { lastUpdated: string; versionId: string };\n}\n\nexport async function createUserOperation(\n params: UserCreateParams,\n): Promise<UserCreateResult> {\n const { context, body, tableName } = params;\n const service = getDynamoControlService(tableName);\n\n const id = body.id ?? `user-${Date.now()}`;\n const parsedResource =\n typeof body.resource === \"string\"\n ? (JSON.parse(body.resource) as Record<string, unknown>)\n : (body.resource ?? {});\n\n const lastUpdated = context.date ?? new Date().toISOString();\n const vid = `1`;\n\n const resource = { resourceType: \"User\", id, ...parsedResource };\n const summary = JSON.stringify(extractSummary(resource as FhirResourceLike));\n\n await service.entities.user\n .put({\n id,\n resource: JSON.stringify(resource),\n summary,\n vid,\n lastUpdated,\n })\n .go();\n\n return {\n id,\n resource,\n meta: { lastUpdated, versionId: vid },\n };\n}\n","import { getDynamoControlService } from \"../../../dynamo/dynamo-control-service\";\nimport { OpenHiContext } from \"../../../openhi-context\";\n\nexport interface UserDeleteParams {\n context: OpenHiContext;\n id: string;\n tableName?: string;\n}\n\nexport async function deleteUserOperation(\n params: UserDeleteParams,\n): Promise<void> {\n const { id, tableName } = params;\n const service = getDynamoControlService(tableName);\n\n await service.entities.user.delete({ id, sk: \"CURRENT\" }).go();\n}\n","import { getDynamoControlService } from \"../../../dynamo/dynamo-control-service\";\nimport { NotFoundError } from \"../../../errors\";\nimport { OpenHiContext } from \"../../../openhi-context\";\n\nexport interface UserGetByIdParams {\n context: OpenHiContext;\n id: string;\n tableName?: string;\n}\n\nexport interface UserGetByIdResult {\n id: string;\n resource: { resourceType: string; id: string; [key: string]: unknown };\n}\n\nexport async function getUserByIdOperation(\n params: UserGetByIdParams,\n): Promise<UserGetByIdResult> {\n const { id, tableName } = params;\n const service = getDynamoControlService(tableName);\n\n const response = await service.entities.user.get({ id, sk: \"CURRENT\" }).go();\n\n const item = response.data;\n if (!item) {\n throw new NotFoundError(`User not found: ${id}`);\n }\n\n const parsedResource = JSON.parse(item.resource) as Record<string, unknown>;\n\n return {\n id,\n resource: { resourceType: \"User\", id, ...parsedResource },\n };\n}\n","import { getDynamoControlService } from \"../../../dynamo/dynamo-control-service\";\nimport { SHARD_COUNT } from \"../../../dynamo/shard\";\nimport { OpenHiContext } from \"../../../openhi-context\";\nimport {\n batchGetWithRetry,\n dispatchListMode,\n type ListOperationMode,\n} from \"../../data-operations-common\";\n\nconst SK = \"CURRENT\";\n\nexport interface UserListParams {\n context: OpenHiContext;\n tableName?: string;\n /** #853: defaults to `\"full\"`. `\"summary\"` skips BatchGet, `\"count\"` returns total only. */\n mode?: ListOperationMode;\n}\n\nexport interface UserListResult {\n entries: Array<{\n id: string;\n resource: { resourceType: string; id: string; [key: string]: unknown };\n }>;\n total: number;\n}\n\n/**\n * Lists Users via GSI1 (sharded). `mode` (default `\"full\"`) selects between BatchGet hydration,\n * summary-only (parse `summary` JSON projected on GSI1), or count-only (skip both). See\n * `dispatchListMode` in data-operations-common for the canonical mode contract.\n */\nexport async function listUsersOperation(\n params: UserListParams,\n): Promise<UserListResult> {\n const { tableName, mode = \"full\" } = params;\n const service = getDynamoControlService(tableName);\n\n const shardResults = await Promise.all(\n Array.from({ length: SHARD_COUNT }, (_, shard) =>\n service.entities.user.query.gsi1({ gsi1Shard: String(shard) }).go(),\n ),\n );\n\n return dispatchListMode<\n { id: string; resource: string },\n UserListResult[\"entries\"][number]\n >(mode, shardResults, {\n hydrate: (orderedIds) =>\n batchGetWithRetry(\n service.entities.user,\n orderedIds.map((id) => ({ id, sk: SK })),\n ) as Promise<Array<{ id: string; resource: string }>>,\n getId: (item) => item.id,\n buildEntry: (id, item) => ({\n id,\n resource: {\n resourceType: \"User\",\n id,\n ...(JSON.parse(item.resource) as Record<string, unknown>),\n },\n }),\n buildSummaryEntry: (id, parsed) => ({\n id,\n resource: { resourceType: \"User\", id, ...parsed },\n }),\n });\n}\n","import { extractSummary, type FhirResourceLike } from \"@openhi/types\";\nimport { getDynamoControlService } from \"../../../dynamo/dynamo-control-service\";\nimport { NotFoundError } from \"../../../errors\";\nimport { OpenHiContext } from \"../../../openhi-context\";\n\nexport interface UserUpdateParams {\n context: OpenHiContext;\n id: string;\n body: { resource?: Record<string, unknown> | string };\n tableName?: string;\n}\n\nexport interface UserUpdateResult {\n id: string;\n resource: { resourceType: string; id: string; [key: string]: unknown };\n meta: { lastUpdated: string; versionId: string };\n}\n\nexport async function updateUserOperation(\n params: UserUpdateParams,\n): Promise<UserUpdateResult> {\n const { context, id, body, tableName } = params;\n const service = getDynamoControlService(tableName);\n\n const existing = await service.entities.user.get({ id, sk: \"CURRENT\" }).go();\n if (!existing.data) {\n throw new NotFoundError(`User not found: ${id}`);\n }\n\n const parsedResource =\n typeof body.resource === \"string\"\n ? (JSON.parse(body.resource) as Record<string, unknown>)\n : (body.resource ?? {});\n\n const lastUpdated = context.date ?? new Date().toISOString();\n const vid = `${Date.now()}`;\n\n const resource = { resourceType: \"User\", id, ...parsedResource };\n const summary = JSON.stringify(extractSummary(resource as FhirResourceLike));\n\n await service.entities.user\n .put({\n id,\n resource: JSON.stringify(resource),\n summary,\n vid,\n lastUpdated,\n })\n .go();\n\n return {\n id,\n resource,\n meta: { lastUpdated, versionId: vid },\n };\n}\n"],"mappings":"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","names":["extractSummary","extractSummary"]}
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getRoleByIdOperation
3
- } from "./chunk-L6UAP4KP.mjs";
3
+ } from "./chunk-EST32BJ2.mjs";
4
4
  import {
5
5
  require_lib
6
6
  } from "./chunk-SYBADQXI.mjs";
@@ -9,13 +9,13 @@ import {
9
9
  createRoleAssignmentOperation,
10
10
  createTenantOperation,
11
11
  createWorkspaceOperation
12
- } from "./chunk-AO3E22CS.mjs";
12
+ } from "./chunk-WWGJZNXJ.mjs";
13
13
  import {
14
14
  NotFoundError
15
- } from "./chunk-YZZDUJHI.mjs";
15
+ } from "./chunk-LKG3I536.mjs";
16
16
  import {
17
17
  getDynamoControlService
18
- } from "./chunk-VYDIGFIX.mjs";
18
+ } from "./chunk-QR5JVSCF.mjs";
19
19
  import {
20
20
  __toESM
21
21
  } from "./chunk-LZOMFHX3.mjs";
@@ -526,4 +526,4 @@ export {
526
526
  productionCognitoProvisioner,
527
527
  handler
528
528
  };
529
- //# sourceMappingURL=chunk-36UPY7YQ.mjs.map
529
+ //# sourceMappingURL=chunk-L3QHWDHB.mjs.map