@types/office-js-preview 1.0.700 → 1.0.701

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, 10 Apr 2026 22:09:56 GMT
11
+ * Last updated: Sat, 18 Apr 2026 00:15:41 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -72134,7 +72134,7 @@ declare namespace Excel {
72134
72134
  *
72135
72135
  * @param dateText Is text that represents a date in a Microsoft Excel date format, between 1/1/1900 or 1/1/1904 (depending on the workbook's date system) and 12/31/9999.
72136
72136
  */
72137
- datevalue(dateText: string | number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<number>;
72137
+ datevalue(dateText: string | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<number>;
72138
72138
  /**
72139
72139
  * Returns the day of the month, a number from 1 to 31.
72140
72140
  *
@@ -148585,8 +148585,7 @@ declare namespace Word {
148585
148585
  * Adds a new `ListTemplate` object. Note: This operation isn't allowed if the collection represents list templates from a {@link Word.ListTemplateGallery}.
148586
148586
  *
148587
148587
  * @remarks
148588
- * [Api set: WordApi BETA (PREVIEW ONLY)]
148589
- * @beta
148588
+ * [Api set: WordApiDesktop 1.5]
148590
148589
  *
148591
148590
  * @param options Optional. Options for adding a new list template.
148592
148591
  */
@@ -148637,24 +148636,21 @@ declare namespace Word {
148637
148636
  * Represents the options for the {@link Word.ListTemplateCollection | ListTemplateCollection.add} method.
148638
148637
  *
148639
148638
  * @remarks
148640
- * [Api set: WordApi BETA (PREVIEW ONLY)]
148641
- * @beta
148639
+ * [Api set: WordApiDesktop 1.5]
148642
148640
  */
148643
148641
  interface ListTemplateAddOptions {
148644
148642
  /**
148645
148643
  * If provided, specifies the name of the list template to be added.
148646
148644
  *
148647
148645
  * @remarks
148648
- * [Api set: WordApi BETA (PREVIEW ONLY)]
148649
- * @beta
148646
+ * [Api set: WordApiDesktop 1.5]
148650
148647
  */
148651
148648
  name?: string;
148652
148649
  /**
148653
148650
  * If provided, specifies whether to apply outline numbering to the new list template. The default value is `false`.
148654
148651
  *
148655
148652
  * @remarks
148656
- * [Api set: WordApi BETA (PREVIEW ONLY)]
148657
- * @beta
148653
+ * [Api set: WordApiDesktop 1.5]
148658
148654
  */
148659
148655
  outlineNumbered?: boolean;
148660
148656
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.700",
3
+ "version": "1.0.701",
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": "dc80d9b9323c234cd878aa6917888c051f5877830c4d777903f4073fb4d7cb46",
49
+ "typesPublisherContentHash": "29c60648fbb4ab29dad7ec0620b581c57f1ef001fb9faa2d739a3bf0e32ab04d",
50
50
  "typeScriptVersion": "5.3",
51
51
  "nonNpm": true
52
52
  }