@openhi/constructs 0.0.159 → 0.0.160

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.
@@ -3710,13 +3710,13 @@ var handler = async (event) => {
3710
3710
  };
3711
3711
  const tenantResource = {
3712
3712
  id: tenantId,
3713
- displayName: `${displayName}'s Practice`,
3714
- status: "active"
3713
+ name: `${displayName}'s Practice`,
3714
+ active: true
3715
3715
  };
3716
3716
  const workspaceResource = {
3717
3717
  id: workspaceId,
3718
- displayName: "Default Workspace",
3719
- status: "active",
3718
+ name: "Default Workspace",
3719
+ active: true,
3720
3720
  tenant: { reference: `Tenant/${tenantId}` }
3721
3721
  };
3722
3722
  const userResource = {