@types/office-js-preview 1.0.470 → 1.0.471

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.
@@ -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: Thu, 16 May 2024 19:06:38 GMT
11
+ * Last updated: Thu, 16 May 2024 23:35:47 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -5344,7 +5344,7 @@ declare namespace Office {
5344
5344
  * @param permissions An array of device capabilities to which an add-in is requesting access.
5345
5345
  * In Outlook on the web, an add-in can request access to a user's camera, geolocation, and microphone.
5346
5346
  * @param options An object literal that contains the `asyncContext` property. Assign any object you wish to access in the callback function to the `asyncContext` property.
5347
- * @param callback When the method completes, the function passed in the `callback` parameter is called with a single parameter, `asyncResult`, which is an `Office.AsyncResult object.
5347
+ * @param callback When the method completes, the function passed in the `callback` parameter is called with a single parameter, `asyncResult`, which is an `Office.AsyncResult` object.
5348
5348
  * If the user grants permission to access the requested device capabilities, `true` is returned in the `asyncResult.value` property.
5349
5349
  */
5350
5350
  requestPermissionsAsync(permissions: Office.DevicePermissionType[], options: Office.AsyncContextOptions, callback: (asyncResult: Office.AsyncResult<boolean>) => void): void;
@@ -5382,7 +5382,7 @@ declare namespace Office {
5382
5382
  *
5383
5383
  * @param permissions An array of device capabilities to which an add-in is requesting access.
5384
5384
  * In Outlook on the web, an add-in can request access to a user's camera, geolocation, and microphone.
5385
- * @param callback When the method completes, the function passed in the `callback` parameter is called with a single parameter, `asyncResult`, which is an `Office.AsyncResult object.
5385
+ * @param callback When the method completes, the function passed in the `callback` parameter is called with a single parameter, `asyncResult`, which is an `Office.AsyncResult` object.
5386
5386
  * If the user grants permission to access the requested device capabilities, `true` is returned in the `asyncResult.value` property.
5387
5387
  */
5388
5388
  requestPermissionsAsync(permissions: Office.DevicePermissionType[], callback: (asyncResult: Office.AsyncResult<boolean>) => void): void;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.470",
3
+ "version": "1.0.471",
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": "3a36dcdb2b4aa13e83b8a31232a2e86f773703ca9e0f0e39040f912e0537d506",
48
+ "typesPublisherContentHash": "f10733ef3d8ad4b70a421803b8f8c2a82c4e4e50e706e141ccb82fa29f919d66",
49
49
  "typeScriptVersion": "4.7",
50
50
  "nonNpm": true
51
51
  }