@nsshunt/stsrest01client 1.0.38 → 1.0.40

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.
@@ -1874,6 +1874,7 @@ function SetupConfig(envOptions2, logger) {
1874
1874
  stsfhirprometheusclusterport: process.env.STSFHIR_PROM_CLUSTER_PORT === void 0 ? "3015" : process.env.STSFHIR_PROM_CLUSTER_PORT,
1875
1875
  stsfhirservicename: process.env.STSFHIR_SERVICE_NAME === void 0 ? "STSFHIR" : process.env.STSFHIR_SERVICE_NAME,
1876
1876
  stsfhirserviceversion: process.env.STSFHIR_SERVICE_VERSION === void 0 ? "1.0.0" : process.env.STSFHIR_SERVICE_VERSION,
1877
+ stsfhirUseOperationalOutcomeForDelete: process.env.STSFHIR_USE_OPERATIONAL_OUTCOME_FOR_DELETE === void 0 ? true : process.env.STSFHIR_USE_OPERATIONAL_OUTCOME_FOR_DELETE === "true" ? true : false,
1877
1878
  ststccendpoint: process.env.STSTCC_ENDPOINT === void 0 ? "https://localhost" : process.env.STSTCC_ENDPOINT,
1878
1879
  ststcchostport: process.env.STSTCC_HOST_PORT === void 0 ? "3024" : process.env.STSTCC_HOST_PORT,
1879
1880
  ststccport: process.env.STSTCC_PORT === void 0 ? "3024" : process.env.STSTCC_PORT,