@types/office-js-preview 1.0.446 → 1.0.447

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.
@@ -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: Fri, 26 Jan 2024 16:07:24 GMT
11
+ * Last updated: Tue, 30 Jan 2024 00:22:17 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -947,6 +947,14 @@ declare namespace Office {
947
947
  * Provides access to the properties for Office theme colors.
948
948
  */
949
949
  officeTheme: OfficeTheme;
950
+ /**
951
+ * Gets a partition key for local storage. Add-ins should use this key as the location to securely store data.
952
+ *
953
+ * @remarks
954
+ *
955
+ * The hashed value of the UserPrincipalName (UPN) for the add-in's current partition.
956
+ */
957
+ partitionKey: string;
950
958
  /**
951
959
  * Provides the platform on which the add-in is running.
952
960
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.446",
3
+ "version": "1.0.447",
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",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "1addb0e5673dceaafc334bccb0c7a31410d95f665c7df75f930dc8f385e73211",
48
+ "typesPublisherContentHash": "93a99194fb957e25a88f9e8c08f7a23a5906e57cfb5531b6e5fbdfa44fa1abac",
49
49
  "typeScriptVersion": "4.6"
50
50
  }