@types/office-js 1.0.459 → 1.0.460

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 23:02:16 GMT
11
+ * Last updated: Thu, 30 Jan 2025 16:02:41 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -121629,7 +121629,7 @@ declare namespace PowerPoint {
121629
121629
  * @remarks
121630
121630
  * [Api set: PowerPointApi 1.4]
121631
121631
  */
121632
- underline?: ShapeFontUnderlineStyle | null;
121632
+ underline?: PowerPoint.ShapeFontUnderlineStyle | "None" | "Single" | "Double" | "Heavy" | "Dotted" | "DottedHeavy" | "Dash" | "DashHeavy" | "DashLong" | "DashLongHeavy" | "DotDash" | "DotDashHeavy" | "DotDotDash" | "DotDotDashHeavy" | "Wavy" | "WavyHeavy" | "WavyDouble" | null;
121633
121633
  }
121634
121634
  /** An interface for updating data on the `ShapeCollection` object, for use in `shapeCollection.set({ ... })`. */
121635
121635
  interface ShapeCollectionUpdateData {
@@ -122055,7 +122055,7 @@ declare namespace PowerPoint {
122055
122055
  * @remarks
122056
122056
  * [Api set: PowerPointApi 1.4]
122057
122057
  */
122058
- underline?: ShapeFontUnderlineStyle | null;
122058
+ underline?: PowerPoint.ShapeFontUnderlineStyle | "None" | "Single" | "Double" | "Heavy" | "Dotted" | "DottedHeavy" | "Dash" | "DashHeavy" | "DashLong" | "DashLongHeavy" | "DotDash" | "DotDashHeavy" | "DotDotDash" | "DotDotDashHeavy" | "Wavy" | "WavyHeavy" | "WavyDouble" | null;
122059
122059
  }
122060
122060
  /** An interface describing the data returned by calling `shapeCollection.toJSON()`. */
122061
122061
  interface ShapeCollectionData {
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.459",
3
+ "version": "1.0.460",
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": "f2ff3d6447bdaa2815bafa300499397e9b9b2fb877ebce959bb0534ee0cf9838",
49
+ "typesPublisherContentHash": "077022c7731ecdf4adcd103340278d166c72664e34c134ef71b68615e972e8b1",
50
50
  "typeScriptVersion": "5.0"
51
51
  }