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

Sign up to get free protection for your applications and to get access to all the features.
@@ -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":