@types/office-js-preview 1.0.673 → 1.0.674

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, 18 Dec 2025 00:04:25 GMT
11
+ * Last updated: Mon, 05 Jan 2026 20:02:10 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -42822,6 +42822,7 @@ declare namespace Excel {
42822
42822
  /**
42823
42823
  * Moves cell values, formatting, and formulas from current range to the destination range, replacing the old information in those cells.
42824
42824
  The destination range will be expanded automatically if it is smaller than the current range. Any cells in the destination range that are outside of the original range's area are not changed.
42825
+ Note: When a range is moved to a new address using this API, the new range object should be retrieved using the new address.
42825
42826
  *
42826
42827
  * @remarks
42827
42828
  * [Api set: ExcelApi 1.11]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.673",
3
+ "version": "1.0.674",
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": "e38802f7b232189276563fcb99dda2d25dc47c9139b080356945df0c46907c71",
49
+ "typesPublisherContentHash": "48276475b6d9d9d556a05e8c463fe9ad36c1f8dde136b941b618949fbc101b0f",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }