oro-sdk-apis 4.2.0 → 4.2.2

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.
@@ -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