Compare commits

...
Author SHA1 Message Date
marcos-silva-rodrigues 9bacd7a0f5 UPDATE: merge with beta branch 2025-02-24 09:28:03 -03:00
marcos-silva-rodrigues 9439f13b7b UPdATE: new displayName prop 2025-02-21 17:31:49 -03:00
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -5643,6 +5643,9 @@
"name": {
"type": "string"
},
"displayName": {
"type": "string"
},
"tier": {
"type": "string"
},
@@ -5663,6 +5666,7 @@
"modules",
"id",
"name",
"displayName",
"tier",
"scheduleLimit",
"links",
+2
View File
@@ -72,6 +72,8 @@ export class AuthCustomer {
@ApiProperty()
name: string;
@ApiProperty()
displayName: string;
@ApiProperty()
tier: string;
@ApiProperty()
scheduleLimit: string;