@types/office-js-preview 1.0.503 → 1.0.504

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: Thu, 05 Sep 2024 15:36:35 GMT
11
+ * Last updated: Thu, 05 Sep 2024 18:08:15 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -12276,7 +12276,7 @@ declare namespace Office {
12276
12276
  * For guidance on how to implement these rules, see
12277
12277
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/contextual-outlook-add-ins | Contextual Outlook add-ins}.
12278
12278
  *
12279
- * - 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},
12279
+ * - This method is used with the {@link https://learn.microsoft.com/javascript/api/manifest/rule | activation rules feature for Outlook add-ins},
12280
12280
  * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
12281
12281
  *
12282
12282
  * - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
@@ -12308,7 +12308,7 @@ declare namespace Office {
12308
12308
  * For guidance on how to implement these rules, see
12309
12309
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/contextual-outlook-add-ins | Contextual Outlook add-ins}.
12310
12310
  *
12311
- * - 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},
12311
+ * - This method is used with the {@link https://learn.microsoft.com/javascript/api/manifest/rule | activation rules feature for Outlook add-ins},
12312
12312
  * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
12313
12313
  *
12314
12314
  * - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
@@ -12365,7 +12365,7 @@ declare namespace Office {
12365
12365
  * For guidance on how to implement these rules, see
12366
12366
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/contextual-outlook-add-ins | Contextual Outlook add-ins}.
12367
12367
  *
12368
- * - 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},
12368
+ * - This method is used with the {@link https://learn.microsoft.com/javascript/api/manifest/rule | activation rules feature for Outlook add-ins},
12369
12369
  * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
12370
12370
  *
12371
12371
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
@@ -18568,7 +18568,7 @@ declare namespace Office {
18568
18568
  * For guidance on how to implement these rules, see
18569
18569
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/contextual-outlook-add-ins | Contextual Outlook add-ins}.
18570
18570
  *
18571
- * - 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},
18571
+ * - This method is used with the {@link https://learn.microsoft.com/javascript/api/manifest/rule | activation rules feature for Outlook add-ins},
18572
18572
  * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
18573
18573
  *
18574
18574
  * - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
@@ -18600,7 +18600,7 @@ declare namespace Office {
18600
18600
  * For guidance on how to implement these rules, see
18601
18601
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/contextual-outlook-add-ins | Contextual Outlook add-ins}.
18602
18602
  *
18603
- * - 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},
18603
+ * - This method is used with the {@link https://learn.microsoft.com/javascript/api/manifest/rule | activation rules feature for Outlook add-ins},
18604
18604
  * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
18605
18605
  *
18606
18606
  * - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
@@ -18657,7 +18657,7 @@ declare namespace Office {
18657
18657
  * For guidance on how to implement these rules, see
18658
18658
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/contextual-outlook-add-ins | Contextual Outlook add-ins}.
18659
18659
  *
18660
- * - 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},
18660
+ * - This method is used with the {@link https://learn.microsoft.com/javascript/api/manifest/rule | activation rules feature for Outlook add-ins},
18661
18661
  * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
18662
18662
  *
18663
18663
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.503",
3
+ "version": "1.0.504",
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": "1a64dea695b4e430b9e27babc6b8088c10bcc4da410f24f9272639187f84efd4",
48
+ "typesPublisherContentHash": "0ebae28ea51350fbf6dccad4bbccfaba2920e3c00d9c293cc789077d99d32993",
49
49
  "typeScriptVersion": "4.8",
50
50
  "nonNpm": true
51
51
  }