@types/office-js-preview 1.0.581 → 1.0.582
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-preview/README.md
CHANGED
|
@@ -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, 14 Apr 2025
|
|
11
|
+
* Last updated: Mon, 14 Apr 2025 22:37:06 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -21984,7 +21984,7 @@ declare namespace Office {
|
|
|
21984
21984
|
*
|
|
21985
21985
|
* There's no recipient limit if you call `addAsync` in Outlook on Mac (new UI).
|
|
21986
21986
|
*
|
|
21987
|
-
*
|
|
21987
|
+
* The `addAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
|
|
21988
21988
|
* For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
|
|
21989
21989
|
*
|
|
21990
21990
|
* **Errors**:
|
|
@@ -22023,7 +22023,7 @@ declare namespace Office {
|
|
|
22023
22023
|
*
|
|
22024
22024
|
* There's no recipient limit if you call `addAsync` in Outlook on Mac (new UI).
|
|
22025
22025
|
*
|
|
22026
|
-
*
|
|
22026
|
+
* The `addAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
|
|
22027
22027
|
* For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
|
|
22028
22028
|
*
|
|
22029
22029
|
* **Errors**:
|
|
@@ -22162,7 +22162,7 @@ declare namespace Office {
|
|
|
22162
22162
|
*
|
|
22163
22163
|
* There's no recipient limit if you call `setAsync` in Outlook on Mac (new UI).
|
|
22164
22164
|
*
|
|
22165
|
-
*
|
|
22165
|
+
* The `setAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
|
|
22166
22166
|
* For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
|
|
22167
22167
|
*
|
|
22168
22168
|
* **Errors**:
|
|
@@ -22205,7 +22205,7 @@ declare namespace Office {
|
|
|
22205
22205
|
*
|
|
22206
22206
|
* There's no recipient limit if you call `setAsync` in Outlook on Mac (new UI).
|
|
22207
22207
|
*
|
|
22208
|
-
*
|
|
22208
|
+
* The `setAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
|
|
22209
22209
|
* For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
|
|
22210
22210
|
*
|
|
22211
22211
|
* **Errors**:
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.582",
|
|
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": "
|
|
49
|
+
"typesPublisherContentHash": "4bb42c12e78e634d453cde7b00437bff3803a0ad5ee4f2fd9923bf869cad8cfe",
|
|
50
50
|
"typeScriptVersion": "5.1",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|