@types/office-js-preview 1.0.298 → 1.0.299
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 (https://github.com/OfficeD
|
|
|
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: Thu, 21 Apr 2022 23:31:47 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -14376,7 +14376,7 @@ declare namespace Office {
|
|
|
14376
14376
|
*
|
|
14377
14377
|
* The add-in should use the `ewsUrl` property to determine the correct URL to use when making EWS calls.
|
|
14378
14378
|
*
|
|
14379
|
-
* You can pass both the token and either an attachment identifier or item identifier to
|
|
14379
|
+
* You can pass both the token and either an attachment identifier or item identifier to an external system. That system uses
|
|
14380
14380
|
* the token as a bearer authorization token to call the Exchange Web Services (EWS)
|
|
14381
14381
|
* {@link https://docs.microsoft.com/exchange/client-developer/web-service-reference/getattachment-operation | GetAttachment} operation or
|
|
14382
14382
|
* {@link https://docs.microsoft.com/exchange/client-developer/web-service-reference/getitem-operation | GetItem} operation to return an
|
|
@@ -14416,7 +14416,7 @@ declare namespace Office {
|
|
|
14416
14416
|
*
|
|
14417
14417
|
* The token is returned as a string in the `asyncResult.value` property.
|
|
14418
14418
|
*
|
|
14419
|
-
* You can pass both the token and either an attachment identifier or item identifier to
|
|
14419
|
+
* You can pass both the token and either an attachment identifier or item identifier to an external system. That system uses
|
|
14420
14420
|
* the token as a bearer authorization token to call the Exchange Web Services (EWS)
|
|
14421
14421
|
* {@link https://docs.microsoft.com/exchange/client-developer/web-service-reference/getattachment-operation | GetAttachment} or
|
|
14422
14422
|
* {@link https://docs.microsoft.com/exchange/client-developer/web-service-reference/getitem-operation | GetItem} operation to return an
|
|
@@ -14464,7 +14464,7 @@ declare namespace Office {
|
|
|
14464
14464
|
* **{@link https://docs.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
|
|
14465
14465
|
*
|
|
14466
14466
|
* The `getUserIdentityTokenAsync` method returns a token that you can use to identify and
|
|
14467
|
-
* {@link https://docs.microsoft.com/office/dev/add-ins/outlook/authentication | authenticate the add-in and user with
|
|
14467
|
+
* {@link https://docs.microsoft.com/office/dev/add-ins/outlook/authentication | authenticate the add-in and user with an external system}.
|
|
14468
14468
|
*
|
|
14469
14469
|
* **Errors**:
|
|
14470
14470
|
*
|
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.299",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "5ea408168763b5ed21b48fa4b37180b91869c041a2418069143c29ae9e8e1fb0",
|
|
49
49
|
"typeScriptVersion": "3.9"
|
|
50
50
|
}
|