oro-sdk-apis 5.15.1 → 5.15.3

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": "5.15.1",
2
+ "version": "5.15.3",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -76,6 +76,7 @@ export enum MedicalStatus {
76
76
  New = 'New',
77
77
  ToAnswer = 'ToAnswer',
78
78
  Answered = 'Answered',
79
+ Closing = 'Closing',
79
80
  Closed = 'Closed',
80
81
  Reopened = 'Reopened',
81
82
  Archived = 'Archived',
@@ -452,6 +452,11 @@ export type PracticeConfigPracticeInfoLetterDiscount = PracticeConfig<
452
452
  */
453
453
  discountCode?: string
454
454
 
455
+ /**
456
+ * The text to display for the discount code
457
+ */
458
+ discountText?: string
459
+
455
460
  /**
456
461
  * Show the info letter subscription without a Discount code before the patient confirms his email,
457
462
  * if he confirms his email but still didn't check the subscription, then display a discount code for subscribing