@nsshunt/stsrest01client 1.0.39 → 1.0.41

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