@alexochihua/protos 1.0.20 → 1.0.22

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexochihua/protos",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "private": false,
5
5
  "description": "Shared gRPC contracts and generated clients for Kapital services.",
6
6
  "license": "UNLICENSED",
@@ -94,6 +94,7 @@ message FindAllRequest {
94
94
  optional string custom_id = 10;
95
95
  optional string transaction_status = 11;
96
96
  optional string remaining_days = 12;
97
+ optional string approval_code = 13;
97
98
  }
98
99
 
99
100
  message FindAllResponse {