@types/office-js 1.0.458 → 1.0.459

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: Wed, 29 Jan 2025 22:02:46 GMT
11
+ * Last updated: Wed, 29 Jan 2025 23:02:16 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -119588,7 +119588,7 @@ declare namespace PowerPoint {
119588
119588
  * @remarks
119589
119589
  * [Api set: PowerPointApi 1.4]
119590
119590
  */
119591
- underline: ShapeFontUnderlineStyle | null;
119591
+ underline: PowerPoint.ShapeFontUnderlineStyle | "None" | "Single" | "Double" | "Heavy" | "Dotted" | "DottedHeavy" | "Dash" | "DashHeavy" | "DashLong" | "DashLongHeavy" | "DotDash" | "DotDashHeavy" | "DotDotDash" | "DotDotDashHeavy" | "Wavy" | "WavyHeavy" | "WavyDouble" | null;
119592
119592
  /**
119593
119593
  * Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
119594
119594
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.458",
3
+ "version": "1.0.459",
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": "1697b78197c2707c737b0d11c99cbbec421b5ab0eb3811f8895bb37efd7ba1bb",
49
+ "typesPublisherContentHash": "f2ff3d6447bdaa2815bafa300499397e9b9b2fb877ebce959bb0534ee0cf9838",
50
50
  "typeScriptVersion": "5.0"
51
51
  }