@types/office-js-preview 1.0.472 → 1.0.473
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-preview/README.md
CHANGED
|
@@ -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:
|
|
11
|
+
* Last updated: Fri, 24 May 2024 21:35:52 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -4689,13 +4689,20 @@ declare namespace Office {
|
|
|
4689
4689
|
*
|
|
4690
4690
|
* @remarks
|
|
4691
4691
|
*
|
|
4692
|
-
* **Applications**: Outlook
|
|
4692
|
+
* **Applications**: Outlook on the web and on Windows (classic and new clients)
|
|
4693
4693
|
*
|
|
4694
4694
|
* [Api set: Mailbox 1.14]
|
|
4695
4695
|
*
|
|
4696
4696
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **restricted**
|
|
4697
4697
|
*
|
|
4698
4698
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
|
|
4699
|
+
*
|
|
4700
|
+
* **Important**:
|
|
4701
|
+
*
|
|
4702
|
+
* - In Outlook on the web and new Outlook on Windows, this API isn't supported in add-ins that implement a task pane. On these clients,
|
|
4703
|
+
* the API is only supported in add-ins that implement event-based activation or integrated spam reporting.
|
|
4704
|
+
*
|
|
4705
|
+
* - In classic Outlook on Windows, this API is supported in add-ins that implement a task pane, event-based activation, or integrated spam reporting.
|
|
4699
4706
|
*/
|
|
4700
4707
|
urls: Urls;
|
|
4701
4708
|
}
|
|
@@ -8655,11 +8662,14 @@ declare namespace Office {
|
|
|
8655
8662
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | Configure your Outlook add-in for event-based activation} and
|
|
8656
8663
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting | Implement an integrated spam-reporting add-in}.
|
|
8657
8664
|
*
|
|
8665
|
+
* - In Outlook on the web and new Outlook on Windows, this API isn't supported in add-ins that implement a task pane. On these clients,
|
|
8666
|
+
* the API is only supported in add-ins that implement event-based activation or integrated spam reporting.
|
|
8667
|
+
*
|
|
8658
8668
|
* - If your add-in uses the XML manifest, the URL returned matches the `resid` value of the **RuntimeOverride** element of type `javascript`.
|
|
8659
8669
|
* To learn more, see {@link https://learn.microsoft.com/javascript/api/manifest/override#override-element-for-runtime | Override element for Runtime}.
|
|
8660
8670
|
*
|
|
8661
8671
|
* - If your add-in uses the unified manifest for Microsoft 365, the URL returned matches the value of the `script` property in the
|
|
8662
|
-
* "code" object.
|
|
8672
|
+
* "extensions.runtimes.code" object.
|
|
8663
8673
|
*/
|
|
8664
8674
|
javascriptRuntimeUrl: string;
|
|
8665
8675
|
}
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.473",
|
|
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": "
|
|
48
|
+
"typesPublisherContentHash": "735c05c8355d969fb6738be33a9b7e0849571425739d1b85ab499fa260bb6cc6",
|
|
49
49
|
"typeScriptVersion": "4.7",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|