oro-sdk-apis 1.58.0 → 1.58.1-dev1

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,8 +24,10 @@ export interface Diagnosis extends DiagnosisRequest {
24
24
  export interface TreatmentRequest {
25
25
  uuid?: string;
26
26
  uuidDiagnosis?: string;
27
+ uuidParentTreatment?: string;
27
28
  name: string;
28
29
  description: string;
30
+ refillable?: boolean;
29
31
  urlMultimedia?: string;
30
32
  type?: TreatmentType;
31
33
  }
@@ -138,6 +140,7 @@ export interface TreatmentPlanUpdateRequest extends TreatmentPlansRequest {
138
140
  uuidConsult: string;
139
141
  diagnosis: DiagnosisRequest;
140
142
  plan: TreatmentAndDrugPrescriptionUpdateRequest;
143
+ refill?: boolean;
141
144
  }
142
145
  export interface TreatmentPlansResponseEntry {
143
146
  trackingId?: string;
@@ -2597,7 +2597,7 @@ var GuardService = /*#__PURE__*/function () {
2597
2597
  while (1) {
2598
2598
  switch (_context13.prev = _context13.next) {
2599
2599
  case 0:
2600
- return _context13.abrupt("return", this.identityGet(b64Hash.replace('+', '-').replace('/', '_')));
2600
+ return _context13.abrupt("return", this.identityGet(b64Hash.replace(/\+/g, '-').replace(/\//g, '_')));
2601
2601
 
2602
2602
  case 1:
2603
2603
  case "end":