oro-sdk-apis 4.1.0 → 4.2.0

Sign up to get free protection for your applications and to get access to all the features.
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