@types/office-js 1.0.435 → 1.0.436
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 +3 -2
- 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:
|
|
11
|
+
* Last updated: Tue, 22 Oct 2024 22:08:05 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -14868,8 +14868,9 @@ declare namespace Office {
|
|
|
14868
14868
|
* - In compose mode you must call the `saveAsync` method before you can use the `restUrl` member.
|
|
14869
14869
|
* Your add-in must have **read/write item** permissions to call the `saveAsync` method.
|
|
14870
14870
|
* However, in delegate or shared scenarios, you should instead use the `targetRestUrl` property of the
|
|
14871
|
-
* {@link
|
|
14872
|
-
*
|
|
14871
|
+
* {@link https://learn.microsoft.com/javascript/api/outlook/office.sharedproperties#outlook-office-sharedproperties-targetresturl-member | SharedProperties}
|
|
14872
|
+
* object (introduced in requirement set 1.8). For more information, see the
|
|
14873
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delegate-access | shared folders and shared mailbox} article.
|
|
14873
14874
|
*/
|
|
14874
14875
|
restUrl: string;
|
|
14875
14876
|
/**
|
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.436",
|
|
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": "f102a7cca63f8e0fa86e44e0e57d6ef3b8b55644dec45a8a63132573d4d6e503",
|
|
49
50
|
"typeScriptVersion": "4.8"
|
|
50
51
|
}
|