@types/office-js-preview 1.0.472 → 1.0.474
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 23:36:04 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -241,6 +241,10 @@ declare namespace Office {
|
|
|
241
241
|
* Represents the Auth interface.
|
|
242
242
|
*/
|
|
243
243
|
const auth: Auth;
|
|
244
|
+
/**
|
|
245
|
+
* Represents the Device Permission interface.
|
|
246
|
+
*/
|
|
247
|
+
const devicePermission: DevicePermission;
|
|
244
248
|
/**
|
|
245
249
|
* Represents the ribbon associated with the Office application.
|
|
246
250
|
*/
|
|
@@ -4689,13 +4693,20 @@ declare namespace Office {
|
|
|
4689
4693
|
*
|
|
4690
4694
|
* @remarks
|
|
4691
4695
|
*
|
|
4692
|
-
* **Applications**: Outlook
|
|
4696
|
+
* **Applications**: Outlook on the web and on Windows (classic and new clients)
|
|
4693
4697
|
*
|
|
4694
4698
|
* [Api set: Mailbox 1.14]
|
|
4695
4699
|
*
|
|
4696
4700
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **restricted**
|
|
4697
4701
|
*
|
|
4698
4702
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
|
|
4703
|
+
*
|
|
4704
|
+
* **Important**:
|
|
4705
|
+
*
|
|
4706
|
+
* - 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,
|
|
4707
|
+
* the API is only supported in add-ins that implement event-based activation or integrated spam reporting.
|
|
4708
|
+
*
|
|
4709
|
+
* - 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
4710
|
*/
|
|
4700
4711
|
urls: Urls;
|
|
4701
4712
|
}
|
|
@@ -8655,11 +8666,14 @@ declare namespace Office {
|
|
|
8655
8666
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | Configure your Outlook add-in for event-based activation} and
|
|
8656
8667
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting | Implement an integrated spam-reporting add-in}.
|
|
8657
8668
|
*
|
|
8669
|
+
* - 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,
|
|
8670
|
+
* the API is only supported in add-ins that implement event-based activation or integrated spam reporting.
|
|
8671
|
+
*
|
|
8658
8672
|
* - If your add-in uses the XML manifest, the URL returned matches the `resid` value of the **RuntimeOverride** element of type `javascript`.
|
|
8659
8673
|
* To learn more, see {@link https://learn.microsoft.com/javascript/api/manifest/override#override-element-for-runtime | Override element for Runtime}.
|
|
8660
8674
|
*
|
|
8661
8675
|
* - 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.
|
|
8676
|
+
* "extensions.runtimes.code" object.
|
|
8663
8677
|
*/
|
|
8664
8678
|
javascriptRuntimeUrl: string;
|
|
8665
8679
|
}
|
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.474",
|
|
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": "207a31d6442f7bde128055760e127aa9ee6b52918cb1c8b65b88835c47b425ce",
|
|
49
49
|
"typeScriptVersion": "4.7",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|