@types/office-js 1.0.385 → 1.0.387
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 +1 -1
- office-js/index.d.ts +72 -31
- office-js/package.json +2 -2
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:
|
|
11
|
+
* Last updated: Thu, 09 May 2024 22:35:18 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -8152,7 +8152,9 @@ declare namespace Office {
|
|
|
8152
8152
|
*
|
|
8153
8153
|
* This method is available in the DialogApi requirement set for Excel, PowerPoint, or Word add-ins, and in the Mailbox requirement set 1.4
|
|
8154
8154
|
* for Outlook. For more on how to specify a requirement set in your manifest, see
|
|
8155
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/develop/specify-office-hosts-and-api-requirements | Specify Office applications and API requirements},
|
|
8155
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/develop/specify-office-hosts-and-api-requirements | Specify Office applications and API requirements},
|
|
8156
|
+
* if you're using the XML manifest. If you're using the unified manifest for Microsoft 365, see
|
|
8157
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/develop/unified-manifest-overview | Office Add-ins with the unified app manifest for Microsoft 365}.
|
|
8156
8158
|
*
|
|
8157
8159
|
* The initial page must be on the same domain as the parent page (the startAddress parameter). After the initial page loads, you can go to
|
|
8158
8160
|
* other domains.
|
|
@@ -8253,7 +8255,9 @@ declare namespace Office {
|
|
|
8253
8255
|
*
|
|
8254
8256
|
* This method is available in the DialogApi requirement set for Excel, PowerPoint, or Word add-ins, and in the Mailbox requirement set 1.4
|
|
8255
8257
|
* for Outlook. For more on how to specify a requirement set in your manifest, see
|
|
8256
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/develop/specify-office-hosts-and-api-requirements | Specify Office applications and API requirements},
|
|
8258
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/develop/specify-office-hosts-and-api-requirements | Specify Office applications and API requirements},
|
|
8259
|
+
* if you're using the XML manifest. If you're using the unified manifest for Microsoft 365, see
|
|
8260
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/develop/unified-manifest-overview | Office Add-ins with the unified app manifest for Microsoft 365}.
|
|
8257
8261
|
*
|
|
8258
8262
|
* The initial page must be on the same domain as the parent page (the startAddress parameter). After the initial page loads, you can go to
|
|
8259
8263
|
* other domains.
|
|
@@ -11717,7 +11721,7 @@ declare namespace Office {
|
|
|
11717
11721
|
* {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
|
|
11718
11722
|
*
|
|
11719
11723
|
* - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
|
|
11720
|
-
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365
|
|
11724
|
+
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
|
|
11721
11725
|
*
|
|
11722
11726
|
* - This method isn't supported in Outlook on Android or on iOS. For more information on supported APIs in Outlook mobile, see
|
|
11723
11727
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
@@ -11785,7 +11789,7 @@ declare namespace Office {
|
|
|
11785
11789
|
* {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
|
|
11786
11790
|
*
|
|
11787
11791
|
* - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
|
|
11788
|
-
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365
|
|
11792
|
+
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
|
|
11789
11793
|
*
|
|
11790
11794
|
* - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
|
|
11791
11795
|
* and shouldn't attempt to return the entire body of the item. Using a regular expression such as `.*` to obtain the entire body of an item doesn't always return the expected results.
|
|
@@ -11819,7 +11823,7 @@ declare namespace Office {
|
|
|
11819
11823
|
* {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
|
|
11820
11824
|
*
|
|
11821
11825
|
* - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
|
|
11822
|
-
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365
|
|
11826
|
+
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
|
|
11823
11827
|
*
|
|
11824
11828
|
* - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
|
|
11825
11829
|
* and shouldn't attempt to return the entire body of the item. Using a regular expression such as `.*` to obtain the entire body of an item doesn't always return the expected results.
|
|
@@ -11852,7 +11856,7 @@ declare namespace Office {
|
|
|
11852
11856
|
* {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
|
|
11853
11857
|
*
|
|
11854
11858
|
* - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
|
|
11855
|
-
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365
|
|
11859
|
+
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
|
|
11856
11860
|
*
|
|
11857
11861
|
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
|
|
11858
11862
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
@@ -11887,7 +11891,7 @@ declare namespace Office {
|
|
|
11887
11891
|
* {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
|
|
11888
11892
|
*
|
|
11889
11893
|
* - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
|
|
11890
|
-
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365
|
|
11894
|
+
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
|
|
11891
11895
|
*
|
|
11892
11896
|
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
|
|
11893
11897
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
@@ -13710,7 +13714,15 @@ declare namespace Office {
|
|
|
13710
13714
|
* @remarks
|
|
13711
13715
|
* [Api set: Mailbox 1.8]
|
|
13712
13716
|
*
|
|
13713
|
-
* **
|
|
13717
|
+
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
|
|
13718
|
+
*
|
|
13719
|
+
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13720
|
+
*
|
|
13721
|
+
* **Important**: The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
|
|
13722
|
+
* To learn more about features supported in Outlook on mobile devices, see
|
|
13723
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
13724
|
+
*
|
|
13725
|
+
* **Recommended practices**:
|
|
13714
13726
|
*
|
|
13715
13727
|
* Currently, internet headers are a finite resource on a user's mailbox. When the quota is exhausted, you can't create any more internet headers
|
|
13716
13728
|
* on that mailbox, which can result in unexpected behavior from clients that rely on this to function.
|
|
@@ -13724,11 +13736,7 @@ declare namespace Office {
|
|
|
13724
13736
|
* and {@link https://learn.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
|
|
13725
13737
|
*
|
|
13726
13738
|
* - Name headers so that you can reuse and update their values later. As such, avoid naming headers in a variable manner
|
|
13727
|
-
* (for example, based on user input
|
|
13728
|
-
*
|
|
13729
|
-
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
|
|
13730
|
-
*
|
|
13731
|
-
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13739
|
+
* (for example, based on user input or a timestamp).
|
|
13732
13740
|
*/
|
|
13733
13741
|
interface InternetHeaders {
|
|
13734
13742
|
/**
|
|
@@ -13744,6 +13752,10 @@ declare namespace Office {
|
|
|
13744
13752
|
*
|
|
13745
13753
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13746
13754
|
*
|
|
13755
|
+
* **Important**: The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
|
|
13756
|
+
* To learn more about features supported in Outlook on mobile devices, see
|
|
13757
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
13758
|
+
*
|
|
13747
13759
|
* @param names - The names of the internet headers to be returned.
|
|
13748
13760
|
* @param options - An object literal that contains one or more of the following properties:-
|
|
13749
13761
|
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
|
|
@@ -13765,6 +13777,10 @@ declare namespace Office {
|
|
|
13765
13777
|
*
|
|
13766
13778
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13767
13779
|
*
|
|
13780
|
+
* **Important**: The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
|
|
13781
|
+
* To learn more about features supported in Outlook on mobile devices, see
|
|
13782
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
13783
|
+
*
|
|
13768
13784
|
* @param names - The names of the internet headers to be returned.
|
|
13769
13785
|
* @param callback - When the method completes, the function passed in the `callback` parameter is called with a single parameter,
|
|
13770
13786
|
* `asyncResult`, of type `Office.AsyncResult`. The string key-value pairs of internet headers are returned in the
|
|
@@ -13783,6 +13799,10 @@ declare namespace Office {
|
|
|
13783
13799
|
*
|
|
13784
13800
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13785
13801
|
*
|
|
13802
|
+
* **Important**: The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
|
|
13803
|
+
* To learn more about features supported in Outlook on mobile devices, see
|
|
13804
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
13805
|
+
*
|
|
13786
13806
|
* @param names - The names of the internet headers to be removed.
|
|
13787
13807
|
* @param options - An object literal that contains one or more of the following properties:-
|
|
13788
13808
|
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
|
|
@@ -13802,6 +13822,10 @@ declare namespace Office {
|
|
|
13802
13822
|
*
|
|
13803
13823
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13804
13824
|
*
|
|
13825
|
+
* **Important**: The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
|
|
13826
|
+
* To learn more about features supported in Outlook on mobile devices, see
|
|
13827
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
13828
|
+
*
|
|
13805
13829
|
* @param names - The names of the internet headers to be removed.
|
|
13806
13830
|
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter,
|
|
13807
13831
|
* `asyncResult`, of type `Office.AsyncResult`. Any errors encountered are provided in the `asyncResult.error` property.
|
|
@@ -13814,12 +13838,6 @@ declare namespace Office {
|
|
|
13814
13838
|
* the new value.
|
|
13815
13839
|
*
|
|
13816
13840
|
* **Note**: This method is intended to set the values of your custom headers.
|
|
13817
|
-
*
|
|
13818
|
-
* **Important**: The header quota is based on the total size of headers applied to a message. In Exchange Online,
|
|
13819
|
-
* the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
|
|
13820
|
-
* For further information on header limits, see
|
|
13821
|
-
* {@link https://learn.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
|
|
13822
|
-
* and {@link https://learn.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
|
|
13823
13841
|
*
|
|
13824
13842
|
* @remarks
|
|
13825
13843
|
* [Api set: Mailbox 1.8]
|
|
@@ -13828,6 +13846,18 @@ declare namespace Office {
|
|
|
13828
13846
|
*
|
|
13829
13847
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13830
13848
|
*
|
|
13849
|
+
* **Important**:
|
|
13850
|
+
*
|
|
13851
|
+
* - The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
|
|
13852
|
+
* To learn more about features supported in Outlook on mobile devices, see
|
|
13853
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
13854
|
+
*
|
|
13855
|
+
* - The header quota is based on the total size of headers applied to a message. In Exchange Online,
|
|
13856
|
+
* the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
|
|
13857
|
+
* For further information on header limits, see
|
|
13858
|
+
* {@link https://learn.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
|
|
13859
|
+
* and {@link https://learn.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
|
|
13860
|
+
*
|
|
13831
13861
|
* @param headers - The names and corresponding values of the headers to be set. This should be a record object with its keys being internet header names
|
|
13832
13862
|
* and values being the corresponding header value strings.
|
|
13833
13863
|
* @param options - An object literal that contains one or more of the following properties:-
|
|
@@ -13843,12 +13873,6 @@ declare namespace Office {
|
|
|
13843
13873
|
* the new value.
|
|
13844
13874
|
*
|
|
13845
13875
|
* **Note**: This method is intended to set the values of your custom headers.
|
|
13846
|
-
*
|
|
13847
|
-
* **Important**: The header quota is based on the total size of headers applied to a message. In Exchange Online,
|
|
13848
|
-
* the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
|
|
13849
|
-
* For further information on header limits, see
|
|
13850
|
-
* {@link https://learn.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
|
|
13851
|
-
* and {@link https://learn.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
|
|
13852
13876
|
*
|
|
13853
13877
|
* @remarks
|
|
13854
13878
|
* [Api set: Mailbox 1.8]
|
|
@@ -13857,6 +13881,18 @@ declare namespace Office {
|
|
|
13857
13881
|
*
|
|
13858
13882
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13859
13883
|
*
|
|
13884
|
+
* **Important**:
|
|
13885
|
+
*
|
|
13886
|
+
* - The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
|
|
13887
|
+
* To learn more about features supported in Outlook on mobile devices, see
|
|
13888
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
13889
|
+
*
|
|
13890
|
+
* - The header quota is based on the total size of headers applied to a message. In Exchange Online,
|
|
13891
|
+
* the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
|
|
13892
|
+
* For further information on header limits, see
|
|
13893
|
+
* {@link https://learn.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
|
|
13894
|
+
* and {@link https://learn.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
|
|
13895
|
+
*
|
|
13860
13896
|
* @param headers - The names and corresponding values of the headers to be set. This should be a record object with its keys being internet header names
|
|
13861
13897
|
* and values being the corresponding header value strings.
|
|
13862
13898
|
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter,
|
|
@@ -15450,6 +15486,10 @@ declare namespace Office {
|
|
|
15450
15486
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
|
|
15451
15487
|
*
|
|
15452
15488
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
15489
|
+
*
|
|
15490
|
+
* **Important**: The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
|
|
15491
|
+
* To learn more about features supported in Outlook on mobile devices, see
|
|
15492
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
15453
15493
|
*/
|
|
15454
15494
|
internetHeaders: InternetHeaders;
|
|
15455
15495
|
/**
|
|
@@ -17367,7 +17407,7 @@ declare namespace Office {
|
|
|
17367
17407
|
* {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
|
|
17368
17408
|
*
|
|
17369
17409
|
* - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
|
|
17370
|
-
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365
|
|
17410
|
+
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
|
|
17371
17411
|
*
|
|
17372
17412
|
* - This method isn't supported in Outlook on Android or on iOS. For more information on supported APIs in Outlook mobile, see
|
|
17373
17413
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
@@ -17435,7 +17475,7 @@ declare namespace Office {
|
|
|
17435
17475
|
* {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
|
|
17436
17476
|
*
|
|
17437
17477
|
* - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
|
|
17438
|
-
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365
|
|
17478
|
+
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
|
|
17439
17479
|
*
|
|
17440
17480
|
* - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
|
|
17441
17481
|
* and shouldn't attempt to return the entire body of the item. Using a regular expression such as `.*` to obtain the entire body of an item doesn't always return the expected results.
|
|
@@ -17469,7 +17509,7 @@ declare namespace Office {
|
|
|
17469
17509
|
* {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
|
|
17470
17510
|
*
|
|
17471
17511
|
* - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
|
|
17472
|
-
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365
|
|
17512
|
+
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
|
|
17473
17513
|
*
|
|
17474
17514
|
* - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
|
|
17475
17515
|
* and shouldn't attempt to return the entire body of the item. Using a regular expression such as `.*` to obtain the entire body of an item doesn't always return the expected results.
|
|
@@ -17484,7 +17524,8 @@ declare namespace Office {
|
|
|
17484
17524
|
/**
|
|
17485
17525
|
* Gets the entities found in a highlighted match a user has selected. Highlighted matches apply to contextual add-ins.
|
|
17486
17526
|
*
|
|
17487
|
-
* **Note**: This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins}, which isn't supported by the
|
|
17527
|
+
* **Note**: This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins}, which isn't supported by the
|
|
17528
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/develop/unified-manifest-overview | unified manifest for Microsoft 365}.
|
|
17488
17529
|
*
|
|
17489
17530
|
* **Note**: This method isn't supported in Outlook on iOS or on Android.
|
|
17490
17531
|
*
|
|
@@ -17506,7 +17547,7 @@ declare namespace Office {
|
|
|
17506
17547
|
* {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
|
|
17507
17548
|
*
|
|
17508
17549
|
* - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
|
|
17509
|
-
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365
|
|
17550
|
+
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
|
|
17510
17551
|
*
|
|
17511
17552
|
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
|
|
17512
17553
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
@@ -17541,7 +17582,7 @@ declare namespace Office {
|
|
|
17541
17582
|
* {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
|
|
17542
17583
|
*
|
|
17543
17584
|
* - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
|
|
17544
|
-
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365
|
|
17585
|
+
* which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
|
|
17545
17586
|
*
|
|
17546
17587
|
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
|
|
17547
17588
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.387",
|
|
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": "
|
|
48
|
+
"typesPublisherContentHash": "f65f369ce18a21801826173d8515229d2084ee9d1a4a80a66b69f2becabe4c71",
|
|
49
49
|
"typeScriptVersion": "4.7"
|
|
50
50
|
}
|