nazar-salary 3.2.0 → 3.2.1
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/index.js +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -554,6 +554,7 @@ class SalaryAPI {
|
|
|
554
554
|
* @param {object} data - Update data
|
|
555
555
|
* @param {string} [data.first_name] - First name
|
|
556
556
|
* @param {string} [data.last_name] - Last name
|
|
557
|
+
* @param {string} [data.phone] - Phone number (11 digits)
|
|
557
558
|
* @param {number} [data.enrollment_months] - Enrollment months (1-12), recalculates total_lessons
|
|
558
559
|
* @param {number} [data.age] - Age
|
|
559
560
|
* @param {string} [data.group_name] - Group name
|