simpleloan_api 1.2.48 → 1.2.49

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/dist/index.d.mts CHANGED
@@ -1268,7 +1268,9 @@ type CommissionFeeReviseWipDownloadBody = WithData<{
1268
1268
  /**
1269
1269
  * Request for: /cabinet/commission_fee_revise_wip/update/
1270
1270
  */
1271
- type CommissionFeeReviseWipUpdateBody = WithData<CommissionFeeReviseWipItem>;
1271
+ type CommissionFeeReviseWipUpdateBody = WithData<{
1272
+ id: number;
1273
+ } & Partial<CommissionFeeReviseWipItem>>;
1272
1274
  /**
1273
1275
  * Request item for: /cabinet/commission_fee_revise_wip/update_many/
1274
1276
  */
package/dist/index.d.ts CHANGED
@@ -1268,7 +1268,9 @@ type CommissionFeeReviseWipDownloadBody = WithData<{
1268
1268
  /**
1269
1269
  * Request for: /cabinet/commission_fee_revise_wip/update/
1270
1270
  */
1271
- type CommissionFeeReviseWipUpdateBody = WithData<CommissionFeeReviseWipItem>;
1271
+ type CommissionFeeReviseWipUpdateBody = WithData<{
1272
+ id: number;
1273
+ } & Partial<CommissionFeeReviseWipItem>>;
1272
1274
  /**
1273
1275
  * Request item for: /cabinet/commission_fee_revise_wip/update_many/
1274
1276
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpleloan_api",
3
- "version": "1.2.48",
3
+ "version": "1.2.49",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",