@stamhoofd/backend 2.25.0 → 2.25.2
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": "@stamhoofd/backend",
|
|
3
|
-
"version": "2.25.
|
|
3
|
+
"version": "2.25.2",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@mollie/api-client": "3.7.0",
|
|
35
35
|
"@simonbackx/simple-database": "1.25.0",
|
|
36
|
-
"@simonbackx/simple-encoding": "2.15.
|
|
36
|
+
"@simonbackx/simple-encoding": "2.15.1",
|
|
37
37
|
"@simonbackx/simple-endpoints": "1.14.0",
|
|
38
38
|
"@simonbackx/simple-logging": "^1.0.1",
|
|
39
|
-
"@stamhoofd/backend-i18n": "2.25.
|
|
40
|
-
"@stamhoofd/backend-middleware": "2.25.
|
|
41
|
-
"@stamhoofd/email": "2.25.
|
|
42
|
-
"@stamhoofd/models": "2.25.
|
|
43
|
-
"@stamhoofd/queues": "2.25.
|
|
44
|
-
"@stamhoofd/sql": "2.25.
|
|
45
|
-
"@stamhoofd/structures": "2.25.
|
|
46
|
-
"@stamhoofd/utility": "2.25.
|
|
39
|
+
"@stamhoofd/backend-i18n": "2.25.2",
|
|
40
|
+
"@stamhoofd/backend-middleware": "2.25.2",
|
|
41
|
+
"@stamhoofd/email": "2.25.2",
|
|
42
|
+
"@stamhoofd/models": "2.25.2",
|
|
43
|
+
"@stamhoofd/queues": "2.25.2",
|
|
44
|
+
"@stamhoofd/sql": "2.25.2",
|
|
45
|
+
"@stamhoofd/structures": "2.25.2",
|
|
46
|
+
"@stamhoofd/utility": "2.25.2",
|
|
47
47
|
"archiver": "^7.0.1",
|
|
48
48
|
"aws-sdk": "^2.885.0",
|
|
49
49
|
"axios": "1.6.8",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"postmark": "4.0.2",
|
|
61
61
|
"stripe": "^16.6.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "2eda2d1bc9aa4ea061b002d265a5615a87eeef8b"
|
|
64
64
|
}
|
|
@@ -372,7 +372,7 @@ export class PatchOrganizationMembersEndpoint extends Endpoint<Params, Query, Bo
|
|
|
372
372
|
throw new SimpleError({
|
|
373
373
|
code: "invalid_field",
|
|
374
374
|
message: "Invalid email",
|
|
375
|
-
human: "Je kan een account niet de toegang
|
|
375
|
+
human: "Je kan een account niet de toegang ontzeggen tot een lid als het e-mailadres nog steeds is opgeslagen als onderdeel van de gegevens van dat lid. Verwijder eerst het e-mailadres uit de gegevens van het lid en ontkoppel daarna het account."
|
|
376
376
|
});
|
|
377
377
|
}
|
|
378
378
|
|