@types/office-js 1.0.507 → 1.0.508
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 +1 -1
- 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, 05 Jun 2025 00:04:18 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -135623,7 +135623,7 @@ declare namespace PowerPoint {
|
|
|
135623
135623
|
*
|
|
135624
135624
|
* [Api set: PowerPointApi 1.1]
|
|
135625
135625
|
*
|
|
135626
|
-
* @param base64File Optional. The Base64-encoded .pptx file. The default value is null.
|
|
135626
|
+
* @param base64File Optional. The Base64-encoded .pptx file. The default value is null. The maximum length of the string is 71,680,000 characters.
|
|
135627
135627
|
*/
|
|
135628
135628
|
function createPresentation(base64File?: string): Promise<void>;
|
|
135629
135629
|
}
|
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.508",
|
|
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": "574d27047f386468be94cb98941e36a50b541a87e6a4fb1d385a1543befbf023",
|
|
50
50
|
"typeScriptVersion": "5.1"
|
|
51
51
|
}
|