@types/office-js 1.0.412 → 1.0.413

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: Mon, 12 Aug 2024 18:39:04 GMT
11
+ * Last updated: Wed, 14 Aug 2024 20:07:48 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -10316,6 +10316,22 @@ declare namespace Office {
10316
10316
  * only support Normal and Private sensitivity levels.
10317
10317
  */
10318
10318
  sensitivity: Sensitivity;
10319
+ /**
10320
+ * Gets the object to get or set the {@link Office.SensitivityLabel | sensitivity label} of an appointment.
10321
+ *
10322
+ * @remarks
10323
+ * [Api set: Mailbox 1.13]
10324
+ *
10325
+ * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
10326
+ *
10327
+ * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Appointment Organizer
10328
+ *
10329
+ * **Important**: To use the sensitivity label feature in your add-in, you must have a Microsoft 365 E5 subscription.
10330
+ *
10331
+ * To learn more about how to manage sensitivity labels in your add-in, see
10332
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/sensitivity-label | Manage the sensitivity label of your message or appointment in compose mode}.
10333
+ */
10334
+ sensitivityLabel: SensitivityLabel;
10319
10335
  /**
10320
10336
  * Gets the ID of the series that an instance belongs to.
10321
10337
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.412",
3
+ "version": "1.0.413",
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": "5b233252e5b8991ddebae66b8e74df96960f11a01f7639737e9e43263d38c9a9",
48
+ "typesPublisherContentHash": "102afe8ae4a3b06daf1cf94a870f60e6ada39ee8652a90eb7c5c965c2bfabcc1",
49
49
  "typeScriptVersion": "4.8"
50
50
  }