oro-sdk-apis 4.1.0 → 4.2.1

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.1.0",
2
+ "version": "4.2.1",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -450,6 +450,12 @@ export type PracticeConfigPracticeInfoLetterDiscount = PracticeConfig<
450
450
  * The discount code to be applied when the info letter is accepted
451
451
  */
452
452
  discountCode?: string
453
+
454
+ /**
455
+ * Show the info letter subscription without a Discount code before the patient confirms his email,
456
+ * if he confirms his email but still didn't check the subscription, then display a discount code for subscribing
457
+ */
458
+ promptInfoLetterBeforeEmailConfirmed?: boolean
453
459
  }
454
460
  >
455
461
 
@@ -269,6 +269,7 @@ export interface WorkflowData {
269
269
  summaryImageFieldName?: string // this field is used to show the consult summary image
270
270
  summarySymptomsFieldName?: string // this field is used to show the consult summary symptoms
271
271
  selectedAnswers?: SelectedAnswersData
272
+ serviceImage?: string
272
273
  walkthroughSlides?: SlideData[]
273
274
  /**
274
275
  * (optional) the service name this workflow provides