diff --git a/models.gen.go b/models.gen.go index 025fa4e..1dd1938 100644 --- a/models.gen.go +++ b/models.gen.go @@ -958,6 +958,9 @@ type DeleteTeamInvitationRequest struct { // DeterminePlatformTenantByEmail200Response defines model for DeterminePlatformTenantByEmail_200_response. type DeterminePlatformTenantByEmail200Response struct { + // HasCloudAccount Whether the user has a cloud account + HasCloudAccount bool `json:"has_cloud_account"` + // Items List of tenants Items []TenantUser `json:"items,omitempty"` } diff --git a/spec.json b/spec.json index 5eb8ff9..be94197 100644 --- a/spec.json +++ b/spec.json @@ -11254,8 +11254,13 @@ }, "type" : "array", "x-go-type-skip-optional-pointer" : true + }, + "has_cloud_account" : { + "description" : "Whether the user has a cloud account", + "type" : "boolean" } - } + }, + "required" : [ "has_cloud_account" ] }, "ListTeamAPIKeys_200_response" : { "properties" : {