@barumetric/contracts 1.3.12 → 1.3.13

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": "@barumetric/contracts",
3
- "version": "1.3.12",
3
+ "version": "1.3.13",
4
4
  "description": "Protobuf definitions and generated TypeScript types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -107,7 +107,7 @@ message GetUserPaymentsResponse {
107
107
 
108
108
  message PaymentItem {
109
109
  string id = 1;
110
- int64 amount = 2; // сумма в минимальных единицах (копейки)
110
+ int32 amount = 2; // сумма в минимальных единицах (копейки)
111
111
  PaymentStatus status = 3;
112
112
  google.protobuf.Timestamp created_at = 4;
113
113
  }