@types/office-js 1.0.378 → 1.0.379

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, 28 Mar 2024 20:35:30 GMT
11
+ * Last updated: Mon, 08 Apr 2024 18:09:13 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -11129,9 +11129,9 @@ declare namespace Office {
11129
11129
  */
11130
11130
  enhancedLocation: EnhancedLocation;
11131
11131
  /**
11132
- * Gets the Exchange Web Services item class of the selected item.
11132
+ * Gets the Exchange Web Services item class of the selected appointment.
11133
11133
  *
11134
- * You can create custom message classes that extends a default message class, for example, a custom appointment message class `IPM.Appointment.Contoso`.
11134
+ * Returns `IPM.Appointment` for non-recurring appointments and `IPM.Appointment.Occurrence` for recurring appointments.
11135
11135
  *
11136
11136
  * @remarks
11137
11137
  *
@@ -11139,26 +11139,7 @@ declare namespace Office {
11139
11139
  *
11140
11140
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Appointment Attendee
11141
11141
  *
11142
- * The `itemClass` property specifies the message class of the selected item. The following are the default message classes for the message or appointment item.
11143
- *
11144
- * <table>
11145
- * <tr>
11146
- * <th>Type</th>
11147
- * <th>Description</th>
11148
- * <th>Item Class</th>
11149
- * </tr>
11150
- * <tr>
11151
- * <td>Appointment items</td>
11152
- * <td>These are calendar items of the item class IPM.Appointment or IPM.Appointment.Occurrence.</td>
11153
- * <td>IPM.Appointment, IPM.Appointment.Occurrence</td>
11154
- * </tr>
11155
- * <tr>
11156
- * <td>Message items</td>
11157
- * <td>These include email messages that have the default message class IPM.Note, and meeting requests, responses, and cancellations, that use IPM.Schedule.Meeting as the base message class.</td>
11158
- * <td>IPM.Note, IPM.Schedule.Meeting.Request, IPM.Schedule.Meeting.Neg, IPM.Schedule.Meeting.Pos, IPM.Schedule.Meeting.Tent, IPM.Schedule.Meeting.Canceled</td>
11159
- * </tr>
11160
- * </table>
11161
- *
11142
+ * **Important**: You can create custom classes that extend a default item class. For example, `IPM.Appointment.Contoso`.
11162
11143
  */
11163
11144
  itemClass: string;
11164
11145
  /**
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.378",
3
+ "version": "1.0.379",
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",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "bcc55dc00af5d598cb779a049b17524cf96d7c0ddb9b6406bab86a02222978d6",
48
+ "typesPublisherContentHash": "5b0b65f0c0486d834f60da0e572ddbf3dbd627bfaa42badc0293ee8a8feacaf3",
49
49
  "typeScriptVersion": "4.7"
50
50
  }