Merge branch 'develop' of github.com:Frappet/hrms-api-org into develop

# Conflicts:
#	src/controllers/CommandController.ts
This commit is contained in:
mamoss 2025-07-11 16:33:25 +07:00
commit 6c8f162cfa
6 changed files with 346 additions and 58 deletions

View file

@ -857,6 +857,7 @@ export class CreateProfileAllFields {
currentZipCode: string | null;
amount?: Double | null;
amountSpecial?: Double | null;
objectRefId?: string | null;
}
export type UpdateProfile = {