@openhi/constructs 0.0.128 → 0.0.130

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.
@@ -6281,7 +6281,7 @@ var import_express5 = __toESM(require("express"));
6281
6281
  var ENV_VAR_NAMES = [
6282
6282
  "OPENHI_RUNTIME_CONFIG_COGNITO_USER_POOL_ID",
6283
6283
  "OPENHI_RUNTIME_CONFIG_COGNITO_USER_POOL_CLIENT_ID",
6284
- "OPENHI_RUNTIME_CONFIG_COGNITO_DOMAIN",
6284
+ "OPENHI_RUNTIME_CONFIG_COGNITO_DOMAIN_URL",
6285
6285
  "OPENHI_RUNTIME_CONFIG_COGNITO_REDIRECT_URI",
6286
6286
  "OPENHI_RUNTIME_CONFIG_API_BASE_URL"
6287
6287
  ];
@@ -6298,7 +6298,7 @@ function runtimeConfigGetRoute(_req, res) {
6298
6298
  const body = {
6299
6299
  cognitoUserPoolId: process.env.OPENHI_RUNTIME_CONFIG_COGNITO_USER_POOL_ID,
6300
6300
  cognitoUserPoolClientId: process.env.OPENHI_RUNTIME_CONFIG_COGNITO_USER_POOL_CLIENT_ID,
6301
- cognitoDomain: process.env.OPENHI_RUNTIME_CONFIG_COGNITO_DOMAIN,
6301
+ cognitoDomainUrl: process.env.OPENHI_RUNTIME_CONFIG_COGNITO_DOMAIN_URL,
6302
6302
  cognitoRedirectUri: process.env.OPENHI_RUNTIME_CONFIG_COGNITO_REDIRECT_URI,
6303
6303
  apiBaseUrl: process.env.OPENHI_RUNTIME_CONFIG_API_BASE_URL
6304
6304
  };