@types/office-js-preview 1.0.467 → 1.0.469

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: Wed, 24 Apr 2024 21:35:36 GMT
11
+ * Last updated: Thu, 09 May 2024 22:35:18 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -8197,7 +8197,9 @@ declare namespace Office {
8197
8197
  *
8198
8198
  * This method is available in the DialogApi requirement set for Excel, PowerPoint, or Word add-ins, and in the Mailbox requirement set 1.4
8199
8199
  * for Outlook. For more on how to specify a requirement set in your manifest, see
8200
- * {@link https://learn.microsoft.com/office/dev/add-ins/develop/specify-office-hosts-and-api-requirements | Specify Office applications and API requirements}, if you're using the XML manifest. If you're using the Teams manifest (preview), see {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | Teams manifest for Office Add-ins (preview)}.
8200
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/specify-office-hosts-and-api-requirements | Specify Office applications and API requirements},
8201
+ * if you're using the XML manifest. If you're using the unified manifest for Microsoft 365, see
8202
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/unified-manifest-overview | Office Add-ins with the unified app manifest for Microsoft 365}.
8201
8203
  *
8202
8204
  * 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
8203
8205
  * other domains.
@@ -8298,7 +8300,9 @@ declare namespace Office {
8298
8300
  *
8299
8301
  * This method is available in the DialogApi requirement set for Excel, PowerPoint, or Word add-ins, and in the Mailbox requirement set 1.4
8300
8302
  * for Outlook. For more on how to specify a requirement set in your manifest, see
8301
- * {@link https://learn.microsoft.com/office/dev/add-ins/develop/specify-office-hosts-and-api-requirements | Specify Office applications and API requirements}, if you're using the XML manifest. If you're using the Teams manifest (preview), see {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | Teams manifest for Office Add-ins (preview)}.
8303
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/specify-office-hosts-and-api-requirements | Specify Office applications and API requirements},
8304
+ * if you're using the XML manifest. If you're using the unified manifest for Microsoft 365, see
8305
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/unified-manifest-overview | Office Add-ins with the unified app manifest for Microsoft 365}.
8302
8306
  *
8303
8307
  * 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
8304
8308
  * other domains.
@@ -8471,7 +8475,7 @@ declare namespace Office {
8471
8475
  * - If your add-in uses the XML manifest, the URL returned matches the `resid` value of the **RuntimeOverride** element of type `javascript`.
8472
8476
  * To learn more, see {@link https://learn.microsoft.com/javascript/api/manifest/override#override-element-for-runtime | Override element for Runtime}.
8473
8477
  *
8474
- * - If your add-in uses the unified manifest for Microsoft 365 (developer preview), the URL returned matches the value of the `script` property in the
8478
+ * - If your add-in uses the unified manifest for Microsoft 365, the URL returned matches the value of the `script` property in the
8475
8479
  * "code" object.
8476
8480
  *
8477
8481
  * @beta
@@ -11989,7 +11993,7 @@ declare namespace Office {
11989
11993
  * {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
11990
11994
  *
11991
11995
  * - 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},
11992
- * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365 (preview)}.
11996
+ * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
11993
11997
  *
11994
11998
  * - This method isn't supported in Outlook on Android or on iOS. For more information on supported APIs in Outlook mobile, see
11995
11999
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
@@ -12057,7 +12061,7 @@ declare namespace Office {
12057
12061
  * {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
12058
12062
  *
12059
12063
  * - 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},
12060
- * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365 (preview)}.
12064
+ * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
12061
12065
  *
12062
12066
  * - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
12063
12067
  * 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.
@@ -12091,7 +12095,7 @@ declare namespace Office {
12091
12095
  * {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
12092
12096
  *
12093
12097
  * - 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},
12094
- * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365 (preview)}.
12098
+ * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
12095
12099
  *
12096
12100
  * - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
12097
12101
  * 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.
@@ -12124,7 +12128,7 @@ declare namespace Office {
12124
12128
  * {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
12125
12129
  *
12126
12130
  * - 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},
12127
- * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365 (preview)}.
12131
+ * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
12128
12132
  *
12129
12133
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
12130
12134
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
@@ -12159,7 +12163,7 @@ declare namespace Office {
12159
12163
  * {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
12160
12164
  *
12161
12165
  * - 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},
12162
- * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365 (preview)}.
12166
+ * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
12163
12167
  *
12164
12168
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
12165
12169
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
@@ -14177,6 +14181,14 @@ declare namespace Office {
14177
14181
  * @remarks
14178
14182
  * [Api set: Mailbox 1.8]
14179
14183
  *
14184
+ * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
14185
+ *
14186
+ * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
14187
+ *
14188
+ * **Important**: The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
14189
+ * To learn more about features supported in Outlook on mobile devices, see
14190
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
14191
+ *
14180
14192
  * **Recommended practices**
14181
14193
  *
14182
14194
  * 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
@@ -14192,10 +14204,6 @@ declare namespace Office {
14192
14204
  *
14193
14205
  * - Name headers so that you can reuse and update their values later. As such, avoid naming headers in a variable manner
14194
14206
  * (for example, based on user input, timestamp, etc.).
14195
- *
14196
- * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
14197
- *
14198
- * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
14199
14207
  */
14200
14208
  interface InternetHeaders {
14201
14209
  /**
@@ -14211,6 +14219,10 @@ declare namespace Office {
14211
14219
  *
14212
14220
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
14213
14221
  *
14222
+ * **Important**: The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
14223
+ * To learn more about features supported in Outlook on mobile devices, see
14224
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
14225
+ *
14214
14226
  * @param names - The names of the internet headers to be returned.
14215
14227
  * @param options - An object literal that contains one or more of the following properties:-
14216
14228
  * `asyncContext`: Developers can provide any object they wish to access in the callback function.
@@ -14232,6 +14244,10 @@ declare namespace Office {
14232
14244
  *
14233
14245
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
14234
14246
  *
14247
+ * **Important**: The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
14248
+ * To learn more about features supported in Outlook on mobile devices, see
14249
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
14250
+ *
14235
14251
  * @param names - The names of the internet headers to be returned.
14236
14252
  * @param callback - When the method completes, the function passed in the `callback` parameter is called with a single parameter,
14237
14253
  * `asyncResult`, of type `Office.AsyncResult`. The string key-value pairs of internet headers are returned in the
@@ -14250,6 +14266,10 @@ declare namespace Office {
14250
14266
  *
14251
14267
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
14252
14268
  *
14269
+ * **Important**: The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
14270
+ * To learn more about features supported in Outlook on mobile devices, see
14271
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
14272
+ *
14253
14273
  * @param names - The names of the internet headers to be removed.
14254
14274
  * @param options - An object literal that contains one or more of the following properties:-
14255
14275
  * `asyncContext`: Developers can provide any object they wish to access in the callback function.
@@ -14269,6 +14289,10 @@ declare namespace Office {
14269
14289
  *
14270
14290
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
14271
14291
  *
14292
+ * **Important**: The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
14293
+ * To learn more about features supported in Outlook on mobile devices, see
14294
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
14295
+ *
14272
14296
  * @param names - The names of the internet headers to be removed.
14273
14297
  * @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter,
14274
14298
  * `asyncResult`, of type `Office.AsyncResult`. Any errors encountered are provided in the `asyncResult.error` property.
@@ -14281,12 +14305,6 @@ declare namespace Office {
14281
14305
  * the new value.
14282
14306
  *
14283
14307
  * **Note**: This method is intended to set the values of your custom headers.
14284
- *
14285
- * **Important**: The header quota is based on the total size of headers applied to a message. In Exchange Online,
14286
- * the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
14287
- * For further information on header limits, see
14288
- * {@link https://learn.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
14289
- * and {@link https://learn.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
14290
14308
  *
14291
14309
  * @remarks
14292
14310
  * [Api set: Mailbox 1.8]
@@ -14295,6 +14313,18 @@ declare namespace Office {
14295
14313
  *
14296
14314
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
14297
14315
  *
14316
+ * **Important**:
14317
+ *
14318
+ * - The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
14319
+ * To learn more about features supported in Outlook on mobile devices, see
14320
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
14321
+ *
14322
+ * - The header quota is based on the total size of headers applied to a message. In Exchange Online,
14323
+ * the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
14324
+ * For further information on header limits, see
14325
+ * {@link https://learn.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
14326
+ * and {@link https://learn.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
14327
+ *
14298
14328
  * @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
14299
14329
  * and values being the corresponding header value strings.
14300
14330
  * @param options - An object literal that contains one or more of the following properties:-
@@ -14310,12 +14340,6 @@ declare namespace Office {
14310
14340
  * the new value.
14311
14341
  *
14312
14342
  * **Note**: This method is intended to set the values of your custom headers.
14313
- *
14314
- * **Important**: The header quota is based on the total size of headers applied to a message. In Exchange Online,
14315
- * the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
14316
- * For further information on header limits, see
14317
- * {@link https://learn.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
14318
- * and {@link https://learn.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
14319
14343
  *
14320
14344
  * @remarks
14321
14345
  * [Api set: Mailbox 1.8]
@@ -14324,6 +14348,18 @@ declare namespace Office {
14324
14348
  *
14325
14349
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
14326
14350
  *
14351
+ * **Important**:
14352
+ *
14353
+ * - The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
14354
+ * To learn more about features supported in Outlook on mobile devices, see
14355
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
14356
+ *
14357
+ * - The header quota is based on the total size of headers applied to a message. In Exchange Online,
14358
+ * the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
14359
+ * For further information on header limits, see
14360
+ * {@link https://learn.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
14361
+ * and {@link https://learn.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
14362
+ *
14327
14363
  * @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
14328
14364
  * and values being the corresponding header value strings.
14329
14365
  * @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter,
@@ -15937,6 +15973,10 @@ declare namespace Office {
15937
15973
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
15938
15974
  *
15939
15975
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
15976
+ *
15977
+ * **Important**: The internet headers API is supported in Outlook on Android and on iOS starting in Version 4.2405.0.
15978
+ * To learn more about features supported in Outlook on mobile devices, see
15979
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
15940
15980
  */
15941
15981
  internetHeaders: InternetHeaders;
15942
15982
  /**
@@ -18133,7 +18173,7 @@ declare namespace Office {
18133
18173
  * {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
18134
18174
  *
18135
18175
  * - 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},
18136
- * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365 (preview)}.
18176
+ * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
18137
18177
  *
18138
18178
  * - This method isn't supported in Outlook on Android or on iOS. For more information on supported APIs in Outlook mobile, see
18139
18179
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
@@ -18201,7 +18241,7 @@ declare namespace Office {
18201
18241
  * {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
18202
18242
  *
18203
18243
  * - 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},
18204
- * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365 (preview)}.
18244
+ * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
18205
18245
  *
18206
18246
  * - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
18207
18247
  * 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.
@@ -18235,7 +18275,7 @@ declare namespace Office {
18235
18275
  * {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
18236
18276
  *
18237
18277
  * - 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},
18238
- * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365 (preview)}.
18278
+ * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
18239
18279
  *
18240
18280
  * - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
18241
18281
  * 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.
@@ -18250,7 +18290,8 @@ declare namespace Office {
18250
18290
  /**
18251
18291
  * Gets the entities found in a highlighted match a user has selected. Highlighted matches apply to contextual add-ins.
18252
18292
  *
18253
- * **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 {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | Teams manifest for Office Add-ins (preview)}.
18293
+ * **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
18294
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/unified-manifest-overview | unified manifest for Microsoft 365}.
18254
18295
  *
18255
18296
  * **Note**: This method isn't supported in Outlook on iOS or on Android.
18256
18297
  *
@@ -18272,7 +18313,7 @@ declare namespace Office {
18272
18313
  * {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
18273
18314
  *
18274
18315
  * - 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},
18275
- * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365 (preview)}.
18316
+ * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
18276
18317
  *
18277
18318
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
18278
18319
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
@@ -18307,7 +18348,7 @@ declare namespace Office {
18307
18348
  * {@link https://devblogs.microsoft.com/microsoft365dev/retirement-of-entity-based-contextual-outlook-add-ins | Retirement of entity-based contextual Outlook add-ins}.
18308
18349
  *
18309
18350
  * - 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},
18310
- * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365 (preview)}.
18351
+ * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
18311
18352
  *
18312
18353
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
18313
18354
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
@@ -20501,7 +20542,7 @@ declare namespace Office {
20501
20542
  *
20502
20543
  * - **XML manifest**: The `id` attribute of the {@link https://learn.microsoft.com/javascript/api/manifest/control | Control} element representing the task pane.
20503
20544
  *
20504
- * - **Unified manifest for Microsoft 365 (preview)**: The "id" property of the task pane command in the "controls" array.
20545
+ * - **Unified manifest for Microsoft 365**: The "id" property of the task pane command in the "extensions.ribbons.tabs.groups.controls" array.
20505
20546
  *
20506
20547
  * If you specify the `contextData` option in your `event.completed` call, you must also assign a task pane ID to the `commandId` option.
20507
20548
  * Otherwise, the JSON data assigned to `contextData` is ignored.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.467",
3
+ "version": "1.0.469",
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": "68f07dc01c97e7c4a1bef1f3fee803808a4f1fc4e291706852b96a581b036af9",
48
+ "typesPublisherContentHash": "baeeb09c3bf81b5c12959f69692e16706bd7fbbde3e908d1b8cf524dea8236d5",
49
49
  "typeScriptVersion": "4.7",
50
50
  "nonNpm": true
51
51
  }