@types/office-js 1.0.362 → 1.0.364

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, 12 Dec 2023 18:35:46 GMT
11
+ * Last updated: Tue, 09 Jan 2024 20:35:37 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -8507,6 +8507,11 @@ declare namespace Office {
8507
8507
  * **Important**: The actual color depends on how the Outlook client renders it.
8508
8508
  * In this case, the colors noted on each preset apply to Outlook on Windows, on the web,
8509
8509
  * and on Mac (starting in Version 16.78).
8510
+ *
8511
+ * Earlier versions of Outlook on Mac had a bug that displayed incorrect preset colors.
8512
+ * This has now been fixed starting in Version 16.78. If you've recently updated your
8513
+ * Outlook client, you need to adjust the category colors in your add-in to match the
8514
+ * updated preset values.
8510
8515
  */
8511
8516
  enum CategoryColor {
8512
8517
  /**
@@ -13083,6 +13088,12 @@ declare namespace Office {
13083
13088
  *
13084
13089
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
13085
13090
  *
13091
+ * **Important**: When `item.delayDeliveryTime.setAsync` is used to schedule the delivery of a message, the delay is processed on the server.
13092
+ * 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
13093
+ * **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
13094
+ * the mesasge from the **Sent Items** folder once the message is sent. To learn more, see
13095
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
13096
+ *
13086
13097
  * **Errors**:
13087
13098
  *
13088
13099
  * - `InvalidFormatError` - The format of the specified data object is not valid.
@@ -13104,6 +13115,12 @@ declare namespace Office {
13104
13115
  *
13105
13116
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
13106
13117
  *
13118
+ * **Important**: When `item.delayDeliveryTime.setAsync` is used to schedule the delivery of a message, the delay is processed on the server.
13119
+ * 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
13120
+ * **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
13121
+ * the mesasge from the **Sent Items** folder once the message is sent. To learn more, see
13122
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
13123
+ *
13107
13124
  * **Errors**:
13108
13125
  *
13109
13126
  * - `InvalidFormatError` - The format of the specified data object is not valid.
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.362",
3
+ "version": "1.0.364",
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": "0659567fcc7f56a46c8c1783ccbed755e5a2faf22f459122e1458f2614e745c6",
48
+ "typesPublisherContentHash": "4e3dc1cec740c89db10d23bc7f5b7e1a053b59681c4737d4c8e892e233955d5b",
49
49
  "typeScriptVersion": "4.6"
50
50
  }