Merge branch 'dev' of https://github.com/SyncrowIOT/backend into feat/edit-space-model

This commit is contained in:
hannathkadher
2024-12-30 10:08:43 +04:00
14 changed files with 135 additions and 5 deletions

View File

@ -741,6 +741,10 @@ export class ControllerRoute {
public static readonly CREATE_USER_INVITATION_DESCRIPTION =
'This endpoint creates an invitation for a user to assign to role and spaces.';
public static readonly CHECK_EMAIL_SUMMARY = 'Check email';
public static readonly CHECK_EMAIL_DESCRIPTION =
'This endpoint checks if an email already exists and have a project in the system.';
};
};
static PERMISSION = class {