@types/office-js 1.0.248 → 1.0.249

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 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: Tue, 19 Apr 2022 21:31:36 GMT
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/index.d.ts CHANGED
@@ -13980,7 +13980,7 @@ declare namespace Office {
13980
13980
  *
13981
13981
  * The add-in should use the `ewsUrl` property to determine the correct URL to use when making EWS calls.
13982
13982
  *
13983
- * You can pass both the token and either an attachment identifier or item identifier to a third-party system. The third-party system uses
13983
+ * You can pass both the token and either an attachment identifier or item identifier to an external system. That system uses
13984
13984
  * the token as a bearer authorization token to call the Exchange Web Services (EWS)
13985
13985
  * {@link https://docs.microsoft.com/exchange/client-developer/web-service-reference/getattachment-operation | GetAttachment} operation or
13986
13986
  * {@link https://docs.microsoft.com/exchange/client-developer/web-service-reference/getitem-operation | GetItem} operation to return an
@@ -14020,7 +14020,7 @@ declare namespace Office {
14020
14020
  *
14021
14021
  * The token is returned as a string in the `asyncResult.value` property.
14022
14022
  *
14023
- * You can pass both the token and either an attachment identifier or item identifier to a third-party system. The third-party system uses
14023
+ * You can pass both the token and either an attachment identifier or item identifier to an external system. That system uses
14024
14024
  * the token as a bearer authorization token to call the Exchange Web Services (EWS)
14025
14025
  * {@link https://docs.microsoft.com/exchange/client-developer/web-service-reference/getattachment-operation | GetAttachment} operation or
14026
14026
  * {@link https://docs.microsoft.com/exchange/client-developer/web-service-reference/getitem-operation | GetItem} operation to return an
@@ -14068,7 +14068,7 @@ declare namespace Office {
14068
14068
  * **{@link https://docs.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
14069
14069
  *
14070
14070
  * The `getUserIdentityTokenAsync` method returns a token that you can use to identify and
14071
- * {@link https://docs.microsoft.com/office/dev/add-ins/outlook/authentication | authenticate the add-in and user with a third-party system}.
14071
+ * {@link https://docs.microsoft.com/office/dev/add-ins/outlook/authentication | authenticate the add-in and user with an external system}.
14072
14072
  *
14073
14073
  * **Errors**:
14074
14074
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.248",
3
+ "version": "1.0.249",
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": "86dfb3a483d4cdf29d56e97e62496931c4a064a465dfc49469b5b4469d0a9d61",
48
+ "typesPublisherContentHash": "57d166173a80dd4dea262c0fad5e355c6abdc11f923e13b1c1775661d5a0b9a0",
49
49
  "typeScriptVersion": "3.9"
50
50
  }