oro-sdk-apis 1.56.0 → 1.57.0-dev1

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,6 +27,7 @@ export interface TreatmentRequest {
27
27
  name: string;
28
28
  description: string;
29
29
  urlMultimedia?: string;
30
+ refillable: boolean;
30
31
  type?: TreatmentType;
31
32
  }
32
33
  export interface Treatment extends TreatmentRequest {