my-translation-resources 1.0.392 → 1.0.394

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": "my-translation-resources",
3
- "version": "1.0.392",
3
+ "version": "1.0.394",
4
4
  "description": "Translation resources for multi-language support",
5
5
  "author": "Your Name",
6
6
  "license": "MIT",
@@ -4,7 +4,6 @@ export default interface TransactionHistory {
4
4
  id: string;
5
5
  stationId: string;
6
6
  cardNumber: string | null;
7
- charged: number;
8
7
  chargeBreakdowns: {
9
8
  rate: RateName;
10
9
  charged: number;
@@ -306,7 +306,7 @@ export const validationRules = {
306
306
  deposit: {
307
307
  required: errorMessages.required,
308
308
  min: {
309
- value: 10,
309
+ value: 5,
310
310
  message: errorMessages.depositMin,
311
311
  },
312
312
  },