@types/office-js 1.0.354 → 1.0.356

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: Wed, 25 Oct 2023 20:43:32 GMT
11
+ * Last updated: Tue, 31 Oct 2023 19:44:14 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -13117,6 +13117,8 @@ declare namespace Office {
13117
13117
  *
13118
13118
  * @remarks
13119
13119
  *
13120
+ * [Api set: Mailbox 1.1]
13121
+ *
13120
13122
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
13121
13123
  *
13122
13124
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
@@ -13127,27 +13129,33 @@ declare namespace Office {
13127
13129
  */
13128
13130
  interface Diagnostics {
13129
13131
  /**
13130
- * Gets a string that represents the name of the Office application.
13131
- *
13132
- * A string that can be one of the following values: `Outlook`, `OutlookWebApp`, `OutlookIOS`, or `OutlookAndroid`.
13132
+ * Gets a string that represents the type of Outlook client.
13133
13133
  *
13134
- * **Note**: The `Outlook` value is returned for Outlook on desktop clients (i.e., Windows and Mac).
13134
+ * The string can be one of the following values: `Outlook`, `newOutlookWindows`, `OutlookWebApp`, `OutlookIOS`, or `OutlookAndroid`.
13135
13135
  *
13136
13136
  * @remarks
13137
13137
  *
13138
+ * [Api set: Mailbox 1.1]
13139
+ *
13138
13140
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
13139
13141
  *
13140
13142
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
13143
+ *
13144
+ * **Important**: The `Outlook` value is returned for Outlook desktop clients on Windows and on Mac. `newOutlookWindows` is returned for the
13145
+ * {@link https://insider.microsoft365.com/blog/new-outlook-for-windows-available-to-all-office-insiders | new Outlook on Windows desktop client}
13146
+ * currently in preview.
13141
13147
  */
13142
13148
  hostName: string;
13143
13149
  /**
13144
- * Gets a string that represents the version of either the Office application or the Exchange Server (e.g., "15.0.468.0").
13150
+ * Gets a string that represents the version of either the Outlook client or the Exchange Server (for example, "15.0.468.0").
13145
13151
  *
13146
13152
  * If the mail add-in is running in Outlook on a desktop or mobile client, the `hostVersion` property returns the version of the
13147
- * application, Outlook. In Outlook on the web, the property returns the version of the Exchange Server.
13153
+ * Outlook client. In Outlook on the web, the property returns the version of the Exchange Server.
13148
13154
  *
13149
13155
  * @remarks
13150
13156
  *
13157
+ * [Api set: Mailbox 1.1]
13158
+ *
13151
13159
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
13152
13160
  *
13153
13161
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
@@ -13172,6 +13180,8 @@ declare namespace Office {
13172
13180
  *
13173
13181
  * @remarks
13174
13182
  *
13183
+ * [Api set: Mailbox 1.1]
13184
+ *
13175
13185
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
13176
13186
  *
13177
13187
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
@@ -112779,7 +112789,7 @@ declare namespace PowerPoint {
112779
112789
  getItemAt(index: number): PowerPoint.SlideLayout;
112780
112790
  /**
112781
112791
  * Gets a layout using its unique ID. If such a layout does not exist, an object with an `isNullObject` property set to true is returned. For further information,
112782
- see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
112792
+ see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
112783
112793
  *
112784
112794
  * @remarks
112785
112795
  * [Api set: PowerPointApi 1.3]
@@ -114218,7 +114228,7 @@ declare namespace PowerPoint {
114218
114228
  getItemAt(index: number): PowerPoint.Slide;
114219
114229
  /**
114220
114230
  * Gets a slide using its unique ID. If such a slide does not exist, an object with an `isNullObject` property set to true is returned. For further information,
114221
- see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
114231
+ see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
114222
114232
  and properties}.
114223
114233
  *
114224
114234
  * @remarks
@@ -114293,7 +114303,7 @@ declare namespace PowerPoint {
114293
114303
  getItemAt(index: number): PowerPoint.Slide;
114294
114304
  /**
114295
114305
  * Gets a slide using its unique ID. If such a slide does not exist, an object with an `isNullObject` property set to true is returned. For further information,
114296
- see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
114306
+ see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
114297
114307
  and properties}.
114298
114308
  *
114299
114309
  * @remarks
@@ -114368,7 +114378,7 @@ declare namespace PowerPoint {
114368
114378
  getItemAt(index: number): PowerPoint.SlideMaster;
114369
114379
  /**
114370
114380
  * Gets a Slide Master using its unique ID. If such a Slide Master does not exist, an object with an `isNullObject` property set to true is returned.
114371
- For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}."
114381
+ For further information, see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}."
114372
114382
  *
114373
114383
  * @remarks
114374
114384
  * [Api set: PowerPointApi 1.3]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.354",
3
+ "version": "1.0.356",
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": "cd9469d91ac7b0fd47c8dccef4b365fea7141618cd09fa0ae8e8edab466fc643",
48
+ "typesPublisherContentHash": "e31e1c5a83426930ef806e7c125afc7ae1f68818d3b3d32f64c9af29e4dfddfe",
49
49
  "typeScriptVersion": "4.5"
50
50
  }