@zimbra/api-client 81.0.0 → 83.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.
@@ -487,6 +487,7 @@ type ClientInfoAttributes {
487
487
  zimbraWebClientLogoutURL: String
488
488
  zimbraWebClientSkipLogoff: Boolean
489
489
  zimbraFeatureResetPasswordStatus: ResetPasswordStatus
490
+ zimbraHelpModernURL: String
490
491
  }
491
492
 
492
493
  type ClientInfoType {
@@ -535,6 +536,7 @@ type MessageInfo implements MailItem {
535
536
  autoSendTime: Float
536
537
  local: Boolean
537
538
  part: String
539
+ meta: [CustomMetadataMeta]
538
540
  }
539
541
 
540
542
  type Conversation implements MailItem {
@@ -561,6 +563,7 @@ type Conversation implements MailItem {
561
563
  unread: Float # u
562
564
  share: [ShareNotification] # shr
563
565
  replyType: String #rt
566
+ meta: [CustomMetadataMeta]
564
567
  }
565
568
 
566
569
  type MsgWithGroupInfo implements MailItem {
@@ -1229,6 +1232,7 @@ type AccountInfo {
1229
1232
  zimlets: AccountZimlet
1230
1233
  cos: AccountCos
1231
1234
  pasteitcleanedEnabled: Boolean
1235
+ adminDelegated: Boolean
1232
1236
  }
1233
1237
 
1234
1238
  type OnlyEmailAddress {
@@ -1369,6 +1373,9 @@ type AccountInfoAttrs {
1369
1373
  zimbraTrialExpirationDate: String
1370
1374
  zimbraTrialConvertAtExpiration: Boolean
1371
1375
  zimbraHierarchicalAddressBookRoot: String
1376
+ zimbraBlockEmailSendFromImapPop: Boolean
1377
+ zimbraFeatureInstantNotify: Boolean
1378
+ zimbraFeatureDiscardInFiltersEnabled: Boolean
1372
1379
  }
1373
1380
 
1374
1381
  type AccountCos {
@@ -1631,7 +1638,7 @@ type CustomMetadataAttrs {
1631
1638
  }
1632
1639
 
1633
1640
  type CustomMetadataMeta {
1634
- section: String!
1641
+ section: String
1635
1642
  _attrs: [CustomMetadataAttrs]
1636
1643
  }
1637
1644
 
@@ -2457,7 +2464,7 @@ input InviteReplyInput {
2457
2464
  }
2458
2465
 
2459
2466
  input PurgetRevisionInput {
2460
- id: ID!
2467
+ id: ID!
2461
2468
  ver: Int!
2462
2469
  includeOlderRevisions: Int
2463
2470
  }
@@ -2899,7 +2906,7 @@ input DeleteAppointmentInput {
2899
2906
  input SignatureInput {
2900
2907
  id: ID
2901
2908
  name: String
2902
- content: SignatureContentInput
2909
+ content: [SignatureContentInput]
2903
2910
  contentId: String
2904
2911
  }
2905
2912
 
@@ -3415,7 +3422,7 @@ type Mutation {
3415
3422
  appointment: CalendarItemInput!
3416
3423
  ): Boolean
3417
3424
  createAppSpecificPassword(appName: String!): CreateAppSpecificPasswordResponse
3418
- createCalendar(name: String!, color: Int!, url: String): Folder
3425
+ createCalendar(name: String!, color: Int!, url: String, parentFolderId:ID): Folder
3419
3426
  createContact(contact: CreateContactInput!): Contact
3420
3427
  createContactList(contact: CreateContactInput!): Contact
3421
3428
  modifyContact(contact: ModifyContactInput!): Contact
@@ -184,5 +184,6 @@ export declare class ZimbraBatchClient {
184
184
  private dataHandler;
185
185
  private download;
186
186
  private getAdditionalRequestOptions;
187
+ private normalizeConversation;
187
188
  private normalizeMessage;
188
189
  }
@@ -59,6 +59,7 @@ export declare type AccountCos = {
59
59
  };
60
60
  export declare type AccountInfo = {
61
61
  __typename?: 'AccountInfo';
62
+ adminDelegated?: Maybe<Scalars['Boolean']>;
62
63
  attrs?: Maybe<AccountInfoAttrs>;
63
64
  changePasswordURL?: Maybe<Scalars['String']>;
64
65
  cos?: Maybe<AccountCos>;
@@ -79,6 +80,7 @@ export declare type AccountInfo = {
79
80
  export declare type AccountInfoAttrs = {
80
81
  __typename?: 'AccountInfoAttrs';
81
82
  displayName?: Maybe<Scalars['String']>;
83
+ zimbraBlockEmailSendFromImapPop?: Maybe<Scalars['Boolean']>;
82
84
  zimbraBrandingFolderName?: Maybe<Scalars['String']>;
83
85
  zimbraDomainTrialConvertAtExpiration?: Maybe<Scalars['Boolean']>;
84
86
  zimbraDomainTrialExpirationDate?: Maybe<Scalars['String']>;
@@ -90,12 +92,14 @@ export declare type AccountInfoAttrs = {
90
92
  zimbraFeatureCalendarEnabled?: Maybe<Scalars['Boolean']>;
91
93
  zimbraFeatureChangePasswordEnabled?: Maybe<Scalars['Boolean']>;
92
94
  zimbraFeatureConversationsEnabled?: Maybe<Scalars['Boolean']>;
95
+ zimbraFeatureDiscardInFiltersEnabled?: Maybe<Scalars['Boolean']>;
93
96
  zimbraFeatureDocumentEditingEnabled?: Maybe<Scalars['Boolean']>;
94
97
  zimbraFeatureFiltersEnabled?: Maybe<Scalars['Boolean']>;
95
98
  zimbraFeatureGalAutoCompleteEnabled?: Maybe<Scalars['Boolean']>;
96
99
  zimbraFeatureGalEnabled?: Maybe<Scalars['Boolean']>;
97
100
  zimbraFeatureIdentitiesEnabled?: Maybe<Scalars['Boolean']>;
98
101
  zimbraFeatureImapDataSourceEnabled?: Maybe<Scalars['Boolean']>;
102
+ zimbraFeatureInstantNotify?: Maybe<Scalars['Boolean']>;
99
103
  zimbraFeatureMailEnabled?: Maybe<Scalars['Boolean']>;
100
104
  zimbraFeatureMailForwardingInFiltersEnabled?: Maybe<Scalars['Boolean']>;
101
105
  zimbraFeatureMailPriorityEnabled?: Maybe<Scalars['Boolean']>;
@@ -710,6 +714,7 @@ export declare type CancelRuleInfo = {
710
714
  export declare type ClientInfoAttributes = {
711
715
  __typename?: 'ClientInfoAttributes';
712
716
  zimbraFeatureResetPasswordStatus?: Maybe<ResetPasswordStatus>;
717
+ zimbraHelpModernURL?: Maybe<Scalars['String']>;
713
718
  zimbraWebClientLoginURL?: Maybe<Scalars['String']>;
714
719
  zimbraWebClientLogoutURL?: Maybe<Scalars['String']>;
715
720
  zimbraWebClientSkipLogoff?: Maybe<Scalars['Boolean']>;
@@ -954,6 +959,7 @@ export declare type Conversation = MailItem & {
954
959
  invitations?: Maybe<Array<Maybe<InviteInfo>>>;
955
960
  messages?: Maybe<Array<Maybe<MessageInfo>>>;
956
961
  messagesMetaData?: Maybe<Array<Maybe<MessageInfo>>>;
962
+ meta?: Maybe<Array<Maybe<CustomMetadataMeta>>>;
957
963
  modifiedSequence?: Maybe<Scalars['Float']>;
958
964
  numMessages?: Maybe<Scalars['Float']>;
959
965
  replyType?: Maybe<Scalars['String']>;
@@ -1046,7 +1052,7 @@ export declare type CustomMetadataInput = {
1046
1052
  export declare type CustomMetadataMeta = {
1047
1053
  __typename?: 'CustomMetadataMeta';
1048
1054
  _attrs?: Maybe<Array<Maybe<CustomMetadataAttrs>>>;
1049
- section: Scalars['String'];
1055
+ section?: Maybe<Scalars['String']>;
1050
1056
  };
1051
1057
  export declare type DataSource = {
1052
1058
  __typename?: 'DataSource';
@@ -2022,6 +2028,7 @@ export declare type MessageInfo = MailItem & {
2022
2028
  isEncrypted?: Maybe<Scalars['Boolean']>;
2023
2029
  isSigned?: Maybe<Scalars['Boolean']>;
2024
2030
  local?: Maybe<Scalars['Boolean']>;
2031
+ meta?: Maybe<Array<Maybe<CustomMetadataMeta>>>;
2025
2032
  mimeParts?: Maybe<Array<Maybe<MimePart>>>;
2026
2033
  modifiedSequence?: Maybe<Scalars['Float']>;
2027
2034
  origId?: Maybe<Scalars['ID']>;
@@ -2327,6 +2334,7 @@ export declare type MutationCreateAppointmentExceptionArgs = {
2327
2334
  export declare type MutationCreateCalendarArgs = {
2328
2335
  color: Scalars['Int'];
2329
2336
  name: Scalars['String'];
2337
+ parentFolderId?: InputMaybe<Scalars['ID']>;
2330
2338
  url?: InputMaybe<Scalars['String']>;
2331
2339
  };
2332
2340
  export declare type MutationCreateContactArgs = {
@@ -3431,7 +3439,7 @@ export declare type SignatureContentInput = {
3431
3439
  type?: InputMaybe<Scalars['String']>;
3432
3440
  };
3433
3441
  export declare type SignatureInput = {
3434
- content?: InputMaybe<SignatureContentInput>;
3442
+ content?: InputMaybe<Array<InputMaybe<SignatureContentInput>>>;
3435
3443
  contentId?: InputMaybe<Scalars['String']>;
3436
3444
  id?: InputMaybe<Scalars['ID']>;
3437
3445
  name?: InputMaybe<Scalars['String']>;