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.
- package/index.d.ts +1 -0
- 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 {
|