squarefi-bff-api-module 1.22.14 → 1.22.15
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.
|
@@ -442,7 +442,7 @@ export declare namespace API {
|
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
444
|
namespace GetById {
|
|
445
|
-
type Request = operations['CounterpartyAccountsController_findOne']['parameters']['path']
|
|
445
|
+
type Request = operations['CounterpartyAccountsController_findOne']['parameters']['path'];
|
|
446
446
|
type Response = operations['CounterpartyAccountsController_findOne']['responses']['200']['content']['application/json'];
|
|
447
447
|
}
|
|
448
448
|
namespace List {
|
package/package.json
CHANGED
package/src/api/types/types.ts
CHANGED
|
@@ -548,8 +548,7 @@ export namespace API {
|
|
|
548
548
|
}
|
|
549
549
|
|
|
550
550
|
export namespace GetById {
|
|
551
|
-
export type Request = operations['CounterpartyAccountsController_findOne']['parameters']['path']
|
|
552
|
-
operations['CounterpartyAccountsController_findOne']['parameters']['query'];
|
|
551
|
+
export type Request = operations['CounterpartyAccountsController_findOne']['parameters']['path'];
|
|
553
552
|
|
|
554
553
|
export type Response =
|
|
555
554
|
operations['CounterpartyAccountsController_findOne']['responses']['200']['content']['application/json'];
|