@types/office-js 1.0.442 → 1.0.444

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, 06 Nov 2024 16:37:04 GMT
11
+ * Last updated: Tue, 12 Nov 2024 20:02:48 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -16958,6 +16958,14 @@ declare namespace Office {
16958
16958
  * <td>New messages and message replies</td>
16959
16959
  * </tr>
16960
16960
  * <tr>
16961
+ * <td>IPM.Note.SMIME</td>
16962
+ * <td>Encrypted messages that can also be signed</td>
16963
+ * </tr>
16964
+ * <tr>
16965
+ * <td>IPM.Note.SMIME.MultipartSigned</td>
16966
+ * <td>Clear-signed messages</td>
16967
+ * </tr>
16968
+ * <tr>
16961
16969
  * <td>IPM.Schedule.Meeting.Request</td>
16962
16970
  * <td>Meeting requests</td>
16963
16971
  * </tr>
@@ -17009,6 +17017,14 @@ declare namespace Office {
17009
17017
  * <td>New messages and message replies</td>
17010
17018
  * </tr>
17011
17019
  * <tr>
17020
+ * <td>IPM.Note.SMIME</td>
17021
+ * <td>Encrypted messages that can also be signed</td>
17022
+ * </tr>
17023
+ * <tr>
17024
+ * <td>IPM.Note.SMIME.MultipartSigned</td>
17025
+ * <td>Clear-signed messages</td>
17026
+ * </tr>
17027
+ * <tr>
17012
17028
  * <td>IPM.Schedule.Meeting.Request</td>
17013
17029
  * <td>Meeting requests</td>
17014
17030
  * </tr>
@@ -26850,7 +26866,7 @@ declare namespace Excel {
26850
26866
  compact?: CompactLayout;
26851
26867
  }
26852
26868
  /**
26853
- * Represents a card layout that is best used for an array.
26869
+ * Represents a card layout that is best used for an entity.
26854
26870
  *
26855
26871
  * @remarks
26856
26872
  * [Api set: ExcelApi 1.16]
@@ -27140,7 +27156,7 @@ declare namespace Excel {
27140
27156
  fieldName?: string;
27141
27157
  }
27142
27158
  /**
27143
- * Represents the value of a cell containing a number with a format string. Number format strings must conform to Excel guidelines. To learn more, see {@link https://support.microsoft.com/office/review-guidelines-for-customizing-a-number-format-c0a1d1fa-d3f4-4018-96b7-9c9354dd99f5 | Review guidelines for customizing a number format}.
27159
+ * Represents the value of a cell containing a number with a format string. Number format strings must conform to Excel guidelines. To learn more, see {@link https://support.microsoft.com/office/c0a1d1fa-d3f4-4018-96b7-9c9354dd99f5 | Review guidelines for customizing a number format}.
27144
27160
  * In this scenario, the format is applied to the value and not to the cell, so the value retains its format string throughout calculation.
27145
27161
  *
27146
27162
  * @remarks
@@ -27172,7 +27188,7 @@ declare namespace Excel {
27172
27188
  * Returns the number format string that is used to display this value.
27173
27189
  * When accessed through a `valuesAsJson` property, this number format string is in the en-US locale. When accessed through a `valuesAsJsonLocal` property, this number format is in the user's display locale.
27174
27190
  * Number format strings must conform to Excel guidelines.
27175
- * To learn more, see {@link https://support.microsoft.com/office/review-guidelines-for-customizing-a-number-format-c0a1d1fa-d3f4-4018-96b7-9c9354dd99f5 | Review guidelines for customizing a number format}.
27191
+ * To learn more, see {@link https://support.microsoft.com/office/c0a1d1fa-d3f4-4018-96b7-9c9354dd99f5 | Review guidelines for customizing a number format}.
27176
27192
  *
27177
27193
  * @remarks
27178
27194
  * [Api set: ExcelApi 1.16]
@@ -27309,13 +27325,12 @@ declare namespace Excel {
27309
27325
  };
27310
27326
  };
27311
27327
  /**
27312
- * Represents the layout of this linked entity in card view.
27313
- * If the `CardLayout` object doesn't have a layout property, it default value is "Entity".
27328
+ * Represents layout information for views of this linked entity.
27314
27329
  *
27315
27330
  * @remarks
27316
27331
  * [Api set: ExcelApi 1.16]
27317
27332
  */
27318
- cardLayout?: CardLayout;
27333
+ layouts?: EntityViewLayouts;
27319
27334
  /**
27320
27335
  * Represents information that describes the service that provided data in this `LinkedEntityCellValue`.
27321
27336
  * This information can be used for branding in entity cards.
@@ -34000,7 +34015,7 @@ declare namespace Excel {
34000
34015
  */
34001
34016
  getExtendedRange(direction: "Left" | "Right" | "Up" | "Down", activeCell?: Range | string): Excel.Range;
34002
34017
  /**
34003
- * Renders the range as a Base64-encoded png image.
34018
+ * Renders the range as a Base64-encoded PNG image.
34004
34019
  **Important**: This API is currently unsupported in Excel for Mac. Visit {@link https://github.com/OfficeDev/office-js/issues/235 | OfficeDev/office-js Issue #235} for the current status.
34005
34020
  *
34006
34021
  * @remarks
@@ -45867,7 +45882,7 @@ declare namespace Excel {
45867
45882
  */
45868
45883
  category: string;
45869
45884
  /**
45870
- * The comment field in the metadata of the workbook. These have no connection to comments by users made in the workbork.
45885
+ * The Comments field in the metadata of the workbook. These have no connection to comments by users made in the workbook.
45871
45886
  *
45872
45887
  * @remarks
45873
45888
  * [Api set: ExcelApi 1.7]
@@ -66165,7 +66180,7 @@ declare namespace Excel {
66165
66180
  */
66166
66181
  category?: string;
66167
66182
  /**
66168
- * The comment field in the metadata of the workbook. These have no connection to comments by users made in the workbork.
66183
+ * The Comments field in the metadata of the workbook. These have no connection to comments by users made in the workbook.
66169
66184
  *
66170
66185
  * @remarks
66171
66186
  * [Api set: ExcelApi 1.7]
@@ -72408,7 +72423,7 @@ declare namespace Excel {
72408
72423
  */
72409
72424
  category?: string;
72410
72425
  /**
72411
- * The comment field in the metadata of the workbook. These have no connection to comments by users made in the workbork.
72426
+ * The Comments field in the metadata of the workbook. These have no connection to comments by users made in the workbook.
72412
72427
  *
72413
72428
  * @remarks
72414
72429
  * [Api set: ExcelApi 1.7]
@@ -81596,7 +81611,7 @@ declare namespace Excel {
81596
81611
  */
81597
81612
  category?: boolean;
81598
81613
  /**
81599
- * The comment field in the metadata of the workbook. These have no connection to comments by users made in the workbork.
81614
+ * The Comments field in the metadata of the workbook. These have no connection to comments by users made in the workbook.
81600
81615
  *
81601
81616
  * @remarks
81602
81617
  * [Api set: ExcelApi 1.7]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.442",
3
+ "version": "1.0.444",
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": "5ffc9f20c0ed2fb217a44da8cb35b98931fb19d4845d85b56e470bd348e12acc",
50
- "typeScriptVersion": "4.8"
49
+ "typesPublisherContentHash": "95d50f020a924de1ff6b75da51e78d7be9cec0556f41d13f97eeb8be212b24f2",
50
+ "typeScriptVersion": "4.9"
51
51
  }