nazar-salary 3.3.5 → 3.3.6

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 +3 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1062,6 +1062,9 @@ declare module 'nazar-salary' {
1062
1062
  rate_per_lesson: number;
1063
1063
  lesson_group_id: number | null;
1064
1064
  created_at: number;
1065
+ is_active: boolean;
1066
+ finished_at: number | null;
1067
+ stop_reason: string | null;
1065
1068
  }
1066
1069
 
1067
1070
  export interface CourseHistoryItem {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nazar-salary",
3
- "version": "3.3.5",
3
+ "version": "3.3.6",
4
4
  "description": "Frontend library for Nazar Salary API",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",