@types/office-js-preview 1.0.640 → 1.0.641

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, 22 Sep 2025 19:32:39 GMT
11
+ * Last updated: Mon, 22 Sep 2025 23:32:14 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -874,7 +874,7 @@ declare namespace Office {
874
874
  * Specifies the Office application in which the add-in is running.
875
875
  *
876
876
  * @remarks
877
- * **Important**: In Outlook, this enum is available from Mailbox requirement set 1.5.
877
+ * **Important**: In Outlook, this enum is available starting with Mailbox requirement set 1.5.
878
878
  */
879
879
  enum HostType {
880
880
  /**
@@ -946,7 +946,7 @@ declare namespace Office {
946
946
  * Specifies the OS or other platform on which the Office application is running.
947
947
  *
948
948
  * @remarks
949
- * **Important**: In Outlook, this enum is available from Mailbox requirement set 1.5.
949
+ * **Important**: In Outlook, this enum is available starting with Mailbox requirement set 1.5.
950
950
  */
951
951
  enum PlatformType {
952
952
  /**
@@ -4671,7 +4671,7 @@ declare namespace Office {
4671
4671
  * Gets information about the environment in which the add-in is running.
4672
4672
  *
4673
4673
  * @remarks
4674
- * **Important**: In Outlook, this property is available from Mailbox requirement set 1.5.
4674
+ * **Important**: In Outlook, this property is available starting with Mailbox requirement set 1.5.
4675
4675
  * For all Mailbox requirement sets, you can use the
4676
4676
  * {@link https://learn.microsoft.com/javascript/api/outlook/office.mailbox?view=outlook-js-preview&preserve-view=true#outlook-office-mailbox-diagnostics-member | Office.context.mailbox.diagnostics}
4677
4677
  * property to get similar information.
@@ -4713,7 +4713,7 @@ declare namespace Office {
4713
4713
  * Contains the Office application in which the add-in is running.
4714
4714
  *
4715
4715
  * @remarks
4716
- * **Important**: In Outlook, this property is available from Mailbox requirement set 1.5. You can also use the
4716
+ * **Important**: In Outlook, this property is available starting with Mailbox requirement set 1.5. You can also use the
4717
4717
  * `Office.context.diagnostics` property to get the application starting with requirement set 1.5. For all
4718
4718
  * Mailbox requirement sets, you can use the
4719
4719
  * {@link https://learn.microsoft.com/javascript/api/outlook/office.mailbox?view=outlook-js-preview&preserve-view=true#outlook-office-mailbox-diagnostics-member | Office.context.mailbox.diagnostics}
@@ -4760,7 +4760,7 @@ declare namespace Office {
4760
4760
  * @remarks
4761
4761
  * **Important**:
4762
4762
  *
4763
- * - In Outlook, this property is available from Mailbox requirement set 1.5. You can also use the
4763
+ * - In Outlook, this property is available starting with Mailbox requirement set 1.5. You can also use the
4764
4764
  * `Office.context.diagnostics` property to get the platform starting with requirement set 1.5. For all
4765
4765
  * Mailbox requirement sets, you can use the
4766
4766
  * {@link https://learn.microsoft.com/javascript/api/outlook/office.mailbox?view=outlook-js-preview&preserve-view=true#outlook-office-mailbox-diagnostics-member | Office.context.mailbox.diagnostics}
@@ -4844,7 +4844,7 @@ declare namespace Office {
4844
4844
  * Provides information about the environment in which the add-in is running.
4845
4845
  *
4846
4846
  * @remarks
4847
- * **Important**: In Outlook, this object is available from Mailbox requirement set 1.5.
4847
+ * **Important**: In Outlook, this object is available starting with Mailbox requirement set 1.5.
4848
4848
  * For all Mailbox requirement sets, you can use the
4849
4849
  * {@link https://learn.microsoft.com/javascript/api/outlook/office.mailbox?view=outlook-js-preview&preserve-view=true#outlook-office-mailbox-diagnostics-member | Office.context.mailbox.diagnostics}
4850
4850
  * property to get similar information.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.640",
3
+ "version": "1.0.641",
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",
@@ -46,7 +46,7 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "170f0874ea9d1e3e8bb65227256be1408352d3f88913ac3d49ae36543a77839a",
49
+ "typesPublisherContentHash": "e5fb2f284482bf21b43443552da76cf27389d76c518e09335719ff5f819b4adc",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }