@lambda-development/erp-core 0.1.14 → 0.1.16

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.
@@ -223,6 +223,7 @@ export declare const api: {
223
223
  authLogin: (email: string, password: string) => Promise<any>;
224
224
  authLogout: () => Promise<any>;
225
225
  authMe: () => Promise<any>;
226
+ authChangePassword: (current_password: string, new_password: string) => Promise<any>;
226
227
  authInvite: (email: string, role: string) => Promise<any>;
227
228
  authListUsers: () => Promise<any[]>;
228
229
  authChangeRole: (userName: string, role: string) => Promise<any>;
@@ -160,6 +160,13 @@ declare const _default: {
160
160
  "pdfTitle": "PDF & Druck",
161
161
  "pageSize": "Seitengröße",
162
162
  "pdfHelp": "A4 ist international Standard (210 x 297 mm). Letter ist Standard in den USA (8,5 x 11 Zoll).",
163
+ "passwordTitle": "Passwort ändern",
164
+ "currentPassword": "Aktuelles Passwort",
165
+ "newPassword": "Neues Passwort",
166
+ "confirmNewPassword": "Neues Passwort bestätigen",
167
+ "changePassword": "Passwort ändern",
168
+ "changingPassword": "Wird geändert...",
169
+ "passwordChanged": "Passwort geändert.",
163
170
  "openingTitle": "Eröffnungsbilanzen",
164
171
  "openingBody": "Auf der Seite Eröffnungsbilanzen können Kontensalden, Lagerbestände und offene Rechnungen aus einem früheren System importiert werden.",
165
172
  "openingEnabled": "Derzeit aktiviert — erreichbar unter Einführung > Eröffnungsbilanzen.",
@@ -220,6 +220,13 @@ declare const _default: {
220
220
  "pdfTitle": "PDF & Print",
221
221
  "pageSize": "Page Size",
222
222
  "pdfHelp": "A4 is standard internationally (210 x 297 mm). Letter is standard in the US (8.5 x 11 in).",
223
+ "passwordTitle": "Change Password",
224
+ "currentPassword": "Current password",
225
+ "newPassword": "New password",
226
+ "confirmNewPassword": "Confirm new password",
227
+ "changePassword": "Change password",
228
+ "changingPassword": "Changing...",
229
+ "passwordChanged": "Password changed.",
223
230
  "openingTitle": "Opening Balances",
224
231
  "openingBody": "The Opening Balances page allows importing account balances, stock, and outstanding invoices from a previous system.",
225
232
  "openingEnabled": "Currently enabled — accessible under Introduction > Opening Balances.",
@@ -160,6 +160,13 @@ declare const _default: {
160
160
  "pdfTitle": "PDF et impression",
161
161
  "pageSize": "Format de page",
162
162
  "pdfHelp": "A4 est la norme internationale (210 x 297 mm). Letter est la norme aux États-Unis (8,5 x 11 po).",
163
+ "passwordTitle": "Changer le mot de passe",
164
+ "currentPassword": "Mot de passe actuel",
165
+ "newPassword": "Nouveau mot de passe",
166
+ "confirmNewPassword": "Confirmer le nouveau mot de passe",
167
+ "changePassword": "Changer le mot de passe",
168
+ "changingPassword": "Modification...",
169
+ "passwordChanged": "Mot de passe modifié.",
163
170
  "openingTitle": "Soldes d'ouverture",
164
171
  "openingBody": "La page Soldes d'ouverture permet d'importer les soldes des comptes, le stock et les factures impayées d'un système précédent.",
165
172
  "openingEnabled": "Actuellement activé — accessible sous Introduction > Soldes d'ouverture.",