@types/office-js-preview 1.0.645 → 1.0.646

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, 03 Oct 2025 16:02:19 GMT
11
+ * Last updated: Fri, 03 Oct 2025 16:37:01 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -198120,10 +198120,10 @@ declare namespace PowerPoint {
198120
198120
  /**
198121
198121
  * Exports the slide to its own presentation file, returned as Base64-encoded data.
198122
198122
  *
198123
+ * Note: This method is optimized to export a single slide. Exporting multiple slides can impact performance.
198124
+ *
198123
198125
  * @remarks
198124
198126
  * [Api set: PowerPointApi 1.8]
198125
- *
198126
- * This method is optimized to export a single slide. Exporting multiple slides can impact performance.
198127
198127
  */
198128
198128
  exportAsBase64(): OfficeExtension.ClientResult<string>;
198129
198129
  /**
@@ -198873,7 +198873,7 @@ declare namespace PowerPoint {
198873
198873
  */
198874
198874
  delete(): void;
198875
198875
  /**
198876
- * Returns the shape represented by the binding. Will throw an error if the binding isn't of the correct type.
198876
+ * Returns the shape represented by the binding. Throws an error if the binding isn't of the correct type.
198877
198877
  *
198878
198878
  * @remarks
198879
198879
  * [Api set: PowerPointApi 1.8]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.645",
3
+ "version": "1.0.646",
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": "71c9fc8c643be6afc241872d67d7b496e75499efbdc736ff60f3d42bba72fa36",
49
+ "typesPublisherContentHash": "67188fae923a68af6bf41ff1d278b62bf3ea647f98ba4d1c4bc8804e188f2d6d",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }