oro-sdk-apis 1.46.0 → 1.47.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -170,6 +170,14 @@ export interface WorkflowData {
170
170
  summarySymptomsFieldName?: string;
171
171
  selectedAnswers?: SelectedAnswersData;
172
172
  walkthroughSlides?: SlideData[];
173
+ /**
174
+ * (optional) the service name this workflow provides
175
+ */
176
+ serviceName?: string;
177
+ /**
178
+ * (optional) the description of the service this workflow provides
179
+ */
180
+ serviceDescription?: string;
173
181
  }
174
182
  /**
175
183
  * This interface describes an upload of an image (could be a picture, a pdf, a text file, etc.)