Skip to content

Commit

Permalink
25.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BhavinBathani committed Oct 16, 2019
1 parent 80e99be commit ff549b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zimbra/api-client",
"amdName": "zmApiJsClient",
"version": "25.2.0",
"version": "25.3.0",
"description": "Zimbra JS API Client and GraphQL client for making requests against the Zimbra SOAP API.",
"main": "dist/zm-api-js-client.js",
"source": "index.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/schema/generated-schema-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,7 @@ export type Preferences = {
zimbraPrefCalendarInitialView?: Maybe<PrefCalendarInitialView>;
zimbraPrefCalendarReminderEmail?: Maybe<Scalars['String']>;
zimbraPrefCalendarWorkingHours?: Maybe<Scalars['String']>;
zimbraPrefCalendarApptReminderWarningTime?: Maybe<Scalars['String']>;
zimbraPrefCalendarApptReminderWarningTime?: Maybe<Scalars['Int']>;
zimbraPrefCalendarShowPastDueReminders?: Maybe<Scalars['Boolean']>;
zimbraPrefCalendarToasterEnabled?: Maybe<Scalars['Boolean']>;
zimbraPrefDefaultCalendarId?: Maybe<Scalars['ID']>;
Expand Down Expand Up @@ -2605,7 +2605,7 @@ export type PreferencesInput = {
zimbraPrefCalendarInitialView?: Maybe<PrefCalendarInitialView>;
zimbraPrefCalendarReminderEmail?: Maybe<Scalars['String']>;
zimbraPrefCalendarWorkingHours?: Maybe<Scalars['String']>;
zimbraPrefCalendarApptReminderWarningTime?: Maybe<Scalars['String']>;
zimbraPrefCalendarApptReminderWarningTime?: Maybe<Scalars['Int']>;
zimbraPrefCalendarShowPastDueReminders?: Maybe<Scalars['Boolean']>;
zimbraPrefCalendarToasterEnabled?: Maybe<Scalars['Boolean']>;
zimbraPrefDelegatedSendSaveTarget?: Maybe<PrefDelegatedSendSaveTarget>;
Expand Down

0 comments on commit ff549b2

Please sign in to comment.