@types/office-js 1.0.352 → 1.0.353

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: Fri, 20 Oct 2023 00:47:51 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -12355,7 +12355,7 @@ declare namespace Office {
12355
12355
  *
12356
12356
  * **Important**: When implementing `prependOnSendAsync`, keep the following in mind.
12357
12357
  *
12358
- * - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/smart-alerts-onmessagesend-walkthrough | Smart Alerts add-in},
12358
+ * - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts add-in},
12359
12359
  * the prepend-on-send feature runs first.
12360
12360
  *
12361
12361
  * - A new line is added after the prepended content.
@@ -12396,7 +12396,7 @@ declare namespace Office {
12396
12396
  *
12397
12397
  * **Important**: When implementing `prependOnSendAsync`, keep the following in mind.
12398
12398
  *
12399
- * - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/smart-alerts-onmessagesend-walkthrough | Smart Alerts add-in},
12399
+ * - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts add-in},
12400
12400
  * the prepend-on-send feature runs first.
12401
12401
  *
12402
12402
  * - A new line is added after the prepended content.
@@ -14886,7 +14886,7 @@ declare namespace Office {
14886
14886
  /**
14887
14887
  * The `MailboxEvent` object is passed as an argument to the event handler of an add-in that implements
14888
14888
  * {@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}.
14889
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts}.
14890
14890
  * It allows the add-in to signify to the Outlook client that it has completed processing an event.
14891
14891
  *
14892
14892
  * @remarks
@@ -19086,7 +19086,7 @@ declare namespace Office {
19086
19086
  delegatePermissions: MailboxEnums.DelegatePermissions;
19087
19087
  }
19088
19088
  /**
19089
- * Specifies the behavior of a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/smart-alerts-onmessagesend-walkthrough | Smart Alerts add-in}
19089
+ * Specifies the behavior of a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts add-in}
19090
19090
  * when it completes processing an `OnMessageSend` or `OnAppointmentSend` event.
19091
19091
  */
19092
19092
  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.353",
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": "048fcddc4ee0ee349354ef9ee9e7e4807669ee00f0bcfa27e4f5c422f66eb24b",
49
49
  "typeScriptVersion": "4.5"
50
50
  }