oro-sdk-apis 4.2.0 → 4.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -138,5 +138,5 @@ export interface LegalData {
138
138
  subscribedAudience?: string;
139
139
  }
140
140
  export declare type RoleBasedScopes = AllRoleType;
141
- export declare type PermissionBasedScopes = 'consult.consults.get' | 'consult.consults.post' | 'consult.consults.put' | 'practice.assignments.post' | 'practice.emails.get' | 'practice.configs.get' | 'practice.invoices.get' | 'practice.payments.get' | 'practice.secrets.get' | 'teller.emails.post';
141
+ export declare type PermissionBasedScopes = 'consult.consults.get' | 'consult.consults.post' | 'consult.consults.put' | 'practice.assignments.post' | 'practice.emails.get' | 'practice.configs.get' | 'practice.practitioners.get' | 'practice.invoices.get' | 'practice.payments.get' | 'practice.secrets.get' | 'teller.emails.post';
142
142
  export declare type AllScopes = RoleBasedScopes | PermissionBasedScopes;
@@ -220,6 +220,7 @@ export interface WorkflowData {
220
220
  summaryImageFieldName?: string;
221
221
  summarySymptomsFieldName?: string;
222
222
  selectedAnswers?: SelectedAnswersData;
223
+ serviceImage?: string;
223
224
  walkthroughSlides?: SlideData[];
224
225
  /**
225
226
  * (optional) the service name this workflow provides