@types/office-js 1.0.536 → 1.0.537

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: Wed, 17 Sep 2025 18:02:44 GMT
11
+ * Last updated: Thu, 18 Sep 2025 00:47:12 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -51834,9 +51834,6 @@ declare namespace Excel {
51834
51834
  * Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
51835
51835
  *
51836
51836
  * @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
51837
- *
51838
- * @remarks
51839
- * [Api set: ExcelApi 1.20]
51840
51837
  */
51841
51838
  load(propertyNamesAndPaths?: {
51842
51839
  select?: string;
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.536",
3
+ "version": "1.0.537",
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",
@@ -46,6 +46,6 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "2a621c84f97cfc2f0a0a324fd4b5a88e671eee12aa60a664765b24bcb08d159b",
49
+ "typesPublisherContentHash": "564ddc4468e8a13cd493a15321831db9feee52b4da3e49978a684bf368f246b9",
50
50
  "typeScriptVersion": "5.2"
51
51
  }