squarefi-bff-api-module 1.36.58 → 1.36.59

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.
@@ -2470,13 +2470,8 @@ export declare namespace API {
2470
2470
  namespace Comment {
2471
2471
  type Request = {
2472
2472
  order_id: string;
2473
- wallet_id: string;
2474
- comment?: string | null;
2475
- };
2476
- type Response = {
2477
- success: boolean;
2478
- data: API.Orders.V2.List.ByWallet.OrderItem;
2479
- };
2473
+ } & pathsV1Frontend['/frontend/orders/{order_id}/comment']['put']['requestBody']['content']['application/json'];
2474
+ type Response = OrderEnvelope;
2480
2475
  }
2481
2476
  namespace Calc {
2482
2477
  type Request = pathsV1Frontend['/frontend/orders/calc']['get']['parameters']['query'] & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.36.58",
3
+ "version": "1.36.59",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",