nazar-salary 3.2.7 → 3.2.8
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
|
@@ -564,6 +564,7 @@ class SalaryAPI {
|
|
|
564
564
|
* @param {string} [data.operation_number] - Operation number (must be sent with purchase_amount)
|
|
565
565
|
* @param {number} [data.purchase_amount] - Purchase amount (must be sent with operation_number)
|
|
566
566
|
* @param {boolean} [data.prepayment] - Prepayment flag
|
|
567
|
+
* @param {number} [data.created_at] - Unix timestamp (ms) — дата записи студента
|
|
567
568
|
* @returns {Promise<object>}
|
|
568
569
|
*/
|
|
569
570
|
async updateStudent(studentId, data) {
|