@types/office-js-preview 1.0.327 → 1.0.328
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 +1 -1
- office-js-preview/index.d.ts +20 -14
- office-js-preview/package.json +3 -3
office-js-preview/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-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 31 Aug 2022 17:32:44 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -12078,14 +12078,17 @@ declare namespace Office {
|
|
|
12078
12078
|
/**
|
|
12079
12079
|
* Appends on send the specified content to the end of the item body, after any signature.
|
|
12080
12080
|
*
|
|
12081
|
-
*
|
|
12082
|
-
*
|
|
12083
|
-
* append-on-send
|
|
12084
|
-
*
|
|
12085
|
-
* **Important**: If
|
|
12086
|
-
*
|
|
12081
|
+
* To use `appendOnSendAsync`, the `ExtendedPermissions` manifest node must include the `AppendOnSend` extended permission. To learn more
|
|
12082
|
+
* about append-on-send and its configuration, see
|
|
12083
|
+
* {@link https://docs.microsoft.com/office/dev/add-ins/outlook/append-on-send | Implement append-on-send in your Outlook add-in}.
|
|
12084
|
+
*
|
|
12085
|
+
* **Important**: If the {@link https://docs.microsoft.com/office/dev/add-ins/outlook/outlook-on-send-addins?tabs=windows | on-send feature}
|
|
12086
|
+
* is implemented with append-on-send, the following apply.
|
|
12087
|
+
*
|
|
12088
|
+
* - If the user is running add-ins that implement the on-send feature using `ItemSend` in the manifest, append-on-send runs before on-send functionality.
|
|
12087
12089
|
*
|
|
12088
|
-
*
|
|
12090
|
+
* - If your add-in implements the on-send feature and calls `appendOnSendAsync` in the `ItemSend` handler,
|
|
12091
|
+
* the `appendOnSendAsync` call returns an error as this scenario isn't supported.
|
|
12089
12092
|
*
|
|
12090
12093
|
* **Recommended**: Call `getTypeAsync` then pass the returned value to the `options.coercionType` parameter.
|
|
12091
12094
|
*
|
|
@@ -12115,14 +12118,17 @@ declare namespace Office {
|
|
|
12115
12118
|
/**
|
|
12116
12119
|
* Appends on send the specified content to the end of the item body, after any signature.
|
|
12117
12120
|
*
|
|
12118
|
-
*
|
|
12119
|
-
*
|
|
12120
|
-
* append-on-send
|
|
12121
|
-
*
|
|
12122
|
-
* **Important**: If
|
|
12123
|
-
*
|
|
12121
|
+
* To use `appendOnSendAsync`, the `ExtendedPermissions` manifest node must include the `AppendOnSend` extended permission. To learn more
|
|
12122
|
+
* about append-on-send and its configuration, see
|
|
12123
|
+
* {@link https://docs.microsoft.com/office/dev/add-ins/outlook/append-on-send | Implement append-on-send in your Outlook add-in}.
|
|
12124
|
+
*
|
|
12125
|
+
* **Important**: If the {@link https://docs.microsoft.com/office/dev/add-ins/outlook/outlook-on-send-addins?tabs=windows | on-send feature}
|
|
12126
|
+
* is implemented with append-on-send, the following apply.
|
|
12127
|
+
*
|
|
12128
|
+
* - If the user is running add-ins that implement the on-send feature using `ItemSend` in the manifest, append-on-send runs before on-send functionality.
|
|
12124
12129
|
*
|
|
12125
|
-
*
|
|
12130
|
+
* - If your add-in implements the on-send feature and calls `appendOnSendAsync` in the `ItemSend` handler,
|
|
12131
|
+
* the `appendOnSendAsync` call returns an error as this scenario isn't supported.
|
|
12126
12132
|
*
|
|
12127
12133
|
* **Recommended**: Call `getTypeAsync` then pass the returned value to the `options.coercionType` parameter.
|
|
12128
12134
|
*
|
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.328",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
49
|
-
"typeScriptVersion": "4.
|
|
48
|
+
"typesPublisherContentHash": "1190c42988b0784a2096a14bdcd4a515ce214d2a056f78a1f9f5adb53f721fd5",
|
|
49
|
+
"typeScriptVersion": "4.1"
|
|
50
50
|
}
|