@types/office-js 1.0.352 → 1.0.354

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: Thu, 19 Oct 2023 14:43:10 GMT
11
+ * Last updated: Wed, 25 Oct 2023 20:43:32 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -2002,14 +2002,49 @@ declare namespace Office {
2002
2002
  *
2003
2003
  * @remarks
2004
2004
  *
2005
- * *Supported applications, by platform*
2006
- * <table>
2007
- * <tr><th> </th><th> Office on Windows </th><th> Office on the web </th></tr>
2008
- * <tr><td><strong> Excel </strong></td><td> Supported </td><td> </td></tr>
2009
- * <tr><td><strong> Outlook </strong></td><td> Preview </td><td> </td></tr>
2010
- * <tr><td><strong> PowerPoint </strong></td><td> Supported </td><td> </td></tr>
2011
- * <tr><td><strong> Word </strong></td><td> Supported </td><td> Supported </td></tr>
2012
- * </table>
2005
+ * *Supported applications, by platform*
2006
+ * <table>
2007
+ * <tr>
2008
+ * <th></th>
2009
+ * <th>Office on Windows</th>
2010
+ * <th>Office on the web</th>
2011
+ * <th>Office on Mac</th>
2012
+ * <th>Office on iOS</th>
2013
+ * <th>Office on Android</th>
2014
+ * </tr>
2015
+ * <tr>
2016
+ * <td><strong>Excel</strong></td>
2017
+ * <td>Supported</td>
2018
+ * <td>Not available</td>
2019
+ * <td>Supported</td>
2020
+ * <td>Supported</td>
2021
+ * <td>Not available</td>
2022
+ * </tr>
2023
+ * <tr>
2024
+ * <td><strong>Outlook</strong></td>
2025
+ * <td>Preview</td>
2026
+ * <td>Not available</td>
2027
+ * <td>Not available</td>
2028
+ * <td>Not available</td>
2029
+ * <td>Not available</td>
2030
+ * </tr>
2031
+ * <tr>
2032
+ * <td><strong>PowerPoint</strong></td>
2033
+ * <td>Supported</td>
2034
+ * <td>Not available</td>
2035
+ * <td>Supported</td>
2036
+ * <td>Supported</td>
2037
+ * <td>Not available</td>
2038
+ * </tr>
2039
+ * <tr>
2040
+ * <td><strong>Word</strong></td>
2041
+ * <td>Supported</td>
2042
+ * <td>Supported</td>
2043
+ * <td>Supported</td>
2044
+ * <td>Supported</td>
2045
+ * <td>Not available</td>
2046
+ * </tr>
2047
+ * </table>
2013
2048
  */
2014
2049
  interface OfficeTheme {
2015
2050
  /**
@@ -12355,7 +12390,7 @@ declare namespace Office {
12355
12390
  *
12356
12391
  * **Important**: When implementing `prependOnSendAsync`, keep the following in mind.
12357
12392
  *
12358
- * - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/smart-alerts-onmessagesend-walkthrough | Smart Alerts add-in},
12393
+ * - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts add-in},
12359
12394
  * the prepend-on-send feature runs first.
12360
12395
  *
12361
12396
  * - A new line is added after the prepended content.
@@ -12396,7 +12431,7 @@ declare namespace Office {
12396
12431
  *
12397
12432
  * **Important**: When implementing `prependOnSendAsync`, keep the following in mind.
12398
12433
  *
12399
- * - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/smart-alerts-onmessagesend-walkthrough | Smart Alerts add-in},
12434
+ * - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts add-in},
12400
12435
  * the prepend-on-send feature runs first.
12401
12436
  *
12402
12437
  * - A new line is added after the prepended content.
@@ -14886,7 +14921,7 @@ declare namespace Office {
14886
14921
  /**
14887
14922
  * The `MailboxEvent` object is passed as an argument to the event handler of an add-in that implements
14888
14923
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}, including
14889
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/smart-alerts-onmessagesend-walkthrough | Smart Alerts}.
14924
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts}.
14890
14925
  * It allows the add-in to signify to the Outlook client that it has completed processing an event.
14891
14926
  *
14892
14927
  * @remarks
@@ -19086,7 +19121,7 @@ declare namespace Office {
19086
19121
  delegatePermissions: MailboxEnums.DelegatePermissions;
19087
19122
  }
19088
19123
  /**
19089
- * Specifies the behavior of a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/smart-alerts-onmessagesend-walkthrough | Smart Alerts add-in}
19124
+ * Specifies the behavior of a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts add-in}
19090
19125
  * when it completes processing an `OnMessageSend` or `OnAppointmentSend` event.
19091
19126
  */
19092
19127
  interface SmartAlertsEventCompletedOptions {
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.352",
3
+ "version": "1.0.354",
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",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "b6e786b24b3da047dbc7f5d4b6abcbd9aa0ceda7fa6e53862fb1ea6889b9983b",
48
+ "typesPublisherContentHash": "cd9469d91ac7b0fd47c8dccef4b365fea7141618cd09fa0ae8e8edab466fc643",
49
49
  "typeScriptVersion": "4.5"
50
50
  }