@types/office-js 1.0.438 → 1.0.440

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: Thu, 24 Oct 2024 23:02:30 GMT
11
+ * Last updated: Tue, 29 Oct 2024 17:34:47 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -17739,6 +17739,14 @@ declare namespace Office {
17739
17739
  * <td>New messages and message replies</td>
17740
17740
  * </tr>
17741
17741
  * <tr>
17742
+ * <td>IPM.Note.SMIME</td>
17743
+ * <td>Encrypted messages that can also be signed</td>
17744
+ * </tr>
17745
+ * <tr>
17746
+ * <td>IPM.Note.SMIME.MultipartSigned</td>
17747
+ * <td>Clear-signed messages</td>
17748
+ * </tr>
17749
+ * <tr>
17742
17750
  * <td>IPM.Schedule.Meeting.Request</td>
17743
17751
  * <td>Meeting requests</td>
17744
17752
  * </tr>
@@ -118093,6 +118101,86 @@ declare namespace PowerPoint {
118093
118101
  */
118094
118102
  width?: number;
118095
118103
  }
118104
+ /**
118105
+ * Specifies the dash style for a line.
118106
+ *
118107
+ * @remarks
118108
+ * [Api set: PowerPointApi 1.4]
118109
+ */
118110
+ enum ShapeLineDashStyle {
118111
+ /**
118112
+ * The dash line pattern.
118113
+ * @remarks
118114
+ * [Api set: PowerPointApi 1.4]
118115
+ */
118116
+ dash = "Dash",
118117
+ /**
118118
+ * The dash-dot line pattern.
118119
+ * @remarks
118120
+ * [Api set: PowerPointApi 1.4]
118121
+ */
118122
+ dashDot = "DashDot",
118123
+ /**
118124
+ * The dash-dot-dot line pattern.
118125
+ * @remarks
118126
+ * [Api set: PowerPointApi 1.4]
118127
+ */
118128
+ dashDotDot = "DashDotDot",
118129
+ /**
118130
+ * The long dash line pattern.
118131
+ * @remarks
118132
+ * [Api set: PowerPointApi 1.4]
118133
+ */
118134
+ longDash = "LongDash",
118135
+ /**
118136
+ * The long dash-dot line pattern.
118137
+ * @remarks
118138
+ * [Api set: PowerPointApi 1.4]
118139
+ */
118140
+ longDashDot = "LongDashDot",
118141
+ /**
118142
+ * The round dot line pattern.
118143
+ * @remarks
118144
+ * [Api set: PowerPointApi 1.4]
118145
+ */
118146
+ roundDot = "RoundDot",
118147
+ /**
118148
+ * The solid line pattern.
118149
+ * @remarks
118150
+ * [Api set: PowerPointApi 1.4]
118151
+ */
118152
+ solid = "Solid",
118153
+ /**
118154
+ * The square dot line pattern.
118155
+ * @remarks
118156
+ * [Api set: PowerPointApi 1.4]
118157
+ */
118158
+ squareDot = "SquareDot",
118159
+ /**
118160
+ * The long dash-dot-dot line pattern.
118161
+ * @remarks
118162
+ * [Api set: PowerPointApi 1.4]
118163
+ */
118164
+ longDashDotDot = "LongDashDotDot",
118165
+ /**
118166
+ * The system dash line pattern.
118167
+ * @remarks
118168
+ * [Api set: PowerPointApi 1.4]
118169
+ */
118170
+ systemDash = "SystemDash",
118171
+ /**
118172
+ * The system dot line pattern.
118173
+ * @remarks
118174
+ * [Api set: PowerPointApi 1.4]
118175
+ */
118176
+ systemDot = "SystemDot",
118177
+ /**
118178
+ * The system dash-dot line pattern.
118179
+ * @remarks
118180
+ * [Api set: PowerPointApi 1.4]
118181
+ */
118182
+ systemDashDot = "SystemDashDot",
118183
+ }
118096
118184
  /**
118097
118185
  * The type of underline applied to a font.
118098
118186
  *
@@ -118253,90 +118341,10 @@ declare namespace PowerPoint {
118253
118341
  */
118254
118342
  thaiDistributed = "ThaiDistributed",
118255
118343
  }
118256
- /**
118257
- * Specifies the dash style for a line.
118258
- *
118259
- * @remarks
118260
- * [Api set: PowerPointApi 1.4]
118261
- */
118262
- enum ShapeLineDashStyle {
118263
- /**
118264
- * The dash line pattern.
118265
- * @remarks
118266
- * [Api set: PowerPointApi 1.4]
118267
- */
118268
- dash = "Dash",
118269
- /**
118270
- * The dash-dot line pattern.
118271
- * @remarks
118272
- * [Api set: PowerPointApi 1.4]
118273
- */
118274
- dashDot = "DashDot",
118275
- /**
118276
- * The dash-dot-dot line pattern.
118277
- * @remarks
118278
- * [Api set: PowerPointApi 1.4]
118279
- */
118280
- dashDotDot = "DashDotDot",
118281
- /**
118282
- * The long dash line pattern.
118283
- * @remarks
118284
- * [Api set: PowerPointApi 1.4]
118285
- */
118286
- longDash = "LongDash",
118287
- /**
118288
- * The long dash-dot line pattern.
118289
- * @remarks
118290
- * [Api set: PowerPointApi 1.4]
118291
- */
118292
- longDashDot = "LongDashDot",
118293
- /**
118294
- * The round dot line pattern.
118295
- * @remarks
118296
- * [Api set: PowerPointApi 1.4]
118297
- */
118298
- roundDot = "RoundDot",
118299
- /**
118300
- * The solid line pattern.
118301
- * @remarks
118302
- * [Api set: PowerPointApi 1.4]
118303
- */
118304
- solid = "Solid",
118305
- /**
118306
- * The square dot line pattern.
118307
- * @remarks
118308
- * [Api set: PowerPointApi 1.4]
118309
- */
118310
- squareDot = "SquareDot",
118311
- /**
118312
- * The long dash-dot-dot line pattern.
118313
- * @remarks
118314
- * [Api set: PowerPointApi 1.4]
118315
- */
118316
- longDashDotDot = "LongDashDotDot",
118317
- /**
118318
- * The system dash line pattern.
118319
- * @remarks
118320
- * [Api set: PowerPointApi 1.4]
118321
- */
118322
- systemDash = "SystemDash",
118323
- /**
118324
- * The system dot line pattern.
118325
- * @remarks
118326
- * [Api set: PowerPointApi 1.4]
118327
- */
118328
- systemDot = "SystemDot",
118329
- /**
118330
- * The system dash-dot line pattern.
118331
- * @remarks
118332
- * [Api set: PowerPointApi 1.4]
118333
- */
118334
- systemDashDot = "SystemDashDot",
118335
- }
118336
118344
  /**
118337
118345
  * Represents the vertical alignment of a {@link PowerPoint.TextFrame} in a {@link PowerPoint.Shape}.
118338
118346
  If one the centered options are selected, the contents of the `TextFrame` will be centered horizontally within the `Shape` as a group.
118339
- To change the horizontal alignment of a text, see {@link PowerPoint.ParagraphFormat} and {@link PowerPoint.ParagraphHorizontalAlignment }.
118347
+ To change the horizontal alignment of a text, see {@link PowerPoint.ParagraphFormat} and {@link PowerPoint.ParagraphHorizontalAlignment}.
118340
118348
  *
118341
118349
  * @remarks
118342
118350
  * [Api set: PowerPointApi 1.4]
@@ -119955,9 +119963,8 @@ declare namespace PowerPoint {
119955
119963
  */
119956
119964
  getItemAt(index: number): PowerPoint.Slide;
119957
119965
  /**
119958
- * 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,
119959
- see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
119960
- and properties}.
119966
+ * 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, see
119967
+ {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
119961
119968
  *
119962
119969
  * @remarks
119963
119970
  * [Api set: PowerPointApi 1.2]
@@ -120030,9 +120037,8 @@ declare namespace PowerPoint {
120030
120037
  */
120031
120038
  getItemAt(index: number): PowerPoint.Slide;
120032
120039
  /**
120033
- * 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,
120034
- see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
120035
- and properties}.
120040
+ * 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, see
120041
+ {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
120036
120042
  *
120037
120043
  * @remarks
120038
120044
  * [Api set: PowerPointApi 1.5]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.438",
3
+ "version": "1.0.440",
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": "3fb904b9788e072f143ed2f8011f78783eed2bb267e503332b88ed0b6c4e9b32",
49
+ "typesPublisherContentHash": "41a36640f78da75e36022c60b4d0ef10cfb50e9e73c87c074503e9c0c62b3f39",
50
50
  "typeScriptVersion": "4.8"
51
51
  }