@types/office-js-preview 1.0.695 → 1.0.697

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: Wed, 18 Mar 2026 20:45:13 GMT
11
+ * Last updated: Wed, 25 Mar 2026 21:44:56 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -106374,14 +106374,14 @@ declare namespace Word {
106374
106374
  */
106375
106375
  appearance: Word.ContentControlAppearance | "BoundingBox" | "Tags" | "Hidden";
106376
106376
  /**
106377
- * Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
106377
+ * Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
106378
106378
  *
106379
106379
  * @remarks
106380
106380
  * [Api set: WordApi 1.1]
106381
106381
  */
106382
106382
  cannotDelete: boolean;
106383
106383
  /**
106384
- * Specifies a value that indicates whether the user can edit the contents of the content control.
106384
+ * Specifies whether the user can edit the contents of the content control.
106385
106385
  *
106386
106386
  * @remarks
106387
106387
  * [Api set: WordApi 1.1]
@@ -106409,7 +106409,7 @@ declare namespace Word {
106409
106409
  */
106410
106410
  placeholderText: string;
106411
106411
  /**
106412
- * Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
106412
+ * Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
106413
106413
  *
106414
106414
  * @remarks
106415
106415
  * [Api set: WordApi 1.1]
@@ -107377,7 +107377,7 @@ declare namespace Word {
107377
107377
  */
107378
107378
  schemaCollection: Word.CustomXmlSchemaCollection;
107379
107379
  /**
107380
- * Gets a value that indicates whether the `CustomXmlPart` is built-in.
107380
+ * Gets whether the `CustomXmlPart` is built-in.
107381
107381
  *
107382
107382
  * @remarks
107383
107383
  * [Api set: WordApiDesktop 1.3]
@@ -111784,7 +111784,7 @@ declare namespace Word {
111784
111784
  */
111785
111785
  readonly imageFormat: Word.ImageFormat | "Unsupported" | "Undefined" | "Bmp" | "Jpeg" | "Gif" | "Tiff" | "Png" | "Icon" | "Exif" | "Wmf" | "Emf" | "Pict" | "Pdf" | "Svg";
111786
111786
  /**
111787
- * Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
111787
+ * Specifies whether the inline image retains its original proportions when you resize it.
111788
111788
  *
111789
111789
  * @remarks
111790
111790
  * [Api set: WordApi 1.1]
@@ -144294,7 +144294,7 @@ declare namespace Word {
144294
144294
  */
144295
144295
  interface SelectionInsertSymbolOptions {
144296
144296
  /**
144297
- * If provided, specifies the font bias for symbols. This argument is useful for setting the correct font bias for East Asian characters. The default value is `default`.
144297
+ * If provided, specifies the font bias for symbols. This argument is useful for setting the correct font bias for East Asian characters. The default value is `standard`.
144298
144298
  *
144299
144299
  * @remarks
144300
144300
  * [Api set: WordApiDesktop 1.4]
@@ -144418,7 +144418,7 @@ declare namespace Word {
144418
144418
  unit?: Word.OperationUnit | "Character" | "Word" | "Sentence" | "Paragraph" | "Line" | "Story" | "Screen" | "Section" | "Column" | "Row" | "Window" | "Cell" | "CharacterFormat" | "ParagraphFormat" | "Table" | "Item";
144419
144419
  }
144420
144420
  /**
144421
- * Represents the options for the {@link Word.Selection | Selection.next} method.
144421
+ * Represents the options for the {@link Word.Selection | Selection.getNextRange} method.
144422
144422
  *
144423
144423
  * @remarks
144424
144424
  * [Api set: WordApiDesktop 1.4]
@@ -144440,7 +144440,7 @@ declare namespace Word {
144440
144440
  unit?: Word.OperationUnit | "Character" | "Word" | "Sentence" | "Paragraph" | "Line" | "Story" | "Screen" | "Section" | "Column" | "Row" | "Window" | "Cell" | "CharacterFormat" | "ParagraphFormat" | "Table" | "Item";
144441
144441
  }
144442
144442
  /**
144443
- * Represents the options for the {@link Word.Selection | Selection.previous} method.
144443
+ * Represents the options for the {@link Word.Selection | Selection.getPreviousRange} method.
144444
144444
  *
144445
144445
  * @remarks
144446
144446
  * [Api set: WordApiDesktop 1.4]
@@ -149201,7 +149201,7 @@ declare namespace Word {
149201
149201
  /** An interface for updating data on the `CommentContentRange` object, for use in `commentContentRange.set({ ... })`. */
149202
149202
  interface CommentContentRangeUpdateData {
149203
149203
  /**
149204
- * Specifies a value that indicates whether the comment text is bold.
149204
+ * Specifies whether the comment text is bold.
149205
149205
  *
149206
149206
  * @remarks
149207
149207
  * [Api set: WordApi 1.4]
@@ -149215,21 +149215,21 @@ declare namespace Word {
149215
149215
  */
149216
149216
  hyperlink?: string;
149217
149217
  /**
149218
- * Specifies a value that indicates whether the comment text is italicized.
149218
+ * Specifies whether the comment text is italicized.
149219
149219
  *
149220
149220
  * @remarks
149221
149221
  * [Api set: WordApi 1.4]
149222
149222
  */
149223
149223
  italic?: boolean;
149224
149224
  /**
149225
- * Specifies a value that indicates whether the comment text has a strikethrough.
149225
+ * Specifies whether the comment text has a strikethrough.
149226
149226
  *
149227
149227
  * @remarks
149228
149228
  * [Api set: WordApi 1.4]
149229
149229
  */
149230
149230
  strikeThrough?: boolean;
149231
149231
  /**
149232
- * Specifies a value that indicates the comment text's underline type. `none` if the comment text isn't underlined.
149232
+ * Specifies the comment text's underline type. `none` if the comment text isn't underlined.
149233
149233
  *
149234
149234
  * @remarks
149235
149235
  * [Api set: WordApi 1.4]
@@ -149464,14 +149464,14 @@ declare namespace Word {
149464
149464
  */
149465
149465
  appearance?: Word.ContentControlAppearance | "BoundingBox" | "Tags" | "Hidden";
149466
149466
  /**
149467
- * Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
149467
+ * Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
149468
149468
  *
149469
149469
  * @remarks
149470
149470
  * [Api set: WordApi 1.1]
149471
149471
  */
149472
149472
  cannotDelete?: boolean;
149473
149473
  /**
149474
- * Specifies a value that indicates whether the user can edit the contents of the content control.
149474
+ * Specifies whether the user can edit the contents of the content control.
149475
149475
  *
149476
149476
  * @remarks
149477
149477
  * [Api set: WordApi 1.1]
@@ -149492,7 +149492,7 @@ declare namespace Word {
149492
149492
  */
149493
149493
  placeholderText?: string;
149494
149494
  /**
149495
- * Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
149495
+ * Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
149496
149496
  *
149497
149497
  * @remarks
149498
149498
  * [Api set: WordApi 1.1]
@@ -150727,7 +150727,7 @@ declare namespace Word {
150727
150727
  */
150728
150728
  hyperlink?: string;
150729
150729
  /**
150730
- * Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
150730
+ * Specifies whether the inline image retains its original proportions when you resize it.
150731
150731
  *
150732
150732
  * @remarks
150733
150733
  * [Api set: WordApi 1.1]
@@ -155005,7 +155005,7 @@ declare namespace Word {
155005
155005
  */
155006
155006
  styleBuiltIn?: Word.BuiltInStyleName | "Other" | "Normal" | "Heading1" | "Heading2" | "Heading3" | "Heading4" | "Heading5" | "Heading6" | "Heading7" | "Heading8" | "Heading9" | "Toc1" | "Toc2" | "Toc3" | "Toc4" | "Toc5" | "Toc6" | "Toc7" | "Toc8" | "Toc9" | "FootnoteText" | "Header" | "Footer" | "Caption" | "FootnoteReference" | "EndnoteReference" | "EndnoteText" | "Title" | "Subtitle" | "Hyperlink" | "Strong" | "Emphasis" | "NoSpacing" | "ListParagraph" | "Quote" | "IntenseQuote" | "SubtleEmphasis" | "IntenseEmphasis" | "SubtleReference" | "IntenseReference" | "BookTitle" | "Bibliography" | "TocHeading" | "TableGrid" | "PlainTable1" | "PlainTable2" | "PlainTable3" | "PlainTable4" | "PlainTable5" | "TableGridLight" | "GridTable1Light" | "GridTable1Light_Accent1" | "GridTable1Light_Accent2" | "GridTable1Light_Accent3" | "GridTable1Light_Accent4" | "GridTable1Light_Accent5" | "GridTable1Light_Accent6" | "GridTable2" | "GridTable2_Accent1" | "GridTable2_Accent2" | "GridTable2_Accent3" | "GridTable2_Accent4" | "GridTable2_Accent5" | "GridTable2_Accent6" | "GridTable3" | "GridTable3_Accent1" | "GridTable3_Accent2" | "GridTable3_Accent3" | "GridTable3_Accent4" | "GridTable3_Accent5" | "GridTable3_Accent6" | "GridTable4" | "GridTable4_Accent1" | "GridTable4_Accent2" | "GridTable4_Accent3" | "GridTable4_Accent4" | "GridTable4_Accent5" | "GridTable4_Accent6" | "GridTable5Dark" | "GridTable5Dark_Accent1" | "GridTable5Dark_Accent2" | "GridTable5Dark_Accent3" | "GridTable5Dark_Accent4" | "GridTable5Dark_Accent5" | "GridTable5Dark_Accent6" | "GridTable6Colorful" | "GridTable6Colorful_Accent1" | "GridTable6Colorful_Accent2" | "GridTable6Colorful_Accent3" | "GridTable6Colorful_Accent4" | "GridTable6Colorful_Accent5" | "GridTable6Colorful_Accent6" | "GridTable7Colorful" | "GridTable7Colorful_Accent1" | "GridTable7Colorful_Accent2" | "GridTable7Colorful_Accent3" | "GridTable7Colorful_Accent4" | "GridTable7Colorful_Accent5" | "GridTable7Colorful_Accent6" | "ListTable1Light" | "ListTable1Light_Accent1" | "ListTable1Light_Accent2" | "ListTable1Light_Accent3" | "ListTable1Light_Accent4" | "ListTable1Light_Accent5" | "ListTable1Light_Accent6" | "ListTable2" | "ListTable2_Accent1" | "ListTable2_Accent2" | "ListTable2_Accent3" | "ListTable2_Accent4" | "ListTable2_Accent5" | "ListTable2_Accent6" | "ListTable3" | "ListTable3_Accent1" | "ListTable3_Accent2" | "ListTable3_Accent3" | "ListTable3_Accent4" | "ListTable3_Accent5" | "ListTable3_Accent6" | "ListTable4" | "ListTable4_Accent1" | "ListTable4_Accent2" | "ListTable4_Accent3" | "ListTable4_Accent4" | "ListTable4_Accent5" | "ListTable4_Accent6" | "ListTable5Dark" | "ListTable5Dark_Accent1" | "ListTable5Dark_Accent2" | "ListTable5Dark_Accent3" | "ListTable5Dark_Accent4" | "ListTable5Dark_Accent5" | "ListTable5Dark_Accent6" | "ListTable6Colorful" | "ListTable6Colorful_Accent1" | "ListTable6Colorful_Accent2" | "ListTable6Colorful_Accent3" | "ListTable6Colorful_Accent4" | "ListTable6Colorful_Accent5" | "ListTable6Colorful_Accent6" | "ListTable7Colorful" | "ListTable7Colorful_Accent1" | "ListTable7Colorful_Accent2" | "ListTable7Colorful_Accent3" | "ListTable7Colorful_Accent4" | "ListTable7Colorful_Accent5" | "ListTable7Colorful_Accent6";
155007
155007
  /**
155008
- * Gets the text of the body. Use the insertText method to insert text.
155008
+ * Gets the text of the body. Use the `insertText` method to insert text.
155009
155009
  *
155010
155010
  * @remarks
155011
155011
  * [Api set: WordApi 1.1]
@@ -155443,7 +155443,7 @@ declare namespace Word {
155443
155443
  /** An interface describing the data returned by calling `commentContentRange.toJSON()`. */
155444
155444
  interface CommentContentRangeData {
155445
155445
  /**
155446
- * Specifies a value that indicates whether the comment text is bold.
155446
+ * Specifies whether the comment text is bold.
155447
155447
  *
155448
155448
  * @remarks
155449
155449
  * [Api set: WordApi 1.4]
@@ -155464,14 +155464,14 @@ declare namespace Word {
155464
155464
  */
155465
155465
  isEmpty?: boolean;
155466
155466
  /**
155467
- * Specifies a value that indicates whether the comment text is italicized.
155467
+ * Specifies whether the comment text is italicized.
155468
155468
  *
155469
155469
  * @remarks
155470
155470
  * [Api set: WordApi 1.4]
155471
155471
  */
155472
155472
  italic?: boolean;
155473
155473
  /**
155474
- * Specifies a value that indicates whether the comment text has a strikethrough.
155474
+ * Specifies whether the comment text has a strikethrough.
155475
155475
  *
155476
155476
  * @remarks
155477
155477
  * [Api set: WordApi 1.4]
@@ -155485,7 +155485,7 @@ declare namespace Word {
155485
155485
  */
155486
155486
  text?: string;
155487
155487
  /**
155488
- * Specifies a value that indicates the comment text's underline type. `none` if the comment text isn't underlined.
155488
+ * Specifies the comment text's underline type. `none` if the comment text isn't underlined.
155489
155489
  *
155490
155490
  * @remarks
155491
155491
  * [Api set: WordApi 1.4]
@@ -155942,14 +155942,14 @@ declare namespace Word {
155942
155942
  */
155943
155943
  appearance?: Word.ContentControlAppearance | "BoundingBox" | "Tags" | "Hidden";
155944
155944
  /**
155945
- * Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
155945
+ * Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
155946
155946
  *
155947
155947
  * @remarks
155948
155948
  * [Api set: WordApi 1.1]
155949
155949
  */
155950
155950
  cannotDelete?: boolean;
155951
155951
  /**
155952
- * Specifies a value that indicates whether the user can edit the contents of the content control.
155952
+ * Specifies whether the user can edit the contents of the content control.
155953
155953
  *
155954
155954
  * @remarks
155955
155955
  * [Api set: WordApi 1.1]
@@ -155977,7 +155977,7 @@ declare namespace Word {
155977
155977
  */
155978
155978
  placeholderText?: string;
155979
155979
  /**
155980
- * Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
155980
+ * Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
155981
155981
  *
155982
155982
  * @remarks
155983
155983
  * [Api set: WordApi 1.1]
@@ -156125,7 +156125,7 @@ declare namespace Word {
156125
156125
  */
156126
156126
  schemaCollection?: Word.Interfaces.CustomXmlSchemaData[];
156127
156127
  /**
156128
- * Gets a value that indicates whether the `CustomXmlPart` is built-in.
156128
+ * Gets whether the `CustomXmlPart` is built-in.
156129
156129
  *
156130
156130
  * @remarks
156131
156131
  * [Api set: WordApiDesktop 1.3]
@@ -157716,7 +157716,7 @@ declare namespace Word {
157716
157716
  */
157717
157717
  imageFormat?: Word.ImageFormat | "Unsupported" | "Undefined" | "Bmp" | "Jpeg" | "Gif" | "Tiff" | "Png" | "Icon" | "Exif" | "Wmf" | "Emf" | "Pict" | "Pdf" | "Svg";
157718
157718
  /**
157719
- * Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
157719
+ * Specifies whether the inline image retains its original proportions when you resize it.
157720
157720
  *
157721
157721
  * @remarks
157722
157722
  * [Api set: WordApi 1.1]
@@ -163662,7 +163662,7 @@ declare namespace Word {
163662
163662
  */
163663
163663
  styleBuiltIn?: boolean;
163664
163664
  /**
163665
- * Gets the text of the body. Use the insertText method to insert text.
163665
+ * Gets the text of the body. Use the `insertText` method to insert text.
163666
163666
  *
163667
163667
  * @remarks
163668
163668
  * [Api set: WordApi 1.1]
@@ -164451,6 +164451,8 @@ declare namespace Word {
164451
164451
  resolved?: boolean;
164452
164452
  }
164453
164453
  /**
164454
+ * Represents a content range within a comment.
164455
+ *
164454
164456
  * @remarks
164455
164457
  * [Api set: WordApi 1.4]
164456
164458
  */
@@ -164460,7 +164462,7 @@ declare namespace Word {
164460
164462
  */
164461
164463
  $all?: boolean;
164462
164464
  /**
164463
- * Specifies a value that indicates whether the comment text is bold.
164465
+ * Specifies whether the comment text is bold.
164464
164466
  *
164465
164467
  * @remarks
164466
164468
  * [Api set: WordApi 1.4]
@@ -164481,14 +164483,14 @@ declare namespace Word {
164481
164483
  */
164482
164484
  isEmpty?: boolean;
164483
164485
  /**
164484
- * Specifies a value that indicates whether the comment text is italicized.
164486
+ * Specifies whether the comment text is italicized.
164485
164487
  *
164486
164488
  * @remarks
164487
164489
  * [Api set: WordApi 1.4]
164488
164490
  */
164489
164491
  italic?: boolean;
164490
164492
  /**
164491
- * Specifies a value that indicates whether the comment text has a strikethrough.
164493
+ * Specifies whether the comment text has a strikethrough.
164492
164494
  *
164493
164495
  * @remarks
164494
164496
  * [Api set: WordApi 1.4]
@@ -164502,7 +164504,7 @@ declare namespace Word {
164502
164504
  */
164503
164505
  text?: boolean;
164504
164506
  /**
164505
- * Specifies a value that indicates the comment text's underline type. `none` if the comment text isn't underlined.
164507
+ * Specifies the comment text's underline type. `none` if the comment text isn't underlined.
164506
164508
  *
164507
164509
  * @remarks
164508
164510
  * [Api set: WordApi 1.4]
@@ -165279,14 +165281,14 @@ declare namespace Word {
165279
165281
  */
165280
165282
  appearance?: boolean;
165281
165283
  /**
165282
- * Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
165284
+ * Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
165283
165285
  *
165284
165286
  * @remarks
165285
165287
  * [Api set: WordApi 1.1]
165286
165288
  */
165287
165289
  cannotDelete?: boolean;
165288
165290
  /**
165289
- * Specifies a value that indicates whether the user can edit the contents of the content control.
165291
+ * Specifies whether the user can edit the contents of the content control.
165290
165292
  *
165291
165293
  * @remarks
165292
165294
  * [Api set: WordApi 1.1]
@@ -165314,7 +165316,7 @@ declare namespace Word {
165314
165316
  */
165315
165317
  placeholderText?: boolean;
165316
165318
  /**
165317
- * Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
165319
+ * Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
165318
165320
  *
165319
165321
  * @remarks
165320
165322
  * [Api set: WordApi 1.1]
@@ -165494,14 +165496,14 @@ declare namespace Word {
165494
165496
  */
165495
165497
  appearance?: boolean;
165496
165498
  /**
165497
- * For EACH ITEM in the collection: Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
165499
+ * For EACH ITEM in the collection: Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
165498
165500
  *
165499
165501
  * @remarks
165500
165502
  * [Api set: WordApi 1.1]
165501
165503
  */
165502
165504
  cannotDelete?: boolean;
165503
165505
  /**
165504
- * For EACH ITEM in the collection: Specifies a value that indicates whether the user can edit the contents of the content control.
165506
+ * For EACH ITEM in the collection: Specifies whether the user can edit the contents of the content control.
165505
165507
  *
165506
165508
  * @remarks
165507
165509
  * [Api set: WordApi 1.1]
@@ -165529,7 +165531,7 @@ declare namespace Word {
165529
165531
  */
165530
165532
  placeholderText?: boolean;
165531
165533
  /**
165532
- * For EACH ITEM in the collection: Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
165534
+ * For EACH ITEM in the collection: Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
165533
165535
  *
165534
165536
  * @remarks
165535
165537
  * [Api set: WordApi 1.1]
@@ -165736,7 +165738,7 @@ declare namespace Word {
165736
165738
  */
165737
165739
  documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
165738
165740
  /**
165739
- * Gets a value that indicates whether the `CustomXmlPart` is built-in.
165741
+ * Gets whether the `CustomXmlPart` is built-in.
165740
165742
  *
165741
165743
  * @remarks
165742
165744
  * [Api set: WordApiDesktop 1.3]
@@ -165783,7 +165785,7 @@ declare namespace Word {
165783
165785
  */
165784
165786
  documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
165785
165787
  /**
165786
- * For EACH ITEM in the collection: Gets a value that indicates whether the `CustomXmlPart` is built-in.
165788
+ * For EACH ITEM in the collection: Gets whether the `CustomXmlPart` is built-in.
165787
165789
  *
165788
165790
  * @remarks
165789
165791
  * [Api set: WordApiDesktop 1.3]
@@ -165830,7 +165832,7 @@ declare namespace Word {
165830
165832
  */
165831
165833
  documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
165832
165834
  /**
165833
- * For EACH ITEM in the collection: Gets a value that indicates whether the `CustomXmlPart` is built-in.
165835
+ * For EACH ITEM in the collection: Gets whether the `CustomXmlPart` is built-in.
165834
165836
  *
165835
165837
  * @remarks
165836
165838
  * [Api set: WordApiDesktop 1.3]
@@ -167758,7 +167760,7 @@ declare namespace Word {
167758
167760
  */
167759
167761
  imageFormat?: boolean;
167760
167762
  /**
167761
- * Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
167763
+ * Specifies whether the inline image retains its original proportions when you resize it.
167762
167764
  *
167763
167765
  * @remarks
167764
167766
  * [Api set: WordApi 1.1]
@@ -167868,7 +167870,7 @@ declare namespace Word {
167868
167870
  */
167869
167871
  imageFormat?: boolean;
167870
167872
  /**
167871
- * For EACH ITEM in the collection: Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
167873
+ * For EACH ITEM in the collection: Specifies whether the inline image retains its original proportions when you resize it.
167872
167874
  *
167873
167875
  * @remarks
167874
167876
  * [Api set: WordApi 1.1]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.695",
3
+ "version": "1.0.697",
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": "b1d1d8057440806e82a2b6649222a27c6ee0b1b80514d1364779d2c88ed759e9",
50
- "typeScriptVersion": "5.2",
49
+ "typesPublisherContentHash": "6c84fe05b0f322c70d061e6693c754b70694c82fb90e78da15a0bb93e5f3ab8b",
50
+ "typeScriptVersion": "5.3",
51
51
  "nonNpm": true
52
52
  }