@types/office-js-preview 1.0.658 → 1.0.660

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: Fri, 31 Oct 2025 16:38:34 GMT
11
+ * Last updated: Mon, 03 Nov 2025 20:02:07 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -24217,7 +24217,10 @@ declare namespace Office {
24217
24217
  *
24218
24218
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
24219
24219
  *
24220
- * **Important**: For each mail item, the entire SessionData object is limited to 50,000 characters per add-in.
24220
+ * **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.
24221
+ * 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
24222
+ * {@link https://aka.ms/MSFT365InsiderProgram | Microsoft 365 Insider program}, then choose the Beta Channel in the classic Outlook on Windows client.
24223
+ * Your client must be on Version 2510 (Build 19317.20000) or later.
24221
24224
  *
24222
24225
  * @param name - The session data key.
24223
24226
  * @param value - The session data value as a string.
@@ -24237,7 +24240,10 @@ declare namespace Office {
24237
24240
  *
24238
24241
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
24239
24242
  *
24240
- * **Important**: For each mail item, the entire SessionData object is limited to 50,000 characters per add-in.
24243
+ * **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.
24244
+ * 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
24245
+ * {@link https://aka.ms/MSFT365InsiderProgram | Microsoft 365 Insider program}, then choose the Beta Channel in the classic Outlook on Windows client.
24246
+ * Your client must be on Version 2510 (Build 19317.20000) or later.
24241
24247
  *
24242
24248
  * @param name - The session data key.
24243
24249
  * @param value - The session data value as a string.
@@ -125891,7 +125897,7 @@ declare namespace Word {
125891
125897
  after = "After",
125892
125898
  }
125893
125899
  /**
125894
- * Represents the location of a {@link https://learn.microsoft.com/javascript/api/word/word.border | border}.
125900
+ * Represents the location of a {@link Word.Border | border}.
125895
125901
  *
125896
125902
  * @remarks
125897
125903
  * [Api set: WordApi 1.3]
@@ -126059,7 +126065,7 @@ declare namespace Word {
126059
126065
  mixed = "Mixed",
126060
126066
  }
126061
126067
  /**
126062
- * The {@link https://learn.microsoft.com/javascript/api/word/word.border | border} types.
126068
+ * The {@link Word.Border | border} types.
126063
126069
  *
126064
126070
  * @remarks
126065
126071
  * [Api set: WordApi 1.3]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.658",
3
+ "version": "1.0.660",
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",
@@ -46,7 +46,7 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "050d8c7030483fdc7935b08e1c2c986a9c844c13465221afa6a9accde0cf6a48",
49
+ "typesPublisherContentHash": "4c182dea03ae57d298a689283781d724b22eb1ca5cf98636d72a6fbdc8df5d03",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }