@alexochihua/protos 1.0.27 → 1.0.30

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.27",
3
+ "version": "1.0.30",
4
4
  "private": false,
5
5
  "description": "Shared gRPC contracts and generated clients for Kapital services.",
6
6
  "license": "UNLICENSED",
@@ -45,6 +45,8 @@ message GroupElement {
45
45
  string updated_by = 8;
46
46
  string created_at = 9;
47
47
  string updated_at = 10;
48
+ string start = 11;
49
+ string end = 12;
48
50
  }
49
51
 
50
52
  message ElementValidation {
@@ -72,6 +72,30 @@ message GetCardInventoryRequest {
72
72
  string card_type = 5;
73
73
  string branch_id = 6;
74
74
  string bin = 7;
75
+ string card_number = 8;
76
+ string product = 9;
77
+ string client_name = 10;
78
+ string customer_name = 11;
79
+ string creation_shipping_address = 12;
80
+ string status_thales = 13;
81
+ string manufacturer_status = 14;
82
+ string branch = 15;
83
+ string id = 16;
84
+ string id_long = 17;
85
+ string batch_id = 18;
86
+ string created_at_from = 19;
87
+ string created_at_to = 20;
88
+ string creation_date_from = 21;
89
+ string creation_date_to = 22;
90
+ string start_date = 23;
91
+ string end_date = 24;
92
+ string creation_date = 25;
93
+ string expiration_date_from = 26;
94
+ string expiration_date_to = 27;
95
+ string expiration_date = 28;
96
+ string updated_at_from = 29;
97
+ string updated_at_to = 30;
98
+ string status_value = 31;
75
99
  }
76
100
 
77
101
  message GetCardInventoryResponse {