@types/office-js-preview 1.0.602 → 1.0.604

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: Mon, 02 Jun 2025 23:02:52 GMT
11
+ * Last updated: Thu, 05 Jun 2025 00:04:18 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -137890,7 +137890,7 @@ declare namespace PowerPoint {
137890
137890
  /**
137891
137891
  * If provided, specifies properties for each cell in the table.
137892
137892
 
137893
- This should be an 2D array with the same number of rows and columns as the table.
137893
+ This should be a 2D array with the same number of rows and columns as the table.
137894
137894
  If a cell doesn't require specific formatting, specify an empty object for that cell.
137895
137895
  Only the top left cell of a merged are can have properties specified, which will be applied
137896
137896
  to the entire merged area. For the other cells in the merged area, an empty object should be provided.
@@ -144334,7 +144334,7 @@ declare namespace PowerPoint {
144334
144334
  *
144335
144335
  * [Api set: PowerPointApi 1.1]
144336
144336
  *
144337
- * @param base64File Optional. The Base64-encoded .pptx file. The default value is null.
144337
+ * @param base64File Optional. The Base64-encoded .pptx file. The default value is null. The maximum length of the string is 71,680,000 characters.
144338
144338
  */
144339
144339
  function createPresentation(base64File?: string): Promise<void>;
144340
144340
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.602",
3
+ "version": "1.0.604",
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": "99518f464f3a9a6929377886ef3d3894e11a3acdd085c164bb3becde72b33120",
49
+ "typesPublisherContentHash": "b08aa7b3a8191044057f92020c69171cf295dbb7a784148aad922c2cf1a4929d",
50
50
  "typeScriptVersion": "5.1",
51
51
  "nonNpm": true
52
52
  }