@types/office-js 1.0.522 → 1.0.523
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 +1 -1
- office-js/index.d.ts +3 -3
- office-js/package.json +2 -2
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:
|
|
11
|
+
* Last updated: Thu, 07 Aug 2025 16:41:36 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -96375,7 +96375,7 @@ declare namespace Word {
|
|
|
96375
96375
|
toJSON(): Word.Interfaces.ListLevelCollectionData;
|
|
96376
96376
|
}
|
|
96377
96377
|
/**
|
|
96378
|
-
* Represents a
|
|
96378
|
+
* Represents a list template.
|
|
96379
96379
|
*
|
|
96380
96380
|
* @remarks
|
|
96381
96381
|
* [Api set: WordApiDesktop 1.1]
|
|
@@ -96384,14 +96384,14 @@ declare namespace Word {
|
|
|
96384
96384
|
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
|
|
96385
96385
|
context: RequestContext;
|
|
96386
96386
|
/**
|
|
96387
|
-
* Gets a
|
|
96387
|
+
* Gets a `ListLevelCollection` object that represents all the levels for the list template.
|
|
96388
96388
|
*
|
|
96389
96389
|
* @remarks
|
|
96390
96390
|
* [Api set: WordApiDesktop 1.1]
|
|
96391
96391
|
*/
|
|
96392
96392
|
readonly listLevels: Word.ListLevelCollection;
|
|
96393
96393
|
/**
|
|
96394
|
-
* Specifies whether the
|
|
96394
|
+
* Specifies whether the list template is outline numbered.
|
|
96395
96395
|
*
|
|
96396
96396
|
* @remarks
|
|
96397
96397
|
* [Api set: WordApiDesktop 1.1]
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.523",
|
|
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": "
|
|
49
|
+
"typesPublisherContentHash": "5c931391da66b364ddb76a83752ea55591e77a303091360a166eed38989b0b25",
|
|
50
50
|
"typeScriptVersion": "5.2"
|
|
51
51
|
}
|