@types/office-js-preview 1.0.497 → 1.0.498

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.
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
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
@@ -10384,7 +10384,7 @@ declare namespace Office {
10384
10384
  * Gets the object to get or set the {@link Office.SensitivityLabel | sensitivity label} of an appointment.
10385
10385
  *
10386
10386
  * @remarks
10387
- * [Api set: Mailbox preview]
10387
+ * [Api set: Mailbox 1.13]
10388
10388
  *
10389
10389
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
10390
10390
  *
@@ -10393,9 +10393,7 @@ declare namespace Office {
10393
10393
  * **Important**: To use the sensitivity label feature in your add-in, you must have a Microsoft 365 E5 subscription.
10394
10394
  *
10395
10395
  * To learn more about how to manage sensitivity labels in your add-in, see
10396
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/sensitivity-label | Manage the sensitivity label of your message or appointment in compose mode (preview)}.
10397
- *
10398
- * @beta
10396
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/sensitivity-label | Manage the sensitivity label of your message or appointment in compose mode}.
10399
10397
  */
10400
10398
  sensitivityLabel: SensitivityLabel;
10401
10399
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.497",
3
+ "version": "1.0.498",
4
4
  "description": "TypeScript definitions for office-js-preview",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "4ebcf48da82c8acd80de4abca6c28db9ce7065fe27d680b4aee1f3e6eed5bfd0",
48
+ "typesPublisherContentHash": "f10ebb9813b13cd0e001f18d303985972240127ed41137e855d9897a12646e47",
49
49
  "typeScriptVersion": "4.8",
50
50
  "nonNpm": true
51
51
  }