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.
@@ -69,6 +69,7 @@ export declare enum MedicalStatus {
69
69
  New = "New",
70
70
  ToAnswer = "ToAnswer",
71
71
  Answered = "Answered",
72
+ Closing = "Closing",
72
73
  Closed = "Closed",
73
74
  Reopened = "Reopened",
74
75
  Archived = "Archived",
@@ -368,6 +368,10 @@ export declare type PracticeConfigPracticeInfoLetterDiscount = PracticeConfig<Pr
368
368
  * The discount code to be applied when the info letter is accepted
369
369
  */
370
370
  discountCode?: string;
371
+ /**
372
+ * The text to display for the discount code
373
+ */
374
+ discountText?: string;
371
375
  /**
372
376
  * Show the info letter subscription without a Discount code before the patient confirms his email,
373
377
  * if he confirms his email but still didn't check the subscription, then display a discount code for subscribing
@@ -765,6 +765,7 @@ var ApisPracticeManager = /*#__PURE__*/function () {
765
765
  MedicalStatus["New"] = "New";
766
766
  MedicalStatus["ToAnswer"] = "ToAnswer";
767
767
  MedicalStatus["Answered"] = "Answered";
768
+ MedicalStatus["Closing"] = "Closing";
768
769
  MedicalStatus["Closed"] = "Closed";
769
770
  MedicalStatus["Reopened"] = "Reopened";
770
771
  MedicalStatus["Archived"] = "Archived";