@types/office-js-preview 1.0.699 → 1.0.700

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, 03 Apr 2026 16:45:01 GMT
11
+ * Last updated: Fri, 10 Apr 2026 22:09:56 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -11307,7 +11307,7 @@ declare namespace Office {
11307
11307
  *
11308
11308
  * - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
11309
11309
  *
11310
- * @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 27,892,122 characters (about 25 MB).
11310
+ * @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
11311
11311
  * @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
11312
11312
  * @param options - An object literal that contains one or more of the following properties:-
11313
11313
  * `asyncContext`: Developers can provide any object they wish to access in the callback function.
@@ -11354,7 +11354,7 @@ declare namespace Office {
11354
11354
  *
11355
11355
  * - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
11356
11356
  *
11357
- * @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 27,892,122 characters (about 25 MB).
11357
+ * @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
11358
11358
  * @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
11359
11359
  * @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter
11360
11360
  * of type `Office.AsyncResult`.
@@ -20207,7 +20207,7 @@ declare namespace Office {
20207
20207
  *
20208
20208
  * - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
20209
20209
  *
20210
- * @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 27,892,122 characters (about 25 MB).
20210
+ * @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
20211
20211
  * @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
20212
20212
  * @param options - An object literal that contains one or more of the following properties:-
20213
20213
  * `asyncContext`: Developers can provide any object they wish to access in the callback function.
@@ -20263,7 +20263,7 @@ declare namespace Office {
20263
20263
  *
20264
20264
  * - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
20265
20265
  *
20266
- * @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 27,892,122 characters (about 25 MB).
20266
+ * @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
20267
20267
  * @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
20268
20268
  * @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter of type `Office.AsyncResult`.
20269
20269
  * On success, the attachment identifier is provided in the `asyncResult.value` property. The identifier varies depending on the Outlook client.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.699",
3
+ "version": "1.0.700",
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": "f8cf5b116ad6508d31a47c2b9192abddd2508dfb98e6c6724553eb42a3e1e8ef",
49
+ "typesPublisherContentHash": "dc80d9b9323c234cd878aa6917888c051f5877830c4d777903f4073fb4d7cb46",
50
50
  "typeScriptVersion": "5.3",
51
51
  "nonNpm": true
52
52
  }