@types/office-js 1.0.307 → 1.0.308

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: Thu, 15 Dec 2022 19:33:13 GMT
11
+ * Last updated: Tue, 20 Dec 2022 19:02:32 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
@@ -25838,7 +25838,8 @@ declare namespace Excel {
25838
25838
  /**
25839
25839
  *
25840
25840
  * Creates and opens a new workbook. Optionally, the workbook can be pre-populated with a base64-encoded .xlsx file.
25841
- *
25841
+ * Note: Macros can be a security risk. If this API is used to create a workbook that includes a macro, the add-in user will be prompted with a "Trust this add-in?" dialog in the Excel UI. The user must select the "Trust add-in" button to proceed.
25842
+ *
25842
25843
  * [Api set: ExcelApi 1.8]
25843
25844
  *
25844
25845
  * @param base64File Optional. The base64 encoded .xlsx file. The default value is null.
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.307",
3
+ "version": "1.0.308",
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": "78f353be150b3dde62060d81deeabdc6619b9ac7181c129179d71f1f3fb4d403",
48
+ "typesPublisherContentHash": "f00d5d22acdd4e78ea3669f61aad425dd99a685be7473207cb28c8a71d48a06f",
49
49
  "typeScriptVersion": "4.2"
50
50
  }