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'] & operations['CounterpartyAccountsController_findOne']['parameters']['query'];
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.22.14",
3
+ "version": "1.22.15",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -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'];