From 5b7e716b7118a8bd4bcc897e4e5fb338cd0ff168 Mon Sep 17 00:00:00 2001 From: Vernon Keenan Date: Wed, 29 Mar 2023 23:07:04 +0000 Subject: [PATCH] new release --- api/sfgate/sfgate_models/user.go | 2 +- swagger/external/sf-gate-vernonkeenan.yaml | 2 +- swagger/sf-gate-vernonkeenan.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/sfgate/sfgate_models/user.go b/api/sfgate/sfgate_models/user.go index 7484e66..eb5787d 100644 --- a/api/sfgate/sfgate_models/user.go +++ b/api/sfgate/sfgate_models/user.go @@ -105,7 +105,7 @@ type User struct { IsPortalEnabled bool `json:"IsPortalEnabled,omitempty"` // Has Profile Photo - IsProphilePhotoActive bool `json:"IsProphilePhotoActive,omitempty"` + IsProfilePhotoActive bool `json:"IsProfilePhotoActive,omitempty"` // is system controlled IsSystemControlled bool `json:"IsSystemControlled,omitempty"` diff --git a/swagger/external/sf-gate-vernonkeenan.yaml b/swagger/external/sf-gate-vernonkeenan.yaml index 2ca099f..28b72a7 100644 --- a/swagger/external/sf-gate-vernonkeenan.yaml +++ b/swagger/external/sf-gate-vernonkeenan.yaml @@ -2438,7 +2438,7 @@ definitions: IsPortalEnabled: description: Is the user enabled for Communities? type: boolean - IsProphilePhotoActive: + IsProfilePhotoActive: description: Has Profile Photo type: boolean IsSystemControlled: diff --git a/swagger/sf-gate-vernonkeenan.yaml b/swagger/sf-gate-vernonkeenan.yaml index eb1a664..e429cf9 100644 --- a/swagger/sf-gate-vernonkeenan.yaml +++ b/swagger/sf-gate-vernonkeenan.yaml @@ -2438,7 +2438,7 @@ definitions: IsPortalEnabled: description: Is the user enabled for Communities? type: boolean - IsProphilePhotoActive: + IsProfilePhotoActive: description: Has Profile Photo type: boolean IsSystemControlled: