@types/office-js 1.0.368 → 1.0.369
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 +8 -0
- office-js/package.json +2 -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, 30 Jan 2024 00:22:17 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -942,6 +942,14 @@ declare namespace Office {
|
|
|
942
942
|
* Provides access to the properties for Office theme colors.
|
|
943
943
|
*/
|
|
944
944
|
officeTheme: OfficeTheme;
|
|
945
|
+
/**
|
|
946
|
+
* Gets a partition key for local storage. Add-ins should use this key as the location to securely store data.
|
|
947
|
+
*
|
|
948
|
+
* @remarks
|
|
949
|
+
*
|
|
950
|
+
* The hashed value of the UserPrincipalName (UPN) for the add-in's current partition.
|
|
951
|
+
*/
|
|
952
|
+
partitionKey: string;
|
|
945
953
|
/**
|
|
946
954
|
* Provides the platform on which the add-in is running.
|
|
947
955
|
*
|
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.369",
|
|
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,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "44035a996299dd15c255ec0e1bea644986b42eaa052041fd4b7c51d38e04930d",
|
|
49
49
|
"typeScriptVersion": "4.6"
|
|
50
50
|
}
|