nazar-salary 3.2.5 → 3.2.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.
- package/index.d.ts +2 -0
- package/index.js +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -531,6 +531,7 @@ class SalaryAPI {
|
|
|
531
531
|
* @param {boolean} data.prepayment - Prepayment flag
|
|
532
532
|
* @param {string[]} [data.bonus_languages] - Bonus languages array
|
|
533
533
|
* @param {number} [data.lesson_group_id] - Lesson group ID for duet/trio (optional)
|
|
534
|
+
* @param {number} data.created_at - Unix timestamp (ms) — дата записи студента
|
|
534
535
|
* @returns {Promise<object>}
|
|
535
536
|
*/
|
|
536
537
|
async createStudent(data) {
|