Introduction of Partner Model, adding code to Tenant model

This commit is contained in:
Josako
2025-04-03 14:07:23 +02:00
parent 1762b930bc
commit 9ad7c1aee9
93 changed files with 823 additions and 22 deletions

View File

@@ -0,0 +1,15 @@
version: "1.0.0"
name: "Management Service"
configuration:
admin_roles:
name: "Administrative Roles"
type: "enum"
description: "Administrative Roles that can be assigned to the partner"
required: true
allowed_values: ["Partner Admin"]
default: "Partner Admin"
metadata:
author: "Josako"
date_added: "2025-04-02"
changes: "Initial version"
description: "Initial definition of the management service"