@types/office-js-preview 1.0.451 → 1.0.452

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, 08 Feb 2024 22:06:43 GMT
11
+ * Last updated: Fri, 09 Feb 2024 17:35:52 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -12479,29 +12479,33 @@ declare namespace Office {
12479
12479
  size: number;
12480
12480
  }
12481
12481
  /**
12482
- * Provides information about the attachments that raised the `Office.EventType.AttachmentsChanged` event.
12482
+ * Provides information about an attachment on a mail item that raised the
12483
+ * `Office.EventType.AttachmentsChanged` event.
12483
12484
  *
12484
12485
  * @remarks
12485
12486
  * [Api set: Mailbox 1.8]
12486
12487
  */
12487
12488
  export interface AttachmentsChangedEventArgs {
12488
12489
  /**
12489
- * Represents the set of attachments that were added or removed.
12490
- * For each such attachment, gets `id`, `name`, `size`, and `attachmentType` properties.
12490
+ * Gets the object that represents the attachment that was added or removed from
12491
+ * a mail item. The object contains the `id`, `name`, `size`, and `attachmentType` properties
12492
+ * of the attachment.
12491
12493
  *
12492
12494
  * @remarks
12493
12495
  * [Api set: Mailbox 1.8]
12494
12496
  */
12495
- attachmentDetails: object[];
12497
+ attachmentDetails: object;
12496
12498
  /**
12497
- * Gets whether the attachments were added or removed. For details, refer to {@link Office.MailboxEnums.AttachmentStatus | MailboxEnums.AttachmentStatus}.
12499
+ * Specifies whether the attachment was added or removed from a mail item. For details, see
12500
+ * {@link Office.MailboxEnums.AttachmentStatus | MailboxEnums.AttachmentStatus}.
12498
12501
  *
12499
12502
  * @remarks
12500
12503
  * [Api set: Mailbox 1.8]
12501
12504
  */
12502
12505
  attachmentStatus: MailboxEnums.AttachmentStatus | string;
12503
12506
  /**
12504
- * Gets the type of the event. For details, refer to {@link https://learn.microsoft.com/javascript/api/office/office.eventtype | Office.EventType}.
12507
+ * Gets the type of event that was raised. For details, see
12508
+ * {@link https://learn.microsoft.com/javascript/api/office/office.eventtype | Office.EventType}.
12505
12509
  *
12506
12510
  * @remarks
12507
12511
  * [Api set: Mailbox 1.8]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.451",
3
+ "version": "1.0.452",
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,7 +45,7 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "67fdd2c1d675174f079d74bef663aaab67ecd18f21046e00e7ce6bacc386c92f",
48
+ "typesPublisherContentHash": "9a725aac6969fcf22bb5900250be600501c37b8d493d4c06e1d1e5053d38494d",
49
49
  "typeScriptVersion": "4.6",
50
50
  "nonNpm": true
51
51
  }