Skip to content

Commit

Permalink
PREAPPS-7771: Updated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Lave Gupta authored and silentsakky committed May 21, 2024
1 parent d242484 commit 4423a59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/schema/generated-schema-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export type AccountInfoAttrs = {
zimbraFeatureRelatedContactsEnabled?: Maybe<Scalars['Boolean']['output']>;
zimbraFeatureResetPasswordStatus?: Maybe<ResetPasswordStatus>;
zimbraFeatureRetentionPolicyEnabled?: Maybe<Scalars['Boolean']['output']>;
zimbraFeatureSharedFolderMobileSyncEnabled?: Maybe<Scalars['Boolean']['output']>;
zimbraFeatureSharingEnabled?: Maybe<Scalars['Boolean']['output']>;
zimbraFeatureTaggingEnabled?: Maybe<Scalars['Boolean']['output']>;
zimbraFeatureTasksEnabled?: Maybe<Scalars['Boolean']['output']>;
Expand Down Expand Up @@ -4265,6 +4266,7 @@ export enum SetRecoveryAccountOp {

export type ShareInfo = {
__typename?: 'ShareInfo';
activeSyncDisabled?: Maybe<Scalars['Boolean']['output']>;
folderId: Scalars['ID']['output'];
folderPath?: Maybe<Scalars['String']['output']>;
folderUuid?: Maybe<Scalars['String']['output']>;
Expand Down
2 changes: 2 additions & 0 deletions src/schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,7 @@ type AccountInfoAttrs {
zimbraFeatureFiltersEnabled: Boolean
zimbraFeatureReadReceiptsEnabled: Boolean
zimbraFeatureSharingEnabled: Boolean
zimbraFeatureSharedFolderMobileSyncEnabled: Boolean
zimbraFeatureManageZimlets: Boolean
zimbraFeatureTwoFactorAuthAvailable: Boolean
zimbraFeatureTwoFactorAuthRequired: Boolean
Expand Down Expand Up @@ -2081,6 +2082,7 @@ type ShareInfo {
rights: String
view: FolderView
mid: ID
activeSyncDisabled: Boolean
}

type MailboxMetadataAttrs {
Expand Down

0 comments on commit 4423a59

Please sign in to comment.