@types/office-js-preview 1.0.535 → 1.0.536

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: Thu, 21 Nov 2024 00:04:08 GMT
11
+ * Last updated: Tue, 03 Dec 2024 09:35:08 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -3519,8 +3519,6 @@ declare namespace Office {
3519
3519
  *
3520
3520
  * **Important**: In Outlook, this API isn't supported if the add-in is loaded in an Outlook.com or Gmail mailbox.
3521
3521
  *
3522
- * **Warning**: `getAccessTokenAsync` has been deprecated. Use `Office.auth.getAccessToken` instead.
3523
- *
3524
3522
  * @deprecated Use `Office.auth.getAccessToken` instead.
3525
3523
  *
3526
3524
  * @remarks
@@ -3544,8 +3542,6 @@ declare namespace Office {
3544
3542
  *
3545
3543
  * **Important**: In Outlook, this API isn't supported if the add-in is loaded in an Outlook.com or Gmail mailbox.
3546
3544
  *
3547
- * **Warning**: `getAccessTokenAsync` has been deprecated. Use `Office.auth.getAccessToken` instead.
3548
- *
3549
3545
  * @deprecated Use `Office.auth.getAccessToken` instead.
3550
3546
  *
3551
3547
  * @remarks
@@ -3629,8 +3625,6 @@ declare namespace Office {
3629
3625
  /**
3630
3626
  * Prompts the user to add their Office account (or to switch to it, if it is already added). Default value is `false`.
3631
3627
  *
3632
- * **Warning**: `forceAddAccount` has been deprecated. Use `allowSignInPrompt` instead.
3633
- *
3634
3628
  * @deprecated Use `allowSignInPrompt` instead.
3635
3629
  */
3636
3630
  forceAddAccount?: boolean;
@@ -3638,8 +3632,6 @@ declare namespace Office {
3638
3632
  * 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
3639
3633
  * been revoked. Default value is `false`.
3640
3634
  *
3641
- * **Warning**: `forceConsent` has been deprecated. Use `allowConsentPrompt` instead.
3642
- *
3643
3635
  * @deprecated Use `allowConsentPrompt` instead.
3644
3636
  */
3645
3637
  forceConsent?: boolean;
@@ -7213,8 +7205,6 @@ declare namespace Office {
7213
7205
  /**
7214
7206
  * Check if the specified requirement set is supported by the Office application.
7215
7207
  *
7216
- * **Warning**: This overload of `isSetSupported` (where `minVersionNumber` is a number) has been deprecated. Use the string overload of `isSetSupported` instead.
7217
- *
7218
7208
  * @deprecated Use the string overload of `isSetSupported` instead.
7219
7209
  * @param name - The requirement set name (e.g., "ExcelApi").
7220
7210
  * @param minVersionNumber - The minimum required version (e.g., 1.4).
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.535",
3
+ "version": "1.0.536",
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",
@@ -46,7 +46,7 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "39b2667fb8880fbcba66c55f4c9811a33cd1325048589b18ae9e5c62830b84e3",
50
- "typeScriptVersion": "4.9",
49
+ "typesPublisherContentHash": "44926e5ba197c1a00430ba7a5074b1c26821acb1ed018ecfb6389836fbb1ba6d",
50
+ "typeScriptVersion": "5.0",
51
51
  "nonNpm": true
52
52
  }