simpleloan_api 1.2.47 → 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 +13 -13
- package/dist/index.d.ts +13 -13
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1254,23 +1254,23 @@ type CommissionFeeReviseWipItem = {
|
|
|
1254
1254
|
salespoint_group_title: string | null;
|
|
1255
1255
|
user_id: number;
|
|
1256
1256
|
};
|
|
1257
|
-
type CommissionFeeReviseWipGenerateBody = {
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
};
|
|
1263
|
-
};
|
|
1257
|
+
type CommissionFeeReviseWipGenerateBody = WithData<{
|
|
1258
|
+
start_at: string;
|
|
1259
|
+
end_at: string;
|
|
1260
|
+
type: 'ipoteka';
|
|
1261
|
+
}>;
|
|
1264
1262
|
/**
|
|
1265
1263
|
* Request for: /cabinet/commission_fee_revise_wip/download/ */
|
|
1266
|
-
type CommissionFeeReviseWipDownloadBody = {
|
|
1264
|
+
type CommissionFeeReviseWipDownloadBody = WithData<{
|
|
1267
1265
|
bankdetail_id: number;
|
|
1268
1266
|
item_ids: number[];
|
|
1269
|
-
}
|
|
1267
|
+
}>;
|
|
1270
1268
|
/**
|
|
1271
|
-
*
|
|
1269
|
+
* Request for: /cabinet/commission_fee_revise_wip/update/
|
|
1272
1270
|
*/
|
|
1273
|
-
type CommissionFeeReviseWipUpdateBody =
|
|
1271
|
+
type CommissionFeeReviseWipUpdateBody = WithData<{
|
|
1272
|
+
id: number;
|
|
1273
|
+
} & Partial<CommissionFeeReviseWipItem>>;
|
|
1274
1274
|
/**
|
|
1275
1275
|
* Request item for: /cabinet/commission_fee_revise_wip/update_many/
|
|
1276
1276
|
*/
|
|
@@ -1282,9 +1282,9 @@ type CommissionFeeReviseWipUpdateManyItem = {
|
|
|
1282
1282
|
/**
|
|
1283
1283
|
* Request for: /cabinet/commission_fee_revise_wip/update_many/
|
|
1284
1284
|
*/
|
|
1285
|
-
type CommissionFeeReviseWipUpdateManyBody = {
|
|
1285
|
+
type CommissionFeeReviseWipUpdateManyBody = WithData<{
|
|
1286
1286
|
data: CommissionFeeReviseWipUpdateManyItem[];
|
|
1287
|
-
}
|
|
1287
|
+
}>;
|
|
1288
1288
|
/**
|
|
1289
1289
|
* Response for: /cabinet/commission_fee_revise_wip/update_many/
|
|
1290
1290
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1254,23 +1254,23 @@ type CommissionFeeReviseWipItem = {
|
|
|
1254
1254
|
salespoint_group_title: string | null;
|
|
1255
1255
|
user_id: number;
|
|
1256
1256
|
};
|
|
1257
|
-
type CommissionFeeReviseWipGenerateBody = {
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
};
|
|
1263
|
-
};
|
|
1257
|
+
type CommissionFeeReviseWipGenerateBody = WithData<{
|
|
1258
|
+
start_at: string;
|
|
1259
|
+
end_at: string;
|
|
1260
|
+
type: 'ipoteka';
|
|
1261
|
+
}>;
|
|
1264
1262
|
/**
|
|
1265
1263
|
* Request for: /cabinet/commission_fee_revise_wip/download/ */
|
|
1266
|
-
type CommissionFeeReviseWipDownloadBody = {
|
|
1264
|
+
type CommissionFeeReviseWipDownloadBody = WithData<{
|
|
1267
1265
|
bankdetail_id: number;
|
|
1268
1266
|
item_ids: number[];
|
|
1269
|
-
}
|
|
1267
|
+
}>;
|
|
1270
1268
|
/**
|
|
1271
|
-
*
|
|
1269
|
+
* Request for: /cabinet/commission_fee_revise_wip/update/
|
|
1272
1270
|
*/
|
|
1273
|
-
type CommissionFeeReviseWipUpdateBody =
|
|
1271
|
+
type CommissionFeeReviseWipUpdateBody = WithData<{
|
|
1272
|
+
id: number;
|
|
1273
|
+
} & Partial<CommissionFeeReviseWipItem>>;
|
|
1274
1274
|
/**
|
|
1275
1275
|
* Request item for: /cabinet/commission_fee_revise_wip/update_many/
|
|
1276
1276
|
*/
|
|
@@ -1282,9 +1282,9 @@ type CommissionFeeReviseWipUpdateManyItem = {
|
|
|
1282
1282
|
/**
|
|
1283
1283
|
* Request for: /cabinet/commission_fee_revise_wip/update_many/
|
|
1284
1284
|
*/
|
|
1285
|
-
type CommissionFeeReviseWipUpdateManyBody = {
|
|
1285
|
+
type CommissionFeeReviseWipUpdateManyBody = WithData<{
|
|
1286
1286
|
data: CommissionFeeReviseWipUpdateManyItem[];
|
|
1287
|
-
}
|
|
1287
|
+
}>;
|
|
1288
1288
|
/**
|
|
1289
1289
|
* Response for: /cabinet/commission_fee_revise_wip/update_many/
|
|
1290
1290
|
*/
|