@types/office-js 1.0.424 → 1.0.426

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, 24 Sep 2024 19:36:23 GMT
11
+ * Last updated: Wed, 25 Sep 2024 17:36:54 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -13697,10 +13697,12 @@ declare namespace Office {
13697
13697
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
13698
13698
  *
13699
13699
  * **Important**: When `item.delayDeliveryTime.setAsync` is used to schedule the delivery of a message, the delay is processed on the server.
13700
- * This allows the message to be sent even if the Outlook client isn't running. However, because of this, the message doesn't appear in the
13700
+ * This allows the message to be sent even if the Outlook client isn't running. In classic Outlook on Windows, the message doesn't appear in the
13701
13701
  * **Outbox** folder, so you won't be able to edit the message or cancel its delivery after selecting **Send**. You'll only be able to review
13702
- * the mesasge from the **Sent Items** folder once the message is sent. To learn more, see
13703
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
13702
+ * the message from the **Sent Items** folder. In Outlook on the web, on Mac, and in
13703
+ * {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows}, the message appears in the **Drafts** folder
13704
+ * until the scheduled delivery time. While it's in the **Drafts** folder, you'll be able to edit the message before it's sent.
13705
+ * To learn more, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
13704
13706
  *
13705
13707
  * **Errors**:
13706
13708
  *
@@ -13724,10 +13726,12 @@ declare namespace Office {
13724
13726
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
13725
13727
  *
13726
13728
  * **Important**: When `item.delayDeliveryTime.setAsync` is used to schedule the delivery of a message, the delay is processed on the server.
13727
- * This allows the message to be sent even if the Outlook client isn't running. However, because of this, the message doesn't appear in the
13729
+ * This allows the message to be sent even if the Outlook client isn't running. In classic Outlook on Windows, the message doesn't appear in the
13728
13730
  * **Outbox** folder, so you won't be able to edit the message or cancel its delivery after selecting **Send**. You'll only be able to review
13729
- * the mesasge from the **Sent Items** folder once the message is sent. To learn more, see
13730
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
13731
+ * the message from the **Sent Items** folder. In Outlook on the web, on Mac, and in
13732
+ * {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows}, the message appears in the **Drafts** folder
13733
+ * until the scheduled delivery time. While it's in the **Drafts** folder, you'll be able to edit the message before it's sent.
13734
+ * To learn more, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
13731
13735
  *
13732
13736
  * **Errors**:
13733
13737
  *
@@ -56075,18 +56079,6 @@ declare namespace Excel {
56075
56079
  * [Api set: ExcelApi 1.7]
56076
56080
  */
56077
56081
  worksheetMoved = "WorksheetMoved",
56078
- /**
56079
- * LineageActivityUpdateAvailable represents the type of event registered when new revision updates lineage model.
56080
- * @remarks
56081
- * [Api set: ExcelApi 1.7]
56082
- */
56083
- workbookActionRecorded = "WorkbookActionRecorded",
56084
- /**
56085
- * VbaRecorderRecordingChanged represents the type of event registered when the VBA recording output changes.
56086
- * @remarks
56087
- * [Api set: Recorder 1.1]
56088
- */
56089
- vbaRecorderRecordingChanged2 = "VbaRecorderRecordingChanged2"
56090
56082
  }
56091
56083
  /**
56092
56084
  * @remarks
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.424",
3
+ "version": "1.0.426",
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": "cf9763e63add29215710821da9bba95e7b3cf69bac34ac3f8f5aceee4be6ba39",
48
+ "typesPublisherContentHash": "8628716b1e9211f440ecbf1647de53fe15d7f074bd6ab9d0df0c455c52a1b3cf",
49
49
  "typeScriptVersion": "4.8"
50
50
  }