new release

v0.3.3 v0.3.3
Vernon Keenan 2023-03-29 23:07:04 +00:00
parent c8efe1a2b0
commit 5b7e716b71
3 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ type User struct {
IsPortalEnabled bool `json:"IsPortalEnabled,omitempty"` IsPortalEnabled bool `json:"IsPortalEnabled,omitempty"`
// Has Profile Photo // Has Profile Photo
IsProphilePhotoActive bool `json:"IsProphilePhotoActive,omitempty"` IsProfilePhotoActive bool `json:"IsProfilePhotoActive,omitempty"`
// is system controlled // is system controlled
IsSystemControlled bool `json:"IsSystemControlled,omitempty"` IsSystemControlled bool `json:"IsSystemControlled,omitempty"`

View File

@ -2438,7 +2438,7 @@ definitions:
IsPortalEnabled: IsPortalEnabled:
description: Is the user enabled for Communities? description: Is the user enabled for Communities?
type: boolean type: boolean
IsProphilePhotoActive: IsProfilePhotoActive:
description: Has Profile Photo description: Has Profile Photo
type: boolean type: boolean
IsSystemControlled: IsSystemControlled:

View File

@ -2438,7 +2438,7 @@ definitions:
IsPortalEnabled: IsPortalEnabled:
description: Is the user enabled for Communities? description: Is the user enabled for Communities?
type: boolean type: boolean
IsProphilePhotoActive: IsProfilePhotoActive:
description: Has Profile Photo description: Has Profile Photo
type: boolean type: boolean
IsSystemControlled: IsSystemControlled: