@types/office-js 1.0.541 → 1.0.543

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.
office-js/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for office-js (https://github.com/OfficeD
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 30 Sep 2025 16:02:22 GMT
11
+ * Last updated: Fri, 03 Oct 2025 16:37:01 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -91801,7 +91801,7 @@ declare namespace Word {
91801
91801
  */
91802
91802
  readonly fields: Word.FieldCollection;
91803
91803
  /**
91804
- * Gets the text format of the body. Use this to get and set font name, size, color and other properties.
91804
+ * Gets the text format of the body. Use this to get and set font name, size, color, and other properties.
91805
91805
  *
91806
91806
  * @remarks
91807
91807
  * [Api set: WordApi 1.1]
@@ -156711,10 +156711,10 @@ declare namespace PowerPoint {
156711
156711
  /**
156712
156712
  * Exports the slide to its own presentation file, returned as Base64-encoded data.
156713
156713
  *
156714
+ * Note: This method is optimized to export a single slide. Exporting multiple slides can impact performance.
156715
+ *
156714
156716
  * @remarks
156715
156717
  * [Api set: PowerPointApi 1.8]
156716
- *
156717
- * This method is optimized to export a single slide. Exporting multiple slides can impact performance.
156718
156718
  */
156719
156719
  exportAsBase64(): OfficeExtension.ClientResult<string>;
156720
156720
  /**
@@ -157338,7 +157338,7 @@ declare namespace PowerPoint {
157338
157338
  */
157339
157339
  delete(): void;
157340
157340
  /**
157341
- * Returns the shape represented by the binding. Will throw an error if the binding isn't of the correct type.
157341
+ * Returns the shape represented by the binding. Throws an error if the binding isn't of the correct type.
157342
157342
  *
157343
157343
  * @remarks
157344
157344
  * [Api set: PowerPointApi 1.8]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.541",
3
+ "version": "1.0.543",
4
4
  "description": "TypeScript definitions for office-js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
6
6
  "license": "MIT",
@@ -46,6 +46,6 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "8ad5953bbcbb50ad88f2b2d9662241303c8080ed59c6ac1c4ba85333d753093b",
49
+ "typesPublisherContentHash": "157bc3430ec06b9bd4e88382dea27d5c25788be7ad472f77023123547da359fa",
50
50
  "typeScriptVersion": "5.2"
51
51
  }