@types/office-js 1.0.361 → 1.0.362
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 +16 -10
- office-js/package.json +3 -3
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: Tue, 12 Dec 2023 18:35:46 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -12618,7 +12618,8 @@ declare namespace Office {
|
|
|
12618
12618
|
*
|
|
12619
12619
|
* - In Outlook on the web, `setSignatureAsync` only works on messages.
|
|
12620
12620
|
*
|
|
12621
|
-
* - This method is supported in Message Compose on Outlook on Android
|
|
12621
|
+
* - This method is supported in Message Compose on Outlook on Android. Support for this method in Message Compose on Outlook on iOS is currently being
|
|
12622
|
+
* rolled out. For a sample scenario, see
|
|
12622
12623
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/mobile-event-based | Implement event-based activation in Outlook mobile add-ins}.
|
|
12623
12624
|
* To learn more about APIs supported in Outlook mobile, see
|
|
12624
12625
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
@@ -12657,7 +12658,8 @@ declare namespace Office {
|
|
|
12657
12658
|
*
|
|
12658
12659
|
* - In Outlook on the web, `setSignatureAsync` only works on messages.
|
|
12659
12660
|
*
|
|
12660
|
-
* - This method is supported in Message Compose on Outlook on Android
|
|
12661
|
+
* - This method is supported in Message Compose on Outlook on Android. Support for this method in Message Compose on Outlook on iOS is currently being
|
|
12662
|
+
* rolled out. For a sample scenario, see
|
|
12661
12663
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/mobile-event-based | Implement event-based activation in Outlook mobile add-ins}.
|
|
12662
12664
|
* To learn more about APIs supported in Outlook mobile, see
|
|
12663
12665
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
@@ -15685,8 +15687,9 @@ declare namespace Office {
|
|
|
15685
15687
|
*
|
|
15686
15688
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
15687
15689
|
*
|
|
15688
|
-
* **Important**: This method is supported in Message Compose in Outlook on Android
|
|
15689
|
-
*
|
|
15690
|
+
* **Important**: This method is supported in Message Compose in Outlook on Android. Support for this method in Message Compose on Outlook on iOS is currently
|
|
15691
|
+
* being rolled out. For more information on supported APIs in Outlook mobile, see
|
|
15692
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
15690
15693
|
*
|
|
15691
15694
|
* @param options - An object literal that contains one or more of the following properties:-
|
|
15692
15695
|
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
|
|
@@ -15714,8 +15717,9 @@ declare namespace Office {
|
|
|
15714
15717
|
*
|
|
15715
15718
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
15716
15719
|
*
|
|
15717
|
-
* **Important**: This method is supported in Message Compose
|
|
15718
|
-
*
|
|
15720
|
+
* **Important**: This method is supported in Message Compose in Outlook on Android. Support for this method in Message Compose on Outlook on iOS is currently
|
|
15721
|
+
* being rolled out. For more information on supported APIs in Outlook mobile, see
|
|
15722
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
15719
15723
|
*
|
|
15720
15724
|
* @param callback - Optional. When the method completes, the function passed in the callback parameter is called with a single parameter,
|
|
15721
15725
|
* `asyncResult`, which is an `Office.AsyncResult` object.
|
|
@@ -15824,8 +15828,9 @@ declare namespace Office {
|
|
|
15824
15828
|
*
|
|
15825
15829
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
15826
15830
|
*
|
|
15827
|
-
* **Important**: This method is supported in Outlook on Android
|
|
15828
|
-
*
|
|
15831
|
+
* **Important**: This method is supported in Outlook on Android. Support for this method in Outlook on iOS is currently being rolled out.
|
|
15832
|
+
* For more information on supported APIs in Outlook mobile, see
|
|
15833
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
15829
15834
|
*
|
|
15830
15835
|
* @param options - An object literal that contains one or more of the following properties:-
|
|
15831
15836
|
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
|
|
@@ -15848,8 +15853,9 @@ declare namespace Office {
|
|
|
15848
15853
|
*
|
|
15849
15854
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
15850
15855
|
*
|
|
15851
|
-
* **Important**: This method is supported in Outlook on Android
|
|
15852
|
-
*
|
|
15856
|
+
* **Important**: This method is supported in Outlook on Android. Support for this method in Outlook on iOS is currently being rolled out.
|
|
15857
|
+
* For more information on supported APIs in Outlook mobile, see
|
|
15858
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
15853
15859
|
*
|
|
15854
15860
|
* @param callback - When the method completes, the function passed in the `callback` parameter is called with a single parameter of
|
|
15855
15861
|
* type `Office.AsyncResult`. On success, the `asyncResult.value` property contains an object with the item's compose type
|
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.362",
|
|
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": "
|
|
49
|
-
"typeScriptVersion": "4.
|
|
48
|
+
"typesPublisherContentHash": "0659567fcc7f56a46c8c1783ccbed755e5a2faf22f459122e1458f2614e745c6",
|
|
49
|
+
"typeScriptVersion": "4.6"
|
|
50
50
|
}
|