@types/office-js 1.0.449 → 1.0.450
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 +0 -10
- office-js/package.json +3 -3
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, 03 Dec 2024 09:35:08 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -3515,8 +3515,6 @@ declare namespace Office {
|
|
|
3515
3515
|
*
|
|
3516
3516
|
* **Important**: In Outlook, this API isn't supported if the add-in is loaded in an Outlook.com or Gmail mailbox.
|
|
3517
3517
|
*
|
|
3518
|
-
* **Warning**: `getAccessTokenAsync` has been deprecated. Use `Office.auth.getAccessToken` instead.
|
|
3519
|
-
*
|
|
3520
3518
|
* @deprecated Use `Office.auth.getAccessToken` instead.
|
|
3521
3519
|
*
|
|
3522
3520
|
* @remarks
|
|
@@ -3540,8 +3538,6 @@ declare namespace Office {
|
|
|
3540
3538
|
*
|
|
3541
3539
|
* **Important**: In Outlook, this API isn't supported if the add-in is loaded in an Outlook.com or Gmail mailbox.
|
|
3542
3540
|
*
|
|
3543
|
-
* **Warning**: `getAccessTokenAsync` has been deprecated. Use `Office.auth.getAccessToken` instead.
|
|
3544
|
-
*
|
|
3545
3541
|
* @deprecated Use `Office.auth.getAccessToken` instead.
|
|
3546
3542
|
*
|
|
3547
3543
|
* @remarks
|
|
@@ -3612,8 +3608,6 @@ declare namespace Office {
|
|
|
3612
3608
|
/**
|
|
3613
3609
|
* Prompts the user to add their Office account (or to switch to it, if it is already added). Default value is `false`.
|
|
3614
3610
|
*
|
|
3615
|
-
* **Warning**: `forceAddAccount` has been deprecated. Use `allowSignInPrompt` instead.
|
|
3616
|
-
*
|
|
3617
3611
|
* @deprecated Use `allowSignInPrompt` instead.
|
|
3618
3612
|
*/
|
|
3619
3613
|
forceAddAccount?: boolean;
|
|
@@ -3621,8 +3615,6 @@ declare namespace Office {
|
|
|
3621
3615
|
* Causes Office to display the add-in consent experience. Useful if the add-in's Azure permissions have changed or if the user's consent has
|
|
3622
3616
|
* been revoked. Default value is `false`.
|
|
3623
3617
|
*
|
|
3624
|
-
* **Warning**: `forceConsent` has been deprecated. Use `allowConsentPrompt` instead.
|
|
3625
|
-
*
|
|
3626
3618
|
* @deprecated Use `allowConsentPrompt` instead.
|
|
3627
3619
|
*/
|
|
3628
3620
|
forceConsent?: boolean;
|
|
@@ -7161,8 +7153,6 @@ declare namespace Office {
|
|
|
7161
7153
|
/**
|
|
7162
7154
|
* Check if the specified requirement set is supported by the Office application.
|
|
7163
7155
|
*
|
|
7164
|
-
* **Warning**: This overload of `isSetSupported` (where `minVersionNumber` is a number) has been deprecated. Use the string overload of `isSetSupported` instead.
|
|
7165
|
-
*
|
|
7166
7156
|
* @deprecated Use the string overload of `isSetSupported` instead.
|
|
7167
7157
|
* @param name - The requirement set name (e.g., "ExcelApi").
|
|
7168
7158
|
* @param minVersionNumber - The minimum required version (e.g., 1.4).
|
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.450",
|
|
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",
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
50
|
-
"typeScriptVersion": "
|
|
49
|
+
"typesPublisherContentHash": "fc948d86f1849a9edfc8565c7d32360a7ef1828586216a244b6b35c8d855cf15",
|
|
50
|
+
"typeScriptVersion": "5.0"
|
|
51
51
|
}
|