nazar-salary 2.5.0 → 2.5.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -660,8 +660,7 @@ declare module 'nazar-salary' {
660
660
  operation_number: string;
661
661
  purchase_amount: number;
662
662
  prepayment: boolean;
663
- kaspi_amount: number;
664
- kaspi_commission: number;
663
+ commission: number;
665
664
  net_amount: number;
666
665
  manager_commission: number;
667
666
  verified_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nazar-salary",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "Frontend library for Nazar Salary API",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",