Skip to content

Commit 3c49b99

Browse files
committed
93.0.0
1 parent f074724 commit 3c49b99

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zimbra/api-client",
33
"amdName": "zmApiJsClient",
4-
"version": "92.1.0",
4+
"version": "93.0.0",
55
"description": "Zimbra JS API Client and GraphQL client for making requests against the Zimbra SOAP API.",
66
"main": "dist/zm-api-js-client.js",
77
"source": "index.ts",

src/schema/generated-schema-types.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ export type CalendarItemRecurrenceRuleInput = {
819819

820820
export type CalendarItemReply = {
821821
__typename?: 'CalendarItemReply';
822-
attendee?: Maybe<Scalars['String']['output']>;
822+
address?: Maybe<Scalars['String']['output']>;
823823
participationStatus?: Maybe<ParticipationStatus>;
824824
};
825825

@@ -1136,7 +1136,7 @@ export type ConversationConditionInput = {
11361136

11371137
export type CounterAppointmentInput = {
11381138
componentNum?: InputMaybe<Scalars['Int']['input']>;
1139-
id: Scalars['ID']['input'];
1139+
id?: InputMaybe<Scalars['ID']['input']>;
11401140
message: CounterAppointmentMessageInput;
11411141
modifiedSequence?: InputMaybe<Scalars['Float']['input']>;
11421142
revision?: InputMaybe<Scalars['Float']['input']>;
@@ -2400,6 +2400,7 @@ export type MailboxMetadataAttrs = {
24002400
zimbraPrefFoldersExpanded?: Maybe<Scalars['String']['output']>;
24012401
zimbraPrefGenerateLinkPreviews?: Maybe<Scalars['Boolean']['output']>;
24022402
zimbraPrefGroupByList?: Maybe<Scalars['String']['output']>;
2403+
zimbraPrefHideMuteConvModal?: Maybe<Scalars['Boolean']['output']>;
24032404
zimbraPrefMessageListDensity?: Maybe<Scalars['String']['output']>;
24042405
zimbraPrefMultitasking?: Maybe<Scalars['String']['output']>;
24052406
zimbraPrefReadingPaneSashHorizontal?: Maybe<Scalars['Int']['output']>;
@@ -2431,6 +2432,7 @@ export type MailboxMetadataSectionAttrsInput = {
24312432
zimbraPrefFoldersExpanded?: InputMaybe<Scalars['String']['input']>;
24322433
zimbraPrefGenerateLinkPreviews?: InputMaybe<Scalars['Boolean']['input']>;
24332434
zimbraPrefGroupByList?: InputMaybe<Scalars['String']['input']>;
2435+
zimbraPrefHideMuteConvModal?: InputMaybe<Scalars['Boolean']['input']>;
24342436
zimbraPrefMessageListDensity?: InputMaybe<Scalars['String']['input']>;
24352437
zimbraPrefMultitasking?: InputMaybe<Scalars['String']['input']>;
24362438
zimbraPrefReadingPaneSashHorizontal?: InputMaybe<Scalars['Int']['input']>;

0 commit comments

Comments
 (0)