oro-sdk-apis 1.57.0 → 1.58.1-dev1.1

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.
@@ -1643,6 +1643,7 @@ var PracticeConfigKind;
1643
1643
  PracticeConfigKind["PracticeExamsAndResults"] = "PracticeExamsAndResults";
1644
1644
  PracticeConfigKind["PracticeLayout"] = "PracticeLayout";
1645
1645
  PracticeConfigKind["PracticeAddressField"] = "PracticeAddressField";
1646
+ PracticeConfigKind["PracticeDiagnosisAndTreatment"] = "PracticeDiagnosisAndTreatment";
1646
1647
  })(PracticeConfigKind || (PracticeConfigKind = {}));
1647
1648
 
1648
1649
  var StripePriceType;
@@ -2671,7 +2672,7 @@ var GuardService = /*#__PURE__*/function () {
2671
2672
  while (1) {
2672
2673
  switch (_context13.prev = _context13.next) {
2673
2674
  case 0:
2674
- return _context13.abrupt("return", this.identityGet(b64Hash.replace('+', '-').replace('/', '_')));
2675
+ return _context13.abrupt("return", this.identityGet(b64Hash.replace(/\+/g, '-').replace(/\//g, '_')));
2675
2676
 
2676
2677
  case 1:
2677
2678
  case "end":