@types/office-js-preview 1.0.708 → 1.0.710

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.
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 21 May 2026 23:23:28 GMT
11
+ * Last updated: Wed, 24 Jun 2026 01:19:06 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -4881,6 +4881,11 @@ declare namespace Office {
4881
4881
  platform: Office.PlatformType;
4882
4882
  /**
4883
4883
  * Gets the version of Office on which the add-in is running.
4884
+ *
4885
+ * @remarks
4886
+ * In Office on Windows, the value returned by the `version` property uses the format 16.0.\<build\>.\<revision\>.
4887
+ * To compare a version shown as Version xxxx (Build xxxxx.xxxxx) with the `version` value, use the full build number (\<build\>.\<revision\>).
4888
+ * For example, in Version 2603 (Build 19822.20000), use 19822.20000 for comparison.
4884
4889
  */
4885
4890
  version: string;
4886
4891
  }
@@ -10817,7 +10822,7 @@ declare namespace Office {
10817
10822
  * Specifies the status of Exchange Web Services (EWS) callback tokens or REST API tokens in an organization.
10818
10823
  *
10819
10824
  * @remarks
10820
- * [Api set: Mailbox preview]
10825
+ * [Api set: Mailbox 1.16]
10821
10826
  *
10822
10827
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
10823
10828
  *
@@ -10825,8 +10830,6 @@ declare namespace Office {
10825
10830
  * If an Outlook add-in requires delegated user access or user identity, we recommend using MSAL (Microsoft Authentication Library) and nested app authentication (NAA).
10826
10831
  * Exchange user identity tokens are still supported for Exchange on-premises. For more information, see
10827
10832
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens | Nested app authentication FAQ}.
10828
- *
10829
- * @beta
10830
10833
  */
10831
10834
  enum TokenStatus {
10832
10835
  /**
@@ -11146,7 +11149,8 @@ declare namespace Office {
11146
11149
  /**
11147
11150
  * Manages the {@link Office.SessionData | SessionData} of an item in Compose mode.
11148
11151
  *
11149
- * **Important**: The entire SessionData object is limited to 50,000 characters per add-in.
11152
+ * **Important**: In Outlook clients that support Mailbox 1.15 or earlier, the entire SessionData object for each mail item is limited to 50,000 characters per add-in.
11153
+ * In clients that support Mailbox 1.16 or later, the character limit per add-in is 2,621,440 characters.
11150
11154
  *
11151
11155
  * @remarks
11152
11156
  * [Api set: Mailbox 1.11]
@@ -12559,13 +12563,13 @@ declare namespace Office {
12559
12563
  * The `optionalAttendees` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
12560
12564
  * each optional attendee to the meeting. The maximum number of attendees returned varies per Outlook client.
12561
12565
  *
12562
- * - Windows (new and classic): 500 attendees
12566
+ * - Windows (classic - Mailbox 1.15 and earlier): 500 attendees
12563
12567
  *
12564
- * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 attendees
12568
+ * - Web, Windows (new, classic - Mailbox 1.16 and later): 1,000 recipients
12565
12569
  *
12566
12570
  * - Android, classic Mac UI, iOS: 100 attendees
12567
12571
  *
12568
- * - New Mac UI, web browser: No limit
12572
+ * - New Mac UI: No limit
12569
12573
  *
12570
12574
  * @remarks
12571
12575
  *
@@ -12609,13 +12613,13 @@ declare namespace Office {
12609
12613
  * The `requiredAttendees` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
12610
12614
  * each required attendee to the meeting. The maximum number of attendees returned varies per Outlook client.
12611
12615
  *
12612
- * - Windows (new and classic): 500 attendees
12616
+ * - Windows (classic - Mailbox 1.15 and earlier): 500 attendees
12613
12617
  *
12614
- * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
12618
+ * - Web, Windows (new, classic - Mailbox 1.16 and later): 1,000 recipients
12615
12619
  *
12616
12620
  * - Android, classic Mac UI, iOS: 100 attendees
12617
12621
  *
12618
- * - New Mac UI, web browser: No limit
12622
+ * - New Mac UI: No limit
12619
12623
  *
12620
12624
  * @remarks
12621
12625
  *
@@ -13409,18 +13413,15 @@ declare namespace Office {
13409
13413
  * Gets the content identifier of an inline attachment.
13410
13414
  *
13411
13415
  * @remarks
13416
+ * [Api set: Mailbox 1.16]
13412
13417
  *
13413
- * **Important**:
13414
- *
13415
- * - The `contentId` property is only supported in Outlook on the web, the new Outlook on Windows, and classic Outlook on Windows (preview).
13416
- * To preview the `contentId` property in classic Outlook on Windows, your Outlook client must run Version 2510 (Build 19312.20000)
13417
- * or later and must be on the Beta Channel. For more information, see {@link https://aka.ms/Msft365InsiderProgram | Microsoft 365 Insider Program}.
13418
- *
13419
- * - Changes to how inline images are represented in the HTML body of Outlook emails in Outlook on the web and the new Outlook on Windows released on November 15, 2025.
13418
+ * **Important**: Changes to how inline images are represented in the HTML body of Outlook emails in
13419
+ * Outlook on the web and the new Outlook on Windows released on November 15, 2025.
13420
13420
  * Previously, the attachment ID of the image appeared in the `src` attribute of the applicable `<img>` element.
13421
13421
  * Now, the image is represented by a content ID (`cid`) in the `src` attribute instead.
13422
- * If you parse the attachment ID from the HTML editor or get the Base64-encoded value of the image from the URL in the `src` attribute, you must update your add-in's parsing logic.
13423
- * For more information, see {@link https://devblogs.microsoft.com/microsoft365dev/changes-to-inline-images-in-outlook | Changes to inline image representation in Outlook on the web and new Outlook for Windows}.
13422
+ * If you parse the attachment ID from the HTML editor or get the Base64-encoded value of the image from the URL in the
13423
+ * `src` attribute, you must update your add-in's parsing logic. For more information, see
13424
+ * {@link https://devblogs.microsoft.com/microsoft365dev/changes-to-inline-images-in-outlook | Changes to inline image representation in Outlook on the web and new Outlook for Windows}.
13424
13425
  */
13425
13426
  contentId: string;
13426
13427
  /**
@@ -13512,18 +13513,15 @@ declare namespace Office {
13512
13513
  * Gets the content identifier of an inline attachment.
13513
13514
  *
13514
13515
  * @remarks
13516
+ * [Api set: Mailbox 1.16]
13515
13517
  *
13516
- * **Important**:
13517
- *
13518
- * - The `contentId` property is only supported in Outlook on the web, the new Outlook on Windows, and classic Outlook on Windows (preview).
13519
- * To preview the `contentId` property in classic Outlook on Windows, your Outlook client must run Version 2510 (Build 19312.20000)
13520
- * or later and must be on the Beta Channel. For more information, see {@link https://aka.ms/Msft365InsiderProgram | Microsoft 365 Insider Program}.
13521
- *
13522
- * - Changes to how inline images are represented in the HTML body of Outlook emails in Outlook on the web and the new Outlook on Windows released on November 15, 2025.
13518
+ * **Important**: Changes to how inline images are represented in the HTML body of Outlook emails in
13519
+ * Outlook on the web and the new Outlook on Windows released on November 15, 2025.
13523
13520
  * Previously, the attachment ID of the image appeared in the `src` attribute of the applicable `<img>` element.
13524
13521
  * Now, the image is represented by a content ID (`cid`) in the `src` attribute instead.
13525
- * If you parse the attachment ID from the HTML editor or get the Base64-encoded value of the image from the URL in the `src` attribute, you must update your add-in's parsing logic.
13526
- * For more information, see {@link https://devblogs.microsoft.com/microsoft365dev/changes-to-inline-images-in-outlook | Changes to inline image representation in Outlook on the web and new Outlook for Windows}.
13522
+ * If you parse the attachment ID from the HTML editor or get the Base64-encoded value of the image from the URL in the
13523
+ * `src` attribute, you must update your add-in's parsing logic. For more information, see
13524
+ * {@link https://devblogs.microsoft.com/microsoft365dev/changes-to-inline-images-in-outlook | Changes to inline image representation in Outlook on the web and new Outlook for Windows}.
13527
13525
  */
13528
13526
  contentId: string;
13529
13527
  /**
@@ -14743,15 +14741,13 @@ declare namespace Office {
14743
14741
  *
14744
14742
  * @remarks
14745
14743
  *
14746
- * [Api set: Mailbox preview]
14744
+ * [Api set: Mailbox 1.16]
14747
14745
  *
14748
14746
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
14749
14747
  *
14750
14748
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
14751
14749
  *
14752
14750
  * To learn how to develop an encryption add-in in Outlook, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/encryption-decryption | Create an encryption Outlook add-in}.
14753
- *
14754
- * @beta
14755
14751
  */
14756
14752
  interface DecryptedMessageAttachment {
14757
14753
  /**
@@ -14759,15 +14755,13 @@ declare namespace Office {
14759
14755
  *
14760
14756
  * @remarks
14761
14757
  *
14762
- * [Api set: Mailbox preview]
14758
+ * [Api set: Mailbox 1.16]
14763
14759
  *
14764
14760
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
14765
14761
  *
14766
14762
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
14767
14763
  *
14768
14764
  * **Important**: Attachments of type `MailboxEnums.AttachmentType.Item` aren't currently supported.
14769
- *
14770
- * @beta
14771
14765
  */
14772
14766
  attachmentType: MailboxEnums.AttachmentType;
14773
14767
  /**
@@ -14775,15 +14769,13 @@ declare namespace Office {
14775
14769
  *
14776
14770
  * @remarks
14777
14771
  *
14778
- * [Api set: Mailbox preview]
14772
+ * [Api set: Mailbox 1.16]
14779
14773
  *
14780
14774
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
14781
14775
  *
14782
14776
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
14783
14777
  *
14784
14778
  * **Important**: The `content` property isn't supported by attachments of type `MailboxEnums.AttachmentType.Cloud`.
14785
- *
14786
- * @beta
14787
14779
  */
14788
14780
  content: string;
14789
14781
  /**
@@ -14793,7 +14785,7 @@ declare namespace Office {
14793
14785
  *
14794
14786
  * @remarks
14795
14787
  *
14796
- * [Api set: Mailbox preview]
14788
+ * [Api set: Mailbox 1.16]
14797
14789
  *
14798
14790
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
14799
14791
  *
@@ -14803,8 +14795,6 @@ declare namespace Office {
14803
14795
  * specified in the `src` attribute of the `<img>` element (for example, `<img width=96 height=96 id="Picture_1" src="cid:image001.png@01DC1E6F.FC7C7410">`).
14804
14796
  * To easily identify and provide these inline attachments during decryption, we recommend saving the content IDs of inline attachments to the message header during encryption.
14805
14797
  * Call `Office.context.mailbox.item.getAttachmentsAsync` to get the content ID of an inline attachment. Then, call `Office.context.mailbox.item.internetHeaders.setAsync` to save the ID to the header of the message.
14806
- *
14807
- * @beta
14808
14798
  */
14809
14799
  contentId?: string;
14810
14800
  /**
@@ -14813,13 +14803,11 @@ declare namespace Office {
14813
14803
  *
14814
14804
  * @remarks
14815
14805
  *
14816
- * [Api set: Mailbox preview]
14806
+ * [Api set: Mailbox 1.16]
14817
14807
  *
14818
14808
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
14819
14809
  *
14820
14810
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
14821
- *
14822
- * @beta
14823
14811
  */
14824
14812
  isInline?: boolean;
14825
14813
  /**
@@ -14827,13 +14815,11 @@ declare namespace Office {
14827
14815
  *
14828
14816
  * @remarks
14829
14817
  *
14830
- * [Api set: Mailbox preview]
14818
+ * [Api set: Mailbox 1.16]
14831
14819
  *
14832
14820
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
14833
14821
  *
14834
14822
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
14835
- *
14836
- * @beta
14837
14823
  */
14838
14824
  name: string;
14839
14825
  /**
@@ -14842,13 +14828,11 @@ declare namespace Office {
14842
14828
  *
14843
14829
  * @remarks
14844
14830
  *
14845
- * [Api set: Mailbox preview]
14831
+ * [Api set: Mailbox 1.16]
14846
14832
  *
14847
14833
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
14848
14834
  *
14849
14835
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
14850
- *
14851
- * @beta
14852
14836
  */
14853
14837
  path?: string;
14854
14838
  }
@@ -14857,15 +14841,13 @@ declare namespace Office {
14857
14841
  *
14858
14842
  * @remarks
14859
14843
  *
14860
- * [Api set: Mailbox preview]
14844
+ * [Api set: Mailbox 1.16]
14861
14845
  *
14862
14846
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
14863
14847
  *
14864
14848
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
14865
14849
  *
14866
14850
  * To learn how to develop an encryption add-in in Outlook, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/encryption-decryption | Create an encryption Outlook add-in}.
14867
- *
14868
- * @beta
14869
14851
  */
14870
14852
  interface DecryptedMessageBody {
14871
14853
  /**
@@ -14874,13 +14856,11 @@ declare namespace Office {
14874
14856
  *
14875
14857
  * @remarks
14876
14858
  *
14877
- * [Api set: Mailbox preview]
14859
+ * [Api set: Mailbox 1.16]
14878
14860
  *
14879
14861
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
14880
14862
  *
14881
14863
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
14882
- *
14883
- * @beta
14884
14864
  */
14885
14865
  coercionType: Office.CoercionType;
14886
14866
  /**
@@ -14888,13 +14868,11 @@ declare namespace Office {
14888
14868
  *
14889
14869
  * @remarks
14890
14870
  *
14891
- * [Api set: Mailbox preview]
14871
+ * [Api set: Mailbox 1.16]
14892
14872
  *
14893
14873
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
14894
14874
  *
14895
14875
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
14896
- *
14897
- * @beta
14898
14876
  */
14899
14877
  content: string;
14900
14878
  }
@@ -15029,22 +15007,16 @@ declare namespace Office {
15029
15007
  *
15030
15008
  * @remarks
15031
15009
  *
15032
- * [Api set: Mailbox preview]
15010
+ * [Api set: Mailbox 1.16]
15033
15011
  *
15034
15012
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
15035
15013
  *
15036
15014
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
15037
15015
  *
15038
- * **Important**:
15039
- *
15040
- * - The `ews` property is available for preview in Outlook on the web and on Windows (new and classic (Version 2510, Build 19328.20000 and later)).
15041
- *
15042
- * - Legacy Exchange Online user identity tokens and callback tokens are no longer supported and are turned off across all Microsoft 365 tenants.
15016
+ * **Important**: Legacy Exchange Online user identity tokens and callback tokens are no longer supported and are turned off across all Microsoft 365 tenants.
15043
15017
  * If an Outlook add-in requires delegated user access or user identity, we recommend using MSAL (Microsoft Authentication Library) and nested app authentication (NAA).
15044
15018
  * Exchange user identity tokens are still supported for Exchange on-premises. For more information, see
15045
15019
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens | Nested app authentication FAQ}.
15046
- *
15047
- * @beta
15048
15020
  */
15049
15021
  ews: Ews;
15050
15022
  /**
@@ -15849,7 +15821,7 @@ declare namespace Office {
15849
15821
  *
15850
15822
  * @remarks
15851
15823
  *
15852
- * [Api set: Mailbox preview]
15824
+ * [Api set: Mailbox 1.16]
15853
15825
  *
15854
15826
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
15855
15827
  *
@@ -15859,8 +15831,6 @@ declare namespace Office {
15859
15831
  * If an Outlook add-in requires delegated user access or user identity, we recommend using MSAL (Microsoft Authentication Library) and nested app authentication (NAA).
15860
15832
  * Exchange user identity tokens are still supported for Exchange on-premises. For more information, see
15861
15833
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens | Nested app authentication FAQ}.
15862
- *
15863
- * @beta
15864
15834
  */
15865
15835
  interface Ews {
15866
15836
  /**
@@ -15868,7 +15838,7 @@ declare namespace Office {
15868
15838
  *
15869
15839
  * @remarks
15870
15840
  *
15871
- * [Api set: Mailbox preview]
15841
+ * [Api set: Mailbox 1.16]
15872
15842
  *
15873
15843
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
15874
15844
  *
@@ -15876,8 +15846,6 @@ declare namespace Office {
15876
15846
  *
15877
15847
  * **Important**:
15878
15848
  *
15879
- * - The `getTokenStatusAsync` method is available for preview in Outlook on the web and on Windows (new and classic (Version 2510, Build 19328.20000 and later)).
15880
- *
15881
15849
  * - The `getTokenStatusAsync` method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
15882
15850
  *
15883
15851
  * - Calling the `getTokenStatusAsync` method in compose mode requires you to have saved the item. The `saveAsync` method requires a minimum permission level of **read/write item**.
@@ -15888,8 +15856,6 @@ declare namespace Office {
15888
15856
  * The `asyncResult.value` property returns the token status, which can be `Office.MailboxEnums.TokenStatus.Enabled`, `Office.MailboxEnums.TokenStatus.Disabled`, or
15889
15857
  * `Office.MailboxEnums.TokenStatus.Removed`. A `Office.MailboxEnums.TokenStatus.Removed` status indicates that the mailbox is hosted in an Exchange Online environment
15890
15858
  * where legacy Exchange tokens are turned off and are no longer supported.
15891
- *
15892
- * @beta
15893
15859
  */
15894
15860
  getTokenStatusAsync(options: Office.AsyncContextOptions & { isRest?: boolean }, callback: (asyncResult: Office.AsyncResult<MailboxEnums.TokenStatus>) => void): void;
15895
15861
  /**
@@ -15897,7 +15863,7 @@ declare namespace Office {
15897
15863
  *
15898
15864
  * @remarks
15899
15865
  *
15900
- * [Api set: Mailbox preview]
15866
+ * [Api set: Mailbox 1.16]
15901
15867
  *
15902
15868
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
15903
15869
  *
@@ -15905,8 +15871,6 @@ declare namespace Office {
15905
15871
  *
15906
15872
  * **Important**:
15907
15873
  *
15908
- * - The `getTokenStatusAsync` method is available for preview in Outlook on the web and on Windows (new and classic (Version 2510, Build 19328.20000 and later)).
15909
- *
15910
15874
  * - The `getTokenStatusAsync` method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
15911
15875
  *
15912
15876
  * - Calling the `getTokenStatusAsync` method in compose mode requires you to have saved the item. The `saveAsync` method requires a minimum permission level of **read/write item**.
@@ -15915,8 +15879,6 @@ declare namespace Office {
15915
15879
  * The `asyncResult.value` property returns the token status, which can be `Office.MailboxEnums.TokenStatus.Enabled`, `Office.MailboxEnums.TokenStatus.Disabled`, or
15916
15880
  * `Office.MailboxEnums.TokenStatus.Removed`. A `Office.MailboxEnums.TokenStatus.Removed` status indicates that the mailbox is hosted in an Exchange Online environment
15917
15881
  * where legacy Exchange tokens are turned off and are no longer supported.
15918
- *
15919
- * @beta
15920
15882
  */
15921
15883
  getTokenStatusAsync(callback: (asyncResult: Office.AsyncResult<MailboxEnums.TokenStatus>) => void): void;
15922
15884
  }
@@ -18420,24 +18382,7 @@ declare namespace Office {
18420
18382
  /**
18421
18383
  * Provides diagnostic information to an Outlook add-in.
18422
18384
  *
18423
- * Contains the following members.
18424
- *
18425
- * - `hostName` (string): A string that represents the name of the Office application.
18426
- * It should be one of the following values: `Outlook`, `newOutlookWindows`, `OutlookWebApp`, `OutlookIOS`, or `OutlookAndroid`.
18427
- * **Note**: The "Outlook" value is returned for Outlook on Windows (classic) and on Mac.
18428
- *
18429
- * - `hostVersion` (string): A string that represents the version of either the Office application or the Exchange Server (e.g., "15.0.468.0").
18430
- * If the mail add-in is running in Outlook on Windows (classic), on Mac, or on mobile devices, the `hostVersion` property returns the version of the
18431
- * Outlook client. In Outlook on the web and {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows},
18432
- * the property returns the version of the Exchange Server.
18433
- *
18434
- * - `OWAView` (`MailboxEnums.OWAView` or string): An enum (or string literal) that represents the current view of Outlook on the web.
18435
- * If the application is not Outlook on the web, then accessing this property results in undefined.
18436
- * Outlook on the web has three views (`OneColumn` - displayed when the screen is narrow, `TwoColumns` - displayed when the screen is wider,
18437
- * and `ThreeColumns` - displayed when the screen is wide) that correspond to the width of the screen and the window, and the number of columns
18438
- * that can be displayed.
18439
- *
18440
- * More information is under {@link Office.Diagnostics}.
18385
+ * For information about the diagnostic properties you can access, see {@link Office.Diagnostics}.
18441
18386
  *
18442
18387
  * @remarks
18443
18388
  *
@@ -19526,7 +19471,7 @@ declare namespace Office {
19526
19471
  * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based activation}, including
19527
19472
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts}, the
19528
19473
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting | integrated spam-reporting feature}, or
19529
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/encryption-decryption | decryption} (preview).
19474
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/encryption-decryption | decryption}.
19530
19475
  * It allows the add-in to signify to the Outlook client that it has completed processing an event.
19531
19476
  *
19532
19477
  * @remarks
@@ -19540,6 +19485,8 @@ declare namespace Office {
19540
19485
  *
19541
19486
  * - Support for the integrated spam-reporting feature was introduced in Mailbox 1.14.
19542
19487
  *
19488
+ * - Support for the decryption feature was introduced in Mailbox 1.16.
19489
+ *
19543
19490
  * - For information about the Event object used by the {@link https://learn.microsoft.com/office/dev/add-ins/design/add-in-commands | function command button},
19544
19491
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-on-send-addins | on-send add-in},
19545
19492
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/online-meeting | online-meeting provider add-in}, and
@@ -19548,7 +19495,7 @@ declare namespace Office {
19548
19495
  */
19549
19496
  interface MailboxEvent {
19550
19497
  /**
19551
- * Indicates that the event-based, spam-reporting, or decryption (preview) add-in has completed processing an event.
19498
+ * Indicates that the event-based, spam-reporting, or decryption add-in has completed processing an event.
19552
19499
  *
19553
19500
  * @remarks
19554
19501
  * [Api set: Mailbox 1.10]
@@ -19563,6 +19510,8 @@ declare namespace Office {
19563
19510
  *
19564
19511
  * - Support to assign a `SmartAlertsEventCompletedOptions` object to the `options` parameter was introduced in Mailbox 1.12.
19565
19512
  *
19513
+ * - Support for the decryption feature was introduced in Mailbox 1.16.
19514
+ *
19566
19515
  * @param options - Optional. An object that specifies the behavior of an event-based, spam-reporting, or decryption add-in when it completes processing an event.
19567
19516
  */
19568
19517
  completed(options?: SmartAlertsEventCompletedOptions | SpamReportingEventCompletedOptions | MessageDecryptEventCompletedOptions): void;
@@ -20029,7 +19978,8 @@ declare namespace Office {
20029
19978
  /**
20030
19979
  * Manages the {@link Office.SessionData | SessionData} of an item in Compose mode.
20031
19980
  *
20032
- * **Important**: The entire SessionData object is limited to 50,000 characters per add-in.
19981
+ * **Important**: In Outlook clients that support Mailbox 1.15 or earlier, the entire SessionData object for each mail item is limited to 50,000 characters per add-in.
19982
+ * In clients that support Mailbox 1.16 or later, the character limit per add-in is 2,621,440 characters.
20033
19983
  *
20034
19984
  * @remarks
20035
19985
  * [Api set: Mailbox 1.11]
@@ -21516,13 +21466,11 @@ declare namespace Office {
21516
21466
  *
21517
21467
  * @remarks
21518
21468
  *
21519
- * [Api set: Mailbox preview]
21469
+ * [Api set: Mailbox 1.16]
21520
21470
  *
21521
21471
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
21522
21472
  *
21523
21473
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
21524
- *
21525
- * @beta
21526
21474
  */
21527
21475
  interface MessageDecryptEventCompletedOptions {
21528
21476
  /**
@@ -21531,13 +21479,11 @@ declare namespace Office {
21531
21479
  *
21532
21480
  * @remarks
21533
21481
  *
21534
- * [Api set: Mailbox preview]
21482
+ * [Api set: Mailbox 1.16]
21535
21483
  *
21536
21484
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
21537
21485
  *
21538
21486
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
21539
- *
21540
- * @beta
21541
21487
  */
21542
21488
  allowEvent: boolean;
21543
21489
  /**
@@ -21546,13 +21492,11 @@ declare namespace Office {
21546
21492
  *
21547
21493
  * @remarks
21548
21494
  *
21549
- * [Api set: Mailbox preview]
21495
+ * [Api set: Mailbox 1.16]
21550
21496
  *
21551
21497
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
21552
21498
  *
21553
21499
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
21554
- *
21555
- * @beta
21556
21500
  */
21557
21501
  attachments?: DecryptedMessageAttachment[];
21558
21502
  /**
@@ -21561,7 +21505,7 @@ declare namespace Office {
21561
21505
  *
21562
21506
  * @remarks
21563
21507
  *
21564
- * [Api set: Mailbox preview]
21508
+ * [Api set: Mailbox 1.16]
21565
21509
  *
21566
21510
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
21567
21511
  *
@@ -21573,8 +21517,6 @@ declare namespace Office {
21573
21517
  * If you create a JSON string using `JSON.stringify()` and assign it to the `contextData` property, you must parse the string using `JSON.parse()` once you retrieve it.
21574
21518
  *
21575
21519
  * - You can use the `contextData` property to store custom internet headers to decrypt messages in reply and forward scenarios.
21576
- *
21577
- * @beta
21578
21520
  */
21579
21521
  contextData?: any;
21580
21522
  /**
@@ -21583,15 +21525,13 @@ declare namespace Office {
21583
21525
  *
21584
21526
  * @remarks
21585
21527
  *
21586
- * [Api set: Mailbox preview]
21528
+ * [Api set: Mailbox 1.16]
21587
21529
  *
21588
21530
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
21589
21531
  *
21590
21532
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
21591
21533
  *
21592
21534
  * **Important**: If the `emailBody` property isn't specified, an empty body is returned.
21593
- *
21594
- * @beta
21595
21535
  */
21596
21536
  emailBody?: DecryptedMessageBody;
21597
21537
  }
@@ -21838,13 +21778,13 @@ declare namespace Office {
21838
21778
  * The `cc` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
21839
21779
  * each recipient listed on the **Cc** line of the message. The maximum number of recipients returned varies per Outlook client.
21840
21780
  *
21841
- * - Windows (classic): 500 recipients
21781
+ * - Windows (classic - Mailbox 1.15 and earlier): 500 recipients
21842
21782
  *
21843
- * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
21783
+ * - Windows (classic - Mailbox 1.16 and later): 1,000 recipients
21844
21784
  *
21845
21785
  * - Android, classic Mac UI, iOS: 100 recipients
21846
21786
  *
21847
- * - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view)
21787
+ * - Web browser, Windows (new): 20 recipients (collapsed view), 1,000 recipients (expanded view)
21848
21788
  *
21849
21789
  * - New Mac UI: No limit
21850
21790
  *
@@ -22181,13 +22121,13 @@ declare namespace Office {
22181
22121
  * The `to` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
22182
22122
  * each recipient listed on the **To** line of the message. The maximum number of recipients returned varies per Outlook client.
22183
22123
  *
22184
- * - Windows (classic): 500 recipients
22124
+ * - Windows (classic - Mailbox 1.15 and earlier): 500 recipients
22185
22125
  *
22186
- * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
22126
+ * - Windows (classic - Mailbox 1.16 and later): 1,000 recipients
22187
22127
  *
22188
22128
  * - Android, classic Mac UI, iOS: 100 recipients
22189
22129
  *
22190
- * - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view)
22130
+ * - Web browser, Windows (new): 20 recipients (collapsed view), 1,000 recipients (expanded view)
22191
22131
  *
22192
22132
  * - New Mac UI: No limit
22193
22133
  *
@@ -23477,16 +23417,14 @@ declare namespace Office {
23477
23417
  *
23478
23418
  * **Important**:
23479
23419
  *
23480
- * With the `addAsync` method, you can add a maximum of 100 recipients to a mail item in Outlook on the web, on Windows
23420
+ * With the `addAsync` method, you can add a maximum of 100 recipients to a mail item at a time in Outlook on the web, on Windows
23481
23421
  * ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new} and classic), on Mac (classic UI), on Android, and on iOS.
23482
23422
  * However, take note of the following:
23483
23423
  *
23484
- * - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
23485
- * If you need to add more than 100 recipients to a mail item, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
23486
- *
23487
- * - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later.
23488
- * Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the
23489
- * **Beta Channel** option to access Office beta builds.
23424
+ * - In classic Outlook on Windows (Mailbox 1.15 and earlier) and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
23425
+ * In classic Outlook on Windows, clients that support Mailbox 1.16 and later can have a maximum of 1,000 recipients. Target fields in Outlook on the web and the
23426
+ * new Outlook on Windows have no recipient limits. If you need to add more than 100 recipients to a mail item, you can call `addAsync` repeatedly,
23427
+ * but be mindful of the recipient limit of the field.
23490
23428
  *
23491
23429
  * - In Outlook on Android and on iOS, the `addAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `addAsync` method isn't
23492
23430
  * supported when a user replies from the the reply field at the bottom of a message.
@@ -23520,15 +23458,14 @@ declare namespace Office {
23520
23458
  *
23521
23459
  * **Important**:
23522
23460
  *
23523
- * With the `addAsync` method, you can add a maximum of 100 recipients to a mail item in Outlook on the web, on Windows,
23524
- * on Mac (classic UI), on Android, and on iOS. However, take note of the following:
23525
- *
23526
- * - In Outlook on the web, on Windows, and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
23527
- * If you need to add more than 100 recipients to a mail item, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
23461
+ * With the `addAsync` method, you can add a maximum of 100 recipients to a mail item at a time in Outlook on the web, on Windows
23462
+ * ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new} and classic), on Mac (classic UI), on Android, and on iOS.
23463
+ * However, take note of the following:
23528
23464
  *
23529
- * - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later.
23530
- * Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the
23531
- * **Beta Channel** option to access Office beta builds.
23465
+ * - In classic Outlook on Windows (Mailbox 1.15 and earlier) and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
23466
+ * In classic Outlook on Windows, clients that support Mailbox 1.16 and later can have a maximum of 1,000 recipients. Target fields in Outlook on the web and the
23467
+ * new Outlook on Windows have no recipient limits. If you need to add more than 100 recipients to a mail item, you can call `addAsync` repeatedly,
23468
+ * but be mindful of the recipient limit of the field.
23532
23469
  *
23533
23470
  * - In Outlook on Android and on iOS, the `addAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `addAsync` method isn't
23534
23471
  * supported when a user replies from the the reply field at the bottom of a message.
@@ -23562,9 +23499,9 @@ declare namespace Office {
23562
23499
  *
23563
23500
  * The maximum number of recipients returned by this method varies per Outlook client.
23564
23501
  *
23565
- * - Windows ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new} and classic), web browser, Mac (classic UI): 500 recipients
23502
+ * - Windows (classic - Mailbox 1.15 and earlier), Mac (classic UI): 500 recipients
23566
23503
  *
23567
- * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
23504
+ * - Web, Windows ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new}, classic - Mailbox 1.16 and later): 1,000 recipients
23568
23505
  *
23569
23506
  * - Android, iOS: 100 recipients
23570
23507
  *
@@ -23618,9 +23555,9 @@ declare namespace Office {
23618
23555
  *
23619
23556
  * The maximum number of recipients returned by this method varies per Outlook client.
23620
23557
  *
23621
- * - Windows ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new} and classic), web browser, Mac (classic UI): 500 recipients
23558
+ * - Windows (classic - Mailbox 1.15 and earlier), Mac (classic UI): 500 recipients
23622
23559
  *
23623
- * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
23560
+ * - Web, Windows ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new}, classic - Mailbox 1.16 and later): 1,000 recipients
23624
23561
  *
23625
23562
  * - Android, iOS: 100 recipients
23626
23563
  *
@@ -23669,16 +23606,14 @@ declare namespace Office {
23669
23606
  *
23670
23607
  * **Important**:
23671
23608
  *
23672
- * With the `setAsync` method, you can set a maximum of 100 recipients in Outlook on the web, on Windows
23609
+ * With the `setAsync` method, you can set a maximum of 100 recipients at a time in Outlook on the web, on Windows
23673
23610
  * ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new} and classic), on Mac (classic UI), on Android, and on iOS.
23674
23611
  * However, take note of the following:
23675
23612
  *
23676
- * - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
23677
- * If you need to add more recipients after setting 100 recipients, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
23678
- *
23679
- * - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later.
23680
- * Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the
23681
- * **Beta Channel** option to access Office beta builds.
23613
+ * - In classic Outlook on Windows (Mailbox 1.15 and earlier) and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
23614
+ * In classic Outlook on Windows, clients that support Mailbox 1.16 and later can have a maximum of 1,000 recipients. Target fields in Outlook on the web and the
23615
+ * new Outlook on Windows have no recipient limits. If you need to add more than 100 recipients to a mail item, you can call `addAsync` repeatedly,
23616
+ * but be mindful of the recipient limit of the field.
23682
23617
  *
23683
23618
  * - In Outlook on Android and on iOS, the `setAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `setAsync` method isn't
23684
23619
  * supported when a user replies from the the reply field at the bottom of a message.
@@ -23715,16 +23650,14 @@ declare namespace Office {
23715
23650
  *
23716
23651
  * **Important**:
23717
23652
  *
23718
- * With the `setAsync` method, you can set a maximum of 100 recipients in Outlook on the web, on Windows
23653
+ * With the `setAsync` method, you can set a maximum of 100 recipients at a time in Outlook on the web, on Windows
23719
23654
  * ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new} and classic), on Mac (classic UI), on Android, and on iOS.
23720
23655
  * However, take note of the following:
23721
23656
  *
23722
- * - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
23723
- * If you need to add more recipients after setting 100 recipients, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
23724
- *
23725
- * - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later.
23726
- * Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the
23727
- * **Beta Channel** option to access Office beta builds.
23657
+ * - In classic Outlook on Windows (Mailbox 1.15 and earlier) and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
23658
+ * In classic Outlook on Windows, clients that support Mailbox 1.16 and later can have a maximum of 1,000 recipients. Target fields in Outlook on the web and the
23659
+ * new Outlook on Windows have no recipient limits. If you need to add more than 100 recipients to a mail item, you can call `addAsync` repeatedly,
23660
+ * but be mindful of the recipient limit of the field.
23728
23661
  *
23729
23662
  * - In Outlook on Android and on iOS, the `setAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `setAsync` method isn't
23730
23663
  * supported when a user replies from the the reply field at the bottom of a message.
@@ -25011,7 +24944,8 @@ declare namespace Office {
25011
24944
  *
25012
24945
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
25013
24946
  *
25014
- * **Important**: For each mail item, the entire SessionData object is limited to 50,000 characters per add-in.
24947
+ * **Important**: In Outlook clients that support Mailbox 1.15 or earlier, the entire SessionData object for each mail item is limited to 50,000 characters per add-in.
24948
+ * In clients that support Mailbox 1.16 or later, the character limit per add-in is 2,621,440 characters.
25015
24949
  */
25016
24950
  interface SessionData {
25017
24951
  /**
@@ -25116,9 +25050,7 @@ declare namespace Office {
25116
25050
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
25117
25051
  *
25118
25052
  * **Important**: In Outlook clients that support Mailbox 1.15 or earlier, the entire SessionData object for each mail item is limited to 50,000 characters per add-in.
25119
- * In classic Outlook on Windows, you can preview an increased character limit of up to 2,621,440 characters per add-in. To test the updated limit, join the
25120
- * {@link https://aka.ms/MSFT365InsiderProgram | Microsoft 365 Insider program}, then choose the Beta Channel in the classic Outlook on Windows client.
25121
- * Your client must be on Version 2510 (Build 19317.20000) or later.
25053
+ * In clients that support Mailbox 1.16 or later, the character limit per add-in is 2,621,440 characters.
25122
25054
  *
25123
25055
  * @param name - The session data key.
25124
25056
  * @param value - The session data value as a string.
@@ -25139,9 +25071,7 @@ declare namespace Office {
25139
25071
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
25140
25072
  *
25141
25073
  * **Important**: In Outlook clients that support Mailbox 1.15 or earlier, the entire SessionData object for each mail item is limited to 50,000 characters per add-in.
25142
- * In classic Outlook on Windows, you can preview an increased character limit of up to 2,621,440 characters per add-in. To test the updated limit, join the
25143
- * {@link https://aka.ms/MSFT365InsiderProgram | Microsoft 365 Insider program}, then choose the Beta Channel in the classic Outlook on Windows client.
25144
- * Your client must be on Version 2510 (Build 19317.20000) or later.
25074
+ * In clients that support Mailbox 1.16 or later, the character limit per add-in is 2,621,440 characters.
25145
25075
  *
25146
25076
  * @param name - The session data key.
25147
25077
  * @param value - The session data value as a string.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.708",
3
+ "version": "1.0.710",
4
4
  "description": "TypeScript definitions for office-js-preview",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
43
  "peerDependencies": {},
44
- "typesPublisherContentHash": "1708f1dabff32e80067274841e982080442718c35b89ee44675da428d501845c",
45
- "typeScriptVersion": "5.3",
44
+ "typesPublisherContentHash": "f1575a26dce88090231402bb0264e071d38a09cce03300f57ccb30ab3676f7bd",
45
+ "typeScriptVersion": "5.6",
46
46
  "nonNpm": true
47
47
  }