@types/office-js-preview 1.0.701 → 1.0.702

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: Sat, 18 Apr 2026 00:15:41 GMT
11
+ * Last updated: Wed, 22 Apr 2026 18:50:23 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -9291,6 +9291,17 @@ declare namespace Office {
9291
9291
  */
9292
9292
  javascriptRuntimeUrl: string;
9293
9293
  }
9294
+ /**
9295
+ * Provides options related to the `onReady` event.
9296
+ *
9297
+ * @beta
9298
+ */
9299
+ interface OnReadyOptions {
9300
+ /**
9301
+ * Enables the behavior that allows the `onReady` promise to be rejected.
9302
+ */
9303
+ setRejectionEnabled?: () => void;
9304
+ }
9294
9305
  /**
9295
9306
  * Message used in the `onVisibilityModeChanged` invocation.
9296
9307
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.701",
3
+ "version": "1.0.702",
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": "29c60648fbb4ab29dad7ec0620b581c57f1ef001fb9faa2d739a3bf0e32ab04d",
49
+ "typesPublisherContentHash": "02923cd89a5ce6c95dbe73ad954ba9a5b407a690fc53d4a2a13292787a01a1ca",
50
50
  "typeScriptVersion": "5.3",
51
51
  "nonNpm": true
52
52
  }