@types/office-js 1.0.435 → 1.0.437
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 +5 -3
- office-js/package.json +3 -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: Thu,
|
|
11
|
+
* Last updated: Thu, 24 Oct 2024 18:02:45 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -3574,7 +3574,8 @@ declare namespace Office {
|
|
|
3574
3574
|
*
|
|
3575
3575
|
* - In Outlook, this API isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
|
|
3576
3576
|
*
|
|
3577
|
-
* - In Outlook on the web, this API isn't supported if you use
|
|
3577
|
+
* - In Outlook on the web, this API isn't supported if you use Firefox with Enhanced Tracking Protection turned on.
|
|
3578
|
+
* This results in error 13001 ("The user is not signed into Office").
|
|
3578
3579
|
*
|
|
3579
3580
|
* - In Outlook on the web and {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows}, if you use the
|
|
3580
3581
|
* {@link https://learn.microsoft.com/javascript/api/office/office.ui#office-office-ui-displaydialogasync-member(1) | displayDialogAsync}
|
|
@@ -14868,8 +14869,9 @@ declare namespace Office {
|
|
|
14868
14869
|
* - In compose mode you must call the `saveAsync` method before you can use the `restUrl` member.
|
|
14869
14870
|
* Your add-in must have **read/write item** permissions to call the `saveAsync` method.
|
|
14870
14871
|
* However, in delegate or shared scenarios, you should instead use the `targetRestUrl` property of the
|
|
14871
|
-
* {@link
|
|
14872
|
-
*
|
|
14872
|
+
* {@link https://learn.microsoft.com/javascript/api/outlook/office.sharedproperties#outlook-office-sharedproperties-targetresturl-member | SharedProperties}
|
|
14873
|
+
* object (introduced in requirement set 1.8). For more information, see the
|
|
14874
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delegate-access | shared folders and shared mailbox} article.
|
|
14873
14875
|
*/
|
|
14874
14876
|
restUrl: string;
|
|
14875
14877
|
/**
|
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.437",
|
|
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",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"
|
|
48
|
+
"peerDependencies": {},
|
|
49
|
+
"typesPublisherContentHash": "f5d83363d5fb782ea50e5a74ad7a5095779c74d41ce3125bd7688578d8af98ae",
|
|
49
50
|
"typeScriptVersion": "4.8"
|
|
50
51
|
}
|