@types/office-js 1.0.508 → 1.0.509

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 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: Thu, 05 Jun 2025 00:04:18 GMT
11
+ * Last updated: Mon, 09 Jun 2025 20:36:35 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -23446,9 +23446,9 @@ declare namespace Office {
23446
23446
  * - To learn how to implement this in your spam-reporting add-in, see
23447
23447
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting#open-a-task-pane-after-reporting-a-message | Open a task pane after reporting a message}.
23448
23448
  *
23449
- * - The `commandId` value must match the task pane ID specified in the manifest of your add-in. In an add-in only manifest,
23450
- * the ID is specified in the `id` attribute of the {@link https://learn.microsoft.com/javascript/api/manifest/control | Control} element that represents the task pane.
23451
- * The `commandId` property isn't currently supported in a spam-reporting add-in that uses a unified manifest for Microsoft 365.
23449
+ * - The `commandId` value must match the task pane ID specified in the manifest of your add-in. In the unified manifest for Microsoft 365, the ID is specified in the "id" property of the
23450
+ * {@link https://learn.microsoft.com/microsoft-365/extensibility/schema/extension-common-custom-group-controls-item#id | "extensions.ribbons.tabs.groups.controls"} object that represents the task pane.
23451
+ * In an add-in only manifest, the ID is specified in the `id` attribute of the {@link https://learn.microsoft.com/javascript/api/manifest/control | Control} element that represents the task pane.
23452
23452
  *
23453
23453
  * - If you configure the `commandId` option in the `event.completed` call, a post-processing dialog isn't shown to the user
23454
23454
  * even if the `showPostProcessingDialog` option is specified in the call.
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.508",
3
+ "version": "1.0.509",
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": "574d27047f386468be94cb98941e36a50b541a87e6a4fb1d385a1543befbf023",
49
+ "typesPublisherContentHash": "593591fe4dbdfc80ac267030e5901a1f209800a91ec162d2acebda777665ee7c",
50
50
  "typeScriptVersion": "5.1"
51
51
  }