@types/office-js-preview 1.0.704 → 1.0.705

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: Fri, 08 May 2026 18:49:38 GMT
11
+ * Last updated: Tue, 12 May 2026 17:15:08 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -36141,15 +36141,6 @@ declare namespace Excel {
36141
36141
  * @beta
36142
36142
  */
36143
36143
  delete(): void;
36144
- /**
36145
- * Refreshes the query.
36146
- This only starts the refresh.
36147
- *
36148
- * @remarks
36149
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
36150
- * @beta
36151
- */
36152
- refresh(): void;
36153
36144
  /**
36154
36145
  * Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
36155
36146
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.704",
3
+ "version": "1.0.705",
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",
@@ -46,7 +46,7 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "1bd36e84d83bb0dd822e3c91552d3cdf2860c179add9870108a26b0b085f903d",
49
+ "typesPublisherContentHash": "ecd315ba5852199c73248fea668fa14c630ce4518bbb2eedd3c760123ea9ce5f",
50
50
  "typeScriptVersion": "5.3",
51
51
  "nonNpm": true
52
52
  }