@types/office-js-preview 1.0.523 → 1.0.524

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.
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 24 Oct 2024 18:02:45 GMT
11
+ * Last updated: Thu, 24 Oct 2024 23:02:30 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -125345,35 +125345,127 @@ declare namespace PowerPoint {
125345
125345
  */
125346
125346
  unsupported = "Unsupported",
125347
125347
  /**
125348
- * The shape is an image
125348
+ * The shape is an image.
125349
125349
  * @remarks
125350
125350
  * [Api set: PowerPointApi 1.4]
125351
125351
  */
125352
125352
  image = "Image",
125353
125353
  /**
125354
- * The shape is a geometric shape such as rectangle
125354
+ * The shape is a geometric shape such as rectangle.
125355
125355
  * @remarks
125356
125356
  * [Api set: PowerPointApi 1.4]
125357
125357
  */
125358
125358
  geometricShape = "GeometricShape",
125359
125359
  /**
125360
- * The shape is a group shape which contains sub-shapes
125360
+ * The shape is a group shape which contains sub-shapes.
125361
125361
  * @remarks
125362
125362
  * [Api set: PowerPointApi 1.4]
125363
125363
  */
125364
125364
  group = "Group",
125365
125365
  /**
125366
- * The shape is a line
125366
+ * The shape is a line.
125367
125367
  * @remarks
125368
125368
  * [Api set: PowerPointApi 1.4]
125369
125369
  */
125370
125370
  line = "Line",
125371
125371
  /**
125372
- * The shape is a table
125372
+ * The shape is a table.
125373
125373
  * @remarks
125374
- * [Api set: PowerPointApi 1.4]
125374
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125375
+ * @beta
125375
125376
  */
125376
125377
  table = "Table",
125378
+ /**
125379
+ * The shape is a callout.
125380
+ * @remarks
125381
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125382
+ * @beta
125383
+ */
125384
+ callout = "Callout",
125385
+ /**
125386
+ * The shape is a chart.
125387
+ * @remarks
125388
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125389
+ * @beta
125390
+ */
125391
+ chart = "Chart",
125392
+ /**
125393
+ * The shape is a content Office Add-in.
125394
+ * @remarks
125395
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125396
+ * @beta
125397
+ */
125398
+ contentApp = "ContentApp",
125399
+ /**
125400
+ * The shape is a diagram.
125401
+ * @remarks
125402
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125403
+ * @beta
125404
+ */
125405
+ diagram = "Diagram",
125406
+ /**
125407
+ * The shape is a freeform object.
125408
+ * @remarks
125409
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125410
+ * @beta
125411
+ */
125412
+ freeform = "Freeform",
125413
+ /**
125414
+ * The shape is a graphic.
125415
+ * @remarks
125416
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125417
+ * @beta
125418
+ */
125419
+ graphic = "Graphic",
125420
+ /**
125421
+ * The shape is an ink object.
125422
+ * @remarks
125423
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125424
+ * @beta
125425
+ */
125426
+ ink = "Ink",
125427
+ /**
125428
+ * The shape is a media object.
125429
+ * @remarks
125430
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125431
+ * @beta
125432
+ */
125433
+ media = "Media",
125434
+ /**
125435
+ * The shape is a 3D model.
125436
+ * @remarks
125437
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125438
+ * @beta
125439
+ */
125440
+ model3D = "Model3D",
125441
+ /**
125442
+ * The shape is an OLE (Object Linking and Embedding) object.
125443
+ * @remarks
125444
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125445
+ * @beta
125446
+ */
125447
+ ole = "Ole",
125448
+ /**
125449
+ * The shape is a placeholder.
125450
+ * @remarks
125451
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125452
+ * @beta
125453
+ */
125454
+ placeholder = "Placeholder",
125455
+ /**
125456
+ * The shape is a SmartArt graphic.
125457
+ * @remarks
125458
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125459
+ * @beta
125460
+ */
125461
+ smartArt = "SmartArt",
125462
+ /**
125463
+ * The shape is a text box.
125464
+ * @remarks
125465
+ * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
125466
+ * @beta
125467
+ */
125468
+ textBox = "TextBox",
125377
125469
  }
125378
125470
  /**
125379
125471
  * Determines the type of automatic sizing allowed.
@@ -125874,7 +125966,7 @@ declare namespace PowerPoint {
125874
125966
  * @remarks
125875
125967
  * [Api set: PowerPointApi 1.4]
125876
125968
  */
125877
- readonly type: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table";
125969
+ readonly type: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table" | "Callout" | "Chart" | "ContentApp" | "Diagram" | "Freeform" | "Graphic" | "Ink" | "Media" | "Model3D" | "Ole" | "Placeholder" | "SmartArt" | "TextBox";
125878
125970
  /**
125879
125971
  * Specifies the width, in points, of the shape. Throws an `InvalidArgument` exception when set with a negative value.
125880
125972
  *
@@ -127466,7 +127558,7 @@ declare namespace PowerPoint {
127466
127558
  * @remarks
127467
127559
  * [Api set: PowerPointApi 1.4]
127468
127560
  */
127469
- type?: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table";
127561
+ type?: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table" | "Callout" | "Chart" | "ContentApp" | "Diagram" | "Freeform" | "Graphic" | "Ink" | "Media" | "Model3D" | "Ole" | "Placeholder" | "SmartArt" | "TextBox";
127470
127562
  /**
127471
127563
  * Specifies the width, in points, of the shape. Throws an `InvalidArgument` exception when set with a negative value.
127472
127564
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.523",
3
+ "version": "1.0.524",
4
4
  "description": "TypeScript definitions for office-js-preview",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "283b1051ca1471f34157b1c513eb6eb2521b7c3cc00f42971b304be4f99b9b52",
49
+ "typesPublisherContentHash": "53f0c07fdd80d03a9ce7d62e0e3d853b867ad765e0757893a4185e551adde445",
50
50
  "typeScriptVersion": "4.8",
51
51
  "nonNpm": true
52
52
  }