@open-charging-cloud/chargy-core 0.8.0 → 0.9.1

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/i18n.json CHANGED
@@ -66,6 +66,41 @@
66
66
  "en": "Unknown or invalid public key format!"
67
67
  },
68
68
 
69
+ "Verification_SignatureMissing": {
70
+ "de": "Es ist keine Signatur vorhanden, daher kann der Messwert nicht kryptografisch geprüft werden!",
71
+ "en": "No signature is present, so the measurement cannot be cryptographically verified!"
72
+ },
73
+
74
+ "Verification_PublicKeyDecodingFailed": {
75
+ "de": "Der öffentliche Schlüssel konnte nicht dekodiert werden!",
76
+ "en": "The public key could not be decoded!"
77
+ },
78
+
79
+ "Verification_PublicKeyNotOnCurve": {
80
+ "de": "Der öffentliche Schlüssel ist kein gültiger Punkt auf der elliptischen Kurve!",
81
+ "en": "The public key is not a valid point on the elliptic curve!"
82
+ },
83
+
84
+ "Verification_SignatureMalformed": {
85
+ "de": "Die Signatur ist fehlerhaft kodiert und konnte nicht ausgewertet werden!",
86
+ "en": "The signature is malformed and could not be parsed!"
87
+ },
88
+
89
+ "Verification_UnknownSignatureFormat": {
90
+ "de": "Das Signaturformat ist unbekannt oder wird nicht unterstützt!",
91
+ "en": "The signature format is unknown or unsupported!"
92
+ },
93
+
94
+ "Verification_SignatureMismatch": {
95
+ "de": "Die Signatur passt nicht zu den signierten Daten!",
96
+ "en": "The signature does not match the signed data!"
97
+ },
98
+
99
+ "Verification_UnexpectedError": {
100
+ "de": "Bei der Signaturprüfung ist ein unerwarteter Fehler aufgetreten!",
101
+ "en": "An unexpected error occurred during signature verification!"
102
+ },
103
+
69
104
  "UnknownOrInvalidChargingSessionFormat": {
70
105
  "de": "Unbekanntes oder ungültiges Ladevorgangsformat!",
71
106
  "en": "Unknown or invalid charging session format!"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-charging-cloud/chargy-core",
3
- "version": "0.8.0",
3
+ "version": "0.9.1",
4
4
  "description": "The ChargyCore TypeScript library shared between Chargy Desktop, Web & Mobile applications.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=verificationResults.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"verificationResults.d.ts","sourceRoot":"","sources":["../src/verificationResults.ts"],"names":[],"mappings":""}