@types/office-js 1.0.436 → 1.0.438

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: Tue, 22 Oct 2024 22:08:05 GMT
11
+ * Last updated: Thu, 24 Oct 2024 23:02:30 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -3574,7 +3574,8 @@ declare namespace Office {
3574
3574
  *
3575
3575
  * - In Outlook, this API isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
3576
3576
  *
3577
- * - In Outlook on the web, this API isn't supported if you use the Safari browser. This results in error 13001 ("The user is not signed into Office").
3577
+ * - In Outlook on the web, this API isn't supported if you use Firefox with Enhanced Tracking Protection turned on.
3578
+ * This results in error 13001 ("The user is not signed into Office").
3578
3579
  *
3579
3580
  * - In Outlook on the web and {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows}, if you use the
3580
3581
  * {@link https://learn.microsoft.com/javascript/api/office/office.ui#office-office-ui-displaydialogasync-member(1) | displayDialogAsync}
@@ -119177,35 +119178,29 @@ declare namespace PowerPoint {
119177
119178
  */
119178
119179
  unsupported = "Unsupported",
119179
119180
  /**
119180
- * The shape is an image
119181
+ * The shape is an image.
119181
119182
  * @remarks
119182
119183
  * [Api set: PowerPointApi 1.4]
119183
119184
  */
119184
119185
  image = "Image",
119185
119186
  /**
119186
- * The shape is a geometric shape such as rectangle
119187
+ * The shape is a geometric shape such as rectangle.
119187
119188
  * @remarks
119188
119189
  * [Api set: PowerPointApi 1.4]
119189
119190
  */
119190
119191
  geometricShape = "GeometricShape",
119191
119192
  /**
119192
- * The shape is a group shape which contains sub-shapes
119193
+ * The shape is a group shape which contains sub-shapes.
119193
119194
  * @remarks
119194
119195
  * [Api set: PowerPointApi 1.4]
119195
119196
  */
119196
119197
  group = "Group",
119197
119198
  /**
119198
- * The shape is a line
119199
+ * The shape is a line.
119199
119200
  * @remarks
119200
119201
  * [Api set: PowerPointApi 1.4]
119201
119202
  */
119202
119203
  line = "Line",
119203
- /**
119204
- * The shape is a table
119205
- * @remarks
119206
- * [Api set: PowerPointApi 1.4]
119207
- */
119208
- table = "Table",
119209
119204
  }
119210
119205
  /**
119211
119206
  * Determines the type of automatic sizing allowed.
@@ -119698,7 +119693,7 @@ declare namespace PowerPoint {
119698
119693
  * @remarks
119699
119694
  * [Api set: PowerPointApi 1.4]
119700
119695
  */
119701
- readonly type: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table";
119696
+ readonly type: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line";
119702
119697
  /**
119703
119698
  * Specifies the width, in points, of the shape. Throws an `InvalidArgument` exception when set with a negative value.
119704
119699
  *
@@ -120788,7 +120783,7 @@ declare namespace PowerPoint {
120788
120783
  * @remarks
120789
120784
  * [Api set: PowerPointApi 1.4]
120790
120785
  */
120791
- type?: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table";
120786
+ type?: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line";
120792
120787
  /**
120793
120788
  * Specifies the width, in points, of the shape. Throws an `InvalidArgument` exception when set with a negative value.
120794
120789
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.436",
3
+ "version": "1.0.438",
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": "f102a7cca63f8e0fa86e44e0e57d6ef3b8b55644dec45a8a63132573d4d6e503",
49
+ "typesPublisherContentHash": "3fb904b9788e072f143ed2f8011f78783eed2bb267e503332b88ed0b6c4e9b32",
50
50
  "typeScriptVersion": "4.8"
51
51
  }