nazar-salary 3.2.1 → 3.2.2

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
@@ -1117,6 +1117,7 @@ declare module 'nazar-salary' {
1117
1117
  lesson_group_id: number | null;
1118
1118
  /** enrollment_months * monthly_team_price; null if no team_salary config for this price */
1119
1119
  team_salary_amount: number | null;
1120
+ is_deleted: boolean;
1120
1121
  }
1121
1122
 
1122
1123
  export interface SearchStudentsParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nazar-salary",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "Frontend library for Nazar Salary API",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",