tutor-logic 20.0.15 → 20.0.16

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -980,6 +980,7 @@ interface StudentGroupPaymentPlanSimpleModel {
980
980
  description: string;
981
981
  daysLength: number;
982
982
  amount: number;
983
+ paymentsCountForUnlimitedAccess: number | null;
983
984
  }
984
985
  interface StudentGroupPaymentPlansModel {
985
986
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tutor-logic",
3
- "version": "20.0.15",
3
+ "version": "20.0.16",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.15",
6
6
  "@angular/core": "^20.3.15"