@types/office-js 1.0.502 → 1.0.503

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: Thu, 22 May 2025 18:02:31 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
  /**
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.503",
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": "77a6cc7c974b1a7461e64fb261b1b8a80c482e1ebffacb633632beccfa475811",
50
50
  "typeScriptVersion": "5.1"
51
51
  }