my-translation-resources 1.0.390 → 1.0.392

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.390",
3
+ "version": "1.0.392",
4
4
  "description": "Translation resources for multi-language support",
5
5
  "author": "Your Name",
6
6
  "license": "MIT",
@@ -321,5 +321,6 @@
321
321
  "electrical stations in Bulgaria!": "електрическите станции в България!",
322
322
  "Station": "Станция",
323
323
  "View tickets": "Tickets",
324
- "New connector": "Нов конектор"
324
+ "New connector": "Нов конектор",
325
+ "Stop charging": "Спри зареждането"
325
326
  }
@@ -325,5 +325,6 @@
325
325
  "electrical stations in Bulgaria!": "electrical stations in Bulgaria!",
326
326
  "Station": "Station",
327
327
  "View tickets": "Tickets",
328
- "New connector": "New connector"
328
+ "New connector": "New connector",
329
+ "Stop charging": "Stop charging"
329
330
  }
@@ -1,6 +1,5 @@
1
1
  export interface GetAuditLogsRequest {
2
2
  dateFrom: Date | null;
3
3
  dateTo: Date | null;
4
- pageNumber: number;
5
4
  afterKey: string | null;
6
5
  }