- Added permissions to the partner service configuration

- Corrected a nasty bug where dynamic boolean fields were not returned correctly
This commit is contained in:
Josako
2025-04-11 21:47:41 +02:00
parent 35f0adef1b
commit 3eed546879
10 changed files with 96 additions and 25 deletions

View File

@@ -16,9 +16,5 @@ PARTNER_SERVICE_TYPES = {
"name": "Management Service",
"description": "Partner managing customer instances",
},
"WHITE_LABEL_SERVICE": {
"name": "White Label Service",
"description": "Partner reselling under their own brand",
}
}