@types/office-js-preview 1.0.445 → 1.0.446

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: Fri, 26 Jan 2024 01:28:35 GMT
11
+ * Last updated: Fri, 26 Jan 2024 16:07:24 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -13656,7 +13656,7 @@ declare namespace Office {
13656
13656
  */
13657
13657
  interface DisplayedBody {
13658
13658
  /**
13659
- * Temporarily sets the content displayed in the body of a message in read mode. The set content remains visible until the user switches to a different messsage or
13659
+ * Temporarily sets the content displayed in the body of a message in read mode. The set content remains visible until the user switches to a different message or
13660
13660
  * closes the window of the current message.
13661
13661
  *
13662
13662
  * @remarks
@@ -13692,7 +13692,7 @@ declare namespace Office {
13692
13692
  */
13693
13693
  setAsync(data: string, options: Office.AsyncContextOptions & CoercionTypeOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void): void;
13694
13694
  /**
13695
- * Temporarily sets the content displayed in the body of a message in read mode. The set content will remain visible until the user switches to a different messsage or
13695
+ * Temporarily sets the content displayed in the body of a message in read mode. The set content will remain visible until the user switches to a different message or
13696
13696
  * closes the window of the current message.
13697
13697
  *
13698
13698
  * @remarks
@@ -13735,7 +13735,7 @@ declare namespace Office {
13735
13735
  */
13736
13736
  interface DisplayedSubject {
13737
13737
  /**
13738
- * Temporarily sets the content displayed in the subject of a message in read mode. The set content will remain visible until the user switches to a different messsage or
13738
+ * Temporarily sets the content displayed in the subject of a message in read mode. The set content will remain visible until the user switches to a different message or
13739
13739
  * closes the window of the current message.
13740
13740
  *
13741
13741
  * @remarks
@@ -13767,7 +13767,7 @@ declare namespace Office {
13767
13767
  */
13768
13768
  setAsync(data: string, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void): void;
13769
13769
  /**
13770
- * Temporarily sets the content displayed in the subject of a message in read mode. The set content will remain visible until the user switches to a different messsage or
13770
+ * Temporarily sets the content displayed in the subject of a message in read mode. The set content will remain visible until the user switches to a different message or
13771
13771
  * closes the window of the current message.
13772
13772
  *
13773
13773
  * @remarks
@@ -16105,7 +16105,7 @@ declare namespace Office {
16105
16105
  *
16106
16106
  * **Important**:
16107
16107
  *
16108
- * - Adding an inline Base64 file to a messsage in compose mode is supported in Outlook on Android and on iOS. For more information on supported APIs in
16108
+ * - Adding an inline Base64 file to a message in compose mode is supported in Outlook on Android and on iOS. For more information on supported APIs in
16109
16109
  * Outlook mobile, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
16110
16110
  *
16111
16111
  * - If you're using a data URL API (for example, `readAsDataURL`), you need to strip out the data URL prefix, then send the rest of the string to this API.
@@ -16151,7 +16151,7 @@ declare namespace Office {
16151
16151
  *
16152
16152
  * **Important**:
16153
16153
  *
16154
- * - Adding an inline Base64 file to a messsage in compose mode is supported in Outlook on Android and on iOS. For more information on supported APIs in
16154
+ * - Adding an inline Base64 file to a message in compose mode is supported in Outlook on Android and on iOS. For more information on supported APIs in
16155
16155
  * Outlook mobile, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
16156
16156
  *
16157
16157
  * - If you're using a data URL API (for example, `readAsDataURL`), you need to strip out the data URL prefix, then send the rest of the string to this API.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.445",
3
+ "version": "1.0.446",
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,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "1f28f67fcb6bd9c50774a8a34750873a67cf651981cf64a8042402c1b014b270",
48
+ "typesPublisherContentHash": "1addb0e5673dceaafc334bccb0c7a31410d95f665c7df75f930dc8f385e73211",
49
49
  "typeScriptVersion": "4.6"
50
50
  }