@zimbra/api-client 78.0.0-beta → 78.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -485,6 +485,7 @@ interface MailItem {
485
485
  type ClientInfoAttributes {
486
486
  zimbraWebClientLoginURL: String
487
487
  zimbraWebClientLogoutURL: String
488
+ zimbraWebClientSkipLogoff: Boolean
488
489
  zimbraFeatureResetPasswordStatus: ResetPasswordStatus
489
490
  }
490
491
 
@@ -75,6 +75,7 @@ export declare class ZimbraBatchClient {
75
75
  isSecure: any;
76
76
  }>;
77
77
  enableTwoFactorAuth: ({ name, password, authToken, twoFactorCode, csrfTokenSecured, ignoreSameSite }: EnableTwoFactorAuthInput) => Promise<any>;
78
+ endSessionBeaconRequest: (options: JsonRequestOptions) => void;
78
79
  folderAction: (options: ActionOptions) => Promise<boolean>;
79
80
  forwardAppointment: (body: ForwardAppointmentInput) => Promise<boolean>;
80
81
  forwardAppointmentInvite: (body: ForwardAppointmentInviteInput) => Promise<boolean>;
@@ -710,6 +710,7 @@ export declare type ClientInfoAttributes = {
710
710
  zimbraFeatureResetPasswordStatus?: Maybe<ResetPasswordStatus>;
711
711
  zimbraWebClientLoginURL?: Maybe<Scalars['String']>;
712
712
  zimbraWebClientLogoutURL?: Maybe<Scalars['String']>;
713
+ zimbraWebClientSkipLogoff?: Maybe<Scalars['Boolean']>;
713
714
  };
714
715
  export declare type ClientInfoType = {
715
716
  __typename?: 'ClientInfoType';