squarefi-bff-api-module 1.26.7 → 1.26.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/package.json
CHANGED
package/src/api/types/types.ts
CHANGED
|
@@ -110,7 +110,8 @@ export namespace API {
|
|
|
110
110
|
export namespace BankData {
|
|
111
111
|
export namespace GetBankDataByAccountNumber {
|
|
112
112
|
export type Request = operations['BankDataController_getBankDataByAccountNumber']['parameters']['query'];
|
|
113
|
-
export type Response =
|
|
113
|
+
export type Response =
|
|
114
|
+
operations['BankDataController_getBankDataByAccountNumber']['responses']['200']['content']['application/json'];
|
|
114
115
|
}
|
|
115
116
|
}
|
|
116
117
|
|
|
@@ -2370,7 +2371,7 @@ export namespace API {
|
|
|
2370
2371
|
message?: string;
|
|
2371
2372
|
details?: string;
|
|
2372
2373
|
validity?: number;
|
|
2373
|
-
|
|
2374
|
+
requests_made?: number;
|
|
2374
2375
|
max_requests?: number;
|
|
2375
2376
|
};
|
|
2376
2377
|
}
|