@types/office-js 1.0.296 → 1.0.298

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: Fri, 04 Nov 2022 16:02:52 GMT
11
+ * Last updated: Tue, 08 Nov 2022 20:51:48 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
office-js/index.d.ts CHANGED
@@ -4108,7 +4108,7 @@ declare namespace Office {
4108
4108
  * </tr>
4109
4109
  * <tr>
4110
4110
  * <td><code>Office.CoercionType.SlideRange</code></td>
4111
- * <td>- PowerPoint on the web and on Windows</td>
4111
+ * <td>- PowerPoint</td>
4112
4112
  * </tr>
4113
4113
  * <tr>
4114
4114
  * <td><code>Office.CoercionType.Table</code> (TableData object)</td>
@@ -8735,11 +8735,15 @@ declare namespace Office {
8735
8735
  */
8736
8736
  enum LocationType {
8737
8737
  /**
8738
- * A custom location.
8738
+ * A custom location. Custom locations don't have an SMTP address.
8739
+ *
8740
+ * **Note**: {@link https://support.microsoft.com/office/88ff6c60-0a1d-4b54-8c9d-9e1a71bc3023 | Personal contact groups}
8741
+ * added as appointment locations aren't returned by the
8742
+ * {@link https://learn.microsoft.com/javascript/api/outlook/office.enhancedlocation#outlook-office-enhancedlocation-getasync-member(1) | EnhancedLocation.getAsync} method.
8739
8743
  */
8740
8744
  Custom = "custom",
8741
8745
  /**
8742
- * A conference room or similar resource.
8746
+ * A conference room or similar resource that has an SMTP address.
8743
8747
  */
8744
8748
  Room = "room"
8745
8749
  }
@@ -12882,6 +12886,9 @@ declare namespace Office {
12882
12886
  /**
12883
12887
  * Gets the set of locations associated with the appointment.
12884
12888
  *
12889
+ * **Note**: {@link https://support.microsoft.com/office/88ff6c60-0a1d-4b54-8c9d-9e1a71bc3023 | Personal contact groups}
12890
+ * added as appointment locations aren't returned by this method.
12891
+ *
12885
12892
  * @remarks
12886
12893
  * [Api set: Mailbox 1.8]
12887
12894
  *
@@ -12898,6 +12905,9 @@ declare namespace Office {
12898
12905
  /**
12899
12906
  * Gets the set of locations associated with the appointment.
12900
12907
  *
12908
+ * **Note**: {@link https://support.microsoft.com/office/88ff6c60-0a1d-4b54-8c9d-9e1a71bc3023 | Personal contact groups}
12909
+ * added as appointment locations aren't returned by this method.
12910
+ *
12901
12911
  * @remarks
12902
12912
  * [Api set: Mailbox 1.8]
12903
12913
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.296",
3
+ "version": "1.0.298",
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": "28fa986338fab31a646eb1c5a287a34f88dabab1629aef0007e60f755f138cad",
48
+ "typesPublisherContentHash": "3cc3ae1044d2d824b7de1cccfb14f4e06313475eb6a71e693399bd07b259a0d8",
49
49
  "typeScriptVersion": "4.1"
50
50
  }