@types/office-js 1.0.502 → 1.0.504

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, 20 May 2025 00:47:11 GMT
11
+ * Last updated: Tue, 27 May 2025 16:39:04 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -9234,8 +9234,6 @@ declare namespace Office {
9234
9234
  InformationalMessage = "informationalMessage",
9235
9235
  /**
9236
9236
  * The notification message is an error message.
9237
- *
9238
- * **Important**: Only the `InformationalMessage` type is supported in Outlook on Android and on iOS.
9239
9237
  */
9240
9238
  ErrorMessage = "errorMessage",
9241
9239
  /**
@@ -131698,7 +131696,7 @@ declare namespace PowerPoint {
131698
131696
  */
131699
131697
  readonly tags: PowerPoint.TagCollection;
131700
131698
  /**
131701
- * Returns the text frame object of this shape.
131699
+ * Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
131702
131700
  *
131703
131701
  * @remarks
131704
131702
  * [Api set: PowerPointApi 1.4]
@@ -134467,7 +134465,7 @@ declare namespace PowerPoint {
134467
134465
  */
134468
134466
  placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
134469
134467
  /**
134470
- * For EACH ITEM in the collection: Returns the text frame object of this shape.
134468
+ * For EACH ITEM in the collection: Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
134471
134469
  *
134472
134470
  * @remarks
134473
134471
  * [Api set: PowerPointApi 1.4]
@@ -134778,7 +134776,7 @@ declare namespace PowerPoint {
134778
134776
  */
134779
134777
  placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
134780
134778
  /**
134781
- * For EACH ITEM in the collection: Returns the text frame object of this shape.
134779
+ * For EACH ITEM in the collection: Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
134782
134780
  *
134783
134781
  * @remarks
134784
134782
  * [Api set: PowerPointApi 1.5]
@@ -135154,7 +135152,7 @@ declare namespace PowerPoint {
135154
135152
  */
135155
135153
  placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
135156
135154
  /**
135157
- * Returns the text frame object of this shape.
135155
+ * Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
135158
135156
  *
135159
135157
  * @remarks
135160
135158
  * [Api set: PowerPointApi 1.4]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.502",
3
+ "version": "1.0.504",
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": "1298e3013509be620088e22fa5697884a0c41ff78b64cc6bd7a36c9b653b3455",
49
+ "typesPublisherContentHash": "006b7ad5f9ef9f2ef8c745e4001bf2a21c73a016b095ede53175cdeadadb451d",
50
50
  "typeScriptVersion": "5.1"
51
51
  }