oro-sdk-apis 4.1.0 → 4.2.0

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.0",
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