@types/office-js-preview 1.0.510 → 1.0.511

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: Tue, 24 Sep 2024 19:36:23 GMT
11
+ * Last updated: Tue, 24 Sep 2024 21:36:31 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -59667,14 +59667,6 @@ declare namespace Excel {
59667
59667
  * @beta
59668
59668
  */
59669
59669
  workbookFormulaReferenceStyleChanged = "WorkbookFormulaReferenceStyleChanged",
59670
- /**
59671
- * Deprecated
59672
- VbaRecorderRecordingChanged represents the type of event registered when the VBA recording output changes.
59673
- * @remarks
59674
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
59675
- * @beta
59676
- */
59677
- vbaRecorderRecordingChanged = "VbaRecorderRecordingChanged",
59678
59670
  /**
59679
59671
  * RangeValuesPreviewDismissed represents the type of event registered when a RangeValuePreview is dismissed.
59680
59672
  * @remarks
@@ -59687,18 +59679,6 @@ declare namespace Excel {
59687
59679
  * [Api set: ExcelApi BETA (PREVIEW ONLY)]
59688
59680
  */
59689
59681
  annotationAdded = "AnnotationAdded",
59690
- /**
59691
- * Workbook Action Recorded represents the type of event registered when the workbook records an action.
59692
- * @remarks
59693
- * [Api set: Recorder 1.1]
59694
- */
59695
- workbookActionRecorded = "WorkbookActionRecorded",
59696
- /**
59697
- * VbaRecorderRecordingChanged represents the type of event registered when the VBA recording output changes.
59698
- * @remarks
59699
- * [Api set: Recorder 1.1]
59700
- */
59701
- vbaRecorderRecordingChanged2 = "VbaRecorderRecordingChanged2"
59702
59682
  }
59703
59683
  /**
59704
59684
  * @remarks
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.510",
3
+ "version": "1.0.511",
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",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "5c6e32b511f2ffbbdc4c796fcbe58d47979641e20e8e7f17f9ab09385c14c273",
48
+ "typesPublisherContentHash": "b43fbb9037470f642dddee44ead4400e289d09c564af30169acd0a463ed94425",
49
49
  "typeScriptVersion": "4.8",
50
50
  "nonNpm": true
51
51
  }