@zimbra/api-client 101.0.0 → 101.0.1-PREAPPS-9181.533eb34.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.
- package/dist/schema.graphql +2 -2
- package/dist/src/schema/generated-schema-types.d.ts +2 -2
- package/dist/zm-api-js-client.esm.js +2 -2
- package/dist/zm-api-js-client.js +1 -1
- package/dist/zm-api-js-client.js.map +1 -1
- package/dist/zm-api-js-client.umd.js +1 -1
- package/dist/zm-api-js-client.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/schema/generated-schema-types.ts +2 -2
- package/src/schema/schema.graphql +2 -2
- package/package-lock.json +0 -19676
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zimbra/api-client",
|
|
3
3
|
"amdName": "zmApiJsClient",
|
|
4
|
-
"version": "101.0.0",
|
|
4
|
+
"version": "101.0.1-PREAPPS-9181.533eb34.0",
|
|
5
5
|
"description": "Zimbra JS API Client and GraphQL client for making requests against the Zimbra SOAP API.",
|
|
6
6
|
"main": "dist/zm-api-js-client.js",
|
|
7
7
|
"source": "index.ts",
|
|
@@ -2424,7 +2424,7 @@ export type MailboxMetadataAttrs = {
|
|
|
2424
2424
|
zimbraPrefFolderTreeSash?: Maybe<Scalars['Int']['output']>;
|
|
2425
2425
|
zimbraPrefFoldersExpanded?: Maybe<Scalars['String']['output']>;
|
|
2426
2426
|
zimbraPrefGenerateLinkPreviews?: Maybe<Scalars['Boolean']['output']>;
|
|
2427
|
-
|
|
2427
|
+
zimbraPrefGroupByListModern?: Maybe<Scalars['String']['output']>;
|
|
2428
2428
|
zimbraPrefHideMuteConvModal?: Maybe<Scalars['Boolean']['output']>;
|
|
2429
2429
|
zimbraPrefMessageListDensity?: Maybe<Scalars['String']['output']>;
|
|
2430
2430
|
zimbraPrefMultitasking?: Maybe<Scalars['String']['output']>;
|
|
@@ -2458,7 +2458,7 @@ export type MailboxMetadataSectionAttrsInput = {
|
|
|
2458
2458
|
zimbraPrefFolderTreeSash?: InputMaybe<Scalars['Int']['input']>;
|
|
2459
2459
|
zimbraPrefFoldersExpanded?: InputMaybe<Scalars['String']['input']>;
|
|
2460
2460
|
zimbraPrefGenerateLinkPreviews?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2461
|
-
|
|
2461
|
+
zimbraPrefGroupByListModern?: InputMaybe<Scalars['String']['input']>;
|
|
2462
2462
|
zimbraPrefHideMuteConvModal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2463
2463
|
zimbraPrefMessageListDensity?: InputMaybe<Scalars['String']['input']>;
|
|
2464
2464
|
zimbraPrefMultitasking?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -2141,7 +2141,7 @@ type MailboxMetadataAttrs {
|
|
|
2141
2141
|
zimbraPrefFoldersExpanded: String
|
|
2142
2142
|
zimbraPrefFolderTreeSash: Int
|
|
2143
2143
|
zimbraPrefGenerateLinkPreviews: Boolean
|
|
2144
|
-
|
|
2144
|
+
zimbraPrefGroupByListModern: String
|
|
2145
2145
|
zimbraPrefMessageListDensity: String
|
|
2146
2146
|
zimbraPrefMultitasking: String
|
|
2147
2147
|
zimbraPrefReadingPaneSashHorizontal: Int
|
|
@@ -2178,7 +2178,7 @@ input MailboxMetadataSectionAttrsInput {
|
|
|
2178
2178
|
zimbraPrefFoldersExpanded: String
|
|
2179
2179
|
zimbraPrefFolderTreeSash: Int
|
|
2180
2180
|
zimbraPrefGenerateLinkPreviews: Boolean
|
|
2181
|
-
|
|
2181
|
+
zimbraPrefGroupByListModern: String
|
|
2182
2182
|
zimbraPrefMessageListDensity: String
|
|
2183
2183
|
zimbraPrefMultitasking: String
|
|
2184
2184
|
zimbraPrefReadingPaneSashHorizontal: Int
|