Skip to content

Commit d731924

Browse files
authored
[office-js, office-js-preview] Remove Read mode documentation from Recurrence.getAsync (DefinitelyTyped#74258)
1 parent c5d492b commit d731924

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

types/office-js-preview/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23725,7 +23725,7 @@ declare namespace Office {
2372523725
*
2372623726
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
2372723727
*
23728-
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
23728+
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
2372923729
*
2373023730
* @param options - An object literal that contains one or more of the following properties:-
2373123731
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
@@ -23743,7 +23743,7 @@ declare namespace Office {
2374323743
*
2374423744
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
2374523745
*
23746-
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
23746+
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
2374723747
*
2374823748
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter,
2374923749
* `asyncResult`, which is an `Office.AsyncResult` object. The `value` property of the result is a `Recurrence` object.

types/office-js/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22956,7 +22956,7 @@ declare namespace Office {
2295622956
*
2295722957
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
2295822958
*
22959-
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
22959+
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
2296022960
*
2296122961
* @param options - An object literal that contains one or more of the following properties:-
2296222962
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
@@ -22974,7 +22974,7 @@ declare namespace Office {
2297422974
*
2297522975
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
2297622976
*
22977-
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
22977+
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
2297822978
*
2297922979
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter,
2298022980
* `asyncResult`, which is an `Office.AsyncResult` object. The `value` property of the result is a `Recurrence` object.

0 commit comments

Comments
 (0)